* 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
+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);