From 0b47e344616c42629624838e40cf6a371c55c195 Mon Sep 17 00:00:00 2001 From: Georg-Johann Lay Date: Thu, 21 Jul 2011 07:30:39 +0000 Subject: [PATCH] pr32912-2.c: Skip for AVR. * gcc.dg/pr32912-2.c: Skip for AVR. * gcc.dg/pr44674.c: Add dg-require-profiling. From-SVN: r176553 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.dg/pr32912-2.c | 1 + gcc/testsuite/gcc.dg/pr44674.c | 1 + 3 files changed, 7 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c5228f29925..a02aec8eaf1 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2011-07-21 Georg-Johann Lay + + * gcc.dg/pr32912-2.c: Skip for AVR. + * gcc.dg/pr44674.c: Add dg-require-profiling. + 2011-07-20 Jason Merrill * g++.dg/ext/desig2.C: New. diff --git a/gcc/testsuite/gcc.dg/pr32912-2.c b/gcc/testsuite/gcc.dg/pr32912-2.c index f3c754cc346..f29e63e7058 100644 --- a/gcc/testsuite/gcc.dg/pr32912-2.c +++ b/gcc/testsuite/gcc.dg/pr32912-2.c @@ -1,5 +1,6 @@ /* { dg-do run } */ /* { dg-options "-O2 -w" } */ +/* { dg-skip-if "TImode not supported" { "avr-*-*" } { "*" } { "" } } */ extern void abort (void); diff --git a/gcc/testsuite/gcc.dg/pr44674.c b/gcc/testsuite/gcc.dg/pr44674.c index c3f16ff20ee..c71b49ea5f6 100644 --- a/gcc/testsuite/gcc.dg/pr44674.c +++ b/gcc/testsuite/gcc.dg/pr44674.c @@ -1,5 +1,6 @@ /* { dg-do compile } */ /* { dg-options "-O -fprofile-generate" } */ +/* { dg-require-profiling "-fprofile-generate" } */ void jumpfunc (void *p) -- 2.30.2