From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30610 invoked by alias); 30 Aug 2008 16:07:15 -0000 Received: (qmail 25121 invoked by uid 48); 30 Aug 2008 16:05:43 -0000 Date: Sat, 30 Aug 2008 16:07:00 -0000 Subject: [Bug c/37289] New: ICE after non-trivial conversion at assignment X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "kreckel at ginac dot de" 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: 2008-08/txt/msg02444.txt.bz2 I am using GCC 4.4.0 20080829 (experimental). $ cat u.c void f(unsigned long x); void g(long x) { f((unsigned long)(-1-x)+1); } $ gcc -c u.c u.c: In function 'g': u.c:4: error: non-trivial conversion at assignment D.2087 x D.2087 = -x; u.c:4: internal compiler error: verify_gimple failed Please submit a full bug report, with preprocessed source if appropriate. See for instructions. -- Summary: ICE after non-trivial conversion at assignment Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: kreckel at ginac dot de GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu GCC target triplet: x86_64-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37289