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



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.