Commit 124b0e05 by Andrew Pinski Committed by Andrew Pinski

re PR c/10320 (gcc 3.4 gets rid of static inline function that does not get inlined)

2003-07-21  Andrew Pinski  <pinskia@physics.uc.edu>

        PR c/10320
        * gcc.c-torture/execute/20030718-1.c: New test.

From-SVN: r69639
parent ee735eef
2003-07-21 Andrew Pinski <pinskia@physics.uc.edu>
PR c/10320
* gcc.c-torture/execute/20030718-1.c: New test.
2003-07-21 Eric Botcazou <ebotcazou@libertysurf.fr>
PR optimization/11536
......
/* PR c/10320
The function temp was not being emitted in a prerelease of 3.4 20030406.
Contributed by pinskia@physics.uc.edu */
static inline void temp();
int main()
{
temp();
return 0;
}
static void temp(){}
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