This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/51582] [4.6 Regression] ICE when using a class with a matrix of complex numbers in C++0x mode
- 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: Fri, 16 Dec 2011 17:05:51 +0000
- Subject: [Bug c++/51582] [4.6 Regression] ICE when using a class with a matrix of complex numbers in C++0x mode
- Auto-submitted: auto-generated
- References: <bug-51582-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51582
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Keywords| |ice-on-valid-code
Last reconfirmed| |2011-12-16
CC| |jason at gcc dot gnu.org
Ever Confirmed|0 |1
Summary|ICE when using a class with |[4.6 Regression] ICE when
|a matrix of complex numbers |using a class with a matrix
|in C++0x mode |of complex numbers in C++0x
| |mode
--- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-12-16 17:05:51 UTC ---
Mainline is fine but in 4_6-branch the problem is still there as of 182409.
4.5.x didn't have constexpr thus it's obvious that the problem wasn't there,
but it would be nice to do something in 4_6-branch: from the point of view of
the user trying -std=c++0x the issue is rather serious. I don't know if we have
something simple to backport.