Commit c2f55a1b by Andrew Pinski Committed by Andrew Pinski

re PR middle-end/16973 (Differences between addresses of labels broken)

2004-10-18  Andrew Pinski  <pinskia@physics.uc.edu>

        PR middle-end/16973
        * gcc.dg/pr16973.c: New test.

From-SVN: r89238
parent 77568960
2004-10-18 Andrew Pinski <pinskia@physics.uc.edu>
PR middle-end/16973
* gcc.dg/pr16973.c: New test.
2004-10-18 Diego Novillo <dnovillo@redhat.com>
PR tree-optimization/17656
......
/* We were removing the label "a" because
we were removing the BB for it but forgot
to add back the label. */
void
f (void)
{
static __SIZE_TYPE__ x = &&a - &&b;
a : b : return;
}
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