This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/48327] [4.7 Regression] Bootstrap comparison failure with ada since r171622
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 29 Mar 2011 10:57:01 +0000
- Subject: [Bug bootstrap/48327] [4.7 Regression] Bootstrap comparison failure with ada since r171622
- Auto-submitted: auto-generated
- References: <bug-48327-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48327
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-03-29 10:56:50 UTC ---
Binary search revealed it is actually gimple.o that got miscompiled by
stage1-gcc/cc1. Ignoring .LXXXX number differences, only is_gimple_val
and canonicalize_cond_expr_cond functions are different.