This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/11527] [3.3/3.4 Regression] If an array "designated intializer" in a struct causes a segv.
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Jul 2003 22:37:50 -0000
- Subject: [Bug c/11527] [3.3/3.4 Regression] If an array "designated intializer" in a struct causes a segv.
- References: <20030715172528.11527.eamon@sonyoxford.co.uk>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11527
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|If an array "designated |[3.3/3.4 Regression] If an
|intializer" in a struct |array "designated
|causes a segv. |intializer" in a struct
| |causes a segv.
Target Milestone|3.4 |3.3.2
------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-18 22:37 -------
Even though this was not accepted in 2.95 (as it did not accepted the C99 variable length arrays),
this is a regression.
>From Phil's regression hunter: Search converges between 2000-12-31-trunk (#0) and 2001-01-
07-trunk (#1).
The first time I saw a regression that happened with the first and second cc1 from Phil. Hopefully
someone can narrow it down further as it is currently one week of patches (but usually a slow one
though).