OSDN Git Service

gcc/
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2012-01-24  Richard Sandiford  <rdsandiford@googlemail.com>
2
3         * gcc.dg/memcpy-4.c: Don't expect /s on MEMs.
4
5 2012-01-24  Jason Merrill  <jason@redhat.com>
6
7         PR c++/51812
8         * g++.dg/inherit/covariant20.C: New.
9
10 2012-01-24  Paolo Carlini  <paolo.carlini@oracle.com>
11
12         PR c++/51223
13         * g++.dg/parse/crash58.C: New.
14
15 2012-01-24  Jakub Jelinek  <jakub@redhat.com>
16
17         PR target/51957
18         * gcc.dg/pr51957-1.c: New test.
19         * gcc.dg/pr51957-1.h: New file.
20         * gcc.dg/pr51957-2.c: New test.
21
22 2012-01-23  Jason Merrill  <jason@redhat.com>
23
24         PR c++/51930
25         * g++.dg/ext/visibility/template10.C: New.
26
27 2012-01-23  Tobias Burnus  <burnus@net-b.de>
28
29         PR fortran/51948
30         * gfortran.dg/move_alloc_12.f90: New.
31
32 2012-01-23  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
33
34         PR middle-end/45416
35         * gcc.dg/pr45416.c: Skip for Thumb1. Handle ubfx.
36
37 2012-01-23  Paolo Carlini  <paolo.carlini@oracle.com>
38
39         PR c++/51398
40         * g++.dg/template/crash111.C: New.
41
42 2012-01-23  Arnaud Charlet  <charlet@adacore.com>
43
44         * ada/acats/tests/cxh/cxh1001.a: Removed, test not suitable on all
45         configurations.
46         * ada/acats/run_all.sh: Simplify by removing cxh1001 special case.
47
48 2012-01-23  Dodji Seketeli  <dodji@redhat.com>
49
50         PR testsuite/51941
51         * g++.dg/debug/dwarf2/nested-3.C:  Accept multiple lines between
52         the DW_TAG_class_type and DW_AT_name: "Executor".
53
54 2012-01-23  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
55
56         * lib/target-supports.exp
57         (check_effective_target_vect_extract_even_odd): Handle
58         ARM neon.
59         (check_effective_target_vect_interleave): Likewise.
60
61 2012-01-22  Jason Merrill  <jason@redhat.com>
62
63         PR c++/51925
64         * g++.dg/template/using20.C: New.
65         * g++.dg/template/template-id-2.C: Adjust diagnostic.
66
67 2012-01-23  Jason Merrill  <jason@redhat.com>
68
69         PR target/51934
70         * g++.dg/torture/pr51344.C: Limit to x86.
71
72 2012-01-23  Greta Yorsh  <Greta.Yorsh@arm.com>
73         * c-c++-common/tm/omp.c: Require target with pthread support.
74
75 2012-01-23  Richard Guenther  <rguenther@suse.de>
76
77         PR tree-optimization/51949
78         * gcc.dg/torture/pr51949.c: New testcase.
79
80 2012-01-23  Jakub Jelinek  <jakub@redhat.com>
81
82         PR rtl-optimization/51933
83         * gcc.c-torture/execute/pr51933.c: New test.
84
85 2012-01-22  Douglas B Rupp  <rupp@gnat.com>
86
87         * gcc.dg/builtins-config.h (HAVE_C99_RUNTIME):
88         Do not define for Interix.
89
90 2012-01-22  Jason Merrill  <jason@redhat.com>
91
92         PR c++/51832
93         * g++.dg/lto/pr51832.h: New.
94         * g++.dg/lto/pr51832_0.C: New.
95         * g++.dg/lto/pr51832_1.C: New.
96
97 2012-01-22  Eric Botcazou  <ebotcazou@adacore.com>
98
99         * gcc.dg/ext-elim-1.c: New test.
100
101 2012-01-22  Richard Sandiford  <rdsandiford@googlemail.com>
102
103         PR target/51931
104         * gcc.c-torture/compile/20001226-1.c: Add nomips16 attribute.
105         * g++.dg/opt/longbranch1.C: Likewise.
106
107 2012-01-22  Richard Sandiford  <rdsandiford@googlemail.com>
108
109         * g++.old-deja/g++.pt/ptrmem6.C: xfail a test for ARM and MIPS
110         in C++11 mode.
111
112 2012-01-21  Steven G. Kargl  <kargl@gcc.gnu.org>
113
114         PR fortran/50556
115         * gfortran.dg/namelist_74.f90: New test.
116         * gfortran.dg/namelist_59.f90: Remove SAVE attribute.
117
118 2012-01-21  Tobias Burnus  <burnus@net-b.de>
119
120         PR fortran/51913
121         * gfortran.dg/class_47.f90: New.
122
123 2012-01-21  Eric Botcazou  <ebotcazou@adacore.com>
124
125         * gnat.dg/renaming5.ad[sb]: New test.
126
127 2012-01-20  Jason Merrill  <jason@redhat.com>
128
129         PR c++/51919
130         * g++.dg/pch/mangle1.{C,Hs}: Remove.
131
132 2012-01-20  Jason Merrill  <jason@redhat.com>
133
134         PR c++/51922
135         * g++.dg/ext/attrib42.C: Require ilp32.
136
137 2012-01-20  Jakub Jelinek  <jakub@redhat.com>
138
139         PR target/51915
140         * gcc.target/arm/pr51915.c: New test.
141
142 2012-01-20   Cary Coutant  <ccoutant@google.com>
143              Dodji Seketeli  <dodji@redhat.com>
144
145         PR debug/45682
146         * g++.dg/debug/dwarf2/nested-3.C: New test.
147
148 2012-01-20  Paolo Carlini  <paolo.carlini@oracle.com>
149
150         PR c++/51402
151         * g++.dg/template/crash110.C: New.
152
153 2012-01-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
154
155         * gcc.misc-tests/gcov-14.c: Skip on alpha*-dec-osf*.
156         Remove default options on hppa*-*-hpux*.
157
158 2012-01-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
159
160         * g++.dg/ext/visibility/template9.C: Add dg-require-visibility.
161
162 2012-01-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
163
164         * gcc.c-torture/compile/pr51856.c: New testcase.
165
166 2012-01-20  Uros Bizjak  <ubizjak@gmail.com>
167
168         * go.test/go-test.exp (go-gc-tests): Pass correctly formatted
169         options to go_target_compile.
170
171 2012-01-20  Kai Tietz  <ktietz@redhat.com>
172
173         * g++.dg/torture/pr51344.C: Fix typo.
174
175 2012-01-20  Richard Guenther  <rguenther@suse.de>
176
177         PR tree-optimization/51903
178         * g++.dg/torture/pr51903.C: New testcase.
179
180 2012-01-20  Tobias Burnus  <burnus@net-b.de>
181             Janus Weil  <janus@gcc.gnu.org>
182
183         PR fortran/51056
184         * gfortran.dg/use_21.f90: New.
185
186 2012-01-20  Jakub Jelinek  <jakub@redhat.com>
187
188         PR target/51106
189         * gcc.dg/torture/pr51106-1.c: New test.
190         * gcc.dg/torture/pr51106-2.c: New test.
191
192 2012-01-19  Kai Tietz  <ktietz@redhat.com>
193
194         * g++.dg/torture/pr51344.C: New test.
195
196 2012-01-19  Tobias Burnus  <burnus@net-b.de>
197
198         PR fortran/51904
199         * gfortran.dg/intrinsic_size_2.f90: New.
200
201 2012-01-19  Jason Merrill  <jason@redhat.com>
202
203         PR c++/51889
204         * g++.dg/inherit/using7.C: New.
205
206 2012-01-19  Richard Guenther  <rguenther@suse.de>
207
208         PR tree-optimization/37997
209         * gcc.dg/tree-ssa/ssa-pre-28.c: New testcase.
210
211 2012-01-19 Andrey Belevantsev <abel@ispras.ru>
212
213         PR rtl-optimization/51505
214         * gcc.dg/pr51505.c: New test.
215
216 2012-01-18  Paul Thomas  <pault@gcc.gnu.org>
217
218         PR fortran/51634
219         * gfortran.dg/typebound_operator_12.f03: New.
220         * gfortran.dg/typebound_operator_13.f03: New.
221
222 2012-01-18  Paolo Carlini  <paolo.carlini@oracle.com>
223
224         PR c++/51225
225         * g++.dg/cpp0x/pr51225.C: New.
226
227 2012-01-17  Ian Lance Taylor  <iant@google.com>
228
229         PR go/50656
230         * go.test/go-test.exp (go-gc-tests): Recognize some more test lines.
231
232 2012-01-17  Tobias Burnus  <burnus@net-b.de>
233
234         PR fortran/51869
235         * gfortran.dg/realloc_on_assign_9.f90: New.
236
237 2012-01-17  Aldy Hernandez  <aldyh@redhat.com>
238
239         PR other/51165
240         * gcc.dg/tm/memopt-3.c: Remove xfail.
241         * gcc.dg/tm/memopt-4.c: Remove xfail.
242         * gcc.dg/tm/memopt-5.c: Remove xfail.
243         * gcc.dg/tm/memopt-7.c: Remove xfail.
244
245 2012-01-17  Jakub Jelinek  <jakub@redhat.com>
246
247         PR tree-optimization/51877
248         * gcc.c-torture/execute/pr51877.c: New test.
249
250 2012-01-17  Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
251
252         * gcc.dg/vect/no-section-anchors-vect-69.c: Change
253         {!vect_align_arrays} to vect_sizes_32B_16B.
254         * gcc.dg/vect/vect-multitypes-1.c: Ditto.
255         * gcc.dg/vect/vect-peel-3.c: Ditto.
256
257 2012-01-16  Jason Merrill  <jason@redhat.com>
258
259         PR c++/51854
260         * g++.dg/abi/mangle60.C: New.
261
262         PR c++/51827
263         * g++.dg/pch/mangle1.{C,Hs}: New.
264
265 2012-01-16  Mikael Morin  <mikael@gcc.gnu.org>
266             Tobias Burnus  <burnus@net-b.de>
267
268         PR fortran/50981
269         * gfortran.dg/elemental_optional_args_3.f90: New
270         * gfortran.dg/elemental_optional_args_4.f90: New
271
272 2012-01-16  Tobias Burnus  <burnus@net-b.de>
273
274         PR fortran/51809
275         * gfortran.dg/use_20.f90: New
276
277 2012-01-16  Jason Merrill  <jason@redhat.com>
278
279         PR c++/51868
280         * g++.dg/cpp0x/rv-bitfield.C: New.
281         * g++.dg/cpp0x/rv-bitfield2.C: New.
282
283 2012-01-16  Paul Thomas  <pault@gcc.gnu.org>
284
285         * gfortran.dg/class_array_3.f03: Remove the explicit loop in
286         subroutine 'qsort' and use index array to assign the result.
287
288 2012-01-16  Jakub Jelinek  <jakub@redhat.com>
289
290         PR tree-optimization/51865
291         * gcc.dg/pr51865.c: New test.
292
293 2012-01-15  Richard Sandiford  <rdsandiford@googlemail.com>
294
295         * gcc.dg/tree-ssa/ssa-dom-thread-4.c: Expect 4 threaded edges for MIPS.
296
297 2012-01-15  Richard Sandiford  <rdsandiford@googlemail.com>
298
299         * gcc.target/mips/code-readable-2.c: Allow the jump table address
300         to be loaded from the constant pool, rather than via %hi and %lo.
301
302 2012-01-15  Uros Bizjak  <ubizjak@gmail.com>
303
304         PR rtl-optimization/51821
305         * gcc.dg/pr51821.c: New test.
306
307 2012-01-15  Andreas Schwab  <schwab@linux-m68k.org>
308
309         * gcc.dg/torture/pr8081.c: Fix char signedness assumption.
310
311 2012-01-14  Andreas Schwab  <schwab@linux-m68k.org>
312
313         * g++.dg/cpp0x/constexpr-rom.C: Add -G0 where applicable.
314
315 2012-01-14  Tobias Burnus  <burnus@net-b.de>
316
317         PR fortran/51800
318         * gfortran.dg/init_flag_8.f90: New.
319         * gfortran.dg/init_flag_9.f90: New.
320
321 2011-01-14  Tobias Burnus  <burnus@net-b.de>
322
323         PR fortran/51816
324         * gfortran.dg/use_18.f90: New.
325         * gfortran.dg/use_19.f90: New.
326
327 2012-01-13  Ian Lance Taylor  <iant@google.com>
328
329         PR c++/50012
330         * g++.dg/warn/Wsign-compare-4.C: New.
331
332 2012-01-13  Paul Thomas  <pault@gcc.gnu.org>
333
334         PR fortran/48351
335         * gfortran.dg/alloc_comp_assign.f03: New.
336         * gfortran.dg/allocatable_scalar_9.f90: Reduce count of
337         __BUILTIN_FREE from 38 to 32.
338
339 2012-01-13  Jason Merrill  <jason@redhat.com>
340
341         PR c++/20681
342         * g++.dg/warn/Wreturn-type-7.C: New.
343
344 2012-01-13  Georg-Johann Lay  <avr@gjlay.de>
345
346         * gcc.c-torture/execute/20120111-1.c: Fix wrong int = int32_t
347         assumption.
348         * g++.dg/ipa/pr51759.C: Fix assumption sizeof(int) > 2.
349         * gcc.dg/cpp/warn-multichar.c: Fix to work on int=16 platforms.
350         * gcc.dg/cpp/warn-multichar-2.c: Ditto.
351         * gcc.dg/debug/dwarf2/pr49871.c: Add dg-require-effective-target
352         int32plus because of big array needed.
353         * gcc.dg/pr50527.c: Don't FAIL if sizeof(void*) = 2
354         * gcc.dg/lto/20090218-2_1.c: Fix prototype of malloc, memcpy.
355
356 2012-01-13  Jason Merrill  <jason@redhat.com>
357
358         PR c++/51813
359         * g++.dg/ext/visibility/template9.C: New.
360
361         PR c++/51620
362         * g++.dg/cpp0x/defaulted34.C: New.
363         * g++.dg/template/virtual3.C: New.
364
365 2012-01-13  Richard Guenther  <rguenther@suse.de>
366
367         PR middle-end/8081
368         * gcc.dg/torture/pr8081.c: New testcase.
369
370 2012-01-13  Georg-Johann Lay  <avr@gjlay.de>
371
372         * gcc.dg/pr46309.c: Set branch cost to greater 1 for avr.
373
374 2012-01-12  Jason Merrill  <jason@redhat.com>
375
376         PR c++/51714
377         * g++.dg/ext/stmtexpr14.C: New.
378
379 2012-01-13  Dodji Seketeli  <dodji@redhat.com>
380
381         PR c++/51633
382         * g++.dg/cpp0x/constexpr-diag4.C: New test.
383
384 2012-01-12  Jason Merrill  <jason@redhat.com>
385
386         PR c++/48051
387         * g++.dg/abi/mangle48.C: Test qualified-names, too.
388         * g++.dg/abi/mangle58.C: Likewise.
389
390         PR c++/51403
391         * g++.dg/template/arg8.C: New.
392
393 2012-01-12  Ira Rosen  <irar@il.ibm.com>
394
395         PR tree-optimization/51799
396         * gcc.dg/vect/pr51799.c: New test.
397         * gcc.dg/vect/vect-widen-shift-u8.c: Expect two widening shift
398         patterns.
399
400 2012-01-12  Dominique d'Humieres  <dominiq@lps.ens.fr>
401             Tobias Burnus  <burnus@net-b.de>
402
403         PR fortran/51057
404         PR fortran/51616
405         * lib/target-supports.exp
406         (check_effective_target_fortran_largest_fp_has_sqrt): New.
407         * gfortran.dg/quad_2.f90: Use it, add pattern for IBM's real(16).
408
409 2012-01-11  Jason Merrill  <jason@redhat.com>
410
411         PR c++/51565
412         * g++.dg/ext/attrib42.C: New.
413
414 2012-01-11  Jakub Jelinek  <jakub@redhat.com>
415
416         PR bootstrap/51796
417         * gcc.dg/pr51796.c: New test.
418
419 2012-01-11  Jason Merrill  <jason@redhat.com>
420
421         PR c++/51818
422         * g++.dg/cpp0x/lambda/lambda-mangle3.C: New.
423
424 2012-01-11  Eric Botcazou  <ebotcazou@adacore.com>
425
426         * gnat.dg/array19.ad[sb]: New test.
427
428 2012-01-11  Eric Botcazou  <ebotcazou@adacore.com>
429
430         * gnat.dg/opt23.ad[sb]: New test.
431         * gnat.dg/opt23_pkg.ad[sb]: New helper.
432         * gnat.dg/opt24.ad[sb]: New test.
433
434 2012-01-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
435
436         PR tree-optimization/49642
437         * gcc.dg/tree-ssa/pr49642-1.c: New test.
438         * gcc.dg/tree-ssa/pr49642-2.c: New test.
439
440 2012-01-11  Jason Merrill  <jason@redhat.com>
441
442         PR c++/51613
443         * g++.dg/template/explicit-args5.C: New.
444
445 2012-01-11  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
446
447         * gcc.c-torture/execute/20120110-1.c: New testcase.
448
449 2012-01-10  Jason Merrill  <jason@redhat.com>
450
451         PR c++/51614
452         * g++.dg/inherit/ambig1.C: New.
453
454         PR c++/51433
455         * g++.dg/cpp0x/constexpr-cache1.C: New.
456
457 2012-01-10  Richard Guenther  <rguenther@suse.de>
458
459         PR tree-optimization/51801
460         * gcc.dg/torture/pr51801.c: New testcase.
461
462 2012-01-10  Tobias Burnus  <burnus@net-b.de>
463
464         PR fortran/51652
465         * gfortran.dg/allocate_with_typespec_5.f90: New.
466
467 2012-01-10  Tobias Burnus  <burnus@net-b.de>
468
469         * gfortran.dg/class_39.f03: Update dg-error string.
470
471 2012-01-10  Richard Guenther  <rguenther@suse.de>
472
473         PR tree-optimization/50913
474         * gcc.dg/graphite/interchange-16.c: New testcase.
475         * gcc.dg/graphite/scop-20.c: XFAIL.
476         * gfortran.dg/graphite/interchange-1.f: Likewise.
477         * gfortran.dg/graphite/block-1.f90: Likewise.
478         * gfortran.dg/graphite/block-2.f: Likewise.
479
480 2012-01-10  Richard Henderson  <rth@redhat.com>
481
482         * lib/target-supports.exp (check_effective_target_vect_perm,
483         check_effective_target_vect_perm_byte,
484         check_effective_target_vect_perm_short): Enable for arm neon.
485
486 2012-01-09  Tobias Burnus  <burnus@net-b.de>
487
488         PR fortran/46328
489         * gfortran.dg/typebound_operator_11.f90: New.
490
491 2012-01-09  Eric Botcazou  <ebotcazou@adacore.com>
492
493         * gnat.dg/array18.adb: New test.
494         * gnat.dg/array18_pkg.ads: New helper.
495
496 2012-01-09  Paul Thomas  <pault@gcc.gnu.org>
497
498         PR fortran/51791
499         * gfortran.dg/typebound_operator_7.f03: Insert parentheses
500         around base object in first assignment in main program.
501         * gfortran.dg/typebound_operator_10.f03: New test.
502
503 2012-01-09  Martin Jambor  <mjambor@suse.cz>
504
505         PR tree-optimization/51759
506         * g++.dg/ipa/pr51759.C: New test.
507
508 2012-01-09  Tobias Burnus  <burnus@net-b.de>
509
510         PR fortran/51758
511         * gfortran.dg/optional_absent_2.f90: New.
512
513 2012-01-09  Tobias Burnus  <burnus@net-b.de>
514
515         PR fortran/51578
516         * gfortran.dg/use_17.f90: New.
517
518 2012-01-09  Gary Funck  <gary@intrepid.com>
519
520         PR preprocessor/33919
521         * gcc.dg/pr33919.c: New test.
522         * gcc.dg/pr33919-0.h: New test header file.
523         * gcc.dg/pr33919-1.h: Ditto.
524         * gcc.dg/pr33919-2.h: Ditto.
525
526 2012-01-07  Jan Hubicka  <jh@suse.cz>
527
528         PR tree-optimize/51694
529         * gcc.c-torture/compile/pr51694.c: new testcase.
530
531 2012-01-07  Jan Hubicka  <jh@suse.cz>
532
533         PR tree-optimization/51600
534         * g++.dg/torture/pr51600.C: New testcase.
535
536 2012-01-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
537
538         PR gcov-profile/51715
539         PR gcov-profile/51717
540         * gcc.misc-tests/gcov-13.c: Skip on 32-bit hppa*-*-hpux*.
541         * gcc.misc-tests/gcov-14.c: Likewise.
542
543 2012-01-06  Jason Merrill  <jason@redhat.com>
544
545         * g++.dg/parse/new5.C: New.
546
547 2012-01-06  Patrick Marlier  <patrick.marlier@gmail.com>
548
549         PR testsuite/51655
550         * c-c++-common/tm/memcpy-1.c: Declare memcpy instead of
551         including <string.h>.
552
553 2012-01-06  Jason Merrill  <jason@redhat.com>
554
555         * g++.dg/abi/mangle51.C: New.
556         * g++.dg/abi/mangle52.C: New.
557         * g++.dg/abi/mangle53.C: New.
558         * g++.dg/abi/mangle54.C: New.
559         * g++.dg/abi/mangle55.C: New.
560         * g++.dg/abi/mangle56.C: New.
561         * g++.dg/abi/mangle57.C: New.
562         * g++.dg/abi/mangle58.C: New.
563         * g++.dg/abi/mangle59.C: New.
564         * g++.dg/cpp0x/trailing3.C: Update mangling.
565         * g++.dg/cpp0x/variadic111.C: Update mangling.
566         * g++.dg/cpp0x/variadic4.C: Update mangling.
567         * g++.dg/cpp0x/variadic42.C: Pass -fabi-version=5.
568         * g++.dg/template/nontype22.C: Works now.
569         * g++.dg/template/pr35240.C: Works now.
570
571         * g++.dg/cpp0x/error7.C: New.
572
573 2012-01-06  Tobias Burnus <burnus@net-b.de>
574
575         * gfortran.dg/deallocate_stat_2.f90: New.
576         * coarray/allocate_errgmsg.f90: New.
577         * gfortran.dg/coarray_lib_alloc_1.f90: New.
578         * gfortran.dg/coarray_lib_alloc_2.f90: New.
579         * coarray/subobject_1.f90: Fix for num_images > 1.
580         * gfortran.dg/deallocate_stat.f90: Update due to changed
581         stat= handling.
582
583 2012-01-06  Andrew Stubbs  <ams@codesourcery.com>
584
585         * gcc.target/arm/headmerge-2.c: Adjust scan pattern.
586
587 2012-01-06  Eric Botcazou  <ebotcazou@adacore.com>
588
589         * ada/acats/overflow.lst: Add cb20004.
590
591 2012-01-05  Dodji Seketeli  <dodji@redhat.com>
592
593         PR c++/51541
594         * g++.dg/cpp0x/alias-decl-18.C: New test.
595
596 2012-01-05  Eric Botcazou  <ebotcazou@adacore.com>
597
598         * gcc.c-torture/execute/20120104-1.c: New test.
599
600 2012-01-05  Paul Thomas  <pault@gcc.gnu.org>
601
602         PR fortran/PR48946
603         * gfortran.dg/typebound_operator_9.f03: This is now a copy of
604         the old typebound_operator_8.f03.
605         * gfortran.dg/typebound_operator_8.f03: New version of
606         typebound_operator_7.f03 with 'u' a derived type instead of a
607         class object.
608
609 2012-01-05  Richard Guenther  <rguenther@suse.de>
610
611         * g++.dg/torture/pr49309.C: Skip for -flto.
612
613 2012-01-05  Jakub Jelinek  <jakub@redhat.com>
614
615         PR middle-end/51761
616         * gcc.c-torture/compile/pr51761.c: New test.
617
618 2012-01-05  Richard Guenther  <rguenther@suse.de>
619
620         PR tree-optimization/51760
621         * gcc.dg/torture/pr51760.c: New testcase.
622
623 2012-01-05  Aldy Hernandez  <aldyh@redhat.com>
624
625         PR middle-end/51472
626         * gcc.dg/tm/memopt-6.c: Adjust regexp.
627
628 2012-01-05  Richard Guenther  <rguenther@suse.de>
629
630         PR lto/41576
631         * gfortran.dg/lto/pr41576_0.f90: New testcase.
632         * gfortran.dg/lto/pr41576_1.f90: Likewise.
633
634 2012-01-04  Jakub Jelinek  <jakub@redhat.com>
635
636         PR debug/51695
637         * gcc.dg/pr51695.c: New test.
638
639 2012-01-04  Andrew Pinski  <apinski@cavium.com>
640
641         * gcc.target/mips/mips64-dsp-ldx1.c: New test.
642         * gcc.target/mips/octeon2-lx-1.c: New test.
643         * gcc.target/mips/mips64-dsp-ldx.c: New test.
644         * gcc.target/mips/octeon2-lx-2.c: New test.
645         * gcc.target/mips/octeon2-lx-3.c: New test.
646
647 2012-01-04  Patrick Marlier  <patrick.marlier@gmail.com>
648
649         PR other/51163
650         PR other/51164
651         * gcc.dg/tm/alias-1.c:  Adjust regexp.
652         * gcc.dg/tm/alias-2.c:  Adjust regexp.
653
654 2012-01-04  Paolo Carlini  <paolo.carlini@oracle.com>
655
656         PR c++/51064
657         * g++.dg/warn/Wparentheses-26.C: New.
658
659 2012-01-04  Mikael Morin  <mikael@gcc.gnu.org>
660
661         * gfortran.dg/elemental_optional_args_2.f90: New test.
662
663 2012-01-04  Thomas Koenig  <tkoenig@gcc.gnu.org>
664
665         PR fortran/49693
666         * gfortran.dg/common_17.f90:  New test.
667
668 2012-01-04  Richard Guenther  <rguenther@suse.de>
669
670         PR tree-optimization/49651
671         * gcc.dg/tree-ssa/pta-ptrarith-1.c: Adjust.
672         * gcc.dg/tree-ssa/pta-ptrarith-2.c: Likewise.
673
674 2012-01-03  Paolo Carlini  <paolo.carlini@oracle.com>
675
676         PR c++/51738
677         * g++.dg/cpp0x/initlist-postfix-open-square.C: New.
678
679 2012-01-03  Andrew Pinski  <apinski@cavium.com>
680
681         * lib/scanasm.exp (dg-function-on-line): Always use a special format
682         for all mips targets.  Also allow an optional .cfi_startproc.
683
684 2012-01-03  Uros Bizjak  <ubizjak@gmail.com>
685
686         * gfortran.dg/typebound_operator_8.f03: Use dg-add-options ieee.
687
688 2012-01-03  Paolo Carlini  <paolo.carlini@oracle.com>
689
690         PR c++/29273
691         * g++.dg/rtti/dyncast5.C: New.
692
693 2012-01-03  Richard Guenther  <rguenther@suse.de>
694
695         PR tree-optimization/51070
696         * gcc.dg/torture/pr51070-2.c: New testcase.
697
698 2012-01-03  Richard Guenther  <rguenther@suse.de>
699
700         PR tree-optimization/51692
701         * gcc.dg/torture/pr51692.c: New testcase.
702
703 2012-01-03  Richard Guenther  <rguenther@suse.de>
704
705         PR debug/51650
706         * g++.dg/lto/pr51650-3_0.C: New testcase.
707
708 2012-01-03  Paolo Carlini  <paolo.carlini@oracle.com>
709
710         PR c++/15867
711         * g++.dg/warn/Wredundant-decls-spec.C: New.
712
713 2012-01-03  Jakub Jelinek  <jakub@redhat.com>
714
715         PR tree-optimization/51719
716         * g++.dg/tree-prof/pr51719.C: New test.
717
718 2012-01-03  Richard Guenther  <rguenther@suse.de>
719
720         PR middle-end/51730
721         * gcc.dg/fold-compare-6.c: New testcase.
722
723 2012-01-03  Jakub Jelinek  <jakub@redhat.com>
724
725         PR c++/51669
726         * g++.dg/gomp/pr51669.C: New test.
727
728 2012-01-02  Jason Merrill  <jason@redhat.com>
729
730         PR c++/51675
731         * g++.dg/cpp0x/constexpr-union2.C: New.
732
733         PR c++/51666
734         * g++.dg/cpp0x/nsdmi-defer5.C: New.
735
736 2012-01-02  Dodji Seketeli  <dodji@redhat.com>
737
738         PR c++/51462
739         * g++.dg/cpp0x/constexpr-99.C: New test.
740
741 2012-01-02  Paolo Carlini  <paolo.carlini@oracle.com>
742
743         PR c++/20140
744         * g++.dg/template/init9.C: New.
745
746 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
747
748         * gcc.dg/memcpy-4.c: Add nomips16 attribute for MIPS targets.
749         Increase copy to 5 bytes.  Look for at least two "mem/s/u"s,
750         rather than a specific number.
751
752 2012-01-02  Paul Thomas  <pault@gcc.gnu.org>
753
754         PR fortran/46262
755         PR fortran/46328
756         PR fortran/51052
757         * gfortran.dg/typebound_operator_7.f03: New.
758         * gfortran.dg/typebound_operator_8.f03: New.
759
760 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
761
762         PR target/51729
763         * gcc.target/mips/dspr2-MULT.c: Remove -ffixed-hi -ffixed-lo.
764         XFAIL.
765         * gcc.target/mips/dspr2-MULTU.c: Likewise.
766
767 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
768
769         * gcc.dg/pr46309.c: Add -mtune=octeon2 for MIPS.
770
771 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
772
773         * g++.dg/cpp0x/constexpr-rom.C: Look for .rdata rather than rodata
774         for MIPS.
775
776 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
777
778         * gfortran.dg/io_real_boz_3.f90: Require fortran_real_16.
779         * gfortran.dg/io_real_boz_4.f90: Likewise.
780         * gfortran.dg/io_real_boz_5.f90: Likewise.
781
782 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
783
784         * g++.dg/opt/devirt2.C: Add -mno-abicalls for MIPS.
785
786 2012-01-02  Revital Eres  <revital.eres@linaro.org>
787
788         * gcc.dg/sms-11.c: New file.
789
790 2012-01-02  Tobias Burnus  <burnus@net-b.de>
791
792         PR fortran/51682
793         * gfortran.dg/coarray/image_index_3.f90: New.
794
795 2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>
796
797         PR c++/16603
798         * g++.dg/parse/enum8.C: New.
799
800 2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>
801
802         PR c++/51379
803         * g++.dg/conversion/reinterpret4.C: New.
804         * g++.dg/conversion/reinterpret1.C: Adjust.
805
806 2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>
807
808         * g++.dg/cpp0x/constexpr-delegating2.C: Add missing piece.
809
810 2012-01-01  Fabien ChĂȘne  <fabien@gcc.gnu.org>
811
812         * g++.old-deja/g++.brendan/crash25.C: Adjust.
813         * g++.old-deja/g++.brendan/crash56.C: Likewise.
814         * g++.old-deja/g++.jason/access14.C: Likewise.
815         * g++.old-deja/g++.jason/access8.C: Likewise.
816         * g++.old-deja/g++.jason/access1.C: Likewise.
817         * g++.old-deja/g++.other/access3.C: Likewise.
818         * g++.old-deja/g++.other/access5.C: Likewise.
819         * g++.old-deja/g++.law/unsorted1.C: Likewise.
820         * g++.old-deja/g++.law/visibility22.C: Likewise.
821         * g++.old-deja/g++.law/visibility26.C: Likewise.
822         * g++.old-deja/g++.mike/p2746.C: Likewise.
823         * g++.dg/debug/using1.C: Likewise.
824         * g++.dg/lookup/using51.C: Likewise.
825         * g++.dg/inherit/using5.C: Likewise.
826         * g++.dg/inherit/pr30297.C: Likewise.
827         * g++.dg/inherit/access8.C: Likewise.
828         * g++.dg/torture/pr39362.C: Likewise.
829         * g++.dg/template/crash13.C: Likewise.
830         * g++.dg/template/using10.C: Likewise.
831
832 2012-01-01  Thomas Koenig  <tkoenig@gcc.gnu.org>
833
834         PR fortran/51502
835         * lib/gcc-dg.exp (scan-module-absence):  Really commit last
836         change.
837
838 2012-01-01  Ira Rosen  <irar@il.ibm.com>
839
840         PR tree-optimization/51704
841         * gfortran.dg/vect/no-fre-no-copy-prop-O3-pr51704.f90: New.
842         * gfortran.dg/vect/vect.exp: Run no-fre-no-copy-prop-O3-* with
843         corresponding flags.
844
845 2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>
846
847         PR c++/51723
848         * g++.dg/cpp0x/constexpr-delegating2.C: New.
849
850 2012-01-01  Jan Hubicka  <jh@suse.cz>
851
852         PR rtl-optimization/51069
853         * gcc.c-torture/compile/pr51069.c: New testcase.
854
855 2012-01-01  Jakub Jelinek  <jakub@redhat.com>
856
857         PR tree-optimization/51683
858         * gcc.dg/pr51683.c: New test.
859 \f
860 Copyright (C) 2012 Free Software Foundation, Inc.
861
862 Copying and distribution of this file, with or without modification,
863 are permitted in any medium without royalty provided the copyright
864 notice and this notice are preserved.