gcc/testsuite/
* gcc.c-torture/execute/
20021120-1.c: Skip if not size20plus or -Os.
* gcc.dg/fixed-point/convert-float-4.c: Require size20plus.
* gcc.dg/torture/pr112282.c: Skip if -O0 unless size20plus.
* g++.dg/lookup/pr21802.C: Require size20plus.
// PR c++/21802
// { dg-do run }
+// { dg-require-effective-target size20plus }
#include <cassert>
struct X;
+/* { dg-skip-if "memory tight" { ! size20plus } { "*" } { "-Os" } } */
+
void abort (void);
void exit (int);
/* { dg-do run } */
/* { dg-options "-std=gnu99 -O0" } */
+/* { dg-require-effective-target size20plus } */
/* C99 6.3 Conversions.
/* { dg-do run } */
+/* { dg-skip-if "memory tight" { ! size20plus } { "-O0" } } */
#if __SIZEOF_INT__ < 4
#define Xint __INT32_TYPE__