Dejagnu testcase behavior unexpected

Ian Lance Taylor iant@google.com
Wed Sep 15 12:28:00 GMT 2010


David Weiser <davidann@gmail.com> writes:

> I am looking at  bug number 99 on
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=99 and I am adding a test
> case for it.
> The testcase looks like this:
> //-----------start test case
> /*
> {do-run compile}
> */

This should be

/* { dg-do compile } */

or, equivalently for C++,

// { dg-do compile }

Ian



More information about the Gcc mailing list