David Weiser <[email protected]> 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
