This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/17386] New: libstdc++ iostreams miscompilation


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]