[tree-ssa] labels after returns

Andrew Pinski pinskia@physics.uc.edu
Mon Apr 12 18:44:00 GMT 2004


On Apr 12, 2004, at 13:27, Andrew Pinski wrote:
> int i;
> int
> main()
> {
> l1:
>     i = &&l1-&&l2;
>     return 0;
> l2:;
> }


Here is another testcase which fails:

void **t;
int
main()
{
     t = &&l2;
     return 0;
l2:;
}



More information about the Gcc mailing list