http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55903
Bug #: 55903 Summary: [Patch] cleanup redundant assignment of pointer in gcc/c-family/c-ada-spec.c Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: minor Priority: P3 Component: ada AssignedTo: unassig...@gcc.gnu.org ReportedBy: ettl.mar...@gmx.de Created attachment 29101 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29101 proposed patch Please review the attached patch, it removes a redundant initialization of a boolian variable inside a for loop scope in file gcc/c-family/c-ada-spec.c. Best regards and many thanks Martin Ettl