Commit 9ea722f2 by Kaz Kojima

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

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

From-SVN: r188796
parent b513d0fe
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,
......
/* { 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).
......
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