1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
|
2014-01-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* lib/target-supports.exp
(check_effective_target_arm_crypto_ok_nocache): New.
(check_effective_target_arm_crypto_ok): Use above procedure.
(add_options_for_arm_crypto): Use et_arm_crypto_flags.
2014-01-10 Jan Hubicka <hubicka@ucw.cz>
PR ipa/58252
PR ipa/59226
* g++.dg/ipa/devirt-20.C: New testcase.
* g++.dg/torture/pr58252.C: Likewise.
* g++.dg/torture/pr59226.C: Likewise.
2014-01-10 Max Ostapenko <m.ostapenko@partner.samsung.com>
* c-c++-common/asan/no-asan-stack.c: New test.
2014-01-10 Jakub Jelinek <jakub@redhat.com>
PR middle-end/59670
* gcc.dg/pr59670.c: New test.
2014-01-09 Steve Ellcey <sellcey@mips.com>
* gcc.dg/delay-slot-1.c: Restrict -mabi=64 to 64 bit processors.
2014-01-09 Jakub Jelinek <jakub@redhat.com>
PR middle-end/47735
* gcc.target/i386/pr47735.c: New test.
PR tree-optimization/59622
* g++.dg/opt/pr59622-2.C: New test.
* g++.dg/opt/pr59622-3.C: New test.
* g++.dg/opt/pr59622-4.C: New test.
* g++.dg/opt/pr59622-5.C: New test.
PR sanitizer/59136
* c-c++-common/asan/strip-path-prefix-1.c: Allow also the
filename:line instead of (modulename+offset) form with stripped
initial / from the filename.
2014-01-09 Ian Lance Taylor <iant@google.com>
* go.test/go-test.exp (go-gc-tests): Skip nilptr tests that test
the other Go compiler.
2014-01-09 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/59730
* g++.dg/cpp0x/variadic145.C: New.
2014-01-09 Uros Bizjak <ubizjak@gmail.com>
* go.test/go-test.exp (go-gc-tests): Don't run peano.go on systems
which don't support -fsplit-stack. Skip rotate[0123].go tests.
2014-01-09 Balaji V. Iyer <balaji.v.iyer@intel.com>
PR testsuite/59524
* gcc.dg/cilk-plus/cilk-plus.exp: Make sure the cilk keywords tests
are run only if the Cilk library is available/enabled.
* g++.dg/cilk-plus/cilk-plus.exp: Likewise.
* lib/target-supports.exp (check_libcilkrts_available): New function.
2014-01-09 Balaji V. Iyer <balaji.v.iyer@intel.com>
PR c++/59631
* gcc.dg/cilk-plus/cilk-plus.exp: Removed "-fcilkplus" from flags list.
* g++.dg/cilk-plus/cilk-plus.exp: Likewise.
* c-c++-common/cilk-plus/CK/spawnee_inline.c: Replaced second dg-option
with dg-additional-options.
* c-c++-common/cilk-plus/CK/varargs_test.c: Likewise.
* c-c++-common/cilk-plus/CK/steal_check.c: Likewise.
* c-c++-common/cilk-plus/CK/spawner_inline.c: Likewise.
* c-c++-common/cilk-plus/CK/spawning_arg.c: Likewise.
* c-c++-common/cilk-plus/CK/invalid_spawns.c: Added a dg-options tag.
* c-c++-common/cilk-plus/CK/pr59631.c: New testcase.
2014-01-09 Richard Biener <rguenther@suse.de>
PR tree-optimization/59715
* gcc.dg/torture/pr59715.c: New testcase.
2014-01-09 Max Ostapenko <m.ostapenko@partner.samsung.com>
* c-c++-common/asan/no-asan-globals.c: New test.
* c-c++-common/asan/no-instrument-reads.c: Likewise.
* c-c++-common/asan/no-instrument-writes.c: Likewise.
* c-c++-common/asan/use-after-return-1.c: Likewise.
* c-c++-common/asan/no-use-after-return.c: Likewise.
2014-01-08 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/weak2.ad[sb]: New test.
2014-01-08 Jakub Jelinek <jakub@redhat.com>
PR middle-end/59471
* gcc.dg/pr59471.c (foo): Avoid vector type arguments or return
type, use pointers to vector type instead.
2014-01-08 Catherine Moore <clm@codesourcery.com>
* gcc.target/mips/umips-branch-3.c: New test.
* gcc.target/mips/umips-branch-4.c: New test.
2014-01-08 Richard Sandiford <rdsandiford@googlemail.com>
* gcc.dg/tree-ssa/reassoc-32.c, gcc.dg/tree-ssa/reassoc-33.c,
gcc.dg/tree-ssa/reassoc-34.c, gcc.dg/tree-ssa/reassoc-35.c,
gcc.dg/tree-ssa/reassoc-36.c: Extend -mbranch-cost handling to MIPS.
* gcc.dg/tree-ssa/ssa-ifcombine-ccmp-1.c,
gcc.dg/tree-ssa/ssa-ifcombine-ccmp-4.c,
gcc.dg/tree-ssa/ssa-ifcombine-ccmp-5.c,
gcc.dg/tree-ssa/ssa-ifcombine-ccmp-6.c,
gcc.dg/tree-ssa/vrp87.c, gcc.dg/tree-ssa/forwprop-28.c: Skip for MIPS.
2014-01-08 Richard Sandiford <rdsandiford@googlemail.com>
PR rtl-optimization/59137
* gcc.target/mips/pr59137.c: New test.
2014-01-08 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/asm-1.c (dg-options): Remove -m32.
* gcc.target/i386/incoming-5.c (dg-options): Ditto.
* gcc.target/i386/pr55433.c (dg-options): Ditto.
* gcc.target/i386/pr57848.c (dg-options): Ditto.
* gcc.target/i386/pr59099.c (dg-options): Ditto.
Require fpic effective target.
* gcc.target/i386/pr56246.c (dg-do): Compile for fpic target only.
2014-01-08 Jakub Jelinek <jakub@redhat.com>
PR ipa/59722
* gcc.dg/pr59722.c: New test.
2014-01-08 Bernd Edlinger <bernd.edlinger@hotmail.de>
PR middle-end/57748
* gcc.dg/torture/pr57748-3.c: New test.
* gcc.dg/torture/pr57748-4.c: New test.
2014-01-08 Marek Polacek <polacek@redhat.com>
PR middle-end/59669
* gcc.dg/gomp/pr59669-1.c: New test.
* gcc.dg/gomp/pr59669-2.c: New test.
2014-01-08 Martin Jambor <mjambor@suse.cz>
PR ipa/59610
* gcc.dg/ipa/pr59610.c: New test.
2014-01-08 Janus Weil <janus@gcc.gnu.org>
PR fortran/58182
* gfortran.dg/binding_label_tests_26a.f90: New.
* gfortran.dg/binding_label_tests_26b.f90: New.
2014-01-08 Marek Polacek <polacek@redhat.com>
PR sanitizer/59667
* c-c++-common/ubsan/pr59667.c: New test.
2014-01-08 Richard Biener <rguenther@suse.de>
PR middle-end/59630
* gcc.dg/pr59630.c: New testcase.
2014-01-08 Richard Biener <rguenther@suse.de>
PR middle-end/59471
* gcc.dg/pr59471.c: New testcase.
2014-01-07 Jeff Law <law@redhat.com>
PR middle-end/53623
* gcc.target/i386/pr53623.c: New test.
2014-01-07 Adam Butcher <adam@jessamine.co.uk>
* g++.dg/cpp1y/pr58500.C: Hoist PR reference to first line and remove
blanks at EOF.
* g++.dg/cpp1y/pr58534.C: Likewise.
* g++.dg/cpp1y/pr58536.C: Likewise.
* g++.dg/cpp1y/pr58548.C: Likewise.
* g++.dg/cpp1y/pr58549.C: Likewise.
* g++.dg/cpp1y/pr58637.C: Likewise.
* g++.dg/cpp1y/pr59112.C: Likewise.
* g++.dg/cpp1y/pr59113.C: Likewise.
* g++.dg/cpp1y/pr59629.C: Likewise.
* g++.dg/cpp1y/pr59635.C: Likewise.
* g++.dg/cpp1y/pr59636.C: Likewise.
* g++.dg/cpp1y/pr59638.C: Likewise.
2014-01-07 Yufeng Zhang <yufeng.zhang@arm.com>
* gcc.target/arm/neon/vst1Q_laneu64-1.c: New test.
2014-01-07 Richard Sandiford <rdsandiford@googlemail.com>
* gcc.target/i386/intrinsics_4.c (bar): New function.
2014-01-07 Paolo Carlini <paolo.carlini@oracle.com>
* g++.dg/ext/is_base_of_incomplete-2.C: New.
2014-01-07 Jakub Jelinek <jakub@redhat.com>
PR rtl-optimization/58668
* gcc.dg/pr58668.c: New test.
PR tree-optimization/59643
* gcc.dg/pr59643.c: New test.
* gcc.c-torture/execute/pr59643.c: New test.
2014-01-06 Janus Weil <janus@gcc.gnu.org>
PR fortran/59589
* gfortran.dg/class_allocate_16.f90: New.
2014-01-06 Jakub Jelinek <jakub@redhat.com>
PR target/59644
* gcc.target/i386/pr59644.c: New test.
2014-01-06 Marek Polacek <polacek@redhat.com>
PR c/57773
* gcc.dg/pr57773.c: New test.
2014-01-06 Adam Butcher <adam@jessamine.co.uk>
PR c++/59635
PR c++/59636
PR c++/59629
PR c++/59638
* g++.dg/cpp1y/pr59635.C: New testcase.
* g++.dg/cpp1y/pr59636.C: New testcase.
* g++.dg/cpp1y/pr59629.C: New testcase.
* g++.dg/cpp1y/pr59638.C: New testcase.
2014-01-06 Martin Jambor <mjambor@suse.cz>
PR ipa/59008
* gcc.dg/ipa/pr59008.c: New test.
2014-01-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gcc.dg/vect/vect.exp: Add clearcap_ldflags to DEFAULT_VECTCFLAGS
if supported.
2014-01-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gcc.target/i386/avx512f-vcmppd-2.c: Add -std=c99.
Require c99_runtime.
* gcc.target/i386/avx512f-vcmpps-2.c: Likewise.
* gcc.target/i386/avx512f-vfixupimmpd-2.c: Add -std=gnu99.
Require c99_runtime.
* gcc.target/i386/avx512f-vfixupimmps-2.c: Likewise.
* gcc.target/i386/avx512f-vfixupimmsd-2.c: Likewise.
* gcc.target/i386/avx512f-vfixupimmss-2.c: Likewise.
* gcc.target/i386/avx512f-vgetmantpd-2.c: Add -std=c99.
Require c99_runtime.
Make CALC void static.
* gcc.target/i386/avx512f-vgetmantps-2.c: Likewise.
* gcc.target/i386/avx512f-vgetmantsd-2.c: Add -std=c99.
Require c99_runtime.
* gcc.target/i386/avx512f-vgetmantss-2.c: Likewise.
2014-01-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gcc.target/i386/pr59501-1.c: Require avx effective target.
* gcc.target/i386/pr59501-2.c: Likewise.
* gcc.target/i386/pr59501-3.c: Likewise.
* gcc.target/i386/pr59501-4.c: Likewise.
* gcc.target/i386/pr59501-5.c: Likewise.
* gcc.target/i386/pr59501-6.c: Likewise.
2014-01-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gcc.target/i386/pr59390.c: Replace math.h by fma declaration.
* gcc.target/i386/pr59390_1.c: Likewise.
* gcc.target/i386/pr59390_2.c: Likewise.
2014-01-06 Eric Botcazou <ebotcazou@adacore.com>
* gcc.dg/pr59350.c: Tweak.
* gcc.dg/pr59350-2.c: New test.
* g++.dg/pr59510.C: Likewise.
2014-01-06 Janus Weil <janus@gcc.gnu.org>
PR fortran/59023
* gfortran.dg/bind_c_procs_2.f90: New.
2014-01-05 John David Anglin <danglin@gcc.gnu.org>
* gcc.dg/tree-ssa/reassoc-33.c: Don't run on hppa*-*-*.
* gcc.dg/tree-ssa/reassoc-34.c: Likewise.
* gcc.dg/tree-ssa/reassoc-35.c: Likewise.
* gcc.dg/tree-ssa/reassoc-36.c: Likewise.
* gcc.dg/tree-ssa/forwprop-28.c: Skip compile on hppa*-*-*.
* gcc.dg/tree-ssa/vrp47.c: Likewise.
* gcc.dg/tree-ssa/vrp87.c: Likewise.
2014-01-04 Eric Botcazou <ebotcazou@adacore.com>
* gcc.target/arm/neon-nested-apcs.c: New test.
2014-01-04 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/59519
* gcc.dg/vect/pr59519-1.c: New test.
* gcc.dg/vect/pr59519-2.c: New test.
* gcc.target/i386/avx512f-vmovdqu32-1.c: Allow vmovdqu64 instead of
vmovdqu32.
2014-01-04 Janus Weil <janus@gcc.gnu.org>
PR fortran/59547
* gfortran.dg/typebound_proc_32.f90: New.
2014-01-03 Marc Glisse <marc.glisse@inria.fr>
PR c++/58950
* g++.dg/pr58950.C: New file.
2014-01-03 Tobias Burnus <burnus@net-b.de>
PR c++/58567
* g++.dg/gomp/pr58567.C: New.
2014-01-03 Bingfeng Mei <bmei@broadcom.com>
PR tree-optimization/59651
* gcc.dg/torture/pr59651.c: New test.
* gcc.dg/vect/pr59651.c: Ditto.
2014-01-03 Jakub Jelinek <jakub@redhat.com>
PR target/59625
* gcc.target/i386/pr59625.c: New test.
2014-01-03 Paolo Carlini <paolo.carlini@oracle.com>
Core DR 1442
PR c++/59165
* g++.dg/cpp0x/range-for28.C: New.
* g++.dg/cpp0x/range-for3.C: Update.
2014-01-02 Joseph Myers <joseph@codesourcery.com>
* gcc.target/powerpc/rs6000-ldouble-3.c: New test.
2014-01-02 Marc Glisse <marc.glisse@inria.fr>
PR c++/59641
* g++.dg/cpp0x/pr59641.C: New file.
2014-01-02 Marc Glisse <marc.glisse@inria.fr>
* g++.dg/cpp0x/initlist-explicit-sfinae.C: New file.
2014-01-02 Marc Glisse <marc.glisse@inria.fr>
PR c++/59378
* g++.dg/ext/pr59378.C: New file.
2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
Update copyright years
2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
* gcc.target/arc/arc.exp: Use the standard form for the copyright
notice.
2014-01-02 Janus Weil <janus@gcc.gnu.org>
PR fortran/59654
* gfortran.dg/dynamic_dispatch_12.f90: New.
2014-01-01 Jakub Jelinek <jakub@redhat.com>
* lib/target-supports.exp (check_effective_target_avx512f): Make sure
the builtin isn't optimized away as unused.
PR rtl-optimization/59647
* g++.dg/opt/pr59647.C: New test.
Copyright (C) 2014 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
|