Skip to content
Snippets Groups Projects
Commit 462ef1e1 authored by Jakub Jelinek's avatar Jakub Jelinek Committed by Jakub Jelinek
Browse files

* gcc.dg/20001117-1.c: New test.

From-SVN: r37584
parent 8d50dfb8
No related branches found
No related tags found
No related merge requests found
2000-11-20 Jakub Jelinek <jakub@redhat.com>
* gcc.dg/20001117-1.c: New test.
2000-11-18 Richard Henderson <rth@redhat.com> 2000-11-18 Richard Henderson <rth@redhat.com>
* gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits. * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
......
/* { dg-do run } */
/* { dg-options "-O2 -finstrument-functions" } */
double
foo (double a, double b)
{
double c;
if (0.0 < a)
c = a;
else if (b > 0.0)
c = 0.0;
else
return 0;
return 2.0 * (b - c);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment