This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/48089] [C++0x] ICE on in(?)valid in constexpr constructors
- 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: Sat, 12 Mar 2011 13:21:02 +0000
- Subject: [Bug c++/48089] [C++0x] ICE on in(?)valid in constexpr constructors
- Auto-submitted: auto-generated
- References: <bug-48089-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48089
--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-03-12 13:20:53 UTC ---
N.B. I don't think there's any GCC extension involving initializing class
members with themselves. Doing so is almost certainly a mistake.