OSDN Git Service

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