OSDN Git Service

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