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]

c++/8522: GCC 3.2: g++ ICE on possibly illegal template class forward declaration


>Number:         8522
>Category:       c++
>Synopsis:       GCC 3.2: g++ ICE on possibly illegal template class forward declaration
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          ice-on-illegal-code
>Submitter-Id:   net
>Arrival-Date:   Sun Nov 10 21:56:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Peter Karl Mueller
>Release:        3.2
>Organization:
No-Org
>Environment:
System: Linux XXXXXX 2.4.16-4GB #1 Mit Okt 30 14:20:02 CET 2002 i686 unknown
Architecture: i686

	
host: i686-pc-linux-gnu
build: i686-pc-linux-gnu
target: i686-pc-linux-gnu
configured with: ../gcc-3.2/configure --prefix=/usr5/xhome/softw1/install-3.2 --enable-threads --enable-shared
>Description:
   g++ asks for submitting a full bug report
>How-To-Repeat:
   g++ 2.cc
   FILE 2.cc (2 lines):

1   template<typename T> class U;
2   template<typename T> class U<T>::G;

>Fix:
   ---
>Release-Note:
>Audit-Trail:
>Unformatted:


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