This is the mail archive of the gcc-prs@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]

c++/148: Re: internal compiler error



>Number:         148
>Category:       c++
>Synopsis:       internal compiler error
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          analyzed
>Class:          ice-on-illegal-code
>Submitter-Id:   net
>Arrival-Date:   Tue Mar 28 01:06:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     mikes@nilenet.com
>Release:        2.95.2
>Organization:
>Environment:
>Description:
 Original-Message-ID: <38E03B61.1AB72203@nilenet.com>
 Date: Mon, 27 Mar 2000 21:56:01 -0700

 gcc version: 2.95.2
 i686-linux  slackware 7.0
 $ g++ tester.cpp -o tester

 file `tester.cpp':
 //-----
 template<class T> class blah{};
 blah<char>::blah(){}
 int main(){}
 //-----

 output:
 tester.cpp:2: Internal compiler error.
 tester.cpp:2: Please submit a full bug report.
 tester.cpp:2: See
 <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for
 instructions.


>How-To-Repeat:
>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]