From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27583 invoked by alias); 16 Mar 2003 13:46:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 27538 invoked by uid 71); 16 Mar 2003 13:46:00 -0000 Date: Sun, 16 Mar 2003 13:46:00 -0000 Message-ID: <20030316134600.27536.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Falk Hueffner Subject: Re: c/10083: alpha: ICE while building swi-prolog-packages Reply-To: Falk Hueffner X-SW-Source: 2003-03/txt/msg01063.txt.bz2 List-Id: The following reply was made to PR c/10083; it has been noted by GNATS. From: Falk Hueffner To: gcc-gnats@gcc.gnu.org, 184749@bugs.debian.org, gcc-bugs@gcc.gnu.org, rmurray@debian.org Cc: Subject: Re: c/10083: alpha: ICE while building swi-prolog-packages Date: 16 Mar 2003 14:36:14 +0100 Hi, a slightly smaller test case is: static unsigned long getTimeEvent(unsigned long time) { return time % ((1UL << 62) - 1); } % gcc -v gcc version 3.4 20030310 (experimental) % gcc -c -O2 event.i event.i: In function `getTimeEvent': event.i:4: internal compiler error: in simplify_unary_operation, at simplify-rtx.c:707 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. -- Falk