[graphite] Regression testing on 2009_08_06_04_30_30 git-svn

Graphite GIT tester grosser@fim.uni-passau.de
Thu Aug 6 04:28:00 GMT 2009


04:32 => Start run 2009_08_06_04_30_30
04:32 => GIT build
commit 412a5a207a610a8aab86e4c859dd3fff0fa4ea96
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/412a5a207a610a8aab86e4c859dd3fff0fa4ea96
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Thu Aug 6 02:20:43 2009 +0000

    Fix memory leak in DD XFAILs some interchange testcases.
    
    2009-08-05  Konrad Trifunovic  <konrad.trifunovic@gmail.com>
    	    Sebastian Pop  <sebastian.pop@amd.com>
    
    	* graphite-dependences.c (graphite_legal_transform_dr): Work on a
    	copy of the dependence polyhedron.  Free the temporary objects.
    	(graphite_carried_dependence_level_k): Free unused objects before
    	returning.
    
    	* testsuite/gcc.dg/graphite/interchange-1.c: XFAILed.
    	* testsuite/gcc.dg/graphite/interchange-2.c: XFAILed.
    	* testsuite/gcc.dg/graphite/interchange-3.c: XFAILed.
    	* testsuite/gcc.dg/graphite/interchange-4.c: XFAILed.
    	* testsuite/gcc.dg/graphite/interchange-7.c: XFAILed.
    
    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150511
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@150511 138bc75d-0d04-0410-961f-82ee72b054a4

commit 9152e84a4c6b1b02ea63922bbc9af14dc5a9b7fb
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/9152e84a4c6b1b02ea63922bbc9af14dc5a9b7fb
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Thu Aug 6 02:20:37 2009 +0000

    Restore original scattering when the transform is not legal.
    
    2009-08-05  Sebastian Pop  <sebastian.pop@amd.com>
    
    	* graphite-blocking.c (scop_do_strip_mine): Call store_scattering.
    	Early return without analyzing the data dependences if no
    	transform has been done.  Call restore_scattering if the transform
    	is not legal.
    	(graphite-interchange.c): Same.
    	* graphite-poly.c (print_scattering_function): Test for PBB_TRANSFORMED.
    	(graphite_read_transforms): Initialize PBB_TRANSFORMED.
    	(apply_poly_transforms): Do not gcc_assert that
    	the transform is legal.
    	(new_poly_bb): Initialize PBB_TRANSFORMED, PBB_SAVED, and PBB_ORIGINAL.
    	Do not initialize PBB_NB_SCATTERING_TRANSFORM, PBB_NB_LOCAL_VARIABLES,
    	PBB_TRANSFORMED_SCATTERING, and PBB_ORIGINAL_SCATTERING.
    	(free_poly_dr): Free PBB_TRANSFORMED, PBB_SAVED, and PBB_ORIGINAL.
    	* graphite-poly.h (struct poly_scattering): New.
    	(struct poly_bb): Add original, transformed, and saved fields.
    	Remove transformed_scattering, original_scattering, nb_local_variables,
    	and nb_scattering_transform fields.
    	(PBB_ORIGINAL, PBB_TRANSFORMED, PBB_SAVED): New.
    	(poly_scattering_new): New.
    	(poly_scattering_free): New.
    	(poly_scattering_copy): New.
    	(store_scattering_pbb): New.
    	(store_scattering): New.
    	(restore_scattering_pbb): New.
    	(restore_scattering): New.
    	* graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons):
    	Initialize PBB_TRANSFORMED and PBB_ORIGINAL.
    
    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150510
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@150510 138bc75d-0d04-0410-961f-82ee72b054a4

commit e5c128f53835977a9d14b5d2e335c85dbdf345f8
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/e5c128f53835977a9d14b5d2e335c85dbdf345f8
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Thu Aug 6 02:20:23 2009 +0000

    Correctly parenthesize pretty print structures.
    
    2009-08-05  Sebastian Pop  <sebastian.pop@amd.com>
    
    	* graphite-poly.c (print_pbb): Add parentheses in the pretty print.
    	(print_scop): Same.
    
    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150509
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@150509 138bc75d-0d04-0410-961f-82ee72b054a4
04:32 => Configure
04:32 => Build
05:30 => Install to /n/16/grosser/daily_git_builds/install/2009_08_06_04_30_30
05:32 => Run tests (testlogs are in /n/16/grosser/daily_git_builds/log/2009_08_06_04_30_30)
06:26 => Run compare_tests
BUILD SUCCESSFUL
-------------- next part --------------
Tests that now fail, but worked before:

gcc.dg/graphite/interchange-1.c scan-tree-dump-times graphite "will be interchanged" 1
gcc.dg/graphite/interchange-2.c scan-tree-dump-times graphite "will be interchanged" 1
gcc.dg/graphite/interchange-3.c scan-tree-dump-times graphite "will be interchanged" 1
gcc.dg/graphite/interchange-4.c scan-tree-dump-times graphite "will be interchanged" 1
gcc.dg/graphite/interchange-7.c scan-tree-dump-times graphite "will be interchanged" 1

Tests that now work, but didn't before:

gcc.dg/graphite/interchange-8.c scan-tree-dump-times graphite "will be interchanged" 0

-------------- next part --------------
Tests that now fail, but worked before:

g++.dg/warn/Wstrict-aliasing-float-ref-int-obj.C  (test for warnings, line 7)

Tests that now work, but didn't before:

g++.dg/warn/Wstrict-aliasing-float-ref-int-obj.C  (test for warnings, line 7)



More information about the Gcc-testresults mailing list