public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* 3.0.5 (CVS) breaks basic C++
@ 2003-09-17 17:14 jarausch
  0 siblings, 0 replies; 3+ messages in thread
From: jarausch @ 2003-09-17 17:14 UTC (permalink / raw)
  To: gcc-bugs

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;

}



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 3.0.5 (CVS) breaks basic C++
  2002-04-10  7:28 jarausch
@ 2002-04-10  8:15 ` Andrew Pinski
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Pinski @ 2002-04-10  8:15 UTC (permalink / raw)
  To: jarausch; +Cc: gcc-bugs

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* 3.0.5 (CVS) breaks basic C++
@ 2002-04-10  7:28 jarausch
  2002-04-10  8:15 ` Andrew Pinski
  0 siblings, 1 reply; 3+ messages in thread
From: jarausch @ 2002-04-10  7:28 UTC (permalink / raw)
  To: gcc-bugs

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;

}



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-09-17 16:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-17 17:14 3.0.5 (CVS) breaks basic C++ jarausch
  -- strict thread matches above, loose matches on Subject: below --
2002-04-10  7:28 jarausch
2002-04-10  8:15 ` Andrew Pinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).