From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 349 invoked by alias); 9 Sep 2004 23:53:12 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 339 invoked by uid 48); 9 Sep 2004 23:53:12 -0000 Date: Thu, 09 Sep 2004 23:53:00 -0000 From: "rth at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org Message-ID: <20040909235310.17386.rth@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/17386] New: libstdc++ iostreams miscompilation X-Bugzilla-Reason: CC X-SW-Source: 2004-09/txt/msg00889.txt.bz2 List-Id: Originally reported as http://gcc.gnu.org/ml/gcc-regression/2004-09/msg00008.html, can be reproduced with just #include 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