Commit 7ae3b0b6 by Georg-Johann Lay Committed by Georg-Johann Lay

struct-by-value-16_main.c: Skip AVR.

	
	* gcc.dg/compat/struct-by-value-16_main.c: Skip AVR.
	* gcc.dg/compat/struct-by-value-17_main.c: Skip AVR.
	* gcc.dg/compat/struct-by-value-18_main.c: Skip AVR.
	* g++.dg/torture/pr31863.C: Skip AVR.

From-SVN: r176135
parent 6f14a85e
2011-07-11 Georg-Johann Lay <avr@gjlay.de>
* gcc.dg/compat/struct-by-value-16_main.c: Skip AVR.
* gcc.dg/compat/struct-by-value-17_main.c: Skip AVR.
* gcc.dg/compat/struct-by-value-18_main.c: Skip AVR.
* g++.dg/torture/pr31863.C: Skip AVR.
2011-07-10 Tobias Burnus <burnus@net-b.de>
PR fortran/49690
......
/* { dg-do link } */
/* { dg-timeout-factor 2.0 } */
/* { dg-skip-if "Program too big" { "avr-*-*" } { "*" } { "" } } */
namespace Loki
{
......
/* Test structures passed by value, including to a function with a
variable-length argument lists. All struct members are of type
_Complex float. */
/* { dg-skip-if "Program too big" { "avr-*-*" } { "*" } { "" } } */
extern void struct_by_value_16_x (void);
extern void exit (int);
......
/* Test structures passed by value, including to a function with a
variable-length argument lists. All struct members are of type
_Complex double. */
/* { dg-skip-if "Program too big" { "avr-*-*" } { "*" } { "" } } */
extern void struct_by_value_17_x (void);
extern void exit (int);
......
/* Test structures passed by value, including to a function with a
variable-length argument lists. All struct members are of type
_Complex long double. */
/* { dg-skip-if "Program too big" { "avr-*-*" } { "*" } { "" } } */
extern void struct_by_value_18_x (void);
extern void exit (int);
......
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