OSDN Git Service

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