Replace assemble by compile.

From-SVN: r163922
This commit is contained in:
Arnaud Charlet 2010-09-06 17:57:18 +02:00
parent cc0ae0cacb
commit 6fa0abcfd9
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// { dg-do assemble }
// { dg-do compile }
char * d [10]; // { dg-error "8: 'd' has a previous declaration as" }
char e [15][10];