NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/59994 CVS commit: [netbsd-11] src/external/gpl3/gcc/dist/gcc
The following reply was made to PR toolchain/59994; it has been noted by GNATS.
From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/59994 CVS commit: [netbsd-11] src/external/gpl3/gcc/dist/gcc
Date: Fri, 3 Apr 2026 13:02:12 +0000
Module Name: src
Committed By: martin
Date: Fri Apr 3 13:02:12 UTC 2026
Modified Files:
src/external/gpl3/gcc/dist/gcc [netbsd-11]: cfgexpand.cc
Log Message:
Pull up following revision(s) (requested by yamt in ticket #245):
external/gpl3/gcc.old/dist/gcc/cfgexpand.cc: revision 1.2
(applied to external/gpl3/gcc/dist/gcc/cfgexpand.cc)
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.4 -r1.4.2.1 src/external/gpl3/gcc/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