http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24985
--- Comment #25 from Manuel López-Ibáñez <manu at gcc dot gnu.org> 2012-04-05 22:09:30 UTC --- > Another problem with c99-vla-jump-3.c and similar testcases is that it seems > as > if DejaGNU limits the output (or has a limited size buffer for text) and > decides to stop parsing in the middle of a source line, which breaks the > pruning (and misses several diagnostics that need to be matched). Could this > be > true or am I doing something wrong? PR12096 ?