public inbox for java@gcc.gnu.org
 help / color / mirror / Atom feed
From: Richard Guenther <rguenther@suse.de>
To: "H.J. Lu" <hjl.tools@gmail.com>
Cc: gcc-patches@gcc.gnu.org, java@gcc.gnu.org
Subject: Re: [PING][C++][JAVA] Gimplification unit-at-a-time
Date: Sat, 18 Jul 2009 15:28:00 -0000	[thread overview]
Message-ID: <alpine.LNX.2.00.0907181728130.16347@zhemvz.fhfr.qr> (raw)
In-Reply-To: <6dc9ffc80907180759g39921225j746ff60b102de5f0@mail.gmail.com>

On Sat, 18 Jul 2009, H.J. Lu wrote:

> On Fri, Jul 17, 2009 at 1:11 PM, H.J. Lu<hjl.tools@gmail.com> wrote:
> > On Thu, Jul 16, 2009 at 7:06 AM, Richard Guenther<rguenther@suse.de> wrote:
> >>
> >> The following patch still needs approval by Java and C++ frontend
> >> maintainers:
> >>
> >> http://gcc.gnu.org/ml/gcc-patches/2009-07/msg00358.html
> >>
> >
> > This caused:
> >
> > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40791
> >
> 
> It also caused:
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40798

The pattern in the testcase matches an SSA name version now.  Fixed.

Richard.

2009-07-18  Richard Guenther  <rguenther@suse.de>

	PR testsuite/40798
	* gcc.dg/tree-ssa/loop-2.c: Tighten pattern.

Index: gcc/testsuite/gcc.dg/tree-ssa/loop-2.c
===================================================================
*** gcc/testsuite/gcc.dg/tree-ssa/loop-2.c	(revision 149767)
--- gcc/testsuite/gcc.dg/tree-ssa/loop-2.c	(working copy)
*************** void xxx(void)
*** 38,44 ****
     and replaced by comparison of one of the newly created ivs.  */
  
  /* { dg-final { scan-tree-dump-times "iter" 0 "optimized" } } */
! /* { dg-final { scan-tree-dump-times "99" 0 "optimized" } } */
! /* { dg-final { scan-tree-dump-times "100" 0 "optimized" } } */
  
  /* { dg-final { cleanup-tree-dump "optimized" } } */
--- 38,44 ----
     and replaced by comparison of one of the newly created ivs.  */
  
  /* { dg-final { scan-tree-dump-times "iter" 0 "optimized" } } */
! /* { dg-final { scan-tree-dump-times "= 99" 0 "optimized" } } */
! /* { dg-final { scan-tree-dump-times "< 100" 0 "optimized" } } */
  
  /* { dg-final { cleanup-tree-dump "optimized" } } */

      parent reply	other threads:[~2009-07-18 15:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-16 14:06 Richard Guenther
2009-07-17 20:11 ` H.J. Lu
2009-07-18 14:59   ` H.J. Lu
2009-07-18 15:16     ` H.J. Lu
2009-07-18 15:28     ` Richard Guenther [this message]

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=alpine.LNX.2.00.0907181728130.16347@zhemvz.fhfr.qr \
    --to=rguenther@suse.de \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=hjl.tools@gmail.com \
    --cc=java@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).