public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/18961] New: Large output causes testsuite failure
@ 2004-12-13 17:14 chris at bubblescope dot net
  2004-12-13 17:21 ` [Bug other/18961] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: chris at bubblescope dot net @ 2004-12-13 17:14 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-02-08 13:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-13 17:14 [Bug debug/18961] New: Large output causes testsuite failure chris at bubblescope dot net
2004-12-13 17:21 ` [Bug other/18961] " pinskia at gcc dot gnu dot org
2004-12-13 17:56 ` chris at bubblescope dot net
2005-02-07  4:51 ` jsm28 at gcc dot gnu dot org
2005-02-08 18:31 ` chris at bubblescope dot net

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).