------- Comment #52 from amylaar at gcc dot gnu dot org 2010-07-09 15:06 ------- (In reply to comment #49) > I'm working on a fix for 44874, it it seems we are missing references of > LABEL_DECLs by gotos.
Actually, they are marked used when the GIMPLE_LABEL itself is processed. The problem I was seeing was due to scope blocks vanishing. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44832