Commit 42151102 by Alan Modra Committed by Alan Modra

re PR target/10073 (powerpc cannot split insn while building rscheme)

	PR target/10073
	* gcc.c-torture/compile/20030319-1.c: New.

From-SVN: r64565
parent 6a04f4e0
2003-03-19 Alan Modra <amodra@bigpond.net.au>
PR target/10073
* gcc.c-torture/compile/20030319-1.c: New.
Tue Mar 18 13:14:05 CET 2003 Jan Hubicka <jh@suse.cz>
* gcc.dg/i386-cvt-1.c: New test.
......
/* PR 10073 */
typedef struct
{
unsigned short digits[4];
} INT_64;
INT_64 int_64_com (INT_64 a)
{
a.digits[0] ^= 0xFFFF;
a.digits[1] ^= 0xFFFF;
a.digits[2] ^= 0xFFFF;
a.digits[3] ^= 0xFFFF;
return a;
}
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