[Bug c/27673] [4.2 Regression] Gcc failed to bootstrap on Linux

2006-05-19 Thread mrs at apple dot com
--- Comment #12 from mrs at apple dot com 2006-05-19 06:09 --- Ok, finished a: configure --enable-clocale=gnu --with-system-zlib --with-demangler-in-ld --enable-shared --enable-threads=posix --enable-haifa --enable-checking=assert --prefix=/usr/gcc-4.2 --with-local-prefix=/usr/local

[Bug c/27673] [4.2 Regression] Gcc failed to bootstrap on Linux

2006-05-19 Thread mrs at gcc dot gnu dot org
--- Comment #13 from mrs at gcc dot gnu dot org 2006-05-19 10:07 --- Subject: Bug 27673 Author: mrs Date: Fri May 19 10:06:17 2006 New Revision: 113904 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=113904 Log: PR c/27673 * c-parser.c (c_parser_parms_declarator):

[Bug c/27673] [4.2 Regression] Gcc failed to bootstrap on Linux

2006-05-19 Thread pinskia at gcc dot gnu dot org
--- Comment #14 from pinskia at gcc dot gnu dot org 2006-05-19 16:38 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug c/27673] [4.2 Regression] Gcc failed to bootstrap on Linux

2006-05-18 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||mrs at apple dot com Component|bootstrap

[Bug c/27673] [4.2 Regression] Gcc failed to bootstrap on Linux

2006-05-18 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-05-19 01:01 --- Hmm, this testcase works for me on x86-linux-gnu. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27673

[Bug c/27673] [4.2 Regression] Gcc failed to bootstrap on Linux

2006-05-18 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-05-19 01:04 --- Which stage is this with? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/27673] [4.2 Regression] Gcc failed to bootstrap on Linux

2006-05-18 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-05-19 01:05 --- Also this bug report is not that useful without how you configure gcc, etc as all mentioned on the bugs page. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27673

[Bug c/27673] [4.2 Regression] Gcc failed to bootstrap on Linux

2006-05-18 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-05-19 01:15 --- I do get a failure like this in my bootstrap, just not with your testcase. I will attach a testcase once I reduce it. -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug c/27673] [4.2 Regression] Gcc failed to bootstrap on Linux

2006-05-18 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-05-19 01:33 --- Here is a testcase that fails for x86-linux-gnu: struct hblk{int i;}; void GC_check_heap_block(register struct hblk *hbp); void GC_check_heap_proc(){} -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27673

[Bug c/27673] [4.2 Regression] Gcc failed to bootstrap on Linux

2006-05-18 Thread mrs at apple dot com
--- Comment #7 from mrs at apple dot com 2006-05-19 01:39 --- I'm building a cross compiler now... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27673

[Bug c/27673] [4.2 Regression] Gcc failed to bootstrap on Linux

2006-05-18 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-05-19 01:39 --- The error message does not even make sense for either of the cases listed here. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27673

[Bug c/27673] [4.2 Regression] Gcc failed to bootstrap on Linux

2006-05-18 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2006-05-19 01:40 --- (In reply to comment #7) I'm building a cross compiler now... Just try the testcases on a native compiler, there should be no difference. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27673

[Bug c/27673] [4.2 Regression] Gcc failed to bootstrap on Linux

2006-05-18 Thread mrs at apple dot com
--- Comment #10 from mrs at apple dot com 2006-05-19 02:11 --- A stage1 cross compiler with --enable-checking=assert targeting --target=i686-unknown-linux-gnu hosted on darwin doesn't seem to fail, nor does a darwin native compiler with --enable-checking=assert. I've reviewed the code,

[Bug c/27673] [4.2 Regression] Gcc failed to bootstrap on Linux

2006-05-18 Thread mrs at apple dot com
--- Comment #11 from mrs at apple dot com 2006-05-19 04:01 --- Ok, just finished a: configure --enable-languages=c native build for i686-pc-linux-gnu, worked just fine... I'll try an expanded configure line next... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27673