stack-usage-1.c: Use sh*-*-* instead of sh-*-*.

* gcc.dg/stack-usage-1.c: Use sh*-*-* instead of sh-*-*.

From-SVN: r188796
This commit is contained in:
Kaz Kojima 2012-06-19 22:29:24 +00:00
parent b513d0fe82
commit 9ea722f2c6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-06-19 Kaz Kojima <kkojima@gcc.gnu.org>
* gcc.dg/stack-usage-1.c: Use sh*-*-* instead of sh-*-*.
2012-06-19 Joseph Myers <joseph@codesourcery.com>
* gcc.c-torture/compile/vector-5.c,

View File

@ -1,6 +1,6 @@
/* { dg-do compile } */
/* { dg-options "-fstack-usage" } */
/* { dg-options "-fstack-usage -fomit-frame-pointer" { target { sh-*-* } } } */
/* { dg-options "-fstack-usage -fomit-frame-pointer" { target { sh*-*-* } } } */
/* This is aimed at testing basic support for -fstack-usage in the back-ends.
See the SPARC back-end for example (grep flag_stack_usage_info in sparc.c).