The following testsuite program fails when added to the libstdc++ testsuite:

#include <iostream>

int main()
{
  for(int i=0;i<1000000;i++)
    std::cout << "C" << std::endl;
}

Is there some reason for this?

-- 
           Summary: Large output causes testsuite failure
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: debug
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: chris at bubblescope dot net
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18961

Reply via email to