This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/29704] [4.1 Regression] ICE: default non-type template argument of pointer-to-member type
- From: "jens dot maurer at gmx dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Nov 2006 21:01:10 -0000
- Subject: [Bug c++/29704] [4.1 Regression] ICE: default non-type template argument of pointer-to-member type
- References: <bug-29704-1824@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from jens dot maurer at gmx dot net 2006-11-15 21:01 -------
Oops, you're right. I was looking at N2134, the current working paper (not yet
approved as a standard).
Indeed, at the October 2005 meeting of WG21, the resolution for core issue 354
was voted for incorporation into the working paper, and that resolution added
the sentence I quoted, see
http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#354 .
It's still an ICE, but I admit that ICE-on-valid-code is probably more
important than ICE-on-invalid-code.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29704