Commit 70973361 by Andrew Pinski Committed by Andrew Pinski

re PR bootstrap/30385 (IMM ERROR while building stage2-libiberty)

2007-01-05  Andrew Pinski  <Andrew_Pinski@playstation.sony.com>

        PR tree-opt/30385
        * gcc.dg/torture/inline-1.c: New test.

From-SVN: r120519
parent 05abfbf2
2007-01-05 Andrew Pinski <Andrew_Pinski@playstation.sony.com>
PR tree-opt/30385
* gcc.dg/torture/inline-1.c: New test.
2007-01-05 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
PR c/19978
/* { dg-do compile } */
/* { dg-options "--param ggc-min-heapsize=0 --param ggc-min-expand=0" } */
/* This used to ICE because we forgot to update the statement after folding
and the eh info. */
/* PR tree-opt/30385 */
static inline void g(int t)
{
int a;
while (a < f())
;
}
void h(int t)
{
g(t);
}
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