http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50266
Bug #: 50266 Summary: internal compiler error: in decode_addr_const, at varasm.c:2638 Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end AssignedTo: unassig...@gcc.gnu.org ReportedBy: b...@arklinux.org Created attachment 25164 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25164 Preprocessed source Compiling u-boot with gcc 4.6.1 with the fix from http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50116 applied results in clocks.c: In function 'enable_basic_clocks': clocks.c:657:13: internal compiler error: in decode_addr_const, at varasm.c:2638 (this is the same error as 50116, except the ICE moved by the 6 lines that were inserted in the patch for 50116. I don't have permissions to reopen 50116.) Attaching preprocessed source.