Commit 05930232 by Jeffrey A Law Committed by Jeff Law

* gcc.dg/980520-1.c: New test.

From-SVN: r19937
parent aee21ba9
Thu May 21 23:23:21 1998 Jeffrey A Law (law@cygnus.com)
* gcc.dg/980520-1.c: New test.
Wed May 20 14:37:15 1998 Manfred Hollstein <manfred@s-direktnet.de>
* gcc.dg/980502-1.c: Fix return type.
......
/* { dg-do compile { target i?86-*-* } } */
/* { dg-options -O2 } */
int bug(void)
{
unsigned long a, b;
__asm__(""
: "=d" (a)
:
: "memory");
__asm__ __volatile__(""
:
: "g" (b)
: "memory");
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