2013-06-24 Richard Biener <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 Jun 2013 11:14:31 +0000 (11:14 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 Jun 2013 11:14:31 +0000 (11:14 +0000)
PR testsuite/57686
* gcc.dg/torture/pr57584.c: Remove target specific bits.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@200364 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr57584.c

index bb5eaa7..867e70d 100644 (file)
@@ -1,5 +1,10 @@
 2013-06-24  Richard Biener  <rguenther@suse.de>
 
+       PR testsuite/57686
+       * gcc.dg/torture/pr57584.c: Remove target specific bits.
+
+2013-06-24  Richard Biener  <rguenther@suse.de>
+
        PR tree-optimization/57488
        * gcc.dg/torture/pr57488.c: New testcase.
 
index 7cf630b..dd62cf8 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
 
-typedef int int32_t __attribute__ ((__mode__ (__SI__)));
+typedef int int32_t;
 typedef unsigned char uint8_t;
 typedef unsigned long int uintptr_t;
 typedef uint8_t scm_t_uint8;
@@ -37,7 +37,7 @@ static SCM vm_debug_engine (SCM vm, SCM program, SCM *argv, int nargs) {
     register SCM *fp ;
     struct scm_vm *vp = ((struct scm_vm *) ((((scm_t_bits) (0? (*(SCM*)0=((((SCM *)((scm_t_cell *) (((scm_t_bits) (0? (*(SCM*)0=((((vm))))): (((vm)))))))) [((1))]))): (((SCM *)((scm_t_cell *) (((scm_t_bits) (0? (*(SCM*)0=((((vm))))): (((vm)))))))) [((1))]))))));
     static const void **jump_table_pointer = ((void *)0);
-    register const void **jump_table asm ("r12");
+    const void **jump_table;
     if (__builtin_expect ((!jump_table_pointer), 0))     {
        jump_table_pointer[0] = &&l_nop;
     }