Commit 0b47e344 by Georg-Johann Lay Committed by Georg-Johann Lay

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
parent bfef3a71
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> 2011-07-20 Jason Merrill <jason@redhat.com>
* g++.dg/ext/desig2.C: New. * g++.dg/ext/desig2.C: New.
......
/* { dg-do run } */ /* { dg-do run } */
/* { dg-options "-O2 -w" } */ /* { dg-options "-O2 -w" } */
/* { dg-skip-if "TImode not supported" { "avr-*-*" } { "*" } { "" } } */
extern void abort (void); extern void abort (void);
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O -fprofile-generate" } */ /* { dg-options "-O -fprofile-generate" } */
/* { dg-require-profiling "-fprofile-generate" } */
void void
jumpfunc (void *p) jumpfunc (void *p)
......
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