[Bug middle-end/18596] [4.0 regression] ICE in make_decl_rtl

2004-12-19 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-19 19:59 --- Patch here: . -- What|Removed |Added

[Bug middle-end/18596] [4.0 regression] ICE in make_decl_rtl

2004-12-10 Thread phython at gcc dot gnu dot org
--- Additional Comments From phython at gcc dot gnu dot org 2004-12-10 14:23 --- The problem occurs in no-unit-at-a-time mode, so the nested functions are expanded, and that is where the problems start. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18596

[Bug middle-end/18596] [4.0 regression] ICE in make_decl_rtl

2004-12-10 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2004-12-10 11:09 --- Ehm, maybe this is a stupid question - but why are we generating a DECL_RTL to begin with, given that we have errors? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18596

[Bug middle-end/18596] [4.0 regression] ICE in make_decl_rtl

2004-12-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-10 03:59 --- Removing patch keyword as the non of the current patches work. -- What|Removed |Added

[Bug middle-end/18596] [4.0 regression] ICE in make_decl_rtl

2004-12-07 Thread phython at gcc dot gnu dot org
--- Additional Comments From phython at gcc dot gnu dot org 2004-12-08 05:49 --- The round 4 patch causes lots of regressions. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18596

[Bug middle-end/18596] [4.0 regression] ICE in make_decl_rtl

2004-12-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-01 12:42 --- Maybe unsetting the DECL's context will fix the ICE, I don't know for sure. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18596

[Bug middle-end/18596] [4.0 regression] ICE in make_decl_rtl

2004-11-30 Thread phython at gcc dot gnu dot org
--- Additional Comments From phython at gcc dot gnu dot org 2004-12-01 07:03 --- Andrew's patch for 17807 stops funcdef-storage.c from ICEing, but it causes an extra error in that testcase because it thinks foo should be a nested function. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?

[Bug middle-end/18596] [4.0 regression] ICE in make_decl_rtl

2004-11-30 Thread phython at gcc dot gnu dot org
--- Additional Comments From phython at gcc dot gnu dot org 2004-12-01 05:38 --- Sorry, did you mean static.nested3.patch ? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18596

[Bug middle-end/18596] [4.0 regression] ICE in make_decl_rtl

2004-11-30 Thread phython at gcc dot gnu dot org
--- Additional Comments From phython at gcc dot gnu dot org 2004-12-01 05:34 --- Strange that it didn't fail on sparc or sparc64 linux. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18596

[Bug middle-end/18596] [4.0 regression] ICE in make_decl_rtl

2004-11-30 Thread bje at gcc dot gnu dot org
--- Additional Comments From bje at gcc dot gnu dot org 2004-12-01 05:05 --- This patch still causes a regression: FAIL: gcc.dg/funcdef-storage-1.c (test for excess errors) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18596

[Bug middle-end/18596] [4.0 regression] ICE in make_decl_rtl

2004-11-30 Thread phython at gcc dot gnu dot org
--- Additional Comments From phython at gcc dot gnu dot org 2004-11-30 20:45 --- I probably should be shot for this one. I'm looking into it. -- What|Removed |Added

[Bug middle-end/18596] [4.0 regression] ICE in make_decl_rtl

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-30 20:12 --- Note even without -pedantic we get an ICE still. -- What|Removed |Added Status|R

[Bug middle-end/18596] [4.0 regression] ICE in make_decl_rtl

2004-11-30 Thread hp at gcc dot gnu dot org
--- Additional Comments From hp at gcc dot gnu dot org 2004-11-30 20:02 --- ... on mmix-knuth-mmixware, I forgot to say. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18596

[Bug middle-end/18596] [4.0 regression] ICE in make_decl_rtl

2004-11-30 Thread hp at gcc dot gnu dot org
--- Additional Comments From hp at gcc dot gnu dot org 2004-11-30 20:01 --- I'm reopening this bug, because with LAST_UPDATED "Tue Nov 30 11:22:00 UTC 2004" (with a local patch to work around the mklibgcc.in breakage at that time, later fixed) I get the same error this PR is supposed to

[Bug middle-end/18596] [4.0 regression] ICE in make_decl_rtl

2004-11-29 Thread phython at gcc dot gnu dot org
--- Additional Comments From phython at gcc dot gnu dot org 2004-11-30 00:40 --- Fixed the the previous commit. -- What|Removed |Added Status|NEW

[Bug middle-end/18596] [4.0 regression] ICE in make_decl_rtl

2004-11-29 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-30 00:32 --- Subject: Bug 18596 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-30 00:32:34 Modified files: gcc: c-decl.c ChangeLog gcc/tests

[Bug middle-end/18596] [4.0 regression] ICE in make_decl_rtl

2004-11-26 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-27 02:16 --- Patch here: . -- What|Removed |Added

[Bug middle-end/18596] [4.0 regression] ICE in make_decl_rtl

2004-11-21 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2004-11-22 00:51 --- Confirmed: 18596.c: In function 'f': 18596.c:3: error: invalid storage class for function 'g' 18596.c:4: error: invalid storage class for function 'g' -- What|Removed |A

[Bug middle-end/18596] [4.0 regression] ICE in make_decl_rtl

2004-11-21 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18596