http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46314
Summary: frontends use ASM_GENERATE_INTERNAL_LABEL Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end AssignedTo: unassig...@gcc.gnu.org ReportedBy: amyl...@gcc.gnu.org cp/method.c: ASM_GENERATE_INTERNAL_LABEL (buf, "LTHUNK", thunk_labelno); java/class.c: ASM_GENERATE_INTERNAL_LABEL (buf, name, alias_labelno++); java/expr.c: ASM_GENERATE_INTERNAL_LABEL(buf, "LJpc=", start_label_pc_this_method + pc); java/expr.c: ASM_GENERATE_INTERNAL_LABEL(buff, "LJv", l_number); I currently get a warning building java for picochip because of this issue. We should have a target hook so that we can wean the frontends off this macro.