public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: reichelt@igpm.rwth-aachen.de
To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, jvd@homer.simpson,
	nobody@gcc.gnu.org
Subject: Re: c++/7782: [mainline regression] C++ compiler internal error in delete_insn, at cfgrtl.c:139
Date: Tue, 05 Nov 2002 09:28:00 -0000	[thread overview]
Message-ID: <20021105172846.32250.qmail@sources.redhat.com> (raw)

Old Synopsis: C++ compiler internal error in delete_insn, at cfgrtl.c:139
New Synopsis: [mainline regression] C++ compiler internal error in delete_insn, at cfgrtl.c:139

State-Changed-From-To: open->analyzed
State-Changed-By: reichelt
State-Changed-When: Tue Nov  5 09:28:45 2002
State-Changed-Why:
    The bug is fixed on the 3.2 branch but still present on
    mainline. It's a regression from 3.0.x where the code
    compiled fine - thus "high priority".
    
    BTW, the problem can be demonstrated with the following reduced testcase:
    
    -------------------------snip here-----------------------
    struct A
    {
       long long x, y;
    
       void bar () const
       {
          A a;
    
          a.y = ~y;
          if ((a.x = -y)) ++a.y;
       }
    
       void foo (int) const;
    };
    
    
    void A::foo (int i) const
    {
       if (i) bar();
       if (i) bar();
    }
    -------------------------snip here-----------------------
    
    The bug seems to be target specific since it does not show up
    on mips-sgi-irix6.5.

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


                 reply	other threads:[~2002-11-05 17:28 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=20021105172846.32250.qmail@sources.redhat.com \
    --to=reichelt@igpm.rwth-aachen.de \
    --cc=gcc-bugs@gcc.gnu.org \
    --cc=gcc-gnats@gcc.gnu.org \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=jvd@homer.simpson \
    --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).