diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/pointer-counted-by-4-struct.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/pointer-counted-by-4-struct.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/testsuite/gcc.dg/pointer-counted-by-4-struct.c b/gcc/testsuite/gcc.dg/pointer-counted-by-4-struct.c deleted file mode 100644 index 50246d2..0000000 --- a/gcc/testsuite/gcc.dg/pointer-counted-by-4-struct.c +++ /dev/null @@ -1,10 +0,0 @@ -/* Test the attribute counted_by for pointer field and its usage in - * __builtin_dynamic_object_size. */ -/* { dg-do run } */ -/* { dg-options "-O2" } */ -struct A { - int a; - char *b; -}; -#define PTR_TYPE struct A -#include "pointer-counted-by-4.c" |