public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/6839: ICE on illegal explicit member function instantiation syntax
@ 2002-10-31 11:26 Wolfgang Bangerth
  0 siblings, 0 replies; only message in thread
From: Wolfgang Bangerth @ 2002-10-31 11:26 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c++/6839; it has been noted by GNATS.

From: Wolfgang Bangerth <bangerth@ticam.utexas.edu>
To: gcc-bugs@gcc.gnu.org, <gcc-gnats@gcc.gnu.org>
Cc:  
Subject: Re: c++/6839: ICE on illegal explicit member function instantiation
 syntax
Date: Thu, 31 Oct 2002 13:21:16 -0600 (CST)

 A minimal example for this ICE in all gcc versions is of course
 -------------------------------
 template <typename T> class X {
     void f(){};
 };
 template void X<int>::f;
 -------------------------------
 
 Note the missing parentheses in the explicit instantiation.
 W.
 
 -------------------------------------------------------------------------
 Wolfgang Bangerth              email:           bangerth@ticam.utexas.edu
                                www: http://www.ticam.utexas.edu/~bangerth
 
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-10-31 19:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-31 11:26 c++/6839: ICE on illegal explicit member function instantiation syntax Wolfgang Bangerth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).