This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/16809] [3.5 regression] ICE in gimplify_expr with initializer of arrays and pointers
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Jul 2004 21:43:32 -0000
- Subject: [Bug middle-end/16809] [3.5 regression] ICE in gimplify_expr with initializer of arrays and pointers
- References: <20040728213311.16809.bangerth@dealii.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-07-28 21:43 -------
ICE came about on the mainline
: Search converges between 2004-05-11-trunk (#454) and 2004-05-14-trunk (#455).
We started accepting this:
: Search converges between 2004-04-20-trunk (#449) and 2004-05-01-trunk (#450).
Before we errored:
input.cc: In function `int main()':
input.cc:3: error: initializer for scalar variable requires one element
So this is a regression no matter what, either we are ICEing when we should not be or we are accepting
invalid code when we should not be.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |accepts-invalid
Last reconfirmed|0000-00-00 00:00:00 |2004-07-28 21:43:32
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16809