URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr23435.c] - Rev 315
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR target/23435. On m68k-none-elf, this used to cause an unrecognized insn because zero_extendsidi2 accepted operands that are both memory even though such a pattern did not exist. */ void foo (unsigned long *a, unsigned long long *p) { *p = *a; }
Go to most recent revision | Compare with Previous | Blame | View Log