This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug rtl-optimization/77416] [7 Regression] LRA rematerializing use of CA reg across function call


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77416

--- Comment #12 from Segher Boessenkool <segher at gcc dot gnu.org> ---
The testcase also fails for -m64 for me (on BE).  I have -m64 explicitly
in the RUNTESTFLAGS.  The testcase has

/* { dg-skip-if "do not override -mcpu" { powerpc64*-*-* } { "-mcpu=*" } {
"-mcpu=power7" } } */
/* { dg-options "-mcpu=power7 -O2 -m32" } */

but it doesn't check for overriding -m32 (the RUNTESTFLAGS are inserted
later on the command line than the dg-options).

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]