This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch committed testsuite] Tweak gcc.dg/stack-usage-1.c on SH


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  <kkojima@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).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]