pr32912-2.c: Skip for AVR.
authorGeorg-Johann Lay <avr@gjlay.de>
Thu, 21 Jul 2011 07:30:39 +0000 (07:30 +0000)
committerGeorg-Johann Lay <gjl@gcc.gnu.org>
Thu, 21 Jul 2011 07:30:39 +0000 (07:30 +0000)
* gcc.dg/pr32912-2.c: Skip for AVR.
* gcc.dg/pr44674.c: Add dg-require-profiling.

From-SVN: r176553

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr32912-2.c
gcc/testsuite/gcc.dg/pr44674.c

index c5228f29925c08bedd0df71b0488bc5a3284c751..a02aec8eaf13c68395d346e88c6b4533e458fd25 100644 (file)
@@ -1,3 +1,8 @@
+2011-07-21  Georg-Johann Lay  <avr@gjlay.de>
+       
+       * gcc.dg/pr32912-2.c: Skip for AVR.
+       * gcc.dg/pr44674.c: Add dg-require-profiling.
+
 2011-07-20  Jason Merrill  <jason@redhat.com>
 
        * g++.dg/ext/desig2.C: New.
index f3c754cc346f2743a41d141a3a0f834aadb1fa10..f29e63e70581e528624a2756018f61133c5ebfc4 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do run } */
 /* { dg-options "-O2 -w" } */
+/* { dg-skip-if "TImode not supported" { "avr-*-*" } { "*" } { "" } } */
 
 extern void abort (void);
 
index c3f16ff20ee61a5a11c2217b3e8a8acd60dc6cbb..c71b49ea5f6e7ee901d582a16f26b20a79079a83 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-O -fprofile-generate" } */
+/* { dg-require-profiling "-fprofile-generate" } */
 
 void
 jumpfunc (void *p)