Bug 15252 - Labels not scoping
Summary: Labels not scoping
Status: RESOLVED INVALID
Alias: None
Product: gcc
Classification: Unclassified
Component: c++ (show other bugs)
Version: 3.4.0
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-03 00:20 UTC by Ivan Godard
Modified: 2005-07-23 22:49 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments
Source code (-save-temps) (84 bytes, text/plain)
2004-05-03 00:21 UTC, Ivan Godard
Details
Compiler output (-v -save-temps) (132 bytes, text/plain)
2004-05-03 00:21 UTC, Ivan Godard
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Godard 2004-05-03 00:20:38 UTC
 
Comment 1 Ivan Godard 2004-05-03 00:21:27 UTC
Created attachment 6213 [details]
Source code (-save-temps)
Comment 2 Ivan Godard 2004-05-03 00:21:49 UTC
Created attachment 6214 [details]
Compiler output (-v -save-temps)
Comment 3 Andrew Pinski 2004-05-03 00:27:41 UTC
Labels do not scope at all in C or C++, are special identifiers.