mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-10 08:46:49 +08:00
* gcc.c-torture/compile/20000609-1.c: New test.
From-SVN: r34495
This commit is contained in:
parent
65377a89bf
commit
83c137d7a0
@ -1,3 +1,7 @@
|
||||
Fri Jun 9 22:46:34 2000 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* gcc.c-torture/compile/20000609-1.c: New test.
|
||||
|
||||
Fri Jun 9 21:54:28 2000 Clinton Popetz <cpopetz@cygnus.com>
|
||||
|
||||
* gcc.dg/20000609-1.c: New test.
|
||||
|
6
gcc/testsuite/gcc.c-torture/compile/20000609-1.c
Normal file
6
gcc/testsuite/gcc.c-torture/compile/20000609-1.c
Normal file
@ -0,0 +1,6 @@
|
||||
int main ()
|
||||
{
|
||||
char temp[1024] = "tempfile";
|
||||
return temp[0] != 't';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user