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++/165: Re: Bug in g++ 2.95.2: "Internal compiler error"



>Number:         165
>Category:       c++
>Synopsis:       Bug in g++ 2.95.2: "Internal compiler error"
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          analyzed
>Class:          ice-on-illegal-code
>Submitter-Id:   net
>Arrival-Date:   Wed Apr 05 01:26:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Seth Tisue <s-tisue@northwestern.edu>
>Release:        2.95.2
>Organization:
>Environment:
>Description:
 Original-Message-Id: <200004031948.VAA20973@mail.cs.tu-berlin.de>
 Date: Mon, 03 Apr 2000 14:46:04 -0500


 % uname -a
 Linux thumper 2.2.7-1.23smp #1 SMP Thu Jul 8 15:23:01 PDT 1999 i686 unknown
 % g++ --version
 2.95.2
 % g++ -c war.cpp
 war.cpp: In function `int main()':
 war.cpp:5: Internal compiler error 390.
 war.cpp:5: Please submit a full bug report.
 war.cpp:5: See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.
 
 [MvL: Preprocessor output removed]

>How-To-Repeat:
#include <iostream>
#include <algorithm>

int main() {
  cout << count << endl; 
  return 0;
}

>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]