aboutsummaryrefslogtreecommitdiff
path: root/libsanitizer/asan
diff options
context:
space:
mode:
authorGeorg-Johann Lay <avr@gjlay.de>2024-09-06 11:23:06 +0200
committerGeorg-Johann Lay <avr@gjlay.de>2024-09-18 11:17:23 +0200
commit5bfb91c14f98f6750281217f737b3d95c4e73584 (patch)
tree746d0d63127ddcf462208266fe160a0393e6d1ad /libsanitizer/asan
parentcdeebc71c48db922b14d34c361e15660c1e31fc1 (diff)
downloadgcc-master.zip
gcc-master.tar.gz
gcc-master.tar.bz2
reload1.cc: rtl-optimization/116326 - Use RELOAD_ELIMINABLE_REGS.HEADtrunkmaster
The new macro is required because reload and LRA are using different representations for a multi-register frame pointer. As ELIMINABLE_REGS is used to initialize static const objects, it can't depend on -mlra. PR rtl-optimization/116326 gcc/ * reload1.cc (reg_eliminate_1): Initialize from RELOAD_ELIMINABLE_REGS if defined. * config/avr/avr.h (RELOAD_ELIMINABLE_REGS): Copy from ELIMINABLE_REGS. (ELIMINABLE_REGS): Don't mention sub-regnos of the frame pointer. * doc/tm.texi.in (Eliminating Frame Pointer and Arg Pointer) <RELOAD_ELIMINABLE_REGS>: Add documentation. * doc/tm.texi: Rebuild. gcc/testsuite/ * gcc.target/avr/torture/lra-pr116324.c: New test. * gcc.target/avr/torture/lra-pr116325.c: New test.
Diffstat (limited to 'libsanitizer/asan')
0 files changed, 0 insertions, 0 deletions