Commit 97c1c80b by Bernd Schmidt Committed by Bernd Schmidt

New test: gcc.dg/991129-1.c

From-SVN: r30703
parent 96b42f4c
1999-11-29 Bernd Schmidt <bernds@cygnus.co.uk>
* gcc.dg/991129-1.c: New test.
1999-11-22 Nathan Sidwell <nathan@acm.org> 1999-11-22 Nathan Sidwell <nathan@acm.org>
* g++.old-deja/g++.other/warn4.C: New test. * g++.old-deja/g++.other/warn4.C: New test.
......
/* Test against a problem in push_reload. */
/* { dg-do compile { target i?86-*-* } } */
/* { dg-options "-O2" } */
unsigned long foo (unsigned long long x, unsigned long y)
{
unsigned long a;
x += y;
asm ("" : "=a" (a) : "A" (x), "rm" (y));
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