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