mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-18 07:38:57 +08:00
* gcc.dg/20000715-1.c: New test.
From-SVN: r35051
This commit is contained in:
parent
91f4790ccd
commit
a8c12308a0
@ -1,6 +1,7 @@
|
||||
2000-07-15 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* gcc.c-torture/execute/20000715-2.c: New test.
|
||||
* gcc.dg/20000715-1.c: New test.
|
||||
|
||||
2000-07-15 Michael Meissner <meissner@redhat.com>
|
||||
|
||||
|
9
gcc/testsuite/gcc.dg/20000715-1.c
Normal file
9
gcc/testsuite/gcc.dg/20000715-1.c
Normal file
@ -0,0 +1,9 @@
|
||||
/* { dg-do compile { target alpha*-*-* } } */
|
||||
/* { dg-options "-O2 -mieee" } */
|
||||
|
||||
float foo(unsigned char n)
|
||||
{
|
||||
float r = 10 * n;
|
||||
asm volatile("" : : : "memory");
|
||||
return r;
|
||||
}
|
Loading…
Reference in New Issue
Block a user