On Sunday 12 September 2004 09:00, Michael Ritzert wrote: > FAIL: g++.dg/parse/break-in-for.C (test for excess errors) Hmm right. This happens because we run all C++ tests with -ansi -pedantic-errors, and the test case is not ANSI conforming, apparently. Fixed now. Gr. Steven