Date: Tue, 17 Nov 92 17:06:44 CST From: "George Jetson" To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re-reporting an old bug... Just wanted to let y'all know that this one was alive and well in 1.09. It would be most helpful if someone could test this on some Unix-based GCCs, including, of course 386 versions of Unix. /* This is CERRTST.CC */ #include main() { int i; for (i = 0; i <30; i++) cerr << "The quick brown fox jumps over the lazy dog" << "\n"; } When you run this, it displays 14 lines of output, then gobbles up all available memory and starts paging. It dies when it runs out of disk.