#758 closed bug (fixed)
[GCC4] Label at end of compound statement
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/Kernel | Version: | |
Keywords: | Cc: | diver | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
GCC4 fails when it reaches the end of the switch statement without finding an instruction (At line 852). Adding a break allows build to continue.
Attachments (1)
Change History (6)
comment:1 by , 18 years ago
Cc: | added |
---|
by , 18 years ago
Attachment: | acpi.patch added |
---|
comment:2 by , 18 years ago
Status: | new → closed |
---|
comment:3 by , 18 years ago
Resolution: | → fixed |
---|
comment:4 by , 18 years ago
hopefully fixed in revision 18550. Please check and change the state of the bug accordingly ...
Note:
See TracTickets
for help on using tickets.
Quick and trivial fix