aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7/gcc/testsuite/gcc.target/sparc/sparc-reg-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.7/gcc/testsuite/gcc.target/sparc/sparc-reg-1.c')
-rw-r--r--gcc-4.7/gcc/testsuite/gcc.target/sparc/sparc-reg-1.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc-4.7/gcc/testsuite/gcc.target/sparc/sparc-reg-1.c b/gcc-4.7/gcc/testsuite/gcc.target/sparc/sparc-reg-1.c
deleted file mode 100644
index 0adb4cdca..000000000
--- a/gcc-4.7/gcc/testsuite/gcc.target/sparc/sparc-reg-1.c
+++ /dev/null
@@ -1,11 +0,0 @@
-/* PR middle-end/20263 */
-
-/* { dg-do assemble } */
-/* { dg-options "" } */
-
-register void *tp __asm__("%g7");
-
-void set_tp(void)
-{
- tp = 0;
-}