mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-20 17:59:38 +08:00
* gcc.c-torture/compile/20000105-2.c: New test.
From-SVN: r31235
This commit is contained in:
parent
9024f50b24
commit
5ed75fe4f4
@ -1,5 +1,6 @@
|
||||
Wed Jan 5 00:26:20 2000 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* gcc.c-torture/compile/20000105-2.c: New test.
|
||||
* gcc.c-torture/compile/20000105-1.c: New test.
|
||||
|
||||
2000-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
5
gcc/testsuite/gcc.c-torture/compile/20000105-2.c
Normal file
5
gcc/testsuite/gcc.c-torture/compile/20000105-2.c
Normal file
@ -0,0 +1,5 @@
|
||||
foo ()
|
||||
{
|
||||
long long int i = (int) "";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user