This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/50024] [C++0x] [4.7 Regression] crash when using braced initialization in member function of template
- From: "paolo.carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 9 Aug 2011 00:35:15 +0000
- Subject: [Bug c++/50024] [C++0x] [4.7 Regression] crash when using braced initialization in member function of template
- Auto-submitted: auto-generated
- References: <bug-50024-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50024
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2011.08.09 00:34:43
CC| |jason at gcc dot gnu.org
Summary|[C++0x] crash when using |[C++0x] [4.7 Regression]
|braced initialization in |crash when using braced
|member function of template |initialization in member
| |function of template
Ever Confirmed|0 |1
--- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-08-09 00:34:43 UTC ---
4_6 rejects it without ICEing, thus arguably it's a regression.