[Bug c++/46848] ICE with initializer list for std::vector

2010-12-08 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46848

Jonathan Wakely redi at gcc dot gnu.org changed:

   What|Removed |Added

   Keywords||ice-on-invalid-code

--- Comment #1 from Jonathan Wakely redi at gcc dot gnu.org 2010-12-08 
12:31:45 UTC ---
I think this is a dup of PR 44045, which is fixed on trunk


[Bug c++/46848] ICE with initializer list for std::vector

2010-12-08 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46848

Jonathan Wakely redi at gcc dot gnu.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE

--- Comment #2 from Jonathan Wakely redi at gcc dot gnu.org 2010-12-08 
12:33:39 UTC ---
Yes, with trunk this gets the new error added by the fix for PR 44045

ice.cc:5:59: error: assigning to an array from an initializer list

*** This bug has been marked as a duplicate of bug 44045 ***