[Bug bootstrap/48327] [4.7 Regression] Bootstrap comparison failure with ada since r171622

2011-03-29 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48327 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added Target|x86_64-linux|x86_64-linux

[Bug bootstrap/48327] [4.7 Regression] Bootstrap comparison failure with ada since r171622

2011-03-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48327 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.7.0

[Bug bootstrap/48327] [4.7 Regression] Bootstrap comparison failure with ada since r171622

2011-03-29 Thread jakub at gcc dot gnu.org
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 .L number differences, only is_gimple_val and

[Bug bootstrap/48327] [4.7 Regression] Bootstrap comparison failure with ada since r171622

2011-03-29 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48327 --- Comment #3 from Jeffrey A. Law law at redhat dot com 2011-03-29 15:59:11 UTC --- It's a problem with updating the SSA graph in a relatively uncommon case. We're failing to update a PHI argument correctly. I'm still thinking about how best

[Bug bootstrap/48327] [4.7 Regression] Bootstrap comparison failure with ada since r171622

2011-03-29 Thread law at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48327 --- Comment #4 from Jeffrey A. Law law at gcc dot gnu.org 2011-03-29 22:49:07 UTC --- Author: law Date: Tue Mar 29 22:49:00 2011 New Revision: 171703 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=171703 Log: PR bootstrap/48327 *

[Bug bootstrap/48327] [4.7 Regression] Bootstrap comparison failure with ada since r171622

2011-03-29 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48327 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added Status|NEW |RESOLVED