OSDN Git Service

/cp
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2012-01-03  Paolo Carlini  <paolo.carlini@oracle.com>
2
3         PR c++/29273
4         * g++.dg/rtti/dyncast5.C: New.
5
6 2012-01-03  Richard Guenther  <rguenther@suse.de>
7
8         PR tree-optimization/51070
9         * gcc.dg/torture/pr51070-2.c: New testcase.
10
11 2012-01-03  Richard Guenther  <rguenther@suse.de>
12
13         PR tree-optimization/51692
14         * gcc.dg/torture/pr51692.c: New testcase.
15
16 2012-01-03  Richard Guenther  <rguenther@suse.de>
17
18         PR debug/51650
19         * g++.dg/lto/pr51650-3_0.C: New testcase.
20
21 2012-01-03  Paolo Carlini  <paolo.carlini@oracle.com>
22
23         PR c++/15867
24         * g++.dg/warn/Wredundant-decls-spec.C: New.
25
26 2012-01-03  Jakub Jelinek  <jakub@redhat.com>
27
28         PR tree-optimization/51719
29         * g++.dg/tree-prof/pr51719.C: New test.
30
31 2012-01-03  Richard Guenther  <rguenther@suse.de>
32
33         PR middle-end/51730
34         * gcc.dg/fold-compare-6.c: New testcase.
35
36 2012-01-03  Jakub Jelinek  <jakub@redhat.com>
37
38         PR c++/51669
39         * g++.dg/gomp/pr51669.C: New test.
40
41 2012-01-02  Jason Merrill  <jason@redhat.com>
42
43         PR c++/51675
44         * g++.dg/cpp0x/constexpr-union2.C: New.
45
46         PR c++/51666
47         * g++.dg/cpp0x/nsdmi-defer5.C: New.
48
49 2012-01-02  Dodji Seketeli  <dodji@redhat.com>
50
51         PR c++/51462
52         * g++.dg/cpp0x/constexpr-99.C: New test.
53
54 2012-01-02  Paolo Carlini  <paolo.carlini@oracle.com>
55
56         PR c++/20140
57         * g++.dg/template/init9.C: New.
58
59 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
60
61         * gcc.dg/memcpy-4.c: Add nomips16 attribute for MIPS targets.
62         Increase copy to 5 bytes.  Look for at least two "mem/s/u"s,
63         rather than a specific number.
64
65 2012-01-02  Paul Thomas  <pault@gcc.gnu.org>
66
67         PR fortran/46262
68         PR fortran/46328
69         PR fortran/51052
70         * gfortran.dg/typebound_operator_7.f03: New.
71         * gfortran.dg/typebound_operator_8.f03: New.
72
73 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
74
75         PR target/51729
76         * gcc.target/mips/dspr2-MULT.c: Remove -ffixed-hi -ffixed-lo.
77         XFAIL.
78         * gcc.target/mips/dspr2-MULTU.c: Likewise.
79
80 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
81
82         * gcc.dg/pr46309.c: Add -mtune=octeon2 for MIPS.
83
84 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
85
86         * g++.dg/cpp0x/constexpr-rom.C: Look for .rdata rather than rodata
87         for MIPS.
88
89 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
90
91         * gfortran.dg/io_real_boz_3.f90: Require fortran_real_16.
92         * gfortran.dg/io_real_boz_4.f90: Likewise.
93         * gfortran.dg/io_real_boz_5.f90: Likewise.
94
95 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
96
97         * g++.dg/opt/devirt2.C: Add -mno-abicalls for MIPS.
98
99 2012-01-02  Revital Eres  <revital.eres@linaro.org>
100
101         * gcc.dg/sms-11.c: New file.
102
103 2012-01-02  Tobias Burnus  <burnus@net-b.de>
104
105         PR fortran/51682
106         * gfortran.dg/coarray/image_index_3.f90: New.
107
108 2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>
109
110         PR c++/16603
111         * g++.dg/parse/enum8.C: New.
112
113 2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>
114
115         PR c++/51379
116         * g++.dg/conversion/reinterpret4.C: New.
117         * g++.dg/conversion/reinterpret1.C: Adjust.
118
119 2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>
120
121         * g++.dg/cpp0x/constexpr-delegating2.C: Add missing piece.
122
123 2012-01-01  Fabien Chêne  <fabien@gcc.gnu.org>
124
125         * g++.old-deja/g++.brendan/crash25.C: Adjust.
126         * g++.old-deja/g++.brendan/crash56.C: Likewise.
127         * g++.old-deja/g++.jason/access14.C: Likewise.
128         * g++.old-deja/g++.jason/access8.C: Likewise.
129         * g++.old-deja/g++.jason/access1.C: Likewise.
130         * g++.old-deja/g++.other/access3.C: Likewise.
131         * g++.old-deja/g++.other/access5.C: Likewise.
132         * g++.old-deja/g++.law/unsorted1.C: Likewise.
133         * g++.old-deja/g++.law/visibility22.C: Likewise.
134         * g++.old-deja/g++.law/visibility26.C: Likewise.
135         * g++.old-deja/g++.mike/p2746.C: Likewise.
136         * g++.dg/debug/using1.C: Likewise.
137         * g++.dg/lookup/using51.C: Likewise.
138         * g++.dg/inherit/using5.C: Likewise.
139         * g++.dg/inherit/pr30297.C: Likewise.
140         * g++.dg/inherit/access8.C: Likewise.
141         * g++.dg/torture/pr39362.C: Likewise.
142         * g++.dg/template/crash13.C: Likewise.
143         * g++.dg/template/using10.C: Likewise.
144
145 2012-01-01  Thomas Koenig  <tkoenig@gcc.gnu.org>
146
147         PR fortran/51502
148         * lib/gcc-dg.exp (scan-module-absence):  Really commit last
149         change.
150
151 2012-01-01  Ira Rosen  <irar@il.ibm.com>
152
153         PR tree-optimization/51704
154         * gfortran.dg/vect/no-fre-no-copy-prop-O3-pr51704.f90: New.
155         * gfortran.dg/vect/vect.exp: Run no-fre-no-copy-prop-O3-* with
156         corresponding flags.
157
158 2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>
159
160         PR c++/51723
161         * g++.dg/cpp0x/constexpr-delegating2.C: New.
162
163 2012-01-01  Jan Hubicka  <jh@suse.cz>
164
165         PR rtl-optimization/51069
166         * gcc.c-torture/compile/pr51069.c: New testcase.
167
168 2012-01-01  Jakub Jelinek  <jakub@redhat.com>
169
170         PR tree-optimization/51683
171         * gcc.dg/pr51683.c: New test.
172
173 2011-12-31  Paolo Carlini  <paolo.carlini@oracle.com>
174
175         PR c++/51397
176         * g++.dg/cpp0x/static_assert6.C: New.
177
178 2011-12-31  Uros Bizjak  <ubizjak@gmail.com>
179
180         * gcc.dg/tree-ssa/vrp47: Pass -march=i586 for ia32 target.
181
182 2011-12-31  Thomas König  <tkoenig@gcc.gnu.org>
183
184         PR fortran/51502
185         * lib/gcc-dg.exp (scan-module-absence):  New function.
186         * gfortran.dg/implicit_pure_2.f90:  New test.
187
188 2011-12-30  Paolo Carlini  <paolo.carlini@oracle.com>
189
190         PR c++/51316
191         * g++.dg/cpp0x/alignof4.C: New.
192
193 2011-12-29  Michael Meissner  <meissner@linux.vnet.ibm.com>
194
195         PR testsuite/51702
196         * gcc.dg/scal-to-vec1.c: If 32-bit powerpc-linux, add the
197         -mabi=altivec option, which suppresses a warning message about
198         passing vectors by reference.  The extra warning causes some tests
199         to fail.
200         * gcc.dg/scal-to-vec2.c: Likewise.
201         * gcc.dg/Wstrict-aliasing-bogus-ref-all-2.c: Likewise.
202         * gcc.dg/pr35442.c: Likewise.
203         * gcc.dg/vector-compare-1.c: Likewise.
204         * gcc.dg/vector-compare-2.c: Likewise.
205         * gcc.dg/torture/pr36891.c: Likewise.
206
207 2012-12-29  Kai Tietz  <ktietz@redhat.com>
208
209         * g++.dg/abi/bitfield3.C: Make sure test runs
210         for windows targets without activated ms-bitfields option.
211
212         * g++.old-deja/g++.brendan/new3.C: Adjust test for mingw
213         targets to use static-version.
214         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
215         * g++.old-deja/g++.abi/arraynew.C: Likewise.
216         * g++.old-deja/g++.eh/new1.C: Likewise.
217         * g++.old-deja/g++.eh/new2.C: Likewise.
218
219 2011-12-29  Thomas Koenig  <tkoenig@gcc.gnu.org>
220
221         * gfortran.dg/function_optimize_9.f90:  New test.
222
223 2011-12-27  Fabien Chêne  <fabien@gcc.gnu.org>
224
225         PR c++/23211
226         * g++.dg/template/using18.C: New.
227         * g++.dg/template/using19.C: New.
228         * g++.dg/template/nested3.C: Remove dg-message at instantiation.
229         * g++.dg/template/crash13.C: Likewise.
230
231 2011-12-28  Michael Meissner  <meissner@linux.vnet.ibm.com>
232
233         PR target/51623
234         * gcc.target/powerpc/pr51623.c: New file.
235
236 2011-12-28  Uros Bizjak  <ubizjak@gmail.com>
237
238         * gcc.dg/torture/pr50396.c: Use dg-add-options ieee.
239
240 2011-12-27  Paolo Carlini  <paolo.carlini@oracle.com>
241
242         PR c++/51547
243         * g++.dg/cpp0x/pr51547.C: New.
244
245 2011-12-27  Eric Botcazou  <ebotcazou@adacore.com>
246
247         * gcc.c-torture/execute/20111227-1.c: New test.
248
249 2011-12-25  Jan Hubicka  <jh@suse.cz>
250
251         PR middle-end/48641
252         * gcc.dg/compile/pr48641.c: New file.
253
254 2011-12-26  Joey Ye  <joey.ye@arm.com>
255
256         PR middle-end/51200
257         * gcc.dg/volatile-bitfields-2.c: New test.
258
259 2011-12-23  Jason Merrill  <jason@redhat.com>
260
261         PR c++/51507
262         * g++.dg/cpp0x/variadic121.C: New.
263
264 2011-12-23  Uros Bizjak  <ubizjak@gmail.com>
265
266         * gcc.dg/vect/fast-math-pr35982.c: Fix parenthesis in target selectors.
267
268 2011-12-23  Dmitry Plotnikov  <dplotnikov@ispras.ru>
269
270         * gcc.target/arm/vect-vcvt.c: New test.
271         * gcc.target/arm/vect-vcvtq.c: New test.
272
273         * gcc.dg/vect/fast-math-pr35982.c: Added vect_strided2 alternative
274         in final check.
275
276         * lib/target-supports.exp (check_effective_target_vect_intfloat_cvt):
277         True for ARM NEON.
278         (check_effective_target_vect_uintfloat_cvt): Likewise.
279         (check_effective_target_vect_floatuint_cvt): Likewise.
280         (check_effective_target_vect_floatint_cvt): Likewise.
281
282 2011-12-23  Richard Guenther  <rguenther@suse.de>
283
284         PR rtl-optimization/50396
285         * gcc.dg/torture/pr50396.c: New testcase.
286
287 2011-12-22  Bin Cheng  <bin.cheng@arm.com>
288
289         PR tree-optimization/43491
290         * gcc.dg/tree-ssa/pr43491.c: New test.
291
292 2011-12-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
293
294         PR testsuite/50722
295         * gcc.dg/pr49994-3.c: Skip on ia64-*-*-*, hppa*-*-* and *-*-hpux*.
296
297 2011-12-22  Richard Guenther  <rguenther@suse.de>
298
299         PR lto/51650
300         * g++.dg/lto/pr51650-1_0.C: New testcase.
301         * g++.dg/lto/pr51650-2_0.C: Likewise.
302
303 2011-12-21  Richard Earnshaw  <rearnsha@arm.com>
304
305         PR target/51643
306         * gcc.target/arm/sibcall-2.c: New test.
307
308 2011-12-22  Uros Bizjak  <ubizjak@gmail.com>
309
310         PR testsuite/51645
311         * g++.dg/cpp0x/alias-decl-debug-0.C: Add dg-skip-if.
312
313 2011-12-21  Uros Bizjak  <ubizjak@gmail.com>
314
315         * gcc.dg/pr50038.c: Move to ...
316         * gcc.target/i386/pr50038.c: ... here.  Test on all targets.
317
318 2011-12-21  Jason Merrill  <jason@redhat.com>
319
320         PR c++/51611
321         * g++.dg/cpp0x/nsdmi-virtual1.C: New.
322
323 2011-12-21  Paolo Carlini  <paolo.carlini@oracle.com>
324
325         PR c++/51305
326         * g++.dg/cpp0x/constexpr-noexcept6.C: New.
327
328 2011-12-21  Jakub Jelinek  <jakub@redhat.com>
329
330         PR middle-end/51644
331         PR middle-end/51647
332         * gcc.dg/pr51644.c: New test.
333         * g++.dg/warn/Wreturn-4.C: New test.
334
335 2011-12-21  Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
336
337         * gcc.dg/vect/no-section-anchors-vect-31.c: Adjust array size and test
338         diag-scans to fix fail on AVX.
339         * gcc.dg/vect/no-section-anchors-vect-36.c: Ditto.
340         * gcc.dg/vect/no-section-anchors-vect-64.c: Ditto.
341         * gcc.dg/vect/no-section-anchors-vect-66.c: Ditto.
342         * gcc.dg/vect/no-section-anchors-vect-68.c: Ditto.
343         * gcc.dg/vect/no-section-anchors-vect-69.c: Ditto.
344         * gcc.dg/vect/no-vfa-vect-dv-2.c: Adjust dg-scans.
345         * gcc.dg/vect/pr45752.c: Ditto.
346         * gcc.dg/vect/slp-perm-4.c: Ditto.
347         * gcc.dg/vect/slp-perm-9.c: Ditto.
348         * gcc.dg/vect/vect-33.c: Ditto.
349         * gcc.dg/vect/vect-35.c: Ditto.
350         * gcc.dg/vect/vect-6-big-array.c: Ditto.
351         * gcc.dg/vect/vect-6.c: Ditto.
352         * gcc.dg/vect/vect-91.c: Ditto.
353         * gcc.dg/vect/vect-all-big-array.c: Ditto.
354         * gcc.dg/vect/vect-all.c: Ditto.
355         * gcc.dg/vect/vect-multitypes-1.c: Ditto.
356         * gcc.dg/vect/vect-outer-4c.c: Ditto.
357         * gcc.dg/vect/vect-outer-5.c: Ditto.
358         * gcc.dg/vect/vect-over-widen-1.c: Ditto.
359         * gcc.dg/vect/vect-over-widen-3.c: Ditto.
360         * gcc.dg/vect/vect-over-widen-4.c: Ditto.
361         * gcc.dg/vect/vect-peel-1.c: Ditto.
362         * gcc.dg/vect/vect-peel-2.c: Ditto.
363         * gcc.dg/vect/vect-peel-3.c: Ditto.
364         * gcc.dg/vect/vect-reduc-pattern-1b.c: Ditto.
365         * gcc.dg/vect/vect-reduc-pattern-1c.c: Ditto.
366         * gcc.dg/vect/vect-reduc-pattern-2b.c: Ditto.
367         * gcc.dg/vect/wrapv-vect-reduc-pattern-2c.c: Ditto.
368         * lib/target-supports.exp (check_avx_available): New function.
369         (check_effective_target_vect_sizes_32B_16B): Ditto.
370         (check_prefer_avx128): Ditto.
371         (check_effective_target_vect_aligned_arrays): Add handling of AVX.
372         (check_effective_target_vect_multiple_sizes): Ditto.
373
374 2011-12-21  Enkovich Ilya  <ilya.enkovich@intel.com>
375
376         PR target/50038
377         * gcc.dg/pr50038.c: New test.
378
379 2011-12-20  Paolo Carlini  <paolo.carlini@oracle.com>
380
381         PR c++/51621
382         * g++.dg/cpp0x/constexpr-ice5.C: New.
383
384 2011-12-20  Joseph Myers  <joseph@codesourcery.com>
385
386         * gcc.dg/c11-version-1.c, gcc.dg/c11-version-2.c,
387         gcc.dg/c94-version-1.c, gcc.dg/c99-version-1.c,
388         gcc.dg/gnu11-version-1.c: New tests.
389
390 2011-12-20  Bernd Schmidt  <bernds@codesourcery.com>
391
392         PR middle-end/51200
393         * gcc.target/arm/volatile-bitfields-4.c: New test.
394         * c-c++-common/abi-bf.c: New test.
395
396 2011-12-20  Dodji Seketeli  <dodji@redhat.com>
397
398         PR debug/49951
399         * g++.dg/gcov/gcov-2.C: Adjust.
400
401 2011-12-20  Paolo Carlini  <paolo.carlini@oracle.com>
402
403         PR c++/51612
404         * g++.dg/cpp0x/constexpr-ice4.C: New.
405
406 2011-12-19  Paolo Carlini  <paolo.carlini@oracle.com>
407
408         PR c++/51328
409         * g++.dg/template/crash109.C: New.
410
411 2011-12-19  Jason Merrill  <jason@redhat.com>
412
413         PR c++/51530
414         * g++.dg/cpp0x/nullptr26.C: New.
415
416 2011-12-19  Richard Sandiford  <rdsandiford@googlemail.com>
417
418         * gcc.target/mips/mult-1.c: Require -O2.
419
420 2011-12-19  Richard Sandiford  <rdsandiford@googlemail.com>
421
422         * gcc.target/mips/ext-2.c: Add NOMIPS16.
423
424 2011-12-19  Jason Merrill  <jason@redhat.com>
425
426         PR c++/51526
427         * g++.dg/cpp0x/constexpr-delegating.C: New.
428
429 2011-12-19  Sandra Loosemore  <sandra@codesourcery.com>
430             Tom de Vries <tom@codesourcery.com>
431
432         PR rtl-opt/50380
433         * gcc.c-torture/compile/pr50380.c: New testcase.
434
435 2011-12-19  Tobias Burnus  <burnus@net-b.de>
436
437         PR fortran/51605
438         * gfortran.dg/block_10.f90: New.
439
440 2011-12-19  Jason Merrill  <jason@redhat.com>
441
442         PR c++/51553
443         * g++.dg/cpp0x/initlist64.C: New.
444
445         PR c++/51228
446         * c-c++-common/transparent-union-1.c: New.
447
448 2011-12-19  Eric Botcazou  <ebotcazou@adacore.com>
449
450         PR tree-optimization/51580
451         * gnat.dg/specs/loop_optimization1.ads: New test.
452         * gnat.dg/specs/loop_optimization1_pkg.ad[sb]: New helper.
453
454 2011-12-19  Richard Guenther  <rguenther@suse.de>
455
456         PR lto/51573
457         * gcc.dg/lto/20111207-2_0.c: Adjust.
458         * g++.dg/lto/pr51573-1_0.C: New testcase.
459
460 2011-12-19  Jakub Jelinek  <jakub@redhat.com>
461
462         PR c++/51619
463         * g++.dg/cpp0x/pr51619.C: New test.
464
465 2011-12-19  Tobias Burnus  <burnus@net-b.de>
466
467         PR fortran/51605
468         * gfortran.dg/select_type_25.f90: New.
469
470 2011-12-19  Martin Jambor  <mjambor@suse.cz>
471
472         PR tree-optimization/51583
473         * gcc.dg/tree-ssa/pr51583.c: New test.
474
475 2011-12-19  Jakub Jelinek  <jakub@redhat.com>
476
477         PR tree-optimization/51596
478         * g++.dg/opt/pr51596.C: New test.
479
480         PR middle-end/51590
481         PR tree-optimization/51606
482         * gcc.dg/vect/pr51590.c: New test.
483
484 2011-12-19  Richard Guenther  <rguenther@suse.de>
485
486         PR lto/51572
487         * g++.dg/lto/pr51572-2_0.C: New testcase.
488
489 2011-12-19  Dodji Seketeli  <dodji@redhat.com>
490
491         PR c++/51477
492         * g++.dg/cpp0x/nsdmi6.C: New test.
493
494 2011-12-19  Tobias Burnus  <burnus@net-b.de>
495
496         * gfortran.dg/coarray_poly_3.f90: New.
497         * coarray/poly_run_1.f90: Enable some previously commented code.
498
499 2011-12-19  Jason Merrill  <jason@redhat.com>
500
501         PR c++/51489
502         * g++.dg/cpp0x/constexpr-ptrsub.C: New.
503
504 2011-12-18  Hans-Peter Nilsson  <hp@axis.com>
505
506         * gcc.dg/pr51491-2.c: Fix "cleanup-treee-dump" typo.
507
508 2011-12-17  Jason Merrill  <jason@redhat.com>
509
510         PR c++/51588
511         * g++.dg/parse/enum7.C: New.
512
513         PR c++/51586
514         * g++.dg/lookup/nested2.C: New.
515
516         PR c++/51587
517         * g++.dg/parse/enum6.C: New.
518
519 2011-12-17  Tom de Vries  <tom@codesourcery.com>
520
521         PR tree-optimization/51491
522         * gcc.dg/pr51491.c: New test.
523         * gcc.dg/pr51491-2.c: Same.
524
525 2011-12-16  Jason Merrill  <jason@redhat.com>
526
527         PR c++/51416
528         * g++.dg/cpp0x/auto31.C: New.
529
530 2011-12-16  Ian Lance Taylor  <iant@google.com>
531
532         PR middle-end/51592
533         * gcc.dg/20111216-1.c: New test.
534
535 2011-12-16  Jason Merrill  <jason@redhat.com>
536
537         PR c++/51461
538         * g++.dg/init/static4.C: New.
539
540 2011-12-16  Jason Merrill  <jason@redhat.com>
541
542         PR c++/51331
543         * g++.dg/init/value10.C: New.
544
545 2011-12-16  Jakub Jelinek  <jakub@redhat.com>
546
547         PR testsuite/50803
548         * gcc.dg/ipa/inline-5.c: XFAIL for 32-bit hppa.
549
550         PR tree-optimization/51575
551         * g++.dg/opt/pr51575.C: New test.
552
553         PR debug/51557
554         * gcc.dg/pr51557.c: New test.
555
556 2011-12-16  Richard Guenther  <rguenther@suse.de>
557
558         PR lto/51572
559         * gcc.dg/lto/pr51572-1_0.c: New testcase.
560
561 2011-12-15  Jason Merrill  <jason@redhat.com>
562
563         PR c++/51458
564         * g++.dg/ext/desig4.C: New.
565
566 2011-12-15  Paul Thomas  <pault@gcc.gnu.org>
567
568         * gfortran.dg/class_array_3.f03: Remove explicit indexing of
569         A%disp() to use scalarizer.
570         * gfortran.dg/class_array_9.f03: New.
571
572 2011-12-15  Jakub Jelinek  <jakub@redhat.com>
573
574         * gcc.dg/vect/vect-sdivmod-1.c: New test.
575
576         PR c++/51463
577         * g++.dg/cpp0x/pr51463.C: New test.
578
579         PR c/51360
580         * c-c++-common/gomp/pr51360.c: New test.
581         * g++.dg/gomp/pr51360.C: New test.
582
583         PR middle-end/49806
584         * gcc.dg/tree-ssa/vrp47.c: Add -fdump-tree-dom2 to dg-options.
585         Check for x_? & y in dom2 dump and xfail the check in dom1 dump.
586
587         PR tree-optimization/51117
588         * g++.dg/opt/pr51117.C: New test.
589
590 2011-12-15  Romain Geissler  <romain.geissler@gmail.com>
591
592         * gcc.c-torture/execute/builtins/chk.h (stpncpy, stpncpy_disallowed):
593         New definitions.
594         * gcc.c-torture/execute/builtins/lib/chk.c (stpncpy_disallowed):
595         Likewise.
596         (stpncpy, __stpncpy_chk): New functions.
597         * gcc.c-torture/execute/builtins/stpncpy-chk-lib.c: New file.
598         * gcc.c-torture/execute/builtins/stpncpy-chk.c: Likewise.
599
600 2011-12-15  Richard Guenther  <rguenther@suse.de>
601
602         PR lto/51567
603         * g++.dg/lto/pr51567-1_0.C: New testcase.
604
605 2011-12-15  Dodji Seketeli  <dodji@redhat.com>
606
607         PR c++/51473
608         * g++.dg/cpp0x/auto30.C: New test.
609
610 2011-12-15  Tobias Burnus  <burnus@net-b.de>
611
612         * gfortran.dg/coarray/poly_run_3.f90: New.
613         * gfortran.dg/coarray/poly_run_2.f90: Enable comment-out test.
614
615 2011-12-15  Richard Guenther  <rguenther@suse.de>
616
617         PR lto/51564
618         * g++.dg/lto/pr51564-1_0.C: New testcase.
619
620 2011-12-15  Jonathan Wakely  <jwakely.gcc@gmail.com>
621
622         PR libstdc++/51365
623         * g++.dg/ext/is_final.C: New.
624
625 2012-12-15  Richard Guenther  <rguenther@suse.de>
626
627         PR lto/48508
628         * g++.dg/lto/pr48508-1_0.C: New testcase.
629         * g++.dg/lto/pr48508-1_1.C: Likewise.
630
631 2011-12-14  Jason Merrill  <jason@redhat.com>
632
633         PR c++/51554
634         * g++.dg/init/constant1.C: New.
635
636         PR c++/51248
637         * g++.dg/other/enum2.C: New.
638
639 2011-12-14  Dodji Seketeli  <dodji@redhat.com>
640
641         PR c++/51475
642         * g++.dg/cpp0x/initlist63.C: New test.
643
644 2011-12-14  Georg-Johann Lay  <avr@gjlay.de>
645
646         PR target/50931
647         * gcc.target/avr/torture/int24-mul.c: New.
648
649 2011-12-14  Dodji Seketeli  <dodji@redhat.com>
650
651         PR c++/51476
652         * g++.dg/cpp0x/ptrmem-cst-arg1.C: New test.
653
654 2011-12-13  Jason Merrill  <jason@redhat.com>
655
656         PR c++/51406
657         PR c++/51161
658         * g++.dg/cpp0x/rv-cast3.C: New.
659         * g++.dg/cpp0x/rv-cast4.C: New.
660
661 2011-12-13  Paolo Carlini  <paolo.carlini@oracle.com>
662
663         PR c++/51464
664         * g++.dg/cpp0x/lambda/lambda-ice6.C: New.
665
666 2011-12-13  Andrew Pinski  <apinski@cavium.com>
667             Adam Nemet  <anemet@caviumnetworks.com>
668
669         * gcc.target/mips/mips.exp (mips_option_groups): Fix debug.  Add
670         -fdump-* options.
671         * gcc.target/mips/octeon2-pipe-1.c: New testcase.
672         * gcc.target/mips/octeon-pipe-1.c: New testcase.
673
674 2011-12-11  Fabien Chêne  <fabien@gcc.gnu.org>
675
676         PR c++/14258
677         * g++.dg/template/using16.C: New.
678         * g++.dg/template/using17.C: New.
679
680 2011-12-13  Martin Jambor  <mjambor@suse.cz>
681
682         PR tree-optimization/51362
683         * gcc.dg/ipa/pr51362.c: New test.
684
685 2011-12-13  Uros Bizjak  <ubizjak@gmail.com>
686
687         PR testsuite/51524
688         * gcc.target/i386/bmi2-mulx32-1.c (gen_mulx): Add attribute regparm(2).
689         * gcc.target/i386/bmi2-mulx32-2.c (calc_mulx_u32): Ditto.
690
691 2011-12-13  Richard Guenther  <rguenther@suse.de>
692
693         PR lto/48354
694         * g++.dg/lto/pr48354-1_0.C: New testcase.
695
696 2011-12-13  Richard Guenther  <rguenther@suse.de>
697
698         PR tree-optimization/51519
699         * gcc.dg/pr51519.c: New testcase.
700
701 2011-12-13  Richard Guenther  <rguenther@suse.de>
702
703         * gcc.dg/lto/20111213-1_0.c: New testcase.
704
705 2011-12-13  Eric Botcazou  <ebotcazou@adacore.com>
706
707         * gnat.dg/vect1.ad[sb]: Add more tests.
708         * gnat.dg/vect2.ad[sb]: Likewise.
709         * gnat.dg/vect3.ad[sb]: Likewise.
710         * gnat.dg/vect4.ad[sb]: Likewise.
711         * gnat.dg/vect5.ad[sb]: Likewise.
712         * gnat.dg/vect6.ad[sb]: Likewise.
713
714 2011-12-12  Jakub Jelinek  <jakub@redhat.com>
715
716         PR rtl-optimization/51495
717         * gcc.c-torture/compile/pr51495.c: New test.
718
719         PR tree-optimization/51481
720         * gcc.dg/pr51481.c: New test.
721
722 2011-12-12  Georg-Johann Lay  <avr@gjlay.de>
723
724         PR tree-optimization/45830
725         * gcc.c-torture/execute/pr45830.c: Move from here to...
726         * gcc.dg/torture/pr45830.c: ...this new file.  Add dg-do and
727         dg-additional-options magic.
728
729 2011-12-12  Janne Blomqvist  <jb@gcc.gnu.org>
730
731         * gfortran.dg/nested_modules_2.f90: Tighten test.
732
733 2011-12-12  Eric Botcazou  <ebotcazou@adacore.com>
734
735         * gcc.c-torture/execute/20111212-1.c: New test.
736
737 2011-12-12  Jakub Jelinek  <jakub@redhat.com>
738
739         PR testsuite/51511
740         * gcc.dg/pr45819.c: Add -w to dg-options.
741
742 2011-12-12  Torvald Riegel  <triegel@redhat.com>
743
744         * g++.dg/tm/noexcept-1.C: New test.
745         * g++.dg/tm/noexcept-2.C: New test.
746         * g++.dg/tm/noexcept-3.C: New test.
747         * g++.dg/tm/noexcept-4.C: New test.
748         * g++.dg/tm/noexcept-5.C: New test.
749
750 2011-12-12  Torvald Riegel  <triegel@redhat.com>
751
752         * c-c++-common/tm/20111206.c: New test.
753
754 2011-12-12  Richard Guenther  <rguenther@suse.de>
755
756         PR lto/51262
757         * g++.dg/opt/pr51262.C: New testcase.
758
759 2011-12-12  Revital Eres  <revital.eres@linaro.org>
760
761         PR rtl-optimization/47013
762         * gcc.dg/sms-2.c: Change scan-tree-dump-times and the code itself
763         to preserve the function.
764         * gcc.dg/sms-6.c: Add --param sms-min-sc=1. Add dg-options for
765         powerpc*-*-*.  Avoid superfluous spaces in dg-final.
766         * gcc.dg/sms-3.c: Add --param sms-min-sc=1 and
767         -fmodulo-sched-allow-regmoves flags.
768         * gcc.dg/sms-7.c: Likewise. Remove dg-final for powerpc*-*-*
769         and avoid superfluous spaces in dg-final for spu-*-*.
770         * gcc.dg/sms-4.c: Add dg-options for powerpc*-*-*.
771         * gcc.dg/sms-8.c: Add --param sms-min-sc=1.  Add dg-options and
772         change scan-rtl-dump-times for powerpc*-*-*.
773         * gcc.dg/sms-5.c: Add --param sms-min-sc=1 flag, remove
774         powerpc*-*-* from dg-final and avoid superfluous spaces in dg-final.
775         * gcc.dg/sms-9.c: Remove -fno-auto-inc-dec.
776
777 2011-12-11  Jakub Jelinek  <jakub@redhat.com>
778
779         PR tree-optimization/51485
780         * g++.dg/vect/pr51485.cc: New test.
781
782 2011-12-11  Tobias Burnus  <burnus@net-b.de>
783
784         PR fortran/50923
785         * gfortran.dg/warn_function_without_result_2.f90: New.
786
787 2011-12-11  Paul Thomas  <pault@gcc.gnu.org>
788             Tobias Burnus  <burnus@gcc.gnu.org>
789
790         PR fortran/41539
791         PR fortran/43214
792         PR fortran/43969
793         PR fortran/44568
794         PR fortran/46356
795         PR fortran/46990
796         PR fortran/49074
797         * gfortran.dg/class_array_1.f03: New.
798         * gfortran.dg/class_array_2.f03: New.
799         * gfortran.dg/class_array_3.f03: New.
800         * gfortran.dg/class_array_4.f03: New.
801         * gfortran.dg/class_array_5.f03: New.
802         * gfortran.dg/class_array_6.f03: New.
803         * gfortran.dg/class_array_7.f03: New.
804         * gfortran.dg/class_array_8.f03: New.
805         * gfortran.dg/coarray_poly_1.f90: New.
806         * gfortran.dg/coarray_poly_2.f90: New.
807         * gfortran.dg/coarray/poly_run_1.f90: New.
808         * gfortran.dg/coarray/poly_run_2.f90: New.
809         * gfortran.dg/class_to_type_1.f03: New.
810         * gfortran.dg/type_to_class_1.f03: New.
811         * gfortran.dg/typebound_assignment_3.f03: Remove the error.
812         * gfortran.dg/auto_dealloc_2.f90: Occurences of __builtin_free now 2.
813         * gfortran.dg/class_19.f03: Occurences of __builtin_free now 8.
814
815 2011-12-11  Thomas Koenig  <tkoenig@gcc.gnu.org>
816
817         PR fortran/50690
818         * gfortran.dg/gomp/workshare2.f90:  New test.
819         * gfortran.dg/gomp/workshare3.f90:  New test.
820
821 2011-12-11  Eric Botcazou  <ebotcazou@adacore.com>
822
823         * gnat.dg/specs/elab3.ads: New test.
824
825 2011-12-10  Richard Henderson  <rth@redhat.com>
826
827         * gcc.target/powerpc/altivec-perm-1.c: New.
828         * gcc.target/powerpc/altivec-perm-2.c: New.
829         * gcc.target/powerpc/altivec-perm-4.c: New.
830
831 2011-12-10  Joern Rennecke <joern.rennecke@embecosm.com>
832
833         * gcc.target/epiphany/interrupt.c: Add dg-options "-g".
834         Add a scan-assembler-time clause to test for the interupt vector jump.
835         (f): Rename to ...
836         (dma0_handler): ... this.
837
838 2011-12-10  Nathan Sidwell  <nathan@acm.org>
839
840         PR gcov-profile/51449
841         * g++.dg/gcov/gcov-14.C: New.
842
843 2011-12-09  Eric Botcazou  <ebotcazou@adacore.com>
844
845         * gcc.c-torture/compile/20111209-1.c: New test.
846
847 2011-12-09  Jason Merrill  <jason@redhat.com>
848
849         PR c++/51151
850         * g++.dg/warn/Woverflow-4.C: New.
851
852 2011-12-09  Dodji Seketeli  <dodji@redhat.com>
853
854         PR c++/51289
855         * g++.dg/cpp0x/alias-decl-17.C: New test.
856
857 2011-12-09  Michael Meissner  <meissner@the-meissners.org>
858
859         * gcc.target/powerpc/recip-5.c: Disable running on any system that
860         does not support VSX.
861
862         * gcc.target/powerpc/ppc-target-4.c: New file to test target
863         specific functions enabling target specific builtins.
864
865 2011-12-09  Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
866
867         * gcc.dg/vect/slp-13.c: Array size increase reverted.
868         * gcc.dg/vect/slp-24.c: Ditto.
869         * gcc.dg/vect/slp-3.c: Ditto.
870         * gcc.dg/vect/slp-34.c: Ditto.
871         * gcc.dg/vect/slp-4.c: Ditto.
872         * gcc.dg/vect/slp-cond-2.c: Ditto.
873         * gcc.dg/vect/slp-multitypes-11.c: Ditto.
874         * gcc.dg/vect/vect-1.c: Ditto.
875         * gcc.dg/vect/vect-10.c: Ditto.
876         * gcc.dg/vect/vect-105.c: Ditto.
877         * gcc.dg/vect/vect-112.c: Ditto.
878         * gcc.dg/vect/vect-15.c: Ditto.
879         * gcc.dg/vect/vect-2.c: Ditto.
880         * gcc.dg/vect/vect-31.c: Ditto.
881         * gcc.dg/vect/vect-32.c: Ditto.
882         * gcc.dg/vect/vect-33.c: Ditto.
883         * gcc.dg/vect/vect-34.c: Ditto.
884         * gcc.dg/vect/vect-35.c: Ditto.
885         * gcc.dg/vect/vect-36.c: Ditto.
886         * gcc.dg/vect/vect-6.c: Ditto.
887         * gcc.dg/vect/vect-73.c: Ditto.
888         * gcc.dg/vect/vect-74.c: Ditto.
889         * gcc.dg/vect/vect-75.c: Ditto.
890         * gcc.dg/vect/vect-76.c: Ditto.
891         * gcc.dg/vect/vect-80.c: Ditto.
892         * gcc.dg/vect/vect-85.c: Ditto.
893         * gcc.dg/vect/vect-89.c: Ditto.
894         * gcc.dg/vect/vect-97.c: Ditto.
895         * gcc.dg/vect/vect-98.c: Ditto.
896         * gcc.dg/vect/vect-all.c: Ditto.
897         * gcc.dg/vect/vect-double-reduc-6.c: Ditto.
898         * gcc.dg/vect/vect-iv-8.c: Ditto.
899         * gcc.dg/vect/vect-iv-8a.c: Ditto.
900         * gcc.dg/vect/vect-outer-1.c: Ditto.
901         * gcc.dg/vect/vect-outer-1a.c: Ditto.
902         * gcc.dg/vect/vect-outer-1b.c: Ditto.
903         * gcc.dg/vect/vect-outer-2.c: Ditto.
904         * gcc.dg/vect/vect-outer-2a.c: Ditto.
905         * gcc.dg/vect/vect-outer-2c.c: Ditto.
906         * gcc.dg/vect/vect-outer-3.c: Ditto.
907         * gcc.dg/vect/vect-outer-3a.c: Ditto.
908         * gcc.dg/vect/vect-outer-4a.c: Ditto.
909         * gcc.dg/vect/vect-outer-4b.c: Ditto.
910         * gcc.dg/vect/vect-outer-4c.c: Ditto.
911         * gcc.dg/vect/vect-outer-4d.c: Ditto.
912         * gcc.dg/vect/vect-outer-4m.c: Ditto.
913         * gcc.dg/vect/vect-outer-fir-lb.c: Ditto.
914         * gcc.dg/vect/vect-outer-fir.c: Ditto.
915         * gcc.dg/vect/vect-over-widen-1.c: Ditto.
916         * gcc.dg/vect/vect-over-widen-2.c: Ditto.
917         * gcc.dg/vect/vect-over-widen-3.c: Ditto.
918         * gcc.dg/vect/vect-over-widen-4.c: Ditto.
919         * gcc.dg/vect/vect-reduc-1char.c: Ditto.
920         * gcc.dg/vect/vect-reduc-2char.c: Ditto.
921         * gcc.dg/vect/vect-reduc-pattern-1b.c: Ditto.
922         * gcc.dg/vect/vect-reduc-pattern-1c.c: Ditto.
923         * gcc.dg/vect/vect-reduc-pattern-2b.c: Ditto.
924         * gcc.dg/vect/vect-shift-2.c: Ditto.
925         * gcc.dg/vect/vect-strided-a-u8-i8-gap2.c: Ditto.
926         * gcc.dg/vect/vect-strided-a-u8-i8-gap7.c: Ditto.
927         * gcc.dg/vect/vect-strided-u8-i8-gap2.c: Ditto.
928         * gcc.dg/vect/vect-strided-u8-i8-gap4.c: Ditto.
929         * gcc.dg/vect/vect-strided-u8-i8-gap7.c: Ditto.
930         * gcc.dg/vect/slp-13-big-array.c: New test.
931         * gcc.dg/vect/slp-24-big-array.c: Ditto.
932         * gcc.dg/vect/slp-3-big-array.c: Ditto.
933         * gcc.dg/vect/slp-34-big-array.c: Ditto.
934         * gcc.dg/vect/slp-4-big-array.c: Ditto.
935         * gcc.dg/vect/slp-cond-2-big-array.c: Ditto.
936         * gcc.dg/vect/slp-multitypes-11-big-array.c: Ditto.
937         * gcc.dg/vect/vect-1-big-array.c: Ditto.
938         * gcc.dg/vect/vect-10-big-array.c: Ditto.
939         * gcc.dg/vect/vect-105-big-array.c: Ditto.
940         * gcc.dg/vect/vect-112-big-array.c: Ditto.
941         * gcc.dg/vect/vect-15-big-array.c: Ditto.
942         * gcc.dg/vect/vect-2-big-array.c: Ditto.
943         * gcc.dg/vect/vect-31-big-array.c: Ditto.
944         * gcc.dg/vect/vect-32-big-array.c: Ditto.
945         * gcc.dg/vect/vect-33-big-array.c: Ditto.
946         * gcc.dg/vect/vect-34-big-array.c: Ditto.
947         * gcc.dg/vect/vect-35-big-array.c: Ditto.
948         * gcc.dg/vect/vect-36-big-array.c: Ditto.
949         * gcc.dg/vect/vect-6-big-array.c: Ditto.
950         * gcc.dg/vect/vect-73-big-array.c: Ditto.
951         * gcc.dg/vect/vect-74-big-array.c: Ditto.
952         * gcc.dg/vect/vect-75-big-array.c: Ditto.
953         * gcc.dg/vect/vect-76-big-array.c: Ditto.
954         * gcc.dg/vect/vect-80-big-array.c: Ditto.
955         * gcc.dg/vect/vect-85-big-array.c: Ditto.
956         * gcc.dg/vect/vect-89-big-array.c: Ditto.
957         * gcc.dg/vect/vect-97-big-array.c: Ditto.
958         * gcc.dg/vect/vect-98-big-array.c: Ditto.
959         * gcc.dg/vect/vect-all-big-array.c: Ditto.
960         * gcc.dg/vect/vect-double-reduc-6-big-array.c: Ditto.
961         * gcc.dg/vect/vect-iv-8-big-array.c: Ditto.
962         * gcc.dg/vect/vect-iv-8a-big-array.c: Ditto.
963         * gcc.dg/vect/vect-outer-1-big-array.c: Ditto.
964         * gcc.dg/vect/vect-outer-1a-big-array.c: Ditto.
965         * gcc.dg/vect/vect-outer-1b-big-array.c: Ditto.
966         * gcc.dg/vect/vect-outer-2-big-array.c: Ditto.
967         * gcc.dg/vect/vect-outer-2a-big-array.c: Ditto.
968         * gcc.dg/vect/vect-outer-2c-big-array.c: Ditto.
969         * gcc.dg/vect/vect-outer-3-big-array.c: Ditto.
970         * gcc.dg/vect/vect-outer-3a-big-array.c: Ditto.
971         * gcc.dg/vect/vect-outer-4a-big-array.c: Ditto.
972         * gcc.dg/vect/vect-outer-4b-big-array.c: Ditto.
973         * gcc.dg/vect/vect-outer-4c-big-array.c: Ditto.
974         * gcc.dg/vect/vect-outer-4d-big-array.c: Ditto.
975         * gcc.dg/vect/vect-outer-4m-big-array.c: Ditto.
976         * gcc.dg/vect/vect-outer-fir-lb-big-array.c: Ditto.
977         * gcc.dg/vect/vect-outer-fir-big-array.c: Ditto.
978         * gcc.dg/vect/vect-over-widen-1-big-array.c: Ditto.
979         * gcc.dg/vect/vect-over-widen-2-big-array.c: Ditto.
980         * gcc.dg/vect/vect-over-widen-3-big-array.c: Ditto.
981         * gcc.dg/vect/vect-over-widen-4-big-array.c: Ditto.
982         * gcc.dg/vect/vect-reduc-1char-big-array.c: Ditto.
983         * gcc.dg/vect/vect-reduc-2char-big-array.c: Ditto.
984         * gcc.dg/vect/vect-reduc-pattern-1b-big-array.c: Ditto.
985         * gcc.dg/vect/vect-reduc-pattern-1c-big-array.c: Ditto.
986         * gcc.dg/vect/vect-reduc-pattern-2b-big-array.c: Ditto.
987         * gcc.dg/vect/vect-shift-2-big-array.c: Ditto.
988         * gcc.dg/vect/vect-strided-a-u8-i8-gap2-big-array.c: Ditto.
989         * gcc.dg/vect/vect-strided-a-u8-i8-gap7-big-array.c: Ditto.
990         * gcc.dg/vect/vect-strided-u8-i8-gap2-big-array.c: Ditto.
991         * gcc.dg/vect/vect-strided-u8-i8-gap4-big-array.c: Ditto.
992         * gcc.dg/vect/vect-strided-u8-i8-gap7-big-array.c: Ditto.
993
994 2011-12-09  Richard Guenther  <rguenther@suse.de>
995
996         PR lto/48042
997         * g++.dg/lto/pr48042_0.C: New testcase.
998
999 2011-12-09  Richard Guenther  <rguenther@suse.de>
1000
1001         PR tree-optimization/51482
1002         * g++.dg/torture/pr51482.C: New testcase.
1003
1004 2011-12-08  Andrew Pinski  <apinski@cavium.com>
1005
1006         * gcc.target/mips/mult-1.c: Forbid all Octeon processors.
1007         * gcc.target/mips/dmult-1.c: Likewise.
1008         * gcc.target/mips/branch-1.c: Likewise.
1009         * gcc.target/mips/extend-1.c: Likewise.
1010
1011 2011-12-08  Jason Merrill  <jason@redhat.com>
1012
1013         PR c++/51318
1014         * g++.dg/template/cond8.C: New.
1015
1016         PR c++/51459
1017         * g++.dg/cpp0x/lambda/lambda-template4.C: New.
1018
1019 2011-12-08  Jakub Jelinek  <jakub@redhat.com>
1020
1021         PR tree-optimization/51466
1022         * gcc.c-torture/execute/pr51466.c: New test.
1023
1024 2011-12-08  Tobias Burnus  <burnus@net-b.de>
1025
1026         PR fortran/50815
1027         * gfortran.dg/bounds_check_16.f90: New.
1028
1029 2011-12-08  Tobias Burnus  <burnus@net-b.de>
1030
1031         PR fortran/51378
1032         * gfortran.dg/private_type_14.f90: New.
1033
1034 2011-12-08  Tobias Burnus  <burnus@net-b.de>
1035
1036         PR fortran/51407
1037         * gfortran.dg/io_real_boz_3.f90: New.
1038         * gfortran.dg/io_real_boz_4.f90: New.
1039         * gfortran.dg/io_real_boz_5.f90: New.
1040
1041 2011-12-08  Tobias Burnus  <burnus@net-b.de>
1042
1043         PR fortran/51448
1044         * gfortran.dg/realloc_on_assign_8.f90: New.
1045
1046 2011-12-08  Teresa Johnson  <tejohnson@google.com>
1047
1048         * gcc.target/i386/movdi-rex64.c: Remove unnecessary unused label.
1049
1050 2011-12-08  Teresa Johnson  <tejohnson@google.com>
1051
1052         * gcc.target/i386/movdi-rex64.c: Remove unnecessary
1053         -Wwrite-strings option.
1054
1055 2011-12-08  Teresa Johnson  <tejohnson@google.com>
1056
1057         * gcc.target/i386/movdi-rex64.c: New.
1058
1059 2011-12-08  Richard Guenther  <rguenther@suse.de>
1060
1061         * gcc.dg/volatile3.c: New testcase.
1062
1063 2011-12-08  Georg-Johann Lay  <avr@gjlay.de>
1064
1065         PR tree-optimization/51315
1066         * gcc.c-torture/execute/20111208-1.c (int16_t): Use __INT16_TYPE__
1067         for typedef.
1068         (int32_t): Use __INT32_TYPE__ for typedef.
1069
1070 2011-12-08  Georg-Johann Lay  <avr@gjlay.de>
1071
1072         PR tree-optimization/51315
1073         * gcc.c-torture/execute/20111208-1.c: Fix wrong assumption
1074         sizeof(int)==4.
1075
1076 2011-12-08  Richard Guenther  <rguenther@suse.de>
1077
1078         PR lto/50747
1079         * g++.dg/opt/pr50747-1_0.C: New testcase.
1080         * g++.dg/opt/pr50747-2_0.C: Likewise.
1081
1082 2011-12-08  Eric Botcazou  <ebotcazou@adacore.com>
1083
1084         * gcc.c-torture/execute/20111208-1.c: New test.
1085
1086 2011-12-08  Richard Guenther  <rguenther@suse.de>
1087
1088         PR lto/48437
1089         * gcc.dg/lto/20111207-2_0.c: New testcase.
1090         * gcc.dg/guality/pr48437.c: Likewise.
1091
1092 2011-12-07  Jakub Jelinek  <jakub@redhat.com>
1093
1094         PR c++/51401
1095         * g++.dg/cpp0x/auto7.C: Adjust expected error message.
1096         * g++.dg/cpp0x/auto29.C: New test.
1097
1098         PR c++/51429
1099         * g++.dg/parse/error45.C: New test.
1100
1101         PR c++/51229
1102         * g++.dg/ext/desig3.C: New test.
1103
1104         PR c++/51369
1105         * g++.dg/cpp0x/constexpr-51369.C: New test.
1106
1107 2011-12-07  Andrew Pinski  <apinski@cavium.com>
1108
1109         PR middle-end/45416
1110         * gcc.dg/pr45416.c: New testcase.
1111
1112 2011-12-07  Ed Smith-Rowland <3dw4rd@verizon.net>
1113
1114         PR c++/51420
1115         * g++.dg/cpp0x/pr51420.C: New.
1116
1117 2011-12-07  Richard Guenther  <rguenther@suse.de>
1118
1119         PR lto/48100
1120         * gcc.dg/lto/20111207-1_0.c: New testcase.
1121         * gcc.dg/lto/20111207-1_1.c: Likewise.
1122         * gcc.dg/lto/20111207-1_2.c: Likewise.
1123         * gcc.dg/lto/20111207-1_3.c: Likewise.
1124
1125 2011-12-07  Richard Guenther  <rguenther@suse.de>
1126
1127         PR tree-optimization/50823
1128         * gcc.dg/torture/pr50823.c: New testcase.
1129
1130 2011-12-07  Martin Jambor  <mjambor@suse.cz>
1131
1132         PR tree-optimization/50744
1133         * gcc.dg/ipa/pr50744.c: New test.
1134
1135 2011-12-06  Jakub Jelinek  <jakub@redhat.com>
1136
1137         PR c++/51430
1138         * g++.dg/template/static32.C: New test.
1139
1140 2011-12-06  Uros Bizjak  <ubizjak@gmail.com>
1141
1142         * g++.dg/opt/pr51396.C: Use dg-additional-options.
1143
1144 2011-12-06  Tobias Burnus  <burnus@net-b.de>
1145
1146         PR fortran/51435
1147         * gfortran.dg/default_initialization_5.f90: New.
1148
1149 2011-12-06  Jakub Jelinek  <jakub@redhat.com>
1150
1151         PR target/51354
1152         * gcc.c-torture/compile/pr51354.c: New test.
1153
1154 2011-12-06  Paolo Carlini  <paolo.carlini@oracle.com>
1155
1156         PR c++/51431
1157         * g++.dg/other/abstract3.C: New.
1158
1159 2011-12-06  Richard Guenther  <rguenther@suse.de>
1160
1161         PR tree-optimization/49997
1162         * gcc.dg/torture/pr49997.c: New testcase.
1163
1164 2011-12-06  Richard Guenther  <rguenther@suse.de>
1165
1166         PR middle-end/51436
1167         * g++.dg/torture/pr51436.C: New testcase.
1168
1169 2011-12-06  Richard Guenther  <rguenther@suse.de>
1170
1171         PR tree-optimization/51245
1172         * gcc.dg/torture/pr51245.c: New testcase.
1173
1174 2011-12-06  Dodji Seketeli  <dodji@redhat.com>
1175
1176         PR c++/51427
1177         * g++.dg/diagnostic/wrong-tag-1.C
1178
1179 2011-12-05  Fabien Chêne  <fabien@gcc.gnu.org>
1180
1181         PR c++/51319
1182         * g++.dg/lookup/using50.C: New.
1183         * g++.dg/lookup/using51.C: New.
1184
1185 2011-12-05  Jakub Jelinek  <jakub@redhat.com>
1186
1187         PR tree-optimization/51396
1188         * g++.dg/opt/pr51396.C: New test.
1189
1190         PR debug/51410
1191         * gcc.dg/debug/dwarf2/pr51410.c: New test.
1192
1193         PR c/51339
1194         * gcc.dg/gomp/pr51339.c: New test.
1195
1196 2011-12-05  Paolo Carlini  <paolo.carlini@oracle.com>
1197
1198         PR c++/51399
1199         * g++.dg/cpp0x/initlist62.C: New.
1200
1201 2011-12-05  Thomas Koenig  <tkoenig@gcc.gnu.org>
1202
1203         PR fortran/51338
1204         * gfortran.dg/assumed_charlen_substring_1.f90:  New test.
1205
1206 2011-12-05  Richard Sandiford  <rdsandiford@googlemail.com>
1207
1208         * g++.dg/debug/pr46338.C: Add dg-require-profiling.
1209         * g++.dg/torture/pr39732.C: Likewise.
1210         * g++.dg/torture/pr40642.C: Likewise.
1211         * gcc.c-torture/compile/pr44686.c: Likewise.
1212         * gcc.dg/20050309-1.c: Likewise.
1213         * gcc.dg/20050330-2.c: Likewise.
1214         * gcc.dg/20051201-1.c: Likewise.
1215         * gcc.dg/gomp/pr27573.c: Likewise.
1216         * gcc.dg/pr46255.c: Likewise.
1217         * gcc.dg/profile-dir-1.c: Likewise.
1218         * gcc.dg/profile-dir-2.c: Likewise.
1219         * gcc.dg/profile-dir-3.c: Likewise.
1220         * gcc.dg/profile-generate-1.c: Likewise.
1221         * gfortran.dg/gomp/pr27573.f90: Likewise.
1222         * gcc.dg/profile-generate-3.c: Be specific about the type of
1223         profiling required.
1224
1225 2011-12-05  Paolo Carlini  <paolo.carlini@oracle.com>
1226
1227         PR c++/51414
1228         * g++.dg/ext/underlying_type11.C: New.
1229
1230 2011-12-05  Uros Bizjak  <ubizjak@gmail.com>
1231
1232         PR testsuite/51128
1233         * gcc.dg/torture/pr23821.c: Skip if -fno-fat-lto-objects was passed.
1234         * gcc.dg/torture/pr39074.c: Ditto.
1235         * gcc.dg/torture/pr39074-2.c: Ditto.
1236         * gcc.dg/torture/pr42898.c: Ditto.
1237         * gcc.dg/torture/pr42898-2.c: Ditto.
1238         * gcc.dg/torture/pr45704.c: Ditto.
1239         * gcc.dg/torture/pr50472.c: Ditto.
1240         * gcc.dg/torture/pta-callused-1.c: Ditto.
1241         * gcc.dg/torture/pta-ptrarith-1.c: Ditto.
1242         * gcc.dg/torture/pta-ptrarith-2.c: Ditto.
1243         * gcc.dg/torture/pta-ptrarith-3.c: Ditto.
1244         * gcc.dg/torture/pta-escape-1.c: Ditto.
1245         * gcc.dg/torture/ipa-pta-1.c: Ditto.
1246         * gcc.dg/torture/ssa-pta-fn-1.c: Ditto.
1247
1248 2011-12-05  Kazu Hirata  <kazu@codesourcery.com>
1249
1250         PR target/51408
1251         * gcc.dg/pr51408.c: New.
1252
1253 2011-12-05  Jason Merrill  <jason@redhat.com>
1254
1255         * g++.dg/cpp0x/dc6.C: New.
1256
1257 2011-12-05  Ville Voutilainen  <ville.voutilainen@gmail.com>
1258             Pedro Lamarão <pedro.lamarao@gmail.com>
1259
1260         * g++.dg/cpp0x/dc1.C: New test.
1261         * g++.dg/cpp0x/dc2.C: New test.
1262         * g++.dg/cpp0x/dc3.C: New test.
1263         * g++.dg/cpp0x/dc4.C: New test.
1264         * g++.dg/cpp0x/dc5.C: New test.
1265         * g++.dg/template/meminit1.C: Adjust expected error.
1266
1267 2011-12-05  Paolo Carlini  <paolo.carlini@oracle.com>
1268
1269         PR c++/51404
1270         * g++.dg/cpp0x/auto28.C: New.
1271
1272 2011-12-05  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
1273
1274         * gcc.dg/torture/vec-cvt-1.c (FLTTEST): Call rand instead of random.
1275
1276 2011-12-05  Jakub Jelinek  <jakub@redhat.com>
1277             Eric Botcazou  <ebotcazou@adacore.com>
1278
1279         PR middle-end/51323
1280         PR middle-end/50074
1281         * gcc.c-torture/execute/pr51323.c: New test.
1282
1283 2011-12-04  Tobias Burnus  <burnus@net-b.de>
1284
1285         PR fortran/51383
1286         * gfortran.dg/associate_10.f90: New.
1287
1288 2011-12-04  Ira Rosen  <ira.rosen@linaro.org>
1289
1290         PR middle-end/51285
1291         * gfortran.dg/vect/pr51285.f90: New test.
1292
1293 2011-12-04  Uros Bizjak  <ubizjak@gmail.com>
1294             Jérémie Detrey  <Jeremie.Detrey@loria.fr>
1295
1296         PR target/51393
1297         * gcc.target/i386/pr51393.c: New test.
1298
1299 2011-12-03  Dominique d'Humieres  <dominiq@lps.ens.fr>
1300
1301         PR obj-c++/51349
1302         * obj-c++.dg/naming-3.mm: Adjust for changing error messages.
1303         * obj-c++.dg/naming-4.mm: Likewise.
1304
1305 2011-12-03  Jack Howarth  <howarth@bromo.med.uc.edu>
1306
1307         * gcc.dg/darwin-segaddr.c: Use -no-pie.
1308
1309 2011-12-03  Paolo Carlini  <paolo.carlini@oracle.com>
1310
1311         PR c++/51313
1312         * g++.dg/cpp0x/pr51313.C: New.
1313
1314 2011-12-03  Tobias Burnus  <burnus@net-b.de>
1315
1316         PR fortran/48887
1317         * gfortran.dg/select_type_24.f90: New.
1318         * gfortran.dg/select_type_23.f03: Add dg-error.
1319         * gfortran.dg/class_45a.f03: Add missing TARGET attribute.
1320
1321 2011-12-03  Jakub Jelinek  <jakub@redhat.com>
1322
1323         * gcc.dg/vect/vect-122.c: New test.
1324
1325 2011-12-03  Tobias Burnus  <burnus@net-b.de>
1326
1327         PR fortran/50684
1328         * gfortran.dg/move_alloc_8.f90: New.
1329
1330 2011-12-03  Tobias Burnus  <burnus@net-b.de>
1331
1332         * gfortran.dg/select_type_23.f03: Revert Rev. 181801,
1333         i.e. remove the dg-error line.
1334         * gfortran.dg/move_alloc_5.f90: Ditto and change back to dg-do run.
1335         * gfortran.dg/move_alloc_9.f90: New.
1336         * gfortran.dg/move_alloc_10.f90: New
1337
1338 2011-12-02  Nathan Sidwell  <nathan@acm.org>
1339
1340         * lib/gcov.exp (verify-lines): Allow = as a count char.
1341         * g++.dg/gcov/gcov-13.C: New.
1342
1343 2011-12-02  Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
1344
1345         * gcc.dg/vect/slp-13.c: Increase array size, add initialization.
1346         * gcc.dg/vect/slp-24.c: Ditto.
1347         * gcc.dg/vect/slp-3.c: Likewise and fix scans.
1348         * gcc.dg/vect/slp-34.c: Ditto.
1349         * gcc.dg/vect/slp-4.c: Ditto.
1350         * gcc.dg/vect/slp-cond-2.c: Ditto.
1351         * gcc.dg/vect/slp-multitypes-11.c: Ditto.
1352         * gcc.dg/vect/vect-1.c: Ditto.
1353         * gcc.dg/vect/vect-10.c: Ditto.
1354         * gcc.dg/vect/vect-105.c: Ditto.
1355         * gcc.dg/vect/vect-112.c: Ditto.
1356         * gcc.dg/vect/vect-15.c: Ditto.
1357         * gcc.dg/vect/vect-2.c: Ditto.
1358         * gcc.dg/vect/vect-31.c: Ditto.
1359         * gcc.dg/vect/vect-32.c: Ditto.
1360         * gcc.dg/vect/vect-33.c: Ditto.
1361         * gcc.dg/vect/vect-34.c: Ditto.
1362         * gcc.dg/vect/vect-35.c: Ditto.
1363         * gcc.dg/vect/vect-36.c: Ditto.
1364         * gcc.dg/vect/vect-6.c: Ditto.
1365         * gcc.dg/vect/vect-73.c: Ditto.
1366         * gcc.dg/vect/vect-74.c: Ditto.
1367         * gcc.dg/vect/vect-75.c: Ditto.
1368         * gcc.dg/vect/vect-76.c: Ditto.
1369         * gcc.dg/vect/vect-80.c: Ditto.
1370         * gcc.dg/vect/vect-85.c: Ditto.
1371         * gcc.dg/vect/vect-89.c: Ditto.
1372         * gcc.dg/vect/vect-97.c: Ditto.
1373         * gcc.dg/vect/vect-98.c: Ditto.
1374         * gcc.dg/vect/vect-all.c: Ditto.
1375         * gcc.dg/vect/vect-double-reduc-6.c: Ditto.
1376         * gcc.dg/vect/vect-iv-8.c: Ditto.
1377         * gcc.dg/vect/vect-iv-8a.c: Ditto.
1378         * gcc.dg/vect/vect-outer-1.c: Ditto.
1379         * gcc.dg/vect/vect-outer-1a.c: Ditto.
1380         * gcc.dg/vect/vect-outer-1b.c: Ditto.
1381         * gcc.dg/vect/vect-outer-2.c: Ditto.
1382         * gcc.dg/vect/vect-outer-2a.c: Ditto.
1383         * gcc.dg/vect/vect-outer-2c.c: Ditto.
1384         * gcc.dg/vect/vect-outer-3.c: Ditto.
1385         * gcc.dg/vect/vect-outer-3a.c: Ditto.
1386         * gcc.dg/vect/vect-outer-4a.c: Ditto.
1387         * gcc.dg/vect/vect-outer-4b.c: Ditto.
1388         * gcc.dg/vect/vect-outer-4c.c: Ditto.
1389         * gcc.dg/vect/vect-outer-4d.c: Ditto.
1390         * gcc.dg/vect/vect-outer-4m.c: Ditto.
1391         * gcc.dg/vect/vect-outer-fir-lb.c: Ditto.
1392         * gcc.dg/vect/vect-outer-fir.c: Ditto.
1393         * gcc.dg/vect/vect-over-widen-1.c: Ditto.
1394         * gcc.dg/vect/vect-over-widen-2.c: Ditto.
1395         * gcc.dg/vect/vect-over-widen-3.c: Ditto.
1396         * gcc.dg/vect/vect-over-widen-4.c: Ditto.
1397         * gcc.dg/vect/vect-reduc-1char.c: Ditto.
1398         * gcc.dg/vect/vect-reduc-2char.c: Ditto.
1399         * gcc.dg/vect/vect-reduc-pattern-1b.c: Ditto.
1400         * gcc.dg/vect/vect-reduc-pattern-1c.c: Ditto.
1401         * gcc.dg/vect/vect-reduc-pattern-2b.c: Ditto.
1402         * gcc.dg/vect/vect-shift-2.c: Ditto.
1403         * gcc.dg/vect/vect-strided-a-u8-i8-gap2.c: Ditto.
1404         * gcc.dg/vect/vect-strided-a-u8-i8-gap7.c: Ditto.
1405         * gcc.dg/vect/vect-strided-u8-i8-gap2.c: Ditto.
1406         * gcc.dg/vect/vect-strided-u8-i8-gap4.c: Ditto.
1407         * gcc.dg/vect/vect-strided-u8-i8-gap7.c: Ditto.
1408
1409 2011-12-02  Georg-Johann Lay  <avr@gjlay.de>
1410
1411         * gcc.c-torture/execute/vector-subscript-1.c (main): Fix
1412         __builtin_memcpy arguments to honor sizeof(a).
1413
1414 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
1415
1416         * gcc.c-torture/execute/doloop-1.c,
1417         gcc.c-torture/execute/doloop-2.c: New tests.
1418
1419 2011-12-02  Martin Jambor  <mjambor@suse.cz>
1420
1421         PR tree-optimization/50622
1422         * g++.dg/tree-ssa/pr50622.C: New test.
1423
1424 2011-12-01  Jason Merrill  <jason@redhat.com>
1425
1426         * g++.dg/cpp0x/initlist61.C: New.
1427
1428 2011-12-01  Paolo Carlini  <paolo.carlini@oracle.com>
1429
1430         PR c++/51326
1431         * g++.dg/inherit/crash3.C: New.
1432
1433 2011-12-01  Nathan Sidwell  <nathan@acm.org>
1434
1435         PR gcov-profile/51113
1436         * lib/gcov.exp (verify-lines): Add support for xfailing.
1437         (run-gcov): Likewise.
1438         * gcc.misc-tests/gcov-13.c: Xfail weak function.
1439         * gcc.misc-tests/gcov-16.c: Remove.
1440         * gcc.misc-tests/gcov-17.c: Remove.
1441         * g++.dg/gcov-8.C: Remove.
1442         * g++.dg/gcov-9.C: Remove.
1443         * g++.dg/gcovpart-12b.C: New.
1444         * g++.dg/gcov-12.C: New.
1445
1446 2011-12-01  Andrew Pinski  <apinski@cavium.com>
1447
1448         PR lto/51198
1449         * g++.dg/torture/pr51198.C: New testcase.
1450
1451 2011-12-01  Jakub Jelinek  <jakub@redhat.com>
1452
1453         PR tree-optimization/51246
1454         * gcc.c-torture/compile/pr51246.c: New test.
1455
1456         PR rtl-optimization/51014
1457         * g++.dg/opt/pr51014.C: New test.
1458
1459 2011-12-01  Paolo Carlini  <paolo.carlini@oracle.com>
1460
1461         PR c++/51367
1462         * g++.dg/template/error47.C: New.
1463
1464 2011-11-30  Jason Merrill  <jason@redhat.com>
1465
1466         PR c++/51009
1467         * g++.dg/init/aggr8.C: New.
1468
1469 2011-11-30  Jakub Jelinek  <jakub@redhat.com>
1470
1471         PR target/50725
1472         * gcc.target/i386/pr50725.c: New test.
1473
1474         PR middle-end/51089
1475         * gfortran.dg/gomp/pr51089.f90: New test.
1476
1477 2011-11-30  Andrew Pinski  <apinski@cavium.com>
1478
1479         * gcc.dg/pr51321.c: New testcase.
1480
1481 2011-11-30  Jakub Jelinek  <jakub@redhat.com>
1482
1483         PR rtl-optimization/48721
1484         * gcc.target/i386/pr48721.c: New test.
1485
1486 2011-11-30  Paolo Carlini  <paolo.carlini@oracle.com>
1487
1488         PR c++/51299
1489         * g++.dg/warn/Wzero-as-null-pointer-constant-4.C: New.
1490
1491 2011-11-29  Jakub Jelinek  <jakub@redhat.com>
1492
1493         PR tree-optimization/51247
1494         * gcc.c-torture/compile/pr51247.c: New test.
1495
1496 2011-11-29  Andrew MacLeod  <amacleod@redhat.com>
1497
1498         PR target/50123
1499         * gcc.dg/atomic-op-optimize.c: New.  Test for optimizations.
1500
1501 2011-11-29  Yufeng Zhang  <yufeng.zhang@arm.com>
1502
1503         Use complex floating-point constant in CDBL.
1504
1505         * gcc.dg/compat/compat-common.h (CDBL): Replace 1i with 1.0i.
1506
1507 2011-11-29  Tobias Burnus  <burnus@net-b.de>
1508
1509         PR fortran/51306
1510         PR fortran/48700
1511         * gfortran.dg/move_alloc_5.f90: Add dg-error.
1512         * gfortran.dg/select_type_23.f03: Add dg-error.
1513         * gfortran.dg/move_alloc_6.f90: New.
1514         * gfortran.dg/move_alloc_7.f90: New.
1515
1516 2011-11-29  Ira Rosen  <ira.rosen@linaro.org>
1517
1518         PR tree-optimization/51301
1519         * gcc.dg/vect/pr51301.c: New test.
1520
1521 2011-11-28  Uros Bizjak  <ubizjak@gmail.com>
1522
1523         * g++.dg/cdce3.C: Use dg-additional-options.
1524
1525 2011-11-28  Jakub Jelinek  <jakub@redhat.com>
1526
1527         PR middle-end/50907
1528         * gcc.dg/tree-prof/pr50907.c: New test.
1529
1530         PR tree-optimization/50078
1531         * gcc.dg/pr50078.c: New test.
1532
1533         PR tree-optimization/50682
1534         * g++.dg/opt/pr50682.C: New test.
1535
1536 2011-11-28  Tobias Burnus  <burnus@net-b.de>
1537
1538         PR fortran/51308
1539         * gfortran.dg/iso_c_binding_compiler_4.f90: New.
1540
1541 2011-11-27  Aldy Hernandez  <aldyh@redhat.com>
1542             Iain Sandoe  <iains@gcc.gnu.org>
1543
1544         * gcc.dg/lto/trans-mem-2_0.c: Add dg-lto-do link.  Add dummy
1545         functions for _ITM_registerTMCloneTable, _ITM_deregisterTMCloneTable.
1546         * gcc.dg/lto/trans-mem-1_0.c: Add dg-lto-do link.
1547         * gcc.dg/lto/trans-mem-1_1.c:  Add dummy functions for
1548         _ITM_registerTMCloneTable, _ITM_deregisterTMCloneTable.
1549
1550 2011-11-27  Richard Sandiford  <rdsandiford@googlemail.com>
1551
1552         * gcc.target/mips/mult-2.c, gcc.target/mips/mult-3.c,
1553         gcc.target/mips/mult-4.c, gcc.target/mips/mult-5.c,
1554         gcc.target/mips/mult-6.c, gcc.target/mips/mult-7.c,
1555         gcc.target/mips/mult-8.c, gcc.target/mips/mult-9.c,
1556         gcc.target/mips/mult-10.c, gcc.target/mips/mult-11.c,
1557         gcc.target/mips/mult-12.c, gcc.target/mips/mult-13.c,
1558         gcc.target/mips/mult-14.c, gcc.target/mips/mult-15.c,
1559         gcc.target/mips/mult-16.c, gcc.target/mips/mult-17.c,
1560         gcc.target/mips/mult-18.c, gcc.target/mips/mult-19.c,
1561         gcc.target/mips/div-1.c, gcc.target/mips/div-2.c,
1562         gcc.target/mips/div-3.c, gcc.target/mips/div-4.c,
1563         gcc.target/mips/div-5.c, gcc.target/mips/div-6.c,
1564         gcc.target/mips/div-7.c, gcc.target/mips/div-8.c,
1565         gcc.target/mips/div-9.c, gcc.target/mips/div-10.c,
1566         gcc.target/mips/div-11.c, gcc.target/mips/div-12.c: New tests.
1567         * gcc.target/mips/fix-r4000-1.c (foo, bar): Add NOMIPS16.
1568         * gcc.target/mips/fix-r4000-2.c (foo): Likewise.
1569         * gcc.target/mips/fix-r4000-3.c (foo): Likewise.
1570         * gcc.target/mips/fix-r4000-4.c (foo): Likewise.
1571         * gcc.target/mips/fix-r4000-5.c (foo): Likewise.
1572         * gcc.target/mips/fix-r4000-6.c (foo): Likewise.
1573         * gcc.target/mips/fix-r4000-7.c (foo): Likewise.
1574         * gcc.target/mips/fix-r4000-8.c (foo): Likewise.
1575         * gcc.target/mips/fix-r4000-9.c (foo): Likewise.
1576         * gcc.target/mips/fix-r4000-10.c (foo): Likewise.
1577         * gcc.target/mips/fix-r4000-11.c (foo): Likewise.
1578         * gcc.target/mips/fix-r4000-12.c (foo): Likewise.
1579
1580 2011-11-27  Richard Sandiford  <rdsandiford@googlemail.com>
1581
1582         * gcc.target/mips/mips.exp (mips-dg-options): Make -mno-dsp
1583         imply -mno-dspr2.
1584         * gcc.target/mips/no-dsp-1.c: New test.
1585         * gcc.target/mips/soft-float-1.c: Likewise.
1586
1587 2011-11-26  Jakub Jelinek  <jakub@redhat.com>
1588
1589         PR rtl-optimization/49912
1590         * g++.dg/other/pr49912.C: New test.
1591
1592 2011-11-26  Uros Bizjak  <ubizjak@gmail.com>
1593
1594         * gcc.dg/vect/fast-math-vect-call-2.c: Require vect_double
1595         effective target.
1596         * gcc.dg/vect/fast-math-bb-slp-call-2.c: Ditto.
1597
1598 2011-11-25  Mikael Morin  <mikael@gcc.gnu.org>
1599
1600         PR fortran/51250
1601         PR fortran/43829
1602         * gfortran.dg/inline_sum_3.f90: New test.
1603
1604 2011-11-25  Uros Bizjak  <ubizjak@gmail.com>
1605
1606         PR testsuite/51258
1607         * lib/target-supports.exp
1608         (check_effective_target_sync_long_long): Also supported on 32bit
1609         x86 targets.  Add comment about required dg-options.
1610         Add alpha*-*-* targets.
1611         (check_effective_target_sync_long_long_runtime): Ditto.
1612
1613         * gcc.dg/atomic-op-4.c (dg-options): Add -march=pentium for
1614         32bit x86 targets.
1615         * gcc.dg/atomic-compare-exchange-4.c: Ditto.
1616         * gcc.dg/atomic-exchange-4.c: Ditto.
1617         * gcc.dg/atomic-load-4.c: Ditto.
1618         * gcc.dg/atomic-store-4.c: Ditto.
1619         * gcc.dg/di-longlong64-sync-1.c: Ditto.
1620         * gcc.dg/di-sync-multithread.c: Ditto.
1621         * gcc.dg/simulate-thread/atomic-load-longlong.c: Ditto.
1622         * gcc.dg/simulate-thread/atomic-other-longlong.c: Ditto.
1623
1624 2011-11-25  Uros Bizjak  <ubizjak@gmail.com>
1625
1626         PR testsuite/51258
1627         * lib/target-supports.exp
1628         (check_effective_target_sync_int_128_runtime): New procedure.
1629         (check_effective_target_sync_long_long_runtime): Ditto.
1630         (check_effective_target_sync_long_long): Add arm*-*-*.
1631         (check_effective_target_sync_longlong): Remove.
1632
1633         * gcc.dg/atomic-op-5.c: Require sync_int_128_runtime effective target.
1634         * gcc.dg/atomic-compare-exchange-5.c: Ditto.
1635         * gcc.dg/atomic-exchange-5.c: Ditto.
1636         * gcc.dg/atomic-load-5.c: Ditto.
1637         * gcc.dg/atomic-store-5.c: Ditto.
1638         * gcc.dg/simulate-thread/atomic-load-int128.c: Ditto.
1639         * gcc.dg/simulate-thread/atomic-other-int128.c: Ditto.
1640         * gcc.dg/atomic-op-4.c: Require sync_long_long_runtime
1641         effective target.
1642         * gcc.dg/atomic-compare-exchange-4.c: Ditto.
1643         * gcc.dg/atomic-exchange-4.c: Ditto.
1644         * gcc.dg/atomic-load-4.c: Ditto.
1645         * gcc.dg/atomic-store-4.c: Ditto.
1646         * gcc.dg/di-longlong64-sync-1.c: Ditto.
1647         * gcc.dg/di-sync-multithread.c: Ditto.
1648         * gcc.dg/simulate-thread/atomic-load-longlong.c: Ditto.
1649         * gcc.dg/simulate-thread/atomic-other-longlong.c: Ditto.
1650
1651 2011-11-25  Tobias Burnus  <burnus@net-b.de>
1652
1653         PR fortran/50408
1654         * gfortran.dg/whole_file_35.f90: New.
1655
1656 2011-11-25  Tobias Burnus  <burnus@net-b.de>
1657
1658         PR fortran/51302
1659         * gfortran.dg/volatile13.f90: New.
1660
1661 2011-11-24  Andrew MacLeod  <amacleod@redhat.com>
1662
1663         PR c/51256
1664         * gcc.dg/atomic-pr51256.c: New.  Test error conditions.
1665
1666 2011-11-24  Paolo Carlini  <paolo.carlini@oracle.com>
1667
1668         PR c++/51227
1669         * g++.dg/cpp0x/lambda/lambda-ice5.C: New.
1670
1671 2011-11-24  H.J. Lu  <hongjiu.lu@intel.com>
1672
1673         PR target/51134
1674         * gcc.target/i386/sw-1.c: Revert revision 181357.
1675
1676 2011-11-24  Tobias Burnus  <burnus@net-b.de>
1677
1678         PR fortran/51218
1679         * gfortran.dg/implicit_pure_1.f90: New.
1680
1681 2011-11-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1682
1683         PR testsuite/51258
1684         * gcc.dg/atomic-compare-exchange-5.c: Add -mcx16 on i?86-*-*.
1685         * gcc.dg/atomic-exchange-5.c: Likewise.
1686         * gcc.dg/atomic-load-5.c: Likewise.
1687         * gcc.dg/atomic-op-5.c: Likewise.
1688         * gcc.dg/atomic-store-5.c: Likewise.
1689         * gcc.dg/simulate-thread/atomic-other-int128.c: Fix typo.
1690
1691 2011-11-24  Jakub Jelinek  <jakub@redhat.com>
1692
1693         PR rtl-optimization/50290
1694         * gcc.dg/pr50290.c: New test.
1695
1696 2011-11-24  Paolo Carlini  <paolo.carlini@oracle.com>
1697
1698         PR c++/51290
1699         * g++.dg/warn/Wzero-as-null-pointer-constant-3.C: New.
1700
1701 2011-11-23  Jakub Jelinek  <jakub@redhat.com>
1702
1703         PR target/51261
1704         * gcc.dg/pr51261.c: New test.
1705
1706 2011-11-22  Dodji Seketeli  <dodji@redhat.com>
1707
1708         PR c++/51145
1709         * g++.dg/cpp0x/alias-decl-14.C: New test.
1710         * g++.dg/cpp0x/alias-decl-2.C: Adjust for tests that were wrongly
1711         passing before.
1712         * g++.dg/cpp0x/alias-decl-10.C: Likewise and adjust for diagnostic
1713         change.
1714         * g++.dg/ext/attrib27.C: Adjust for diagnostic change.
1715         * g++.dg/lookup/struct1.C: Likewise.
1716         * g++.dg/parse/elab1.C: Likewise.
1717         * g++.dg/parse/elab2.C: Likewise.
1718         * g++.dg/parse/int-as-enum1.C: Likewise.
1719         * g++.dg/parse/typedef1.C: Likewise.
1720         * g++.dg/parse/typedef3.C: Likewise.
1721         * g++.dg/parse/typedef4.C: Likewise.
1722         * g++.dg/parse/typedef5.C: Likewise.
1723         * g++.dg/template/crash26.C: Likewise.
1724         * g++.dg/template/nontype4.C: Likewise.
1725         * g++.old-deja/g++.benjamin/typedef01.C: Likewise.
1726         * g++.old-deja/g++.brendan/line1.C: Likewise.
1727         * g++.old-deja/g++.other/elab1.C: Likewise.
1728         * g++.old-deja/g++.other/syntax4.C: Likewise.
1729
1730 2011-11-22  Tom de Vries  <tom@codesourcery.com>
1731
1732         PR rtl-optimization/50764
1733         * gcc.dg/pr50764.c: New test.
1734
1735 2011-11-22  Paolo Carlini  <paolo.carlini@oracle.com>
1736
1737         PR c++/51265
1738         * g++.dg/cpp0x/decltype36.C: New.
1739
1740 2011-11-22  Jakub Jelinek  <jakub@redhat.com>
1741
1742         PR tree-optimization/51074
1743         * gcc.dg/vect/pr51074.c: New test.
1744
1745 2011-11-22  Dodji Seketeli  <dodji@redhat.com>
1746
1747         PR c++/51143
1748         * g++.dg/cpp0x/alias-decl-16.C: New test.
1749
1750 2011-11-22  Jakub Jelinek  <jakub@redhat.com>
1751
1752         PR tree-optimization/50765
1753         * gcc.dg/pr50765.c: New test.
1754
1755 2011-11-22  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
1756
1757         * gcc.dg/vshift-1.c (main): Call rand instead of random.
1758         * gcc.dg/vshift-3.c (main): Likewise.
1759
1760 2011-11-22  Iain Sandoe  <iains@gcc.gnu.org>
1761
1762         * gcc.dg/tm/20100615.c: Adjust for Darwin tm_clone_table section name.
1763
1764 2011-11-22  Iain Sandoe  <iains@gcc.gnu.org>
1765
1766         * gcc.misc-tests/gcov-16.c: Adjust scan-assembler for Darwin.
1767         * gcc.misc-tests/gcov-17.c: Likewise.
1768         * g++.dg/gcov/gcov-8.C: Likewise.
1769         * g++.dg/gcov/gcov-9.C: Likewise.
1770
1771 2011-11-21  Torvald Riegel  <triegel@redhat.com>
1772
1773         * g++.dg/tm/pr47747.C: New test.
1774
1775 2011-11-21  Torvald Riegel  <triegel@redhat.com>
1776
1777         * g++.dg/tm/template-2.C: New test.
1778
1779 2011-11-21  Jakub Jelinek  <jakub@redhat.com>
1780
1781         PR debug/50827
1782         * gcc.dg/pr50827.c: New test.
1783
1784 2011-11-21  Ed Smith-Rowland  <3dw4rd@verizon.net>
1785
1786         PR c++/50958
1787         * g++.dg/cpp0x/udlit-declare-neg.C: Adjust.
1788         * g++.dg/cpp0x/udlit-implicit-conv-neg.C: New.
1789         * g++.dg/cpp0x/udlit-member.C: Adjust.
1790         * g++.dg/cpp0x/udlit-raw-length.C: New.
1791         * g++.dg/cpp0x/udlit-raw-op-string-neg.C: Adjust.
1792         * g++.dg/cpp0x/udlit-resolve.C: New.
1793         * c-c++-common/dfp/pr33466.c: Adjust.
1794
1795 2011-11-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1796
1797         * lib/target-supports.exp
1798         (check_effective_target_ultrasparc_vis2_hw): Call check_runtime
1799         with ultrasparc_vis2_hw.
1800         (check_effective_target_ultrasparc_vis3_hw): Call check_runtime
1801         with ultrasparc_vis3_hw.
1802
1803 2011-11-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1804
1805         * c-c++-common/tm/malloc.c: Scan tree dumps for std::malloc if
1806         *-*-solaris2* && c++.
1807
1808 2011-11-20  Joey Ye  <joey.ye@arm.com>
1809
1810         * gcc.dg/volatile-bitfields-1.c: New.
1811
1812 2011-11-20  Jason Merrill  <jason@redhat.com>
1813
1814         PR c++/48322
1815         * g++.dg/cpp0x/variadic120.C: New.
1816         * g++.dg/cpp0x/sfinae26.C: Adjust.
1817
1818         * g++.dg/cpp0x/sfinae11.C: Adjust.
1819         * g++.dg/cpp0x/sfinae26.C: Adjust.
1820         * g++.dg/template/unify11.C: Adjust.
1821
1822 2011-11-20  Paolo Carlini  <paolo.carlini@oracle.com>
1823
1824         PR c++/51230
1825         * g++.dg/template/error46.C: New.
1826
1827 2011-11-20  Uros Bizjak  <ubizjak@gmail.com>
1828
1829         PR target/51235
1830         * gcc.target/i386/pr51235.c: New test.
1831
1832         PR target/51236
1833         * gcc.target/i386/pr51236.c: New test.
1834
1835 2011-11-20  Eric Botcazou  <ebotcazou@adacore.com>
1836
1837         * gnat.dg/discr32.adb: New test.
1838         * gnat.dg/discr32_pkg.ads: New helper.
1839
1840 2011-11-20  Nathan Sidwell  <nathan@acm.org>
1841
1842         PR gcov-profile/51113
1843         * gcc.misc-tests/gcov-13.c: Check gcovpart-13b coverage
1844         * gcc.misc-tests/gcov-16.c: New.
1845         * gcc.misc-tests/gcov-17.c: New.
1846         * g++.dg/gcov/gcov-8.C: New.
1847         * g++.dg/gcov/gcov-9.C: New.
1848         * g++.dg/gcov/gcov-10.C: New.
1849
1850 2011-11-20  Dodji Seketeli  <dodji@redhat.com>
1851
1852         PR c++/51194
1853         * g++.dg/cpp0x/alias-decl-15.C: New test.
1854
1855 2011-11-19  Paolo Carlini  <paolo.carlini@oracle.com>
1856
1857         PR c++/51216
1858         * g++.dg/cpp0x/pr51216.C: New.
1859
1860 2011-11-19  Eric Botcazou  <ebotcazou@adacore.com>
1861
1862         * gcc.dg/delay-slot-2.c: New test.
1863
1864 2011-11-18  Joseph Myers  <joseph@codesourcery.com>
1865
1866         * gcc.dg/cpp/assert4.c: Test __linux__, not __gnu_linux__.
1867
1868 2011-11-18  Fabien Chêne  <fabien@gcc.gnu.org>
1869
1870         PR c++/51188
1871         * g++.dg/lookup/using46.C: New.
1872         * g++.dg/lookup/using47.C: New.
1873         * g++.dg/lookup/using48.C: New.
1874         * g++.dg/lookup/using49.C: New.
1875         * g++.dg/lookup/using50.C: New.
1876
1877 2011-11-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1878
1879         * gcc.c-torture/compile/pr44707.c: Do not assume assembler
1880         supports /* ... */ comments.
1881
1882 2011-11-18  Paolo Carlini  <paolo.carlini@oracle.com>
1883
1884         PR c++/51150
1885         * g++.dg/cpp0x/pr51150.C: New.
1886
1887 2011-11-18  Martin Jambor  <mjambor@suse.cz>
1888
1889         PR tree-optimization/50605
1890         * g++.dg/ipa/pr50605.C: New test.
1891
1892 2011-11-18  Dodji Seketeli  <dodji@redhat.com>
1893
1894         PR c++/51191
1895         * g++.dg/cpp0x/alias-decl-13.C: New test.
1896
1897 2011-11-17  Jason Merrill  <jason@redhat.com>
1898
1899         PR c++/51186
1900         * g++.dg/cpp0x/auto27.C: New.
1901         * g++.dg/cpp0x/trailing2.C: Adjust messages.
1902
1903 2011-11-17  Andrew MacLeod  <amacleod@redhat.com>
1904
1905         * gcc.dg/atomic-generic-aux.c (__atomic_compare_exchange): Fail if
1906         memory model parameters don't match expected values.
1907         * gcc.dg/atomic-generic.c: Pass specific memory model parameters to
1908         __atomic_compare_exchange.
1909         * gcc.dg/atomic-noinline.c: Pass specific memory model parameters to
1910         __atomic_compare_exchange_n.
1911         * gcc.dg/atomic-noinline-aux.c (__atomic_compare_exchange_2): Remove
1912         weak/strong parameter and fail if memory models aren't correct.
1913
1914 2011-10-17  Uros Bizjak  <ubizjak@gmail.com>
1915
1916         * lib/gcc-simulate-thread.exp (simulate-thread): Run on all targets.
1917         Look for simulate_thread_done to determine working gdb.  Reduce timeout
1918         to 10 seconds and fail when timeout occurs.  Improve error messages.
1919
1920 2011-11-17  Jason Merrill  <jason@redhat.com>
1921
1922         PR c++/51137
1923         * g++.dg/template/virtual2.C: New.
1924
1925 2011-11-17  Michael Matz  <matz@suse.de>
1926
1927         PR middle-end/50644
1928         PR middle-end/50741
1929         * g++.dg/tree-ssa/pr50741.C: New.
1930
1931 2011-11-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1932
1933         * lib/gcc-simulate-thread.exp (simulate-thread): Skip on alpha*-*-*.
1934
1935 2011-10-16  Uros Bizjak  <ubizjak@gmail.com>
1936
1937         * gcc.dg/tm/memopt-6.c: Cleanup tmedge tree dump.
1938         * gcc.dg/tm/memopt-13.c: Cleanup tmmark tree dump.
1939         * g++.dg/eh/array1.C: Cleanup gimple tree dump.
1940
1941 2011-11-16  Tobias Burnus  <burnus@net-b.de>
1942
1943         PR fortran/39427
1944         PR fortran/37829
1945         * gfortran.dg/constructor_1.f90: New.
1946         * gfortran.dg/constructor_2.f90: New.
1947         * gfortran.dg/constructor_3.f90: New.
1948         * gfortran.dg/constructor_4.f90: New.
1949         * gfortran.dg/constructor_5.f90: New.
1950         * gfortran.dg/constructor_6.f90: New.
1951         * gfortran.dg/use_only_5.f90: New.
1952         * gfortran.dg/c_ptr_tests_17.f90: New.
1953         * gfortran.dg/c_ptr_tests_18.f90: New.
1954         * gfortran.dg/used_types_25.f90: New.
1955         * gfortran.dg/used_types_26.f90: New
1956         * gfortran.dg/type_decl_3.f90: New.
1957         * gfortran.dg/function_types_3.f90: Update dg-error.
1958         * gfortran.dg/result_1.f90: Ditto.
1959         * gfortran.dg/structure_constructor_3.f03: Ditto.
1960         * gfortran.dg/structure_constructor_4.f03: Ditto.
1961
1962 2011-10-16  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
1963
1964         * gcc.dg/vect/pr30858.c: Update expected output for
1965         architectures with multiple vector sizes.
1966
1967 2011-11-16  Richard Earnshaw  <rearnsha@arm.com>
1968             Bernd Schmidt <bernds@coudesourcery.com>
1969             Sebastian Huber <sebastian.huber@embedded-brains.de>
1970
1971         PR target/49641
1972         * gcc.target/arm/pr49641.c: New test.
1973
1974 2011-11-16  Razya Ladelsky  <razya@il.ibm.com>
1975
1976         PR tree-optimization/49960
1977         * gcc.dg/autopar/pr49960.c: New test.
1978         * gcc.dg/autopar/pr49960-1.c: New test.
1979
1980
1981 2011-11-16  Tom de Vries  <tom@codesourcery.com>
1982
1983         * gcc.dg/pr43864.c: Check for absence of 'Invalid sum' in pre tree-dump.
1984         * gcc.dg/pr43864-2.c: Same.
1985         * gcc.dg/pr43864-3.c: Same.
1986         * gcc.dg/pr43864-4.c: Same.
1987
1988 2011-11-15  Uros Bizjak  <ubizjak@gmail.com>
1989
1990         * gcc.target/i386/sse2-cvt-vec.c: New test.
1991         * gcc.target/i386/avx-cvt-vec.c: Ditto.
1992         * gcc.target/i386/avx-cvt-2-vec.c: Ditto.
1993         * gcc.target/i386/avx-floor-sfix-2-vec.c: Ditto.
1994         * gcc.target/i386/avx-ceil-sfix-2-vec.c: Ditto.
1995         * gcc.target/i386/avx-rint-sfix-2-vec.c: Ditto.
1996         * gcc.target/i386/avx-round-sfix-2-vec.c: Ditto.
1997
1998 2011-11-15  Iain Sandoe  <iains@gcc.gnu.org>
1999
2000         * lib/gcc-simulate-thread.exp (simulate-thread): Do not run on
2001         powerpc*-*-darwin* targets.
2002
2003 2011-11-15  Torvald Riegel  <triegel@redhat.com>
2004
2005         * c-c++-common/tm/trxn-expr-3.c: New test.
2006
2007 2011-11-14  Torvald Riegel  <triegel@redhat.com>
2008
2009         * g++.dg/tm/template-1.C: Add cleanup-tree-dump. Fix typo in comment.
2010
2011 2011-11-14  Uros Bizjak  <ubizjak@gmail.com>
2012
2013         * gcc.target/i386/avx-recip-vec.c: New test.
2014         * gcc.target/i386/avx-lrintf-vec.c: Ditto.
2015         * gcc.target/i386/avx-lrint-vec.c: Ditto.
2016         * gcc.target/i386/avx-floorf-vec.c: Include sse4_1-floorf-vec.c.
2017         * gcc.target/i386/avx-floor-vec.c: Include sse4_1-floor-vec.c.
2018         * gcc.target/i386/avx-ceilf-vec.c: Include sse4_1-ceilf-vec.c.
2019         * gcc.target/i386/avx-ceil-vec.c: Include sse4_1-ceil-vec.c.
2020         * gcc.target/i386/avx-rintf-vec.c: Include sse4_1-rintf-vec.c.
2021         * gcc.target/i386/avx-rint-vec.c: Include sse4_1-rint-vec.c.
2022         * gcc.target/i386/avx-roundf-vec.c: Include sse4_1-roundf-vec.c.
2023         * gcc.target/i386/avx-round-vec.c: Include sse4_1-round-vec.c.
2024         * gcc.target/i386/avx-truncf-vec.c: Include sse4_1-truncf-vec.c.
2025         * gcc.target/i386/avx-trunc-vec.c: Include sse4_1-trunc-vec.c.
2026         * gcc.target/i386/avx-copysignf-vec.c: Include sse-copysignf-vec.c.
2027         * gcc.target/i386/avx-copysign-vec.c: Include sse2-copysign-vec.c.
2028
2029 2011-11-14  Ed Smith-Rowland  <3dw4rd@verizon.net>
2030
2031         PR c++/51107
2032         * g++.dg/cpp0x/udlit-args-neg.C: Add check for void argument
2033         non-template literal operator.
2034
2035 2011-11-14  Uros Bizjak  <ubizjak@gmail.com>
2036
2037         * gcc.target/i386/sse4_1-floor-sfix-vec.c: New test.
2038         * gcc.target/i386/sse4_1-floorf-sfix-vec.c: Ditto.
2039         * gcc.target/i386/avx-floor-sfix-vec.c: Ditto.
2040         * gcc.target/i386/avx-floorf-sfix-vec.c: Ditto.
2041         * gcc.target/i386/sse4_1-ceil-sfix-vec.c: Ditto.
2042         * gcc.target/i386/sse4_1-ceilf-sfix-vec.c: Ditto.
2043         * gcc.target/i386/avx-ceil-sfix-vec.c: Ditto.
2044         * gcc.target/i386/avx-ceilf-sfix-vec.c: Ditto.
2045         * gcc.target/i386/sse4_1-rint-sfix-vec.c: Ditto.
2046         * gcc.target/i386/sse4_1-rintf-sfix-vec.c: Ditto.
2047         * gcc.target/i386/avx-rint-sfix-vec.c: Ditto.
2048         * gcc.target/i386/avx-rintf-sfix-vec.c: Ditto.
2049         * gcc.target/i386/sse4_1-round-sfix-vec.c: Ditto.
2050         * gcc.target/i386/sse4_1-roundf-sfix-vec.c: Ditto.
2051         * gcc.target/i386/avx-round-sfix-vec.c: Ditto.
2052         * gcc.target/i386/avx-roundf-sfix-vec.c: Ditto.
2053
2054 2011-11-14  Fabien Chêne  <fabien@gcc.gnu.org>
2055
2056         PR c++/6936
2057         PR c++/25994
2058         PR c++/26256
2059         PR c++/30195
2060         * g++.old-deja/g++.brendan/misc14.C: Adjust.
2061         * g++.old-deja/g++.jason/scoping16.C: Likewise.
2062         * g++.old-deja/g++.other/anon7.C: Likewise.
2063         * g++.old-deja/g++.other/using1.C: Likewise.
2064         * g++.old-deja/g++.other/redecl1.C: Likewise.
2065         * g++.old-deja/g++.other/typedef7.C: Likewise.
2066         * g++.old-deja/g++.bugs/900127_02.C: Likewise.
2067         * g++.dg/template/using2.C: Likewise.
2068         * g++.dg/template/static4.C: Likewise.
2069         * g++.dg/template/typedef1.C: Likewise.
2070         * g++.dg/lookup/name-clash9.C: Likewise.
2071         * g++.dg/abi/mangle41.C: Likewise.
2072         * g++.dg/parse/ctor5.C: Likewise.
2073         * g++.dg/inherit/using4.C: Likewise.
2074         * g++.dg/lookup/using24.C: New.
2075         * g++.dg/lookup/using25.C: New.
2076         * g++.dg/lookup/using26.C: New.
2077         * g++.dg/lookup/using27.C: New.
2078         * g++.dg/lookup/using28.C: New.
2079         * g++.dg/lookup/using29.C: New.
2080         * g++.dg/lookup/using30.C: New.
2081         * g++.dg/lookup/using31.C: New.
2082         * g++.dg/lookup/using32.C: New.
2083         * g++.dg/lookup/using33.C: New.
2084         * g++.dg/lookup/using34.C: New.
2085         * g++.dg/lookup/using35.C: New.
2086         * g++.dg/lookup/using36.C: New.
2087         * g++.dg/lookup/using37.C: New.
2088         * g++.dg/lookup/using38.C: New.
2089         * g++.dg/lookup/using39.C: New.
2090         * g++.dg/lookup/using40.C: New.
2091         * g++.dg/lookup/using41.C: New.
2092         * g++.dg/lookup/using42.C: New.
2093         * g++.dg/lookup/using43.C: New.
2094         * g++.dg/lookup/using44.C: New.
2095         * g++.dg/lookup/using45.C: New.
2096         * g++.dg/lookup/pr6936.C: New.
2097         * g++.dg/debug/using4.C: New.
2098         * g++.dg/debug/using5.C: New.
2099         * g++.dg/cpp0x/forw_enum10.C: New.
2100
2101 2011-11-14  Zolotukhin Michael  <michael.v.zolotukhin@gmail.com>
2102             Jan Hubicka  <jh@suse.cz>
2103
2104         * gcc.target/i386/sw-1.c: Force rep;movsb.
2105
2106 2011-11-14  Iain Sandoe  <iains@gcc.gnu.org>
2107
2108         PR testsuite/51059
2109         * gcc.misc-tests/gcov-14.c (dg-options): Adjust to use
2110         dg-additional-options.
2111
2112 2011-11-13  Oleg Endo  <oleg.endo@t-online.de>
2113
2114         * gcc.target/sh/pr21255-2-ml.c: Skip if -mb or -m5* is
2115         specified.  Remove redundant runtime checks.
2116         * gcc.target/sh/20080410-1.c: Skip if -mb is specified.
2117         Allow for other than -m4.  Fix typos in comments.
2118
2119 2011-11-12  Jason Merrill  <jason@redhat.com>
2120
2121         PR c++/986
2122         * g++.dg/warn/ref-temp1.C: New.
2123
2124         PR c++/51060
2125         * g++.dg/opt/stack2.C: New.
2126
2127 2011-11-12  Uros Bizjak  <ubizjak@gmail.com>
2128
2129         * lib/gcc-simulate-thread.exp (simulate-thread): Do not run on
2130         alpha*-*-linux* targets.
2131
2132 2011-11-12  Iain Sandoe  <iains@gcc.gnu.org>
2133
2134         PR testsuite/51059
2135         * gcc.misc-tests/gcov-14.c (dg-options): Force flat namespace for
2136         Darwin targets and allow external symbols to be undefined.
2137
2138 2011-11-12  Nathan Sidwell  <nathan@acm.org>
2139
2140         * gcc.misc-tests/gcov-15.c: New.
2141
2142 2011-11-11  Jakub Jelinek  <jakub@redhat.com>
2143
2144         PR tree-optimization/51058
2145         * gcc.dg/vect/fast-math-vect-call-1.c: Add f4 test.
2146         * gfortran.dg/vect/pr51058-2.f90: New test.
2147
2148 2011-11-10  Jason Merrill  <jason@redhat.com>
2149
2150         * g++.dg/template/linkage1.C: New.
2151         * g++.dg/ext/visibility/anon8.C: Adjust for C++11.
2152         * g++.old-deja/g++.other/linkage4.C: Likewise.
2153
2154         PR c++/50973
2155         * g++.dg/cpp0x/defaulted33.C: New.
2156
2157 2011-11-10  Andrew MacLeod  <amacleod@redhat.com>
2158
2159         PR middle-end/51038
2160         * gcc.dg/atomic-invalid.c: Add test for invalid __atomic_clear models.
2161         * gcc.dg/atomic-flag.c: New.  Test __atomic_test_and_set and
2162         __atomic_clear.
2163
2164 2011-11-10  Andrew MacLeod  <amacleod@redhat.com>
2165
2166         PR rtl-optimization/51040
2167         * testsuite/gcc.dg/atomic-noinline[-aux].c: Test no-inline NAND and
2168         patchup code.
2169
2170 2011-11-10  Jason Merrill  <jason@redhat.com>
2171
2172         PR c++/51079
2173         * g++.dg/template/conv12.C: New.
2174
2175         PR debug/50983
2176         * gcc.dg/debug/dwarf2/asm-line1.c: New.
2177
2178 2011-11-10  Eric Botcazou  <ebotcazou@adacore.com>
2179
2180         * gnat.dg/atomic6_1.adb: New test.
2181         * gnat.dg/atomic6_2.adb: Likewise.
2182         * gnat.dg/atomic6_3.adb: Likewise.
2183         * gnat.dg/atomic6_4.adb: Likewise.
2184         * gnat.dg/atomic6_5.adb: Likewise.
2185         * gnat.dg/atomic6_6.adb: Likewise.
2186         * gnat.dg/atomic6_7.adb: Likewise.
2187         * gnat.dg/atomic6_8.adb: Likewise.
2188         * gnat.dg/atomic6_pkg.ads: New helper.
2189
2190 2011-11-10  Jakub Jelinek  <jakub@redhat.com>
2191
2192         PR middle-end/51077
2193         * gcc.c-torture/compile/pr51077.c: New test.
2194
2195         PR rtl-optimization/51023
2196         * gcc.c-torture/execute/pr51023.c: New test.
2197
2198 2011-11-10  Richard Guenther  <rguenther@suse.de>
2199
2200         PR tree-optimization/51042
2201         * gcc.dg/torture/pr51042.c: New testcase.
2202
2203 2011-11-10  Richard Guenther  <rguenther@suse.de>
2204
2205         PR tree-optimization/51070
2206         * gcc.dg/torture/pr51070.c: New testcase.
2207
2208 2011-11-10  Richard Guenther  <rguenther@suse.de>
2209
2210         PR tree-optimization/51030
2211         * gcc.dg/tree-ssa/phi-opt-6.c: New testcase.
2212
2213 2011-11-10  Richard Guenther  <rguenther@suse.de>
2214
2215         PR middle-end/51071
2216         * gcc.dg/torture/pr51071.c: New testcase.
2217
2218 2011-11-10  Eric Botcazou  <ebotcazou@adacore.com>
2219
2220         * gnat.dg/loop_optimization9.ad[sb]: New test.
2221
2222 2011-11-10  Ira Rosen  <ira.rosen@linaro.org>
2223
2224         PR tree-optimization/51058
2225         * gfortran.dg/vect/pr51058.f90: New test.
2226
2227 2011-11-10  Jakub Jelinek  <jakub@redhat.com>
2228
2229         PR tree-optimization/51000
2230         * gcc.dg/vect/pr51000.c: New test.
2231
2232 2011-11-09  Paolo Carlini  <paolo.carlini@oracle.com>
2233
2234         PR c++/50837
2235         * g++.dg/cpp0x/static_assert5.C: New.
2236         * g++.dg/template/nontype13.C: Tweak.
2237
2238 2011-11-09  Jason Merrill  <jason@redhat.com>
2239
2240         PR c++/50972
2241         * g++.dg/cpp0x/noexcept16.C: New.
2242
2243         PR c++/51046
2244         * g++.dg/cpp0x/variadic119.C: New.
2245
2246 2011-11-09  Jakub Jelinek  <jakub@redhat.com>
2247
2248         PR target/50911
2249         * gcc.dg/torture/vshuf-16.inc: Add interleave low and high
2250         permutations.
2251         * gcc.dg/torture/vshuf-32.inc: Likewise.
2252         * gcc.dg/torture/vshuf-4.inc: Likewise.
2253         * gcc.dg/torture/vshuf-8.inc: Likewise.
2254
2255         * gcc.dg/tm/memopt-1.c: Fix up regexp.
2256
2257 2011-11-09  Ian Lance Taylor  <iant@google.com>
2258
2259         * lib/target-supports.exp (check_effective_target_ucontext_h): New
2260         procedure.
2261         * gcc.dg/split-5.c: New test.
2262
2263 2011-11-09  Patrick Marlier  <patrick.marlier@gmail.com>
2264
2265         * gcc.dg/tm/memopt-1.c:  Adjust regexp.
2266
2267 2011-11-09  Jason Merrill  <jason@redhat.com>
2268
2269         PR c++/51029
2270         * g++.dg/template/virtual1.C: New.
2271
2272 2011-11-08  Jason Merrill  <jason@redhat.com>
2273
2274         Run most C++ tests in both C++98 and C++11 modes.
2275         * lib/target-supports.exp (check_effective_target_c++11): New.
2276         (check_effective_target_c++98): New.
2277         * lib/g++-dg.exp (g++-dg-runtest): New.
2278         * g++.dg/dg.exp: Use g++-dg-runtest.
2279         * g++.dg/charset/charset.exp: Likewise.
2280         * g++.dg/debug/dwarf2/dwarf2.exp: Likewise.
2281         * g++.dg/dfp/dfp.exp: Likewise.
2282         * g++.dg/gcov/gcov.exp: Likewise.
2283         * g++.dg/gomp/gomp.exp: Likewise.
2284         * g++.dg/graphite/graphite.exp: Likewise.
2285         * g++.dg/tls/tls.exp: Likewise.
2286         * g++.dg/tm/tm.exp: Likewise.
2287         * g++.dg/vect/vect.exp: Likewise.
2288         * g++.old-deja/old-deja.exp: Likewise.
2289         * g++.dg/simulate-thread/simulate-thread.exp: Pass -std flags
2290         with some of the torture options.
2291         * g++.dg/abi/mangle4.C: Move to template/nontype25.C.
2292         * g++.dg/template/sfinae6_neg.C: Add C++11 error.
2293         * g++.dg/init/null1.C: Only run in C++98.
2294         * g++.dg/warn/Wconversion-null-3.C: Likewise.
2295         * g++.old-deja/g++.benjamin/p12475.C: Likewise.
2296         * g++.old-deja/g++.brendan/crash64.C: Likewise.
2297         * g++.old-deja/g++.other/anon9.C: Likewise.
2298         * g++.old-deja/g++.other/linkage1.C: Likewise.
2299         * g++.old-deja/g++.other/linkage2.C: Likewise.
2300         * g++.old-deja/g++.pt/t29.C: Likewise.
2301         * g++.old-deja/g++.pt/t30.C: Likewise.
2302         * g++.dg/cpp0x/variadic60.C: Only error in C++98.
2303         * g++.dg/ext/anon-struct4.C: Likewise.
2304         * g++.dg/init/brace2.C: Likewise.
2305         * g++.dg/init/brace6.C: Likewise.
2306         * g++.dg/other/anon3.C: Likewise.
2307         * g++.dg/template/arg2.C: Likewise.
2308         * g++.old-deja/g++.brendan/cvt1.C: Likewise.
2309         * g++.old-deja/g++.brendan/enum11.C: Likewise.
2310         * g++.old-deja/g++.brendan/enum8.C: Likewise.
2311         * g++.old-deja/g++.brendan/enum9.C: Likewise.
2312         * g++.old-deja/g++.brendan/friend3.C: Likewise.
2313         * g++.old-deja/g++.brendan/init2.C: Likewise.
2314         * g++.old-deja/g++.brendan/init4.C: Likewise.
2315         * g++.old-deja/g++.brendan/misc14.C: Likewise.
2316         * g++.old-deja/g++.jason/cond.C: Likewise.
2317         * g++.old-deja/g++.law/init1.C: Likewise.
2318         * g++.old-deja/g++.law/operators32.C: Likewise.
2319         * g++.old-deja/g++.pt/enum6.C: Likewise.
2320         * g++.old-deja/g++.pt/explicit70.C: Likewise.
2321         * g++.old-deja/g++.pt/ptrmem6.C: Likewise.
2322
2323         * g++.dg/eh/new1.C: Adjust for C++11 mode.
2324         * g++.dg/init/new11.C: Likewise.
2325         * g++.dg/init/pr29571.C: Likewise.
2326         * g++.dg/lookup/forscope2.C: Likewise.
2327         * g++.dg/parse/linkage1.C: Likewise.
2328         * g++.dg/parse/typedef8.C: Likewise.
2329         * g++.dg/template/error44.C: Likewise.
2330         * g++.dg/tls/diag-2.C: Likewise.
2331         * g++.dg/tls/diag-4.C: Likewise.
2332         * g++.dg/warn/anonymous-namespace-3.C: Likewise.
2333         * g++.old-deja/g++.abi/arraynew.C: Likewise.
2334         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
2335         * g++.old-deja/g++.brendan/new3.C: Likewise.
2336         * g++.old-deja/g++.eh/new1.C: Likewise.
2337         * g++.old-deja/g++.eh/new2.C: Likewise.
2338         * g++.old-deja/g++.jason/new.C: Likewise.
2339         * g++.old-deja/g++.law/friend1.C: Likewise.
2340         * g++.old-deja/g++.mike/net46.C: Likewise.
2341         * g++.old-deja/g++.mike/p755.C: Likewise.
2342         * g++.old-deja/g++.other/new6.C: Likewise.
2343
2344         * g++.dg/cpp0x/variadic74.C: Adjust diags.
2345         * g++.dg/template/crash53.C: Likewise.
2346         * g++.dg/template/void9.C: Likewise.
2347
2348 2011-11-09  Paolo Carlini  <paolo.carlini@oracle.com>
2349
2350         PR c++/51045
2351         * g++.dg/warn/Wzero-as-null-pointer-constant-2.C: New.
2352
2353 2011-11-09  Paolo Carlini  <paolo.carlini@oracle.com>
2354
2355         PR c++/51047
2356         * g++.dg/cpp0x/sfinae29.C: New.
2357
2358 2011-11-09  Janus Weil  <janus@gcc.gnu.org>
2359
2360         PR fortran/50960
2361         * gfortran.dg/typebound_call_22.f03: New test case.
2362
2363 2011-11-09  Janne Blomqvist  <jb@gcc.gnu.org>
2364
2365         PR libfortran/50016
2366         * gfortran.dg/inquire_size.f90: Don't flush the unit.
2367
2368 2011-11-09  Richard Guenther  <rguenther@suse.de>
2369
2370         PR tree-optimization/51039
2371         * gcc.dg/pr51039.c: New testcase.
2372
2373 2011-11-09  Jakub Jelinek  <jakub@redhat.com>
2374
2375         * lib/target-supports.exp (check_effective_target_vect_cond_mixed):
2376         Enable also for powerpc*-*-*.
2377
2378 2011-11-09  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2379
2380         PR fortran/50540
2381         * gfortran.dg/forall_16.f90: New test.
2382
2383 2011-11-09  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2384
2385         PR fortran/38718
2386         * gfortran.dg/initialization_29.f90: Expand test.
2387
2388 2011-11-09  Dodji Seketeli  <dodji@redhat.com>
2389
2390         PR c++/51027
2391         * g++.dg/cpp0x/alias-decl-12.C: New test.
2392         * g++.dg/ext/alias-decl-attr4.C: Append missing ';'.
2393
2394 2011-11-09  Dodji Seketeli  <dodji@redhat.com>
2395
2396         PR debug/51032
2397         * g++.dg/cpp0x/alias-decl-debug-0.C: New test.
2398
2399 2011-11-09  Ira Rosen  <ira.rosen@linaro.org>
2400
2401         PR tree-optimization/51015
2402         * gcc.dg/vect/pr51015.c: New test.
2403
2404 2011-11-08  David S. Miller  <davem@davemloft.net>
2405
2406         * lib/target-supports.exp (check_effective_target_sparc_vis): New.
2407         (check_effective_target_vect_cmdline_needed): Use it when sparc*-*-*
2408
2409 2011-11-08  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2410
2411         PR fortran/50404
2412         * gfortran.dg/io_constraints_3.f90: Improve testcase.
2413
2414 2011-11-08  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2415
2416         PR fortran/50409
2417         * gfortran.dg/string_5.f90: Improve testcase.
2418
2419 2011-10-23  Jason Merrill  <jason@redhat.com>
2420
2421         PR c++/50835
2422         * g++.dg/template/lvalue2.C: New.
2423
2424 2011-11-08  Michael Matz  <matz@suse.de>
2425
2426         * gcc.dg/tree-ssa/20031015-1.c: Adjust.
2427         * g++.dg/tree-ssa/ehcleanup-1.C: Ditto.
2428         * g++.dg/eh/builtin1.C: Rewrite to not use local variables.
2429         * g++.dg/eh/builtin2.C: Ditto.
2430         * g++.dg/eh/builtin3.C: Ditto.
2431
2432 2011-11-08  Jakub Jelinek  <jakub@redhat.com>
2433
2434         * gcc.target/i386/avx-cvt-2.c: Adjust for 32-byte integer vectors
2435         being prefered even for -mavx.
2436         * gcc.target/i386/avx-cvt-3.c: New test.
2437
2438 2011-11-08  Richard Guenther  <rguenther@suse.de>
2439
2440         PR tree-optimization/51012
2441         * gcc.dg/pr51012-1.c: New testcase.
2442         * gcc.dg/pr51012-2.c: Likewise.
2443
2444 2011-11-08  Richard Guenther  <rguenther@suse.de>
2445
2446         PR middle-end/51010
2447         * c-c++-common/uninit-pr51010.c: New testcase.
2448
2449 2011-11-08  Jakub Jelinek  <jakub@redhat.com>
2450
2451         * lib/target-supports.exp (check_effective_target_vect_call_sqrtf,
2452         check_effective_target_vect_call_copysignf,
2453         check_effective_target_vect_call_lrint): New procedures.
2454         * gcc.dg/vect/vect.exp: Run fast-math-bb-slp* tests using
2455         $VECT_SLP_CFLAGS with -ffast-math.
2456         * gcc.dg/vect/fast-math-vect-call-1.c: New test.
2457         * gcc.dg/vect/fast-math-vect-call-2.c: New test.
2458         * gcc.dg/vect/fast-math-bb-slp-call-1.c: New test.
2459         * gcc.dg/vect/fast-math-bb-slp-call-2.c: New test.
2460
2461 2011-11-07  Richard Henderson  <rth@redhat.com>
2462             Aldy Hernandez  <aldyh@redhat.com>
2463             Torvald Riegel  <triegel@redhat.com>
2464
2465         Merged from transactional-memory.
2466
2467         * g++.dg/dg.exp: Run transactional memory tests.
2468         * g++.dg/tm: New directory with new tests.
2469         * gcc.dg/tm: New directory with new tests.
2470         * c-c++-common/tm: New directory with new tests.
2471
2472 2011-11-08  Dodji Seketeli  <dodji@redhat.com>
2473
2474         Fix context handling of alias-declaration
2475         * g++.dg/cpp0x/alias-decl-11.C: New test.
2476
2477 2011-11-08  Paolo Carlini  <paolo.carlini@oracle.com>
2478
2479         PR c++/50864
2480         * g++.dg/parse/template26.C: New.
2481         * g++.dg/template/crash45.C: Adjust dg-error string.
2482
2483 2011-11-07  Jason Merrill  <jason@redhat.com>
2484
2485         PR c++/50848
2486         * g++.dg/template/lookup9.C: New.
2487
2488         PR c++/50863
2489         * g++.dg/cpp0x/lambda/lambda-initlist1.C: New.
2490
2491         PR c++/50870
2492         * g++.dg/cpp0x/decltype35.C: New.
2493
2494 2011-11-07  Dodji Seketeli  <dodji@redhat.com>
2495
2496         Support C++11 alias-declaration
2497         PR c++/45114
2498         * g++.dg/cpp0x/alias-decl-0.C: New test case.
2499         * g++.dg/cpp0x/alias-decl-1.C: Likewise.
2500         * g++.dg/cpp0x/alias-decl-3.C: Likewise.
2501         * g++.dg/cpp0x/alias-decl-4.C: Likewise.
2502         * g++.dg/cpp0x/alias-decl-6.C: Likewise.
2503         * g++.dg/cpp0x/alias-decl-7.C: Likewise.
2504         * g++.dg/cpp0x/alias-decl-8.C: Likewise.
2505         * g++.dg/cpp0x/alias-decl-9.C: Likewise.
2506         * g++.dg/cpp0x/alias-decl-10.C: Likewise.
2507         * g++.dg/ext/alias-decl-attr1.C: Likewise.
2508         * g++.dg/ext/alias-decl-attr2.C: Likewise.
2509         * g++.dg/ext/alias-decl-attr3.C: Likewise.
2510         * g++.dg/ext/alias-decl-attr4.C: Likewise.
2511
2512 2011-11-07  Eric Botcazou  <ebotcazou@adacore.com>
2513
2514         * gcc.dg/pragma-align-2.c: Compile with -std=gnu99.
2515
2516 2011-11-07  Janus Weil  <janus@gcc.gnu.org>
2517
2518         PR fortran/50919
2519         * gfortran.dg/typebound_call_21.f03: New.
2520
2521 2011-11-07  Nathan Sidwell  <nathan@acm.org>
2522
2523         * gcc.dg/profile-dir-1.c: Adjust final scan.
2524         * gcc.dg/profile-dir-2.c: Adjust final scan.
2525         * gcc.dg/profile-dir-3.c: Adjust final scan.
2526         * gcc.misc-tests/gcov.exp: Adjust regexp.
2527         * gcc.misc-tests/gcov-12.c: New.
2528         * gcc.misc-tests/gcov-13.c: New.
2529         * gcc.misc-tests/gcovpart-13b.c: New.
2530         * gcc.misc-tests/gcov-14.c: New.
2531
2532 2011-11-07  Jason Merrill  <jason@redhat.com>
2533
2534         PR c++/35688
2535         * g++.dg/ext/visibility/template8.C: New.
2536
2537 2011-11-07  Jakub Jelinek  <jakub@redhat.com>
2538
2539         PR tree-optimization/50789
2540         * gcc.target/i386/avx2-gather-1.c: New test.
2541         * gcc.target/i386/avx2-gather-2.c: New test.
2542         * gcc.target/i386/avx2-gather-3.c: New test.
2543         * gcc.target/i386/avx2-gather-4.c: New test.
2544
2545 2011-11-07  Uros Bizjak  <ubizjak@gmail.com>
2546
2547         * gcc.target/i386/pr49781-1.c (dg-options): Add -mtune=generic.
2548
2549 2011-11-07  Janne Blomqvist  <jb@gcc.gnu.org>
2550
2551         PR libfortran/45723
2552         * gfortran.dg/open_dev_null.f90: Remove testcase.
2553
2554 2011-11-07  Uros Bizjak  <ubizjak@gmail.com>
2555
2556         * lib/target-supports.exp (check_effective_target_sync_int_128):
2557         Don't cache the result.
2558         (check_effective_target_sync_long_long): Ditto.
2559
2560 2011-11-07  Sergey Ostanevich  <sergos.gnu@gmail.com>
2561
2562         PR rtl-optimization/47698
2563         * gcc.target/i386/47698.c: New test.
2564
2565 2011-11-06  Jason Merrill  <jason@redhat.com>
2566
2567         PR c++/35688
2568         * g++.dg/ext/visibility/template7.C: New.
2569
2570 2011-11-07  Terry Guo  <terry.guo@arm.com>
2571
2572         * gcc.target/arm/wmul-1.c: Adjust optimization level.
2573         * gcc.target/arm/wmul-2.c: Ditto.
2574         * gcc.target/arm/wmul-3.c: Ditto.
2575         * gcc.target/arm/wmul-4.c: Ditto.
2576
2577 2011-11-06  Joseph Myers  <joseph@codesourcery.com>
2578
2579         * g++.dg/cpp0x/alignof3.C, gcc.dg/c1x-align-1.c,
2580         gcc.dg/c1x-align-2.c, gcc.dg/c1x-align-3.c, gcc.dg/c1x-align-4.c,
2581         gcc.dg/c90-align-1.c, gcc.dg/c99-align-1.c: New tests.
2582         * gcc.dg/gnu89-const-expr-1.c, gcc.dg/gnu90-const-expr-1.c,
2583         gcc.dg/gnu99-const-expr-1.c, gcc.dg/gnu99-static-1.c: Update
2584         expected diagnostics.
2585
2586 2011-11-06  Andrew MacLeod  <amacleod@redhat.com>
2587             Richard Henderson  <rth@redhat.com>
2588             Aldy Hernandez  <aldyh@redhat.com>
2589
2590         Merged from cxx-mem-model.
2591
2592         * lib/target-supports.exp (check_effective_target_sync_int_128,
2593         check_effective_target_sync_long_long): Check whether the target
2594         supports 64 and 128 bit __sync builtins.
2595         (check_effective_target_cas_char): New.
2596         (check_effective_target_cas_int): New.
2597         * gcc.dg/dg.exp: Exclude simulate-thread tests.
2598         * gcc.dg/atomic-noinline[-aux].c: New.  Make a variety of atomics calls.
2599         * gcc.dg/atomic-generic[-aux].c: New. Test that generic functions
2600         produce the expected library calls.
2601         * gcc.dg/atomic-fence.c: New functional tests.
2602         * gcc.dg/atomic-param.c: New.  Checl for illegal number of parameters.
2603         * gcc.dg/atomic-invalid.c: New.  Test invalid parameters.
2604         * gcc.dg/atomic-lockfree[-aux].c: New tests.
2605         * gcc.dg/atomic-compare-exchange-{1-5}.c: New functional tests.
2606         * gcc.dg/atomic-op-[1-5].c: New.  Test atomic fetch functionality.
2607         * gcc.dg/atomic-exchange-{1-5}.c: New functional tests.
2608         * gcc.dg/atomic-load-{1-5}.c: New functional tests.
2609         * gcc.dg/atomic-store-{1-5}.c: New functional tests.
2610         * gcc.dg/simulate-thread/atomic-load-int128.c: New. Verify int128 loads
2611         are atomic.
2612         * gcc.dg/simulate-thread/atomic-load-longlong.c: New. Verify 8 byte
2613         loads are atomic.
2614         * gcc.dg/simulate-thread/atomic-load-int.c: New. Verify 4 byte loads
2615         are atomic.
2616         * gcc.dg/simulate-thread/atomic-load-short.c: New. Verify 2 byte loads
2617         are atomic.
2618         * gcc.dg/simulate-thread/atomic-other-int128.c: New. Verify other
2619         int128 operations are atomic.
2620         * gcc.dg/simulate-thread/atomic-other-int.c: New. Verify other 4 byte
2621         operations are atomic.
2622         * gcc.dg/simulate-thread/atomic-other-longlong.c: New. Verify 8 byte
2623         operations are atomic.
2624         * gcc.dg/simulate-thread/atomic-other-short.c: New. Verify other 2 byte
2625         operations are atomic.
2626         * gcc.dg/simulate-thread/speculative-store.c: New. Verify speculative
2627         stores aren't moved out of a loop.
2628         * gcc.dg/simulate-thread/strict-align-global.c: New. Verify small
2629         globals don't overwrite neighbouring globals.
2630         * gcc.dg/simulate-thread/subfields.c: New. Verify struct component
2631         writes dont overwrite neighbouring components.
2632         * c-c++-common/gomp/atomic-10.c: Use cas_int; match __atomic builtin.
2633         * c-c++-common/gomp/atomic-3.c: Likewise.
2634         * c-c++-common/gomp/atomic-9.c: Likewise.
2635         * gcc.dg/gomp/atomic-1.c, gcc.dg/gomp/atomic-2.c,
2636         gcc.dg/gomp/atomic-3.c, gcc.dg/gomp/atomic-4.c, gcc.dg/gomp/atomic-7.c,
2637         gcc.dg/gomp/atomic-8.c, gcc.dg/gomp/atomic-9.c,
2638         gcc.dg/gomp/atomic-10.c, gcc.dg/gomp/atomic-12.c,
2639         gcc.dg/gomp/atomic-13.c, gcc.dg/gomp/atomic-14.c,
2640         gcc.dg/gomp/atomic-15.c: Move to c-c++-common/gomp/.
2641         * g++.dg/gomp/atomic-1.C, g++.dg/gomp/atomic-2.C,
2642         g++.dg/gomp/atomic-3.C, g++.dg/gomp/atomic-4.C, g++.dg/gomp/atomic-7.C,
2643         g++.dg/gomp/atomic-8.C, g++.dg/gomp/atomic-9.C,
2644         g++.dg/gomp/atomic-10.C, g++.dg/gomp/atomic-11.C,
2645         g++.dg/gomp/atomic-12.C, g++.dg/gomp/atomic-13.C,
2646         g++.dg/gomp/atomic-15.C: Remove.
2647         * gcc.dg/gomp/gomp.exp, g++.dg/gomp/gomp.exp: Run c-c++-common tests.
2648         * gcc.dg/gomp/atomic-11.c: Remove test.
2649
2650 2011-11-06  Ira Rosen  <ira.rosen@linaro.org>
2651
2652         * gcc.dg/vect/bb-slp-cond-1.c: New test.
2653         * gcc.dg/vect/slp-cond-1.c: New test.
2654         * gcc.dg/vect/slp-cond-2.c: New test.
2655
2656 2011-11-05  David S. Miller  <davem@davemloft.net>
2657
2658         * lib/test-supports.exp
2659         (check_effective_target_ultrasparc_vis2_hw): New proc.
2660         (check_effective_target_ultrasparc_vis3_hw): New proc.
2661         * gcc.target/sparc/vec-init-1.inc: New vector init common code.
2662         * gcc.target/sparc/vec-init-2.inc: Likewise.
2663         * gcc.target/sparc/vec-init-3.inc: Likewise.
2664         * gcc.target/sparc/vec-init-1-vis1.c: New test.
2665         * gcc.target/sparc/vec-init-1-vis2.c: New test.
2666         * gcc.target/sparc/vec-init-1-vis3.c: New test.
2667         * gcc.target/sparc/vec-init-2-vis1.c: New test.
2668         * gcc.target/sparc/vec-init-2-vis2.c: New test.
2669         * gcc.target/sparc/vec-init-2-vis3.c: New test.
2670         * gcc.target/sparc/vec-init-3-vis1.c: New test.
2671         * gcc.target/sparc/vec-init-3-vis2.c: New test.
2672         * gcc.target/sparc/vec-init-3-vis3.c: New test.
2673
2674 2011-11-05  Joern Rennecke  <joern.rennecke@embecosm.com>
2675
2676         * gcc.c-torture/execute/ieee/mul-subnormal-single-1.x:
2677         Disable test on Epiphany.
2678         * gcc.c-torture/execute/20101011-1.c: Disable test on Epiphany.
2679         * gcc.dg/stack-usage-1.c [__epiphany__] (SIZE): Define.
2680         * gcc.dg/pragma-pack-3.c: Disable test on Epiphany.
2681         * g++.dg/parse/pragma3.C: Likewise.
2682         * stackalign/builtin-apply-2.c (STACK_ARGUMENTS_SIZE): Define.
2683         (bar): Use it.
2684         * gcc.dg/weak/typeof-2.c [epiphany-*-*]: Add option -mshort-calls.
2685         * gcc.dg/tls/thr-cse-1.c: Likewise.
2686         * g++.dg/opt/devirt2.C: Likewise.
2687         * gcc.dg/20020312-2.c [epiphany-*-*] (PIC_REG): Define.
2688         * gcc.dg/builtin-apply2.c [__epiphany__]: (STACK_ARGUMENTS_SIZE): 20.
2689         * gcc.target/epiphany: New directory.
2690
2691 2011-11-05  Tobias Burnus  <burnus@net-b.de>
2692
2693         * gfortran.dg/quad_2.f90: New.
2694
2695 2011-11-05  Eric Botcazou  <ebotcazou@adacore.com>
2696
2697         * gcc.dg/strlenopt-22g.c: New wrapper around...
2698         * gcc.dg/strlenopt-22.c: ...this.  Do not define USE_GNU and adjust.
2699
2700 2011-11-04  Jason Merrill  <jason@redhat.com>
2701
2702         PR c++/26714
2703         * g++.dg/init/lifetime2.C: New.
2704         * g++.dg/cpp0x/initlist-lifetime2.C: New.
2705
2706         PR c++/48370
2707         * g++.dg/init/lifetime1.C: Test cleanup order.
2708
2709 2011-11-04  Eric Botcazou  <ebotcazou@adacore.com>
2710
2711         * g++.dg/other/offsetof7.C: New test.
2712
2713 2011-11-04  Hans-Peter Nilsson  <hp@axis.com>
2714
2715         * lib/gcc-dg.exp (gcc_force_conventional_output): New global
2716         variable, default empty, -ffat-lto-objects for effective_target_lto.
2717         (gcc-dg-test-1): Add options from dg-final methods.
2718         * lib/scanasm.exp (scan-assembler_required_options)
2719         (scan-assembler-not_required_options): New procs.
2720
2721 2011-10-09  Magnus Fromreide  <magfr@lysator.liu.se>
2722
2723         * g++.dg/cpp0x/enum21a.C: Test that enum x { y, } does
2724         generate a pedwarn in c++98-mode.
2725         * g++.dg/cpp0x/enum21b.C: Test that enum x { y, }
2726         don't generate a pedwarn in c++0x-mode.
2727
2728 2011-11-04  Olivier Goffart  <olivier@woboq.com>
2729
2730         PR c++/50965
2731         * g++.dg/cpp0x/nsdmi1.C: Add more cases.
2732
2733 2011-11-04  Jiangning Liu  <jiangning.liu@arm.com>
2734
2735         PR rtl-optimization/38644
2736         * gcc.target/arm/stack-red-zone.c: New.
2737
2738 2011-11-04  Paolo Carlini  <paolo.carlini@oracle.com>
2739
2740         PR c++/48420
2741         * g++.dg/warn/Wconversion-null-3.C: New.
2742
2743 2011-11-04  Ed Smith-Rowland  <3dw4rd@verizon.net>
2744
2745         PR c++/50941
2746         * g++.dg/cpp0x/udlit-strint-length.C: New.
2747
2748 2011-11-04  Jason Merrill  <jason@redhat.com>
2749
2750         PR c++/48370
2751         * g++.dg/cpp0x/initlist-lifetime1.C: New.
2752         * g++.dg/init/lifetime1.C: New.
2753         * g++.dg/init/ref21.C: New.
2754         * g++.dg/eh/array1.C: New.
2755
2756 2011-11-04  Tom de Vries  <tom@codesourcery.com>
2757
2758         PR tree-optimization/50763
2759         * gcc.dg/pr50763-5.c: New test.
2760
2761 2011-11-04  Tom de Vries  <tom@codesourcery.com>
2762
2763         PR tree-optimization/50763
2764         * g++.dg/pr50763-4.C: New test.
2765
2766 2011-11-04  Jakub Jelinek  <jakub@redhat.com>
2767
2768         * gcc.dg/torture/vec-cvt-1.c: Enable commented out inttoflttestui
2769         test.
2770
2771         * gcc.dg/torture/vec-cvt-1.c: Enable flttointtestui test.
2772
2773         * gcc.dg/torture/vec-cvt-1.c: New test.
2774
2775 2011-11-04  Eric Botcazou  <ebotcazou@adacore.com>
2776
2777         * gnat.dg/specs/private1[-sub].ads: New test.
2778
2779 2011-11-04  Mikael Morin  <mikael@gcc.gnu.org>
2780
2781         PR fortran/43829
2782         * gfortran.dg/function_optimize_7.f90: Disable sum inlining.
2783         * gfortran.dg/inline_sum_1.f90: New.
2784         * gfortran.dg/inline_sum_2.f90: New.
2785         * gfortran.dg/inline_sum_bounds_check_1.f90: New.
2786         * gfortran.dg/inline_sum_bounds_check_2.f90: New.
2787         * gfortran.dg/inline_product_1.f90: New.
2788
2789 2011-11-03  Tobias Burnus  <burnus@net-b.de>
2790
2791         PR fortran/50933
2792         * gfortran.dg/bind_c_dts_5.f90: New.
2793
2794 2011-11-03  Tobias Burnus  <burnus@net-b.de>
2795
2796         PR fortran/50960
2797         * gfortran.dg/module_parameter_array_refs_2.f90: New.
2798
2799 2011-11-03  Richard Guenther  <rguenther@suse.de>
2800
2801         PR middle-end/50079
2802         * g++.dg/init/copy7.C: Remove testcase.
2803
2804 2011-11-03  Martin Jambor  <mjambor@suse.cz>
2805
2806         * g++.dg/ipa/devirt-c-1.C: Add dump scans.
2807         * g++.dg/ipa/devirt-c-2.C: Likewise.
2808         * g++.dg/ipa/devirt-c-7.C: New test.
2809         * g++.dg/ipa/devirt-c-8.C: Likewise.
2810
2811 2011-11-03  Ira Rosen  <ira.rosen@linaro.org>
2812
2813         PR tree-optimization/50912
2814         * gnat.dg/loop_optimization10.ad[sb]: New test.
2815         * gnat.dg/loop_optimization10_pkg.ads: New helper.
2816
2817 2011-11-02  Jason Merrill  <jason@redhat.com>
2818
2819         PR c++/50930
2820         * g++.dg/cpp0x/nsdmi-list2.C: New.
2821
2822 2011-11-02  Paolo Carlini  <paolo.carlini@oracle.com>
2823
2824         PR c++/50810
2825         * g++.dg/cpp0x/warn_cxx0x2.C: New.
2826         * g++.dg/cpp0x/warn_cxx0x3.C: Likewise.
2827
2828 2011-11-02  Tom de Vries  <tom@codesourcery.com>
2829
2830         PR tree-optimization/50769
2831         * gfortran.dg/pr50769.f90: New test.
2832
2833 2011-11-02  Eric Botcazou  <ebotcazou@adacore.com>
2834
2835         * gcc.target/sparc/20111102-1.c: New test.
2836
2837 2011-11-02  Paolo Carlini  <paolo.carlini@oracle.com>
2838
2839         PR c++/50956
2840         * g++.dg/warn/Wcast-qual2.C: New.
2841
2842 2011-11-02  Tom de Vries  <tom@codesourcery.com>
2843
2844         PR tree-optimization/50763
2845         * g++.dg/pr50763-3.C: New test.
2846
2847 2011-11-02  Tom de Vries  <tom@codesourcery.com>
2848
2849         PR tree-optimization/50672
2850         * g++.dg/pr50672.C: New test.
2851
2852 2011-11-02  Uros Bizjak  <ubizjak@gmail.com>
2853
2854         * gcc.target/i386/avx-cvt-2.c (dg-options): Add -mtune=generic.
2855         * gcc.target/i386/avx2-cvt-2.c (dg-options): Ditto.
2856         * gcc.target/i386/sse2-cvt-2.c (dg-options): Ditto.
2857
2858         * gcc.target/i386/vectorize4-avx.c (scan-assembler): Remove xfail.
2859
2860 2011-11-02  Richard Guenther  <rguenther@suse.de>
2861
2862         PR tree-optimization/50902
2863         * gcc.dg/torture/pr50902.c: New testcase.
2864
2865 2010-11-02  Richard Guenther  <rguenther@suse.de>
2866
2867         PR tree-optimization/50890
2868         * gcc.dg/torture/pr50890.c: New testcase.
2869
2870 2011-11-01  Paolo Carlini  <paolo.carlini@oracle.com>
2871
2872         PR c++/44277
2873         * g++.dg/warn/Wzero-as-null-pointer-constant-1.C: New.
2874         * g++.dg/cpp0x/Wzero-as-null-pointer-constant-1.C: Likewise.
2875
2876 2011-11-01  Tom de Vries  <tom@codesourcery.com>
2877
2878         PR tree-optimization/50908
2879         * gcc.dg/pr50908.c: New test.
2880         * gcc.dg/pr50908-2.c: Same.
2881         * gcc.dg/pr50908-3.c: Same.
2882
2883 2011-11-01  Ira Rosen  <ira.rosen@linaro.org>
2884
2885         * gcc.dg/vect/no-scevccp-outer-6-global.c: Expect to vectorize
2886         the outer loop.  Remove comment.  Don't check for widen-mult.
2887
2888 2011-10-31  Martin Jambor  <mjambor@suse.cz>
2889
2890         * gcc.dg/ipa/ipcp-4.c: New test.
2891
2892 2011-10-31  Jakub Jelinek  <jakub@redhat.com>
2893
2894         * gcc.dg/vshift-3.c: New test.
2895         * gcc.dg/vshift-4.c: New test.
2896         * gcc.dg/vshift-5.c: New test.
2897
2898 2011-10-31  Janne Blomqvist  <jb@gcc.gnu.org>
2899
2900         * gfortran.dg/inquire_5.f90: Update testcase to match the standard
2901         and current implementation.
2902
2903 2011-10-31  Paul Brook  <paul@codesourcery.com>
2904
2905         * gcc.dg/constructor-1.c: New test.
2906
2907 2011-10-30  Steven G. Kargl  <kargl@gcc.gnu.org>
2908
2909         PR fortran/50753
2910         * gfortran.dg/dshift_3.f90: New test.
2911
2912 2011-10-30  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2913
2914         * gcc.dg/scal-to-vec2.c (dg-options): Add -fno-common to options on
2915         hppa*-*-hpux*.
2916         * gcc.dg/torture/vshuf-v8hi.c: Likewise.
2917         * gcc.dg/torture/vshuf-v4si.c: Likewise.
2918         * gcc.dg/torture/vshuf-v8si.c: Likewise.
2919         * gcc.dg/torture/vshuf-v32qi.c: Likewise.
2920         * gcc.dg/torture/vshuf-v4di.c: Likewise.
2921         * gcc.dg/torture/vshuf-v2df.c: Likewise.
2922         * gcc.dg/torture/vshuf-v16qi.c: Likewise.
2923         * gcc.dg/torture/vshuf-v4sf.c: Likewise.
2924         * gcc.dg/torture/vshuf-v8sf.c: Likewise.
2925         * gcc.dg/torture/vshuf-v2di.c: Likewise.
2926         * gcc.dg/torture/vshuf-v16hi.c: Likewise.
2927         * gcc.dg/torture/vshuf-v4df.c: Likewise.
2928         * gcc.dg/tree-ssa/ssa-fre-31.c: Likewise.
2929         * gcc.dg/tree-ssa/ssa-fre-33.c: Likewise.
2930         * gcc.dg/tree-ssa/ssa-fre-34.c: Likewise.
2931         * gcc.dg/vector-compare-2.c: Likewise.
2932
2933 2011-10-29  Paolo Carlini  <paolo.carlini@oracle.com>
2934
2935         PR c++/50901
2936         * g++.dg/cpp0x/pr50901.C: New.
2937
2938 2011-10-29  Uros Bizjak  <ubizjak@gmail.com>
2939
2940         * gcc.target/i386/fma-check.h (main): Use return 0 instead of exit (0).
2941         * gcc.target/i386/fma4-check.h (main): Ditto.
2942         * gcc.target/i386/xop-check.h (main): Ditto.
2943
2944 2011-10-28  Paolo Carlini  <paolo.carlini@oracle.com>
2945
2946         Revert:
2947         2011-10-28  Paolo Carlini  <paolo.carlini@oracle.com>
2948
2949         PR c++/50864
2950         * g++.dg/template/crash109.C: New.
2951
2952 2011-10-28  Jason Merrill  <jason@redhat.com>
2953
2954         * c-c++-common/dfp/pr33466.c: Adjust for user-defined literals.
2955
2956 2011-10-28  Paolo Carlini  <paolo.carlini@oracle.com>
2957
2958         PR c++/50864
2959         * g++.dg/template/crash109.C: New.
2960
2961 2011-10-28  Steven G. Kargl  <kargl@gcc.gnu.org>
2962
2963         * gfortran.dg/nearest_5.f90: New test.
2964
2965 2011-10-28  Jakub Jelinek  <jakub@redhat.com>
2966
2967         * gcc.dg/vshift-1.c: New test.
2968         * gcc.dg/vshift-2.c: New test.
2969         * gcc.target/i386/xop-vshift-1.c: New test.
2970         * gcc.target/i386/xop-vshift-2.c: New test.
2971         * gcc.target/i386/avx2-vshift-1.c: New test.
2972
2973 2011-10-28  Chung-Lin Tang  <cltang@codesourcery.com>
2974
2975         PR rtl-optimization/49720
2976         * g++.dg/torture/pr49720.C: New test.
2977
2978 2011-10-27  David S. Miller  <davem@davemloft.net>
2979
2980         * gcc.target/sparc/setcc-3.c: New test.
2981
2982 2011-10-27  Roberto Agostino Vitillo  <ravitillo@lbl.gov>
2983
2984         PR c++/30066
2985         * g++.dg/ext/visibility/fvisibility-inlines-hidden-4.C: New test.
2986
2987 2011-10-27  Jakub Jelinek  <jakub@redhat.com>
2988
2989         * gcc.target/i386/sse2-cvt-1.c: New test.
2990         * gcc.target/i386/sse2-cvt-2.c: New test.
2991         * gcc.target/i386/avx-cvt-1.c: New test.
2992         * gcc.target/i386/avx-cvt-2.c: New test.
2993         * gcc.target/i386/avx2-cvt-1.c: New test.
2994         * gcc.target/i386/avx2-cvt-2.c: New test.
2995
2996 2011-10-27  Martin Jambor  <mjambor@suse.cz>
2997
2998         * g++.dg/tree-ssa/pr45605.C: Scan fre1 dump and unxfail.
2999
3000 2011-10-27  Uros Bizjak  <ubizjak@gmail.com>
3001             Steven G. Kargl  <kargl@gcc.gnu.org>
3002
3003         PR target/50875
3004         * gfortran.dg/pr50875.f90: New test.
3005
3006 2011-10-26  David S. Miller  <davem@davemloft.net>
3007
3008         * gcc.target/sparc/fmaf-1.c: New test.
3009
3010         * gcc.target/sparc/setcc-1.c: New test.
3011         * gcc.target/sparc/setcc-2.c: New test.
3012
3013 2011-10-26  Joseph Myers  <joseph@codesourcery.com>
3014
3015         * gcc.dg/tls/thr-cse-1.c: For i?86-*-mingw*, check for multiple calls.
3016
3017 2011-10-26  Joseph Myers  <joseph@codesourcery.com>
3018
3019         * gcc.dg/graphite/run-id-1.c: Pass -Wl,--stack,12582912 option for
3020         Windows targets.
3021
3022 2011-10-26  Joseph Myers  <joseph@codesourcery.com>
3023
3024         * gcc.target/i386/pr37843-4.c: Allow for leading underscores on
3025         symbol names.
3026
3027 2011-10-26  Joseph Myers  <joseph@codesourcery.com>
3028
3029         * gcc.target/i386/pad-4.c: Skip for Windows targets.
3030
3031 2011-10-26  Eric Botcazou  <ebotcazou@adacore.com>
3032
3033         * gnat.dg/specs/discr1.ads: New test.
3034         * gnat.dg/specs/discr1_pkg.ads: New helper.
3035
3036 2011-10-26  Eric Botcazou  <ebotcazou@adacore.com>
3037
3038         * gnat.dg/specs/unchecked_union.ads: Rename to...
3039         * gnat.dg/specs/unchecked_union1.ads: ...this.
3040         * gnat.dg/specs/unchecked_union2.ads: New test.
3041
3042 2011-10-26  Eric Botcazou  <ebotcazou@adacore.com>
3043
3044         * gnat.dg/specs/atomic1.ads: New test.
3045
3046 2011-10-26  Ed Smith-Rowland  <3dw4rd@verizon.net>
3047
3048         Implement C++11 user-defined literals.
3049         * g++.dg/cpp0x/udlit-addr.C: New.
3050         * g++.dg/cpp0x/udlit-args.C: New.
3051         * g++.dg/cpp0x/udlit-args-neg.C: New.
3052         * g++.dg/cpp0x/udlit-clink-neg.C: New.
3053         * g++.dg/cpp0x/udlit-concat.C: New.
3054         * g++.dg/cpp0x/udlit-concat-neg.C: New.
3055         * g++.dg/cpp0x/udlit-constexpr.C: New.
3056         * g++.dg/cpp0x/udlit-cpp98-neg.C: New.
3057         * g++.dg/cpp0x/udlit-declare-neg.C: New.
3058         * g++.dg/cpp0x/udlit-friend.C: New.
3059         * g++.dg/cpp0x/udlit-general.C: New.
3060         * g++.dg/cpp0x/udlit-inline.C: New.
3061         * g++.dg/cpp0x/udlit-linkage-neg.C: New.
3062         * g++.dg/cpp0x/udlit-member-neg.C: New.
3063         * g++.dg/cpp0x/udlit-namespace.C: New.
3064         * g++.dg/cpp0x/udlit-nofunc-neg.C: New.
3065         * g++.dg/cpp0x/udlit-nonempty-str-neg.C: New.
3066         * g++.dg/cpp0x/udlit-nospace-neg.C: New.
3067         * g++.dg/cpp0x/udlit-nosuffix-neg.C: New.
3068         * g++.dg/cpp0x/udlit-nounder-neg.C: New.
3069         * g++.dg/cpp0x/udlit-operator-neg.C: New.
3070         * g++.dg/cpp0x/udlit-raw-str.C: New.
3071         * g++.dg/cpp0x/udlit-shadow-neg.C: New.
3072         * g++.dg/cpp0x/udlit-suffix-neg.C: New.
3073         * g++.dg/cpp0x/udlit-systemheader.C: New.
3074         * g++.dg/cpp0x/udlit-template.C: New.
3075         * g++.dg/cpp0x/udlit-tmpl-arg.C: New.
3076         * g++.dg/cpp0x/udlit-tmpl-arg-neg.C: New.
3077         * g++.dg/cpp0x/udlit-tmpl-parms.C: New.
3078         * g++.dg/cpp0x/udlit-tmpl-parms-neg.C: New.
3079         * g++.dg/cpp0x/udlit_system_header: New.
3080
3081 2011-10-26  Paolo Carlini  <paolo.carlini@oracle.com>
3082
3083         PR c++/50870
3084         * g++.dg/cpp0x/decltype34.C: New.
3085
3086 2011-10-26  Tom de Vries <tom@codesourcery.com>
3087
3088         * gcc.c-torture/unsorted/HIcmp.c: Fix unaligned pointer.
3089         * gcc.c-torture/unsorted/HIset.c: Same.
3090         * gcc.c-torture/unsorted/SIcmp.c: Same.
3091         * gcc.c-torture/unsorted/SIset.c: Same.
3092         * gcc.c-torture/unsorted/SFset.c: Same.
3093         * gcc.c-torture/unsorted/UHIcmp.c: Same.
3094         * gcc.c-torture/unsorted/USIcmp.c: Same.
3095         * gcc.c-torture/unsorted/DFcmp.c: Same.
3096
3097 2011-10-26  Jakub Jelinek  <jakub@redhat.com>
3098
3099         * gcc.target/i386/avx2-i32gatherd-1.c: Adjust scan-assembler regex
3100         to work also with -masm=intel and additionally test the xmm vs. ymm
3101         register type combination on mask/dest and in vsib.
3102         * gcc.target/i386/avx2-i32gatherd256-1.c: Likewise.
3103         * gcc.target/i386/avx2-i32gatherd256-3.c: Likewise.
3104         * gcc.target/i386/avx2-i32gatherd-3.c: Likewise.
3105         * gcc.target/i386/avx2-i32gatherpd-1.c: Likewise.
3106         * gcc.target/i386/avx2-i32gatherpd256-1.c: Likewise.
3107         * gcc.target/i386/avx2-i32gatherpd256-3.c: Likewise.
3108         * gcc.target/i386/avx2-i32gatherpd-3.c: Likewise.
3109         * gcc.target/i386/avx2-i32gatherps-1.c: Likewise.
3110         * gcc.target/i386/avx2-i32gatherps256-1.c: Likewise.
3111         * gcc.target/i386/avx2-i32gatherps256-3.c: Likewise.
3112         * gcc.target/i386/avx2-i32gatherps-3.c: Likewise.
3113         * gcc.target/i386/avx2-i32gatherq-1.c: Likewise.
3114         * gcc.target/i386/avx2-i32gatherq256-1.c: Likewise.
3115         * gcc.target/i386/avx2-i32gatherq256-3.c: Likewise.
3116         * gcc.target/i386/avx2-i32gatherq-3.c: Likewise.
3117         * gcc.target/i386/avx2-i64gatherd-1.c: Likewise.
3118         * gcc.target/i386/avx2-i64gatherd256-1.c: Likewise.
3119         * gcc.target/i386/avx2-i64gatherd256-3.c: Likewise.
3120         * gcc.target/i386/avx2-i64gatherd-3.c: Likewise.
3121         * gcc.target/i386/avx2-i64gatherpd-1.c: Likewise.
3122         * gcc.target/i386/avx2-i64gatherpd256-1.c: Likewise.
3123         * gcc.target/i386/avx2-i64gatherpd256-3.c: Likewise.
3124         * gcc.target/i386/avx2-i64gatherpd-3.c: Likewise.
3125         * gcc.target/i386/avx2-i64gatherps-1.c: Likewise.
3126         * gcc.target/i386/avx2-i64gatherps256-1.c: Likewise.
3127         * gcc.target/i386/avx2-i64gatherps256-3.c: Likewise.
3128         * gcc.target/i386/avx2-i64gatherps-3.c: Likewise.
3129         * gcc.target/i386/avx2-i64gatherq-1.c: Likewise.
3130         * gcc.target/i386/avx2-i64gatherq256-1.c: Likewise.
3131         * gcc.target/i386/avx2-i64gatherq256-3.c: Likewise.
3132         * gcc.target/i386/avx2-i64gatherq-3.c: Likewise.
3133
3134 2011-10-26  Tom de Vries  <tom@codesourcery.com>
3135
3136         PR tree-optimization/50763
3137         * gcc.dg/pr50763-2.c: New test.
3138
3139 2011-10-25  Joseph Myers  <joseph@codesourcery.com>
3140
3141         * gcc.dg/format/ms_c90-printf-1.c, gcc.dg/format/ms_c90-scanf-1.c:
3142         Update expected messages.
3143
3144 2011-10-25  Eric Botcazou  <ebotcazou@adacore.com>
3145
3146         * gcc.dg/vect/slp-multitypes-2.c: Do not XFAIL on SPARC 32-bit.
3147
3148 2011-10-25  Jason Merrill  <jason@redhat.com>
3149
3150         PR c++/50866
3151         * g++.dg/init/aggr7.C: New.
3152
3153         PR c++/49996
3154         * g++.dg/cpp0x/initlist59.C: New.
3155
3156 2011-10-25  Paolo Carlini  <paolo.carlini@oracle.com>
3157
3158         PR c++/50858
3159         * g++.dg/overload/operator5.C: New.
3160
3161 2011-10-25  Paolo Carlini  <paolo.carlini@oracle.com>
3162
3163         PR c++/50861
3164         * g++.dg/template/crash108.C: New.
3165
3166 2011-10-25  Jakub Jelinek  <jakub@redhat.com>
3167
3168         PR tree-optimization/50596
3169         * gcc.dg/vect/vect-cond-10.c: New test.
3170
3171 2011-10-24  Joey Ye  <joey.ye@arm.com>
3172
3173         * gcc.target/arm/pr42575.c: Remove architecture option.
3174
3175 2011-10-24  David S. Miller  <davem@davemloft.net>
3176
3177         * gcc.target/sparc/vis3move-1.c: New test.
3178         * gcc.target/sparc/vis3move-2.c: New test.
3179         * gcc.target/sparc/vis3move-3.c: New test.
3180
3181 2011-10-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3182
3183         * gcc.dg/strlenopt-22.c: New testcase.
3184         * gcc.dg/strlenopt-4.c: Change scan value for s390(x).
3185
3186 2011-10-24  Uros Bizjak  <ubizjak@gmail.com>
3187
3188         * gcc.target/i386/sse-5.c (dg-options): Add -mno-sse.
3189         Remove -march=i386.
3190         (dg-skip-if): Remove.
3191         * gcc.target/i386/funcspec-1.c: Ditto.
3192         * gcc.target/i386/funcspec-3.c (dg-options): Add -mno-sse3.
3193
3194 2011-10-24  Richard Guenther  <rguenther@suse.de>
3195
3196         * gcc.dg/vect/vect-bool-1.c: New testcase.
3197
3198 2011-10-24  Richard Guenther  <rguenther@suse.de>
3199
3200         PR tree-optimization/50838
3201         * gcc.dg/torture/pr50838.c: New testcase.
3202
3203 2011-10-24  Ira Rosen  <ira.rosen@linaro.org>
3204
3205         PR tree-optimization/50730
3206         * gcc.dg/vect/no-tree-sra-bb-slp-pr50730.c: New test.
3207         * gcc.dg/vect/vect.exp: Run no-tree-sra-bb-slp* tests with
3208         -fno-tree-sra and SLP flags.
3209
3210 2011-10-23  Paolo Carlini  <paolo.carlini@oracle.com>
3211
3212         PR c++/50841
3213         Revert:
3214         2011-10-23  Paolo Carlini  <paolo.carlini@oracle.com>
3215
3216         PR c++/50810
3217         * g++.dg/cpp0x/warn_cxx0x2.C: New.
3218         * g++.dg/cpp0x/warn_cxx0x3.C: Likewise.
3219
3220 2011-10-23  Paolo Carlini  <paolo.carlini@oracle.com>
3221
3222         PR c++/50810
3223         * g++.dg/cpp0x/warn_cxx0x2.C: New.
3224         * g++.dg/cpp0x/warn_cxx0x3.C: Likewise.
3225
3226 2011-10-23  Tom de Vries  <tom@codesourcery.com>
3227
3228         PR tree-optimization/50763
3229         * gcc.dg/pr50763.c: New test.
3230
3231 2011-10-23  Uros Bizjak  <ubizjak@gmail.com>
3232
3233         PR target/50788
3234         * gcc.target/i386/pr50788.c: New test.
3235
3236 2011-10-23  Ira Rosen  <ira.rosen@linaro.org>
3237
3238         PR tree-optimization/50819
3239         * g++.dg/vect/vect.exp: Set target dependent flags for slp-* tests.
3240         * g++.dg/vect/slp-pr50819.cc: New test.
3241
3242 2011-10-21  Paolo Carlini  <paolo.carlini@oracle.com>
3243
3244         PR c++/45385
3245         * g++.dg/warn/Wconversion4.C: New.
3246
3247 2011-10-21  Jakub Jelinek  <jakub@redhat.com>
3248
3249         PR target/50813
3250         * gcc.dg/torture/vshuf-32.inc: Add broadcast permutation
3251         from element other than first and reverse permutation.
3252         * gcc.dg/torture/vshuf-16.inc: Likewise.
3253         * gcc.dg/torture/vshuf-8.inc: Likewise.
3254         * gcc.dg/torture/vshuf-4.inc: Likewise.
3255
3256 2011-10-21  Paolo Carlini  <paolo.carlini@oracle.com>
3257
3258         PR c++/31423
3259         * g++.dg/parse/error43.C: New.
3260         * g++.dg/parse/error44.C: Likewise.
3261
3262 2011-10-21  H.J. Lu  <hongjiu.lu@intel.com>
3263             Kirill Yukhin  <kirill.yukhin@intel.com>
3264
3265         PR target/50740
3266         * gcc.target/i386/avx2-check.h (main): Check CPUID level correctly.
3267         * gcc.target/i386/bmi2-check.h: Ditto.
3268
3269 2011-10-21  Ville Voutilainen  <ville.voutilainen@gmail.com>
3270
3271         PR c++/50811
3272         * g++.dg/cpp0x/override2.C: Add test.
3273
3274 2011-10-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3275
3276         * lib/gcc-dg.exp (GCC_UNDER_TEST): Set before calling
3277         check_linker_plugin_available.
3278
3279 2011-10-21  Kai Tietz  <ktietz@redhat.com>
3280
3281         * gcc.target/i386/branch-cost1.c: New test.
3282         * gcc.target/i386/branch-cost2.c: New test.
3283         * gcc.target/i386/branch-cost3.c: New test.
3284         * gcc.target/i386/branch-cost4.c: New test.
3285
3286 2011-10-20  Steve Ellcey  <sje@cup.hp.com>
3287
3288         * gcc.dg/vect/vect-120.c: Add vect_floatint_cvt requirement.
3289
3290 2011-10-20  Steve Ellcey  <sje@cup.hp.com>
3291
3292         PR testsuite/50722
3293         * gcc.dg/pr49994-3.c: Skip on HP-UX.
3294
3295 2011-10-20  Joseph Myers  <joseph@codesourcery.com>
3296
3297         * gcc.dg/lto/pr46940_0.c (ASMNAME, ASMNAME2, STRING): Define.
3298         (_moz_foo, EXT__foo): Use ASMNAME.
3299
3300 2011-10-20  Joseph Myers  <joseph@codesourcery.com>
3301
3302         * lib/lto.exp (lto-execute): Use .exe suffix for test executable
3303         names.
3304
3305 2011-10-20  Kirill Yukhin  <kirill.yukhin@intel.com>
3306
3307         PR target/50766
3308         * gcc.target/i386/pr50766.c: New test.
3309
3310 2011-10-20  Jason Merrill  <jason@redhat.com>
3311
3312         PR c++/41449
3313         * g++.dg/eh/partial1.C: New.
3314
3315 2011-10-20  Richard Henderson  <rth@redhat.com>
3316
3317         * gcc.target/i386/vperm-v2df.c, gcc.target/i386/vperm-v2di.c,
3318         gcc.target/i386/vperm-v4sf-1.c, gcc.target/i386/vperm-v4sf-2.c,
3319         gcc.target/i386/vperm-v4si-1.c, gcc.target/i386/vperm-v4si-2.c:
3320         Use __builtin_shuffle.
3321
3322 2011-10-20  Steven G. Kargl  <kargl@gcc.gnu.org>
3323
3324         PR fortran/50514
3325         * gfortran.dg/ishft_3.f90:  Update test.
3326
3327 2011-10-20  Steven G. Kargl  <kargl@gcc.gnu.org>
3328
3329         PR fortran/50524
3330         * gfortran.dg/substring_integer_index.f90: New test.
3331
3332 2011-10-20  Steven G. Kargl  <kargl@gcc.gnu.org>
3333
3334         * gfortran.dg/format_string.f: New test.
3335
3336 2011-10-20  Uros Bizjak  <ubizjak@gmail.com>
3337
3338         * gcc.dg/ipa/ipa-sra-2.c: Add dg-require-effective-target
3339         non_strict_align.
3340         * gcc.dg/ipa/ipa-sra-6.c: Ditto.
3341
3342 2011-10-20  Joseph Myers  <joseph@codesourcery.com>
3343
3344         * gcc.target/i386/pr40906-1.c, gcc.target/i386/pr40906-2.c,
3345         gcc.target/i386/pr46226.c: Do not use
3346         -mno-accumulate-outgoing-args.
3347
3348 2011-10-20  Joseph Myers  <joseph@codesourcery.com>
3349
3350         * gcc.dg/tree-prof/val-prof-7.c: Declare bzero instead of
3351         including <strings.h>.
3352
3353 2011-10-19  Jan Hubicka  <jh@suse.cz>
3354
3355         * lib/lto.exp (lto_init): Test slim lto and no-linker-plugin path.
3356         * lib/gcc-dg.exp (check_effective_target_lto): Likewise.
3357         * lib/c-torture.exp: Likewise.
3358         * gcc.c-torture/execute/builtins/strstr-asm.c: Force fat LTO.
3359         * gcc.c-torture/compile/sync-1.c: Likewise.
3360         * gcc.c-torture/compile/sync-1.c: Likewise.
3361         * gcc.c-torture/compile/sync-3.c: Likewise.
3362         * gcc.dg/noncompile/invalid_asm.c: Likewise.
3363         * gcc.dg/noncompile/920507-1.c: Likewise.
3364         * gcc.dg/torture/pr36400.c: Likewise.
3365         * g++.dg/torture/pr34850.C: Likewise.
3366
3367 2011-10-20  Eric Botcazou  <ebotcazou@adacore.com>
3368
3369         * gnat.dg/source_ref1.adb: New test.
3370         * gnat.dg/source_ref2.adb: Likewise.
3371
3372 2011-10-19  Paolo Carlini  <paolo.carlini@oracle.com>
3373
3374         PR c++/13657
3375         * g++.dg/parse/error42.C: New.
3376         * g++.old-deja/g++.other/ptrmem7.C: Tweak dg-errors.
3377
3378 2011-10-19  Jason Merrill  <jason@redhat.com>
3379
3380         PR c++/50793
3381         * g++.dg/init/value9.C: New.
3382
3383 2011-10-19  Jakub Jelinek  <jakub@redhat.com>
3384
3385         * gcc.dg/torture/vshuf-32.inc: Add interleave permutations.
3386         * gcc.dg/torture/vshuf-16.inc: Likewise.
3387         * gcc.dg/torture/vshuf-8.inc: Likewise.
3388         * gcc.dg/torture/vshuf-4.inc: Likewise.
3389
3390 2011-10-19  Janus Weil  <janus@gcc.gnu.org>
3391
3392         PR fortran/47023
3393         * gfortran.dg/sizeof_proc.f90: New.
3394
3395 2011-10-19  Joseph Myers  <joseph@codesourcery.com>
3396
3397         * g++.dg/compat/struct-layout-1_generate.c: Also pass -mno-mmx
3398         -Wno-abi for i?86-*-mingw32* x86_64-*-mingw32* i?86-*-cygwin*.
3399
3400 2011-10-19  Uros Bizjak  <ubizjak@gmail.com>
3401
3402         PR testsuite/50796
3403         * gcc.dg/plugin/plugindir?.c Update dg-prune-output.
3404
3405 2011-10-19  Jason Merrill  <jason@redhat.com>
3406
3407         PR c++/50787
3408         * g++.dg/init/ref20.C: New.
3409
3410 2011-10-19  Kai Tietz  <ktietz@redhat.com>
3411
3412         PR middle-end/50795
3413         * gcc.dg/tree-ssa/builtin-expect-1.c: Adjust test.
3414         * gcc.dg/tree-ssa/builtin-expect-2.c: Adjust test.
3415         * gcc.dg/tree-ssa/builtin-expect-3.c: Adjust test.
3416         * gcc.dg/tree-ssa/builtin-expect-4.c: Adjust test.
3417         * gcc.dg/tree-ssa/builtin-expect-5.c: Adjust test.
3418
3419 2011-10-19  Richard Guenther  <rguenther@suse.de>
3420
3421         PR middle-end/50768
3422         * gcc.dg/torture/pr50768.c: New testcase.
3423
3424 2011-10-19  Alexander Monakov  <amonakov@ispras.ru>
3425
3426         PR rtl-optimization/50340
3427         * gcc.dg/pr50340.c: New.
3428
3429 2011-10-18  Andrew Stubbs  <ams@codesourcery.com>
3430
3431         PR tree-optimization/50717
3432
3433         * gcc.dg/pr50717-1.c: New file.
3434         * gcc.target/arm/wmul-12.c: Correct types.
3435         * gcc.target/arm/wmul-8.c: Correct types.
3436
3437 2011-10-18  Jason Merrill  <jason@redhat.com>
3438
3439         PR c++/50531
3440         * g++.dg/cpp0x/defaulted32.C: New.
3441
3442         PR c++/50742
3443         * g++.dg/lookup/using23.C: New.
3444
3445         PR c++/50500
3446         * g++.dg/cpp0x/implicit12.C: New.
3447         * g++.dg/cpp0x/defaulted20.C: Adjust.
3448         * g++.dg/cpp0x/defaulted21.C: Adjust.
3449         * g++.dg/cpp0x/implicit-copy.C: Adjust.
3450         * g++.dg/cpp0x/implicit4.C: Adjust.
3451         * g++.dg/cpp0x/implicit5.C: Adjust.
3452         * g++.dg/cpp0x/implicit8.C: Adjust.
3453         * g++.dg/cpp0x/lambda/lambda-ice2.C: Adjust.
3454         * g++.dg/cpp0x/not_special.C: Adjust.
3455         * g++.dg/cpp0x/rv-trivial-bug.C: Adjust.
3456         * g++.dg/cpp0x/rv1n.C: Adjust.
3457         * g++.dg/cpp0x/rv2n.C: Adjust.
3458         * g++.dg/cpp0x/rv3n.C: Adjust.
3459         * g++.dg/cpp0x/rv4n.C: Adjust.
3460         * g++.dg/cpp0x/rv5n.C: Adjust.
3461         * g++.dg/cpp0x/rv6n.C: Adjust.
3462         * g++.dg/cpp0x/rv7n.C: Adjust.
3463
3464 2011-10-18  Kirill Yukhin  <kirill.yukhin@intel.com>
3465
3466         * gcc.target/i386/avx2-vpop-check.h: New header.
3467         * gcc.target/i386/avx2-vpaddd-3.c: New test.
3468         * gcc.target/i386/avx2-vpaddw-3.c: Ditto.
3469         * gcc.target/i386/avx2-vpaddb-3.c: Ditto.
3470         * gcc.target/i386/avx2-vpaddq-3.c: Ditto.
3471         * gcc.target/i386/avx2-vpand-3.c: Ditto.
3472         * gcc.target/i386/avx2-vpmulld-3.c: Ditto.
3473         * gcc.target/i386/avx2-vpmullw-3.c: Ditto.
3474         * gcc.target/i386/avx2-vpsrad-3.c: Ditto.
3475         * gcc.target/i386/avx2-vpsraw-3.c: Ditto.
3476         * gcc.target/i386/avx2-vpsrld-3.c: Ditto.
3477         * gcc.target/i386/avx2-vpsrlw-3.c: Ditto.
3478         * gcc.target/i386/avx2-vpsubb-3.c: Ditto.
3479         * gcc.target/i386/avx2-vpsubd-3.c: Ditto.
3480         * gcc.target/i386/avx2-vpsubq-3.c: Ditto.
3481         * gcc.target/i386/avx2-vpsubw-3.c: Ditto.
3482
3483 2011-10-18  Mikael Morin  <mikael@gcc.gnu.org>
3484
3485         PR fortran/50420
3486         * gfortran.dg/coarray_subobject_1.f90: New test.
3487         * gfortran.dg/coarray/subobject_1.f90: New test.
3488
3489 2011-10-18  Alexander Monakov  <amonakov@ispras.ru>
3490
3491         PR rtl-optimization/50205
3492         * gcc.dg/pr50205.c: New.
3493
3494 2011-10-18  Richard Guenther  <rguenther@suse.de>
3495
3496         PR tree-optimization/50767
3497         * gcc.dg/torture/pr50767.c: New testcase.
3498
3499 2011-10-18  Julian Brown  <julian@codesourcery.com>
3500
3501         * lib/target-supports.exp (check_effective_target_arm_unaligned): New.
3502         * gcc.target/arm/unaligned-memcpy-1.c: New.
3503         * gcc.target/arm/unaligned-memcpy-2.c: New.
3504         * gcc.target/arm/unaligned-memcpy-3.c: New.
3505         * gcc.target/arm/unaligned-memcpy-4.c: New.
3506
3507 2011-10-18  Janus Weil  <janus@gcc.gnu.org>
3508
3509         PR fortran/47023
3510         * gfortran.dg/iso_c_binding_class.f03: New.
3511
3512 2011-10-18  Ira Rosen  <ira.rosen@linaro.org>
3513
3514         * testsuite/lib/target-supports.exp
3515         (check_effective_target_vect_widen_shift): New.
3516         * gcc.dg/vect/vect-widen-shift-s16.c: New.
3517         * gcc.dg/vect/vect-widen-shift-s8.c: New.
3518         * gcc.dg/vect/vect-widen-shift-u16.c: New.
3519         * gcc.dg/vect/vect-widen-shift-u8.c: New.
3520
3521 2011-10-18  Richard Guenther  <rguenther@suse.de>
3522
3523         * gcc.dg/torture/restrict-1.c: New testcase.
3524
3525 2011-10-17  Michael Spertus  <mike_spertus@symantec.com>
3526
3527         * g++.dg/ext/bases.C: New test.
3528
3529 2011-10-17  David S. Miller  <davem@davemloft.net>
3530
3531         * gcc.target/sparc/fand.c: Remove __LP64__ ifdefs and&nbs