[Bug debug/18961] New: Large output causes testsuite failure
chris at bubblescope dot net
gcc-bugzilla@gcc.gnu.org
Mon Dec 13 17:14:00 GMT 2004
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
More information about the Gcc-bugs
mailing list