OSDN Git Service

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