Commit bd81b13c by Andreas Schwab Committed by Andreas Schwab

ucnid-8.c: Update line number.

* gcc.dg/ucnid-8.c: Update line number.
* gcc.dg/torture/pr51106-2.c: Likewise.

From-SVN: r191871
parent 1b04be5d
2012-09-30 Andreas Schwab <schwab@linux-m68k.org>
* gcc.dg/ucnid-8.c: Update line number.
* gcc.dg/torture/pr51106-2.c: Likewise.
2012-09-30 Janus Weil <janus@gcc.gnu.org>
PR fortran/54667
......
......@@ -12,4 +12,4 @@ lab:
return 0;
}
/* { dg-warning "probably doesn.t match constraints" "" { target *-*-* } 8 } */
/* { dg-warning "probably doesn.t match constraints" "" { target *-*-* } 9 } */
......@@ -13,4 +13,4 @@ void f (int b) { int \u00e9[b]; } /* { dg-warning "variable length array '\\\\U0
void g (static int \u00e9); /* { dg-error "storage class specified for parameter '\\\\U000000e9'" } */
struct s2 { int \u00e1; } \u00e9 = { { 0 } }; /* { dg-warning "braces around scalar initializer" } */
/* { dg-warning "near initialization for '\\\\U000000e9\\.\\\\U000000e1'" "UCN diag" { target *-*-* } 14 } */
/* { dg-warning "near initialization for '\\\\U000000e9\\.\\\\U000000e1'" "UCN diag" { target *-*-* } 15 } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment