public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: giovannibajo@libero.it
To: fnf@intrinsity.com, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org,
	nobody@gcc.gnu.org
Subject: Re: optimization/10435: [3.4 regression] ICE: insn does not satisfy its constraints - i686-pc-linux-gnu
Date: Sun, 04 May 2003 19:26:00 -0000	[thread overview]
Message-ID: <20030504192604.31575.qmail@sources.redhat.com> (raw)

Old Synopsis: ICE: insn does not satisfy its constraints - i686-pc-linux-gnu
New Synopsis: [3.4 regression] ICE: insn does not satisfy its constraints - i686-pc-linux-gnu

State-Changed-From-To: open->analyzed
State-Changed-By: bajo
State-Changed-When: Sun May  4 19:26:04 2003
State-Changed-Why:
    This took me a _long_ time and I eventually I got annoyed at it. Anyway, this is where I got:
    
    ----------------------------------------------
    struct kkk
    {
        int p;
    };
    
    struct s1 {
        unsigned char st_info;
    };
    
    void print_func(const char *, ...);
    
    extern int foo(void*, unsigned, int, void*);
    extern void* foobar(void *);
    
    int func(void)
    {
        int collect;
        int *sym_hash;
        struct s1 *isym;
        struct s1 *isymend;
        unsigned long long symidx;
        struct kkk *h;
    
        for (; 0 < isymend; )
        {
            unsigned int flags;
            void *name;
            unsigned int old_alignment;
            unsigned int common_align;
            unsigned int normal_align;
            unsigned int symbol_align;
    
            foo(name, flags, collect, sym_hash);
    
            *sym_hash = 0;
            
            if (isym && isym->st_info)
                goto error_return;
           
            h = foobar(h);
            
            *sym_hash = h;
    
            if (common_align < old_alignment)
                h->p = common_align;
    
            symbol_align = __builtin_ffs(h);
    
            if (!h)
                normal_align = symbol_align;
    
            print_func(         
                1 << normal_align,
                foobar(0),
                common_align,
                foobar(0)
                , foobar(0)
            );
        }
    
        for (symidx = 0; ; ++symidx)
            if (sym_hash[symidx] == isym)
                break;
    
    error_return:
        return 0;
    }
    ----------------------------------------------
    pr10435.c: In function `func':
    pr10435.c:42: warning: assignment makes integer from pointer without a cast
    pr10435.c:47: warning: passing arg 1 of `__builtin_ffs' makes integer from point
    er without a cast
    pr10435.c:58: warning: passing arg 1 of `print_func' makes pointer from integer
    without a cast
    pr10435.c:62: warning: comparison between pointer and integer
    pr10435.c:67: error: insn does not satisfy its constraints:
    (insn 192 191 193 5 0xf80e70 (set (strict_low_part (reg:QI 4 sil))
            (eq:QI (reg:CCZ 17 flags)
                (const_int 0 [0x0]))) 362 {setcc_2} (insn_list 190 (insn_list 191 (n
    il)))
        (expr_list:REG_DEAD (reg:CCZ 17 flags)
            (nil)))
    pr10435.c:67: internal compiler error: in copyprop_hardreg_forward_1, at regrena
    me.c:1607
    Please submit a full bug report,
    
    I'm pretty sure someone can reduce it further, but that won't be me :)
    
    Compile with -O2. Confirmed with 3.4 CVS 20030503.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10435


                 reply	other threads:[~2003-05-04 19:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20030504192604.31575.qmail@sources.redhat.com \
    --to=giovannibajo@libero.it \
    --cc=fnf@intrinsity.com \
    --cc=gcc-bugs@gcc.gnu.org \
    --cc=gcc-gnats@gcc.gnu.org \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=nobody@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).