From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31830 invoked by alias); 21 Jan 2004 05:02:51 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 31810 invoked by uid 48); 21 Jan 2004 05:02:46 -0000 Date: Wed, 21 Jan 2004 05:02:00 -0000 From: "dhazeghi at yahoo dot com" To: gcc-bugs@gcc.gnu.org Message-ID: <20040121050227.13784.dhazeghi@yahoo.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/13784] New: powerpc64 long long ICE X-Bugzilla-Reason: CC X-SW-Source: 2004-01/txt/msg02508.txt.bz2 List-Id: (from PR 13778) mainline ICEs with -mcpu=G5 on the following: long long sreal_to_int (void) { return (long long) 1 << (8*5); } bash-2.05b$ gcc/cc1 -mcpu=G5 /tmp/sreal2.i sreal_to_int /tmp/sreal2.i: In function `sreal_to_int': /tmp/sreal2.i:7: error: could not split insn (insn 10 31 11 (set (reg:SI 0 r0 [orig:118 ] [118]) (const_int 1099511627776 [0x10000000000])) 309 {*movsi_internal1} (nil) (nil)) /tmp/sreal2.i:7: internal compiler error: in final_scan_insn, at final.c:2429 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. -- Summary: powerpc64 long long ICE Product: gcc Version: 3.4.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P2 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dhazeghi at yahoo dot com CC: gcc-bugs at gcc dot gnu dot org,lucier at math dot purdue dot edu,pinskia at gcc dot gnu dot org GCC target triplet: powerpc-apple-darwin7.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13784