OSDN Git Service

2012-04-13 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2012-04-13  Richard Guenther  <rguenther@suse.de>
2
3         PR c/52862
4         * gcc.dg/pr52862.c: New testcase.
5
6 2012-04-13  Joey Ye  <joey.ye@arm.com>
7
8         * gcc.target/arm/thumb1-imm.c: New testcase.
9
10 2012-04-12  Uros Bizjak  <ubizjak@gmail.com>
11
12         PR target/52932
13         * gcc.target/i386/avx2-vpermps-1.c (avx2_test): Use __m256i type for
14         second function argument.
15         * gcc.target/i386/avx2-vpermps-2.c (init_permps): Update declaration.
16         (calc_permps): Update declaration.  Calculate result correctly.
17         (avx2_test): Change src2 type to union256i_d.
18         * gcc.target/i386/avx2-vpermd-2.c (calc_permd): Calculate result
19         correctly.
20
21 2012-04-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
22
23         PR target/52775
24         * gcc.target/powerpc/pr52775.c: New file.
25
26 2012-04-12  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
27
28         PR tree-optimization/18589
29         * gcc.dg/tree-ssa/pr18589-1.c: New test.
30         * gcc.dg/tree-ssa/pr18589-2.c: Likewise.
31         * gcc.dg/tree-ssa/pr18589-3.c: Likewise.
32         * gcc.dg/tree-ssa/pr18589-4.c: Likewise.
33         * gcc.dg/tree-ssa/pr18589-5.c: Likewise.
34         * gcc.dg/tree-ssa/pr18589-6.c: Likewise.
35         * gcc.dg/tree-ssa/pr18589-7.c: Likewise.
36         * gcc.dg/tree-ssa/pr18589-8.c: Likewise.
37         * gcc.dg/tree-ssa/pr18589-9.c: Likewise.
38         * gcc.dg/tree-ssa/pr18589-10.c: Likewise.
39
40 2012-04-12  Richard Guenther  <rguenther@suse.de>
41
42         PR tree-optimization/52943
43         * gcc.dg/torture/pr52943.c: New testcase.
44
45 2012-04-12  Oleg Endo  <olegendo@gcc.gnu.org>
46
47         PR target/50751
48         * gcc/target/sh/pr50751-4.c: New.
49         * gcc/target/sh/pr50751-5.c: New.
50         * gcc/target/sh/pr50751-6.c: New.
51         * gcc/target/sh/pr50751-7.c: New.
52
53 2012-04-11  Fabien Chêne  <fabien@gcc.gnu.org>
54
55         PR c++/52465
56         * g++.dg/lookup/using52.C: New.
57
58 2012-04-11  Manuel López-Ibáñez  <manu@gcc.gnu.org>
59
60         * lib/prune.exp (TEST_ALWAYS_FLAGS): If undefined, set to empty.
61
62 2012-04-11  H.J. Lu  <hongjiu.lu@intel.com>
63
64         PR rtl-optimization/52876
65         * gcc.target/i386/pr52876.c: New.
66
67 2012-04-11  Bernd Schmidt  <bernds@codesourcery.com>
68
69         * gcc.dg/c99-const-expr-9.c (old_offsetof): Insert a cast to
70         __UINTPTR_TYPE__.
71         * gcc.c-torture/execute/pr15296.c (intptr_t): Likewise, with
72         __INTPTR_TYPE__.
73         * gcc.dg/pr14092-1.c (intptr_t): Likewise.
74         * gcc.dg/tree-ssa/foldcast-1.c (ssize_t): Likewise.
75         * gcc.dg/c90-const-expr-6.c (intptr_t): New typedef to replace ...
76         (ptrdiff_t): ... this.  All uses changed.
77         * gcc.dg/c99-const-expr-6.c (intptr_t, ptrdiff_t): Likewise.
78         * gcc.dg/torture/pta-escape-1.c (foo): Change arg type to
79         __INTPTR_TYPE__.
80         (main): Cast argument to __INTPTR_TYPE__.
81         * gcc.dg/20041106-1.c (main): Cast to __UINTPTR_TYPE__ rather than
82         size_t.
83         * gcc.dg/mallign.c (main): Likewise.
84         * gcc.dg/pr38700.c (foo): Likewise.
85         * gcc.dg/long-long-cst1.c (t): Likewise.
86         * gcc.dg/c99-const-expr-10.c (p, q, f, h, h2): Likewise.
87         * gcc.dg/array-10.c (c0, c1, c2, c3, c4, c5): Likewise.
88         * gcc.dg/pointer-arith-10.c (foo): Likewise.
89         * gcc.dg/pr25682.c (d, foo): Likewise.
90         * gcc.dg/format/cast-1.c (f): Likewise.
91         * gcc.dg/c90-const-expr-10.c
92         * gcc.dg/pr41551.c (uintptr_t): New typedef, replacing...
93         (size_t): ...this.  All uses changed.
94         * gcc.c-torture/execute/pr22098-1.c (uintptr_t): Likewise.
95         * gcc.c-torture/execute/pr22098-2.c (uintptr_t): Likewise.
96         * gcc.c-torture/execute/pr22098-3.c (uintptr_t): Likewise.
97         * gcc.dg/pr34856.c (uintptr_t): Likewise.
98         * gcc.dg/sequence-pt-1.c: Likewise.
99         * gcc.dg/c90-const-expr-9.c (uintptr_t): Likewise.
100         * gcc.dg/max-1.c (intptr_t): Likewise, replacing ssize_t.
101         * gcc.dg/pr39074.c (intptr_t): Define using __INTPTR_TYPE__.
102         * gcc.dg/pr30744-1.c (my_intptr_t): New typedef.  Replace all uses
103         of ptrdiff_t with it.
104         * gcc.dg/inline-23.c (my_intptr_t): Likewise.
105         * gcc.dg/pr37561.c (p): Use __INTPTR_TYPE__.
106         * gcc.dg/vla-11.c (foo11b): Use __UINTPTR_TYPE__.
107
108 2012-04-11  Jason Merrill  <jason@redhat.com>
109
110         PR debug/45088
111         * g++.dg/debug/dwarf2/self-ref-1.C: Define virtual destructor.
112         * g++.dg/debug/dwarf2/self-ref-1.C: Likewise.
113
114         PR c++/52906
115         * g++.dg/ext/attrib45.C: New.
116
117         * g++.dg/eh/dtor3.C: New.
118
119 2012-04-11  Richard Guenther  <rguenther@suse.de>
120
121         PR middle-end/52621
122         * gfortran.dg/pr52621.f90: New testcase.
123
124 2012-04-11  Richard Guenther  <rguenther@suse.de>
125
126         PR middle-end/52918
127         * g++.dg/torture/pr52918-1.C: New testcase.
128         * g++.dg/torture/pr52918-2.C: Likewise.
129
130 2012-04-11  Tobias Burnus  <burnus@net-b.de>
131
132         PR fortran/52729
133         * gfortran.dg/block_11.f90: New.
134
135 2012-04-11  Nick Clifton  <nickc@redhat.com>
136
137         * gcc.dg/stack-usage-1.c (SIZE): Define for the RL78.
138
139 2012-04-11  Peter Bergner  <bergner@vnet.ibm.com>
140
141         PR target/16458
142         * gcc.target/powerpc/pr16458-1.c: New test.
143         * gcc.target/powerpc/pr16458-2.c: Likewise.
144         * gcc.target/powerpc/pr16458-3.c: Likewise.
145         * gcc.target/powerpc/pr16458-4.c: Likewise.
146
147 2012-04-11  Eric Botcazou  <ebotcazou@adacore.com>
148
149         * gcc.dg/builtin-bswap-1.c: Test __builtin_bswap16 & __builtin_bswap64.
150         * gcc.dg/builtin-bswap-4.c: Test __builtin_bswap16.
151         * gcc.dg/builtin-bswap-5.c: Likewise.
152         * gcc.target/i386/builtin-bswap-4.c: New test.
153
154 2012-04-11  Manuel López-Ibáñez  <manu@gcc.gnu.org>
155
156         PR 24985
157         * lib/prune.exp: Add -fno-diagnostics-show-caret.
158
159 2012-04-11  Richard Guenther  <rguenther@suse.de>
160
161         PR rtl-optimization/52881
162         * gcc.dg/torture/pr52881.c: New testcase.
163         * gcc.dg/torture/pr52913.c: Likewise.
164
165 2012-04-11  Richard Guenther  <rguenther@suse.de>
166
167         PR tree-optimization/52912
168         * gcc.dg/torture/pr52912.c: New testcase.
169
170 2010-04-10  Michael Matz  <matz@suse.de>
171
172         * gcc.dg/vect/vect-outer-1-big-array.c: Adjust.
173         * gcc.dg/vect/vect-outer-1.c: Adjust.
174         * gcc.dg/vect/vect-outer-1a-big-array.c: Adjust.
175         * gcc.dg/vect/vect-outer-1a.c: Adjust.
176         * gcc.dg/vect/vect-outer-1b-big-array.c: Adjust.
177         * gcc.dg/vect/vect-outer-1b.c: Adjust.
178         * gcc.dg/vect/vect-outer-2b.c: Adjust.
179         * gcc.dg/vect/vect-outer-3b.c: Adjust.
180
181 2012-04-10  Ulrich Weigand  <ulrich.weigand@linaro.org>
182
183         PR tree-optimization/52870
184         * gcc.dg/vect/pr52870.c: New test.
185
186 2012-04-09  Mike Stump  <mikestump@comcast.net>
187
188         * g++.dg/cpp0x/udlit-raw-op.C: Don't use CRLF endings.
189         * gcc.dg/tree-ssa/vrp59.c: Likewise.
190         * gcc.dg/tree-ssa/vrp60.c: Likewise.
191         * gnat.dg/aggr11.adb: Likewise.
192         * gnat.dg/aggr11_pkg.ads: Likewise.
193         * gnat.dg/aggr15.adb: Likewise.
194         * gnat.dg/aggr15.ads: Likewise.
195         * gnat.dg/aggr17.adb: Likewise.
196         * gnat.dg/aggr18.adb: Likewise.
197         * gnat.dg/array14.adb: Likewise.
198         * gnat.dg/array14.ads: Likewise.
199         * gnat.dg/array14_pkg.ads: Likewise.
200         * gnat.dg/array19.adb: Likewise.
201         * gnat.dg/array19.ads: Likewise.
202         * gnat.dg/discr27.adb: Likewise.
203         * gnat.dg/discr27.ads: Likewise.
204         * gnat.dg/discr35.adb: Likewise.
205         * gnat.dg/discr35.ads: Likewise.
206         * gnat.dg/discr6.adb: Likewise.
207         * gnat.dg/discr6_pkg.ads: Likewise.
208         * gnat.dg/import1.adb: Likewise.
209         * gnat.dg/import1.ads: Likewise.
210         * gnat.dg/loop_address2.adb: Likewise.
211         * gnat.dg/opt7.adb: Likewise.
212         * gnat.dg/opt7.ads: Likewise.
213         * gnat.dg/pointer_variable_bounds.adb: Likewise.
214         * gnat.dg/pointer_variable_bounds.ads: Likewise.
215         * gnat.dg/rep_clause2.adb: Likewise.
216         * gnat.dg/rep_clause2.ads: Likewise.
217         * gnat.dg/slice2.adb: Likewise.
218         * gnat.dg/slice2.ads: Likewise.
219         * gnat.dg/slice6.adb: Likewise.
220         * gnat.dg/slice6_pkg.ads: Likewise.
221         * gnat.dg/specs/unchecked_union2.ads: Likewise.
222         * gnat.dg/taft_type2.adb: Likewise.
223         * gnat.dg/taft_type2.ads: Likewise.
224         * gnat.dg/taft_type2_pkg.ads: Likewise.
225         * gnat.dg/volatile10.adb: Likewise.
226         * gnat.dg/volatile10_pkg.ads: Likewise.
227
228         * gcc.dg/dll-8.c: Remove execute permissions.
229         * g++.dg/ext/dllexport5.C: Likewise.
230
231 2012-04-09  Jan Hubicka  <jh@suse.cz>
232
233         PR lto/52722
234         PR lto/51765
235         PR lto/52634
236         * gcc.dg/lto/pr52634_1.c: New testcase.
237         * gcc.dg/lto/pr52634_0.c: New testcase.
238
239 2012-04-09  Uros Bizjak  <ubizjak@gmail.com>
240
241         PR target/52883
242         * gcc.target/i386/pr52883.c: New testcase.
243
244 2012-04-09  Eric Botcazou  <ebotcazou@adacore.com>
245
246         * lib/target-supports.exp (check_effective_target_sparc_v9): New.
247         (check_effective_target_sync_long_long): Add SPARC case.
248         (check_effective_target_sync_long_long_runtime): Likewise.
249         (check_effective_target_sync_int_long): Adjust SPARC case.
250         (check_effective_target_sync_char_short): Likewise.
251
252 2012-04-08  Oleg Endo  <olegendo@gcc.gnu.org>
253
254         * gcc.target/sh/sh2a-prefetch.c: Rename to ...
255         * gcc.target/sh/prefetch.c: ... this.  Enable test case for m4*.
256
257 2012-04-08  Tobias Burnus  <burnus@net-b.de>
258
259         PR fortran/40973
260         PR fortran/52751
261         * gfortran.dg/public_private_module_2.f90: New.
262
263 2012-04-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
264
265         * g++.dg/warn/Wstrict-aliasing-float-ref-int-obj.C: Add labels to
266         directives.
267
268 2012-04-07  Thomas Koenig  <tkoenig@gcc.gnu.org>
269
270         PR fortran/52893
271         * gfortran.dg/function_optimize_11.f90:  New test.
272
273 2012-04-06  Thomas Koenig  <tkoenig@gcc.gnu.org>
274
275         PR fortran/52668
276         * gfortran.dg/use_only_6.f90: New test.
277
278 2012-04-06  Thomas Koenig  <tkoenig@gcc.gnu.org>
279
280         PR fortran/52668
281         * gfortran.dg/use_only_6.f90: New test.
282 2012-04-06  Mike Stump  <mikestump@comcast.net>
283
284         PR testsuite/50722
285         * gcc.dg/pr49994-3.c: Use -w to squelch non-portable warnings.
286
287 2012-04-05  Jason Merrill  <jason@redhat.com>
288
289         PR c++/52596
290         * g++.dg/template/qualified-id5.C: New.
291
292 2012-04-05  Uros Bizjak  <ubizjak@gmail.com>
293
294         PR target/52882
295         * gcc.target/i386/pr52882.c: New test.
296
297 2012-04-05  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
298             Dominique D'Humieures  <dominiq@lps.ens.fr>
299
300         PR testsuite/52614
301         * gcc.dg/vect/vect.exp: Use -fno-common on all targets.
302         * gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp: Likewise.
303
304 2012-04-04  Jason Merrill  <jason@redhat.com>
305
306         PR c++/52845
307         * g++.dg/cpp0x/lambda/lambda-warn4.C: New.
308
309 2012-04-03  Jason Merrill  <jason@redhat.com>
310
311         PR c++/52796
312         * g++.dg/cpp0x/variadic-value1.C: New.
313
314 2012-04-03  Eric Botcazou  <ebotcazou@adacore.com>
315
316         * gnat.dg/pack18.adb: New test.
317         * gnat.dg/pack18_pkg.ads: New helper.
318
319 2012-04-03  Richard Guenther  <rguenther@suse.de>
320
321         PR tree-optimization/52808
322         * gcc.dg/pr52808.c: New testcase.
323
324 2012-04-03  Jakub Jelinek  <jakub@redhat.com>
325
326         PR tree-optimization/52835
327         * gfortran.dg/pr52835.f90: New test.
328
329 2012-04-03  Eric Botcazou  <ebotcazou@adacore.com>
330
331         * gnat.dg/specs/aggr5.ads: New test.
332
333 2012-04-02  Richard Guenther  <rguenther@suse.de>
334
335         PR tree-optimization/52756
336         * gcc.dg/torture/pr52756.c: New testcase.
337
338 2012-04-02  Richard Guenther  <rguenther@suse.de>
339
340         PR middle-end/52803
341         * gcc.dg/pr52803.c: New testcase.
342
343 2012-04-02  Dodji Seketeli  <dodji@redhat.com>
344
345         PR c++/40942
346         * g++.old-deja/g++.pt/spec40.C: Adjust to take the resolution of
347         DR 214 in account.
348
349 2012-04-01  Paolo Carlini  <paolo.carlini@oracle.com>
350
351         PR c++/50043
352         * g++.dg/cpp0x/noexcept17.C: New.
353         * g++.old-deja/g++.eh/cleanup1.C: Adjust.
354         * g++.dg/tree-ssa/ehcleanup-1.C: Likewise.
355         * g++.dg/cpp0x/noexcept01.C: Likewise.
356         * g++.dg/eh/init-temp1.C: Likewise.
357         * g++.dg/eh/ctor1.C: Likwise.
358
359 2012-03-31  Eric Botcazou  <ebotcazou@adacore.com>
360
361         * gnat.dg/controlled6.adb: New test.
362         * gnat.dg/controlled6_pkg.ads: New helper.
363         * gnat.dg/controlled6_pkg-iterators.ad[sb]: Likewise.
364
365 2012-03-30  Richard Henderson <rth@redhat.com>
366
367         PR debug/52727
368         * g++.dg/opt/pr52727.C: New testcase.
369
370 2012-03-30  Richard Guenther  <rguenther@suse.de>
371
372         PR tree-optimization/52754
373         * gcc.target/i386/pr52754.c: New testcase.
374
375 2012-03-30  Richard Guenther <rguenther@suse.de>
376
377         PR middle-end/52772
378         * g++.dg/torture/pr52772.C: New testcase.
379
380 2012-03-29  Paolo Carlini  <paolo.carlini@oracle.com>
381
382         PR c++/52718
383         * g++.dg/warn/Wzero-as-null-pointer-constant-5.C: New.
384
385 2012-03-29  Jason Merrill  <jason@redhat.com>
386
387         PR c++/52685
388         * g++.dg/template/inherit8.C: New.
389
390 2012-03-29  Jakub Jelinek  <jakub@redhat.com>
391
392         PR c++/52759
393         * g++.dg/ext/weak4.C: New test.
394
395         PR tree-optimization/52760
396         * gcc.c-torture/execute/pr52760.c: New test.
397
398 2012-03-29  Jason Merrill  <jason@redhat.com>
399
400         PR c++/52743
401         * g++.dg/cpp0x/initlist-array3.C: New.
402
403 2012-03-28  Jason Merrill  <jason@redhat.com>
404
405         PR c++/52746
406         * g++.dg/overload/virtual2.C: New.
407
408 2012-03-28  Eric Botcazou  <ebotcazou@adacore.com>
409
410         * gnat.dg/vect7.ad[sb]: New test.
411
412 2012-03-28  Paul Thomas  <pault@gcc.gnu.org>
413         Tobias Burnus  <burnus@gcc.gnu.org>
414
415         PR fortran/52652
416         * gfortran.dg/allocate_class_1.f90 : Change error test.
417         * gfortran.dg/allocate_with_typespec_4.f90 : Change error test.
418         * gfortran.dg/allocate_alloc_opt_1.f90 : Change error test.
419         * gfortran.dg/deallocate_alloc_opt_1.f90 : Change error test.
420
421 2012-03-28  Jakub Jelinek  <jakub@redhat.com>
422
423         PR middle-end/52691
424         * gcc.dg/pr52691.c: New test.
425
426         PR middle-end/52750
427         * gcc.c-torture/compile/pr52750.c: New test.
428
429 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
430
431         PR target/52692
432         * gcc.target/avr/torture/builtins-2.c: New test.
433
434 2012-03-28  Jakub Jelinek  <jakub@redhat.com>
435
436         PR target/52736
437         * gcc.target/i386/pr52736.c: New test.
438
439 2012-03-27  Martin Jambor  <mjambor@suse.cz>
440
441         PR middle-end/52693
442         * gcc.dg/torture/pr52693.c: New test.
443
444 2012-03-27  Meador Inge  <meadori@codesourcery.com>
445
446         PR c++/52672
447         * g++.dg/cpp0x/constexpr-52672.C: New testcase.
448
449 2012-03-27  Mike Stump  <mikestump@comcast.net>
450
451         PR target/52665
452         * gcc.target/i386/pr28946.c: Use -fno-ident to avoid spurious
453         failures that match branch names.
454
455 2012-03-27  Uros Bizjak  <ubizjak@gmail.com>
456             H.J. Lu  <hongjiu.lu@intel.com>
457
458         PR target/52698
459         * gcc.target/i386/pr52698.c: New test.
460
461 2012-03-27  Richard Guenther  <rguenther@suse.de>
462
463         PR middle-end/52720
464         * gcc.dg/torture/pr52720.c: New testcase.
465
466 2012-03-27  Eric Botcazou  <ebotcazou@adacore.com>
467
468         * gnat.dg/pack17.adb: New test.
469
470 2012-03-27  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
471
472         * gcc.target/arm/thumb-ifcvt.c: Only run for -mthumb.
473         * gcc.target/arm/thumb-16bit-ops.c: Likewise.
474
475 2012-03-26  Martin Jambor  <mjambor@suse.cz>
476
477         PR tree-optimization/50052
478         * gcc.dg/ipa/ipa-sra-2.c: Also run on strict-alignment platforms.
479
480 2012-03-26  Richard Guenther  <rguenther@suse.de>
481
482         PR tree-optimization/52701
483         * gfortran.dg/pr52701.f90: New testcase.
484
485 2012-03-26  Ulrich Weigand  <ulrich.weigand@linaro.org>
486
487         PR tree-optimization/52686
488         * gcc.target/arm/pr52686.c: New test.
489
490 2012-03-26  Georg-Johann Lay  <avr@gjlay.de>
491
492         * gcc.target/avr/torture/avr-torture.exp (AVR_TORTURE_OPTIONS):
493         Add "-Os -flto" to list.
494
495 2012-03-25  Eric Botcazou  <ebotcazou@adacore.com>
496
497         * gnat.dg/concat2.ad[sb]: New test.
498
499 2012-03-24  Jason Merrill  <jason@redhat.com>
500
501         * g++.dg/cpp0x/auto3.C: Compile with -pedantic-errors.
502         * g++.dg/cpp0x/trailing2.C: Likewise.
503         * g++.dg/warn/pr23075.C: Change dg-warning to dg-bogus.
504         * g++.dg/cpp1y/auto-fn1.C: New.
505         * g++.dg/cpp1y/auto-fn2.C: New.
506         * g++.dg/cpp1y/auto-fn3.C: New.
507         * g++.dg/cpp1y/auto-fn4.C: New.
508         * g++.dg/cpp1y/auto-fn5.C: New.
509         * g++.dg/cpp1y/auto-fn6.C: New.
510         * g++.dg/cpp1y/auto-fn7.C: New.
511         * g++.dg/cpp1y/auto-fn8.C: New.
512         * g++.dg/cpp1y/auto-fn9.C: New.
513         * g++.dg/cpp1y/auto-fn10.C: New.
514         * g++.dg/cpp1y/auto-fn11.C: New.
515
516 2012-03-23  Richard Guenther  <rguenther@suse.de>
517
518         PR tree-optimization/52678
519         * gfortran.dg/pr52678.f: New testcase.
520
521 2012-03-23  Richard Guenther  <rguenther@suse.de>
522
523         PR tree-optimization/52638
524         * g++.dg/torture/pr52638.C: New testcase.
525
526 2012-03-22  Paolo Carlini  <paolo.carlini@oracle.com>
527
528         PR c++/52487
529         * g++.dg/cpp0x/lambda/lambda-ice7.C: New.
530
531 2012-03-22  Jakub Jelinek  <jakub@redhat.com>
532
533         PR c++/52671
534         * g++.dg/ext/attrib44.C: New test.
535
536 2012-03-22  Jan Hubicka  <jh@suse.cz>
537
538         PR middle-end/51737
539         * g++.dg/torture/pr51737.C: New testcase
540
541 2012-03-22  Richard Guenther  <rguenther@suse.de>
542
543         PR tree-optimization/52548
544         * gcc.dg/tree-ssa/ssa-pre-29.c: New testcase.
545
546 2012-03-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
547
548         * lib/fortran-modules.exp (list-module-names-1): Remove
549         warning.
550
551 2012-03-21  Oleg Endo  <olegendo@gcc.gnu.org>
552
553         PR target/50751
554         * gcc.target/sh/pr50751-1.c: New.
555         * gcc.target/sh/pr50751-2.c: New.
556         * gcc.target/sh/pr50751-3.c: New.
557
558 2012-03-21  Oleg Endo  <olegendo@gcc.gnu.org>
559
560         PR target/52479
561         * gcc.target/sh/sh4a-cos.c: Remove.
562         * gcc.target/sh/sh4a-sin.c: Remove.
563         * gcc.target/sh/sh4a-sincos.c: Remove.
564
565 2012-03-21  Richard Earnshaw  <rearnsha@arm.com>
566
567         * gcc.target/arm/neon/vgetQ_laneu64.c: Regenerated.
568         * gcc.target/arm/neon/vgetQ_lanes64.c: Likewise.
569
570 2012-03-21  Martin Jambor  <mjambor@suse.cz>
571
572         PR testsuite/52641
573         * gcc.dg/misaligned-expand-1.c (cst): Cast to int.
574         * gcc.dg/misaligned-expand-2.c (cst): Likewise.
575
576 2012-03-21  Andrew Stubbs  <ams@codesourcery.com>
577
578         * gcc.target/arm/thumb-16bit-ops.c: New file.
579         * gcc.target/arm/thumb-ifcvt.c: New file.
580
581 2012-03-20  Jason Merrill  <jason@redhat.com>
582
583         * lib/target-supports.exp: Add { target c++1y }.
584
585         * g++.dg/cpp0x/auto32.C: New.
586
587 2012-03-20  Georg-Johann Lay  <avr@gjlay.de>
588
589         PR testsuite/52641
590         * gcc.dg/torture/pr48124-1.c: Add dg-require-effective-target
591         int32plus.
592         * gcc.dg/torture/pr48124-4.c: Ditto:
593         * gcc.dg/torture/pr52530.c: Use long instead of int if int=16.
594
595 2012-03-20  Jason Merrill  <jason@redhat.com>
596
597         PR c++/52510
598         * g++.dg/cpp0x/initlist66.C: New.
599
600 2012-03-20  Georg-Johann Lay  <avr@gjlay.de>
601
602         * gcc.target/avr/progmem.h (pgm_read_char): Define depending on
603         __AVR_HAVE_LPMX__
604
605 2012-03-20  Georg-Johann Lay  <avr@gjlay.de>
606
607         PR target/49868
608         * gcc.target/avr/torture/addr-space-2.h: New file.
609         * gcc.target/avr/torture/addr-space-2-g.h: New test.
610         * gcc.target/avr/torture/addr-space-2-0.h: New test.
611         * gcc.target/avr/torture/addr-space-2-1.h: New test.
612         * gcc.target/avr/torture/addr-space-2-x.h: New test.
613
614 2012-03-20  Richard Guenther  <rguenther@suse.de>
615
616         * gnat.dg/pack16.adb: New testcase.
617         * gnat.dg/pack16_pkg.ads: Likewise.
618         * gnat.dg/specs/pack8.ads: Likewise.
619         * gnat.dg/specs/pack8_pkg.ads: Likewise.
620
621 2012-03-19  Paolo Carlini  <paolo.carlini@oracle.com>
622
623         * g++.dg/warn/Wuseless-cast.C: Extend.
624
625 2012-03-19  Paolo Carlini  <paolo.carlini@oracle.com>
626
627         PR c++/14710
628         * g++.dg/warn/Wuseless-cast.C: New.
629
630 2012-03-17  Janne Blomqvist  <jb@gcc.gnu.org>
631
632         PR libfortran/52608
633         * gfortran.dg/pr52608.f90: New test.
634
635 2012-03-17  Tobias Burnus  <burnus@net-b.de>
636
637         PR fortran/52585
638         * gfortran.dg/proc_ptr_36.f90: New.
639
640 2012-03-16  Martin Jambor  <mjambor@suse.cz>
641
642         * gcc.dg/misaligned-expand-1.c: New test.
643         * gcc.dg/misaligned-expand-3.c: Likewise.
644
645 2012-03-16  Richard Guenther  <rguenther@suse.de>
646         Kai Tietz  <ktietz@redhat.com>
647
648         PR middle-end/48814
649         * gcc.c-torture/execute/pr48814-1.c: New test.
650         * gcc.c-torture/execute/pr48814-2.c: New test.
651         * gcc.dg/tree-ssa/assign-1.c: New test.
652         * gcc.dg/tree-ssa/assign-2.c: New test.
653         * gcc.dg/tree-ssa/assign-3.c: New test.
654
655 2012-03-16  Richard Guenther  <rguenther@suse.de>
656
657         * gnat.dg/specs/pack7.ads: New testcase.
658
659 2012-03-15  Jakub Jelinek  <jakub@redhat.com>
660
661         PR target/52568
662         * gcc.dg/torture/vshuf-4.inc: Add two new tests.
663         * gcc.dg/torture/vshuf-8.inc: Likewise.
664         * gcc.dg/torture/vshuf-16.inc: Likewise.
665         * gcc.dg/torture/vshuf-32.inc: Likewise.
666
667 2012-03-15  Jason Merrill  <jason@redhat.com>
668
669         * g++.dg/torture/pr52582.C: New.
670
671 2012-03-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
672
673         * lib/fortran-modules.exp: New file which was forgotten in r185430.
674
675 2012-03-15  Ira Rosen  <irar@il.ibm.com>
676             Ulrich Weigand  <ulrich.weigand@linaro.org>
677
678         * gcc.dg/vect/slp-cond-3.c: New test.
679         * gcc.dg/vect/slp-cond-4.c: New test.
680
681 2012-03-15  Ira Rosen  <irar@il.ibm.com>
682             Ulrich Weigand  <ulrich.weigand@linaro.org>
683
684         * gcc.dg/vect/bb-slp-pattern-1.c: New test.
685         * gcc.dg/vect/bb-slp-pattern-2.c: New test.
686
687 2012-03-15  Janne Blomqvist  <jb@gcc.gnu.org>
688
689         PR libfortran/52434
690         PR libfortran/48878
691         PR libfortran/38199
692         * gfortran.dg/edit_real_1.f90: Don't assume roundTiesToAway.
693         * gfortran.dg/round_1.f03: Likewise.
694
695 2012-03-15  Jakub Jelinek  <jakub@redhat.com>
696             Andrew Pinski  <apinski@cavium.com>
697
698         PR middle-end/52592
699         * gcc.dg/pr52592.c: New test.
700
701 2012-03-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
702
703         * gfortran.fortran-torture/compile/compile.exp: Simplify.
704         * gfortran.fortran-torture/execute/execute.exp: Likewise.
705         * lib/gcc-dg.exp (cleanup-modules): Move to ..
706         * lib/fortran-modules.exp: .. this new file. Adjust users.
707         * lib/gfortran-dg.exp (gfortran-dg-runtest,
708         gfortran-dg-debug-runtest): Call cleanup-modules.
709         * lib/fortran-torture.exp (fortran-torture-execute,
710         fortran-torture): Likewise.
711         * gfortran.dg/coarray/caf.exp: Likewise.
712         * lib/lto.exp: Likewise.
713         * gfortran.dg/class_4a.f03: Adjust cleanup-modules and keep-modules.
714         * gfortran.dg/class_4b.f03: Likewise.
715         * gfortran.dg/class_4c.f03: Likewise.
716         * gfortran.dg/class_45a.f03: Likewise.
717         * gfortran.dg/binding_label_tests_10.f03: Likewise.
718         * gfortran.dg/binding_label_tests_10_main.f03: Likewise.
719         * gfortran.dg/binding_label_tests_11.f03: Likewise.
720         * gfortran.dg/binding_label_tests_11_main.f03: Likewise.
721         * gfortran.dg/binding_label_tests_13.f03: Likewise.
722         * gfortran.dg/binding_label_tests_13_main.f03: Likewise.
723         * gfortran.dg/test_common_binding_labels_2.f03: Likewise.
724         * gfortran.dg/test_common_binding_labels_2_main.f03: Likewise.
725         * gfortran.dg/test_common_binding_labels_3.f03: Likewise.
726         * gfortran.dg/test_common_binding_labels_3_main.f03: Likewise.
727         * gfortran.dg/whole_file_28.f90: Likewise.
728         * gfortran.dg/whole_file_29.f90: Likewise.
729         * gfortran.dg/whole_file_30.f90: Likewise.
730         * gfortran.dg/whole_file_31.f90: Likewise.
731
732 2012-03-15  Jakub Jelinek  <jakub@redhat.com>
733
734         PR tree-optimization/52267
735         * gcc.dg/pr52267.c: New test.
736         * gcc.dg/tree-ssa/vrp65.c: New test.
737         * gcc.dg/tree-ssa/vrp66.c: New test.
738
739 2012-03-15  Richard Guenther  <rguenther@suse.de>
740
741         PR middle-end/52580
742         * gfortran.dg/vect/pr52580.f: New testcase.
743
744 2012-03-15  Oleg Endo  <olegendo@gcc.gnu.org>
745
746         * gcc.target/sh/fpul-usage-1.c: New.
747
748 2012-03-14  Oleg Endo  <olegendo@gcc.gnu.org>
749
750         PR target/49468
751         * gcc.target/sh/pr49468-si.c: Make dg-skip-if not the first directive.
752         * gcc.target/sh/pr49468-di.c: Likewise.
753
754 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
755
756         * g++.dg/warn/miss-format-1.C: Remove *-*-solaris2.8 handling.
757         * gcc.dg/c99-stdint-6.c: Likewise.
758         * gcc.dg/lto/20090210_0.c: Likewise.
759         * gcc.dg/pr28796-2.c: Don't skip on sparc*-sun-solaris2.8.
760         * gcc.dg/pragma-init-fini.c: Don't skip on i?86-*-solaris2.8.
761         * gcc.dg/pragma-init-fini-2.c: Likewise.
762         * gcc.dg/torture/pr47917.c: Remove *-*-solaris2.8 handling.
763         * gcc.target/i386/pr22076.c: Remove i?86-*-solaris2.8 handling.
764         * gcc.target/i386/pr22152.c: Likewise.
765         * gcc.target/i386/vect8-ret.c: Likewise.
766         * lib/target-supports.exp (add_options_for_tls): Remove Solaris 8
767         handling.
768
769 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
770
771         * g++.dg/other/anon5.C: Don't skip on mips-sgi-irix*.
772         * g++.dg/tree-prof/partition1.C: Likewise.
773         * g++.dg/tree-prof/partition2.C: Likewise.
774         * g++.old-deja/g++.other/init19.C: Remove mips-sgi-irix*
775         handling.
776         * gcc.c-torture/compile/labels-3.c: Remove dg-options.
777         * gcc.c-torture/execute/20010724-1.c: Remove.
778         * gcc.c-torture/execute/20010724-1.x: Remove.
779         * gcc.c-torture/execute/20040208-2.c: Remove.
780         * gcc.c-torture/execute/20040208-2.x: Remove.
781         * gcc.c-torture/execute/ieee/20000320-1.c [__mips__ && __sgi__]:
782         Remove.
783         (main) [__mips__ && __sgi__]: Remove.
784         * gcc.c-torture/execute/ieee/copysign1.c: Remove IRIX reference.
785         * gcc.c-torture/execute/ieee/copysign2.c: Likewise.
786         * gcc.c-torture/execute/ieee/mul-subnormal-single-1.x: Remove
787         mips-sgi-irix6* handling.
788         * gcc.dg/cpp/assert4.c [__mips__]: Remove __sgi__, sgi.
789         * gcc.dg/torture/20090618-1.c: Don't skip on mips-sgi-irix*.
790         * gcc.dg/torture/builtin-frexp-1.c: Remove mips*-*-irix6*
791         handling.
792         * gcc.dg/torture/builtin-logb-1.c: Likewise.
793         * gcc.dg/torture/pr47917.c: Remove mips-sgi-irix6.5 handling.
794         * gcc.dg/tree-ssa/ssa-store-ccp-3.c: Don't skip on mips*-*-irix*.
795         * gcc.misc-tests/linkage.exp: Remove mips-sgi-irix6* handling.
796         * gcc.target/mips/args-1.c [!__sgi__]: Remove.
797         * gcc.target/mips/interrupt_handler-2.c: Don't skip on
798         mips-sgi-irix6*.
799         * gcc.target/mips/interrupt_handler-3.c: Likewise.
800         * gcc.target/mips/save-restore-1.c: Don't skip on mips-sgi-irix6*.
801         * gcc.target/mips/save-restore-3.c: Likewise.
802         * gcc.target/mips/save-restore-4.c: Likewise.
803         * gcc.target/mips/save-restore-5.c: Likewise.
804         * gfortran.dg/g77/cabs.f: Don't xfail on mips-sgi-irix6*.
805         * lib/prune.exp (prune_gcc_output): Remove pruning of IRIX 6 ld
806         messages.
807         * lib/target-libpath.exp (set_ld_library_path_env_vars): Remove
808         IRIX 6 handling.
809         (restore_ld_library_path_env_vars): Likewise.
810         * lib/target-supports.exp (check_profiling_available): Remove
811         mips*-*-irix* handling.
812         (check_ascii_locale_available): Remove mips-sgi-irix* handling.
813         (add_options_for_c99_runtime): Remove mips-sgi-irix6.5* handling.
814         * objc.dg/stabs-1.m: Don't xfail on mips-sgi-irix6.5.
815
816 2012-03-14  Jakub Jelinek  <jakub@redhat.com>
817
818         PR c++/52582
819         * g++.dg/opt/pr52582.C: New test.
820
821 2012-03-14  Richard Guenther  <rguenther@suse.de>
822
823         PR tree-optimization/52571
824         * gcc.dg/vect/vect-2.c: Initialize arrays.
825         * gcc.dg/vect/no-section-anchors-vect-34.c: Likewise.
826         * gcc.target/i386/recip-vec-divf.c: Use -fno-common.
827         * gcc.target/i386/recip-vec-sqrtf.c: Likewise.
828
829 2012-03-14  Richard Guenther  <rguenther@suse.de>
830
831         PR middle-end/52080
832         PR middle-end/52097
833         PR middle-end/48124
834         * gcc.dg/torture/pr48124-1.c: New testcase.
835         * gcc.dg/torture/pr48124-2.c: Likewise.
836         * gcc.dg/torture/pr48124-3.c: Likewise.
837         * gcc.dg/torture/pr48124-4.c: Likewise.
838
839 2012-03-14  Richard Guenther  <rguenther@suse.de>
840
841         PR middle-end/52578
842         * gcc.dg/pr52578.c: New testcase.
843
844 2012-03-14  Jakub Jelinek  <jakub@redhat.com>
845
846         PR c++/52521
847         * g++.dg/cpp0x/udlit-args2.C: New test.
848
849 2012-03-13  Oleg Endo  <olegendo@gcc.gnu.org>
850
851         PR target/48596
852         * gcc.target/sh/pr48596.c: Move accidentally added new test case to ...
853         * gcc.c-torture/compile/pr48596.c: ... here.
854
855 2012-01-30  Dodji Seketeli  <dodji@redhat.com>
856
857         PR c++/51641
858         * g++.dg/lookup/hidden-class17.C: New test.
859
860 2012-03-13  Jakub Jelinek  <jakub@redhat.com>
861
862         PR c/52577
863         * gcc.dg/Wunused-var-3.c: New test.
864
865 2012-03-13  Martin Jambor  <mjambor@suse.cz>
866
867         * gcc.dg/misaligned-expand-2.c: New test.
868
869 2012-03-13  Richard Guenther  <rguenther@suse.de>
870
871         PR middle-end/52134
872         * gcc.dg/pr52134.c: New testcase.
873
874 2012-03-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
875
876         * ada/acats/tests/cd/cdd1001.a (CDD1001): Fix typo.
877
878 2012-03-12  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
879
880         PR tree-optimization/46728
881         * gcc.target/powerpc/pr46728-4.c: Use preferred syntax.
882         * gcc.target/powerpc/pr46728-5.c: Likewise.
883         * gcc.target/powerpc/pr46728-8.c: Likewise.
884         * gcc.target/powerpc/pr46728-10.c: Likewise.
885         * gcc.target/powerpc/pr46728-11.c: Likewise.
886         * gcc.target/powerpc/pr46728-13.c: Likewise.
887         * gcc.target/powerpc/pr46728-14.c: Likewise.
888         * gcc.target/powerpc/pr46728-15.c: Likewise.
889
890 2012-03-12  Paolo Carlini  <paolo.carlini@oracle.com>
891
892         PR c++/52299
893         * g++.dg/warn/Wdiv-by-zero-bogus.C: New.
894
895 2012-03-12  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
896
897         PR tree-optimization/46728
898         * gcc.target/powerpc/pr46728-4.c: Skip for powerpc*-*-darwin*.
899         * gcc.target/powerpc/pr46728-5.c: Likewise.
900         * gcc.target/powerpc/pr46728-8.c: Likewise.
901         * gcc.target/powerpc/pr46728-10.c: Likewise.
902         * gcc.target/powerpc/pr46728-11.c: Likewise.
903         * gcc.target/powerpc/pr46728-13.c: Likewise.
904         * gcc.target/powerpc/pr46728-14.c: Likewise.
905         * gcc.target/powerpc/pr46728-15.c: Likewise.
906
907 2012-03-12  Georg-Johann Lay  <avr@gjlay.de>
908
909         PR target/49868
910         * gcc.target/avr/torture/addr-space-1.h: New file.
911         * gcc.target/avr/torture/addr-space-1-g.h: New test.
912         * gcc.target/avr/torture/addr-space-1-0.h: New test.
913         * gcc.target/avr/torture/addr-space-1-1.h: New test.
914         * gcc.target/avr/torture/addr-space-1-x.h: New test.
915
916 2012-03-12  Andrew Pinski  <apinski@cavium.com>
917
918         * gcc.dg/tree-ssa/phi-opt-7.c: New testcase.
919
920 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
921
922         * g++.dg/abi/rtti3.C: Remove alpha*-dec-osf* handling.
923         * g++.dg/abi/thunk4.C: Likewise.
924         * g++.dg/cdce3.C: Don't skip on*-dec-osf5*.
925         Adapt line numbers.
926         * g++.dg/compat/struct-layout-1_generate.c: Remove alpha*-dec-osf*
927         handling.
928         * g++.dg/cpp0x/constexpr-rom.C: Likewise.
929         * g++.dg/eh/spbp.C: Likewise.
930         * g++.dg/ext/label13.C: Likewise.
931         * g++.dg/guality/guality.exp: Likewise.
932         * g++.dg/other/anon5.C: Likewise.
933         * g++.dg/other/pragma-ep-1.C: Remove.
934         * g++.dg/warn/miss-format-1.C: Remove alpha*-dec-osf* handling.
935         * g++.dg/warn/pr31246.C: Likewise.
936         * g++.dg/warn/weak1.C: Likewise.
937         * g++.old-deja/g++.eh/badalloc1.C: Likewise.
938         * g++.old-deja/g++.ext/attrib5.C: Likewise.
939         * gcc.c-torture/compile/limits-declparen.c: Likewise.
940         * gcc.c-torture/compile/limits-pointer.c: Likewise.
941         * gcc.c-torture/execute/20001229-1.c: Remove __osf__ handling.
942         * gcc.dg/attr-weakref-1.c: Remove alpha*-dec-osf* handling.
943         * gcc.dg/c99-stdint-6.c: Remove alpha*-dec-osf5* handling.
944         * gcc.dg/c99-tgmath-1.c: Likewise.
945         * gcc.dg/c99-tgmath-2.c: Likewise.
946         * gcc.dg/c99-tgmath-3.c: Likewise.
947         * gcc.dg/c99-tgmath-4.c: Likewise.
948         * gcc.dg/compat/struct-layout-1_generate.c: Remove alpha*-dec-osf*
949         handling.
950         * gcc.dg/debug/pr49032.c: Likewise.
951         * gcc.dg/guality/guality.exp: Likewise.
952         * gcc.dg/intmax_t-1.c: Likewise.
953         * gcc.dg/pr48616.c: Likewise.
954         * gcc.dg/pragma-ep-1.c: Remove.
955         * gcc.dg/pragma-ep-2.c: Remove.
956         * gcc.dg/pragma-ep-3.c: Remove.
957         * gcc.dg/torture/pr47917.c: Remove alpha*-dec-osf5* handling.
958         * gcc.dg/tree-ssa/pr42585.c: Remove alpha*-dec-osf* handling.
959         * gcc.misc-tests/gcov-14.c: Likewise.
960         * gfortran.dg/guality/guality.exp: Likewise.
961         * lib/target-supports.exp (check_weak_available): Likewise.
962         (add_options_for_tls): Likewise.
963         (check_ascii_locale_available): Likewise.
964         * obj-c++.dg/dwarf-2.mm: Likewise.
965         * objc.dg/dwarf-1.m: Likewise.
966         * objc.dg/dwarf-2.m: Likewise.
967
968 2012-03-12  Jakub Jelinek  <jakub@redhat.com>
969
970         PR tree-optimization/51721
971         * gcc.dg/tree-ssa/vrp64.c: New test.
972
973         PR tree-optimization/52533
974         * gcc.c-torture/compile/pr52533.c: New test.
975
976 2012-03-12  Kirill Yukhin  <kirill.yukhin@intel.com>
977
978         * gcc.target/i386/rtm-xabort-1.c: New.
979         * gcc.target/i386/rtm-xbegin-1.c: Ditto.
980         * gcc.target/i386/rtm-xend-1.c: Ditto.
981         * gcc.target/i386/rtm-xtest-1.c: Ditto.
982         * gcc.target/i386/sse-12.c: Test RTM intrinsics.
983         * gcc.target/i386/sse-13.c: Ditto.
984         * gcc.target/i386/sse-14.c: Ditto.
985         * gcc.target/i386/sse-22.c: Ditto.
986         * gcc.target/i386/sse-23.c: Ditto.
987         * g++.dg/other/i386-2.C: Ditto.
988         * g++.dg/other/i386-3.C: Ditto.
989
990 2012-03-12  Tobias Burnus  <burnus@net-b.de>
991
992         PR fortran/52542
993         * gfortran.dg/proc_ptr_35.f90: New.
994
995 2012-03-11  Uros Bizjak  <ubizjak@gmail.com>
996
997         PR target/52530
998         * gcc.dg/torture/pr52530.c: New test.
999
1000 2012-03-11  Oleg Endo  <olegendo@gcc.gnu.org>
1001
1002         PR target/51244
1003         * gcc.target/sh/pr51244-1.c: Fix thinkos.
1004
1005 2012-03-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1006
1007         PR target/52450
1008         * gcc.dg/torture/pr52402.c: Skip execution on 32-bit hppa*-*-hpux*.
1009
1010         * gcc.dg/torture/pr52407.c: Add -fno-common option on hppa*-*-hpux*.
1011
1012 2012-03-09  Andrew Pinski  <apinski@cavium.com>
1013
1014         PR middle-end/51988
1015         * gcc.dg/tree-ssa/phi-opt-8.c: New testcase.
1016         * gcc.dg/tree-ssa/phi-opt-9.c: New testcase.
1017
1018 2012-03-09  Jiangning Liu  <jiangning.liu@arm.com>
1019
1020         * gcc.dg/tree-ssa/scev-3.c: New.
1021         * gcc.dg/tree-ssa/scev-4.c: New.
1022
1023 2012-03-08  Tobias Burnus  <burnus@net-b.de>
1024
1025         PR fortran/52469
1026         * gfortran.dg/proc_ptr_34.f90
1027
1028 2012-03-07  Jason Merrill  <jason@redhat.com>
1029
1030         PR c++/52521
1031         * g++.dg/cpp0x/udlit-mangle.C: New.
1032
1033 2012-03-06  Pat Haugen <pthaugen@us.ibm.com>
1034
1035         * gcc.dg/torture/va-arg-25.c: Fix typo for powerpc64-*-* check.
1036
1037 2012-03-06  Richard Guenther  <rguenther@suse.de>
1038
1039         PR middle-end/52493
1040         * gcc.dg/torture/pr52493.c: New testcase.
1041
1042 2012-03-06  Richard Guenther  <rguenther@suse.de>
1043
1044         PR lto/52097
1045         * gcc.dg/lto/pr52097_0.c: New testcase.
1046
1047 2012-03-06  Oleg Endo  <olegendo@gcc.gnu.org>
1048
1049         PR target/51244
1050         * gcc.target/sh/pr51244-1.c: New.
1051         * gcc.target/sh/pr51244-2.c: New.
1052         * gcc.target/sh/pr51244-3.c: New.
1053
1054 2012-03-05  Jason Merrill  <jason@redhat.com>
1055
1056         PR c++/51930
1057         * g++.dg/ext/visibility/template11.C: New.
1058
1059         * g++.dg/cpp0x/implicit13.C: New.
1060
1061 2012-03-05  Jakub Jelinek  <jakub@redhat.com>
1062
1063         PR tree-optimization/51721
1064         * gcc.dg/tree-ssa/vrp63.c: New test.
1065         * gcc.dg/pr51721.c: New test.
1066
1067 2012-03-04  Mikael Morin  <mikael@gcc.gnu.org>
1068
1069         PR fortran/50981
1070         * gfortran.dg/elemental_optional_args_5.f03: Add subcomponent actual
1071         argument checks.
1072
1073 2012-03-04  H.J. Lu  <hongjiu.lu@intel.com>
1074
1075         PR target/52146
1076         * gcc.target/i386/pr52146.c: Update final-scan to allow $-18874240.
1077
1078 2012-03-04  Mikael Morin  <mikael@gcc.gnu.org>
1079
1080         PR fortran/50981
1081         * gfortran.dg/elemental_optional_args_5.f03: Add array checks.
1082
1083 2012-03-04  Georg-Johann Lay  <avr@gjlay.de>
1084
1085         * gcc.dg/torture/pr52402.c: Add dg-require-effective-target
1086         int32plus.
1087
1088 2012-03-03  Jason Merrill  <jason@redhat.com>
1089
1090         * g++.dg/cpp0x/nsdmi-defer6.C: New.
1091
1092         Core 1270
1093         * g++.dg/cpp0x/initlist65.C: New.
1094
1095         PR c++/36797
1096         * g++.dg/ext/is_empty2.C: New.
1097
1098 2012-03-03  Tobias Burnus  <burnus@net-b.de>
1099
1100         PR fortran/48820
1101         * gfortran.dg/assumed_type_3.f90: Undo previous commit.
1102
1103 2012-03-03  Tobias Burnus  <burnus@net-b.de>
1104
1105         * gfortran.dg/bind_c_dts_4.f03: Add dg-options -Wc-binding-type.
1106         * gfortran.dg/bind_c_implicit_vars.f03: Ditto.
1107         * gfortran.dg/bind_c_usage_8.f03: Ditto.
1108         * gfortran.dg/c_kind_tests_2.f03: Ditto.
1109         * gfortran.dg/class_30.f90: Remove dg-warning line.
1110         * gfortran.dg/bind_c_usage_25.f90: New.
1111
1112 2012-03-03  Tobias Burnus  <burnus@net-b.de>
1113
1114         PR fortran/48820
1115         * gfortran.dg/assumed_type_1.f90: Correct dg-error.
1116         * gfortran.dg/assumed_type_3.f90: Correct dg-error.
1117         * gfortran.dg/assumed_type_4.f90: Correct dg-error.
1118
1119 2012-03-03  Tobias Burnus  <burnus@net-b.de>
1120
1121         PR fortran/48820
1122         * gfortran.dg/assumed_type_1.f90: New.
1123         * gfortran.dg/assumed_type_2.f90: New.
1124         * gfortran.dg/assumed_type_3.f90: New.
1125         * gfortran.dg/assumed_type_4.f90: New.
1126
1127 2012-03-02  Oleg Endo  <olegendo@gcc.gnu.org>
1128
1129         PR target/49486
1130         * gcc.target/sh/pr49468-si.c: Skip unsupported test for SH64.
1131         * gcc.target/sh/pr49468-di.c: New.
1132
1133 2012-03-02  Maxim Kuvyrkov  <maxim@codesourcery.com>
1134
1135         * gcc.dg/graphite/pr50561.c: Update.
1136
1137 2012-03-02  Peter Bergner  <bergner@vnet.ibm.com>
1138
1139         * gcc.target/powerpc/pr52457.c: New test.
1140
1141 2012-03-02  Ulrich Weigand  <ulrich.weigand@linaro.org>
1142
1143         * gcc.target/arm/sat-1.c: New test.
1144
1145 2012-03-02  Uros Bizjak  <ubizjak@gmail.com>
1146
1147         PR target/46716
1148         * gcc.target/i386/pr46716.c: New test.
1149
1150 2012-03-02  Paolo Carlini  <paolo.carlini@oracle.com>
1151
1152         PR c++/51989
1153         * g++.dg/cpp0x/sfinae32.C: New.
1154
1155 2012-03-02  Richard Guenther  <rguenther@suse.de>
1156
1157         PR tree-optimization/52406
1158         * gcc.dg/torture/pr52406.c: New testcase.
1159
1160 2012-03-02  Tobias Burnus  <burnus@net-b.de>
1161
1162         PR fortran/52325
1163         * gfortran.dg/derived_comp_array_ref_8.f90: New.
1164         * gfortran.dg/nullify_2.f90: Update dg-error.
1165         * gfortran.dg/nullify_4.f90: Ditto.
1166         * gfortran.dg/pointer_init_6.f90: Ditto.
1167
1168 2012-03-02  Tobias Burnus  <burnus@net-b.de>
1169
1170         PR fortran/52270
1171         * gfortran.dg/class_51.f90: New.
1172
1173 2012-03-02  Tobias Burnus  <burnus@net-b.de>
1174
1175         PR fortran/52452
1176         * gfortran.dg/intrinsic_8.f90: New.
1177
1178 2012-03-01  Kai Tietz  <ktietz@redhat.com>
1179
1180         * gcc.dg/torture/pr47917.c: Make test using POSIX-printf
1181         routines on mingw targets.
1182         * gcc.dg/vect/pr46126.c (uintptr_t): Add support for LLP64 target.
1183
1184 2012-03-01  Jakub Jelinek  <jakub@redhat.com>
1185
1186         PR tree-optimization/52445
1187         * gcc.dg/pr52445.c: New test.
1188
1189 2012-02-29  Jakub Jelinek  <jakub@redhat.com>
1190
1191         PR target/52437
1192         * gcc.c-torture/compile/pr52437.c: New test.
1193
1194         PR middle-end/52419
1195         * gcc.dg/torture/pr52419.c: New test.
1196
1197         PR tree-optimization/52429
1198         * gcc.dg/torture/pr52429.c: New test.
1199         * g++.dg/opt/pr52429.C: New test.
1200
1201 2012-02-29  Richard Guenther  <rguenther@suse.de>
1202
1203         PR testsuite/52297
1204         * gcc.dg/lto/trans-mem-1_0.c: Remove.
1205         * gcc.dg/lto/trans-mem-1_1.c: Likewise.
1206         * gcc.dg/lto/trans-mem-2_0.c: Likewise.
1207         * gcc.dg/lto/trans-mem-2_1.c: Likewise.
1208         * gcc.dg/lto/trans-mem-4_0.c: Likewise.
1209         * gcc.dg/lto/trans-mem-4_1.c: Likewise.
1210
1211 2012-02-29  Jakub Jelinek  <jakub@redhat.com>
1212
1213         * gcc.dg/torture/pr52402.c: Add -w -Wno-psabi to dg-options.
1214
1215 2012-02-29  Paul Thomas  <pault@gcc.gnu.org>
1216
1217         PR fortran/52386
1218         * gfortran.dg/realloc_on_assign_13.f90 : New test.
1219
1220 2012-02-28  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
1221
1222         PR target/51534
1223         * gcc.target/arm/neon/pr51534.c: New testcase.
1224
1225 2012-02-28  Richard Guenther  <rguenther@suse.de>
1226
1227         PR target/52407
1228         * gcc.dg/torture/pr52407.c: New testcase.
1229
1230 2012-02-28  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1231
1232         * gcc.target/arm/vfp1.c (dg_do run): Run on all eabi variants.
1233         * gcc.target/arm/vfp2.c: Likewise.
1234         * gcc.target/arm/vfp3.c: Likewise.
1235         * gcc.target/arm/vfp4.c: Likewise.
1236         * gcc.target/arm/vfp5.c: Likewise.
1237         * gcc.target/arm/vfp6.c: Likewise.
1238         * gcc.target/arm/vfp7.c: Likewise.
1239         * gcc.target/arm/vfp8.c: Likewise.
1240         * gcc.target/arm/vfp9.c: Likewise.
1241         * gcc.target/arm/vfp10.c: Likewise.
1242         * gcc.target/arm/vfp11.c: Likewise.
1243         * gcc.target/arm/vfp12.c: Likewise.
1244         * gcc.target/arm/vfp13.c: Likewise.
1245         * gcc.target/arm/vfp14.c: Likewise.
1246         * gcc.target/arm/vfp15.c: Likewise.
1247         * gcc.target/arm/vfp16.c: Likewise.
1248         * gcc.target/arm/vfp17.c: Likewise.
1249         * gcc.target/arm/neon-constants.h: New file.
1250         * gcc.target/arm/neon-vect1.c: New test.
1251         * gcc.target/arm/neon-vect2.c: New test.
1252         * gcc.target/arm/neon-vect3.c: New test.
1253         * gcc.target/arm/neon-vect4.c: New test.
1254         * gcc.target/arm/neon-vect5.c: New test.
1255         * gcc.target/arm/neon-vect6.c: New test.
1256         * gcc.target/arm/neon-vect7.c: New test.
1257         * gcc.target/arm/neon-vect8.c: New test.
1258
1259 2012-02-28  Richard Guenther  <rguenther@suse.de>
1260
1261         PR tree-optimization/52402
1262         * gcc.dg/torture/pr52402.c: New testcase.
1263
1264 2012-02-28  Richard Guenther  <rguenther@suse.de>
1265
1266         PR lto/52400
1267         * g++.dg/lto/pr52400_0.C: New testcase.
1268
1269 2012-02-28  Georg-Johann Lay  <avr@gjlay.de>
1270
1271         * gcc.target/avr/torture/builtins-1.c: New test.
1272         * gcc.target/avr/torture/builtins-error.c: New test.
1273
1274 2012-02-28  Kai Tietz  <ktietz@redhat.com>
1275
1276         * gcc.target/i386/pr46939.c (long): Fix LP64 vs LLP64 issue.
1277         * gcc.target/i386/pr45352-2.c: Likewise.
1278         * gcc.target/i386/bitfield3.c: Add -mno-ms-bitfields for mingw targets.
1279         * gcc.target/i386/xop-vshift-1.c (random): Use on mingw
1280         targets instead rand.
1281         * gcc.target/i386/sse4_1-blendps-2.c: Likewise.
1282         * gcc.target/i386/sse2-mul-1.c: Likewise.
1283         * gcc.target/i386/sse4_1-blendps.c: Likewise.
1284         * gcc.target/i386/pad-6b.c: Adjust test for x64 mingw target.
1285         * gcc.target/i386/pad-1.c: Likewise.
1286         * gcc.target/i386/pad-9.c: Likewise.
1287         * gcc.target/i386/pad-2.c: Likewise.
1288         * gcc.target/i386/pad-5b.c: Likewise.
1289         * gcc.target/i386/pad-8.c: Likewise.
1290         * gcc.target/i386/pr46470.c: Skip for x64 mingw target.
1291         * gcc.target/i386/pr44130.c: Likewise.
1292         * gcc.target/i386/align-main-1.c: Likewise.
1293         * gcc.target/i386/align-main-2.c: Likewise.
1294         * gcc.target/i386/sw-1.c: Likewise.
1295         * gcc.target/i386/avx-vzeroupper-5.c: Add -mabi=sysv
1296         on x64 mingw target.
1297         * gcc.target/i386/avx-vzeroupper-4.c: Likewise.
1298         * gcc.target/i386/pr46295.c: Likewise.
1299         * gcc.target/i386/amd64-abi-1.c: Likewise.
1300         * gcc.target/i386/amd64-abi-2.c: Likewise.
1301         * gcc.target/i386/pr39082-1.c: Likewise.
1302         * gcc.target/i386/pr39162.c: Likewise.
1303         * gcc.target/i386/pr22152.c: Likewise.
1304         * gcc.target/i386/wrgsbase-2.c: Adjust dg-final rule.
1305         * gcc.target/i386/wrfsbase-2.c: Likewise.
1306         * gcc.target/i386/local.c: Likewise
1307         * gcc.target/i386/wrgsbase-1.c: Likewise.
1308         * gcc.target/i386/wrfsbase-1.c: Likewise.
1309         * gcc.target/i386/pr39315-3.c: Likewise.
1310         * gcc.target/i386/pr35767-4.c: Likewise.
1311         * gcc.target/i386/pr45336-3.c (pextrd): Don't check for
1312         x64 mingw target.
1313         * gcc.target/i386/pr45336-2.c: Likewise.
1314         * gcc.target/i386/pr45336-1.c: Likewise.
1315         * gcc.target/i386/pr45336-4.c: Likewise.
1316
1317 2012-02-27  Tristan Gingold  <gingold@adacore.com>
1318
1319         * gnat.dg/array20.ad[sb]: New test.
1320
1321 2012-02-27  Jakub Jelinek  <jakub@redhat.com>
1322
1323         PR target/52375
1324         * gcc.target/arm/pr52375.c: New test.
1325         * gcc.c-torture/compile/pr52375.c: New test.
1326
1327 2012-02-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1328
1329         * gfortran.dg/typebound_operator_9.f03: Skip on SPU.
1330         * gcc.dg/torture/builtin-complex-1.c: Skip "float" tests on SPU.
1331
1332 2012-02-27  Eric Botcazou  <ebotcazou@adacore.com>
1333
1334         * gnat.dg/aggr19.adb: New test.
1335         * gnat.dg/aggr19_pkg.ad[sb]: New helper.
1336
1337 2012-02-26  Oleg Endo  <olegendo@gcc.gnu.org>
1338
1339         PR target/49263
1340         * gcc.target/sh/pr49263.c: New.
1341
1342 2012-02-24  Andrew MacLeod  <amacleod@redhat.com>
1343
1344         * gcc.dg/simulate-thread/simulate-thread.gdb: Use return value from
1345         simulate_thread_wrapper_other_threads
1346         * gcc.dg/simulate-thread/atomic-load-int128.c (simulate_thread_main):
1347         Move initialization of 'value' to main().
1348         (main): Initialize 'value';
1349         * gcc.dg/simulate-thread/speculative-store.c
1350         (simulate_thread_step_verify): Return 0 when successful.
1351         * gcc.dg/simulate-thread/simulate-thread.h (HOSTILE_THREAD_THRESHOLD):
1352         Reduce threshold.
1353         (INSN_COUNT_THRESHOLD): New.  Instruction limit to terminate test.
1354         (simulate_thread_wrapper_other_threads): Return a success/fail value
1355         and issue an error if the instruction count threshold is exceeded.
1356
1357 2012-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1358
1359         PR target/50580
1360         * gcc.target/mips/interrupt_handler-2.c: Skip on mips-sgi-irix6*.
1361         * gcc.target/mips/interrupt_handler-3.c: Likewise.
1362
1363 2012-02-24  Richard Guenther  <rguenther@suse.de>
1364
1365         PR middle-end/52355
1366         * gcc.dg/pr52355.c: New testcase.
1367
1368 2012-02-23  Kai Tietz  <ktietz@redhat.com>
1369
1370         * gcc.dg/pack-test-5.c: Add -mno-ms-bitfields option for mingw-targets.
1371         * gcc.dg/Wpadded.c: Likewise.
1372         * gcc.dg/bf-ms-layout-2.c: Adjust offsets to fit ms-bitfield
1373         structure-layout.
1374         * gcc.dg/di-sync-multithread.c: Replace for mingw-target the use
1375         for sleep by Sleep and add windows.h include for this function.
1376         * gcc.dg/format/dfp-printf-1.c: Adjust dg-skip-if rule for mingw
1377         targets.
1378         * gcc.dg/stack-usage-1.c (SIZE): Provide proper SIZE for x64 mingw
1379         target.
1380         * gcc.dg/tls/thr-cse-1.c: Provide proper pattern for x64 mingw target.
1381         * gcc.dg/tls/opt-11.c (memset): Use __extension__ to avoid fail
1382         on x64 mingw target.
1383         * gcc.dg/bf-ms-attrib.c: Adjust expected size for ms_struct layout.
1384         * gcc.dg/pr50251.c: Disable test for x64 mingw target.
1385         * gcc.c-torture/execute/930930-1.c (long): Replace by ptr_t to avoid
1386         failure on LLP64 target.
1387
1388 2012-02-23  Uros Bizjak  <ubizjak@gmail.com>
1389
1390         PR c/52290
1391         * gcc.dg/noncompile/pr52290.c: New test.
1392
1393 2012-02-23  Jakub Jelinek  <jakub@redhat.com>
1394
1395         PR tree-optimization/52019
1396         * gcc.dg/tree-ssa/ipa-split-6.c: New test.
1397
1398 2012-02-22  Kai Tietz  <ktietz@redhat.com>
1399
1400         * g++.dg/opt/devirt2.C: Add rule for *-*-mingw* target.
1401         * g++.dg/opt/pr48549.C (long): Replace by long by __PTRDIFF_TYPE__
1402         derived pdiff_t type.
1403         * g++.dg/torture/pr49720.C: Likewise
1404
1405 2012-02-22  Uros Bizjak  <ubizjak@gmail.com>
1406
1407         PR target/52330
1408         * gcc.target/i386/pr52330.c: New test.
1409
1410 2012-02-22  Tobias Burnus  <burnus@net-b.de>
1411
1412         PR fortran/52335
1413         * gfortran.dg/io_constraints_10.f90: New.
1414
1415 2012-02-22  Ulrich Weigand  <ulrich.weigand@linaro.org>
1416
1417         * lib/target-supports.exp (check_effective_target_vect_condition):
1418         Return true for NEON.
1419
1420 2012-02-21  Kai Tietz  <ktietz@redhat.com>
1421
1422         * gcc.dg/bf-ms-layout-3.c: Mark char typed bitfield as extension.
1423
1424 2012-02-21  Richard Guenther  <rguenther@suse.de>
1425
1426         PR tree-optimization/52324
1427         * gcc.dg/tree-ssa/ssa-lim-10.c: New testcase.
1428
1429 2012-02-21  Georg-Johann Lay  <avr@gjlay.de>
1430
1431         PR middle-end/51782
1432         * gcc.target/avr/torture/pr51782-1.c: New test.
1433
1434 2012-02-21  Jakub Jelinek  <jakub@redhat.com>
1435
1436         PR tree-optimization/52318
1437         * gcc.dg/pr52318.c: New test.
1438
1439 2012-02-20  Kai Tietz  <ktietz@redhat.com>
1440
1441         * gcc.dg/bf-ms-layout-3.c: New testcase.
1442
1443 2012-02-20  Thomas Koenig  <tkoenig@gcc.gnu.org>
1444
1445         PR testsuite/52229
1446         PR fortran/32380
1447         * gfortran.dg/vect/pr32380.f:  XFAIL on PowerPC and ia-64.
1448
1449 2012-02-20  Richard Guenther  <rguenther@suse.de>
1450
1451         PR tree-optimization/52298
1452         * gcc.dg/torture/pr52298.c: New testcase.
1453         * gcc.dg/vect/pr52298.c: Likewise.
1454
1455 2012-02-20  Georg-Johann Lay  <avr@gjlay.de>
1456
1457         * gcc.dg/pr52132.c: Fix FAIL on 16-bit int platforms.
1458         * gcc.c-torture/execute/pr52286.c: Ditto.
1459
1460 2012-02-20  Jakub Jelinek  <jakub@redhat.com>
1461
1462         PR tree-optimization/52286
1463         * gcc.c-torture/execute/pr52286.c: New test.
1464
1465 2012-02-18  Tobias Burnus  <burnus@net-b.de>
1466
1467         PR fortran/52295
1468         * gfortran.dg/interface_35.f90: Use -std=f2003.
1469         * gfortran.dg/proc_ptr_comp_20.f90: Remove dg-warning.
1470         * gfortran.dg/interface_assignment_4.f90: Ditto.
1471         * gfortran.dg/bessel_1.f90: Ditto.
1472         * gfortran.dg/func_result_6.f90: Ditto.
1473         * gfortran.dg/hypot_1.f90: Ditto.
1474         * gfortran.dg/proc_ptr_comp_21.f90: Ditto.
1475
1476 2012-02-17  Tobias Burnus  <burnus@net-b.de>
1477
1478         PR translation/52232
1479         PR translation/52234
1480         PR translation/52245
1481         PR translation/52246
1482         PR translation/52262
1483         PR translation/52273
1484         * gfortran.dg/coarray_22.f90: Update dg-error.
1485         * gfortran.dg/allocate_alloc_opt_4.f90: Ditto.
1486
1487 2012-02-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1488
1489         PR target/51753
1490         * lib/gcc-simulate-thread.exp: Load timeout.exp.
1491         (simulate-thread): Use default timeout.
1492
1493 2012-02-16  Jason Merrill  <jason@redhat.com>
1494
1495         PR c++/52248
1496         * g++.dg/ext/timevar1.C: New.
1497
1498 2012-02-16  Fabien Chêne  <fabien@gcc.gnu.org>
1499
1500         PR c++/52126
1501         * g++.dg/template/using21.C: New.
1502         * g++.dg/template/using22.C: Likewise.
1503
1504 2012-02-16  Jason Merrill  <jason@redhat.com>
1505
1506         PR c++/51415
1507         * g++.dg/cpp0x/lambda/lambda-err1.C: New.
1508
1509 2012-02-16  Jakub Jelinek  <jakub@redhat.com>
1510
1511         PR tree-optimization/52255
1512         * gcc.c-torture/compile/pr52255.c: New test.
1513
1514         PR debug/52260
1515         * g++.dg/debug/dwarf2/pr52260.C: New test.
1516
1517         PR middle-end/51929
1518         * g++.dg/ipa/pr51929.C: New test.
1519
1520 2012-02-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
1521
1522         PR target/52199
1523         * gcc.target/powerpc/pr52199.c: New file.
1524
1525 2012-02-15  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1526
1527         PR target/52152
1528         * objc.dg/stabs-1.m: xfail on mips-sgi-irix6.5.
1529
1530 2012-02-15  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1531
1532         * gcc.dg/pr51867.c: Don't include <math.h>.
1533         (sqrtf): Declare.
1534
1535 2012-02-15  Georg-Johann Lay  <avr@gjlay.de>
1536
1537         * gcc.dg/lto/20091013-1_1.c: xfail for avr.
1538         * gcc.dg/lto/20091013-1_2.c: xfail for avr.
1539
1540 2012-02-15  Tobias Grosser <grosser@fim.uni-passau.de>
1541
1542         PR tree-optimization/50561
1543         * gcc.dg/graphite/pr50561.c: New testcase.
1544
1545 2012-02-15  Georg-Johann Lay  <avr@gjlay.de>
1546
1547         * gcc.target/avr/torture/builtin_insert_bits-1.c: New test.
1548         * gcc.target/avr/torture/builtin_insert_bits-2.c: New test.
1549
1550 2012-02-15  Eric Botcazou  <ebotcazou@adacore.com>
1551
1552         * gnat.dg/discr35.ad[sb]: New test.
1553
1554 2012-02-15  Eric Botcazou  <ebotcazou@adacore.com>
1555
1556         * gnat.dg/volatile10.adb: New test.
1557         * gnat.dg/volatile10_pkg.ads: New helper.
1558
1559 2012-02-14  Jason Merrill  <jason@redhat.com>
1560
1561         * g++.dg/ext/attrib43.C: New.
1562
1563 2012-02-14  Hans-Peter Nilsson  <hp@axis.com>
1564
1565         * lib/target-supports.exp (check_effective_target_fgnu_tm): New proc.
1566         * gfortran.dg/trans-mem-skel.f90: Gate test on effective_target
1567         fgnu_tm.
1568         * gcc.dg/lto/trans-mem-1_0.c, gcc.dg/lto/trans-mem-2_0.c,
1569         gcc.dg/lto/trans-mem-3_0.c, gcc.dg/lto/trans-mem-4_0.c: Ditto.
1570         * gcc.dg/tm/tm.exp: Gate the whole of gcc.dg/tm on
1571         effective_target fgnu_tm.
1572         * g++.dg/tm/tm.exp: Ditto for g++.dg/tm.
1573
1574 2012-02-14  Jakub Jelinek  <jakub@redhat.com>
1575
1576         PR c++/52247
1577         * g++.dg/template/asmgoto1.C: New test.
1578
1579 2012-02-14  Ian Lance Taylor  <iant@google.com>
1580
1581         PR go/48501
1582         * go.test/go-test.exp (go-gc-tests): Disable optimizations when
1583         compiling generated file for 64bit and index tests.
1584
1585 2012-02-14  Uros Bizjak  <ubizjak@gmail.com>
1586
1587         * gcc.dg/lower-subreg-1.c: Fix and simplify target selector.
1588
1589 2012-02-14  Richard Guenther  <rguenther@suse.de>
1590
1591         PR tree-optimization/52244
1592         PR tree-optimization/51528
1593         * gcc.dg/torture/pr52244.c: New testcase.
1594
1595 2012-02-14  Walter Lee  <walt@tilera.com>
1596
1597         * g++.dg/other/PR23205.C: Disable test on tile.
1598         * g++.dg/other/pr23205-2.C: Disable test on tile.
1599         * gcc.dg/20020312-2.c: Add a condition for __tile__.
1600         * gcc.dg/20040813-1.c: Disable test on tile.
1601         * gcc.dg/lower-subreg-1.c: Disable test on tilegx.
1602         * gcc.misc-tests/linkage.exp: Handle tilegx.
1603
1604 2012-02-14  Jakub Jelinek  <jakub@redhat.com>
1605
1606         PR tree-optimization/52210
1607         * gcc.dg/pr52210.c: New test.
1608
1609 2012-02-14  Jason Merrill  <jason@redhat.com>
1610
1611         PR c++/39055
1612         * g++.dg/overload/defarg5.C: New.
1613
1614 2012-02-14  Jakub Jelinek  <jakub@redhat.com>
1615
1616         PR c/52181
1617         * c-c++-common/pr52181.c: New test.
1618
1619 2012-02-13  Jakub Jelinek  <jakub@redhat.com>
1620
1621         PR c++/52215
1622         * g++.dg/ext/atomic-1.C: New test.
1623
1624 2012-02-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1625
1626         * gcc.c-torture/execute/pr51933.c: Modify for s390 31 bit.
1627
1628 2012-02-13  Jakub Jelinek  <jakub@redhat.com>
1629
1630         PR middle-end/52209
1631         * gcc.c-torture/execute/pr52209.c: New test.
1632
1633 2012-02-12  Mikael Morin  <mikael@gcc.gnu.org>
1634
1635         PR fortran/50981
1636         * gfortran.dg/elemental_optional_args_5.f03: New test.
1637
1638 2012-02-12 Iain Sandoe  <iains@gcc.gnu.org>
1639
1640         PR testsuite/50076
1641         * c-c++-common/cxxbitfields-3.c: Adjust scan assembler for nonpic
1642         cases.
1643
1644 2012-02-11  Ian Lance Taylor  <iant@google.com>
1645
1646         PR go/51874
1647         * go.test/go-test.exp (go-gc-tests): Don't run nilptr test on
1648         SPARC Solaris.  Don't run the test at all on systems where it may
1649         not work, rather than xfailing it.
1650
1651 2012-02-11  Richard Sandiford  <rdsandiford@googlemail.com>
1652
1653         PR rtl-optimization/52175
1654         * gcc.c-torture/compile/pr52175.c: New test.
1655
1656 2012-02-10  Jason Merrill  <jason@redhat.com>
1657
1658         PR c++/51910
1659         * g++.dg/template/repo10.C: New.
1660
1661 2012-02-11  Jakub Jelinek  <jakub@redhat.com>
1662
1663         PR debug/52132
1664         * gcc.dg/pr52132.c: New test.
1665
1666 2012-02-10  Eric Botcazou  <ebotcazou@adacore.com>
1667
1668         * gnat.dg/specs/aggr4.ads: New test.
1669         * gnat.dg/specs/aggr4_pkg.ads: New helper.
1670
1671 2012-02-10  H.J. Lu  <hongjiu.lu@intel.com>
1672
1673         PR target/52146
1674         * gcc.target/i386/pr52146.c: New.
1675
1676 2012-02-10  Jakub Jelinek  <jakub@redhat.com>
1677
1678         PR middle-end/52177
1679         * c-c++-common/pr52177.c: New test.
1680
1681 2012-02-10  Jan Hubicka  <jh@suse.cz>
1682
1683         PR middle-end/48600
1684         * g++.dg/torture/pr48600.C: New testcase.
1685
1686 2012-02-09  Peter Bergner  <bergner@vnet.ibm.com>
1687
1688         PR middle-end/52140
1689         * gcc.dg/dfp/pr52140.c: New test.
1690
1691 2012-02-09  Jakub Jelinek  <jakub@redhat.com>
1692
1693         PR fortran/32380
1694         * gfortran.dg/vect/pr32380.f: Use dg-additional-options instead
1695         of dg-options.
1696
1697 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
1698
1699         PR middle-end/51867
1700         * testsuite/c-c++-common/dfp/signbit-2.c: Change '-O0' to '-O1'.
1701         * testsuite/gcc.dg/pr51867.c: New test.
1702
1703 2012-02-09  Ian Lance Taylor  <iant@google.com>
1704
1705         * go.test/go-test.exp (go-gc-tests): Don't run stack.go on systems
1706         which don't support -fsplit-stack.  Turn off optimization when
1707         compiling select5-out.go.
1708
1709 2012-02-08  Ian Lance Taylor  <iant@google.com>
1710
1711         * go.test/go-test.exp (go-gc-tests): Don't run chan/select2.go on
1712         systems which don't support -fsplit-stack.
1713
1714 2012-02-08  Andrew MacLeod  <amacleod@redhat.com>
1715
1716         * gcc.dg/simulate-thread/simulate-thread.exp: Use -O0, -O2, and -O3.
1717         * gcc.dg/simulate-thread/simulate-thread.gdb: Don't display every
1718         machine instuction in the log.
1719
1720 2012-02-08  Jack Howarth <howarth@bromo.med.uc.edu>
1721
1722         * lib/gcc-simulate-thread.exp (simulate-thread): Increase timeout
1723           to 20 seconds.
1724
1725 2012-02-08  Magnus Granberg  <zorry@gentoo.org>
1726
1727         PR driver/48524
1728         * gcc.dg/pr48524.c: New test.
1729         * gcc.dg/pr48524.spec: New spec file for test.
1730
1731 2012-02-08  Thomas Koenig  <tkoenig@gcc.gnu.org>
1732
1733         PR fortran/32380
1734         * gfortran.dg/vect/pr32380.f90:  New test.
1735
1736 2012-02-08  Tobias Burnus  <burnus@net-b.de>
1737
1738         PR fortran/52151
1739         * gfortran.dg/realloc_on_assign_12.f90: New.
1740
1741 2012-02-08  Richard Guenther  <rguenther@suse.de>
1742
1743         PR rtl-optimization/52170
1744         * gcc.dg/torture/pr52170.c: New testcase.
1745
1746 2012-02-08  Jakub Jelinek  <jakub@redhat.com>
1747
1748         PR gcov-profile/52150
1749         * gcc.dg/tree-prof/pr52150.c: New test.
1750
1751         PR rtl-optimization/52139
1752         * gcc.dg/pr52139.c: New test.
1753
1754 2012-02-07  Jason Merrill  <jason@redhat.com>
1755
1756         PR c++/51675
1757         * g++.dg/cpp0x/constexpr-union3.C: New.
1758
1759         PR c++/52035
1760         * g++.dg/lto/pr52035_0.C: New.
1761
1762 2012-02-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1763
1764         * gfortran.dg/guality/pr41558.f90: Use lp64 instead of hppa*64*-*-*.
1765         * gcc.dg/special/weak-1.c: Likewise.
1766         * gcc.dg/ucnid-12.c: Likewise.
1767         * gcc.dg/torture/pr45678-1.c: Likewise.
1768         * gcc.dg/torture/pr45678-2.c: Likewise.
1769         * gcc.dg/vector-4.c: Likewise.
1770         * gcc.dg/ipa/inline-5.c: Likewise.
1771         * gcc.dg/ucnid-11.c: Likewise.
1772         * gcc.misc-tests/gcov-13.c: Likewise.
1773         * gcc.misc-tests/gcov-14.c: Likewise.
1774         * g++.dg/ext/label13.C: Likewise.
1775         * gcc.dg/tree-ssa/ssa-fre-31.c: Use dg-additional-options for extra
1776         hppa*-*-hpux* options.
1777         * gcc.dg/tree-ssa/ssa-fre-33.c: Likewise.
1778         * gcc.dg/tree-ssa/ssa-fre-34.c: Likewise.
1779         * gcc.dg/pr48616.c: Likewise.
1780         * gcc.dg/pr17957.c: Likewise.
1781         * gcc.dg/pr17055-1.c: Likewise.
1782         * gcc.dg/pr32912-1.c: Likewise.
1783         * gcc.dg/tm/pr51472.c: Likewise.
1784         * c-c++-common/fold-bitand-4.c: Likewise.
1785         * c-c++-common/Wunused-var-12.c: Use lp64 instead of hppa*64*-*-*.
1786         Use dg-additional-options for extra options.
1787
1788 2012-02-07  Joern Rennecke <joern.rennecke@embecosm.com>
1789
1790         * gcc.target/epiphany/interrupt-2.c: New test.
1791
1792 2012-02-07  Richard Sandiford  <rdsandiford@googlemail.com>
1793
1794         PR target/52155
1795         * gcc.target/mips/mips.exp (mips-dg-options): Handle target.
1796         * gcc.target/mips/loongson-shift-count-truncated-1.c: Force -mlong64
1797         for MIPS ELF.
1798
1799 2012-02-07  Richard Sandiford  <rdsandiford@googlemail.com>
1800
1801         PR target/52152
1802         * objc.dg/stabs-1.m: XFAIL for mips*-*-elf*.
1803
1804 2012-02-07  Richard Sandiford  <rdsandiford@googlemail.com>
1805
1806         PR middle-end/24306
1807         PR target/52154
1808         * lib/target-supports.exp (check_effective_target_mips_eabi): New.
1809         * gcc.target/mips/va-arg-1.c: New test.
1810
1811 2012-02-07  Michael Meissner  <meissner@linux.vnet.ibm.com>
1812
1813         * gcc.target/powerpc/no-r11-3.c (outer_func): Fix error message
1814         for -mno-pointers-to-nested-functions.
1815
1816 2012-02-07  Eric Botcazou  <ebotcazou@adacore.com>
1817
1818         * gcc.c-torture/execute/20120207-1.c: New test.
1819
1820 2012-02-07  Jakub Jelinek  <jakub@redhat.com>
1821
1822         PR rtl-optimization/52060
1823         * gcc.dg/torture/pr52060.c: New test.
1824
1825         PR middle-end/52074
1826         * gcc.c-torture/compile/pr52074.c: New test.
1827
1828 2012-02-07  Tobias Burnus  <burnus@net-b.de>
1829
1830         PR fortran/51514
1831         * gfortran.dg/class_to_type_2.f90: New.
1832
1833 2012-02-06  Thomas König  <tkoenig@gcc.gnu.org>
1834
1835         PR fortran/32373
1836         * gfortran.dg/vect/vect-8.f90:  Use vect_double effective target.
1837         Remove module.
1838
1839 2012-02-06  Jason Merrill  <jason@redhat.com>
1840
1841         PR c++/52088
1842         * g++.dg/template/conv13.C: New.
1843
1844 2012-02-06  Richard Guenther  <rguenther@suse.de>
1845
1846         PR tree-optimization/52115
1847         * gcc.c-torture/compile/pr52115.c: New testcase.
1848
1849 2012-02-06  Jakub Jelinek  <jakub@redhat.com>
1850
1851         PR target/52129
1852         * gcc.c-torture/execute/pr52129.c: New test.
1853
1854 2012-02-06  Andrey Belevantsev  <abel@ispras.ru>
1855
1856         * gcc.dg/pr48374.c: Actually add the test I forgot
1857         in the 2012-01-25 commit.
1858
1859 2012-02-05  Thomas König  <tkoenig@gcc.gnu.org>
1860
1861         PR fortran/32373
1862         * gfortran.dg/vect/vect-8.f90:  New test case.
1863
1864 2012-02-05  Thomas König  <tkoenig@gcc.gnu.org>
1865
1866         PR fortran/48847
1867         * gfortran.dg/warn_unused_dummy_argument_3.f90:  New test.
1868
1869 2012-02-05  Paul Thomas  <pault@gcc.gnu.org>
1870
1871         PR fortran/52102
1872         * gfortran.dg/class_48.f90 : Add test of allocate class array
1873         component with source in subroutine test3.  Remove commenting
1874         out in subroutine test4, since branching on unitialized variable
1875         is now fixed (no PR for this last.).
1876
1877 2012-02-05  Richard Sandiford  <rdsandiford@googlemail.com>
1878
1879         * gcc.dg/tree-prof/stringop-2.c (main): Add a nomips16 attribute
1880         on MIPS targets.
1881         * gfortran.dg/pr45636.f90: XFAIL for MIPS16 targets.
1882
1883 2012-02-05  Richard Sandiford  <rdsandiford@googlemail.com>
1884
1885         PR target/52125
1886         * lib/target-supports.exp (check_effective_target_mips_rel): New.
1887         * gcc.dg/pr48774.c: Skip on MIPS REL targets.
1888
1889 2012-02-05  Richard Sandiford  <rdsandiford@googlemail.com>
1890
1891         * lib/target-supports.exp (check_effective_target_mips_llsc): New.
1892         (check_effective_target_sync_int_long): Use it.
1893         (check_effective_target_sync_char_short): Likewise.
1894         * gcc.target/mips/atomic-memory-1.c: Restrict error check to mips_llsc.
1895
1896 2012-02-05  Tobias Burnus  <burnus@net-b.de>
1897
1898         PR fortran/51972
1899         * gfortran.dg/class_48.f90: Add some further checks.
1900
1901 2012-02-05  Ira Rosen  <irar@il.ibm.com>
1902
1903         PR tree-optimization/52091
1904         * gcc.dg/vect/pr52091.c: New test.
1905
1906 2012-02-04  Jakub Jelinek  <jakub@redhat.com>
1907
1908         PR rtl-optimization/52113
1909         * gcc.target/avr/pr52113.c: New test.
1910
1911 2012-02-03  Jakub Jelinek  <jakub@redhat.com>
1912
1913         PR rtl-optimization/52092
1914         * gcc.c-torture/compile/pr52092.c: New test.
1915
1916 2012-02-02  Mikael Morin  <mikael@gcc.gnu.org>
1917
1918         PR fortran/41587
1919         * gfortran.dg/class_array_10.f03: New test.
1920
1921         PR fortran/46356
1922         * gfortran.dg/class_array_11.f03: New test.
1923
1924         PR fortran/51754
1925         * gfortran.dg/class_array_12.f03: New test.
1926
1927 2012-02-02  Paul Thomas  <pault@gcc.gnu.org>
1928
1929         PR fortran/52012
1930         * gfortran.dg/realloc_on_assign_11.f90: New test.
1931
1932 2012-02-02  Tobias Burnus  <burnus@net-b.de>
1933
1934         PR fortran/52093
1935         * gfortran.dg/shape_7.f90: New.
1936
1937 2012-02-02  Richard Sandiford  <rdsandiford@googlemail.com>
1938
1939         * gcc.target/mips/mips-prepend-1.c: New test.
1940
1941 2012-02-02  Jan Hubicka  <jh@suse.cz>
1942             Tom de Vries  <tom@codesourcery.com>
1943
1944         PR middle-end/51998
1945         * testsuite/gcc.dg/alias-12.c: New testcase.
1946         * testsuite/gcc.dg/alias-13.c: New testcase.
1947
1948 2012-02-02  Jakub Jelinek  <jakub@redhat.com>
1949
1950         PR target/52086
1951         * gcc.dg/pr52086.c: New test.
1952
1953         PR tree-optimization/52073
1954         * gcc.c-torture/compile/pr52073.c: New test.
1955
1956 2012-02-01  Thomas König  <tkoenig@gcc.gnu.org>
1957
1958         PR fortran/51958
1959         * gfortran.dg/function_optimize_10.f90:  New test.
1960
1961 2012-02-01  Uros Bizjak  <ubizjak@gmail.com>
1962
1963         * go.test/go-test.exp (go-gc-tests): xfail test/nilptr.go runtime
1964         test on alpha*-*-*.
1965
1966 2012-02-01  Tobias Burnus  <burnus@net-b.de>
1967
1968         PR fortran/52024
1969         * gfortran.dg/typebound_operator_14.f90: New.
1970
1971 2012-02-01  Tobias Burnus  <burnus@net-b.de>
1972
1973         PR fortran/52059
1974         * gfortran.dg/elemental_function_1.f90: New.
1975
1976 2012-02-01  Georg-Johann Lay  <avr@gjlay.de>
1977
1978         PR rtl-optimization/51374
1979         * gcc.target/avr/torture/pr51374-1.c:
1980         Also fail if SBIS is seen.
1981
1982 2012-02-01  Georg-Johann Lay  <avr@gjlay.de>
1983
1984         PR rtl-optimization/51374
1985         * gcc.target/avr/torture/pr51374-1.c: New.
1986
1987 2012-01-31  Tobias Burnus  <burnus@net-b.de>
1988
1989         PR fortran/52024
1990         * gfortran.dg/typebound_generic_11.f90: New.
1991
1992 2012-01-31  Tobias Burnus  <burnus@net-b.de>
1993
1994         PR fortran/52029
1995         * gfortran.dg/class_49.f90: New.
1996
1997 2012-01-31  Tobias Burnus  <burnus@net-b.de>
1998
1999         PR fortran/52013
2000         * gfortran.dg/elemental_args_check_6.f90: New.
2001
2002 2012-01-31  Jason Merrill  <jason@redhat.com>
2003
2004         PR c++/52043
2005         * g++.dg/cpp0x/variadic122.C: New.
2006
2007 2012-01-31  Paul Thomas  <pault@gcc.gnu.org>
2008
2009         PR fortran/52012
2010         * gfortran.dg/realloc_on_assign_10.f90: New test.
2011
2012 2012-01-31  Richard Guenther  <rguenther@suse.de>
2013
2014         PR tree-optimization/51528
2015         * gcc.dg/torture/pr51528.c: New testcase.
2016
2017 2012-01-30  Uros Bizjak  <ubizjak@gmail.com>
2018
2019         PR go/48501
2020         * lib/go.exp (go_target_compile): Append timeout= to options.
2021         * go.test/go-test.exp (go-gc-tests): Add dg-timeout-factor for
2022         select5-out.go test on alpha*-*-* targets.
2023
2024 2012-01-30  Richard Sandiford  <rdsandiford@googlemail.com>
2025
2026         * gcc.target/mips/extend-1.c (TEST_CHAR): Use signed char.
2027         (TEST_SHORT): Reformat in the same way.
2028         * gcc.target/mips/octeon-exts-6.c (TEST_CHAR): Use signed char.
2029         (TEST_SHORT): Reformat in the same way.
2030         * gcc.target/mips/octeon2-lx-1.c (TEST): Make sign explicit.
2031         * gcc.target/mips/pr37362.c: Skip for mips-sde-elf.
2032         * gcc.target/mips/mmcount-ra-address-1.c (bazl): Add NOMIPS16.
2033         * gcc.target/mips/mmcount-ra-address-2.c (bar): Likewise.
2034         * gcc.target/mips/mmcount-ra-address-3.c (bar): Likewise.
2035
2036 2012-01-30  Bin Cheng  <bin.cheng@arm.com>
2037
2038         PR target/51835
2039         * gcc.target/arm/pr51835.c: New testcase.
2040
2041 2012-01-30  Richard Guenther  <rguenther@suse.de>
2042
2043         PR tree-optimization/52028
2044         * gcc.dg/torture/pr52028.c: New testcase.
2045         * gfortran.dg/ldist-pr45199.f: Adjust.
2046         * gcc.dg/tree-ssa/ldist-16.c: Likewise.
2047         * gcc.dg/tree-ssa/ldist-17.c: Likewise.
2048         * gcc.dg/tree-ssa/ldist-pr45948.c: Likewise.
2049
2050 2012-01-30  Jakub Jelinek  <jakub@redhat.com>
2051
2052         PR debug/52027
2053         * gcc.dg/tree-prof/pr52027.c: New test.
2054
2055         PR tree-optimization/52046
2056         * gcc.dg/pr52046.c: New test.
2057
2058         PR debug/52048
2059         * g++.dg/other/pr52048.C: New test.
2060
2061 2012-01-30  Richard Guenther  <rguenther@suse.de>
2062
2063         PR tree-optimization/52045
2064         * gcc.dg/pr52045.c: New testcase.
2065
2066 2012-01-30  Greta Yorsh  <Greta.Yorsh@arm.com>
2067
2068         * gcc.target/arm/di-longlong64-sync-withldrexd.c: Accept
2069         new code generated for __sync_lock_release.
2070
2071 2012-01-30  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2072
2073         * gcc.dg/dfp/fe-convert-2.c: Force use of soft dfp on s390 and s390x.
2074
2075 2012-01-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2076
2077         PR testsuite/51875
2078         * gfortran.dg/guality/pr41558.f90: Skip on 32-bit hppa*-*-hpux*.
2079
2080         * g++.dg/ext/visibility/template10.C: Fix typo.
2081
2082         * gcc.dg/tm/pr51472.c: Add -fno-common option on hppa-*-hpux*.
2083
2084 2012-01-29  Paolo Carlini  <paolo.carlini@oracle.com>
2085
2086         PR c++/51327
2087         * g++.dg/cpp0x/constexpr-ice6.C: New.
2088
2089 2012-01-29  Tobias Burnus  <burnus@net-b.de>
2090
2091         PR fortran/41600
2092         * gfortran.dg/default_initialization_6.f90: New.
2093
2094 2012-01-29  Tobias Burnus  <burnus@net-b.de>
2095
2096         PR fortran/51972
2097         * gfortran.dg/class_allocate_12.f90: Enable disabled test.
2098         * gfortran.dg/class_48.f90: New.
2099
2100 2012-01-29  Janne Blomqvist  <jb@gcc.gnu.org>
2101
2102         PR fortran/51808
2103         * gfortran.dg/module_md5_1.f90: Update MD5 sum.
2104
2105 2012-01-28  Tobias Burnus  <burnus@net-b.de>
2106
2107         PR fortran/51972
2108         * gfortran.dg/class_allocate_12.f90: New.
2109
2110 2012-01-28  Eric Botcazou  <ebotcazou@adacore.com>
2111
2112         * gcc.dg/torture/pr50444.c: Fix dg directives.
2113
2114 2012-01-28  Jakub Jelinek  <jakub@redhat.com>
2115
2116         PR target/52006
2117         * gcc.target/arm/pr52006.c: New test.
2118
2119 2012-01-27  Aldy Hernandez  <aldyh@redhat.com>
2120
2121         PR testsuite/52011
2122         * gcc.dg/lto/trans-mem.h: New file.
2123         * gcc.dg/lto/trans-mem-2_0.c: Include it.
2124         * gcc.dg/lto/trans-mem-1_1.c: Same.
2125         * gcc.dg/lto/trans-mem-4_1.c: Same.
2126         * gcc.dg/lto/trans-mem-3_1.c: Same.
2127
2128 2012-01-27  Tobias Burnus  <burnus@net-b.de>
2129
2130         PR fortran/52022
2131         * gfortran.dg/dummy_procedure_7.f90: New.
2132
2133 2012-01-27  Andreas Schwab  <schwab@linux-m68k.org>
2134
2135         * g++.dg/cpp0x/constexpr-rom.C: Don't add -G0 on *-*-darwin*
2136         *-*-aix* alpha*-*-osf* alpha*-*-*vms*.
2137
2138 2012-01-27  Jakub Jelinek  <jakub@redhat.com>
2139
2140         PR c++/51852
2141         * g++.dg/other/gc5.C: New test.
2142
2143 2012-01-27  Richard Guenther  <rguenther@suse.de>
2144
2145         PR tree-optimization/50444
2146         * gcc.dg/torture/pr50444.c: New testcase.
2147
2148 2012-01-27  Tobias Burnus  <burnus@net-b.de>
2149
2150         PR fortran/51970
2151         PR fortran/51977
2152         * gfortran.dg/move_alloc_13.f90: New.
2153
2154 2012-01-27  Tobias Burnus  <burnus@net-b.de>
2155
2156         PR fortran/51953
2157         * gfortran.dg/allocate_alloc_opt_13.f90: New.
2158         * gfortran.dg/allocate_alloc_opt_4.f90: Add -std=f2003
2159         and change dg-error string.
2160
2161 2012-01-27  Tobias Burnus  <burnus@net-b.de>
2162
2163         PR fortran/52016
2164         * gfortran.dg/elemental_args_check_5.f90: New.
2165
2166 2012-01-27  Richard Guenther  <rguenther@suse.de>
2167
2168         PR middle-end/51959
2169         * g++.dg/torture/pr51959.C: New testcase.
2170
2171 2012-01-27  Tom de Vries  <tom@codesourcery.com>
2172
2173         PR tree-optimization/51990
2174         * gcc.dg/pr51990.c: New test.
2175         * gcc.dg/pr51990-2.c: Same.
2176
2177 2012-01-27  Paul Thomas  <pault@gcc.gnu.org>
2178             Tobias Burnus <burnus@gcc.gnu.org>
2179
2180         PR fortran/48705
2181         * gfortran.dg/class_allocate_11.f03: New.
2182
2183         PR fortran/51870
2184         PR fortran/51943
2185         PR fortran/51946
2186         * gfortran.dg/class_allocate_7.f03: New.
2187         * gfortran.dg/class_allocate_8.f03: New.
2188         * gfortran.dg/class_allocate_9.f03: New.
2189         * gfortran.dg/class_allocate_10.f03: New.
2190
2191 2012-01-27  Eric Botcazou  <ebotcazou@adacore.com>
2192
2193         * gnat.dg/discr34.adb: New test.
2194         * gnat.dg/discr34_pkg.ads: New helper.
2195
2196 2012-01-27  Eric Botcazou  <ebotcazou@adacore.com>
2197
2198         * gnat.dg/discr33.adb: New test.
2199
2200 2012-01-27  Eric Botcazou  <ebotcazou@adacore.com>
2201
2202         * gnat.dg/limited_with3.ad[sb): New test.
2203         * gnat.dg/limited_with3_pkg1.ad[sb]: New helper.
2204         * gnat.dg/limited_with3_pkg2.ads: Likewise.
2205         * gnat.dg/limited_with3_pkg3.ads: Likewise.
2206
2207 2012-01-27  Eric Botcazou  <ebotcazou@adacore.com>
2208
2209         * gnat.dg/stack_usage1.adb: New test.
2210         * gnat.dg/stack_usage1_pkg.ad[sb]: New helper.
2211
2212         * gcc.dg/pr44194-1.c: Remove superfluous include directive.
2213         * gcc.dg/pr44194-2.c: Likewise.
2214
2215 2012-01-26  Paolo Carlini  <paolo.carlini@oracle.com>
2216
2217         PR c++/51370
2218         * g++.dg/template/crash112.C: New.
2219
2220 2012-01-27  Richard Henderson  <rth@redhat.com>
2221
2222         * gcc.dg/atomic-flag.c: Adjust for __GCC_ATOMIC_TEST_AND_SET_TRUEVAL.
2223
2224 2012-01-26  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2225
2226         * gfortran.dg/reassoc_4.f: Use dg-additional-options.
2227
2228 2012-01-26  Jakub Jelinek  <jakub@redhat.com>
2229
2230         PR middle-end/51895
2231         * g++.dg/opt/pr51895.C: New test.
2232
2233 2012-01-26  Michael Matz  <matz@suse.de>
2234
2235         PR tree-optimization/48794
2236         * gfortran.dg/gomp/pr48794-2.f90: New testcase.
2237
2238 2012-01-26  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2239
2240         * gcc.dg/ssa-dom-thread-4.c: Set -mbranch-cost=2 for s390 and s390x.
2241
2242 2012-01-26  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2243
2244         * gcc.dg/pr46309.c: Set branch-cost to 2 for s390 and s390x.
2245         * gcc.dg/pr44194-1.c: Disable since s390 returns structs always in
2246         memory.
2247         * gfortran.dg/reassoc_4.f: Force max-completely-peeled-insns to
2248         the default value for s390 and s390x.
2249
2250 2012-01-25  Aldy Hernandez  <aldyh@redhat.com>
2251
2252         PR lto/51698
2253         * gcc.dg/lto/trans-mem-4_0.c: New.
2254         * gcc.dg/lto/trans-mem-4_1.c: New.
2255         * gcc.dg/lto/trans-mem-2_0.c: Provide correct argument types for
2256         TM builtins.
2257         * gcc.dg/lto/trans-mem-1_0.c: Require stdint_types.
2258         * gcc.dg/lto/trans-mem-1_1.c: Provide correct argument types for
2259         TM builtins.
2260         * gcc.dg/lto/trans-mem-3_0.c: Require stdint_types.
2261         * gcc.dg/lto/trans-mem-3_1.c: Provide correct argument types for
2262         TM builtins.
2263
2264 2012-01-25    Georg-Johann Lay  <avr@gjlay.de>
2265
2266         * gcc.target/avr/torture/int24-mul.c: Rename __pgm to __flash.
2267
2268 2012-01-25  Ian Lance Taylor  <iant@google.com>
2269
2270         * go.test/go-test.exp (go-gc-tests): Handle a few more test lines.
2271
2272 2012-01-25  Tobias Burnus  <burnus@net-b.de>
2273
2274         PR fortran/51995
2275         * gfortran.dg/typebound_proc_25.f90: New.
2276
2277 2012-01-25  Jason Merrill  <jason@redhat.com>
2278
2279         PR c++/51992
2280         * g++.dg/lto/pr51992_0.C: New.
2281
2282 2012-01-25  Jakub Jelinek  <jakub@redhat.com>
2283
2284         PR tree-optimization/51987
2285         * gcc.target/i386/pr51987.c: New test.
2286
2287 2012-01-25  Greta Yorsh  <Greta.Yorsh@arm.com>
2288
2289         * gcc.dg/tm/lto-1.c: Require lto support in target.
2290
2291 2012-01-25  Andrey Belevantsev  <abel@ispras.ru>
2292
2293         PR rtl-optimization/48374
2294         * gcc.dg/pr48374.c: New test.
2295
2296 2012-01-25  Greta Yorsh  <Greta.Yorsh@arm.com>
2297
2298         * gcc.dg/pr50908-2.c (dg-options): Add -fno-short-enums.
2299
2300 2012-01-25  Tobias Burnus  <burnus@net-b.de>
2301
2302         PR fortran/51966
2303         * gfortran.dg/derived_constructor_char_3.f90: New.
2304
2305 2012-01-24  Ian Lance Taylor  <iant@google.com>
2306
2307         * go.test/go-test.exp (filecmp): New procedure.
2308         (errchk): Handle quoted square brackets.
2309         (go-gc-tests): Set go_compile_args. Handle various new test
2310         lines.  Skip a few new tests.
2311         * lib/go-torture.exp (go-torture-execute): Use go_compile_args.
2312
2313 2012-01-24  Richard Sandiford  <rdsandiford@googlemail.com>
2314
2315         * lib/target-supports.exp (proc check_effective_target_vect_perm)
2316         (check_effective_target_vect_extract_even_odd)
2317         (check_effective_target_vect_interleave): Return true for MIPS
2318         paired-single.
2319
2320 2012-01-24  Richard Sandiford  <rdsandiford@googlemail.com>
2321
2322         * gcc.c-torture/execute/scal-to-vec1.c (one): New volatile variable.
2323         (main): Use it instead of argc.
2324
2325 2012-01-24  Jason Merrill  <jason@redhat.com>
2326
2327         PR c++/51973
2328         * g++.dg/cpp0x/sfinae31.C: New.
2329
2330 2012-01-24  Richard Sandiford  <rdsandiford@googlemail.com>
2331
2332         * gcc.dg/memcpy-4.c: Don't expect /s on MEMs.
2333
2334 2012-01-24  Jason Merrill  <jason@redhat.com>
2335
2336         PR c++/51812
2337         * g++.dg/inherit/covariant20.C: New.
2338
2339 2012-01-24  Paolo Carlini  <paolo.carlini@oracle.com>
2340
2341         PR c++/51223
2342         * g++.dg/parse/crash58.C: New.
2343
2344 2012-01-24  Jakub Jelinek  <jakub@redhat.com>
2345
2346         PR target/51957
2347         * gcc.dg/pr51957-1.c: New test.
2348         * gcc.dg/pr51957-1.h: New file.
2349         * gcc.dg/pr51957-2.c: New test.
2350
2351 2012-01-23  Jason Merrill  <jason@redhat.com>
2352
2353         PR c++/51930
2354         * g++.dg/ext/visibility/template10.C: New.
2355
2356 2012-01-23  Tobias Burnus  <burnus@net-b.de>
2357
2358         PR fortran/51948
2359         * gfortran.dg/move_alloc_12.f90: New.
2360
2361 2012-01-23  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
2362
2363         PR middle-end/45416
2364         * gcc.dg/pr45416.c: Skip for Thumb1. Handle ubfx.
2365
2366 2012-01-23  Paolo Carlini  <paolo.carlini@oracle.com>
2367
2368         PR c++/51398
2369         * g++.dg/template/crash111.C: New.
2370
2371 2012-01-23  Arnaud Charlet  <charlet@adacore.com>
2372
2373         * ada/acats/tests/cxh/cxh1001.a: Removed, test not suitable on all
2374         configurations.
2375         * ada/acats/run_all.sh: Simplify by removing cxh1001 special case.
2376
2377 2012-01-23  Dodji Seketeli  <dodji@redhat.com>
2378
2379         PR testsuite/51941
2380         * g++.dg/debug/dwarf2/nested-3.C:  Accept multiple lines between
2381         the DW_TAG_class_type and DW_AT_name: "Executor".
2382
2383 2012-01-23  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
2384
2385         * lib/target-supports.exp
2386         (check_effective_target_vect_extract_even_odd): Handle ARM neon.
2387         (check_effective_target_vect_interleave): Likewise.
2388
2389 2012-01-22  Jason Merrill  <jason@redhat.com>
2390
2391         PR c++/51925
2392         * g++.dg/template/using20.C: New.
2393         * g++.dg/template/template-id-2.C: Adjust diagnostic.
2394
2395 2012-01-23  Jason Merrill  <jason@redhat.com>
2396
2397         PR target/51934
2398         * g++.dg/torture/pr51344.C: Limit to x86.
2399
2400 2012-01-23  Greta Yorsh  <Greta.Yorsh@arm.com>
2401
2402         * c-c++-common/tm/omp.c: Require target with pthread support.
2403
2404 2012-01-23  Richard Guenther  <rguenther@suse.de>
2405
2406         PR tree-optimization/51949
2407         * gcc.dg/torture/pr51949.c: New testcase.
2408
2409 2012-01-23  Jakub Jelinek  <jakub@redhat.com>
2410
2411         PR rtl-optimization/51933
2412         * gcc.c-torture/execute/pr51933.c: New test.
2413
2414 2012-01-22  Douglas B Rupp  <rupp@gnat.com>
2415
2416         * gcc.dg/builtins-config.h (HAVE_C99_RUNTIME):
2417         Do not define for Interix.
2418
2419 2012-01-22  Jason Merrill  <jason@redhat.com>
2420
2421         PR c++/51832
2422         * g++.dg/lto/pr51832.h: New.
2423         * g++.dg/lto/pr51832_0.C: New.
2424         * g++.dg/lto/pr51832_1.C: New.
2425
2426 2012-01-22  Eric Botcazou  <ebotcazou@adacore.com>
2427
2428         * gcc.dg/ext-elim-1.c: New test.
2429
2430 2012-01-22  Richard Sandiford  <rdsandiford@googlemail.com>
2431
2432         PR target/51931
2433         * gcc.c-torture/compile/20001226-1.c: Add nomips16 attribute.
2434         * g++.dg/opt/longbranch1.C: Likewise.
2435
2436 2012-01-22  Richard Sandiford  <rdsandiford@googlemail.com>
2437
2438         * g++.old-deja/g++.pt/ptrmem6.C: xfail a test for ARM and MIPS
2439         in C++11 mode.
2440
2441 2012-01-21  Steven G. Kargl  <kargl@gcc.gnu.org>
2442
2443         PR fortran/50556
2444         * gfortran.dg/namelist_74.f90: New test.
2445         * gfortran.dg/namelist_59.f90: Remove SAVE attribute.
2446
2447 2012-01-21  Tobias Burnus  <burnus@net-b.de>
2448
2449         PR fortran/51913
2450         * gfortran.dg/class_47.f90: New.
2451
2452 2012-01-21  Eric Botcazou  <ebotcazou@adacore.com>
2453
2454         * gnat.dg/renaming5.ad[sb]: New test.
2455
2456 2012-01-20  Jason Merrill  <jason@redhat.com>
2457
2458         PR c++/51919
2459         * g++.dg/pch/mangle1.{C,Hs}: Remove.
2460
2461 2012-01-20  Jason Merrill  <jason@redhat.com>
2462
2463         PR c++/51922
2464         * g++.dg/ext/attrib42.C: Require ilp32.
2465
2466 2012-01-20  Jakub Jelinek  <jakub@redhat.com>
2467
2468         PR target/51915
2469         * gcc.target/arm/pr51915.c: New test.
2470
2471 2012-01-20  Cary Coutant  <ccoutant@google.com>
2472             Dodji Seketeli  <dodji@redhat.com>
2473
2474         PR debug/45682
2475         * g++.dg/debug/dwarf2/nested-3.C: New test.
2476
2477 2012-01-20  Paolo Carlini  <paolo.carlini@oracle.com>
2478
2479         PR c++/51402
2480         * g++.dg/template/crash110.C: New.
2481
2482 2012-01-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2483
2484         * gcc.misc-tests/gcov-14.c: Skip on alpha*-dec-osf*.
2485         Remove default options on hppa*-*-hpux*.
2486
2487 2012-01-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2488
2489         * g++.dg/ext/visibility/template9.C: Add dg-require-visibility.
2490
2491 2012-01-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2492
2493         * gcc.c-torture/compile/pr51856.c: New testcase.
2494
2495 2012-01-20  Uros Bizjak  <ubizjak@gmail.com>
2496
2497         * go.test/go-test.exp (go-gc-tests): Pass correctly formatted
2498         options to go_target_compile.
2499
2500 2012-01-20  Kai Tietz  <ktietz@redhat.com>
2501
2502         * g++.dg/torture/pr51344.C: Fix typo.
2503
2504 2012-01-20  Richard Guenther  <rguenther@suse.de>
2505
2506         PR tree-optimization/51903
2507         * g++.dg/torture/pr51903.C: New testcase.
2508
2509 2012-01-20  Tobias Burnus  <burnus@net-b.de>
2510             Janus Weil  <janus@gcc.gnu.org>
2511
2512         PR fortran/51056
2513         * gfortran.dg/use_21.f90: New.
2514
2515 2012-01-20  Jakub Jelinek  <jakub@redhat.com>
2516
2517         PR target/51106
2518         * gcc.dg/torture/pr51106-1.c: New test.
2519         * gcc.dg/torture/pr51106-2.c: New test.
2520
2521 2012-01-19  Kai Tietz  <ktietz@redhat.com>
2522
2523         * g++.dg/torture/pr51344.C: New test.
2524
2525 2012-01-19  Tobias Burnus  <burnus@net-b.de>
2526
2527         PR fortran/51904
2528         * gfortran.dg/intrinsic_size_2.f90: New.
2529
2530 2012-01-19  Jason Merrill  <jason@redhat.com>
2531
2532         PR c++/51889
2533         * g++.dg/inherit/using7.C: New.
2534
2535 2012-01-19  Richard Guenther  <rguenther@suse.de>
2536
2537         PR tree-optimization/37997
2538         * gcc.dg/tree-ssa/ssa-pre-28.c: New testcase.
2539
2540 2012-01-19 Andrey Belevantsev <abel@ispras.ru>
2541
2542         PR rtl-optimization/51505
2543         * gcc.dg/pr51505.c: New test.
2544
2545 2012-01-18  Paul Thomas  <pault@gcc.gnu.org>
2546
2547         PR fortran/51634
2548         * gfortran.dg/typebound_operator_12.f03: New.
2549         * gfortran.dg/typebound_operator_13.f03: New.
2550
2551 2012-01-18  Paolo Carlini  <paolo.carlini@oracle.com>
2552
2553         PR c++/51225
2554         * g++.dg/cpp0x/pr51225.C: New.
2555
2556 2012-01-17  Ian Lance Taylor  <iant@google.com>
2557
2558         PR go/50656
2559         * go.test/go-test.exp (go-gc-tests): Recognize some more test lines.
2560
2561 2012-01-17  Tobias Burnus  <burnus@net-b.de>
2562
2563         PR fortran/51869
2564         * gfortran.dg/realloc_on_assign_9.f90: New.
2565
2566 2012-01-17  Aldy Hernandez  <aldyh@redhat.com>
2567
2568         PR other/51165
2569         * gcc.dg/tm/memopt-3.c: Remove xfail.
2570         * gcc.dg/tm/memopt-4.c: Remove xfail.
2571         * gcc.dg/tm/memopt-5.c: Remove xfail.
2572         * gcc.dg/tm/memopt-7.c: Remove xfail.
2573
2574 2012-01-17  Jakub Jelinek  <jakub@redhat.com>
2575
2576         PR tree-optimization/51877
2577         * gcc.c-torture/execute/pr51877.c: New test.
2578
2579 2012-01-17  Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
2580
2581         * gcc.dg/vect/no-section-anchors-vect-69.c: Change
2582         {!vect_align_arrays} to vect_sizes_32B_16B.
2583         * gcc.dg/vect/vect-multitypes-1.c: Ditto.
2584         * gcc.dg/vect/vect-peel-3.c: Ditto.
2585
2586 2012-01-16  Jason Merrill  <jason@redhat.com>
2587
2588         PR c++/51854
2589         * g++.dg/abi/mangle60.C: New.
2590
2591         PR c++/51827
2592         * g++.dg/pch/mangle1.{C,Hs}: New.
2593
2594 2012-01-16  Mikael Morin  <mikael@gcc.gnu.org>
2595             Tobias Burnus  <burnus@net-b.de>
2596
2597         PR fortran/50981
2598         * gfortran.dg/elemental_optional_args_3.f90: New
2599         * gfortran.dg/elemental_optional_args_4.f90: New
2600
2601 2012-01-16  Tobias Burnus  <burnus@net-b.de>
2602
2603         PR fortran/51809
2604         * gfortran.dg/use_20.f90: New
2605
2606 2012-01-16  Jason Merrill  <jason@redhat.com>
2607
2608         PR c++/51868
2609         * g++.dg/cpp0x/rv-bitfield.C: New.
2610         * g++.dg/cpp0x/rv-bitfield2.C: New.
2611
2612 2012-01-16  Paul Thomas  <pault@gcc.gnu.org>
2613
2614         * gfortran.dg/class_array_3.f03: Remove the explicit loop in
2615         subroutine 'qsort' and use index array to assign the result.
2616
2617 2012-01-16  Jakub Jelinek  <jakub@redhat.com>
2618
2619         PR tree-optimization/51865
2620         * gcc.dg/pr51865.c: New test.
2621
2622 2012-01-15  Richard Sandiford  <rdsandiford@googlemail.com>
2623
2624         * gcc.dg/tree-ssa/ssa-dom-thread-4.c: Expect 4 threaded edges for MIPS.
2625
2626 2012-01-15  Richard Sandiford  <rdsandiford@googlemail.com>
2627
2628         * gcc.target/mips/code-readable-2.c: Allow the jump table address
2629         to be loaded from the constant pool, rather than via %hi and %lo.
2630
2631 2012-01-15  Uros Bizjak  <ubizjak@gmail.com>
2632
2633         PR rtl-optimization/51821
2634         * gcc.dg/pr51821.c: New test.
2635
2636 2012-01-15  Andreas Schwab  <schwab@linux-m68k.org>
2637
2638         * gcc.dg/torture/pr8081.c: Fix char signedness assumption.
2639
2640 2012-01-14  Andreas Schwab  <schwab@linux-m68k.org>
2641
2642         * g++.dg/cpp0x/constexpr-rom.C: Add -G0 where applicable.
2643
2644 2012-01-14  Tobias Burnus  <burnus@net-b.de>
2645
2646         PR fortran/51800
2647         * gfortran.dg/init_flag_8.f90: New.
2648         * gfortran.dg/init_flag_9.f90: New.
2649
2650 2011-01-14  Tobias Burnus  <burnus@net-b.de>
2651
2652         PR fortran/51816
2653         * gfortran.dg/use_18.f90: New.
2654         * gfortran.dg/use_19.f90: New.
2655
2656 2012-01-13  Ian Lance Taylor  <iant@google.com>
2657
2658         PR c++/50012
2659         * g++.dg/warn/Wsign-compare-4.C: New.
2660
2661 2012-01-13  Paul Thomas  <pault@gcc.gnu.org>
2662
2663         PR fortran/48351
2664         * gfortran.dg/alloc_comp_assign.f03: New.
2665         * gfortran.dg/allocatable_scalar_9.f90: Reduce count of
2666         __BUILTIN_FREE from 38 to 32.
2667
2668 2012-01-13  Jason Merrill  <jason@redhat.com>
2669
2670         PR c++/20681
2671         * g++.dg/warn/Wreturn-type-7.C: New.
2672
2673 2012-01-13  Georg-Johann Lay  <avr@gjlay.de>
2674
2675         * gcc.c-torture/execute/20120111-1.c: Fix wrong int = int32_t
2676         assumption.
2677         * g++.dg/ipa/pr51759.C: Fix assumption sizeof(int) > 2.
2678         * gcc.dg/cpp/warn-multichar.c: Fix to work on int=16 platforms.
2679         * gcc.dg/cpp/warn-multichar-2.c: Ditto.
2680         * gcc.dg/debug/dwarf2/pr49871.c: Add dg-require-effective-target
2681         int32plus because of big array needed.
2682         * gcc.dg/pr50527.c: Don't FAIL if sizeof(void*) = 2
2683         * gcc.dg/lto/20090218-2_1.c: Fix prototype of malloc, memcpy.
2684
2685 2012-01-13  Jason Merrill  <jason@redhat.com>
2686
2687         PR c++/51813
2688         * g++.dg/ext/visibility/template9.C: New.
2689
2690         PR c++/51620
2691         * g++.dg/cpp0x/defaulted34.C: New.
2692         * g++.dg/template/virtual3.C: New.
2693
2694 2012-01-13  Richard Guenther  <rguenther@suse.de>
2695
2696         PR middle-end/8081
2697         * gcc.dg/torture/pr8081.c: New testcase.
2698
2699 2012-01-13  Georg-Johann Lay  <avr@gjlay.de>
2700
2701         * gcc.dg/pr46309.c: Set branch cost to greater 1 for avr.
2702
2703 2012-01-12  Jason Merrill  <jason@redhat.com>
2704
2705         PR c++/51714
2706         * g++.dg/ext/stmtexpr14.C: New.
2707
2708 2012-01-13  Dodji Seketeli  <dodji@redhat.com>
2709
2710         PR c++/51633
2711         * g++.dg/cpp0x/constexpr-diag4.C: New test.
2712
2713 2012-01-12  Jason Merrill  <jason@redhat.com>
2714
2715         PR c++/48051
2716         * g++.dg/abi/mangle48.C: Test qualified-names, too.
2717         * g++.dg/abi/mangle58.C: Likewise.
2718
2719         PR c++/51403
2720         * g++.dg/template/arg8.C: New.
2721
2722 2012-01-12  Ira Rosen  <irar@il.ibm.com>
2723
2724         PR tree-optimization/51799
2725         * gcc.dg/vect/pr51799.c: New test.
2726         * gcc.dg/vect/vect-widen-shift-u8.c: Expect two widening shift
2727         patterns.
2728
2729 2012-01-12  Dominique d'Humieres  <dominiq@lps.ens.fr>
2730             Tobias Burnus  <burnus@net-b.de>
2731
2732         PR fortran/51057
2733         PR fortran/51616
2734         * lib/target-supports.exp
2735         (check_effective_target_fortran_largest_fp_has_sqrt): New.
2736         * gfortran.dg/quad_2.f90: Use it, add pattern for IBM's real(16).
2737
2738 2012-01-11  Jason Merrill  <jason@redhat.com>
2739
2740         PR c++/51565
2741         * g++.dg/ext/attrib42.C: New.
2742
2743 2012-01-11  Jakub Jelinek  <jakub@redhat.com>
2744
2745         PR bootstrap/51796
2746         * gcc.dg/pr51796.c: New test.
2747
2748 2012-01-11  Jason Merrill  <jason@redhat.com>
2749
2750         PR c++/51818
2751         * g++.dg/cpp0x/lambda/lambda-mangle3.C: New.
2752
2753 2012-01-11  Eric Botcazou  <ebotcazou@adacore.com>
2754
2755         * gnat.dg/array19.ad[sb]: New test.
2756
2757 2012-01-11  Eric Botcazou  <ebotcazou@adacore.com>
2758
2759         * gnat.dg/opt23.ad[sb]: New test.
2760         * gnat.dg/opt23_pkg.ad[sb]: New helper.
2761         * gnat.dg/opt24.ad[sb]: New test.
2762
2763 2012-01-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2764
2765         PR tree-optimization/49642
2766         * gcc.dg/tree-ssa/pr49642-1.c: New test.
2767         * gcc.dg/tree-ssa/pr49642-2.c: New test.
2768
2769 2012-01-11  Jason Merrill  <jason@redhat.com>
2770
2771         PR c++/51613
2772         * g++.dg/template/explicit-args5.C: New.
2773
2774 2012-01-11  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
2775
2776         * gcc.c-torture/execute/20120110-1.c: New testcase.
2777
2778 2012-01-10  Jason Merrill  <jason@redhat.com>
2779
2780         PR c++/51614
2781         * g++.dg/inherit/ambig1.C: New.
2782
2783         PR c++/51433
2784         * g++.dg/cpp0x/constexpr-cache1.C: New.
2785
2786 2012-01-10  Richard Guenther  <rguenther@suse.de>
2787
2788         PR tree-optimization/51801
2789         * gcc.dg/torture/pr51801.c: New testcase.
2790
2791 2012-01-10  Tobias Burnus  <burnus@net-b.de>
2792
2793         PR fortran/51652
2794         * gfortran.dg/allocate_with_typespec_5.f90: New.
2795
2796 2012-01-10  Tobias Burnus  <burnus@net-b.de>
2797
2798         * gfortran.dg/class_39.f03: Update dg-error string.
2799
2800 2012-01-10  Richard Guenther  <rguenther@suse.de>
2801
2802         PR tree-optimization/50913
2803         * gcc.dg/graphite/interchange-16.c: New testcase.
2804         * gcc.dg/graphite/scop-20.c: XFAIL.
2805         * gfortran.dg/graphite/interchange-1.f: Likewise.
2806         * gfortran.dg/graphite/block-1.f90: Likewise.
2807         * gfortran.dg/graphite/block-2.f: Likewise.
2808
2809 2012-01-10  Richard Henderson  <rth@redhat.com>
2810
2811         * lib/target-supports.exp (check_effective_target_vect_perm,
2812         check_effective_target_vect_perm_byte,
2813         check_effective_target_vect_perm_short): Enable for arm neon.
2814
2815 2012-01-09  Tobias Burnus  <burnus@net-b.de>
2816
2817         PR fortran/46328
2818         * gfortran.dg/typebound_operator_11.f90: New.
2819
2820 2012-01-09  Eric Botcazou  <ebotcazou@adacore.com>
2821
2822         * gnat.dg/array18.adb: New test.
2823         * gnat.dg/array18_pkg.ads: New helper.
2824
2825 2012-01-09  Paul Thomas  <pault@gcc.gnu.org>
2826
2827         PR fortran/51791
2828         * gfortran.dg/typebound_operator_7.f03: Insert parentheses
2829         around base object in first assignment in main program.
2830         * gfortran.dg/typebound_operator_10.f03: New test.
2831
2832 2012-01-09  Martin Jambor  <mjambor@suse.cz>
2833
2834         PR tree-optimization/51759
2835         * g++.dg/ipa/pr51759.C: New test.
2836
2837 2012-01-09  Tobias Burnus  <burnus@net-b.de>
2838
2839         PR fortran/51758
2840         * gfortran.dg/optional_absent_2.f90: New.
2841
2842 2012-01-09  Tobias Burnus  <burnus@net-b.de>
2843
2844         PR fortran/51578
2845         * gfortran.dg/use_17.f90: New.
2846
2847 2012-01-09  Gary Funck  <gary@intrepid.com>
2848
2849         PR preprocessor/33919
2850         * gcc.dg/pr33919.c: New test.
2851         * gcc.dg/pr33919-0.h: New test header file.
2852         * gcc.dg/pr33919-1.h: Ditto.
2853         * gcc.dg/pr33919-2.h: Ditto.
2854
2855 2012-01-07  Jan Hubicka  <jh@suse.cz>
2856
2857         PR tree-optimize/51694
2858         * gcc.c-torture/compile/pr51694.c: new testcase.
2859
2860 2012-01-07  Jan Hubicka  <jh@suse.cz>
2861
2862         PR tree-optimization/51600
2863         * g++.dg/torture/pr51600.C: New testcase.
2864
2865 2012-01-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2866
2867         PR gcov-profile/51715
2868         PR gcov-profile/51717
2869         * gcc.misc-tests/gcov-13.c: Skip on 32-bit hppa*-*-hpux*.
2870         * gcc.misc-tests/gcov-14.c: Likewise.
2871
2872 2012-01-06  Jason Merrill  <jason@redhat.com>
2873
2874         * g++.dg/parse/new5.C: New.
2875
2876 2012-01-06  Patrick Marlier  <patrick.marlier@gmail.com>
2877
2878         PR testsuite/51655
2879         * c-c++-common/tm/memcpy-1.c: Declare memcpy instead of
2880         including <string.h>.
2881
2882 2012-01-06  Jason Merrill  <jason@redhat.com>
2883
2884         * g++.dg/abi/mangle51.C: New.
2885         * g++.dg/abi/mangle52.C: New.
2886         * g++.dg/abi/mangle53.C: New.
2887         * g++.dg/abi/mangle54.C: New.
2888         * g++.dg/abi/mangle55.C: New.
2889         * g++.dg/abi/mangle56.C: New.
2890         * g++.dg/abi/mangle57.C: New.
2891         * g++.dg/abi/mangle58.C: New.
2892         * g++.dg/abi/mangle59.C: New.
2893         * g++.dg/cpp0x/trailing3.C: Update mangling.
2894         * g++.dg/cpp0x/variadic111.C: Update mangling.
2895         * g++.dg/cpp0x/variadic4.C: Update mangling.
2896         * g++.dg/cpp0x/variadic42.C: Pass -fabi-version=5.
2897         * g++.dg/template/nontype22.C: Works now.
2898         * g++.dg/template/pr35240.C: Works now.
2899
2900         * g++.dg/cpp0x/error7.C: New.
2901
2902 2012-01-06  Tobias Burnus <burnus@net-b.de>
2903
2904         * gfortran.dg/deallocate_stat_2.f90: New.
2905         * coarray/allocate_errgmsg.f90: New.
2906         * gfortran.dg/coarray_lib_alloc_1.f90: New.
2907         * gfortran.dg/coarray_lib_alloc_2.f90: New.
2908         * coarray/subobject_1.f90: Fix for num_images > 1.
2909         * gfortran.dg/deallocate_stat.f90: Update due to changed
2910         stat= handling.
2911
2912 2012-01-06  Andrew Stubbs  <ams@codesourcery.com>
2913
2914         * gcc.target/arm/headmerge-2.c: Adjust scan pattern.
2915
2916 2012-01-06  Eric Botcazou  <ebotcazou@adacore.com>
2917
2918         * ada/acats/overflow.lst: Add cb20004.
2919
2920 2012-01-05  Dodji Seketeli  <dodji@redhat.com>
2921
2922         PR c++/51541
2923         * g++.dg/cpp0x/alias-decl-18.C: New test.
2924
2925 2012-01-05  Eric Botcazou  <ebotcazou@adacore.com>
2926
2927         * gcc.c-torture/execute/20120104-1.c: New test.
2928
2929 2012-01-05  Paul Thomas  <pault@gcc.gnu.org>
2930
2931         PR fortran/PR48946
2932         * gfortran.dg/typebound_operator_9.f03: This is now a copy of
2933         the old typebound_operator_8.f03.
2934         * gfortran.dg/typebound_operator_8.f03: New version of
2935         typebound_operator_7.f03 with 'u' a derived type instead of a
2936         class object.
2937
2938 2012-01-05  Richard Guenther  <rguenther@suse.de>
2939
2940         * g++.dg/torture/pr49309.C: Skip for -flto.
2941
2942 2012-01-05  Jakub Jelinek  <jakub@redhat.com>
2943
2944         PR middle-end/51761
2945         * gcc.c-torture/compile/pr51761.c: New test.
2946
2947 2012-01-05  Richard Guenther  <rguenther@suse.de>
2948
2949         PR tree-optimization/51760
2950         * gcc.dg/torture/pr51760.c: New testcase.
2951
2952 2012-01-05  Aldy Hernandez  <aldyh@redhat.com>
2953
2954         PR middle-end/51472
2955         * gcc.dg/tm/memopt-6.c: Adjust regexp.
2956
2957 2012-01-05  Richard Guenther  <rguenther@suse.de>
2958
2959         PR lto/41576
2960         * gfortran.dg/lto/pr41576_0.f90: New testcase.
2961         * gfortran.dg/lto/pr41576_1.f90: Likewise.
2962
2963 2012-01-04  Jakub Jelinek  <jakub@redhat.com>
2964
2965         PR debug/51695
2966         * gcc.dg/pr51695.c: New test.
2967
2968 2012-01-04  Andrew Pinski  <apinski@cavium.com>
2969
2970         * gcc.target/mips/mips64-dsp-ldx1.c: New test.
2971         * gcc.target/mips/octeon2-lx-1.c: New test.
2972         * gcc.target/mips/mips64-dsp-ldx.c: New test.
2973         * gcc.target/mips/octeon2-lx-2.c: New test.
2974         * gcc.target/mips/octeon2-lx-3.c: New test.
2975
2976 2012-01-04  Patrick Marlier  <patrick.marlier@gmail.com>
2977
2978         PR other/51163
2979         PR other/51164
2980         * gcc.dg/tm/alias-1.c:  Adjust regexp.
2981         * gcc.dg/tm/alias-2.c:  Adjust regexp.
2982
2983 2012-01-04  Paolo Carlini  <paolo.carlini@oracle.com>
2984
2985         PR c++/51064
2986         * g++.dg/warn/Wparentheses-26.C: New.
2987
2988 2012-01-04  Mikael Morin  <mikael@gcc.gnu.org>
2989
2990         * gfortran.dg/elemental_optional_args_2.f90: New test.
2991
2992 2012-01-04  Thomas Koenig  <tkoenig@gcc.gnu.org>
2993
2994         PR fortran/49693
2995         * gfortran.dg/common_17.f90:  New test.
2996
2997 2012-01-04  Richard Guenther  <rguenther@suse.de>
2998
2999         PR tree-optimization/49651
3000         * gcc.dg/tree-ssa/pta-ptrarith-1.c: Adjust.
3001         * gcc.dg/tree-ssa/pta-ptrarith-2.c: Likewise.
3002
3003 2012-01-03  Paolo Carlini  <paolo.carlini@oracle.com>
3004
3005         PR c++/51738
3006         * g++.dg/cpp0x/initlist-postfix-open-square.C: New.
3007
3008 2012-01-03  Andrew Pinski  <apinski@cavium.com>
3009
3010         * lib/scanasm.exp (dg-function-on-line): Always use a special format
3011         for all mips targets.  Also allow an optional .cfi_startproc.
3012
3013 2012-01-03  Uros Bizjak  <ubizjak@gmail.com>
3014
3015         * gfortran.dg/typebound_operator_8.f03: Use dg-add-options ieee.
3016
3017 2012-01-03  Paolo Carlini  <paolo.carlini@oracle.com>
3018
3019         PR c++/29273
3020         * g++.dg/rtti/dyncast5.C: New.
3021
3022 2012-01-03  Richard Guenther  <rguenther@suse.de>
3023
3024         PR tree-optimization/51070
3025         * gcc.dg/torture/pr51070-2.c: New testcase.
3026
3027 2012-01-03  Richard Guenther  <rguenther@suse.de>
3028
3029         PR tree-optimization/51692
3030         * gcc.dg/torture/pr51692.c: New testcase.
3031
3032 2012-01-03  Richard Guenther  <rguenther@suse.de>
3033
3034         PR debug/51650
3035         * g++.dg/lto/pr51650-3_0.C: New testcase.
3036
3037 2012-01-03  Paolo Carlini  <paolo.carlini@oracle.com>
3038
3039         PR c++/15867
3040         * g++.dg/warn/Wredundant-decls-spec.C: New.
3041
3042 2012-01-03  Jakub Jelinek  <jakub@redhat.com>
3043
3044         PR tree-optimization/51719
3045         * g++.dg/tree-prof/pr51719.C: New test.
3046
3047 2012-01-03  Richard Guenther  <rguenther@suse.de>
3048
3049         PR middle-end/51730
3050         * gcc.dg/fold-compare-6.c: New testcase.
3051
3052 2012-01-03  Jakub Jelinek  <jakub@redhat.com>
3053
3054         PR c++/51669
3055         * g++.dg/gomp/pr51669.C: New test.
3056
3057 2012-01-02  Jason Merrill  <jason@redhat.com>
3058
3059         PR c++/51675
3060         * g++.dg/cpp0x/constexpr-union2.C: New.
3061
3062         PR c++/51666
3063         * g++.dg/cpp0x/nsdmi-defer5.C: New.
3064
3065 2012-01-02  Dodji Seketeli  <dodji@redhat.com>
3066
3067         PR c++/51462
3068         * g++.dg/cpp0x/constexpr-99.C: New test.
3069
3070 2012-01-02  Paolo Carlini  <paolo.carlini@oracle.com>
3071
3072         PR c++/20140
3073         * g++.dg/template/init9.C: New.
3074
3075 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
3076
3077         * gcc.dg/memcpy-4.c: Add nomips16 attribute for MIPS targets.
3078         Increase copy to 5 bytes.  Look for at least two "mem/s/u"s,
3079         rather than a specific number.
3080
3081 2012-01-02  Paul Thomas  <pault@gcc.gnu.org>
3082
3083         PR fortran/46262
3084         PR fortran/46328
3085         PR fortran/51052
3086         * gfortran.dg/typebound_operator_7.f03: New.
3087         * gfortran.dg/typebound_operator_8.f03: New.
3088
3089 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
3090
3091         PR target/51729
3092         * gcc.target/mips/dspr2-MULT.c: Remove -ffixed-hi -ffixed-lo.
3093         XFAIL.
3094         * gcc.target/mips/dspr2-MULTU.c: Likewise.
3095
3096 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
3097
3098         * gcc.dg/pr46309.c: Add -mtune=octeon2 for MIPS.
3099
3100 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
3101
3102         * g++.dg/cpp0x/constexpr-rom.C: Look for .rdata rather than rodata
3103         for MIPS.
3104
3105 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
3106
3107         * gfortran.dg/io_real_boz_3.f90: Require fortran_real_16.
3108         * gfortran.dg/io_real_boz_4.f90: Likewise.
3109         * gfortran.dg/io_real_boz_5.f90: Likewise.
3110
3111 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
3112
3113         * g++.dg/opt/devirt2.C: Add -mno-abicalls for MIPS.
3114
3115 2012-01-02  Revital Eres  <revital.eres@linaro.org>
3116
3117         * gcc.dg/sms-11.c: New file.
3118
3119 2012-01-02  Tobias Burnus  <burnus@net-b.de>
3120
3121         PR fortran/51682
3122         * gfortran.dg/coarray/image_index_3.f90: New.
3123
3124 2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>
3125
3126         PR c++/16603
3127         * g++.dg/parse/enum8.C: New.
3128
3129 2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>
3130
3131         PR c++/51379
3132         * g++.dg/conversion/reinterpret4.C: New.
3133         * g++.dg/conversion/reinterpret1.C: Adjust.
3134
3135 2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>
3136
3137         * g++.dg/cpp0x/constexpr-delegating2.C: Add missing piece.
3138
3139 2012-01-01  Fabien Chêne  <fabien@gcc.gnu.org>
3140
3141         * g++.old-deja/g++.brendan/crash25.C: Adjust.
3142         * g++.old-deja/g++.brendan/crash56.C: Likewise.
3143         * g++.old-deja/g++.jason/access14.C: Likewise.
3144         * g++.old-deja/g++.jason/access8.C: Likewise.
3145         * g++.old-deja/g++.jason/access1.C: Likewise.
3146         * g++.old-deja/g++.other/access3.C: Likewise.
3147         * g++.old-deja/g++.other/access5.C: Likewise.
3148         * g++.old-deja/g++.law/unsorted1.C: Likewise.
3149         * g++.old-deja/g++.law/visibility22.C: Likewise.
3150         * g++.old-deja/g++.law/visibility26.C: Likewise.
3151         * g++.old-deja/g++.mike/p2746.C: Likewise.
3152         * g++.dg/debug/using1.C: Likewise.
3153         * g++.dg/lookup/using51.C: Likewise.
3154         * g++.dg/inherit/using5.C: Likewise.
3155         * g++.dg/inherit/pr30297.C: Likewise.
3156         * g++.dg/inherit/access8.C: Likewise.
3157         * g++.dg/torture/pr39362.C: Likewise.
3158         * g++.dg/template/crash13.C: Likewise.
3159         * g++.dg/template/using10.C: Likewise.
3160
3161 2012-01-01  Thomas Koenig  <tkoenig@gcc.gnu.org>
3162
3163         PR fortran/51502
3164         * lib/gcc-dg.exp (scan-module-absence):  Really commit last
3165         change.
3166
3167 2012-01-01  Ira Rosen  <irar@il.ibm.com>
3168
3169         PR tree-optimization/51704
3170         * gfortran.dg/vect/no-fre-no-copy-prop-O3-pr51704.f90: New.
3171         * gfortran.dg/vect/vect.exp: Run no-fre-no-copy-prop-O3-* with
3172         corresponding flags.
3173
3174 2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>
3175
3176         PR c++/51723
3177         * g++.dg/cpp0x/constexpr-delegating2.C: New.
3178
3179 2012-01-01  Jan Hubicka  <jh@suse.cz>
3180
3181         PR rtl-optimization/51069
3182         * gcc.c-torture/compile/pr51069.c: New testcase.
3183
3184 2012-01-01  Jakub Jelinek  <jakub@redhat.com>
3185
3186         PR tree-optimization/51683
3187         * gcc.dg/pr51683.c: New test.
3188 \f
3189 Copyright (C) 2012 Free Software Foundation, Inc.
3190
3191 Copying and distribution of this file, with or without modification,
3192 are permitted in any medium without royalty provided the copyright
3193 notice and this notice are preserved.