[Bug c/18963] [4.0 Regression] static and nested declarations cause an ice

2004-12-21 Thread phython at gcc dot gnu dot org
--- Additional Comments From phython at gcc dot gnu dot org 2004-12-21 17:11 --- Removed some code and fixed a bug. That looks like a good thing. -- What|Removed |Added

[Bug c/18963] [4.0 Regression] static and nested declarations cause an ice

2004-12-21 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-12-21 17:07 --- Subject: Bug 18963 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-12-21 17:07:06 Modified files: gcc: c-decl.c ChangeLog gcc/tests

[Bug c/18963] [4.0 Regression] static and nested declarations cause an ice

2004-12-15 Thread phython at gcc dot gnu dot org
--- Additional Comments From phython at gcc dot gnu dot org 2004-12-15 20:46 --- Good, that is the result I was expecting. Anyway, removing the block following: if (TREE_CODE (x) == FUNCTION_DECL && scope != file_scope && !TREE_PUBLIC (x) && !DECL_INITIAL (x)) from c-decl

[Bug c/18963] [4.0 Regression] static and nested declarations cause an ice

2004-12-15 Thread joseph at codesourcery dot com
--- Additional Comments From joseph at codesourcery dot com 2004-12-15 17:41 --- Subject: Re: New: static and nested declarations cause an ice On Mon, 13 Dec 2004, phython at gcc dot gnu dot org wrote: > The following testcase ices with mainline. > static int barf (); > > int foo ()

[Bug c/18963] [4.0 Regression] static and nested declarations cause an ice

2004-12-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-13 18:55 --- Most likely we started to reject this with: 2004-07-02 Zack Weinberg <[EMAIL PROTECTED]> * c-decl.c (struct c_binding): Remove contour field; add depth, invisible, nested fields.

[Bug c/18963] [4.0 Regression] static and nested declarations cause an ice

2004-12-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-13 18:47 --- It used to be accepted : Search converges between 2004-07-02-trunk (#477) and 2004-07-04-trunk (#478). It started to ICE: : Search converges between 2004-07-09-trunk (#483) and 2004-07-12-trunk (#484). --