]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/ChangeLog
[PR69123] make dataflow_set_different details more verbose
[thirdparty/gcc.git] / gcc / testsuite / ChangeLog
CommitLineData
83834c09
IE
12016-01-11 Ilya Enkovich <enkovich.gnu@gmail.com>
2
3 PR target/69010
4 * gcc.target/i386/pr69010.c: New test.
5
dcf89d57
MJ
62016-01-11 Martin Jambor <mjambor@suse.cz>
7
8 PR ipa/69044
9 * gcc.target/i386/chkp-pr69044.c: New test.
10
d95167ee
TV
112016-01-11 Tom de Vries <tom@codesourcery.com>
12
13 PR tree-optimization/69109
14 * gcc.dg/autopar/pr69109-2.c: New test.
15 * gcc.dg/autopar/pr69109.c: New test.
16
4f6403a8
TV
172016-01-11 Tom de Vries <tom@codesourcery.com>
18
19 PR tree-optimization/69108
20 * gcc.dg/autopar/pr69108.c: New test.
21
21efdd80
PP
222016-01-10 Patrick Palka <ppalka@gcc.gnu.org>
23
24 PR c++/69029
25 * c-c++-common/Wisleading-indentation.c: Augment test.
26
fd42eed8
TK
272016-01-10 Thomas Koenig <tkoenig@gcc.gnu.org>
28
29 PR fortran/69154
30 * gfortran.dg/inline_matmul_12.f90: New test.
31
4f90ee6c
PT
322016-01-10 Paul Thomas <pault@gcc.gnu.org>
33
34 PR fortran/67779
35 * gfortran.dg/actual_array_offset_1: New test.
36
3907c6cf
TV
372016-01-10 Tom de Vries <tom@codesourcery.com>
38
39 PR tree-optimization/69062
40 * gcc.dg/autopar/pr69062.c: New test.
41
b07b236e
TS
422016-01-10 Thomas Schwinge <thomas@codesourcery.com>
43
44 * gcc.dg/vect/slp-perm-1.c: Fix scan-tree-dump syntax.
45 * gcc.dg/vect/slp-perm-2.c: Likewise.
46 * gcc.dg/vect/slp-perm-3.c: Likewise.
47 * gcc.dg/vect/slp-perm-5.c: Likewise.
48 * gcc.dg/vect/slp-perm-6.c: Likewise.
49 * gcc.dg/vect/slp-perm-7.c: Likewise.
50 * gcc.dg/vect/slp-perm-8.c: Likewise.
51
23fab8ae
TV
522016-01-10 Tom de Vries <tom@codesourcery.com>
53
54 PR tree-optimization/69039
55 * gcc.dg/autopar/pr69039.c: New test.
56
73f0dae2
MP
572016-01-09 Marek Polacek <polacek@redhat.com>
58
59 PR c++/69113
60 * g++.dg/pr69113.C: New test.
61
20b8d734
JJ
622016-01-09 Jakub Jelinek <jakub@redhat.com>
63
64 PR middle-end/50865
65 PR tree-optimization/69097
66 * gcc.c-torture/execute/pr50865.c: New test.
67 * gcc.c-torture/execute/pr69097-1.c: New test.
68 * gcc.c-torture/execute/pr69097-2.c: New test.
69 * gcc.dg/pr69097-1.c: New test.
70 * gcc.dg/pr69097-2.c: New test.
71
c50e614b
JJ
722016-01-09 Jakub Jelinek <jakub@redhat.com>
73
74 PR c++/69164
75 * g++.dg/opt/pr69164.C: New test.
76
e0237993
JJ
772016-01-08 Jakub Jelinek <jakub@redhat.com>
78
79 PR tree-optimization/69167
80 * gcc.dg/pr69167.c: New test.
81
bd8f5bb2
MP
822016-01-08 Marek Polacek <polacek@redhat.com>
83
84 PR c++/68449
85 * g++.dg/pr68449.C: New.
86
bb0f5ca7
AL
872016-01-08 Alan Lawrence <alan.lawrence@arm.com>
88
89 PR tree-optimization/68707
90 * lib/target-supports.exp (check_effective_target_vect_load_lanes): New.
91 * gcc.dg/vect/slp-perm-1.c: Look for vect_load_lanes instead of SLP
92 on platforms supporting it.
93 * gcc.dg/vect/slp-perm-2.c: Likewise.
94 * gcc.dg/vect/slp-perm-3.c: Likewise.
95 * gcc.dg/vect/slp-perm-5.c: Likewise.
96 * gcc.dg/vect/slp-perm-7.c: Likewise.
97 * gcc.dg/vect/slp-perm-8.c: Likewise.
98 * gcc.dg/vect/slp-perm-6.c: Look for vect_load_lanes in addition to SLP
99 on platforms supporting it.
100
22518428
JJ
1012016-01-08 Jakub Jelinek <jakub@redhat.com>
102
33f0852f
JJ
103 PR tree-optimization/69162
104 * gcc.dg/pr69162.c: New test.
105
22518428
JJ
106 PR tree-optimization/69172
107 * gcc.dg/pr69172.c: New test.
108
80e9b3aa
TP
1092016-01-08 Thomas Preud'homme <thomas.preudhomme@arm.com>
110
111 PR tree-optimization/67781
112 * gcc.c-torture/execute/pr67781.c: New file.
113
262a363f
JJ
1142016-01-08 Jakub Jelinek <jakub@redhat.com>
115
116 PR tree-optimization/69083
117 * gcc.dg/vect/pr69083.c: New test.
118
6e1f093f
SS
1192016-01-08 Sujoy Saraswati <sujoy.saraswati@hpe.com>
120
121 PR tree-optimization/61441
122 * gcc.dg/pr61441.c: Restrict to linux and gnu targets.
123 Use -fexcess-precision=standard for compiler options.
124 Use fabs() only when __FLT_EVAL_METHOD__ == 0.
125
53290e07
JJ
1262016-01-08 Jakub Jelinek <jakub@redhat.com>
127
57bf3072
JJ
128 PR fortran/69128
129 * gfortran.dg/gomp/pr69128.f90: New test.
130
53290e07
JJ
131 PR c++/69145
132 * g++.dg/ext/pr69145-1.C: New test.
133 * g++.dg/ext/pr69145-2-very-long-filename.cc: New file.
134 * g++.dg/ext/pr69145-2.h: New file.
135
7a127fa7
MS
1362016-01-07 Martin Sebor <msebor@redhat.com>
137
138 PR c/68966
139 * gcc.dg/atomic-fetch-bool.c: New test.
140 * gcc.dg/sync-fetch-bool.c: New test.
141
95918b49
L
1422016-01-07 H.J. Lu <hongjiu.lu@intel.com>
143
144 PR fortran/66680
145 gfortran.dg/gomp/pr66680.f90: Moved to libgomp.
146
c8e62a9d
NC
1472016-01-07 Nick Clifton <nickc@redhat.com>
148
149 PR target/66655
150 * g++.dg/pr66655.C: New test.
151 * g++.dg/pr66655_1.cc: Test support file.
152 * g++.dg/pr66655.h: Test header file.
153
64d3ef31
DH
1542016-01-07 Dominique d'Humieres <dominiq@lps.ens.fr>
155
156 PR fortran/66680
157 gfortran.dg/gomp/pr66680.f90: New test.
158
4cd9ca92
L
1592016-01-07 H.J. Lu <hongjiu.lu@intel.com>
160
161 PR target/69171
162 * gcc.target/i386/pr69171-1.c: New test.
163 * gcc.target/i386/pr69171-2.c: Likewise.
164 * gcc.target/i386/pr69171-3.c: Likewise.
165 * gcc.target/i386/pr69171-4.c: Likewise.
166 * gcc.target/i386/pr69171-5.c: Likewise.
167 * gcc.target/i386/pr69171-6.c: Likewise.
168
7e33d4dc
BS
1692015-12-15 Bernd Schmidt <bschmidt@redhat.com>
170
171 PR middle-end/67639
172 * c-c++-common/pr67639.c: New test.
173
fec64afc
JJ
1742016-01-07 Jakub Jelinek <jakub@redhat.com>
175
176 PR tree-optimization/69141
177 * g++.dg/opt/pr69141.C: New test.
178
f293ad29
EB
1792016-01-06 Eric Botcazou <ebotcazou@adacore.com>
180
181 * gcc.target/sparc/20151219-1.c: Skip in 64-bit mode.
182
5027395e
UB
1832016-01-06 Uros Bizjak <ubizjak@gmail.com>
184
185 PR target/69140
186 * gcc.target/i386/pr69140.c: New test
187
7443cf13
DM
1882016-01-06 David Malcolm <dmalcolm@redhat.com>
189
190 * gcc.dg/bad-dereference.c: New test case.
191
32928931
BS
1922015-01-06 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
193
194 * gcc.target/powerpc/p9-lxvx-stxvx-3.c: New test.
195
68dd05da
AS
1962016-01-06 Andreas Schwab <schwab@linux-m68k.org>
197
198 * gcc.dg/atomic-invalid-2.c: Remove duplicated content.
199
6b131d5b
MP
2002016-01-06 Marek Polacek <polacek@redhat.com>
201
202 PR sanitizer/69099
203 * gcc.dg/ubsan/float-cast-overflow-atomic.c: New test.
204
8d9fdb49
MP
2052016-01-05 Marek Polacek <polacek@redhat.com>
206
207 PR c/69104
208 * gcc.dg/atomic-invalid-2.c: New.
209
acf93f1e
L
2102016-01-05 H.J. Lu <hongjiu.lu@intel.com>
211
212 PR target/68991
213 * gcc.target/i386/pr68991.c: New test.
214
3f50525d
L
2152016-01-05 H.J. Lu <hongjiu.lu@intel.com>
216
217 PR target/68991
218 * g++.dg/pr68991-1.C: New test.
219 * g++.dg/pr68991-2.C: Likewise.
220
e0237993 2212016-01-05 Sergei Trofimovich <siarheit@google.com>
face88a1 222
e0237993 223 PR other/60465
face88a1
ST
224 * gcc.target/ia64/pr60465-gprel64.c: New test.
225 * gcc.target/ia64/pr60465-gprel64-c37.c: New test.
226
a0866eff
KT
2272016-01-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
228
229 PR rtl-optimization/68651
230 * gcc.target/aarch64/pr68651_1.c: New test.
231
c589e975
DM
2322016-01-05 David Malcolm <dmalcolm@redhat.com>
233
234 PR c/69122
235 * c-c++-common/Wmisleading-indentation.c (pr69122): New function.
236
929710d9
NS
2372016-01-05 Nathan Sidwell <nathan@acm.org>
238
ce3e43d7
NS
239 PR c++/58583
240 * g++.dg/cpp0x/nsdmi-template14.C: Adjust test & errors.
241
929710d9
NS
242 * gcc.dg/alias-15.c: New.
243
a2faef8e
NC
2442016-01-05 Nick Clifton <nickc@redhat.com>
245
246 PR target/68870
247 * g++.dg/pr68770.C: New test.
248
4cfa76e3
MS
2492016-01-04 Mike Stump <mikestump@comcast.net>
250
251 * lib/target-supports.exp (check_effective_target_cilkplus):
252 cilkplus targets require pthreads.
4ece61b6 253 (check_effective_target_cilkplus): Remove special case for NVPTX.
4cfa76e3 254
4e8a3a35
MM
2552016-01-04 Michael Meissner <meissner@linux.vnet.ibm.com>
256
257 * gcc.target/powerpc/p9-permute.c: New test for xxperm code
258 generation.
259
818ab71a
JJ
2602016-01-04 Jakub Jelinek <jakub@redhat.com>
261
262 Update copyright years.
263
2fe0a208
MP
2642016-01-04 Marek Polacek <polacek@redhat.com>
265
266 PR c/68908
267 * gcc.dg/atomic/c11-atomic-exec-6.c: New test.
268 * gcc.dg/atomic/c11-atomic-exec-7.c: New test.
269 * gcc.dg/atomic/stdatomic-op-5.c: New test.
270
9e3b2fe3
EB
2712016-01-04 Eric Botcazou <ebotcazou@adacore.com>
272
273 * gcc.target/sparc/20160104-2.c: New test.
274
e8d65a35
EB
2752016-01-04 Eric Botcazou <ebotcazou@adacore.com>
276
277 * gcc.target/sparc/20160104-1.c: New test.
278
25ccfccd
PT
2792016-01-03 Paul Thomas <pault@gcc.gnu.org>
280
281 PR fortran/65045
282 * gfortran.dg/pr65045.f90: New test.
283
cb51d382
EB
2842016-01-02 Eric Botcazou <ebotcazou@adacore.com>
285
286 * gnat.dg/specs/debug1.ads: Delete.
287
6eeaad6e
JD
2882016-01-01 Jerry DeLisle <jvdelisle@gcc.gnu.org>
289
290 PR libgfortran/68867
291 * gfortran.dg/default_format_denormal_2.f90: Fix the dg regular
292 expression.
293
2f968603
JD
2942016-01-01 Jerry DeLisle <jvdelisle@gcc.gnu.org>
295
296 PR libgfortran/68867
297 * gfortran.dg/default_format_denormal_2.f90: XFAIL for all
298 PowerPC.
299
591bb5e4
PT
3002016-01-01 Paul Thomas <pault@gcc.gnu.org>
301
302 PR fortran/68864
303 * gfortran.dg/pr68864.f90: New test.
304
f1e0620c
JJ
3052016-01-01 Jakub Jelinek <jakub@redhat.com>
306
942a1319
JJ
307 PR tree-optimization/69070
308 * gcc.dg/pr69070.c: New test.
309
10dff63f
JJ
310 PR sanitizer/69055
311 * gfortran.dg/pr69055.f90: New test.
312
f1e0620c
JJ
313 PR target/69015
314 * gcc.dg/pr69015.c: New test.
818ab71a 315\f
2f883d1c 316Copyright (C) 2016 Free Software Foundation, Inc.
ad41bd84
JM
317
318Copying and distribution of this file, with or without modification,
319are permitted in any medium without royalty provided the copyright
320notice and this notice are preserved.