From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22737 invoked by alias); 28 Apr 2011 16:04:58 -0000 Received: (qmail 22727 invoked by uid 22791); 28 Apr 2011 16:04:57 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,TW_CX X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 28 Apr 2011 16:04:43 +0000 From: "rmansfield at qnx dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/48806] New: ICE in reload_cse_simplify_operands, at postreload.c:403 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target 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 Date: Thu, 28 Apr 2011 16:04:00 -0000 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: 2011-04/txt/msg02951.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48806 Summary: ICE in reload_cse_simplify_operands, at postreload.c:403 Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned@gcc.gnu.org ReportedBy: rmansfield@qnx.com Host: i686-linux-gnu Target: sh4-unknown-linux-gnu Build: i686-linux-gnu Created attachment 24129 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24129 preprocessed source $ ./xgcc -v Using built-in specs. COLLECT_GCC=./xgcc Target: sh4-unknown-linux-gnu Configured with: ../configure --target=sh4-unknown-linux-gnu --prefix=/home/ryan/x-tools/sh4-unknown-linux-gnuc --with-local-prefix=/home/ryan/x-tools/sh4-unknown-linux-gnu/sh4-unknown-linux-gnu/sys-root --disable-multilib --with-sysroot=/home/ryan/x-tools/sh4-unknown-linux-gnu/sh4-unknown-linux-gnu/sys-root --with-newlib --enable-threads=no --disable-shared --enable-__cxa_atexit --disable-nls --enable-symvers=gnu --enable-languages=c --enable-target-optspace --enable-checking=rtl --disable-libmudflap --disable-libssp Thread model: single gcc version 4.7.0 20110428 (experimental) [trunk revision 173114] (GCC) $ ./xgcc -B. ice.i -Oice.i:29:52: warning: 'struct ieee80211com' declared inside parameter list [enabled by default] ice.i:29:52: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default] ice.i:61:8: warning: initialization from incompatible pointer type [enabled by default] ice.i:61:8: warning: (near initialization for 'ieee80211_cipher_ccmp.ic_attach') [enabled by default] ice.i:53:14: warning: 'ccmp_attach' used but never defined [enabled by default] ice.i:54:13: warning: 'ccmp_detach' used but never defined [enabled by default] ice.i:55:12: warning: 'ccmp_setkey' used but never defined [enabled by default] ice.i:57:12: warning: 'ccmp_decap' used but never defined [enabled by default] ice.i:58:12: warning: 'ccmp_enmic' used but never defined [enabled by default] ice.i:59:12: warning: 'ccmp_demic' used but never defined [enabled by default] ice.i: In function 'ccmp_encap': ice.i:66:1: error: insn does not satisfy its constraints: (insn 157 156 159 3 (set (reg:SI 2 r2) (reg/f:SI 76 fr12 [231])) ice.i:74 176 {movsi_ie} (nil)) ice.i:66:1: internal compiler error: in reload_cse_simplify_operands, at postreload.c:403 Please submit a full bug report, with preprocessed source if appropriate. See for instructions.