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 target/69252] [4.9/5/6 Regression] gcc.dg/vect/vect-iv-9.c FAILs with -Os -fmodulo-sched -fmodulo-sched-allow-regmoves -fsched-pressure


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

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
(In reply to Martin Sebor from comment #4)
> Thanks for your help!  I can confirm that the first patch fixes the problem
> in the test cases on powerpc64le.  (I haven't done any other testing with
> it.)

Martin, do you think you could
a) bootstrap/regtest it
b) try make check -jN
RUNTESTFLAGS='--target_board=unix/fmodulo-sched/-fmodulo-sched-allow-regmoves/-fsched-pressure'
with unpatched vs. patched, see if it doesn't regress any test and perhaps
improves some other than this one
c) maybe try even bootstrap/regtest with both unpatched/patched compiler
changed to use these 3 options by default and see if we don't regress there?
Because a) is probably very insufficient testing here, given the insufficient
SMS testsuite coverage.

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