]> gcc.gnu.org Git - gcc.git/blame - gcc/testsuite/ChangeLog
arm.h (MAX_SYNC_LIBFUNC_SIZE): Delete semicolon.
[gcc.git] / gcc / testsuite / ChangeLog
CommitLineData
adfac8df
JJ
12015-01-09 Jakub Jelinek <jakub@redhat.com>
2
3 PR rtl-optimization/64536
4 * gcc.dg/pr64536.c: New test.
5
ccce3b2a
DM
62015-01-09 David Malcolm <dmalcolm@redhat.com>
7
8 * jit.dg/all-non-failing-tests.h: Add test-constants.c.
9 * jit.dg/test-combination.c (create_code): Likewise.
10 (verify_code): Likewise.
11 * jit.dg/test-constants.c: New test case.
12 * jit.dg/test-threads.c: Add test-constants.c.
13
100bfe4a
DP
142015-01-09 Dimitris Papavasiliou <dpapavas@gmail.com>
15
a5dbcace 16 PR libobjc/51891
100bfe4a
DP
17 * objc.dg/gnu-api-2-class.m: Add a test case
18 for the above change.
19
88d24a09
SH
202015-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
21
22 * gcc.dg/typeof-2.c: Add checks for non-atomic types.
23
2f278249
RB
242015-01-09 Richard Biener <rguenther@suse.de>
25
26 PR tree-optimization/64410
27 * g++.dg/vect/pr64410.cc: New testcase.
28
3f9f4ae7
ML
292015-01-09 Martin Liska <mliska@suse.cz>
30
31 * gcc.dg/ipa/ipa-icf-32.c: New test.
32
75d1c391
BE
332015-01-08 Bernd Edlinger <bernd.edlinger@hotmail.de>
34
35 * c-c++-common/tsan/tsan_barrier.h: New.
36 * c-c++-common/tsan/atomic_stack.c: Reworked to not depend on sleep.
37 * c-c++-common/tsan/bitfield_race.c: Likewise.
38 * c-c++-common/tsan/fd_pipe_race.c: Likewise.
39 * c-c++-common/tsan/mutexset1.c: Likewise.
40 * c-c++-common/tsan/race_on_barrier.c: Likewise.
41 * c-c++-common/tsan/race_on_mutex.c: Likewise.
42 * c-c++-common/tsan/race_on_mutex2.c: Likewise.
43 * c-c++-common/tsan/simple_race.c: Likewise.
44 * c-c++-common/tsan/simple_stack.c: Likewise.
45 * c-c++-common/tsan/sleep_sync.c: Likewise.
46 * c-c++-common/tsan/tiny_race.c: Likewise.
47 * c-c++-common/tsan/tls_race.c: Likewise.
48 * c-c++-common/tsan/write_in_reader_lock.c: Likewise.
49 * g++.dg/tsan/aligned_vs_unaligned_race.C: Likewise.
50 * g++.dg/tsan/atomic_free.C: Likewise.
51 * g++.dg/tsan/atomic_free2.C: Likewise.
52 * g++.dg/tsan/cond_race.C: Likewise.
53 * g++.dg/tsan/tsan_barrier.h: Copied from c-c++-common/tsan.
54
b85449ad
HPN
552015-01-08 Hans-Peter Nilsson <hp@axis.com>
56
57 PR testsuite/62250
58 * lib/target-supports.exp (check_effective_target_libatomic_available):
59 New.
60 * gfortran.dg/coarray/caf.exp: Only add -latomic for
61 targets that match effective-target libatomic_available.
62 * gfortran.dg/coarray_lib_comm_1.f90: Similar.
63
303e1d56
DM
642015-01-08 David Malcolm <dmalcolm@redhat.com>
65
66 * jit.dg/test-error-block-in-wrong-function.c (verify_code):
67 Verify the result of gcc_jit_context_get_last_error.
68 * jit.dg/test-error-null-passed-to-api.c (verify_code): Likewise.
69
204a913b
JJ
702015-01-08 Jakub Jelinek <jakub@redhat.com>
71
72 PR tree-optimization/63989
73 * gcc.dg/strlenopt-27.c: New test.
74
eb4c16eb
DM
752015-01-08 David Malcolm <dmalcolm@redhat.com>
76
77 * jit.dg/harness.h (set_up_logging): New function.
78 (test_jit): Fail if gcc_jit_context_acquire fails. Call
79 set_up_logging on the context, so that every testcase is
80 logged to a particular file.
81 * jit.dg/test-nested-contexts.c (main): Open a logfile,
82 and call gcc_jit_context_set_logfile on the top-level context.
83
efa7df3c
JJ
842015-01-08 Jakub Jelinek <jakub@redhat.com>
85
86 PR target/64338
87 * g++.dg/opt/pr64338.C: New test.
88
de1184c0
TB
892015-01-08 Tobias Burnus <burnus@net-b.de>
90
91 * gfortran.dg/coarray/codimension_2b.f90: New file.
92 * gfortran.dg/coarray/codimension_2.f90: Add it to dg-extra-sources.
93 * gfortran.dg/coarray/codimension_2.f90: Call its subroutine.
94
ec124043
PC
952015-01-08 Paolo Carlini <paolo.carlini@oracle.com>
96
97 PR c++/59004
98 * g++.dg/ext/fnname4.C: New.
99
8b93f829
PC
1002015-01-08 Paolo Carlini <paolo.carlini@oracle.com>
101
102 PR c++/64462
103 * g++.dg/cpp0x/constexpr-64462.C: New.
104
247ecdf3
PC
1052015-01-08 Paolo Carlini <paolo.carlini@oracle.com>
106
107 PR c++/60753
108 * g++.dg/cpp0x/deleted10.C: New.
109
c211cd23
DM
1102015-01-07 David Malcolm <dmalcolm@redhat.com>
111
112 * jit.dg/test-error-dereferencing-void-ptr.c: New test case.
113
18146f45
DM
1142015-01-07 David Malcolm <dmalcolm@redhat.com>
115
116 * jit.dg/test-expressions.c (make_tests_of_unary_ops): Add test of
117 GCC_JIT_UNARY_OP_ABS.
118 (verify_unary_ops): Likewise.
119
f63c7f85
DM
1202015-01-07 David Malcolm <dmalcolm@redhat.com>
121
122 * jit.dg/test-arith-overflow.c: New test case.
123 * jit.dg/all-non-failing-tests.h: Add test-arith-overflow.c.
124 * jit.dg/test-combination.c (create_code): Likewise.
125 (verify_code): Likewise.
126 * jit.dg/test-threads.c (testcases): Likewise.
127
433d16df
DM
1282015-01-07 David Malcolm <dmalcolm@redhat.com>
129
130 * jit.dg/jit.exp: Load wrapper.exp with %{tool} set to "g++"
131 rather than "jit". Load g++.exp, and call g++_init.
132 Run test-*.cc files within the testsuite and *.cc files within
133 docs/examples.
134 (jit-dg-test): Drop the addition of -fgnu89-inline to
135 DEFAULT_CFLAGS in favor of adding it to additional_flags, only
136 doing it when compiling C testcases (since g++ does not handle
137 it). Reset "orig_environment_saved" so that LD_LIBRARY_PATH
138 is restored to the value after g++_init ran, rather than the
139 value before g++_init ran. Return a list of
140 $comp_output $output_file, as dg-test assumes.
141
649a2749
DM
1422015-01-07 David Malcolm <dmalcolm@redhat.com>
143
144 * jit.dg/harness.h (CHECK_NON_NULL): Add __func__ to output, to
145 make it easier to figure out the origin of each test result when
146 running test-combination.c and test-threads.c.
147 (CHECK_VALUE): Likewise.
148 (CHECK_DOUBLE_VALUE): Likewise.
149 (CHECK_STRING_VALUE): Likewise.
150 (CHECK_STRING_STARTS_WITH): Likewise.
151 (CHECK_STRING_CONTAINS): Likewise.
152 (CHECK): Likewise.
153 (check_string_value): Likewise, add "funcname" param.
154 (check_string_starts_with): Likewise.
155 (check_string_contains): Likewise.
156
50bb6c8e
DM
1572015-01-07 David Malcolm <dmalcolm@redhat.com>
158
159 * jit.dg/jit.exp (jit-dg-test): Remove "rootname" call when
160 generating name of built executable.
161
4a9a42ab
MP
1622015-01-07 Marek Polacek <polacek@redhat.com>
163
164 PR c/64440
165 * gcc.dg/pr64440.c: New test.
166 * c-c++-common/pr56607.c: Don't limit dg-warnings to C++.
167
2cc901dc
MP
1682015-01-07 Marek Polacek <polacek@redhat.com>
169
170 PR c/64417
171 * gcc.c-torture/compile/pr28865.c: Add dg-errors.
172 * gcc.dg/pr64417.c: New test.
173
512ef949
MM
1742015-01-06 Michael Meissner <meissner@linux.vnet.ibm.com>
175
176 PR target/64505
177 * gcc.target/powerpc/pr64505.c: New file to test -m32 -mpowerpc64
178 fix is correct.
179
f423b58c
EB
1802015-01-06 Eric Botcazou <ebotcazou@adacore.com>
181
182 * lib/tsan-dg.exp (check_effective_target_fsanitize_thread):
183 Check if testcases run without errors, not just if they compile.
184
1852015-01-06 Christian Bruel <christian.bruel@st.com>
6a6b03ba
CB
186
187 PR target/64507
188 * gcc.target/sh/pr64507.c: New test.
189
02169d78
AC
1902015-01-06 Arnaud Charlet <charlet@adacore.com>
191
192 * gnat.db/fixce.adb, gnat.db/specs/delta_small.ads: Kill warnings.
193
fb153d02
JJ
1942015-01-06 Jakub Jelinek <jakub@redhat.com>
195
196 * c-c++-common/asan/sanitize-all-1.c: New test.
197 * c-c++-common/ubsan/sanitize-all-1.c: New test.
198 * c-c++-common/ubsan/sanitize-all-2.c: New test.
199 * c-c++-common/ubsan/sanitize-all-3.c: New test.
200 * c-c++-common/ubsan/sanitize-all-4.c: New test.
201
0969ec7d
EB
2022015-01-06 Eric Botcazou <ebotcazou@adacore.com>
203
204 * lib/target-supports.exp (check_profiling_available): Return 0 for
205 Visium.
206 (check_effective_target_tls_runtime): Likewise.
207 (check_effective_target_logical_op_short_circuit): Return 1 for Visium.
208 * gcc.dg/20020312-2.c: Adjust for Visium.
209 * gcc.dg/tls/thr-cse-1.c: Likewise
210 * gcc.dg/tree-ssa/20040204-1.c: Likewise
211 * gcc.dg/tree-ssa/loop-1.c: Likewise.
212 * gcc.dg/weak/typeof-2.c: Likewise.
213
b176bb73
RO
2142015-01-05 Radovan Obradovic <radovan.obradovic@imgtec.com>
215
216 PR rtl-optimization/64287
217 * gcc.dg/aru-2.c: New test.
218
a6377d52
JJ
2192015-01-05 Jakub Jelinek <jakub@redhat.com>
220
e5341100
JJ
221 PR sanitizer/64344
222 * c-c++-common/ubsan/pr64344-1.c: New test.
223 * c-c++-common/ubsan/pr64344-2.c: New test.
224
15aed8c4
JJ
225 PR tree-optimization/64465
226 * gcc.dg/pr64465.c: New test.
227
a6377d52
JJ
228 PR tree-optimization/64494
229 * gcc.c-torture/compile/pr64494.c: New test.
230
8b7cec58
TK
2312015-01-05 Thomas Koenig <tkoenig@gcc.gnu.org>
232
233 PR fortran/47674
234 * gfortran.dg/realloc_on_assign_25.f90: New test.
235
5624e564
JJ
2362015-01-05 Jakub Jelinek <jakub@redhat.com>
237
238 Update copyright years.
239
5bd012f8
MP
2402015-01-05 Marek Polacek <polacek@redhat.com>
241
242 PR c/64423
243 * gcc.dg/pr64423.c: New test.
244
ec2c793b
HPN
2452015-01-05 Hans-Peter Nilsson <hp@bitrange.com>
246
c3874335
HPN
247 * gcc.dg/debug/debug-1.c: Pass -fno-if-conversion for
248 mmix-knuth-mmixware for the same reason as for MIPS.
249 * gcc.dg/debug/debug-2.c: Ditto.
250
ec2c793b
HPN
251 * gcc.dg/pr42629.c: Only pass scheduling options on scheduling targets.
252
d50a1793
JDA
2532015-01-03 John David Anglin <danglin@gcc.gnu.org>
254
3fd99bca
JDA
255 PR testsuite/62250
256 * lib/gfortran.exp: Add libatomic library search path.
257 * gfortran.dg/coarray/caf.exp: Add -latomic to test options.
258 * gfortran.dg/coarray_lib_comm_1.f90: Likewise.
259
d50a1793
JDA
260 * gcc.dg/pr63914.c: Add -fno-common option on hppa*-*-hpux*.
261
fe86867f
BE
2622015-01-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
263
264 * c-c++-common/tsan/bitfield_race.c: New testcase.
265 * g++.dg/tsan/aligned_vs_unaligned_race.C: Fixed.
266
09de7c25
TB
2672015-01-02 Tobias Burnus <burnus@net-b.de>
268
269 * gfortran.dg/coarray/collectives_4.f90: New.
270
74a1c62f
JW
2712015-01-02 Janus Weil <janus@gcc.gnu.org>
272
273 PR fortran/57562
274 * gfortran.dg/extends_16.f90: New.
275
09ed8520
TB
2762015-01-02 Tobias Burnus <burnus@net-b.de>
277
278 * gfortran.dg/coarray/caf.exp (dg-compile-aux-modules): Add.
279
213ab0a6
TB
2802015-01-02 Tobias Burnus <burnus@net-b.de>
281
282 * gfortran.dg/coarray/codimension_2.f90: New.
283 * gfortran.dg/coarray/codimension_2a.f90: New.
284 * gfortran.dg/coarray_35.f90: New.
285 * gfortran.dg/coarray_35a.f90: New.
286
4294c093 2872015-01-02 Janus Weil <janus@gcc.gnu.org>
a30772be 288
4294c093 289 PR fortran/60507
74a1c62f 290 * gfortran.dg/dummy_procedure_11.f90: New.
09de7c25 291^L
213ab0a6 292Copyright (C) 2015 Free Software Foundation, Inc.
ad41bd84
JM
293
294Copying and distribution of this file, with or without modification,
295are permitted in any medium without royalty provided the copyright
296notice and this notice are preserved.
This page took 4.180002 seconds and 5 git commands to generate.