This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/51582] [4.6 Regression] ICE when using a class with a matrix of complex numbers in C++0x mode


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]