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 bootstrap/48327] [4.7 Regression] Bootstrap comparison failure with ada since r171622


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.


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