Hi, I've applied the attached patch which is a tiny SH specific change of gcc.dg/stack-usage-1.c test. Tested on sh-linux and i686-pc-linux-gnu.
Regards, kaz -- 2012-06-19 Kaz Kojima <kkoj...@gcc.gnu.org> * gcc.dg/stack-usage-1.c: Use sh*-*-* instead of sh-*-*. --- ORIG/trunk/gcc/testsuite/gcc.dg/stack-usage-1.c 2012-06-16 09:29:54.000000000 +0900 +++ trunk/gcc/testsuite/gcc.dg/stack-usage-1.c 2012-06-19 07:55:54.000000000 +0900 @@ -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).