test_2009_11_23_14_10_43_success
tagda34e35a959dbd09633c70dfe90f5637b86c3fac
object 71c1089ec7a0d14524c34a4d77ec5c1c22819d81
authorTobias Grosser <grosser@fim.uni-passau.de>
Mon, 23 Nov 2009 18:41:11 +0000 (23 19:41 +0100)
/n/16/grosser/daily_git_builds/log/2009_11_23_14_10_43/gcc.compare
Tests that now fail, but worked before:

gcc.c-torture/compile/limits-pointer.c  -O1  (test for excess errors)
gcc.c-torture/compile/limits-pointer.c  -O2  (test for excess errors)
gcc.c-torture/compile/limits-pointer.c  -O3 -fomit-frame-pointer  (test for excess errors)

/n/16/grosser/daily_git_builds/log/2009_11_23_14_10_43/g++.compare
Tests that now fail, but worked before:

g++.dg/eh/cleanup1.C (test for excess errors)
g++.dg/torture/pr31863.C  -O2  (test for excess errors)
g++.dg/torture/pr31863.C  -O3 -fomit-frame-pointer  (test for excess errors)
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_11_23_14_10_43/gfortran.compare
Tests that now fail, but worked before:

gfortran.dg/vect/fast-math-pr38968.f90 execution test

/n/16/grosser/daily_git_builds/log/2009_11_23_14_10_43/info.log
14:11 => Start run 2009_11_23_14_10_43
14:11 => GIT build
commit 71c1089ec7a0d14524c34a4d77ec5c1c22819d81
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/71c1089ec7a0d14524c34a4d77ec5c1c22819d81
Author: grosser <grosser@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Mon Nov 23 13:02:08 2009 +0000

    Protect loops that might be executed zero times.

    2009-11-23  Tobias Grosser  <grosser@fim.uni-passau.de>

     PR middle-end/42130
     * graphite-clast-to-gimple.c (graphite_create_new_loop_guard,
     translate_clast_for_loop): New.
     (translate_clast_for): Add a condition around the loop, to do not
     execute loops with zero iterations.
     * testsuite/g++.dg/graphite/pr42130.C: New.
     * testsuite/gcc.dg/graphite/pr35356-2.c: Adapt.

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

commit 4648fb5d0959b850c99cf2323d0ec1c74e97f54a
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/4648fb5d0959b850c99cf2323d0ec1c74e97f54a
Author: grosser <grosser@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Mon Nov 23 13:01:51 2009 +0000

    Remove context_loop and level from translate_clast_* methods.

    2009-11-23  Tobias Grosser  <grosser@fim.uni-passau.de>

     * graphite-clast-to-gimple.c (try_mark_loop_parallel): New.
     (translate_clast_for, translate_clast_guard, translate_clast, gloog):
     Remove context_loop and level.

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

commit a5dec9b583706181d5b389d51c51b253b876c436
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/a5dec9b583706181d5b389d51c51b253b876c436
Author: grosser <grosser@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Mon Nov 23 13:01:37 2009 +0000

    Simplify translate_clast_* methods

    2009-11-23  Tobias Grosser  <grosser@fim.uni-passau.de>

     * graphite-clast-to-gimple.c (translate_clast_user,
     translate_clast_for, translate_clast_guard): Simplify and move common
     elements to translate_clast().
     (translate_clast): Simplify and get common elements.

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

commit 33d886cda57a90a471f49fe899cfd673257e0763
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/33d886cda57a90a471f49fe899cfd673257e0763
Author: grosser <grosser@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Mon Nov 23 13:01:21 2009 +0000

    split translate_clast into single methods

    2009-11-23  Tobias Grosser  <grosser@fim.uni-passau.de>

     * graphite-clast-to-gimple.c (translate_clast_user,
     translate_clast_for, translate_clast_guard): Split out of
     translate_clast.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=154436
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@154436 138bc75d-0d04-0410-961f-82ee72b054a4
14:12 => Configure
14:12 => Build
15:41 => Install to /n/16/grosser/daily_git_builds/install/2009_11_23_14_10_43
15:45 => Run tests (testlogs are in /n/16/grosser/daily_git_builds/log/2009_11_23_14_10_43)
19:40 => Run compare_tests
BUILD SUCCESSFUL
/n/16/grosser/daily_git_builds/log/2009_11_23_14_10_43/libffi.compare
/n/16/grosser/daily_git_builds/log/2009_11_23_14_10_43/libgomp.compare
/n/16/grosser/daily_git_builds/log/2009_11_23_14_10_43/libjava.compare
/n/16/grosser/daily_git_builds/log/2009_11_23_14_10_43/libmudflap.compare
/n/16/grosser/daily_git_builds/log/2009_11_23_14_10_43/libstdc++.compare
/n/16/grosser/daily_git_builds/log/2009_11_23_14_10_43/objc.compare