* gcc.c-torture/compile/20000105-2.c: New test.

From-SVN: r31235
This commit is contained in:
Jeffrey A Law 2000-01-05 09:01:37 +00:00 committed by Jeff Law
parent 9024f50b24
commit 5ed75fe4f4
2 changed files with 6 additions and 0 deletions

View File

@ -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>

View File

@ -0,0 +1,5 @@
foo ()
{
long long int i = (int) "";
}