Commit cc6c6c23 by Alan Modra Committed by Richard Henderson

Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>

	Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
        * gcc.c-torture/execute/20000205-1.c: New.

From-SVN: r31815
parent 75874af9
2000-02-05 Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
* gcc.c-torture/execute/20000205-1.c: New.
2000-02-03 Nathan Sidwell <nathan@acm.org> 2000-02-03 Nathan Sidwell <nathan@acm.org>
* g++.old-deja/g++.jason/cast3.C: Return void. * g++.old-deja/g++.jason/cast3.C: Return void.
......
static int f (int a)
{
if (a == 0)
return 0;
do
if (a & 128)
return 1;
while (f (0));
return 0;
}
int main(void)
{
if (f (~128))
abort ();
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