[Bug bootstrap/36108] [4.4 Regression]: revision 134865 breaks gcc bootstrap

2008-05-02 Thread hjl dot tools at gmail dot com
--- Comment #5 from hjl dot tools at gmail dot com 2008-05-02 21:35 --- Fixed by revision 134889. -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug bootstrap/36108] [4.4 Regression]: revision 134865 breaks gcc bootstrap

2008-05-02 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2008-05-02 16:02 --- See this is why I did not want this warning in the front-end. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug bootstrap/36108] [4.4 Regression]: revision 134865 breaks gcc bootstrap

2008-05-02 Thread jv244 at cam dot ac dot uk
--- Comment #3 from jv244 at cam dot ac dot uk 2008-05-02 14:35 --- confirmed on x86_64-unknown-linux-gnu -- jv244 at cam dot ac dot uk changed: What|Removed |Added

[Bug bootstrap/36108] [4.4 Regression]: revision 134865 breaks gcc bootstrap

2008-05-02 Thread hjl dot tools at gmail dot com
--- Comment #2 from hjl dot tools at gmail dot com 2008-05-02 12:48 --- A simple testcase: bash-3.2$ cat x.c int foo [10]; int bar (int i) { if (8 == 8) return foo [1]; else return foo [-1]; } bash-3.2$ ./xgcc -B./ -O2 x.c -c -Wall -Werror cc1: warnings being treated as err

[Bug bootstrap/36108] [4.4 Regression]: revision 134865 breaks gcc bootstrap

2008-05-02 Thread hjl dot tools at gmail dot com
--- Comment #1 from hjl dot tools at gmail dot com 2008-05-02 12:44 --- It happens on Linux/Intel64. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36108

[Bug bootstrap/36108] [4.4 Regression]: revision 134865 breaks gcc bootstrap

2008-05-02 Thread hjl dot tools at gmail dot com
-- hjl dot tools at gmail dot com changed: What|Removed |Added Target Milestone|--- |4.4.0 Version|4.3.0 |4.4.0 http://