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]

Re: 3.0.5 (CVS) breaks basic C++


I would not worry about the 3.0 branch because I think it is no longer 
being maintained.
Can you try the 3.1 branch?

Thanks,
Andrew Pinski


On Wednesday, April 10, 2002, at 10:19 , jarausch@igpm.rwth-aachen.de 
wrote:

> 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;
>
> }
>
>
>
>


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