test/success/2010_12_28_07_00_30
tage6bc5e9b498cbda2500cf53b44762436ec9dc14f
object bef3146b4b1e9a6b6ea53bf415ff54b648e9f0d3
authorTobias Grosser <grosser@fim.uni-passau.de>
Tue, 28 Dec 2010 07:50:44 +0000 (28 08:50 +0100)
/n/16/grosser/daily_git_builds/log/2010_12_28_07_00_30/gcc.compare
New tests that FAIL:

gcc.dg/guality/pr43479.c  -O2 -flto  line 13 h == 9
gcc.dg/guality/pr43479.c  -O2 -flto  line 18 h == 9
gcc.dg/guality/vla-2.c  -O1  line 25 sizeof (a) == 6 * sizeof (int)
gcc.dg/guality/vla-2.c  -O3 -g  line 25 sizeof (a) == 6 * sizeof (int)

New tests that PASS:

gcc.dg/guality/pr41353-1.c  -O3 -fomit-frame-pointer  line 28 i == 37
gcc.dg/guality/pr41353-1.c  -O3 -g  line 28 i == 37
gcc.dg/guality/pr41353-1.c  -Os  line 28 i == 37
gcc.dg/guality/pr43051-1.c  -Os  line 41 e == &a[1]
gcc.dg/guality/pr43177.c  -O1  line 15 l == 10
gcc.dg/guality/pr43479.c  -O1  line 13 h == 9
gcc.dg/guality/pr43479.c  -O2 -flto  line 13 n == 9
gcc.dg/guality/pr43479.c  -O2  line 12 n == 9
gcc.dg/guality/pr43479.c  -O3 -fomit-frame-pointer  line 18 h == 9
gcc.dg/guality/pr43479.c  -O3 -g  line 12 n == 9
gcc.dg/guality/pr43479.c  -O3 -g  line 13 n == 9
gcc.dg/guality/pr43479.c  -Os  line 18 j == 8
gcc.dg/guality/sra-1.c  -O1  line 21 a.i == 4
gcc.dg/guality/sra-1.c  -O3 -fomit-frame-pointer  line 21 a.j == 14
gcc.dg/guality/sra-1.c  -O3 -g  line 21 a.j == 14
gcc.dg/guality/sra-1.c  -Os  line 21 a.j == 14

Old tests that passed, that have disappeared: (Eeek!)

gcc.dg/guality/pr41353-1.c  -O2 -flto  line 28 i == 37
gcc.dg/guality/pr43051-1.c  -O3 -fomit-frame-pointer  line 41 e == &a[1]
gcc.dg/guality/pr43479.c  -O1  line 12 n == 9
gcc.dg/guality/pr43479.c  -O2 -flto -flto-partition=none  line 13 n == 9
gcc.dg/guality/pr43479.c  -O3 -fomit-frame-pointer  line 13 n == 9
gcc.dg/guality/pr43479.c  -O3 -g  line 13 h == 9
gcc.dg/guality/pr43479.c  -O3 -g  line 13 i == 6
gcc.dg/guality/pr43479.c  -Os  line 13 h == 9
gcc.dg/guality/pr43479.c  -Os  line 18 h == 9
gcc.dg/guality/sra-1.c  -O2  line 21 a.i == 4

Old tests that failed, that have disappeared: (Eeek!)

gcc.dg/guality/vla-2.c  -O2 -flto  line 25 sizeof (a) == 6 * sizeof (int)
gcc.dg/guality/vla-2.c  -O3 -fomit-frame-pointer  line 25 sizeof (a) == 6 * sizeof (int)

/n/16/grosser/daily_git_builds/log/2010_12_28_07_00_30/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/2010_12_28_07_00_30/gfortran.compare
/n/16/grosser/daily_git_builds/log/2010_12_28_07_00_30/info.log
07:02 => Start run 2010_12_28_07_00_30
07:02 => GIT build
commit bef3146b4b1e9a6b6ea53bf415ff54b648e9f0d3
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/bef3146b4b1e9a6b6ea53bf415ff54b648e9f0d3
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Tue Dec 28 05:59:43 2010 +0000

    Use FOR_EACH_VEC_ELT.

    2010-12-27  Sebastian Pop  <sebastian.pop@amd.com>

     * graphite-opencl-codegen.c: Use FOR_EACH_VEC_ELT.
     * graphite-opencl-meta-clast.c: Same.
     * graphite-opencl.c: Same.

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

commit e88eba488de4d761ce8aed1243348a60c968d384
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/e88eba488de4d761ce8aed1243348a60c968d384
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Tue Dec 28 05:59:34 2010 +0000

    Don't include sys/time.h.

    2010-12-27  Sebastian Pop  <sebastian.pop@amd.com>

     * graphite-opencl-codegen.c: Do not include sys/time.h.
     * graphite-opencl.c: Same.

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

commit cfa796af7c83fa1f49f6681300a9365a2b332dad
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/cfa796af7c83fa1f49f6681300a9365a2b332dad
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Tue Dec 28 05:59:26 2010 +0000

    Move code out of ifdef HAVE_cloog section.

    2010-12-27  Sebastian Pop  <sebastian.pop@amd.com>

     * graphite-opencl.c (h_context, h_cmd_queue, h_program): Moved
     out of ifdef HAVE_cloog section.

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

commit 015f9d71e04c727e045adaf7d9a4a84265abba60
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/015f9d71e04c727e045adaf7d9a4a84265abba60
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Tue Dec 28 05:59:19 2010 +0000

    Use the enum OPENCL_FUNCTIONS as indices of opencl_function_names.

    2010-12-27  Sebastian Pop  <sebastian.pop@amd.com>

     * Makefile.in (graphite-opencl.o): Depends on
     graphite-opencl-functions.def.
     * graphite-opencl-functions.def: New.
     * graphite-opencl.c (enum OPENCL_FUNCTIONS): Read data from
     graphite-opencl-functions.def.
     (opencl_function_names): Same.
     (opencl_create_function_decl): Use the enum OPENCL_FUNCTIONS
     as indices of opencl_function_names.

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

commit c8fe894c6bd12c2e6415c88e56e95288c052adea
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/c8fe894c6bd12c2e6415c88e56e95288c052adea
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Tue Dec 28 05:59:12 2010 +0000

    Fix formatting.

    2010-12-27  Sebastian Pop  <sebastian.pop@amd.com>

     * graphite-opencl-codegen.c: Fix formatting.
     * graphite-opencl-meta-clast.c: Same.
     * graphite-opencl.c: Same.

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

commit b78729384d7cd076c1bd2d751a659a266f853665
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/b78729384d7cd076c1bd2d751a659a266f853665
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Tue Dec 28 05:59:04 2010 +0000

    Fix formating problems.

    2010-12-27  Sebastian Pop  <sebastian.pop@amd.com>

     * graphite-opencl-codegen.c: Fix formating problems.
     * graphite-opencl-meta-clast.c: Same.
     * graphite-opencl.c: Same.
     * graphite-opencl.h: Same.

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

commit 6b3718b43bdbe517d47f3eaecae56465b6c74a1a
http://gitorious.org/~graphite-tester/graphite/graphite-test-results/commits/6b3718b43bdbe517d47f3eaecae56465b6c74a1a
Author: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Tue Dec 28 05:58:57 2010 +0000

    Sort topologically static functions.

    2010-12-27  Sebastian Pop  <sebastian.pop@amd.com>

     * graphite-opencl-codegen.c: Sort topologically static functions.
     * graphite-opencl.c: Same.

    http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168286
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@168286 138bc75d-0d04-0410-961f-82ee72b054a4
07:02 => Configure
07:03 => Build
07:55 => Install to /n/16/grosser/daily_git_builds/install/2010_12_28_07_00_30
07:56 => Run tests (testlogs are in /n/16/grosser/daily_git_builds/log/2010_12_28_07_00_30)
08:50 => Run compare_tests
BUILD SUCCESSFUL
/n/16/grosser/daily_git_builds/log/2010_12_28_07_00_30/libffi.compare
/n/16/grosser/daily_git_builds/log/2010_12_28_07_00_30/libgomp.compare
/n/16/grosser/daily_git_builds/log/2010_12_28_07_00_30/libjava.compare
/n/16/grosser/daily_git_builds/log/2010_12_28_07_00_30/libmudflap.compare
/n/16/grosser/daily_git_builds/log/2010_12_28_07_00_30/libstdc++.compare
/n/16/grosser/daily_git_builds/log/2010_12_28_07_00_30/objc.compare