public inbox for java@gcc.gnu.org
 help / color / mirror / Atom feed
* [PING][C++][JAVA] Gimplification unit-at-a-time
@ 2009-07-16 14:06 Richard Guenther
  2009-07-17 20:11 ` H.J. Lu
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Guenther @ 2009-07-16 14:06 UTC (permalink / raw)
  To: gcc-patches; +Cc: java


The following patch still needs approval by Java and C++ frontend
maintainers:

http://gcc.gnu.org/ml/gcc-patches/2009-07/msg00358.html

Thanks,
Richard.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PING][C++][JAVA] Gimplification unit-at-a-time
  2009-07-16 14:06 [PING][C++][JAVA] Gimplification unit-at-a-time Richard Guenther
@ 2009-07-17 20:11 ` H.J. Lu
  2009-07-18 14:59   ` H.J. Lu
  0 siblings, 1 reply; 5+ messages in thread
From: H.J. Lu @ 2009-07-17 20:11 UTC (permalink / raw)
  To: Richard Guenther; +Cc: gcc-patches, java

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

-- 
H.J.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PING][C++][JAVA] Gimplification unit-at-a-time
  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
  0 siblings, 2 replies; 5+ messages in thread
From: H.J. Lu @ 2009-07-18 14:59 UTC (permalink / raw)
  To: Richard Guenther; +Cc: gcc-patches, java

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

-- 
H.J.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PING][C++][JAVA] Gimplification unit-at-a-time
  2009-07-18 14:59   ` H.J. Lu
@ 2009-07-18 15:16     ` H.J. Lu
  2009-07-18 15:28     ` Richard Guenther
  1 sibling, 0 replies; 5+ messages in thread
From: H.J. Lu @ 2009-07-18 15:16 UTC (permalink / raw)
  To: Richard Guenther; +Cc: gcc-patches, java

On Sat, Jul 18, 2009 at 7:59 AM, H.J. Lu<hjl.tools@gmail.com> 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
>

It may also cause:

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

I am verifying it now.

-- 
H.J.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PING][C++][JAVA] Gimplification unit-at-a-time
  2009-07-18 14:59   ` H.J. Lu
  2009-07-18 15:16     ` H.J. Lu
@ 2009-07-18 15:28     ` Richard Guenther
  1 sibling, 0 replies; 5+ messages in thread
From: Richard Guenther @ 2009-07-18 15:28 UTC (permalink / raw)
  To: H.J. Lu; +Cc: gcc-patches, java

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" } } */

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-07-18 15:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-16 14:06 [PING][C++][JAVA] Gimplification unit-at-a-time 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 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).