[Bug tree-optimization/61757] [4.10 Regression] genmodes failure with enable-checking

matz at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Jul 11 17:24:00 GMT 2014


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

Michael Matz <matz at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |matz at gcc dot gnu.org

--- Comment #16 from Michael Matz <matz at gcc dot gnu.org> ---
At least the miscompilation of tree-vrp.c on x86-64 --enable-checking=release
bootstrap is due to the change in copy_prop_visit_phi_node().  The only
remaining one (in init_copy_prop) is harmless.

The dumps aren't that trivial to compare (many changes downstream the copyprop
passes), the diff of the disassembled tree-vrp is shorter, but also unwieldy.
So I hope Pat finds something from 176.gcc.



More information about the Gcc-bugs mailing list