aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.dg/tree-ssa/ssa-store-ccp-3.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/gcc.dg/tree-ssa/ssa-store-ccp-3.c')
-rw-r--r--gcc-4.8.1/gcc/testsuite/gcc.dg/tree-ssa/ssa-store-ccp-3.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/gcc.dg/tree-ssa/ssa-store-ccp-3.c b/gcc-4.8.1/gcc/testsuite/gcc.dg/tree-ssa/ssa-store-ccp-3.c
deleted file mode 100644
index e187735a4..000000000
--- a/gcc-4.8.1/gcc/testsuite/gcc.dg/tree-ssa/ssa-store-ccp-3.c
+++ /dev/null
@@ -1,18 +0,0 @@
-/* { dg-do compile } */
-/* Skipped on MIPS GNU/Linux target because __PIC__ can be
- defined for executables as well as shared libraries. */
-/* { dg-skip-if "" { *-*-darwin* hppa*64*-*-* mips*-*-linux* *-*-mingw* } { "*" } { "" } } */
-/* { dg-options "-O2 -fno-common -fdump-tree-optimized" } */
-
-const int conststaticvariable;
-
-int f(void)
-{
- return conststaticvariable;
-}
-
-/* There should be no reference for nonpic targets to
- conststaticvariable as we should have inlined the 0. */
-/* { dg-final { scan-tree-dump-times "conststaticvariable" 0 "optimized" { target nonpic } } } */
-/* { dg-final { scan-tree-dump-times "conststaticvariable" 1 "optimized" { target { ! nonpic } } } } */
-/* { dg-final { cleanup-tree-dump "optimized" } } */