This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[tree-ssa] labels after returns


We are removing user defined labels after returns even though they are used.
The conversion to CFG is removing this label. This is causing the "label"
failures on PPC Darwin which I had thought was a different issue. What should
we be doing with this respect?


Thanks,
Andrew Pinski


testcase from gcc.c-torture/compile/20021108-1.c: int main() { l1: return &&l1-&&l2; l2:; }


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]