struct struct00 { };
int global_function_0 () {
-} // { dg-error "" }
+} // { dg-error "" "" { xfail *-*-* } }
struct00 global_function_1 () {
-} // { dg-error "" }
+} // { dg-error "" "" { xfail *-*-* } }
struct struct0 {
};
int struct1_member_function_0 () {
-} // { dg-error "" }
+} // { dg-error "" "" { xfail *-*-* } }
struct1 struct1::struct1_member_function_1 () {
-} // { dg-error "" }
+} // { dg-error "" "" { xfail *-*-* } }
int main () { return 0; }
// { dg-do assemble }
// { dg-options "-Wno-deprecated -Wreturn-type" }
+//
// GROUPS passed i960
/*
Bug Id: bnr
{
foo f;
printf ("returning 1\n");
-} // { dg-warning "" } control reaches end
+} // { dg-warning "" "" { xfail *-*-* } } control reaches end
int
warn_return_arg (int arg)
foo f;
printf ("returning %d\n", arg);
arg;
-} // { dg-warning "" } control reaches end
+} // { dg-warning "" "" { xfail *-*-* } } control reaches end
int
warn_return_sum (int x, int y)
foo f;
printf ("returning %d+%d\n", x, y);
x + y;
-} // { dg-warning "" } control reaches end
+} // { dg-warning "" "" { xfail *-*-* } } control reaches end
foo
warn_return_foo ()
{
foo f;
printf ("returning foo\n");
-} // { dg-warning "" } control reaches end
+} // { dg-warning "" "" { xfail *-*-* } } control reaches end
foo
warn_foo_parm_returns_foo (foo f)
{
f;
-} // { dg-warning "" } control reaches end
+} // { dg-warning "" "" { xfail *-*-* } } control reaches end
main ()
{ // { dg-warning "" } no type