This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/16809] [3.5 regression] ICE in gimplify_expr with initializer of arrays and pointers


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]