Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / pr23435.c
blobfb41af1e8470ac9163c3630fe2598876fd333aa1
1 /* PR target/23435.
3 On m68k-none-elf, this used to cause an unrecognized insn because
4 zero_extendsidi2 accepted operands that are both memory even though
5 such a pattern did not exist. */
7 void
8 foo (unsigned long *a, unsigned long long *p)
10 *p = *a;