URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [torture/] [pr49169.c] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile { target { arm*-*-* || mips*-*-* } } } */ #include <stdlib.h> #include <stdint.h> int main (void) { void *p = main; if ((intptr_t) p & 1) abort (); return 0; } /* { dg-final { scan-assembler "abort" } } */
Go to most recent revision | Compare with Previous | Blame | View Log