3.0.5 (CVS) breaks basic C++
jarausch@igpm.rwth-aachen.de
jarausch@igpm.rwth-aachen.de
Wed Sep 17 17:14:00 GMT 2003
Hi,
the tiny test below compiles fine but
gives a segment fault when invoked.
This does not occur with 3.0.4 .
My system: kernel 2.4.18-SMP, gcclib 2.2.5
Thanks for looking into it,
Helmut Jarausch
Lehrstuhl fuer Numerische Mathematik
Institute of Technology, RWTH Aachen
D 52056 Aachen, Germany
#include <iostream>
using std::cout; using std::endl; using std::cin;
int main() {
int Parm;
cin >> Parm;
cout << Parm << endl;
}
More information about the Gcc-bugs
mailing list