test_2009_10_16_00_40_36_success
tag945392e0eb8c13ef1c04b0a5fc484a6049c7586c
object c10284364f47dc2204c2f696a72f6966f8ac0931
authorTobias Grosser <grosser@fim.uni-passau.de>
Fri, 16 Oct 2009 00:16:20 +0000 (16 02:16 +0200)
/n/16/grosser/daily_git_builds/log/2009_10_16_00_40_36/gcc.compare
Tests that now fail, but worked before:

gcc.dg/vect/no-scevccp-slp-31.c scan-tree-dump-times vect "vectorized 1 loops" 1
gcc.dg/vect/vect-double-reduc-1.c execution test
gcc.dg/vect/vect-double-reduc-2.c execution test
gcc.dg/vect/vect-double-reduc-4.c execution test
gcc.dg/vect/vect-double-reduc-5.c execution test
gcc.dg/vect/vect-double-reduc-7.c execution test

Tests that now work, but didn't before:

gcc.dg/vect/no-scevccp-slp-31.c scan-tree-dump-times vect "vectorizing stmts using SLP" 0
gcc.dg/vect/no-section-anchors-vect-65.c scan-tree-dump-times vect "vectorized 2 loops" 1
gcc.dg/vect/no-section-anchors-vect-65.c scan-tree-dump-times vect "Vectorizing an unaligned access" 0
gcc.dg/vect/pr20122.c scan-tree-dump-times vect "vectorized 1 loops" 3
gcc.dg/vect/vect-65.c scan-tree-dump-times vect "vectorized 2 loops" 1

/n/16/grosser/daily_git_builds/log/2009_10_16_00_40_36/g++.compare
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)

/n/16/grosser/daily_git_builds/log/2009_10_16_00_40_36/gfortran.compare
Tests that now fail, but worked before:

gfortran.dg/vect/fast-math-pr38968.f90 execution test
gfortran.dg/vect/fast-math-pr38968.f90 scan-tree-dump vect "vectorized 1 loops"

Tests that now work, but didn't before:

gfortran.dg/sms-2.f90  -O0  execution test
gfortran.dg/sms-2.f90  -O1  execution test
gfortran.dg/sms-2.f90  -O2  execution test
gfortran.dg/sms-2.f90  -O3 -fomit-frame-pointer  execution test
gfortran.dg/sms-2.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  execution test
gfortran.dg/sms-2.f90  -O3 -fomit-frame-pointer -funroll-loops  execution test
gfortran.dg/sms-2.f90  -O3 -g  execution test
gfortran.dg/sms-2.f90  -Os  execution test

/n/16/grosser/daily_git_builds/log/2009_10_16_00_40_36/info.log
00:42 => Start run 2009_10_16_00_40_36
00:42 => GIT build
commit c10284364f47dc2204c2f696a72f6966f8ac0931
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/c10284364f47dc2204c2f696a72f6966f8ac0931
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Thu Oct 15 22:30:30 2009 +0000

    Fix memory_stride_in_loop.

    2009-10-15  Sebastian Pop  <sebastian.pop@amd.com>

     * graphite-interchange.c (memory_stride_in_loop): The depth
     argument corresponds to a dynamic time dimension, so use
     psct_dynamic_dim to refer to the transformed scattering dimension.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152876
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@152876 138bc75d-0d04-0410-961f-82ee72b054a4

commit 74ce0c464bd08c876d75185b04408b5fe0894890
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/74ce0c464bd08c876d75185b04408b5fe0894890
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Thu Oct 15 22:30:22 2009 +0000

    Fix comment.

    2009-10-15  Sebastian Pop  <sebastian.pop@amd.com>

     * graphite-interchange.c (memory_stride_in_loop): Fix comments.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152875
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@152875 138bc75d-0d04-0410-961f-82ee72b054a4

commit 50a1821438a4084f12519ee7ea2ac0b8c623d5b9
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/50a1821438a4084f12519ee7ea2ac0b8c623d5b9
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Thu Oct 15 22:30:14 2009 +0000

    Fix LST sequence in an outermost fake loop.

    2009-10-15  Sebastian Pop  <sebastian.pop@amd.com>

     * graphite-blocking.c (lst_do_strip_mine): Avoid strip mining the
     root of the LST.
     * graphite-interchange.c (lst_do_interchange): Avoid interchanging
     the root of the LST.
     * graphite-poly.c (scop_to_lst): Fix LST sequence in an outermost
     fake loop.
     (print_lst): Print the root of LST in a different format.
     * graphite-poly.h (lst_depth): Adjust to include the root of the LST.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152874
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@152874 138bc75d-0d04-0410-961f-82ee72b054a4

commit 4c4c2b9d5bfaec40e48890c36f04be84151d523c
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/4c4c2b9d5bfaec40e48890c36f04be84151d523c
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Thu Oct 15 22:30:07 2009 +0000

    Fix pretty printing of a SCoP.

    2009-10-15  Sebastian Pop  <sebastian.pop@amd.com>

     * graphite-poly.c (print_scop): Fix pretty printing of a SCoP.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152873
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@152873 138bc75d-0d04-0410-961f-82ee72b054a4
00:42 => Configure
00:42 => Build
01:30 => Install to /n/16/grosser/daily_git_builds/install/2009_10_16_00_40_36
01:32 => Run tests (testlogs are in /n/16/grosser/daily_git_builds/log/2009_10_16_00_40_36)
02:15 => Run compare_tests
BUILD SUCCESSFUL
/n/16/grosser/daily_git_builds/log/2009_10_16_00_40_36/libffi.compare
/n/16/grosser/daily_git_builds/log/2009_10_16_00_40_36/libgomp.compare
Tests that now fail, but worked before:

libgomp.graphite/force-parallel-5.c scan-tree-dump-times optimized "loopfn.1" 5

/n/16/grosser/daily_git_builds/log/2009_10_16_00_40_36/libjava.compare
/n/16/grosser/daily_git_builds/log/2009_10_16_00_40_36/libmudflap.compare
/n/16/grosser/daily_git_builds/log/2009_10_16_00_40_36/libstdc++.compare
/n/16/grosser/daily_git_builds/log/2009_10_16_00_40_36/objc.compare