[Bug tree-optimization/103063] [9/10/11/12 Regression] Wrong code while using -O3 since r7-2373-g69b806f6a60efcf1

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Nov 4 09:02:34 GMT 2021


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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2
                 CC|                            |rguenth at gcc dot gnu.org

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
-fdisable-tree-cunroll or -fno-tree-vectorize avoid the miscompile, the key is
probably one of

t.c:7:11: optimized: loop with 14 iterations completely unrolled (header
execution count 21807684)
t.c:4:5: optimized: loop with 7 iterations completely unrolled (header
execution count 29666503)


More information about the Gcc-bugs mailing list