This is the mail archive of the gcc-cvs@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]

r139405 - in /branches/graphite/gcc: ChangeLog....


Author: spop
Date: Thu Aug 21 19:03:17 2008
New Revision: 139405

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=139405
Log:
2008-08-20  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
	    Sebastian Pop  <sebastian.pop@amd.com>

	* testsuite/lib/target-supports.exp
	(check_effective_target_fgraphite): New.

	* testsuite/gcc.dg/graphite/graphite.exp: Early exit when
	check_effective_target_fgraphite returns false.
	Set dg-do-what-default to compile.
	(scan-graphite-dump-times): Removed.
	* testsuite/gfortran.dg/graphite/graphite.exp: Same.

	* testsuite/gcc.dg/graphite/scop-0.c: Do not use "dg-do compile".
	Use scan-tree-dump-times instead of scan-graphite-dump-times.
	* testsuite/gcc.dg/graphite/scop-1.c: Same.
	* testsuite/gcc.dg/graphite/scop-2.c: Same.
	* testsuite/gcc.dg/graphite/scop-3.c: Same.
	* testsuite/gcc.dg/graphite/scop-4.c: Same.
	* testsuite/gcc.dg/graphite/scop-5.c: Same.
	* testsuite/gcc.dg/graphite/scop-6.c: Same.
	* testsuite/gcc.dg/graphite/scop-7.c: Same.
	* testsuite/gcc.dg/graphite/scop-8.c: Same.
	* testsuite/gcc.dg/graphite/scop-9.c: Same.
	* testsuite/gcc.dg/graphite/scop-10.c: Same.
	* testsuite/gcc.dg/graphite/scop-11.c: Same.
	* testsuite/gcc.dg/graphite/scop-12.c: Same.
	* testsuite/gcc.dg/graphite/scop-13.c: Same.
	* testsuite/gcc.dg/graphite/scop-matmult.c: Same.
	* testsuite/gcc.dg/graphite/scop-14.c: Same.
	* testsuite/gcc.dg/graphite/scop-15.c: Same.
	* testsuite/gcc.dg/graphite/block-0.c: Same.
	* testsuite/gcc.dg/graphite/scop-16.c: Same.
	* testsuite/gcc.dg/graphite/block-1.c: Same.
	* testsuite/gcc.dg/graphite/scop-17.c: Same.
	* testsuite/gcc.dg/graphite/scop-18.c: Same.
	* testsuite/gfortran.dg/graphite/block-1.f90: Same.
	* testsuite/gfortran.dg/graphite/scop-1.f: Same.
	* testsuite/gfortran.dg/graphite/block-2.f: Same.



Modified:
    branches/graphite/gcc/ChangeLog.graphite
    branches/graphite/gcc/testsuite/gcc.dg/graphite/block-0.c
    branches/graphite/gcc/testsuite/gcc.dg/graphite/block-1.c
    branches/graphite/gcc/testsuite/gcc.dg/graphite/graphite.exp
    branches/graphite/gcc/testsuite/gcc.dg/graphite/scop-0.c
    branches/graphite/gcc/testsuite/gcc.dg/graphite/scop-1.c
    branches/graphite/gcc/testsuite/gcc.dg/graphite/scop-10.c
    branches/graphite/gcc/testsuite/gcc.dg/graphite/scop-11.c
    branches/graphite/gcc/testsuite/gcc.dg/graphite/scop-12.c
    branches/graphite/gcc/testsuite/gcc.dg/graphite/scop-13.c
    branches/graphite/gcc/testsuite/gcc.dg/graphite/scop-14.c
    branches/graphite/gcc/testsuite/gcc.dg/graphite/scop-15.c
    branches/graphite/gcc/testsuite/gcc.dg/graphite/scop-16.c
    branches/graphite/gcc/testsuite/gcc.dg/graphite/scop-17.c
    branches/graphite/gcc/testsuite/gcc.dg/graphite/scop-18.c
    branches/graphite/gcc/testsuite/gcc.dg/graphite/scop-2.c
    branches/graphite/gcc/testsuite/gcc.dg/graphite/scop-3.c
    branches/graphite/gcc/testsuite/gcc.dg/graphite/scop-4.c
    branches/graphite/gcc/testsuite/gcc.dg/graphite/scop-5.c
    branches/graphite/gcc/testsuite/gcc.dg/graphite/scop-6.c
    branches/graphite/gcc/testsuite/gcc.dg/graphite/scop-7.c
    branches/graphite/gcc/testsuite/gcc.dg/graphite/scop-8.c
    branches/graphite/gcc/testsuite/gcc.dg/graphite/scop-9.c
    branches/graphite/gcc/testsuite/gcc.dg/graphite/scop-matmult.c
    branches/graphite/gcc/testsuite/gfortran.dg/graphite/block-1.f90
    branches/graphite/gcc/testsuite/gfortran.dg/graphite/block-2.f
    branches/graphite/gcc/testsuite/gfortran.dg/graphite/graphite.exp
    branches/graphite/gcc/testsuite/gfortran.dg/graphite/scop-1.f
    branches/graphite/gcc/testsuite/lib/target-supports.exp


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