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:
parent
b513d0fe82
commit
9ea722f2c6
@ -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,
|
||||
|
@ -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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user