public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cnstar9988 at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug middle-end/36817] [4.3 Regression] internal compiler error: in compare_values_warnv
Date: Thu, 21 Aug 2008 12:54:00 -0000	[thread overview]
Message-ID: <20080821125305.32056.qmail@sourceware.org> (raw)
In-Reply-To: <bug-36817-4888@http.gcc.gnu.org/bugzilla/>



------- Comment #10 from cnstar9988 at gmail dot com  2008-08-21 12:53 -------
I am sorry for wrong test for 4.3.0.

=================================================
I rebuild my gcc 4.3.0 on 2.6.9-42.7AXsmp with gmp 4.2.3 + mpfr 2.3.1.

And make a test again. It works fail.
But the following code well on gcc 4.3.2-RC1. 
=================================================
 void xxx()
 {
  unsigned i;
  unsigned*p=2;  /* 2 is ok, but failed with 0 */
  for(i=0;i<4;++i)
  {
   *p++=0;
  }
  for(i=0;i<4;++i)
  {
   *p++=0;
  }
 }


-- 


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


  parent reply	other threads:[~2008-08-21 12:54 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-13 21:50 [Bug c/36817] New: " hans dot buchmann at fhso dot ch
2008-08-11  1:53 ` [Bug middle-end/36817] [4.3 Regression] " pinskia at gcc dot gnu dot org
2008-08-11 19:30 ` jakub at gcc dot gnu dot org
2008-08-13 10:01 ` rguenth at gcc dot gnu dot org
2008-08-14  8:34 ` jakub at gcc dot gnu dot org
2008-08-14  8:55 ` rguenther at suse dot de
2008-08-18 14:03 ` jsm28 at gcc dot gnu dot org
2008-08-21  1:22 ` cnstar9988 at gmail dot com
2008-08-21 11:37 ` rguenth at gcc dot gnu dot org
2008-08-21 12:04 ` rguenth at gcc dot gnu dot org
2008-08-21 12:06 ` joseph at codesourcery dot com
2008-08-21 12:09 ` rguenth at gcc dot gnu dot org
2008-08-21 12:54 ` cnstar9988 at gmail dot com [this message]
2008-08-21 13:49 ` rguenther at suse dot de
2008-08-21 13:53 ` rguenth at gcc dot gnu dot org
2008-08-27 22:11 ` jsm28 at gcc dot gnu dot org
2008-08-28 14:17 ` rguenth at gcc dot gnu dot org
2008-08-28 14:18 ` rguenth at gcc dot gnu dot 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=20080821125305.32056.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).