Commit 6d368e86 by Jeffrey A Law Committed by Jeff Law

* gcc.c-torture/execute/990804-1.c: New test.

From-SVN: r28484
parent e8fe3cc3
Wed Aug 4 01:17:17 1999 Jeffrey A Law (law@cygnus.com)
* gcc.c-torture/execute/990804-1.c: New test.
1999-08-03 Nathan Sidwell <nathan@acm.org>
* g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
......
int gfbyte ( void )
{
return 0;
}
int main( void )
{
int i,j,k ;
i = gfbyte();
i = i + 1 ;
if ( i == 0 )
k = -0 ;
else
k = i + 0 ;
if (i != 1)
abort ();
k = 1 ;
if ( k <= i)
do
j = gfbyte () ;
while ( k++ < i ) ;
exit (0);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment