summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/ipa/ipa-structreorg-55-csmith-4.c
diff options
context:
space:
mode:
authorGary Oblock <gary@amperecomputing.com>2020-09-10 13:48:29 -0700
committerGary Oblock <gary@amperecomputing.com>2020-09-10 13:48:29 -0700
commitcc9febff9eac9376c43dcf1366b4b29133f08fff (patch)
treea12fddf4c9e77ceb7818861f338e13cfd7a608f9 /gcc/testsuite/gcc.dg/ipa/ipa-structreorg-55-csmith-4.c
parent8c6206b7b46585281439c7dcef3c7f3874fe43df (diff)
parent57ddf0b6961359c785b79ade4df9156037cc1393 (diff)
Merge branch 'common/ipa-str-reorg-v2' of git.theobroma-systems.com:ampere-computing/gcc-experimental into common/ipa-str-reorg-v2
Diffstat (limited to 'gcc/testsuite/gcc.dg/ipa/ipa-structreorg-55-csmith-4.c')
-rw-r--r--gcc/testsuite/gcc.dg/ipa/ipa-structreorg-55-csmith-4.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/testsuite/gcc.dg/ipa/ipa-structreorg-55-csmith-4.c b/gcc/testsuite/gcc.dg/ipa/ipa-structreorg-55-csmith-4.c
deleted file mode 100644
index 5e52dc26bf5..00000000000
--- a/gcc/testsuite/gcc.dg/ipa/ipa-structreorg-55-csmith-4.c
+++ /dev/null
@@ -1,10 +0,0 @@
-/* { dg-do run } */
-/* { dg-options "-w -flto -fipa-type-escape-analysis -fdump-ipa-type-escape-analysis " } */
-
-#include <stdint.h>
-union a {
- int8_t b
-} c() {
- union a d = {4073709551608};
-}
-main() {}