This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [4.1 PATCH]: Backport testsuite fix for pr21655


On Wed, 13 Feb 2008, Kaveh R. GHAZI wrote:

> As per my comment in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21655#c9
> this testcase is XPASS'ing everywhere in gcc-4.1.
> 
> Tested via "make check" on i686-unknown-linux-gnu.
> 
> Okay for 4.1?

Ok.

Thanks,
Richard.

> 
> 		Thanks,
> 		--Kaveh
> 
> 
> 2008-02-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
> 
> 	Backport:
> 	2005-11-30  Richard Guenther  <rguenther@suse.de>
> 
> 	PR tree-optimization/21655
> 	* g++.dg/tree-ssa/pr14814.C: Remove XFAIL.
> 
> diff -rup orig/egcc-4.1-SVN20080212/gcc/testsuite/g++.dg/tree-ssa/pr14814.C egcc-4.1-SVN20080212/gcc/testsuite/g++.dg/tree-ssa/pr14814.C
> --- orig/egcc-4.1-SVN20080212/gcc/testsuite/g++.dg/tree-ssa/pr14814.C	2008-01-03 23:35:28.000000000 +0100
> +++ egcc-4.1-SVN20080212/gcc/testsuite/g++.dg/tree-ssa/pr14814.C	2008-02-13 08:07:41.000000000 +0100
> @@ -14,7 +14,7 @@ int foo(XX& r) {
>    if (r.direction().y() < 0.000001) return 0;
>    return 1; }
> 
> -/* { dg-final { scan-tree-dump-times "&this" 0 "forwprop2" { xfail *-*-* } } }*/
> +/* { dg-final { scan-tree-dump-times "&this" 0 "forwprop2" } }*/
>  /* { dg-final { scan-tree-dump-times "&r" 0 "forwprop2" } } */
>  /* { dg-final { cleanup-tree-dump "forwprop2" } } */
> 
> 

-- 
Richard Guenther <rguenther@suse.de>
Novell / SUSE Labs
SUSE LINUX Products GmbH - Nuernberg - AG Nuernberg - HRB 16746 - GF: Markus Rex


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]