Bug in g++ 2.95.2: "Internal compiler error"

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Wed Apr 5 01:20:00 GMT 2000


> #include <iostream>
> #include <algorithm>
> 
> int main() {
>   cout << count << endl; 
>   return 0;
> }

Thanks for your bug report. I've put it into GNATS. As you may have
noticed, there is an error in the code: count cannot be output.

Regards,
Martin


More information about the Gcc-bugs mailing list