[Bug testsuite/59308] [4.9 Regression] gcc.dg/tree-ssa/ssa-ifcombine-ccmp-[1456] tests fail on arm cortex-a5
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Mar 4 11:23:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59308
--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Created attachment 32258
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32258&action=edit
gcc49-pr59308.patch
Patch (only tested on x86_64-linux with
--target_board=unix\{-m32,-m32/-march=i386,-m64\} where some of those tests
previously also failed with -march=i386 variant).
Though, I wonder if it wouldn't be better to just compile or run those tests
just on targets which do support -mbranch-cost=2 option
(mips/avr/s390/i?86/x86_64) and ignore all other targets. The tests are
testing GIMPLE behavior anyway.
More information about the Gcc-bugs
mailing list