This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/51666] NSDMI parse fails for template'd intializer
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 30 Dec 2011 06:30:47 +0000
- Subject: [Bug c++/51666] NSDMI parse fails for template'd intializer
- Auto-submitted: auto-generated
- References: <bug-51666-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51666
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pinskia at gcc dot gnu.org
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-12-30 06:30:47 UTC ---
I bet a beer this is related to PR 57 (one of the most duplicated bugs in
bugzilla). In fact the same work around fixes this testcase.
Jason can you comment if DR 325 applies to NSDMI and not just default
arguments?