* gcc.target/s390/stackcheck1.c: Add dg-warning.

From-SVN: r157981
This commit is contained in:
Jakub Jelinek 2010-04-06 09:15:03 +02:00 committed by Jakub Jelinek
parent be1fa640d4
commit fca839ce6e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-04-06 Jakub Jelinek <jakub@redhat.com>
* gcc.target/s390/stackcheck1.c: Add dg-warning.
2010-04-01 Janne Blomqvist <jb@gcc.gnu.org>
Dominique d'Humieres <dominiq@lps.ens.fr>

View File

@ -11,4 +11,4 @@ foo ()
{
char a[2500];
bar (a);
}
} /* { dg-warning "more than half" } */