From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9491 invoked by alias); 29 Feb 2012 22:10:36 -0000 Received: (qmail 9482 invoked by uid 22791); 29 Feb 2012 22:10:35 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 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; Wed, 29 Feb 2012 22:10:20 +0000 From: "gjl at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/52443] New: ICE: verify_gimple failed: invalid types in nop conversion Date: Wed, 29 Feb 2012 22:11:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Keywords: addr-space, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: gjl at gcc dot gnu.org 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: 2012-02/txt/msg02871.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52443 Bug #: 52443 Summary: ICE: verify_gimple failed: invalid types in nop conversion Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Keywords: addr-space, ice-on-valid-code Severity: normal Priority: P3 Component: other AssignedTo: unassigned@gcc.gnu.org ReportedBy: gjl@gcc.gnu.org Target: avr extern void bar (const __memx void*); void func (char a) { bar (a); } const __memx void* func2 (char a) { return a; } >> avr-gcc ice-memx.c -S -w ice-memx.c: In function 'func2': ice-memx.c:8:20: error: invalid types in nop conversion const void * long int D.1326 = (const void *) D.1327; ice-memx.c:8:20: internal compiler error: verify_gimple failed Please submit a full bug report, with preprocessed source if appropriate. Target: avr Configured with: ../gcc-trunk/configure --with-gmp=/usr/local --prefix=/usr/local/avr --target=avr --enable-languages=c,c++ --with-dwarf2 --disable-shared --disable-libada --disable-libssp --disable-nls Thread model: single gcc version 4.7.0 20120217 (experimental) (GCC) GNU C (GCC) version 4.7.0 20120217 (experimental) (avr) compiled by GNU C version 4.6.2, GMP version 5.0.4, MPFR version 3.1.0, MPC version 0.9 I can also see the error on a build from 2012-02-28.