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++/13870] template with type and function templated on type causes segfault.


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-26 21:00 -------
As you said this is invalid code, and this is fixed on the mainline:
pr13870.cc:1: error: expected `>' before '<' token
pr13870.cc:1: error: expected unqualified-id before ')' token
pr13870.cc:1: error: expected `;' before '>' token
So closing as fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
           Keywords|                            |ice-on-invalid-code
         Resolution|                            |FIXED
   Target Milestone|---                         |3.4.0


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


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