This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/18961] New: Large output causes testsuite failure
- From: "chris at bubblescope dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Dec 2004 17:14:35 -0000
- Subject: [Bug debug/18961] New: Large output causes testsuite failure
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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