This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Dejagnu testcase behavior unexpected


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]