SH: Fix outage caused by recently added 2nd combine pass after reg alloc
[official-gcc.git] / gcc / testsuite / objc.dg / root-class-00.m
blob1f73f735761c4455a8eaabef0af2b8a61154b2be
1 /* Test Wobjc-root-class.
2    Note that we don't issue a warning unless the TU contains an implementation
3    for the class.  */
4 /*  { dg-additional-options "-fsyntax-only " } */
6 @interface ARootObject
7 @end
9 @implementation ARootObject
10 @end /* { dg-warning {class 'ARootObject' defined without specifying a base class} } */