public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "gjl at gcc dot gnu.org" <gcc-bugzilla@gcc.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	[thread overview]
Message-ID: <bug-52443-4@http.gcc.gnu.org/bugzilla/> (raw)

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 <address-space-7> void *
long int
D.1326 = (const <address-space-7> 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.


             reply	other threads:[~2012-02-29 22:10 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-29 22:11 gjl at gcc dot gnu.org [this message]
2012-02-29 22:12 ` [Bug other/52443] " gjl at gcc dot gnu.org
2012-02-29 22:19 ` gjl at gcc dot gnu.org
2012-03-01  9:51 ` rguenth at gcc dot gnu.org
2012-03-01 10:20 ` rguenth at gcc dot gnu.org
2012-03-01 10:24 ` rguenth at gcc dot gnu.org
2012-03-01 10:25 ` rguenth at gcc dot gnu.org
2012-03-01 12:26 ` rguenth at gcc dot gnu.org
2012-03-01 12:28 ` rguenth at gcc dot gnu.org
2012-03-01 13:36 ` gjl at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-52443-4@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).