mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 10:19:00 +08:00
* gcc.c-torture/compile/991229-2.c: New test.
From-SVN: r31134
This commit is contained in:
parent
bacaaca4b8
commit
7f0f889158
@ -1,5 +1,6 @@
|
||||
Wed Dec 29 23:48:49 1999 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* gcc.c-torture/compile/991229-2.c: New test.
|
||||
* gcc.c-torture/compile/991229-1.c: New test.
|
||||
|
||||
Wed Dec 29 20:54:46 1999 Greg McGary <gkm@eng.ascend.com>
|
||||
|
10
gcc/testsuite/gcc.c-torture/compile/991229-2.c
Normal file
10
gcc/testsuite/gcc.c-torture/compile/991229-2.c
Normal file
@ -0,0 +1,10 @@
|
||||
void foo ();
|
||||
|
||||
void update (double* r)
|
||||
{
|
||||
foo ();
|
||||
{
|
||||
register double y1;
|
||||
y1 = r[ 4] - r[11];
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user