Commit e04518ae by Richard Biener Committed by Richard Biener

re PR testsuite/57686 (FAIL: gcc.dg/torture/pr57584.c with -m32)

2013-06-24  Richard Biener  <rguenther@suse.de>

	PR testsuite/57686
	* gcc.dg/torture/pr57584.c: Remove target specific bits.

From-SVN: r200364
parent 3dbc97a9
2013-06-24 Richard Biener <rguenther@suse.de> 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 PR tree-optimization/57488
* gcc.dg/torture/pr57488.c: New testcase. * gcc.dg/torture/pr57488.c: New testcase.
......
/* { dg-do compile } */ /* { dg-do compile } */
typedef int int32_t __attribute__ ((__mode__ (__SI__))); typedef int int32_t;
typedef unsigned char uint8_t; typedef unsigned char uint8_t;
typedef unsigned long int uintptr_t; typedef unsigned long int uintptr_t;
typedef uint8_t scm_t_uint8; typedef uint8_t scm_t_uint8;
...@@ -37,7 +37,7 @@ static SCM vm_debug_engine (SCM vm, SCM program, SCM *argv, int nargs) { ...@@ -37,7 +37,7 @@ static SCM vm_debug_engine (SCM vm, SCM program, SCM *argv, int nargs) {
register SCM *fp ; 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))])))))); 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); 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)) { if (__builtin_expect ((!jump_table_pointer), 0)) {
jump_table_pointer[0] = &&l_nop; jump_table_pointer[0] = &&l_nop;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment