Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/external/gpl3/gcc.old/dist/gcc



Module Name:    src
Committed By:   kalvisd
Date:           Thu Mar 19 06:16:17 UTC 2026

Modified Files:
        src/external/gpl3/gcc.old/dist/gcc: cfgexpand.cc

Log Message:
PR/59994  gcc/m68k generates bad code for stack protector

Record the alignment of the stack canary before allocating space for
it in a stack frame.

Generate an assignment expression to initialise the canary instead of
emitting a move instruction.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl3/gcc.old/dist/gcc/cfgexpand.cc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index