This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/47450] [4.5/4.6/4.7 Regression] Anonymous top-level classes assigned to static members fail.
- From: "jason at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 06 Jan 2012 23:25:43 +0000
- Subject: [Bug c++/47450] [4.5/4.6/4.7 Regression] Anonymous top-level classes assigned to static members fail.
- Auto-submitted: auto-generated
- References: <bug-47450-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47450
Jason Merrill <jason at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Known to work| |4.7.0
Resolution| |FIXED
Target Milestone|4.4.7 |4.7.0
Known to fail|4.7.0 |
--- Comment #5 from Jason Merrill <jason at gcc dot gnu.org> 2012-01-06 23:25:43 UTC ---
4.7.0 will give an error about this case. I don't think we should backport the
fix.