From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30920 invoked by alias); 9 Jan 2013 16:30:55 -0000 Received: (qmail 30679 invoked by uid 48); 9 Jan 2013 16:30:15 -0000 From: "rmansfield at qnx dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/55920] New: ICE in expand_debug_locations, at cfgexpand.c:3753 Date: Wed, 09 Jan 2013 16:30:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rmansfield at qnx dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2013-01/txt/msg00831.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55920 Bug #: 55920 Summary: ICE in expand_debug_locations, at cfgexpand.c:3753 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassigned@gcc.gnu.org ReportedBy: rmansfield@qnx.com CC: mjambor@suse.cz Created attachment 29125 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29125 preprocessed src gcc version 4.8.0 20130109 (experimental) [trunk revision 195054] (GCC) Using arm-unknown-linux-gnueabi $ ./xgcc -B. -O2 -g ~/ice.i -c /home/ryan/ice.i: In function 'state_panic': /home/ryan/ice.i:32:6: warning: incompatible implicit declaration of built-in function 'memcpy' [enabled by default] memcpy (&from, client->active->address.iabuf, sizeof from); ^ /home/ryan/ice.i:25:7: internal compiler error: in expand_debug_locations, at cfgexpand.c:3753 void state_panic (cpp) void *cpp; ^ 0x5e3584 expand_debug_locations ../../gcc/cfgexpand.c:3749 0x5e3584 gimple_expand_cfg ../../gcc/cfgexpand.c:4606 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See for instructions. Seems it was introduced in rev195015 http://gcc.gnu.org/viewcvs?view=revision&revision=195015