This is the mail archive of the
egcs@egcs.cygnus.com
mailing list for the EGCS project. See the EGCS
home page for more information.
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]
eb77.C
- To: robertlipe@usa.net (Robert Lipe)
- Subject: eb77.C
- From: Joern Rennecke <amylaar@cygnus.co.uk>
- Date: Mon, 15 Feb 1999 18:36:33 +0000 (GMT)
- Cc: egcs@cygnus.com
- Delivered-To: listarch-egcs@egcs.cygnus.com
- Delivered-To: mailing list egcs@egcs.cygnus.com
- Mailing-List: contact egcs-help@egcs.cygnus.com; run by ezmlm
- Sender: owner-egcs@egcs.cygnus.com
gcc/testsuite/g++.old-deja/g++.robertl/eb77.C uses a strstream without
initializing it. Since the constructor for strstream is empty, this
invokes undefined behaviour.
- Follow-Ups:
- Re: eb77.C
- From: Alexandre Oliva <oliva@dcc.unicamp.br>
- Re: eb77.C
- From: Robert Lipe <robertlipe@usa.net>