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
This commit is contained in:
parent
3dbc97a91e
commit
e04518ae25
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
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
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue