http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59122
--- Comment #2 from Peter Bergner <bergner at gcc dot gnu.org> --- (In reply to Jakub Jelinek from comment #1) > This seems to work for me in the cross, but it is a hack in any case (before > and now with the patch). I'll give your patch a try, thanks. > What I need is some way how to represent labels > emitted somewhere in the current CU, wonder what a proper way (rather than > pretending it is a VAR_DECL in current CU) would be. Can it be say a > LABEL_DECL with hand set DECL_RTL, something else? Maybe richi has a suggestion? I'm not familiar with this code, so I have no suggestions to give.