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++/38712] [c++0x] can't mangle template-id g<N>(t)



------- Comment #3 from jason at gcc dot gnu dot org  2009-10-12 05:58 -------
This doesn't ICE anymore, it says

xxx.C:10:25: sorry, unimplemented: mangling template_id_expr

We need to update the ABI to support this.


-- 

jason at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jason at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
           Keywords|ice-on-valid-code           |ABI, rejects-valid
   Last reconfirmed|2009-01-03 05:42:55         |2009-10-12 05:58:44
               date|                            |
            Summary|[c++0x] ICE: Segmentation   |[c++0x] can't mangle
                   |fault in auto function when |template-id g<N>(t)
                   |decltype uses parameter pack|
                   |expansion                   |


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


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