public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/27087] [4.1/4.2 regression] ICE in merge_alias_info
Date: Sun, 09 Apr 2006 00:58:00 -0000	[thread overview]
Message-ID: <20060409005853.29438.qmail@sourceware.org> (raw)
In-Reply-To: <bug-27087-5724@http.gcc.gnu.org/bugzilla/>



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-04-09 00:58 -------
Here is a testcase making sure that fold does not get in the way:
extern int ptbl[4];
extern int ctbl[4];

void doViews(void) {
    int  *c = ctbl, *p = ptbl;
    while (1)
  {
        p++;
        c++;
        if (*p)
        {
            if (c == p)
            {
                if (*c)
                    return;
            }
            else
              return;
        }
    }

    g();
}


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27087


  parent reply	other threads:[~2006-04-09  0:58 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-08 22:45 [Bug tree-optimization/27087] New: [4.1,4.2 " debian-gcc at lists dot debian dot org
2006-04-08 23:16 ` [Bug tree-optimization/27087] [4.1/4.2 " pinskia at gcc dot gnu dot org
2006-04-09  0:58 ` pinskia at gcc dot gnu dot org [this message]
2006-04-11  5:42 ` law at redhat dot com
2006-04-11  5:56 ` law at redhat dot com
2006-04-13 16:38 ` law at redhat dot com
2006-04-13 16:52 ` [Bug tree-optimization/27087] [4.1 " pinskia at gcc dot gnu dot org
2006-04-13 17:05 ` law at redhat dot com
2006-04-16 19:20 ` mmitchel at gcc dot gnu dot org
2006-04-18 17:22 ` law at gcc dot gnu dot org
2006-04-18 17:24 ` law at redhat dot com

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=20060409005853.29438.qmail@sourceware.org \
    --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).