This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/48050] [c++] ice with c++ code
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 9 Mar 2011 16:51:09 +0000
- Subject: [Bug c++/48050] [c++] ice with c++ code
- Auto-submitted: auto-generated
- References: <bug-48050-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48050
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |ice-on-invalid-code
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-03-09 16:51:05 UTC ---
4.6 correctly rejects it
error: assigning to an array from an initializer list
I think this is a dup of PR 44045
*** This bug has been marked as a duplicate of bug 44045 ***