]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/ChangeLog
Add test of handling arithmetic-overflow from JIT
[gcc.git] / gcc / testsuite / ChangeLog
1 2015-01-07 David Malcolm <dmalcolm@redhat.com>
2
3 * jit.dg/test-arith-overflow.c: New test case.
4 * jit.dg/all-non-failing-tests.h: Add test-arith-overflow.c.
5 * jit.dg/test-combination.c (create_code): Likewise.
6 (verify_code): Likewise.
7 * jit.dg/test-threads.c (testcases): Likewise.
8
9 2015-01-07 David Malcolm <dmalcolm@redhat.com>
10
11 * jit.dg/jit.exp: Load wrapper.exp with %{tool} set to "g++"
12 rather than "jit". Load g++.exp, and call g++_init.
13 Run test-*.cc files within the testsuite and *.cc files within
14 docs/examples.
15 (jit-dg-test): Drop the addition of -fgnu89-inline to
16 DEFAULT_CFLAGS in favor of adding it to additional_flags, only
17 doing it when compiling C testcases (since g++ does not handle
18 it). Reset "orig_environment_saved" so that LD_LIBRARY_PATH
19 is restored to the value after g++_init ran, rather than the
20 value before g++_init ran. Return a list of
21 $comp_output $output_file, as dg-test assumes.
22
23 2015-01-07 David Malcolm <dmalcolm@redhat.com>
24
25 * jit.dg/harness.h (CHECK_NON_NULL): Add __func__ to output, to
26 make it easier to figure out the origin of each test result when
27 running test-combination.c and test-threads.c.
28 (CHECK_VALUE): Likewise.
29 (CHECK_DOUBLE_VALUE): Likewise.
30 (CHECK_STRING_VALUE): Likewise.
31 (CHECK_STRING_STARTS_WITH): Likewise.
32 (CHECK_STRING_CONTAINS): Likewise.
33 (CHECK): Likewise.
34 (check_string_value): Likewise, add "funcname" param.
35 (check_string_starts_with): Likewise.
36 (check_string_contains): Likewise.
37
38 2015-01-07 David Malcolm <dmalcolm@redhat.com>
39
40 * jit.dg/jit.exp (jit-dg-test): Remove "rootname" call when
41 generating name of built executable.
42
43 2015-01-07 Marek Polacek <polacek@redhat.com>
44
45 PR c/64440
46 * gcc.dg/pr64440.c: New test.
47 * c-c++-common/pr56607.c: Don't limit dg-warnings to C++.
48
49 2015-01-07 Marek Polacek <polacek@redhat.com>
50
51 PR c/64417
52 * gcc.c-torture/compile/pr28865.c: Add dg-errors.
53 * gcc.dg/pr64417.c: New test.
54
55 2015-01-06 Michael Meissner <meissner@linux.vnet.ibm.com>
56
57 PR target/64505
58 * gcc.target/powerpc/pr64505.c: New file to test -m32 -mpowerpc64
59 fix is correct.
60
61 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
62
63 * lib/tsan-dg.exp (check_effective_target_fsanitize_thread):
64 Check if testcases run without errors, not just if they compile.
65
66 2015-01-06 Christian Bruel <christian.bruel@st.com>
67
68 PR target/64507
69 * gcc.target/sh/pr64507.c: New test.
70
71 2015-01-06 Arnaud Charlet <charlet@adacore.com>
72
73 * gnat.db/fixce.adb, gnat.db/specs/delta_small.ads: Kill warnings.
74
75 2015-01-06 Jakub Jelinek <jakub@redhat.com>
76
77 * c-c++-common/asan/sanitize-all-1.c: New test.
78 * c-c++-common/ubsan/sanitize-all-1.c: New test.
79 * c-c++-common/ubsan/sanitize-all-2.c: New test.
80 * c-c++-common/ubsan/sanitize-all-3.c: New test.
81 * c-c++-common/ubsan/sanitize-all-4.c: New test.
82
83 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
84
85 * lib/target-supports.exp (check_profiling_available): Return 0 for
86 Visium.
87 (check_effective_target_tls_runtime): Likewise.
88 (check_effective_target_logical_op_short_circuit): Return 1 for Visium.
89 * gcc.dg/20020312-2.c: Adjust for Visium.
90 * gcc.dg/tls/thr-cse-1.c: Likewise
91 * gcc.dg/tree-ssa/20040204-1.c: Likewise
92 * gcc.dg/tree-ssa/loop-1.c: Likewise.
93 * gcc.dg/weak/typeof-2.c: Likewise.
94
95 2015-01-05 Radovan Obradovic <radovan.obradovic@imgtec.com>
96
97 PR rtl-optimization/64287
98 * gcc.dg/aru-2.c: New test.
99
100 2015-01-05 Jakub Jelinek <jakub@redhat.com>
101
102 PR sanitizer/64344
103 * c-c++-common/ubsan/pr64344-1.c: New test.
104 * c-c++-common/ubsan/pr64344-2.c: New test.
105
106 PR tree-optimization/64465
107 * gcc.dg/pr64465.c: New test.
108
109 PR tree-optimization/64494
110 * gcc.c-torture/compile/pr64494.c: New test.
111
112 2015-01-05 Thomas Koenig <tkoenig@gcc.gnu.org>
113
114 PR fortran/47674
115 * gfortran.dg/realloc_on_assign_25.f90: New test.
116
117 2015-01-05 Jakub Jelinek <jakub@redhat.com>
118
119 Update copyright years.
120
121 2015-01-05 Marek Polacek <polacek@redhat.com>
122
123 PR c/64423
124 * gcc.dg/pr64423.c: New test.
125
126 2015-01-05 Hans-Peter Nilsson <hp@bitrange.com>
127
128 * gcc.dg/debug/debug-1.c: Pass -fno-if-conversion for
129 mmix-knuth-mmixware for the same reason as for MIPS.
130 * gcc.dg/debug/debug-2.c: Ditto.
131
132 * gcc.dg/pr42629.c: Only pass scheduling options on scheduling targets.
133
134 2015-01-03 John David Anglin <danglin@gcc.gnu.org>
135
136 PR testsuite/62250
137 * lib/gfortran.exp: Add libatomic library search path.
138 * gfortran.dg/coarray/caf.exp: Add -latomic to test options.
139 * gfortran.dg/coarray_lib_comm_1.f90: Likewise.
140
141 * gcc.dg/pr63914.c: Add -fno-common option on hppa*-*-hpux*.
142
143 2015-01-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
144
145 * c-c++-common/tsan/bitfield_race.c: New testcase.
146 * g++.dg/tsan/aligned_vs_unaligned_race.C: Fixed.
147
148 2015-01-02 Tobias Burnus <burnus@net-b.de>
149
150 * gfortran.dg/coarray/collectives_4.f90: New.
151
152 2015-01-02 Janus Weil <janus@gcc.gnu.org>
153
154 PR fortran/57562
155 * gfortran.dg/extends_16.f90: New.
156
157 2015-01-02 Tobias Burnus <burnus@net-b.de>
158
159 * gfortran.dg/coarray/caf.exp (dg-compile-aux-modules): Add.
160
161 2015-01-02 Tobias Burnus <burnus@net-b.de>
162
163 * gfortran.dg/coarray/codimension_2.f90: New.
164 * gfortran.dg/coarray/codimension_2a.f90: New.
165 * gfortran.dg/coarray_35.f90: New.
166 * gfortran.dg/coarray_35a.f90: New.
167
168 2015-01-02 Janus Weil <janus@gcc.gnu.org>
169
170 PR fortran/60507
171 * gfortran.dg/dummy_procedure_11.f90: New.
172 ^L
173 Copyright (C) 2015 Free Software Foundation, Inc.
174
175 Copying and distribution of this file, with or without modification,
176 are permitted in any medium without royalty provided the copyright
177 notice and this notice are preserved.
This page took 0.046229 seconds and 5 git commands to generate.