This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/17386] New: libstdc++ iostreams miscompilation
- From: "rth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Sep 2004 23:53:12 -0000
- Subject: [Bug c++/17386] New: libstdc++ iostreams miscompilation
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Originally reported as http://gcc.gnu.org/ml/gcc-regression/2004-09/msg00008.html,
can be reproduced with just
#include <iostream>
int main() {
std::cout << 0L;
}
for a segfaulting testcase. Obviously the miscompilation is in the library
itself. More analysis to come...
--
Summary: libstdc++ iostreams miscompilation
Product: gcc
Version: 4.0
Status: UNCONFIRMED
Keywords: wrong-code
Severity: normal
Priority: P2
Component: c++
AssignedTo: rth at gcc dot gnu dot org
ReportedBy: rth at gcc dot gnu dot org
CC: apinski at apple dot com,gcc-bugs at gcc dot gnu dot
org,mrs at apple dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17386