------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-07 
20:11 -------
Reduced testcase:
int main (void)
{
  __label__ l1;
  void q(void)
  {
    goto l1;
  }

  l1:;
}

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.0/4.1 Regression]        |[4.0/4.1 Regression]
                   |Nonlocal gotos between      |Nonlocal goto from an unused
                   |nested functions cause      |nested function
                   |undefined labels in         |
                   |assembler output            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21728

Reply via email to