[Bug middle-end/21728] [4.0/4.1 Regression] Nonlocal goto from an unused nested function
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Jun 7 20:11:00 GMT 2005
------- 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
More information about the Gcc-bugs
mailing list