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++/47289] [4.4/4.5 Regression] [C++0x] ICE in tsubst_pack_expansion (triggered by decltype)


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47289

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-invalid-code
           Priority|P3                          |P2
             Status|REOPENED                    |RESOLVED
      Known to work|                            |4.3.4, 4.6.0
         Resolution|                            |FIXED
   Target Milestone|4.4.6                       |4.6.0
      Known to fail|4.6.0                       |

--- Comment #7 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-03-08 13:24:34 UTC ---
4.3 rejects the code without ICEing because it doesn't have decltype.

I gather from Jason closing the bug the fix isn't worth backporting.


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