* gcc.c-torture/compile/980706-1.c: New test.
From-SVN: r20964
This commit is contained in:
parent
392582fae8
commit
d7997cbbb7
2 changed files with 14 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Jul 6 18:20:27 1998 Kamil Iskra <iskra@student.uci.agh.edu.pl>
|
||||
|
||||
* gcc.c-torture/compile/980706-1.c: New test.
|
||||
|
||||
1998-07-01 Dave Love <d.love@dl.ac.uk>
|
||||
|
||||
* g77.f-torture/execute/980701-0.f,
|
||||
|
|
10
gcc/testsuite/gcc.c-torture/compile/980706-1.c
Normal file
10
gcc/testsuite/gcc.c-torture/compile/980706-1.c
Normal file
|
@ -0,0 +1,10 @@
|
|||
void g(long long);
|
||||
|
||||
long long f(long long v1, long long v2, long long v3, long long v4)
|
||||
{
|
||||
g(v1);
|
||||
g(v2);
|
||||
g(v3);
|
||||
g(v4);
|
||||
return v1 && v2;
|
||||
}
|
Loading…
Add table
Reference in a new issue