re PR c/43772 (Errant -Wlogical-op warning when testing limits)
[official-gcc.git] / gcc / testsuite / ChangeLog
blobd5176b847e1677c7db12c16196cd86b4b2e60ace
1 2012-05-05  Manuel López-Ibáñez  <manu@gcc.gnu.org>
3         PR c/43772
4         * c-c++-common/pr43772.c: New.
6 2012-05-05  Paul Thomas  <pault@gcc.gnu.org>
8         PR fortran/41600
9         * gfortran.dg/select_type_26.f03 : New test.
10         * gfortran.dg/select_type_27.f03 : New test.
12         PR fortran/53191
13         * gfortran.dg/select_type_28.f03 : New test.
15 2012-05-05  Janne Blomqvist  <jb@gcc.gnu.org>
17         PR fortran/49010
18         PR fortran/24518
19         * gfortran.dg/mod_sign0_1.f90: New test.
20         * gfortran.dg/mod_large_1.f90: New test.
22 2012-05-04  Tobias Burnus  <burnus@net-b.de>
24         PR fortran/53175
25         gfortran.dg/public_private_module_5.f90: New.
27 2012-05-04  Tobias Burnus  <burnus@net-b.de>
29         PR fortran/53111
30         * gfortran.dg/constructor_7.f90: New.
31         * gfortran.dg/constructor_8.f90: New.
33 2012-05-04  Paolo Carlini  <paolo.carlini@oracle.com>
35         PR c++/53166
36         * g++.dg/cpp0x/static_assert7.C: New.
38 2012-05-04  Ulrich Weigand  <ulrich.weigand@linaro.org>
40         PR tree-optimization/52633
41         * gcc.dg/vect/vect-over-widen-1.c: Two patterns should now be
42         recognized as widening shifts instead of over-widening.
43         * gcc.dg/vect/vect-over-widen-1-big-array.c: Likewise.
44         * gcc.dg/vect/vect-over-widen-4.c: Likewise.
45         * gcc.dg/vect/vect-over-widen-4-big-array.c: Likewise.
46         * gcc.target/arm/pr52633.c: New test.
48 2012-05-04  Richard Guenther  <rguenther@suse.de>
50         PR tree-optimization/53168
51         * gcc.dg/torture/pr53168.c: New testcase.
52         * gcc.dg/tree-ssa/ssa-pre-30.c: Likewise.
54 2012-05-04  Richard Guenther  <rguenther@suse.de>
56         * gcc.dg/lto/pr53214_0.c: New testcase.
58 2012-05-04  Eric Botcazou  <ebotcazou@adacore.com>
60         * gcc.target/ia64/pr48496.c: New test.
61         * gcc.target/ia64/pr52657.c: Likewise.
63 2012-05-04  Manuel López-Ibáñez  <manu@gcc.gnu.org>
65         PR c/51712
66         * c-c++-common/pr51712.c: New.
68 2012-05-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
70         PR target/53199
71         * gcc.target/powwerpc/pr53199.c: New file.
73 2012-05-03  Jason Merrill  <jason@redhat.com>
75         * g++.dg/debug/dwarf2/nested-3.C: Adjust pattern.
77         * gcc.dg/debug/dwarf2/dups-types.c: New.
78         * gcc.dg/debug/dwarf2/dups-types.h: New.
80 2012-05-03  Jason Merrill  <jason@redhat.com>
82         * g++.dg/debug/dwarf2/namespace-2.C: New.
83         * g++.dg/debug/dwarf2/localclass3.C: New.
85 2012-05-03  Jason Merrill  <jason@redhat.com>
87         * g++.dg/debug/dwarf2/thunk1.C: New.
89 2012-05-03  Paolo Carlini  <paolo.carlini@oracle.com>
91         PR c++/53186
92         * g++.dg/other/final2.C: New.
94 2012-05-03  Richard Guenther  <rguenther@suse.de>
96         * gcc.dg/tree-ssa/ssa-pre-27.c: Remove XFAIL.
98 2012-05-03  Uros Bizjak  <ubizjak@gmail.com>
100         * gcc.target/i386/hle-cmpxchg-acq-1.c (dg-options): Add -march=x86-64.
101         * gcc.target/i386/hle-xadd-acq-1.c (dg-options): Ditto.
102         * gcc.target/i386/hle-cmpxchg-rel-1.c (dg-options): Ditto.
103         * gcc.target/i386/hle-xadd-rel-1.c (dg-options): Ditto.
105 2012-05-03  Jakub Jelinek  <jakub@redhat.com>
107         * gcc.target/i386/hle-xadd-rel-1.c: Match .byte 0xf3 instead of
108         .byte 0xf2.
109         * gcc.target/i386/hle-sub-rel-1.c: Likewise.
110         * gcc.target/i386/hle-xchg-rel-1.c: Likewise.
111         * gcc.target/i386/hle-add-rel-1.c: Likewise.
113         PR debug/53174
114         * gcc.dg/pr53174.c: New test.
116         PR target/53187
117         * gcc.target/arm/pr53187.c: New test.
118         * gcc.c-torture/compile/pr53187.c: New test.
120 2012-05-03  Richard Guenther  <rguenther@suse.de>
122         * gfortran.dg/pr52621.f90: Add -w to avoid diagnostic about
123         unsupported prefetching support.
125 2012-05-03  Greta Yorsh  <Greta.Yorsh@arm.com>
127         * gcc.dg/fixed-point/composite-type.c (dg-options): Add
128         option -ftrack-macro-expansion=0.
129         * gcc.dg/fixed-point/operator-bitwise.c (dg-options): Add
130         option -ftrack-macro-expansion=0.
132 2012-05-03  Greta Yorsh  <Greta.Yorsh@arm.com>
134         * gcc.dg/builtin-stringop-chk-1.c (dg-options): Replace
135         dg-options for target arm with dg-additional-options.
137 2012-05-03  Richard Guenther  <rguenther@suse.de>
139         PR tree-optimization/53144
140         * gcc.dg/torture/pr53144.c: New testcase.
142 2012-05-03  Tobias Burnus  <burnus@net-b.de>
144         PR fortran/52864
145         * gfortran.dg/pointer_intent_7.f90: New.
146         * gfortran.dg/pure_formal_3.f90: New.
148 2012-05-02  Ulrich Weigand  <ulrich.weigand@linaro.org>
150         * gcc.target/s390/20030123-1.c: Add missing "volatile".
152 2012-05-02  Martin Jambor  <mjambor@suse.cz>
154         PR lto/52605
155         * g++.dg/lto/pr52605_0.C: New test.
157 2012-05-02  Kirill Yukhin  <kirill.yukhin@intel.com>
159         * gcc.target/i386/hle-cmpxchg-acq-1.c: New.
160         * gcc.target/i386/hle-cmpxchg-rel-1.c: Ditto.
161         * gcc.target/i386/hle-add-acq-1.c: Ditto.
162         * gcc.target/i386/hle-add-rel-1.c: Ditto.
163         * gcc.target/i386/hle-and-acq-1.c: Ditto.
164         * gcc.target/i386/hle-and-rel-1.c: Ditto.
165         * gcc.target/i386/hle-or-acq-1.c: Ditto.
166         * gcc.target/i386/hle-or-rel-1.c: Ditto.
167         * gcc.target/i386/hle-sub-acq-1.c: Ditto.
168         * gcc.target/i386/hle-sub-rel-1.c: Ditto.
169         * gcc.target/i386/hle-xadd-acq-1.c: Ditto.
170         * gcc.target/i386/hle-xadd-rel-1.c: Ditto.
171         * gcc.target/i386/hle-xchg-acq-1.c: Ditto.
172         * gcc.target/i386/hle-xchg-rel-1.c: Ditto.
173         * gcc.target/i386/hle-xor-acq-1.c: Ditto.
174         * gcc.target/i386/hle-xor-rel-1.c: Ditto.
176 2012-05-02  Steven Bosscher  <steven@gcc.gnu.org>
178         PR middle-end/53153
179         * gcc.dg/pr53153.c: New test.
181 2012-05-02  Richard Guenther  <rguenther@suse.de>
183         * g++.dg/tree-ssa/pr19807.C: Adjust.
185 2012-05-02  Jakub Jelinek  <jakub@redhat.com>
187         PR tree-optimization/53163
188         * gcc.c-torture/compile/pr53163.c: New test.
190         PR rtl-optimization/53160
191         * gcc.c-torture/execute/pr53160.c: New test.
193 2012-05-01  Ian Lance Taylor  <iant@google.com>
195         PR c/37303
196         * gcc.dg/pr37303.c: New test.
198 2012-05-01  Richard Henderson  <rth@redhat.com>
200         * lib/target-supports.exp
201         (check_effective_target_sync_long_long_runtime): True for
202         check_effective_target_powerpc64.
204 2012-04-30  Marc Glisse  <marc.glisse@inria.fr>
206         PR c++/51033
207         * gcc.dg/vector-1.c: Move to ...
208         * c-c++-common/vector-1.c: ... here.
209         * gcc.dg/vector-2.c: Move to ...
210         * c-c++-common/vector-2.c: ... here.
211         * gcc.dg/vector-3.c: Move to ...
212         * c-c++-common/vector-3.c: ... here. Adapt to C++.
213         * gcc.dg/vector-4.c: Move to ...
214         * c-c++-common/vector-4.c: ... here.
215         * gcc.dg/vector-init-1.c: Move to ...
216         * c-c++-common/vector-init-1.c: ... here.
217         * gcc.dg/vector-init-2.c: Move to ...
218         * c-c++-common/vector-init-2.c: ... here.
219         * gcc.dg/vector-subscript-1.c: Move to ... Adapt to C++.
220         * c-c++-common/vector-subscript-1.c: ... here.
221         * gcc.dg/vector-subscript-2.c: Move to ...
222         * c-c++-common/vector-subscript-2.c: ... here.
223         * gcc.dg/vector-subscript-3.c: Move to ...
224         * c-c++-common/vector-subscript-3.c: ... here.
226         PR c++/51314
227         * g++.dg/cpp0x/vt-51314.C: New test.
228         * g++.dg/cpp0x/variadic76.C: Fix.
230 2012-04-30  Greta Yorsh  <Greta.Yorsh@arm.com>
232         * gcc.dg/pr52283.c: Add missing dg-warning and dg-options.
234 2012-04-30  Dodji Seketeli  <dodji@redhat.com>
236         Add -Wvarargs option
237         * c-c++-common/Wvarargs.c: New test case.
238         * c-c++-common/Wvarargs-2.c: Likewise.
240 2012-04-30  Dodji Seketeli  <dodji@redhat.com>
242         Adjust relevant test cases wrt -ftrack-macro-expansion=[0|2]
243         * objc.dg/foreach-7.m: Force the test case to run without
244         -ftrack-macro-expansion.
245         * c-c++-common/tm/attrib-1.c: Likewise.
246         * c-c++-common/warn-ommitted-condop.c: Likewise.
247         * gcc.dg/assign-warn-1.c: Likewise.
248         * gcc.dg/assign-warn-2.c: Likewise.
249         * gcc.dg/attr-alloc_size.c: Likewise.
250         * gcc.dg/builtin-stringop-chk-1.c: Likewise.
251         * gcc.dg/builtin-stringop-chk-2.c: Likewise.
252         * gcc.dg/builtin-strncat-chk-1.c: Likewise.
253         * gcc.dg/c90-const-expr-9.c: Likewise.
254         * gcc.dg/c99-const-expr-9.c: Likewise.
255         * gcc.dg/cpp/direct2.c: Likewise.  Adjust.
256         * gcc.dg/cpp/direct2s.c: Likewise.
257         * gcc/testsuite/gcc.dg/cpp/pr28709.c: Likewise.
258         * gcc.dg/cpp/pragma-diagnostic-1.c: Likewise.
259         * gcc.dg/dfp/composite-type.c: Likewise.
260         * gcc.dg/uninit-6-O0.c: Adjust the test case and force it to run
261         with -ftrack-macro-expansion
262         * g++.dg/cpp0x/constexpr-ex3.C: Likewise.
263         * g++.dg/cpp0x/constexpr-overflow.C: Likewise.
264         * g++.dg/ext/cleanup-1.C: Likewise.
265         * g++.dg/ext/gnu-inline-global-reject.C: Likewise.
266         * g++.dg/template/sfinae10.C: Likewise.
267         * g++.dg/tm/wrap-2.C: Likewise.
268         * g++.dg/warn/Wconversion-real-integer.C: Likewise.
269         * g++.dg/warn/Wsign-conversion.C: Likewise.
270         * g++.dg/warn/multiple-overflow-warn-1.C: Likewise.
271         * g++.old-deja/g++.mike/p10769b.C: Likewise.
272         * g++.dg/warn/Wdouble-promotion.C: Adjust the test case and force
273         it to run with -ftrack-macro-expansion.
274         * libstdc++-v3/scripts/testsuite_flags.in: By default, run the
275         test cases without -ftrack-macro-expansion.
277         Fix location for static class members
278         * g++.dg/template/sfinae6_neg.C: Adjust.
280         Make conversion warnings work on NULL with -ftrack-macro-expansion
281         * g++.dg/warn/Wconversion-null-2.C: Add testing for __null,
282         alongside the previous testing for NULL.
284         Fix -Wuninitialized for -ftrack-macro-expansion
285         * gcc.dg/cpp/pragma-diagnostic-2.c: Fix this.
287         Strip "<built-in>" loc from displayed expansion context
288         * g++.dg/warn/Wconversion-real-integer2.C: New test.
289         * g++.dg/warn/Wconversion-real-integer-3.C: Likewise.
290         * g++.dg/warn/conversion-real-integer-3.h: New header used by the
291         new test above.
293         Fix expansion point loc for macro-like tokens
294         * gcc.dg/debug/dwarf2/pr41445-5.c: Adjust.
295         * gcc.dg/debug/dwarf2/pr41445-6.c: Likewise.
297         Fix token pasting with -ftrack-macro-expansion
298         * gcc.dg/cpp/paste17.c: New test case for
299         -ftrack-macro-expansion=2 mode only.
300         * gcc.dg/cpp/macro-exp-tracking-5.c: Likewise.
302 2012-04-30  Eric Botcazou  <ebotcazou@adacore.com>
304         * gnat.dg/warn6.ad[sb]: New test.
306 2012-04-29  Manuel López-Ibáñez  <manu@gcc.gnu.org>
308         PR 53149
309         * gcc.dg/20011021-1.c: Adjust testcase.
311 2012-04-29  Thomas Koenig  <tkoenig@gcc.gnu.org>
313         PR fortran/53148
314         * gfortran.dg/function_optimize_12.f90:  New test.
316 2012-04-29  Hans-Peter Nilsson  <hp@axis.com>
318         PR target/53156
319         * gcc.target/cris/peep2-andu2.c: Tweak expected assembly
320         code to match current output and cover new peephole2 pattern.
322 2012-04-27   Ollie Wild  <aaw@google.com>
324         * g++.dg/cpp0x/Wliteral-suffix.c: New test.
326 2012-04-27  Paolo Bonzini  <bonzini@gnu.org>
328         * gcc.c-torture/execute/20120427-2.c: New testcase.
329         * gcc.dg/tree-ssa/phi-opt-10.c: New testcase.
330         * gcc.dg/tree-ssa/ssa-pre-28.c: Bypass new optimization.
331         * gcc.dg/tree-ssa/ssa-ifcombine-7.c: Look into ifcombine dump.
333 2012-04-27  Paolo Bonzini  <bonzini@gnu.org>
335         PR target/53138
336         * gcc.c-torture/execute/20120427-1.c: New testcase.
338 2012-04-27  Marc Glisse  <marc.glisse@inria.fr>
340         PR middle-end/27139
341         * gcc.dg/tree-ssa/forwprop-18.c: New test.
343 2012-04-27  Tom de Vries  <tom@codesourcery.com>
345         PR tree-optimization/51879
346         * gcc.dg/pr51879.c: New test.
347         * gcc.dg/pr51879-2.c: Same.
348         * gcc.dg/pr51879-3.c: Same.
349         * gcc.dg/pr51879-4.c: Same.
350         * gcc.dg/pr51879-6.c: Same.
352 2012-04-26  Paolo Carlini  <paolo.carlini@oracle.com>
354         PR c++/53096
355         * g++.dg/cpp0x/defaulted35.C: New.
356         * g++.dg/cpp0x/defaulted15.C: Adjust.
358 2012-04-26  Janis Johnson  <janisjo@codesourcery.com>
360         * gcc.dg/bf-ms-layout.c: Adjust offsets to fit ms-bitfield
361         structure layout.
363 2012-04-25  Sriraman Tallam  <tmsriram@google.com>
365         * testsuite/gcc.target/i386/builtin_target.c: Check avx2.
367 2012-04-26  Alan Modra  <amodra@gmail.com>
369         * gcc.target/powerpc/savres.c: New test.
370         * gcc.target/powerpc/powerpc.exp: Run it.
372 2012-04-26  Hans-Peter Nilsson  <hp@axis.com>
374         PR target/53120
375         * gcc.dg/torture/pr53120.c: New test.
377 2012-04-25  Jakub Jelinek  <jakub@redhat.com>
379         PR middle-end/52979
380         * gcc.c-torture/compile/pr52979-1.c: New test.
381         * gcc.c-torture/execute/pr52979-1.c: New test.
382         * gcc.c-torture/execute/pr52979-2.c: New test.
384 2012-04-25  Richard Guenther  <rguenther@suse.de>
386         * gcc.target/i386/l_fma_float_5.c: Adjust.
387         * gcc.target/i386/l_fma_double_4.c: Likewise.
388         * gcc.target/i386/l_fma_float_2.c: Likewise.
389         * gcc.target/i386/l_fma_float_6.c: Likewise.
390         * gcc.target/i386/l_fma_double_1.c: Likewise.
391         * gcc.target/i386/l_fma_double_5.c: Likewise.
392         * gcc.target/i386/l_fma_float_3.c: Likewise.
393         * gcc.target/i386/l_fma_double_2.c: Likewise.
394         * gcc.target/i386/l_fma_double_6.c: Likewise.
395         * gcc.target/i386/l_fma_float_4.c: Likewise.
396         * gcc.target/i386/l_fma_double_3.c: Likewise.
397         * gcc.target/i386/l_fma_float_1.c: Likewise.
399 2012-04-25  Jakub Jelinek  <jakub@redhat.com>
401         PR tree-optimization/53058
402         * gcc.c-torture/compile/pr53058.c: New test.
404 2012-04-25  Jan Hubicka  <jh@suse.cz>
406         PR middle-end/53088
407         * gcc.target/i386/pr39082-1.c: Update warning location.
409 2012-04-25  Jakub Jelinek  <jakub@redhat.com>
411         PR c/52880
412         * gcc.dg/pr52880.c: New test.
414 2012-04-25  Manuel López-Ibáñez  <manu@gcc.gnu.org>
416         * gcc.dg/m-un-2.c: Update.
417         * gcc.dg/20011021-1.c: Update.
419 2012-04-25  Tobias Burnus  <burnus@net-b.de>
421         PR fortran/52196
422         * gfortran.dg/realloc_on_assign_14.f90: New.
424 2012-04-24  Georg-Johann Lay  <avr@gjlay.de>
426         PR testsuite/52641
427         PR tree-optimizations/52891
428         * gcc.c-torture/compile/pr52891-2.c: Fix test for 16-bit int.
430 2012-04-24  Paolo Carlini  <paolo.carlini@oracle.com>
432         PR c++/52363
433         * g++.dg/cpp0x/sfinae35.C: New.
434         * g++.dg/cpp0x/sfinae36.C: Likewise.
436 2012-04-24  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
438         PR target/47197
439         * gcc.target/powerpc/pr47197.c: New test.
441 2012-04-24  Richard Guenther  <rguenther@suse.de>
443         PR tree-optimization/53085
444         * g++.dg/torture/pr53085.C: New testcase.
446 2012-04-24  Andrew Pinski  <apinski@cavium.com>
448         PR tree-opt/33512
449         * gcc.dg/tree-ssa/andor-3.c: New testcase.
450         * gcc.dg/tree-ssa/andor-4.c: New testcase.
451         * gcc.dg/tree-ssa/andor-5.c: New testcase.
453 2012-04-24  Jakub Jelinek  <jakub@redhat.com>
455         PR middle-end/53084
456         * gcc.c-torture/execute/pr53084.c: New test.
458 2012-04-23  Paolo Carlini  <paolo.carlini@oracle.com>
460         * g++.dg/cpp0x/noexcept15.C: Adjust for Rev 186726 library changes.
462 2012-04-23  Andrew Pinski  <apinski@cavium.com>
464         * gcc.dg/tree-ssa/forwprop-17.c: New testcase.
466 2012-04-23  Bill Schmidt  <wschmidt@linux.ibm.com>
468         PR regression/53076
469         * gcc.dg/torture/builtin-explog-1.c: Skip if -O0.
470         * gcc.dg/torture/builtin-power-1.c: Likewise.
472 2012-04-23  Richard Guenther  <rguenther@suse.de>
474         PR tree-optimization/53070
475         * gcc.dg/torture/pr53070.c: New testcase.
477 2012-04-23  Richard Guenther  <rguenther@suse.de>
479         PR c/53060
480         * gcc.dg/pr53060.c: New testcase.
482 2012-04-23  Jakub Jelinek  <jakub@redhat.com>
484         PR tree-optimizations/52891
485         * gcc.c-torture/compile/pr52891-1.c: New test.
486         * gcc.c-torture/compile/pr52891-2.c: New test.
488 2012-04-22  Tobias Burnus  <burnus@net-b.de>
490         PR fortran/53051
491         * gfortran.dg/read_float_4.f90: New.
493 2012-04-21  Manuel López-Ibáñez  <manu@gcc.gnu.org>
495         PR 35441
496         * c-c++-common/pr35441.C: New.
498 2012-04-20  Ian Lance Taylor  <iant@google.com>
500         * go.test/go-test.exp (go-set-goarch): Recognize powerpc*-*-*.
501         (go-gc-tests): Skip nilptr.go on powerpc*-*-*.
503 2012-04-20  Uros Bizjak  <ubizjak@gmail.com>
505         * gcc.target/x86_64/abi/avx/test_passing_unions.c: Avoid undefined
506         array access.
507         * gcc.target/x86_64/abi/avx/test_passing_structs.c: Likewise.
509 2012-04-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
511         PR rtl-optimization/44214
512         * gcc.dg/pr44214-1.c: New test.
513         * gcc.dg/pr44214-2.c: Likewise.
514         * gcc.dg/pr44214-3.c: Likewise.
516 2012-04-20  Richard Guenther  <rguenther@suse.de>
518         * g++.dg/torture/20120420-1.C: New testcase.
520 2012-04-19  Steven Bosscher  <steven@gcc.gnu.org>
522         * gcc.target/i386/pr45830.c: Update scan-tree-dump.
524 2012-04-19  Christian Bruel  <christian.bruel@st.com>
526         * gcc.dg/pr52283.c: New test.
528 2012-04-19  Manuel López-Ibáñez  <manu@gcc.gnu.org>
530         * gcc.dg/pr37985.c: New test.
532 2012-04-19  Richard Guenther  <rguenther@suse.de>
534         PR rtl-optimization/44688
535         * gcc.dg/var-expand1.c: Increase array size to make unrolling
536         possibly profitable.
538 2012-04-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
540         PR tree-optimization/52976
541         * gfortran.dg/reassoc_11.f: New test.
543 2012-04-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
545         PR tree-optimization/52976
546         * gfortran.dg/reassoc_7.f: New test.
547         * gfortran.dg/reassoc_8.f: Likewise.
548         * gfortran.dg/reassoc_9.f: Likewise.
549         * gfortran.dg/reassoc_10.f: Likewise.
551 2012-04-18  Paolo Carlini  <paolo.carlini@oracle.com>
553         PR c++/52422
554         * g++.dg/cpp0x/sfinae33.C: New.
555         * g++.dg/cpp0x/sfinae34.C: Likewise.
557 2012-04-18  Joey Ye  <joey.ye@arm.com>
559         * gcc.target/arm/thumb1-imm.c: Skip it in non-thumb1 target.
561 2012-04-18  Richard Guenther  <rguenther@suse.de>
563         * gcc.target/x86_64/abi/test_passing_unions.c: Avoid undefined
564         array access.
565         * gcc.target/x86_64/abi/test_passing_structs.c: Likewise.
566         * gcc.target/i386/avx256-unaligned-load-4.c: Fix array sizes.
568 2012-04-17  Tom de Vries  <tom@codesourcery.com>
570         * g++.dg/pr51264-4.C: New test.
572 2012-04-17  Paolo Carlini  <paolo.carlini@oracle.com>
574         PR c++/52599
575         * g++.dg/cpp0x/constexpr-ctor10.C: New.
577 2012-04-17  Paolo Carlini  <paolo.carlini@oracle.com>
579         PR c++/53003
580         * g++.dg/parse/crash59.C: New.
582 2012-04-17  Michael Matz  <matz@suse.de>
584         PR tree-optimization/18437
585         * gfortran.dg/vect/rnflow-trs2a2.f90: New test.
587 2012-04-17  Richard Guenther  <rguenther@suse.de>
589         PR middle-end/53011
590         * g++.dg/torture/pr53011.C: New testcase.
592 2012-04-16  Jason Merrill  <jason@redhat.com>
594         PR c++/38543
595         * g++.dg/cpp0x/variadic131.C: New.
597         PR c++/52008
598         * g++.dg/cpp0x/variadic130.C: New.
600         PR c++/50830
601         * g++.dg/cpp0x/variadic129.C: New.
603         PR c++/50303
604         * g++.dg/cpp0x/variadic128.C: New.
606 2012-04-16  Tobias Burnus  <burnus@net-b.de>
608         PR fortran/52864
609         * gfortran.dg/pointer_intent_6.f90: New.
611 2012-04-16  Tobias Burnus  <burnus@net-b.de>
613         PR fortran/52916
614         * gfortran.dg/public_private_module_3.f90: Use dg-additional-sources
615         to include public_private_module_4.f90.
616         * gfortran.dg/public_private_module_4.f90: Skip this test on all
617         targets.
619 2012-04-16  Paolo Carlini  <paolo.carlini@oracle.com>
621         PR c++/49152
622         * g++.dg/diagnostic/operator1.C: New.
623         * g++.dg/ext/label5.C: Adjust.
624         * g++.dg/ext/va-arg1.C: Likewise.
625         * g++.dg/other/error20.C: Likewise.
626         * g++.dg/other/error20.C: Likewise.
627         * g++.dg/other/error16.C: Likewise.
628         * g++.dg/other/error10.C: Likewise.
629         * g++.dg/parse/error30.C: Likewise.
630         * g++.dg/cpp0x/lambda/lambda-err1.C: Likewise.
632 2012-04-16  Jason Merrill  <jason@redhat.com>
634         PR c++/51148
635         * g++.dg/cpp0x/variadic127.C: New.
637 2012-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
639         * lib/plugin-support.exp (plugin-test-execute): Properly determine
640         testcase name.
641         Use fail, pass instead of unresolved.
642         Don't log $optstr.
644         PR testsuite/52948
645         * g++.dg/plugin/dumb_plugin.c (pass_dumb_plugin_example): Remove
646         TODO_dump_func.
647         * g++.dg/plugin/selfassign.c (pass_warn_self_assign): Likewise.
648         * gcc.dg/plugin/one_time_plugin.c (one_pass): Likewise.
649         * gcc.dg/plugin/selfassign.c (pass_warn_self_assign): Likewise.
651 2012-04-16  Janus Weil  <janus@gcc.gnu.org>
653         PR fortran/52968
654         * gfortran.dg/typebound_call_23.f03: New test case.
656 2012-04-15  Jason Merrill  <jason@redhat.com>
658         PR c++/47220
659         * g++.dg/cpp0x/variadic126.C: New.
661         PR c++/52380
662         * g++.dg/cpp0x/variadic125.C: New.
664         PR c++/52292
665         * g++.dg/cpp0x/variadic124.C: New.
667         PR c++/52706
668         * g++.dg/cpp0x/nullptr27.C: New.
670         PR c++/52818
671         * g++.dg/warn/format8.C: New.
673 2012-04-15  Janus Weil  <janus@gcc.gnu.org>
675         PR fortran/51082
676         * gfortran.dg/proc_ptr_comp_34.f90: New test case.
678 2012-04-14  Tobias Burnus  <burnus@net-b.de>
680         PR fortran/52916
681         PR fortran/40973
682         * gfortran.dg/public_private_module_3.f90: New.
683         * gfortran.dg/public_private_module_4.f90: New.
685 2012-04-14  Tom de Vries  <tom@codesourcery.com>
687         * gcc.dg/superblock.c: New test.
689 2012-04-14  Tom de Vries  <tom@codesourcery.com>
691         * gcc.dg/pr51879-12.c: New test.
693 2012-04-13  Jason Merrill  <jason@redhat.com>
695         PR c++/52824
696         * g++.dg/cpp0x/variadic123.C: New.
697         * g++.dg/cpp0x/alias-decl-15.C: Remove dg-errors.
699         PR c++/52905
700         * g++.dg/cpp0x/initlist-ctor1.C: New.
702         PR c++/52915
703         * g++.dg/other/anon-union2.C: New.
705 2012-04-13  Martin Jambor  <mjambor@suse.cz>
707         PR middle-end/52939
708         * g++.dg/ipa/pr52939.C: New test.
710 2012-04-13  Tom de Vries  <tom@codesourcery.com>
712         * gcc.dg/pr52734.c: New test.
714 2012-04-13  Richard Guenther  <rguenther@suse.de>
716         PR tree-optimization/52969
717         * gcc.dg/torture/pr52969.c: New testcase.
719 2012-04-13  Richard Guenther  <rguenther@suse.de>
721         PR c/52549
722         * gcc.dg/pr52549.c: New testcase.
724 2012-04-13  Richard Guenther  <rguenther@suse.de>
726         PR c/52862
727         * gcc.dg/pr52862.c: New testcase.
729 2012-04-13  Joey Ye  <joey.ye@arm.com>
731         * gcc.target/arm/thumb1-imm.c: New testcase.
733 2012-04-12  Uros Bizjak  <ubizjak@gmail.com>
735         PR target/52932
736         * gcc.target/i386/avx2-vpermps-1.c (avx2_test): Use __m256i type for
737         second function argument.
738         * gcc.target/i386/avx2-vpermps-2.c (init_permps): Update declaration.
739         (calc_permps): Update declaration.  Calculate result correctly.
740         (avx2_test): Change src2 type to union256i_d.
741         * gcc.target/i386/avx2-vpermd-2.c (calc_permd): Calculate result
742         correctly.
744 2012-04-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
746         PR target/52775
747         * gcc.target/powerpc/pr52775.c: New file.
749 2012-04-12  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
751         PR tree-optimization/18589
752         * gcc.dg/tree-ssa/pr18589-1.c: New test.
753         * gcc.dg/tree-ssa/pr18589-2.c: Likewise.
754         * gcc.dg/tree-ssa/pr18589-3.c: Likewise.
755         * gcc.dg/tree-ssa/pr18589-4.c: Likewise.
756         * gcc.dg/tree-ssa/pr18589-5.c: Likewise.
757         * gcc.dg/tree-ssa/pr18589-6.c: Likewise.
758         * gcc.dg/tree-ssa/pr18589-7.c: Likewise.
759         * gcc.dg/tree-ssa/pr18589-8.c: Likewise.
760         * gcc.dg/tree-ssa/pr18589-9.c: Likewise.
761         * gcc.dg/tree-ssa/pr18589-10.c: Likewise.
763 2012-04-12  Richard Guenther  <rguenther@suse.de>
765         PR tree-optimization/52943
766         * gcc.dg/torture/pr52943.c: New testcase.
768 2012-04-12  Oleg Endo  <olegendo@gcc.gnu.org>
770         PR target/50751
771         * gcc/target/sh/pr50751-4.c: New.
772         * gcc/target/sh/pr50751-5.c: New.
773         * gcc/target/sh/pr50751-6.c: New.
774         * gcc/target/sh/pr50751-7.c: New.
776 2012-04-11  Fabien Chêne  <fabien@gcc.gnu.org>
778         PR c++/52465
779         * g++.dg/lookup/using52.C: New.
781 2012-04-11  Manuel López-Ibáñez  <manu@gcc.gnu.org>
783         * lib/prune.exp (TEST_ALWAYS_FLAGS): If undefined, set to empty.
785 2012-04-11  H.J. Lu  <hongjiu.lu@intel.com>
787         PR rtl-optimization/52876
788         * gcc.target/i386/pr52876.c: New.
790 2012-04-11  Bernd Schmidt  <bernds@codesourcery.com>
792         * gcc.dg/c99-const-expr-9.c (old_offsetof): Insert a cast to
793         __UINTPTR_TYPE__.
794         * gcc.c-torture/execute/pr15296.c (intptr_t): Likewise, with
795         __INTPTR_TYPE__.
796         * gcc.dg/pr14092-1.c (intptr_t): Likewise.
797         * gcc.dg/tree-ssa/foldcast-1.c (ssize_t): Likewise.
798         * gcc.dg/c90-const-expr-6.c (intptr_t): New typedef to replace ...
799         (ptrdiff_t): ... this.  All uses changed.
800         * gcc.dg/c99-const-expr-6.c (intptr_t, ptrdiff_t): Likewise.
801         * gcc.dg/torture/pta-escape-1.c (foo): Change arg type to
802         __INTPTR_TYPE__.
803         (main): Cast argument to __INTPTR_TYPE__.
804         * gcc.dg/20041106-1.c (main): Cast to __UINTPTR_TYPE__ rather than
805         size_t.
806         * gcc.dg/mallign.c (main): Likewise.
807         * gcc.dg/pr38700.c (foo): Likewise.
808         * gcc.dg/long-long-cst1.c (t): Likewise.
809         * gcc.dg/c99-const-expr-10.c (p, q, f, h, h2): Likewise.
810         * gcc.dg/array-10.c (c0, c1, c2, c3, c4, c5): Likewise.
811         * gcc.dg/pointer-arith-10.c (foo): Likewise.
812         * gcc.dg/pr25682.c (d, foo): Likewise.
813         * gcc.dg/format/cast-1.c (f): Likewise.
814         * gcc.dg/c90-const-expr-10.c
815         * gcc.dg/pr41551.c (uintptr_t): New typedef, replacing...
816         (size_t): ...this.  All uses changed.
817         * gcc.c-torture/execute/pr22098-1.c (uintptr_t): Likewise.
818         * gcc.c-torture/execute/pr22098-2.c (uintptr_t): Likewise.
819         * gcc.c-torture/execute/pr22098-3.c (uintptr_t): Likewise.
820         * gcc.dg/pr34856.c (uintptr_t): Likewise.
821         * gcc.dg/sequence-pt-1.c: Likewise.
822         * gcc.dg/c90-const-expr-9.c (uintptr_t): Likewise.
823         * gcc.dg/max-1.c (intptr_t): Likewise, replacing ssize_t.
824         * gcc.dg/pr39074.c (intptr_t): Define using __INTPTR_TYPE__.
825         * gcc.dg/pr30744-1.c (my_intptr_t): New typedef.  Replace all uses
826         of ptrdiff_t with it.
827         * gcc.dg/inline-23.c (my_intptr_t): Likewise.
828         * gcc.dg/pr37561.c (p): Use __INTPTR_TYPE__.
829         * gcc.dg/vla-11.c (foo11b): Use __UINTPTR_TYPE__.
831 2012-04-11  Jason Merrill  <jason@redhat.com>
833         PR debug/45088
834         * g++.dg/debug/dwarf2/self-ref-1.C: Define virtual destructor.
835         * g++.dg/debug/dwarf2/self-ref-1.C: Likewise.
837         PR c++/52906
838         * g++.dg/ext/attrib45.C: New.
840         * g++.dg/eh/dtor3.C: New.
842 2012-04-11  Richard Guenther  <rguenther@suse.de>
844         PR middle-end/52621
845         * gfortran.dg/pr52621.f90: New testcase.
847 2012-04-11  Richard Guenther  <rguenther@suse.de>
849         PR middle-end/52918
850         * g++.dg/torture/pr52918-1.C: New testcase.
851         * g++.dg/torture/pr52918-2.C: Likewise.
853 2012-04-11  Tobias Burnus  <burnus@net-b.de>
855         PR fortran/52729
856         * gfortran.dg/block_11.f90: New.
858 2012-04-11  Nick Clifton  <nickc@redhat.com>
860         * gcc.dg/stack-usage-1.c (SIZE): Define for the RL78.
862 2012-04-11  Peter Bergner  <bergner@vnet.ibm.com>
864         PR target/16458
865         * gcc.target/powerpc/pr16458-1.c: New test.
866         * gcc.target/powerpc/pr16458-2.c: Likewise.
867         * gcc.target/powerpc/pr16458-3.c: Likewise.
868         * gcc.target/powerpc/pr16458-4.c: Likewise.
870 2012-04-11  Eric Botcazou  <ebotcazou@adacore.com>
872         * gcc.dg/builtin-bswap-1.c: Test __builtin_bswap16 & __builtin_bswap64.
873         * gcc.dg/builtin-bswap-4.c: Test __builtin_bswap16.
874         * gcc.dg/builtin-bswap-5.c: Likewise.
875         * gcc.target/i386/builtin-bswap-4.c: New test.
877 2012-04-11  Manuel López-Ibáñez  <manu@gcc.gnu.org>
879         PR 24985
880         * lib/prune.exp: Add -fno-diagnostics-show-caret.
882 2012-04-11  Richard Guenther  <rguenther@suse.de>
884         PR rtl-optimization/52881
885         * gcc.dg/torture/pr52881.c: New testcase.
886         * gcc.dg/torture/pr52913.c: Likewise.
888 2012-04-11  Richard Guenther  <rguenther@suse.de>
890         PR tree-optimization/52912
891         * gcc.dg/torture/pr52912.c: New testcase.
893 2010-04-10  Michael Matz  <matz@suse.de>
895         * gcc.dg/vect/vect-outer-1-big-array.c: Adjust.
896         * gcc.dg/vect/vect-outer-1.c: Adjust.
897         * gcc.dg/vect/vect-outer-1a-big-array.c: Adjust.
898         * gcc.dg/vect/vect-outer-1a.c: Adjust.
899         * gcc.dg/vect/vect-outer-1b-big-array.c: Adjust.
900         * gcc.dg/vect/vect-outer-1b.c: Adjust.
901         * gcc.dg/vect/vect-outer-2b.c: Adjust.
902         * gcc.dg/vect/vect-outer-3b.c: Adjust.
904 2012-04-10  Ulrich Weigand  <ulrich.weigand@linaro.org>
906         PR tree-optimization/52870
907         * gcc.dg/vect/pr52870.c: New test.
909 2012-04-09  Mike Stump  <mikestump@comcast.net>
911         * g++.dg/cpp0x/udlit-raw-op.C: Don't use CRLF endings.
912         * gcc.dg/tree-ssa/vrp59.c: Likewise.
913         * gcc.dg/tree-ssa/vrp60.c: Likewise.
914         * gnat.dg/aggr11.adb: Likewise.
915         * gnat.dg/aggr11_pkg.ads: Likewise.
916         * gnat.dg/aggr15.adb: Likewise.
917         * gnat.dg/aggr15.ads: Likewise.
918         * gnat.dg/aggr17.adb: Likewise.
919         * gnat.dg/aggr18.adb: Likewise.
920         * gnat.dg/array14.adb: Likewise.
921         * gnat.dg/array14.ads: Likewise.
922         * gnat.dg/array14_pkg.ads: Likewise.
923         * gnat.dg/array19.adb: Likewise.
924         * gnat.dg/array19.ads: Likewise.
925         * gnat.dg/discr27.adb: Likewise.
926         * gnat.dg/discr27.ads: Likewise.
927         * gnat.dg/discr35.adb: Likewise.
928         * gnat.dg/discr35.ads: Likewise.
929         * gnat.dg/discr6.adb: Likewise.
930         * gnat.dg/discr6_pkg.ads: Likewise.
931         * gnat.dg/import1.adb: Likewise.
932         * gnat.dg/import1.ads: Likewise.
933         * gnat.dg/loop_address2.adb: Likewise.
934         * gnat.dg/opt7.adb: Likewise.
935         * gnat.dg/opt7.ads: Likewise.
936         * gnat.dg/pointer_variable_bounds.adb: Likewise.
937         * gnat.dg/pointer_variable_bounds.ads: Likewise.
938         * gnat.dg/rep_clause2.adb: Likewise.
939         * gnat.dg/rep_clause2.ads: Likewise.
940         * gnat.dg/slice2.adb: Likewise.
941         * gnat.dg/slice2.ads: Likewise.
942         * gnat.dg/slice6.adb: Likewise.
943         * gnat.dg/slice6_pkg.ads: Likewise.
944         * gnat.dg/specs/unchecked_union2.ads: Likewise.
945         * gnat.dg/taft_type2.adb: Likewise.
946         * gnat.dg/taft_type2.ads: Likewise.
947         * gnat.dg/taft_type2_pkg.ads: Likewise.
948         * gnat.dg/volatile10.adb: Likewise.
949         * gnat.dg/volatile10_pkg.ads: Likewise.
951         * gcc.dg/dll-8.c: Remove execute permissions.
952         * g++.dg/ext/dllexport5.C: Likewise.
954 2012-04-09  Jan Hubicka  <jh@suse.cz>
956         PR lto/52722
957         PR lto/51765
958         PR lto/52634
959         * gcc.dg/lto/pr52634_1.c: New testcase.
960         * gcc.dg/lto/pr52634_0.c: New testcase.
962 2012-04-09  Uros Bizjak  <ubizjak@gmail.com>
964         PR target/52883
965         * gcc.target/i386/pr52883.c: New testcase.
967 2012-04-09  Eric Botcazou  <ebotcazou@adacore.com>
969         * lib/target-supports.exp (check_effective_target_sparc_v9): New.
970         (check_effective_target_sync_long_long): Add SPARC case.
971         (check_effective_target_sync_long_long_runtime): Likewise.
972         (check_effective_target_sync_int_long): Adjust SPARC case.
973         (check_effective_target_sync_char_short): Likewise.
975 2012-04-08  Oleg Endo  <olegendo@gcc.gnu.org>
977         * gcc.target/sh/sh2a-prefetch.c: Rename to ...
978         * gcc.target/sh/prefetch.c: ... this.  Enable test case for m4*.
980 2012-04-08  Tobias Burnus  <burnus@net-b.de>
982         PR fortran/40973
983         PR fortran/52751
984         * gfortran.dg/public_private_module_2.f90: New.
986 2012-04-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
988         * g++.dg/warn/Wstrict-aliasing-float-ref-int-obj.C: Add labels to
989         directives.
991 2012-04-07  Thomas Koenig  <tkoenig@gcc.gnu.org>
993         PR fortran/52893
994         * gfortran.dg/function_optimize_11.f90:  New test.
996 2012-04-06  Thomas Koenig  <tkoenig@gcc.gnu.org>
998         PR fortran/52668
999         * gfortran.dg/use_only_6.f90: New test.
1001 2012-04-06  Thomas Koenig  <tkoenig@gcc.gnu.org>
1003         PR fortran/52668
1004         * gfortran.dg/use_only_6.f90: New test.
1005 2012-04-06  Mike Stump  <mikestump@comcast.net>
1007         PR testsuite/50722
1008         * gcc.dg/pr49994-3.c: Use -w to squelch non-portable warnings.
1010 2012-04-05  Jason Merrill  <jason@redhat.com>
1012         PR c++/52596
1013         * g++.dg/template/qualified-id5.C: New.
1015 2012-04-05  Uros Bizjak  <ubizjak@gmail.com>
1017         PR target/52882
1018         * gcc.target/i386/pr52882.c: New test.
1020 2012-04-05  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1021             Dominique D'Humieures  <dominiq@lps.ens.fr>
1023         PR testsuite/52614
1024         * gcc.dg/vect/vect.exp: Use -fno-common on all targets.
1025         * gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp: Likewise.
1027 2012-04-04  Jason Merrill  <jason@redhat.com>
1029         PR c++/52845
1030         * g++.dg/cpp0x/lambda/lambda-warn4.C: New.
1032 2012-04-03  Jason Merrill  <jason@redhat.com>
1034         PR c++/52796
1035         * g++.dg/cpp0x/variadic-value1.C: New.
1037 2012-04-03  Eric Botcazou  <ebotcazou@adacore.com>
1039         * gnat.dg/pack18.adb: New test.
1040         * gnat.dg/pack18_pkg.ads: New helper.
1042 2012-04-03  Richard Guenther  <rguenther@suse.de>
1044         PR tree-optimization/52808
1045         * gcc.dg/pr52808.c: New testcase.
1047 2012-04-03  Jakub Jelinek  <jakub@redhat.com>
1049         PR tree-optimization/52835
1050         * gfortran.dg/pr52835.f90: New test.
1052 2012-04-03  Eric Botcazou  <ebotcazou@adacore.com>
1054         * gnat.dg/specs/aggr5.ads: New test.
1056 2012-04-02  Richard Guenther  <rguenther@suse.de>
1058         PR tree-optimization/52756
1059         * gcc.dg/torture/pr52756.c: New testcase.
1061 2012-04-02  Richard Guenther  <rguenther@suse.de>
1063         PR middle-end/52803
1064         * gcc.dg/pr52803.c: New testcase.
1066 2012-04-02  Dodji Seketeli  <dodji@redhat.com>
1068         PR c++/40942
1069         * g++.old-deja/g++.pt/spec40.C: Adjust to take the resolution of
1070         DR 214 in account.
1072 2012-04-01  Paolo Carlini  <paolo.carlini@oracle.com>
1074         PR c++/50043
1075         * g++.dg/cpp0x/noexcept17.C: New.
1076         * g++.old-deja/g++.eh/cleanup1.C: Adjust.
1077         * g++.dg/tree-ssa/ehcleanup-1.C: Likewise.
1078         * g++.dg/cpp0x/noexcept01.C: Likewise.
1079         * g++.dg/eh/init-temp1.C: Likewise.
1080         * g++.dg/eh/ctor1.C: Likwise.
1082 2012-03-31  Eric Botcazou  <ebotcazou@adacore.com>
1084         * gnat.dg/controlled6.adb: New test.
1085         * gnat.dg/controlled6_pkg.ads: New helper.
1086         * gnat.dg/controlled6_pkg-iterators.ad[sb]: Likewise.
1088 2012-03-30  Richard Henderson <rth@redhat.com>
1090         PR debug/52727
1091         * g++.dg/opt/pr52727.C: New testcase.
1093 2012-03-30  Richard Guenther  <rguenther@suse.de>
1095         PR tree-optimization/52754
1096         * gcc.target/i386/pr52754.c: New testcase.
1098 2012-03-30  Richard Guenther <rguenther@suse.de>
1100         PR middle-end/52772
1101         * g++.dg/torture/pr52772.C: New testcase.
1103 2012-03-29  Paolo Carlini  <paolo.carlini@oracle.com>
1105         PR c++/52718
1106         * g++.dg/warn/Wzero-as-null-pointer-constant-5.C: New.
1108 2012-03-29  Jason Merrill  <jason@redhat.com>
1110         PR c++/52685
1111         * g++.dg/template/inherit8.C: New.
1113 2012-03-29  Jakub Jelinek  <jakub@redhat.com>
1115         PR c++/52759
1116         * g++.dg/ext/weak4.C: New test.
1118         PR tree-optimization/52760
1119         * gcc.c-torture/execute/pr52760.c: New test.
1121 2012-03-29  Jason Merrill  <jason@redhat.com>
1123         PR c++/52743
1124         * g++.dg/cpp0x/initlist-array3.C: New.
1126 2012-03-28  Jason Merrill  <jason@redhat.com>
1128         PR c++/52746
1129         * g++.dg/overload/virtual2.C: New.
1131 2012-03-28  Eric Botcazou  <ebotcazou@adacore.com>
1133         * gnat.dg/vect7.ad[sb]: New test.
1135 2012-03-28  Paul Thomas  <pault@gcc.gnu.org>
1136         Tobias Burnus  <burnus@gcc.gnu.org>
1138         PR fortran/52652
1139         * gfortran.dg/allocate_class_1.f90 : Change error test.
1140         * gfortran.dg/allocate_with_typespec_4.f90 : Change error test.
1141         * gfortran.dg/allocate_alloc_opt_1.f90 : Change error test.
1142         * gfortran.dg/deallocate_alloc_opt_1.f90 : Change error test.
1144 2012-03-28  Jakub Jelinek  <jakub@redhat.com>
1146         PR middle-end/52691
1147         * gcc.dg/pr52691.c: New test.
1149         PR middle-end/52750
1150         * gcc.c-torture/compile/pr52750.c: New test.
1152 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
1154         PR target/52692
1155         * gcc.target/avr/torture/builtins-2.c: New test.
1157 2012-03-28  Jakub Jelinek  <jakub@redhat.com>
1159         PR target/52736
1160         * gcc.target/i386/pr52736.c: New test.
1162 2012-03-27  Martin Jambor  <mjambor@suse.cz>
1164         PR middle-end/52693
1165         * gcc.dg/torture/pr52693.c: New test.
1167 2012-03-27  Meador Inge  <meadori@codesourcery.com>
1169         PR c++/52672
1170         * g++.dg/cpp0x/constexpr-52672.C: New testcase.
1172 2012-03-27  Mike Stump  <mikestump@comcast.net>
1174         PR target/52665
1175         * gcc.target/i386/pr28946.c: Use -fno-ident to avoid spurious
1176         failures that match branch names.
1178 2012-03-27  Uros Bizjak  <ubizjak@gmail.com>
1179             H.J. Lu  <hongjiu.lu@intel.com>
1181         PR target/52698
1182         * gcc.target/i386/pr52698.c: New test.
1184 2012-03-27  Richard Guenther  <rguenther@suse.de>
1186         PR middle-end/52720
1187         * gcc.dg/torture/pr52720.c: New testcase.
1189 2012-03-27  Eric Botcazou  <ebotcazou@adacore.com>
1191         * gnat.dg/pack17.adb: New test.
1193 2012-03-27  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
1195         * gcc.target/arm/thumb-ifcvt.c: Only run for -mthumb.
1196         * gcc.target/arm/thumb-16bit-ops.c: Likewise.
1198 2012-03-26  Martin Jambor  <mjambor@suse.cz>
1200         PR tree-optimization/50052
1201         * gcc.dg/ipa/ipa-sra-2.c: Also run on strict-alignment platforms.
1203 2012-03-26  Richard Guenther  <rguenther@suse.de>
1205         PR tree-optimization/52701
1206         * gfortran.dg/pr52701.f90: New testcase.
1208 2012-03-26  Ulrich Weigand  <ulrich.weigand@linaro.org>
1210         PR tree-optimization/52686
1211         * gcc.target/arm/pr52686.c: New test.
1213 2012-03-26  Georg-Johann Lay  <avr@gjlay.de>
1215         * gcc.target/avr/torture/avr-torture.exp (AVR_TORTURE_OPTIONS):
1216         Add "-Os -flto" to list.
1218 2012-03-25  Eric Botcazou  <ebotcazou@adacore.com>
1220         * gnat.dg/concat2.ad[sb]: New test.
1222 2012-03-24  Jason Merrill  <jason@redhat.com>
1224         * g++.dg/cpp0x/auto3.C: Compile with -pedantic-errors.
1225         * g++.dg/cpp0x/trailing2.C: Likewise.
1226         * g++.dg/warn/pr23075.C: Change dg-warning to dg-bogus.
1227         * g++.dg/cpp1y/auto-fn1.C: New.
1228         * g++.dg/cpp1y/auto-fn2.C: New.
1229         * g++.dg/cpp1y/auto-fn3.C: New.
1230         * g++.dg/cpp1y/auto-fn4.C: New.
1231         * g++.dg/cpp1y/auto-fn5.C: New.
1232         * g++.dg/cpp1y/auto-fn6.C: New.
1233         * g++.dg/cpp1y/auto-fn7.C: New.
1234         * g++.dg/cpp1y/auto-fn8.C: New.
1235         * g++.dg/cpp1y/auto-fn9.C: New.
1236         * g++.dg/cpp1y/auto-fn10.C: New.
1237         * g++.dg/cpp1y/auto-fn11.C: New.
1239 2012-03-23  Richard Guenther  <rguenther@suse.de>
1241         PR tree-optimization/52678
1242         * gfortran.dg/pr52678.f: New testcase.
1244 2012-03-23  Richard Guenther  <rguenther@suse.de>
1246         PR tree-optimization/52638
1247         * g++.dg/torture/pr52638.C: New testcase.
1249 2012-03-22  Paolo Carlini  <paolo.carlini@oracle.com>
1251         PR c++/52487
1252         * g++.dg/cpp0x/lambda/lambda-ice7.C: New.
1254 2012-03-22  Jakub Jelinek  <jakub@redhat.com>
1256         PR c++/52671
1257         * g++.dg/ext/attrib44.C: New test.
1259 2012-03-22  Jan Hubicka  <jh@suse.cz>
1261         PR middle-end/51737
1262         * g++.dg/torture/pr51737.C: New testcase
1264 2012-03-22  Richard Guenther  <rguenther@suse.de>
1266         PR tree-optimization/52548
1267         * gcc.dg/tree-ssa/ssa-pre-29.c: New testcase.
1269 2012-03-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1271         * lib/fortran-modules.exp (list-module-names-1): Remove
1272         warning.
1274 2012-03-21  Oleg Endo  <olegendo@gcc.gnu.org>
1276         PR target/50751
1277         * gcc.target/sh/pr50751-1.c: New.
1278         * gcc.target/sh/pr50751-2.c: New.
1279         * gcc.target/sh/pr50751-3.c: New.
1281 2012-03-21  Oleg Endo  <olegendo@gcc.gnu.org>
1283         PR target/52479
1284         * gcc.target/sh/sh4a-cos.c: Remove.
1285         * gcc.target/sh/sh4a-sin.c: Remove.
1286         * gcc.target/sh/sh4a-sincos.c: Remove.
1288 2012-03-21  Richard Earnshaw  <rearnsha@arm.com>
1290         * gcc.target/arm/neon/vgetQ_laneu64.c: Regenerated.
1291         * gcc.target/arm/neon/vgetQ_lanes64.c: Likewise.
1293 2012-03-21  Martin Jambor  <mjambor@suse.cz>
1295         PR testsuite/52641
1296         * gcc.dg/misaligned-expand-1.c (cst): Cast to int.
1297         * gcc.dg/misaligned-expand-2.c (cst): Likewise.
1299 2012-03-21  Andrew Stubbs  <ams@codesourcery.com>
1301         * gcc.target/arm/thumb-16bit-ops.c: New file.
1302         * gcc.target/arm/thumb-ifcvt.c: New file.
1304 2012-03-20  Jason Merrill  <jason@redhat.com>
1306         * lib/target-supports.exp: Add { target c++1y }.
1308         * g++.dg/cpp0x/auto32.C: New.
1310 2012-03-20  Georg-Johann Lay  <avr@gjlay.de>
1312         PR testsuite/52641
1313         * gcc.dg/torture/pr48124-1.c: Add dg-require-effective-target
1314         int32plus.
1315         * gcc.dg/torture/pr48124-4.c: Ditto:
1316         * gcc.dg/torture/pr52530.c: Use long instead of int if int=16.
1318 2012-03-20  Jason Merrill  <jason@redhat.com>
1320         PR c++/52510
1321         * g++.dg/cpp0x/initlist66.C: New.
1323 2012-03-20  Georg-Johann Lay  <avr@gjlay.de>
1325         * gcc.target/avr/progmem.h (pgm_read_char): Define depending on
1326         __AVR_HAVE_LPMX__
1328 2012-03-20  Georg-Johann Lay  <avr@gjlay.de>
1330         PR target/49868
1331         * gcc.target/avr/torture/addr-space-2.h: New file.
1332         * gcc.target/avr/torture/addr-space-2-g.h: New test.
1333         * gcc.target/avr/torture/addr-space-2-0.h: New test.
1334         * gcc.target/avr/torture/addr-space-2-1.h: New test.
1335         * gcc.target/avr/torture/addr-space-2-x.h: New test.
1337 2012-03-20  Richard Guenther  <rguenther@suse.de>
1339         * gnat.dg/pack16.adb: New testcase.
1340         * gnat.dg/pack16_pkg.ads: Likewise.
1341         * gnat.dg/specs/pack8.ads: Likewise.
1342         * gnat.dg/specs/pack8_pkg.ads: Likewise.
1344 2012-03-19  Paolo Carlini  <paolo.carlini@oracle.com>
1346         * g++.dg/warn/Wuseless-cast.C: Extend.
1348 2012-03-19  Paolo Carlini  <paolo.carlini@oracle.com>
1350         PR c++/14710
1351         * g++.dg/warn/Wuseless-cast.C: New.
1353 2012-03-17  Janne Blomqvist  <jb@gcc.gnu.org>
1355         PR libfortran/52608
1356         * gfortran.dg/pr52608.f90: New test.
1358 2012-03-17  Tobias Burnus  <burnus@net-b.de>
1360         PR fortran/52585
1361         * gfortran.dg/proc_ptr_36.f90: New.
1363 2012-03-16  Martin Jambor  <mjambor@suse.cz>
1365         * gcc.dg/misaligned-expand-1.c: New test.
1366         * gcc.dg/misaligned-expand-3.c: Likewise.
1368 2012-03-16  Richard Guenther  <rguenther@suse.de>
1369         Kai Tietz  <ktietz@redhat.com>
1371         PR middle-end/48814
1372         * gcc.c-torture/execute/pr48814-1.c: New test.
1373         * gcc.c-torture/execute/pr48814-2.c: New test.
1374         * gcc.dg/tree-ssa/assign-1.c: New test.
1375         * gcc.dg/tree-ssa/assign-2.c: New test.
1376         * gcc.dg/tree-ssa/assign-3.c: New test.
1378 2012-03-16  Richard Guenther  <rguenther@suse.de>
1380         * gnat.dg/specs/pack7.ads: New testcase.
1382 2012-03-15  Jakub Jelinek  <jakub@redhat.com>
1384         PR target/52568
1385         * gcc.dg/torture/vshuf-4.inc: Add two new tests.
1386         * gcc.dg/torture/vshuf-8.inc: Likewise.
1387         * gcc.dg/torture/vshuf-16.inc: Likewise.
1388         * gcc.dg/torture/vshuf-32.inc: Likewise.
1390 2012-03-15  Jason Merrill  <jason@redhat.com>
1392         * g++.dg/torture/pr52582.C: New.
1394 2012-03-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1396         * lib/fortran-modules.exp: New file which was forgotten in r185430.
1398 2012-03-15  Ira Rosen  <irar@il.ibm.com>
1399             Ulrich Weigand  <ulrich.weigand@linaro.org>
1401         * gcc.dg/vect/slp-cond-3.c: New test.
1402         * gcc.dg/vect/slp-cond-4.c: New test.
1404 2012-03-15  Ira Rosen  <irar@il.ibm.com>
1405             Ulrich Weigand  <ulrich.weigand@linaro.org>
1407         * gcc.dg/vect/bb-slp-pattern-1.c: New test.
1408         * gcc.dg/vect/bb-slp-pattern-2.c: New test.
1410 2012-03-15  Janne Blomqvist  <jb@gcc.gnu.org>
1412         PR libfortran/52434
1413         PR libfortran/48878
1414         PR libfortran/38199
1415         * gfortran.dg/edit_real_1.f90: Don't assume roundTiesToAway.
1416         * gfortran.dg/round_1.f03: Likewise.
1418 2012-03-15  Jakub Jelinek  <jakub@redhat.com>
1419             Andrew Pinski  <apinski@cavium.com>
1421         PR middle-end/52592
1422         * gcc.dg/pr52592.c: New test.
1424 2012-03-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1426         * gfortran.fortran-torture/compile/compile.exp: Simplify.
1427         * gfortran.fortran-torture/execute/execute.exp: Likewise.
1428         * lib/gcc-dg.exp (cleanup-modules): Move to ..
1429         * lib/fortran-modules.exp: .. this new file. Adjust users.
1430         * lib/gfortran-dg.exp (gfortran-dg-runtest,
1431         gfortran-dg-debug-runtest): Call cleanup-modules.
1432         * lib/fortran-torture.exp (fortran-torture-execute,
1433         fortran-torture): Likewise.
1434         * gfortran.dg/coarray/caf.exp: Likewise.
1435         * lib/lto.exp: Likewise.
1436         * gfortran.dg/class_4a.f03: Adjust cleanup-modules and keep-modules.
1437         * gfortran.dg/class_4b.f03: Likewise.
1438         * gfortran.dg/class_4c.f03: Likewise.
1439         * gfortran.dg/class_45a.f03: Likewise.
1440         * gfortran.dg/binding_label_tests_10.f03: Likewise.
1441         * gfortran.dg/binding_label_tests_10_main.f03: Likewise.
1442         * gfortran.dg/binding_label_tests_11.f03: Likewise.
1443         * gfortran.dg/binding_label_tests_11_main.f03: Likewise.
1444         * gfortran.dg/binding_label_tests_13.f03: Likewise.
1445         * gfortran.dg/binding_label_tests_13_main.f03: Likewise.
1446         * gfortran.dg/test_common_binding_labels_2.f03: Likewise.
1447         * gfortran.dg/test_common_binding_labels_2_main.f03: Likewise.
1448         * gfortran.dg/test_common_binding_labels_3.f03: Likewise.
1449         * gfortran.dg/test_common_binding_labels_3_main.f03: Likewise.
1450         * gfortran.dg/whole_file_28.f90: Likewise.
1451         * gfortran.dg/whole_file_29.f90: Likewise.
1452         * gfortran.dg/whole_file_30.f90: Likewise.
1453         * gfortran.dg/whole_file_31.f90: Likewise.
1455 2012-03-15  Jakub Jelinek  <jakub@redhat.com>
1457         PR tree-optimization/52267
1458         * gcc.dg/pr52267.c: New test.
1459         * gcc.dg/tree-ssa/vrp65.c: New test.
1460         * gcc.dg/tree-ssa/vrp66.c: New test.
1462 2012-03-15  Richard Guenther  <rguenther@suse.de>
1464         PR middle-end/52580
1465         * gfortran.dg/vect/pr52580.f: New testcase.
1467 2012-03-15  Oleg Endo  <olegendo@gcc.gnu.org>
1469         * gcc.target/sh/fpul-usage-1.c: New.
1471 2012-03-14  Oleg Endo  <olegendo@gcc.gnu.org>
1473         PR target/49468
1474         * gcc.target/sh/pr49468-si.c: Make dg-skip-if not the first directive.
1475         * gcc.target/sh/pr49468-di.c: Likewise.
1477 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1479         * g++.dg/warn/miss-format-1.C: Remove *-*-solaris2.8 handling.
1480         * gcc.dg/c99-stdint-6.c: Likewise.
1481         * gcc.dg/lto/20090210_0.c: Likewise.
1482         * gcc.dg/pr28796-2.c: Don't skip on sparc*-sun-solaris2.8.
1483         * gcc.dg/pragma-init-fini.c: Don't skip on i?86-*-solaris2.8.
1484         * gcc.dg/pragma-init-fini-2.c: Likewise.
1485         * gcc.dg/torture/pr47917.c: Remove *-*-solaris2.8 handling.
1486         * gcc.target/i386/pr22076.c: Remove i?86-*-solaris2.8 handling.
1487         * gcc.target/i386/pr22152.c: Likewise.
1488         * gcc.target/i386/vect8-ret.c: Likewise.
1489         * lib/target-supports.exp (add_options_for_tls): Remove Solaris 8
1490         handling.
1492 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1494         * g++.dg/other/anon5.C: Don't skip on mips-sgi-irix*.
1495         * g++.dg/tree-prof/partition1.C: Likewise.
1496         * g++.dg/tree-prof/partition2.C: Likewise.
1497         * g++.old-deja/g++.other/init19.C: Remove mips-sgi-irix*
1498         handling.
1499         * gcc.c-torture/compile/labels-3.c: Remove dg-options.
1500         * gcc.c-torture/execute/20010724-1.c: Remove.
1501         * gcc.c-torture/execute/20010724-1.x: Remove.
1502         * gcc.c-torture/execute/20040208-2.c: Remove.
1503         * gcc.c-torture/execute/20040208-2.x: Remove.
1504         * gcc.c-torture/execute/ieee/20000320-1.c [__mips__ && __sgi__]:
1505         Remove.
1506         (main) [__mips__ && __sgi__]: Remove.
1507         * gcc.c-torture/execute/ieee/copysign1.c: Remove IRIX reference.
1508         * gcc.c-torture/execute/ieee/copysign2.c: Likewise.
1509         * gcc.c-torture/execute/ieee/mul-subnormal-single-1.x: Remove
1510         mips-sgi-irix6* handling.
1511         * gcc.dg/cpp/assert4.c [__mips__]: Remove __sgi__, sgi.
1512         * gcc.dg/torture/20090618-1.c: Don't skip on mips-sgi-irix*.
1513         * gcc.dg/torture/builtin-frexp-1.c: Remove mips*-*-irix6*
1514         handling.
1515         * gcc.dg/torture/builtin-logb-1.c: Likewise.
1516         * gcc.dg/torture/pr47917.c: Remove mips-sgi-irix6.5 handling.
1517         * gcc.dg/tree-ssa/ssa-store-ccp-3.c: Don't skip on mips*-*-irix*.
1518         * gcc.misc-tests/linkage.exp: Remove mips-sgi-irix6* handling.
1519         * gcc.target/mips/args-1.c [!__sgi__]: Remove.
1520         * gcc.target/mips/interrupt_handler-2.c: Don't skip on
1521         mips-sgi-irix6*.
1522         * gcc.target/mips/interrupt_handler-3.c: Likewise.
1523         * gcc.target/mips/save-restore-1.c: Don't skip on mips-sgi-irix6*.
1524         * gcc.target/mips/save-restore-3.c: Likewise.
1525         * gcc.target/mips/save-restore-4.c: Likewise.
1526         * gcc.target/mips/save-restore-5.c: Likewise.
1527         * gfortran.dg/g77/cabs.f: Don't xfail on mips-sgi-irix6*.
1528         * lib/prune.exp (prune_gcc_output): Remove pruning of IRIX 6 ld
1529         messages.
1530         * lib/target-libpath.exp (set_ld_library_path_env_vars): Remove
1531         IRIX 6 handling.
1532         (restore_ld_library_path_env_vars): Likewise.
1533         * lib/target-supports.exp (check_profiling_available): Remove
1534         mips*-*-irix* handling.
1535         (check_ascii_locale_available): Remove mips-sgi-irix* handling.
1536         (add_options_for_c99_runtime): Remove mips-sgi-irix6.5* handling.
1537         * objc.dg/stabs-1.m: Don't xfail on mips-sgi-irix6.5.
1539 2012-03-14  Jakub Jelinek  <jakub@redhat.com>
1541         PR c++/52582
1542         * g++.dg/opt/pr52582.C: New test.
1544 2012-03-14  Richard Guenther  <rguenther@suse.de>
1546         PR tree-optimization/52571
1547         * gcc.dg/vect/vect-2.c: Initialize arrays.
1548         * gcc.dg/vect/no-section-anchors-vect-34.c: Likewise.
1549         * gcc.target/i386/recip-vec-divf.c: Use -fno-common.
1550         * gcc.target/i386/recip-vec-sqrtf.c: Likewise.
1552 2012-03-14  Richard Guenther  <rguenther@suse.de>
1554         PR middle-end/52080
1555         PR middle-end/52097
1556         PR middle-end/48124
1557         * gcc.dg/torture/pr48124-1.c: New testcase.
1558         * gcc.dg/torture/pr48124-2.c: Likewise.
1559         * gcc.dg/torture/pr48124-3.c: Likewise.
1560         * gcc.dg/torture/pr48124-4.c: Likewise.
1562 2012-03-14  Richard Guenther  <rguenther@suse.de>
1564         PR middle-end/52578
1565         * gcc.dg/pr52578.c: New testcase.
1567 2012-03-14  Jakub Jelinek  <jakub@redhat.com>
1569         PR c++/52521
1570         * g++.dg/cpp0x/udlit-args2.C: New test.
1572 2012-03-13  Oleg Endo  <olegendo@gcc.gnu.org>
1574         PR target/48596
1575         * gcc.target/sh/pr48596.c: Move accidentally added new test case to ...
1576         * gcc.c-torture/compile/pr48596.c: ... here.
1578 2012-01-30  Dodji Seketeli  <dodji@redhat.com>
1580         PR c++/51641
1581         * g++.dg/lookup/hidden-class17.C: New test.
1583 2012-03-13  Jakub Jelinek  <jakub@redhat.com>
1585         PR c/52577
1586         * gcc.dg/Wunused-var-3.c: New test.
1588 2012-03-13  Martin Jambor  <mjambor@suse.cz>
1590         * gcc.dg/misaligned-expand-2.c: New test.
1592 2012-03-13  Richard Guenther  <rguenther@suse.de>
1594         PR middle-end/52134
1595         * gcc.dg/pr52134.c: New testcase.
1597 2012-03-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1599         * ada/acats/tests/cd/cdd1001.a (CDD1001): Fix typo.
1601 2012-03-12  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1603         PR tree-optimization/46728
1604         * gcc.target/powerpc/pr46728-4.c: Use preferred syntax.
1605         * gcc.target/powerpc/pr46728-5.c: Likewise.
1606         * gcc.target/powerpc/pr46728-8.c: Likewise.
1607         * gcc.target/powerpc/pr46728-10.c: Likewise.
1608         * gcc.target/powerpc/pr46728-11.c: Likewise.
1609         * gcc.target/powerpc/pr46728-13.c: Likewise.
1610         * gcc.target/powerpc/pr46728-14.c: Likewise.
1611         * gcc.target/powerpc/pr46728-15.c: Likewise.
1613 2012-03-12  Paolo Carlini  <paolo.carlini@oracle.com>
1615         PR c++/52299
1616         * g++.dg/warn/Wdiv-by-zero-bogus.C: New.
1618 2012-03-12  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1620         PR tree-optimization/46728
1621         * gcc.target/powerpc/pr46728-4.c: Skip for powerpc*-*-darwin*.
1622         * gcc.target/powerpc/pr46728-5.c: Likewise.
1623         * gcc.target/powerpc/pr46728-8.c: Likewise.
1624         * gcc.target/powerpc/pr46728-10.c: Likewise.
1625         * gcc.target/powerpc/pr46728-11.c: Likewise.
1626         * gcc.target/powerpc/pr46728-13.c: Likewise.
1627         * gcc.target/powerpc/pr46728-14.c: Likewise.
1628         * gcc.target/powerpc/pr46728-15.c: Likewise.
1630 2012-03-12  Georg-Johann Lay  <avr@gjlay.de>
1632         PR target/49868
1633         * gcc.target/avr/torture/addr-space-1.h: New file.
1634         * gcc.target/avr/torture/addr-space-1-g.h: New test.
1635         * gcc.target/avr/torture/addr-space-1-0.h: New test.
1636         * gcc.target/avr/torture/addr-space-1-1.h: New test.
1637         * gcc.target/avr/torture/addr-space-1-x.h: New test.
1639 2012-03-12  Andrew Pinski  <apinski@cavium.com>
1641         * gcc.dg/tree-ssa/phi-opt-7.c: New testcase.
1643 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1645         * g++.dg/abi/rtti3.C: Remove alpha*-dec-osf* handling.
1646         * g++.dg/abi/thunk4.C: Likewise.
1647         * g++.dg/cdce3.C: Don't skip on*-dec-osf5*.
1648         Adapt line numbers.
1649         * g++.dg/compat/struct-layout-1_generate.c: Remove alpha*-dec-osf*
1650         handling.
1651         * g++.dg/cpp0x/constexpr-rom.C: Likewise.
1652         * g++.dg/eh/spbp.C: Likewise.
1653         * g++.dg/ext/label13.C: Likewise.
1654         * g++.dg/guality/guality.exp: Likewise.
1655         * g++.dg/other/anon5.C: Likewise.
1656         * g++.dg/other/pragma-ep-1.C: Remove.
1657         * g++.dg/warn/miss-format-1.C: Remove alpha*-dec-osf* handling.
1658         * g++.dg/warn/pr31246.C: Likewise.
1659         * g++.dg/warn/weak1.C: Likewise.
1660         * g++.old-deja/g++.eh/badalloc1.C: Likewise.
1661         * g++.old-deja/g++.ext/attrib5.C: Likewise.
1662         * gcc.c-torture/compile/limits-declparen.c: Likewise.
1663         * gcc.c-torture/compile/limits-pointer.c: Likewise.
1664         * gcc.c-torture/execute/20001229-1.c: Remove __osf__ handling.
1665         * gcc.dg/attr-weakref-1.c: Remove alpha*-dec-osf* handling.
1666         * gcc.dg/c99-stdint-6.c: Remove alpha*-dec-osf5* handling.
1667         * gcc.dg/c99-tgmath-1.c: Likewise.
1668         * gcc.dg/c99-tgmath-2.c: Likewise.
1669         * gcc.dg/c99-tgmath-3.c: Likewise.
1670         * gcc.dg/c99-tgmath-4.c: Likewise.
1671         * gcc.dg/compat/struct-layout-1_generate.c: Remove alpha*-dec-osf*
1672         handling.
1673         * gcc.dg/debug/pr49032.c: Likewise.
1674         * gcc.dg/guality/guality.exp: Likewise.
1675         * gcc.dg/intmax_t-1.c: Likewise.
1676         * gcc.dg/pr48616.c: Likewise.
1677         * gcc.dg/pragma-ep-1.c: Remove.
1678         * gcc.dg/pragma-ep-2.c: Remove.
1679         * gcc.dg/pragma-ep-3.c: Remove.
1680         * gcc.dg/torture/pr47917.c: Remove alpha*-dec-osf5* handling.
1681         * gcc.dg/tree-ssa/pr42585.c: Remove alpha*-dec-osf* handling.
1682         * gcc.misc-tests/gcov-14.c: Likewise.
1683         * gfortran.dg/guality/guality.exp: Likewise.
1684         * lib/target-supports.exp (check_weak_available): Likewise.
1685         (add_options_for_tls): Likewise.
1686         (check_ascii_locale_available): Likewise.
1687         * obj-c++.dg/dwarf-2.mm: Likewise.
1688         * objc.dg/dwarf-1.m: Likewise.
1689         * objc.dg/dwarf-2.m: Likewise.
1691 2012-03-12  Jakub Jelinek  <jakub@redhat.com>
1693         PR tree-optimization/51721
1694         * gcc.dg/tree-ssa/vrp64.c: New test.
1696         PR tree-optimization/52533
1697         * gcc.c-torture/compile/pr52533.c: New test.
1699 2012-03-12  Kirill Yukhin  <kirill.yukhin@intel.com>
1701         * gcc.target/i386/rtm-xabort-1.c: New.
1702         * gcc.target/i386/rtm-xbegin-1.c: Ditto.
1703         * gcc.target/i386/rtm-xend-1.c: Ditto.
1704         * gcc.target/i386/rtm-xtest-1.c: Ditto.
1705         * gcc.target/i386/sse-12.c: Test RTM intrinsics.
1706         * gcc.target/i386/sse-13.c: Ditto.
1707         * gcc.target/i386/sse-14.c: Ditto.
1708         * gcc.target/i386/sse-22.c: Ditto.
1709         * gcc.target/i386/sse-23.c: Ditto.
1710         * g++.dg/other/i386-2.C: Ditto.
1711         * g++.dg/other/i386-3.C: Ditto.
1713 2012-03-12  Tobias Burnus  <burnus@net-b.de>
1715         PR fortran/52542
1716         * gfortran.dg/proc_ptr_35.f90: New.
1718 2012-03-11  Uros Bizjak  <ubizjak@gmail.com>
1720         PR target/52530
1721         * gcc.dg/torture/pr52530.c: New test.
1723 2012-03-11  Oleg Endo  <olegendo@gcc.gnu.org>
1725         PR target/51244
1726         * gcc.target/sh/pr51244-1.c: Fix thinkos.
1728 2012-03-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1730         PR target/52450
1731         * gcc.dg/torture/pr52402.c: Skip execution on 32-bit hppa*-*-hpux*.
1733         * gcc.dg/torture/pr52407.c: Add -fno-common option on hppa*-*-hpux*.
1735 2012-03-09  Andrew Pinski  <apinski@cavium.com>
1737         PR middle-end/51988
1738         * gcc.dg/tree-ssa/phi-opt-8.c: New testcase.
1739         * gcc.dg/tree-ssa/phi-opt-9.c: New testcase.
1741 2012-03-09  Jiangning Liu  <jiangning.liu@arm.com>
1743         * gcc.dg/tree-ssa/scev-3.c: New.
1744         * gcc.dg/tree-ssa/scev-4.c: New.
1746 2012-03-08  Tobias Burnus  <burnus@net-b.de>
1748         PR fortran/52469
1749         * gfortran.dg/proc_ptr_34.f90
1751 2012-03-07  Jason Merrill  <jason@redhat.com>
1753         PR c++/52521
1754         * g++.dg/cpp0x/udlit-mangle.C: New.
1756 2012-03-06  Pat Haugen <pthaugen@us.ibm.com>
1758         * gcc.dg/torture/va-arg-25.c: Fix typo for powerpc64-*-* check.
1760 2012-03-06  Richard Guenther  <rguenther@suse.de>
1762         PR middle-end/52493
1763         * gcc.dg/torture/pr52493.c: New testcase.
1765 2012-03-06  Richard Guenther  <rguenther@suse.de>
1767         PR lto/52097
1768         * gcc.dg/lto/pr52097_0.c: New testcase.
1770 2012-03-06  Oleg Endo  <olegendo@gcc.gnu.org>
1772         PR target/51244
1773         * gcc.target/sh/pr51244-1.c: New.
1774         * gcc.target/sh/pr51244-2.c: New.
1775         * gcc.target/sh/pr51244-3.c: New.
1777 2012-03-05  Jason Merrill  <jason@redhat.com>
1779         PR c++/51930
1780         * g++.dg/ext/visibility/template11.C: New.
1782         * g++.dg/cpp0x/implicit13.C: New.
1784 2012-03-05  Jakub Jelinek  <jakub@redhat.com>
1786         PR tree-optimization/51721
1787         * gcc.dg/tree-ssa/vrp63.c: New test.
1788         * gcc.dg/pr51721.c: New test.
1790 2012-03-04  Mikael Morin  <mikael@gcc.gnu.org>
1792         PR fortran/50981
1793         * gfortran.dg/elemental_optional_args_5.f03: Add subcomponent actual
1794         argument checks.
1796 2012-03-04  H.J. Lu  <hongjiu.lu@intel.com>
1798         PR target/52146
1799         * gcc.target/i386/pr52146.c: Update final-scan to allow $-18874240.
1801 2012-03-04  Mikael Morin  <mikael@gcc.gnu.org>
1803         PR fortran/50981
1804         * gfortran.dg/elemental_optional_args_5.f03: Add array checks.
1806 2012-03-04  Georg-Johann Lay  <avr@gjlay.de>
1808         * gcc.dg/torture/pr52402.c: Add dg-require-effective-target
1809         int32plus.
1811 2012-03-03  Jason Merrill  <jason@redhat.com>
1813         * g++.dg/cpp0x/nsdmi-defer6.C: New.
1815         Core 1270
1816         * g++.dg/cpp0x/initlist65.C: New.
1818         PR c++/36797
1819         * g++.dg/ext/is_empty2.C: New.
1821 2012-03-03  Tobias Burnus  <burnus@net-b.de>
1823         PR fortran/48820
1824         * gfortran.dg/assumed_type_3.f90: Undo previous commit.
1826 2012-03-03  Tobias Burnus  <burnus@net-b.de>
1828         * gfortran.dg/bind_c_dts_4.f03: Add dg-options -Wc-binding-type.
1829         * gfortran.dg/bind_c_implicit_vars.f03: Ditto.
1830         * gfortran.dg/bind_c_usage_8.f03: Ditto.
1831         * gfortran.dg/c_kind_tests_2.f03: Ditto.
1832         * gfortran.dg/class_30.f90: Remove dg-warning line.
1833         * gfortran.dg/bind_c_usage_25.f90: New.
1835 2012-03-03  Tobias Burnus  <burnus@net-b.de>
1837         PR fortran/48820
1838         * gfortran.dg/assumed_type_1.f90: Correct dg-error.
1839         * gfortran.dg/assumed_type_3.f90: Correct dg-error.
1840         * gfortran.dg/assumed_type_4.f90: Correct dg-error.
1842 2012-03-03  Tobias Burnus  <burnus@net-b.de>
1844         PR fortran/48820
1845         * gfortran.dg/assumed_type_1.f90: New.
1846         * gfortran.dg/assumed_type_2.f90: New.
1847         * gfortran.dg/assumed_type_3.f90: New.
1848         * gfortran.dg/assumed_type_4.f90: New.
1850 2012-03-02  Oleg Endo  <olegendo@gcc.gnu.org>
1852         PR target/49486
1853         * gcc.target/sh/pr49468-si.c: Skip unsupported test for SH64.
1854         * gcc.target/sh/pr49468-di.c: New.
1856 2012-03-02  Maxim Kuvyrkov  <maxim@codesourcery.com>
1858         * gcc.dg/graphite/pr50561.c: Update.
1860 2012-03-02  Peter Bergner  <bergner@vnet.ibm.com>
1862         * gcc.target/powerpc/pr52457.c: New test.
1864 2012-03-02  Ulrich Weigand  <ulrich.weigand@linaro.org>
1866         * gcc.target/arm/sat-1.c: New test.
1868 2012-03-02  Uros Bizjak  <ubizjak@gmail.com>
1870         PR target/46716
1871         * gcc.target/i386/pr46716.c: New test.
1873 2012-03-02  Paolo Carlini  <paolo.carlini@oracle.com>
1875         PR c++/51989
1876         * g++.dg/cpp0x/sfinae32.C: New.
1878 2012-03-02  Richard Guenther  <rguenther@suse.de>
1880         PR tree-optimization/52406
1881         * gcc.dg/torture/pr52406.c: New testcase.
1883 2012-03-02  Tobias Burnus  <burnus@net-b.de>
1885         PR fortran/52325
1886         * gfortran.dg/derived_comp_array_ref_8.f90: New.
1887         * gfortran.dg/nullify_2.f90: Update dg-error.
1888         * gfortran.dg/nullify_4.f90: Ditto.
1889         * gfortran.dg/pointer_init_6.f90: Ditto.
1891 2012-03-02  Tobias Burnus  <burnus@net-b.de>
1893         PR fortran/52270
1894         * gfortran.dg/class_51.f90: New.
1896 2012-03-02  Tobias Burnus  <burnus@net-b.de>
1898         PR fortran/52452
1899         * gfortran.dg/intrinsic_8.f90: New.
1901 2012-03-01  Kai Tietz  <ktietz@redhat.com>
1903         * gcc.dg/torture/pr47917.c: Make test using POSIX-printf
1904         routines on mingw targets.
1905         * gcc.dg/vect/pr46126.c (uintptr_t): Add support for LLP64 target.
1907 2012-03-01  Jakub Jelinek  <jakub@redhat.com>
1909         PR tree-optimization/52445
1910         * gcc.dg/pr52445.c: New test.
1912 2012-02-29  Jakub Jelinek  <jakub@redhat.com>
1914         PR target/52437
1915         * gcc.c-torture/compile/pr52437.c: New test.
1917         PR middle-end/52419
1918         * gcc.dg/torture/pr52419.c: New test.
1920         PR tree-optimization/52429
1921         * gcc.dg/torture/pr52429.c: New test.
1922         * g++.dg/opt/pr52429.C: New test.
1924 2012-02-29  Richard Guenther  <rguenther@suse.de>
1926         PR testsuite/52297
1927         * gcc.dg/lto/trans-mem-1_0.c: Remove.
1928         * gcc.dg/lto/trans-mem-1_1.c: Likewise.
1929         * gcc.dg/lto/trans-mem-2_0.c: Likewise.
1930         * gcc.dg/lto/trans-mem-2_1.c: Likewise.
1931         * gcc.dg/lto/trans-mem-4_0.c: Likewise.
1932         * gcc.dg/lto/trans-mem-4_1.c: Likewise.
1934 2012-02-29  Jakub Jelinek  <jakub@redhat.com>
1936         * gcc.dg/torture/pr52402.c: Add -w -Wno-psabi to dg-options.
1938 2012-02-29  Paul Thomas  <pault@gcc.gnu.org>
1940         PR fortran/52386
1941         * gfortran.dg/realloc_on_assign_13.f90 : New test.
1943 2012-02-28  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
1945         PR target/51534
1946         * gcc.target/arm/neon/pr51534.c: New testcase.
1948 2012-02-28  Richard Guenther  <rguenther@suse.de>
1950         PR target/52407
1951         * gcc.dg/torture/pr52407.c: New testcase.
1953 2012-02-28  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1955         * gcc.target/arm/vfp1.c (dg_do run): Run on all eabi variants.
1956         * gcc.target/arm/vfp2.c: Likewise.
1957         * gcc.target/arm/vfp3.c: Likewise.
1958         * gcc.target/arm/vfp4.c: Likewise.
1959         * gcc.target/arm/vfp5.c: Likewise.
1960         * gcc.target/arm/vfp6.c: Likewise.
1961         * gcc.target/arm/vfp7.c: Likewise.
1962         * gcc.target/arm/vfp8.c: Likewise.
1963         * gcc.target/arm/vfp9.c: Likewise.
1964         * gcc.target/arm/vfp10.c: Likewise.
1965         * gcc.target/arm/vfp11.c: Likewise.
1966         * gcc.target/arm/vfp12.c: Likewise.
1967         * gcc.target/arm/vfp13.c: Likewise.
1968         * gcc.target/arm/vfp14.c: Likewise.
1969         * gcc.target/arm/vfp15.c: Likewise.
1970         * gcc.target/arm/vfp16.c: Likewise.
1971         * gcc.target/arm/vfp17.c: Likewise.
1972         * gcc.target/arm/neon-constants.h: New file.
1973         * gcc.target/arm/neon-vect1.c: New test.
1974         * gcc.target/arm/neon-vect2.c: New test.
1975         * gcc.target/arm/neon-vect3.c: New test.
1976         * gcc.target/arm/neon-vect4.c: New test.
1977         * gcc.target/arm/neon-vect5.c: New test.
1978         * gcc.target/arm/neon-vect6.c: New test.
1979         * gcc.target/arm/neon-vect7.c: New test.
1980         * gcc.target/arm/neon-vect8.c: New test.
1982 2012-02-28  Richard Guenther  <rguenther@suse.de>
1984         PR tree-optimization/52402
1985         * gcc.dg/torture/pr52402.c: New testcase.
1987 2012-02-28  Richard Guenther  <rguenther@suse.de>
1989         PR lto/52400
1990         * g++.dg/lto/pr52400_0.C: New testcase.
1992 2012-02-28  Georg-Johann Lay  <avr@gjlay.de>
1994         * gcc.target/avr/torture/builtins-1.c: New test.
1995         * gcc.target/avr/torture/builtins-error.c: New test.
1997 2012-02-28  Kai Tietz  <ktietz@redhat.com>
1999         * gcc.target/i386/pr46939.c (long): Fix LP64 vs LLP64 issue.
2000         * gcc.target/i386/pr45352-2.c: Likewise.
2001         * gcc.target/i386/bitfield3.c: Add -mno-ms-bitfields for mingw targets.
2002         * gcc.target/i386/xop-vshift-1.c (random): Use on mingw
2003         targets instead rand.
2004         * gcc.target/i386/sse4_1-blendps-2.c: Likewise.
2005         * gcc.target/i386/sse2-mul-1.c: Likewise.
2006         * gcc.target/i386/sse4_1-blendps.c: Likewise.
2007         * gcc.target/i386/pad-6b.c: Adjust test for x64 mingw target.
2008         * gcc.target/i386/pad-1.c: Likewise.
2009         * gcc.target/i386/pad-9.c: Likewise.
2010         * gcc.target/i386/pad-2.c: Likewise.
2011         * gcc.target/i386/pad-5b.c: Likewise.
2012         * gcc.target/i386/pad-8.c: Likewise.
2013         * gcc.target/i386/pr46470.c: Skip for x64 mingw target.
2014         * gcc.target/i386/pr44130.c: Likewise.
2015         * gcc.target/i386/align-main-1.c: Likewise.
2016         * gcc.target/i386/align-main-2.c: Likewise.
2017         * gcc.target/i386/sw-1.c: Likewise.
2018         * gcc.target/i386/avx-vzeroupper-5.c: Add -mabi=sysv
2019         on x64 mingw target.
2020         * gcc.target/i386/avx-vzeroupper-4.c: Likewise.
2021         * gcc.target/i386/pr46295.c: Likewise.
2022         * gcc.target/i386/amd64-abi-1.c: Likewise.
2023         * gcc.target/i386/amd64-abi-2.c: Likewise.
2024         * gcc.target/i386/pr39082-1.c: Likewise.
2025         * gcc.target/i386/pr39162.c: Likewise.
2026         * gcc.target/i386/pr22152.c: Likewise.
2027         * gcc.target/i386/wrgsbase-2.c: Adjust dg-final rule.
2028         * gcc.target/i386/wrfsbase-2.c: Likewise.
2029         * gcc.target/i386/local.c: Likewise
2030         * gcc.target/i386/wrgsbase-1.c: Likewise.
2031         * gcc.target/i386/wrfsbase-1.c: Likewise.
2032         * gcc.target/i386/pr39315-3.c: Likewise.
2033         * gcc.target/i386/pr35767-4.c: Likewise.
2034         * gcc.target/i386/pr45336-3.c (pextrd): Don't check for
2035         x64 mingw target.
2036         * gcc.target/i386/pr45336-2.c: Likewise.
2037         * gcc.target/i386/pr45336-1.c: Likewise.
2038         * gcc.target/i386/pr45336-4.c: Likewise.
2040 2012-02-27  Tristan Gingold  <gingold@adacore.com>
2042         * gnat.dg/array20.ad[sb]: New test.
2044 2012-02-27  Jakub Jelinek  <jakub@redhat.com>
2046         PR target/52375
2047         * gcc.target/arm/pr52375.c: New test.
2048         * gcc.c-torture/compile/pr52375.c: New test.
2050 2012-02-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2052         * gfortran.dg/typebound_operator_9.f03: Skip on SPU.
2053         * gcc.dg/torture/builtin-complex-1.c: Skip "float" tests on SPU.
2055 2012-02-27  Eric Botcazou  <ebotcazou@adacore.com>
2057         * gnat.dg/aggr19.adb: New test.
2058         * gnat.dg/aggr19_pkg.ad[sb]: New helper.
2060 2012-02-26  Oleg Endo  <olegendo@gcc.gnu.org>
2062         PR target/49263
2063         * gcc.target/sh/pr49263.c: New.
2065 2012-02-24  Andrew MacLeod  <amacleod@redhat.com>
2067         * gcc.dg/simulate-thread/simulate-thread.gdb: Use return value from
2068         simulate_thread_wrapper_other_threads
2069         * gcc.dg/simulate-thread/atomic-load-int128.c (simulate_thread_main):
2070         Move initialization of 'value' to main().
2071         (main): Initialize 'value';
2072         * gcc.dg/simulate-thread/speculative-store.c
2073         (simulate_thread_step_verify): Return 0 when successful.
2074         * gcc.dg/simulate-thread/simulate-thread.h (HOSTILE_THREAD_THRESHOLD):
2075         Reduce threshold.
2076         (INSN_COUNT_THRESHOLD): New.  Instruction limit to terminate test.
2077         (simulate_thread_wrapper_other_threads): Return a success/fail value
2078         and issue an error if the instruction count threshold is exceeded.
2080 2012-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2082         PR target/50580
2083         * gcc.target/mips/interrupt_handler-2.c: Skip on mips-sgi-irix6*.
2084         * gcc.target/mips/interrupt_handler-3.c: Likewise.
2086 2012-02-24  Richard Guenther  <rguenther@suse.de>
2088         PR middle-end/52355
2089         * gcc.dg/pr52355.c: New testcase.
2091 2012-02-23  Kai Tietz  <ktietz@redhat.com>
2093         * gcc.dg/pack-test-5.c: Add -mno-ms-bitfields option for mingw-targets.
2094         * gcc.dg/Wpadded.c: Likewise.
2095         * gcc.dg/bf-ms-layout-2.c: Adjust offsets to fit ms-bitfield
2096         structure-layout.
2097         * gcc.dg/di-sync-multithread.c: Replace for mingw-target the use
2098         for sleep by Sleep and add windows.h include for this function.
2099         * gcc.dg/format/dfp-printf-1.c: Adjust dg-skip-if rule for mingw
2100         targets.
2101         * gcc.dg/stack-usage-1.c (SIZE): Provide proper SIZE for x64 mingw
2102         target.
2103         * gcc.dg/tls/thr-cse-1.c: Provide proper pattern for x64 mingw target.
2104         * gcc.dg/tls/opt-11.c (memset): Use __extension__ to avoid fail
2105         on x64 mingw target.
2106         * gcc.dg/bf-ms-attrib.c: Adjust expected size for ms_struct layout.
2107         * gcc.dg/pr50251.c: Disable test for x64 mingw target.
2108         * gcc.c-torture/execute/930930-1.c (long): Replace by ptr_t to avoid
2109         failure on LLP64 target.
2111 2012-02-23  Uros Bizjak  <ubizjak@gmail.com>
2113         PR c/52290
2114         * gcc.dg/noncompile/pr52290.c: New test.
2116 2012-02-23  Jakub Jelinek  <jakub@redhat.com>
2118         PR tree-optimization/52019
2119         * gcc.dg/tree-ssa/ipa-split-6.c: New test.
2121 2012-02-22  Kai Tietz  <ktietz@redhat.com>
2123         * g++.dg/opt/devirt2.C: Add rule for *-*-mingw* target.
2124         * g++.dg/opt/pr48549.C (long): Replace by long by __PTRDIFF_TYPE__
2125         derived pdiff_t type.
2126         * g++.dg/torture/pr49720.C: Likewise
2128 2012-02-22  Uros Bizjak  <ubizjak@gmail.com>
2130         PR target/52330
2131         * gcc.target/i386/pr52330.c: New test.
2133 2012-02-22  Tobias Burnus  <burnus@net-b.de>
2135         PR fortran/52335
2136         * gfortran.dg/io_constraints_10.f90: New.
2138 2012-02-22  Ulrich Weigand  <ulrich.weigand@linaro.org>
2140         * lib/target-supports.exp (check_effective_target_vect_condition):
2141         Return true for NEON.
2143 2012-02-21  Kai Tietz  <ktietz@redhat.com>
2145         * gcc.dg/bf-ms-layout-3.c: Mark char typed bitfield as extension.
2147 2012-02-21  Richard Guenther  <rguenther@suse.de>
2149         PR tree-optimization/52324
2150         * gcc.dg/tree-ssa/ssa-lim-10.c: New testcase.
2152 2012-02-21  Georg-Johann Lay  <avr@gjlay.de>
2154         PR middle-end/51782
2155         * gcc.target/avr/torture/pr51782-1.c: New test.
2157 2012-02-21  Jakub Jelinek  <jakub@redhat.com>
2159         PR tree-optimization/52318
2160         * gcc.dg/pr52318.c: New test.
2162 2012-02-20  Kai Tietz  <ktietz@redhat.com>
2164         * gcc.dg/bf-ms-layout-3.c: New testcase.
2166 2012-02-20  Thomas Koenig  <tkoenig@gcc.gnu.org>
2168         PR testsuite/52229
2169         PR fortran/32380
2170         * gfortran.dg/vect/pr32380.f:  XFAIL on PowerPC and ia-64.
2172 2012-02-20  Richard Guenther  <rguenther@suse.de>
2174         PR tree-optimization/52298
2175         * gcc.dg/torture/pr52298.c: New testcase.
2176         * gcc.dg/vect/pr52298.c: Likewise.
2178 2012-02-20  Georg-Johann Lay  <avr@gjlay.de>
2180         * gcc.dg/pr52132.c: Fix FAIL on 16-bit int platforms.
2181         * gcc.c-torture/execute/pr52286.c: Ditto.
2183 2012-02-20  Jakub Jelinek  <jakub@redhat.com>
2185         PR tree-optimization/52286
2186         * gcc.c-torture/execute/pr52286.c: New test.
2188 2012-02-18  Tobias Burnus  <burnus@net-b.de>
2190         PR fortran/52295
2191         * gfortran.dg/interface_35.f90: Use -std=f2003.
2192         * gfortran.dg/proc_ptr_comp_20.f90: Remove dg-warning.
2193         * gfortran.dg/interface_assignment_4.f90: Ditto.
2194         * gfortran.dg/bessel_1.f90: Ditto.
2195         * gfortran.dg/func_result_6.f90: Ditto.
2196         * gfortran.dg/hypot_1.f90: Ditto.
2197         * gfortran.dg/proc_ptr_comp_21.f90: Ditto.
2199 2012-02-17  Tobias Burnus  <burnus@net-b.de>
2201         PR translation/52232
2202         PR translation/52234
2203         PR translation/52245
2204         PR translation/52246
2205         PR translation/52262
2206         PR translation/52273
2207         * gfortran.dg/coarray_22.f90: Update dg-error.
2208         * gfortran.dg/allocate_alloc_opt_4.f90: Ditto.
2210 2012-02-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2212         PR target/51753
2213         * lib/gcc-simulate-thread.exp: Load timeout.exp.
2214         (simulate-thread): Use default timeout.
2216 2012-02-16  Jason Merrill  <jason@redhat.com>
2218         PR c++/52248
2219         * g++.dg/ext/timevar1.C: New.
2221 2012-02-16  Fabien Chêne  <fabien@gcc.gnu.org>
2223         PR c++/52126
2224         * g++.dg/template/using21.C: New.
2225         * g++.dg/template/using22.C: Likewise.
2227 2012-02-16  Jason Merrill  <jason@redhat.com>
2229         PR c++/51415
2230         * g++.dg/cpp0x/lambda/lambda-err1.C: New.
2232 2012-02-16  Jakub Jelinek  <jakub@redhat.com>
2234         PR tree-optimization/52255
2235         * gcc.c-torture/compile/pr52255.c: New test.
2237         PR debug/52260
2238         * g++.dg/debug/dwarf2/pr52260.C: New test.
2240         PR middle-end/51929
2241         * g++.dg/ipa/pr51929.C: New test.
2243 2012-02-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
2245         PR target/52199
2246         * gcc.target/powerpc/pr52199.c: New file.
2248 2012-02-15  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2250         PR target/52152
2251         * objc.dg/stabs-1.m: xfail on mips-sgi-irix6.5.
2253 2012-02-15  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2255         * gcc.dg/pr51867.c: Don't include <math.h>.
2256         (sqrtf): Declare.
2258 2012-02-15  Georg-Johann Lay  <avr@gjlay.de>
2260         * gcc.dg/lto/20091013-1_1.c: xfail for avr.
2261         * gcc.dg/lto/20091013-1_2.c: xfail for avr.
2263 2012-02-15  Tobias Grosser <grosser@fim.uni-passau.de>
2265         PR tree-optimization/50561
2266         * gcc.dg/graphite/pr50561.c: New testcase.
2268 2012-02-15  Georg-Johann Lay  <avr@gjlay.de>
2270         * gcc.target/avr/torture/builtin_insert_bits-1.c: New test.
2271         * gcc.target/avr/torture/builtin_insert_bits-2.c: New test.
2273 2012-02-15  Eric Botcazou  <ebotcazou@adacore.com>
2275         * gnat.dg/discr35.ad[sb]: New test.
2277 2012-02-15  Eric Botcazou  <ebotcazou@adacore.com>
2279         * gnat.dg/volatile10.adb: New test.
2280         * gnat.dg/volatile10_pkg.ads: New helper.
2282 2012-02-14  Jason Merrill  <jason@redhat.com>
2284         * g++.dg/ext/attrib43.C: New.
2286 2012-02-14  Hans-Peter Nilsson  <hp@axis.com>
2288         * lib/target-supports.exp (check_effective_target_fgnu_tm): New proc.
2289         * gfortran.dg/trans-mem-skel.f90: Gate test on effective_target
2290         fgnu_tm.
2291         * gcc.dg/lto/trans-mem-1_0.c, gcc.dg/lto/trans-mem-2_0.c,
2292         gcc.dg/lto/trans-mem-3_0.c, gcc.dg/lto/trans-mem-4_0.c: Ditto.
2293         * gcc.dg/tm/tm.exp: Gate the whole of gcc.dg/tm on
2294         effective_target fgnu_tm.
2295         * g++.dg/tm/tm.exp: Ditto for g++.dg/tm.
2297 2012-02-14  Jakub Jelinek  <jakub@redhat.com>
2299         PR c++/52247
2300         * g++.dg/template/asmgoto1.C: New test.
2302 2012-02-14  Ian Lance Taylor  <iant@google.com>
2304         PR go/48501
2305         * go.test/go-test.exp (go-gc-tests): Disable optimizations when
2306         compiling generated file for 64bit and index tests.
2308 2012-02-14  Uros Bizjak  <ubizjak@gmail.com>
2310         * gcc.dg/lower-subreg-1.c: Fix and simplify target selector.
2312 2012-02-14  Richard Guenther  <rguenther@suse.de>
2314         PR tree-optimization/52244
2315         PR tree-optimization/51528
2316         * gcc.dg/torture/pr52244.c: New testcase.
2318 2012-02-14  Walter Lee  <walt@tilera.com>
2320         * g++.dg/other/PR23205.C: Disable test on tile.
2321         * g++.dg/other/pr23205-2.C: Disable test on tile.
2322         * gcc.dg/20020312-2.c: Add a condition for __tile__.
2323         * gcc.dg/20040813-1.c: Disable test on tile.
2324         * gcc.dg/lower-subreg-1.c: Disable test on tilegx.
2325         * gcc.misc-tests/linkage.exp: Handle tilegx.
2327 2012-02-14  Jakub Jelinek  <jakub@redhat.com>
2329         PR tree-optimization/52210
2330         * gcc.dg/pr52210.c: New test.
2332 2012-02-14  Jason Merrill  <jason@redhat.com>
2334         PR c++/39055
2335         * g++.dg/overload/defarg5.C: New.
2337 2012-02-14  Jakub Jelinek  <jakub@redhat.com>
2339         PR c/52181
2340         * c-c++-common/pr52181.c: New test.
2342 2012-02-13  Jakub Jelinek  <jakub@redhat.com>
2344         PR c++/52215
2345         * g++.dg/ext/atomic-1.C: New test.
2347 2012-02-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2349         * gcc.c-torture/execute/pr51933.c: Modify for s390 31 bit.
2351 2012-02-13  Jakub Jelinek  <jakub@redhat.com>
2353         PR middle-end/52209
2354         * gcc.c-torture/execute/pr52209.c: New test.
2356 2012-02-12  Mikael Morin  <mikael@gcc.gnu.org>
2358         PR fortran/50981
2359         * gfortran.dg/elemental_optional_args_5.f03: New test.
2361 2012-02-12 Iain Sandoe  <iains@gcc.gnu.org>
2363         PR testsuite/50076
2364         * c-c++-common/cxxbitfields-3.c: Adjust scan assembler for nonpic
2365         cases.
2367 2012-02-11  Ian Lance Taylor  <iant@google.com>
2369         PR go/51874
2370         * go.test/go-test.exp (go-gc-tests): Don't run nilptr test on
2371         SPARC Solaris.  Don't run the test at all on systems where it may
2372         not work, rather than xfailing it.
2374 2012-02-11  Richard Sandiford  <rdsandiford@googlemail.com>
2376         PR rtl-optimization/52175
2377         * gcc.c-torture/compile/pr52175.c: New test.
2379 2012-02-10  Jason Merrill  <jason@redhat.com>
2381         PR c++/51910
2382         * g++.dg/template/repo10.C: New.
2384 2012-02-11  Jakub Jelinek  <jakub@redhat.com>
2386         PR debug/52132
2387         * gcc.dg/pr52132.c: New test.
2389 2012-02-10  Eric Botcazou  <ebotcazou@adacore.com>
2391         * gnat.dg/specs/aggr4.ads: New test.
2392         * gnat.dg/specs/aggr4_pkg.ads: New helper.
2394 2012-02-10  H.J. Lu  <hongjiu.lu@intel.com>
2396         PR target/52146
2397         * gcc.target/i386/pr52146.c: New.
2399 2012-02-10  Jakub Jelinek  <jakub@redhat.com>
2401         PR middle-end/52177
2402         * c-c++-common/pr52177.c: New test.
2404 2012-02-10  Jan Hubicka  <jh@suse.cz>
2406         PR middle-end/48600
2407         * g++.dg/torture/pr48600.C: New testcase.
2409 2012-02-09  Peter Bergner  <bergner@vnet.ibm.com>
2411         PR middle-end/52140
2412         * gcc.dg/dfp/pr52140.c: New test.
2414 2012-02-09  Jakub Jelinek  <jakub@redhat.com>
2416         PR fortran/32380
2417         * gfortran.dg/vect/pr32380.f: Use dg-additional-options instead
2418         of dg-options.
2420 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
2422         PR middle-end/51867
2423         * testsuite/c-c++-common/dfp/signbit-2.c: Change '-O0' to '-O1'.
2424         * testsuite/gcc.dg/pr51867.c: New test.
2426 2012-02-09  Ian Lance Taylor  <iant@google.com>
2428         * go.test/go-test.exp (go-gc-tests): Don't run stack.go on systems
2429         which don't support -fsplit-stack.  Turn off optimization when
2430         compiling select5-out.go.
2432 2012-02-08  Ian Lance Taylor  <iant@google.com>
2434         * go.test/go-test.exp (go-gc-tests): Don't run chan/select2.go on
2435         systems which don't support -fsplit-stack.
2437 2012-02-08  Andrew MacLeod  <amacleod@redhat.com>
2439         * gcc.dg/simulate-thread/simulate-thread.exp: Use -O0, -O2, and -O3.
2440         * gcc.dg/simulate-thread/simulate-thread.gdb: Don't display every
2441         machine instuction in the log.
2443 2012-02-08  Jack Howarth <howarth@bromo.med.uc.edu>
2445         * lib/gcc-simulate-thread.exp (simulate-thread): Increase timeout
2446           to 20 seconds.
2448 2012-02-08  Magnus Granberg  <zorry@gentoo.org>
2450         PR driver/48524
2451         * gcc.dg/pr48524.c: New test.
2452         * gcc.dg/pr48524.spec: New spec file for test.
2454 2012-02-08  Thomas Koenig  <tkoenig@gcc.gnu.org>
2456         PR fortran/32380
2457         * gfortran.dg/vect/pr32380.f90:  New test.
2459 2012-02-08  Tobias Burnus  <burnus@net-b.de>
2461         PR fortran/52151
2462         * gfortran.dg/realloc_on_assign_12.f90: New.
2464 2012-02-08  Richard Guenther  <rguenther@suse.de>
2466         PR rtl-optimization/52170
2467         * gcc.dg/torture/pr52170.c: New testcase.
2469 2012-02-08  Jakub Jelinek  <jakub@redhat.com>
2471         PR gcov-profile/52150
2472         * gcc.dg/tree-prof/pr52150.c: New test.
2474         PR rtl-optimization/52139
2475         * gcc.dg/pr52139.c: New test.
2477 2012-02-07  Jason Merrill  <jason@redhat.com>
2479         PR c++/51675
2480         * g++.dg/cpp0x/constexpr-union3.C: New.
2482         PR c++/52035
2483         * g++.dg/lto/pr52035_0.C: New.
2485 2012-02-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2487         * gfortran.dg/guality/pr41558.f90: Use lp64 instead of hppa*64*-*-*.
2488         * gcc.dg/special/weak-1.c: Likewise.
2489         * gcc.dg/ucnid-12.c: Likewise.
2490         * gcc.dg/torture/pr45678-1.c: Likewise.
2491         * gcc.dg/torture/pr45678-2.c: Likewise.
2492         * gcc.dg/vector-4.c: Likewise.
2493         * gcc.dg/ipa/inline-5.c: Likewise.
2494         * gcc.dg/ucnid-11.c: Likewise.
2495         * gcc.misc-tests/gcov-13.c: Likewise.
2496         * gcc.misc-tests/gcov-14.c: Likewise.
2497         * g++.dg/ext/label13.C: Likewise.
2498         * gcc.dg/tree-ssa/ssa-fre-31.c: Use dg-additional-options for extra
2499         hppa*-*-hpux* options.
2500         * gcc.dg/tree-ssa/ssa-fre-33.c: Likewise.
2501         * gcc.dg/tree-ssa/ssa-fre-34.c: Likewise.
2502         * gcc.dg/pr48616.c: Likewise.
2503         * gcc.dg/pr17957.c: Likewise.
2504         * gcc.dg/pr17055-1.c: Likewise.
2505         * gcc.dg/pr32912-1.c: Likewise.
2506         * gcc.dg/tm/pr51472.c: Likewise.
2507         * c-c++-common/fold-bitand-4.c: Likewise.
2508         * c-c++-common/Wunused-var-12.c: Use lp64 instead of hppa*64*-*-*.
2509         Use dg-additional-options for extra options.
2511 2012-02-07  Joern Rennecke <joern.rennecke@embecosm.com>
2513         * gcc.target/epiphany/interrupt-2.c: New test.
2515 2012-02-07  Richard Sandiford  <rdsandiford@googlemail.com>
2517         PR target/52155
2518         * gcc.target/mips/mips.exp (mips-dg-options): Handle target.
2519         * gcc.target/mips/loongson-shift-count-truncated-1.c: Force -mlong64
2520         for MIPS ELF.
2522 2012-02-07  Richard Sandiford  <rdsandiford@googlemail.com>
2524         PR target/52152
2525         * objc.dg/stabs-1.m: XFAIL for mips*-*-elf*.
2527 2012-02-07  Richard Sandiford  <rdsandiford@googlemail.com>
2529         PR middle-end/24306
2530         PR target/52154
2531         * lib/target-supports.exp (check_effective_target_mips_eabi): New.
2532         * gcc.target/mips/va-arg-1.c: New test.
2534 2012-02-07  Michael Meissner  <meissner@linux.vnet.ibm.com>
2536         * gcc.target/powerpc/no-r11-3.c (outer_func): Fix error message
2537         for -mno-pointers-to-nested-functions.
2539 2012-02-07  Eric Botcazou  <ebotcazou@adacore.com>
2541         * gcc.c-torture/execute/20120207-1.c: New test.
2543 2012-02-07  Jakub Jelinek  <jakub@redhat.com>
2545         PR rtl-optimization/52060
2546         * gcc.dg/torture/pr52060.c: New test.
2548         PR middle-end/52074
2549         * gcc.c-torture/compile/pr52074.c: New test.
2551 2012-02-07  Tobias Burnus  <burnus@net-b.de>
2553         PR fortran/51514
2554         * gfortran.dg/class_to_type_2.f90: New.
2556 2012-02-06  Thomas König  <tkoenig@gcc.gnu.org>
2558         PR fortran/32373
2559         * gfortran.dg/vect/vect-8.f90:  Use vect_double effective target.
2560         Remove module.
2562 2012-02-06  Jason Merrill  <jason@redhat.com>
2564         PR c++/52088
2565         * g++.dg/template/conv13.C: New.
2567 2012-02-06  Richard Guenther  <rguenther@suse.de>
2569         PR tree-optimization/52115
2570         * gcc.c-torture/compile/pr52115.c: New testcase.
2572 2012-02-06  Jakub Jelinek  <jakub@redhat.com>
2574         PR target/52129
2575         * gcc.c-torture/execute/pr52129.c: New test.
2577 2012-02-06  Andrey Belevantsev  <abel@ispras.ru>
2579         * gcc.dg/pr48374.c: Actually add the test I forgot
2580         in the 2012-01-25 commit.
2582 2012-02-05  Thomas König  <tkoenig@gcc.gnu.org>
2584         PR fortran/32373
2585         * gfortran.dg/vect/vect-8.f90:  New test case.
2587 2012-02-05  Thomas König  <tkoenig@gcc.gnu.org>
2589         PR fortran/48847
2590         * gfortran.dg/warn_unused_dummy_argument_3.f90:  New test.
2592 2012-02-05  Paul Thomas  <pault@gcc.gnu.org>
2594         PR fortran/52102
2595         * gfortran.dg/class_48.f90 : Add test of allocate class array
2596         component with source in subroutine test3.  Remove commenting
2597         out in subroutine test4, since branching on unitialized variable
2598         is now fixed (no PR for this last.).
2600 2012-02-05  Richard Sandiford  <rdsandiford@googlemail.com>
2602         * gcc.dg/tree-prof/stringop-2.c (main): Add a nomips16 attribute
2603         on MIPS targets.
2604         * gfortran.dg/pr45636.f90: XFAIL for MIPS16 targets.
2606 2012-02-05  Richard Sandiford  <rdsandiford@googlemail.com>
2608         PR target/52125
2609         * lib/target-supports.exp (check_effective_target_mips_rel): New.
2610         * gcc.dg/pr48774.c: Skip on MIPS REL targets.
2612 2012-02-05  Richard Sandiford  <rdsandiford@googlemail.com>
2614         * lib/target-supports.exp (check_effective_target_mips_llsc): New.
2615         (check_effective_target_sync_int_long): Use it.
2616         (check_effective_target_sync_char_short): Likewise.
2617         * gcc.target/mips/atomic-memory-1.c: Restrict error check to mips_llsc.
2619 2012-02-05  Tobias Burnus  <burnus@net-b.de>
2621         PR fortran/51972
2622         * gfortran.dg/class_48.f90: Add some further checks.
2624 2012-02-05  Ira Rosen  <irar@il.ibm.com>
2626         PR tree-optimization/52091
2627         * gcc.dg/vect/pr52091.c: New test.
2629 2012-02-04  Jakub Jelinek  <jakub@redhat.com>
2631         PR rtl-optimization/52113
2632         * gcc.target/avr/pr52113.c: New test.
2634 2012-02-03  Jakub Jelinek  <jakub@redhat.com>
2636         PR rtl-optimization/52092
2637         * gcc.c-torture/compile/pr52092.c: New test.
2639 2012-02-02  Mikael Morin  <mikael@gcc.gnu.org>
2641         PR fortran/41587
2642         * gfortran.dg/class_array_10.f03: New test.
2644         PR fortran/46356
2645         * gfortran.dg/class_array_11.f03: New test.
2647         PR fortran/51754
2648         * gfortran.dg/class_array_12.f03: New test.
2650 2012-02-02  Paul Thomas  <pault@gcc.gnu.org>
2652         PR fortran/52012
2653         * gfortran.dg/realloc_on_assign_11.f90: New test.
2655 2012-02-02  Tobias Burnus  <burnus@net-b.de>
2657         PR fortran/52093
2658         * gfortran.dg/shape_7.f90: New.
2660 2012-02-02  Richard Sandiford  <rdsandiford@googlemail.com>
2662         * gcc.target/mips/mips-prepend-1.c: New test.
2664 2012-02-02  Jan Hubicka  <jh@suse.cz>
2665             Tom de Vries  <tom@codesourcery.com>
2667         PR middle-end/51998
2668         * testsuite/gcc.dg/alias-12.c: New testcase.
2669         * testsuite/gcc.dg/alias-13.c: New testcase.
2671 2012-02-02  Jakub Jelinek  <jakub@redhat.com>
2673         PR target/52086
2674         * gcc.dg/pr52086.c: New test.
2676         PR tree-optimization/52073
2677         * gcc.c-torture/compile/pr52073.c: New test.
2679 2012-02-01  Thomas König  <tkoenig@gcc.gnu.org>
2681         PR fortran/51958
2682         * gfortran.dg/function_optimize_10.f90:  New test.
2684 2012-02-01  Uros Bizjak  <ubizjak@gmail.com>
2686         * go.test/go-test.exp (go-gc-tests): xfail test/nilptr.go runtime
2687         test on alpha*-*-*.
2689 2012-02-01  Tobias Burnus  <burnus@net-b.de>
2691         PR fortran/52024
2692         * gfortran.dg/typebound_operator_14.f90: New.
2694 2012-02-01  Tobias Burnus  <burnus@net-b.de>
2696         PR fortran/52059
2697         * gfortran.dg/elemental_function_1.f90: New.
2699 2012-02-01  Georg-Johann Lay  <avr@gjlay.de>
2701         PR rtl-optimization/51374
2702         * gcc.target/avr/torture/pr51374-1.c:
2703         Also fail if SBIS is seen.
2705 2012-02-01  Georg-Johann Lay  <avr@gjlay.de>
2707         PR rtl-optimization/51374
2708         * gcc.target/avr/torture/pr51374-1.c: New.
2710 2012-01-31  Tobias Burnus  <burnus@net-b.de>
2712         PR fortran/52024
2713         * gfortran.dg/typebound_generic_11.f90: New.
2715 2012-01-31  Tobias Burnus  <burnus@net-b.de>
2717         PR fortran/52029
2718         * gfortran.dg/class_49.f90: New.
2720 2012-01-31  Tobias Burnus  <burnus@net-b.de>
2722         PR fortran/52013
2723         * gfortran.dg/elemental_args_check_6.f90: New.
2725 2012-01-31  Jason Merrill  <jason@redhat.com>
2727         PR c++/52043
2728         * g++.dg/cpp0x/variadic122.C: New.
2730 2012-01-31  Paul Thomas  <pault@gcc.gnu.org>
2732         PR fortran/52012
2733         * gfortran.dg/realloc_on_assign_10.f90: New test.
2735 2012-01-31  Richard Guenther  <rguenther@suse.de>
2737         PR tree-optimization/51528
2738         * gcc.dg/torture/pr51528.c: New testcase.
2740 2012-01-30  Uros Bizjak  <ubizjak@gmail.com>
2742         PR go/48501
2743         * lib/go.exp (go_target_compile): Append timeout= to options.
2744         * go.test/go-test.exp (go-gc-tests): Add dg-timeout-factor for
2745         select5-out.go test on alpha*-*-* targets.
2747 2012-01-30  Richard Sandiford  <rdsandiford@googlemail.com>
2749         * gcc.target/mips/extend-1.c (TEST_CHAR): Use signed char.
2750         (TEST_SHORT): Reformat in the same way.
2751         * gcc.target/mips/octeon-exts-6.c (TEST_CHAR): Use signed char.
2752         (TEST_SHORT): Reformat in the same way.
2753         * gcc.target/mips/octeon2-lx-1.c (TEST): Make sign explicit.
2754         * gcc.target/mips/pr37362.c: Skip for mips-sde-elf.
2755         * gcc.target/mips/mmcount-ra-address-1.c (bazl): Add NOMIPS16.
2756         * gcc.target/mips/mmcount-ra-address-2.c (bar): Likewise.
2757         * gcc.target/mips/mmcount-ra-address-3.c (bar): Likewise.
2759 2012-01-30  Bin Cheng  <bin.cheng@arm.com>
2761         PR target/51835
2762         * gcc.target/arm/pr51835.c: New testcase.
2764 2012-01-30  Richard Guenther  <rguenther@suse.de>
2766         PR tree-optimization/52028
2767         * gcc.dg/torture/pr52028.c: New testcase.
2768         * gfortran.dg/ldist-pr45199.f: Adjust.
2769         * gcc.dg/tree-ssa/ldist-16.c: Likewise.
2770         * gcc.dg/tree-ssa/ldist-17.c: Likewise.
2771         * gcc.dg/tree-ssa/ldist-pr45948.c: Likewise.
2773 2012-01-30  Jakub Jelinek  <jakub@redhat.com>
2775         PR debug/52027
2776         * gcc.dg/tree-prof/pr52027.c: New test.
2778         PR tree-optimization/52046
2779         * gcc.dg/pr52046.c: New test.
2781         PR debug/52048
2782         * g++.dg/other/pr52048.C: New test.
2784 2012-01-30  Richard Guenther  <rguenther@suse.de>
2786         PR tree-optimization/52045
2787         * gcc.dg/pr52045.c: New testcase.
2789 2012-01-30  Greta Yorsh  <Greta.Yorsh@arm.com>
2791         * gcc.target/arm/di-longlong64-sync-withldrexd.c: Accept
2792         new code generated for __sync_lock_release.
2794 2012-01-30  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2796         * gcc.dg/dfp/fe-convert-2.c: Force use of soft dfp on s390 and s390x.
2798 2012-01-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2800         PR testsuite/51875
2801         * gfortran.dg/guality/pr41558.f90: Skip on 32-bit hppa*-*-hpux*.
2803         * g++.dg/ext/visibility/template10.C: Fix typo.
2805         * gcc.dg/tm/pr51472.c: Add -fno-common option on hppa-*-hpux*.
2807 2012-01-29  Paolo Carlini  <paolo.carlini@oracle.com>
2809         PR c++/51327
2810         * g++.dg/cpp0x/constexpr-ice6.C: New.
2812 2012-01-29  Tobias Burnus  <burnus@net-b.de>
2814         PR fortran/41600
2815         * gfortran.dg/default_initialization_6.f90: New.
2817 2012-01-29  Tobias Burnus  <burnus@net-b.de>
2819         PR fortran/51972
2820         * gfortran.dg/class_allocate_12.f90: Enable disabled test.
2821         * gfortran.dg/class_48.f90: New.
2823 2012-01-29  Janne Blomqvist  <jb@gcc.gnu.org>
2825         PR fortran/51808
2826         * gfortran.dg/module_md5_1.f90: Update MD5 sum.
2828 2012-01-28  Tobias Burnus  <burnus@net-b.de>
2830         PR fortran/51972
2831         * gfortran.dg/class_allocate_12.f90: New.
2833 2012-01-28  Eric Botcazou  <ebotcazou@adacore.com>
2835         * gcc.dg/torture/pr50444.c: Fix dg directives.
2837 2012-01-28  Jakub Jelinek  <jakub@redhat.com>
2839         PR target/52006
2840         * gcc.target/arm/pr52006.c: New test.
2842 2012-01-27  Aldy Hernandez  <aldyh@redhat.com>
2844         PR testsuite/52011
2845         * gcc.dg/lto/trans-mem.h: New file.
2846         * gcc.dg/lto/trans-mem-2_0.c: Include it.
2847         * gcc.dg/lto/trans-mem-1_1.c: Same.
2848         * gcc.dg/lto/trans-mem-4_1.c: Same.
2849         * gcc.dg/lto/trans-mem-3_1.c: Same.
2851 2012-01-27  Tobias Burnus  <burnus@net-b.de>
2853         PR fortran/52022
2854         * gfortran.dg/dummy_procedure_7.f90: New.
2856 2012-01-27  Andreas Schwab  <schwab@linux-m68k.org>
2858         * g++.dg/cpp0x/constexpr-rom.C: Don't add -G0 on *-*-darwin*
2859         *-*-aix* alpha*-*-osf* alpha*-*-*vms*.
2861 2012-01-27  Jakub Jelinek  <jakub@redhat.com>
2863         PR c++/51852
2864         * g++.dg/other/gc5.C: New test.
2866 2012-01-27  Richard Guenther  <rguenther@suse.de>
2868         PR tree-optimization/50444
2869         * gcc.dg/torture/pr50444.c: New testcase.
2871 2012-01-27  Tobias Burnus  <burnus@net-b.de>
2873         PR fortran/51970
2874         PR fortran/51977
2875         * gfortran.dg/move_alloc_13.f90: New.
2877 2012-01-27  Tobias Burnus  <burnus@net-b.de>
2879         PR fortran/51953
2880         * gfortran.dg/allocate_alloc_opt_13.f90: New.
2881         * gfortran.dg/allocate_alloc_opt_4.f90: Add -std=f2003
2882         and change dg-error string.
2884 2012-01-27  Tobias Burnus  <burnus@net-b.de>
2886         PR fortran/52016
2887         * gfortran.dg/elemental_args_check_5.f90: New.
2889 2012-01-27  Richard Guenther  <rguenther@suse.de>
2891         PR middle-end/51959
2892         * g++.dg/torture/pr51959.C: New testcase.
2894 2012-01-27  Tom de Vries  <tom@codesourcery.com>
2896         PR tree-optimization/51990
2897         * gcc.dg/pr51990.c: New test.
2898         * gcc.dg/pr51990-2.c: Same.
2900 2012-01-27  Paul Thomas  <pault@gcc.gnu.org>
2901             Tobias Burnus <burnus@gcc.gnu.org>
2903         PR fortran/48705
2904         * gfortran.dg/class_allocate_11.f03: New.
2906         PR fortran/51870
2907         PR fortran/51943
2908         PR fortran/51946
2909         * gfortran.dg/class_allocate_7.f03: New.
2910         * gfortran.dg/class_allocate_8.f03: New.
2911         * gfortran.dg/class_allocate_9.f03: New.
2912         * gfortran.dg/class_allocate_10.f03: New.
2914 2012-01-27  Eric Botcazou  <ebotcazou@adacore.com>
2916         * gnat.dg/discr34.adb: New test.
2917         * gnat.dg/discr34_pkg.ads: New helper.
2919 2012-01-27  Eric Botcazou  <ebotcazou@adacore.com>
2921         * gnat.dg/discr33.adb: New test.
2923 2012-01-27  Eric Botcazou  <ebotcazou@adacore.com>
2925         * gnat.dg/limited_with3.ad[sb): New test.
2926         * gnat.dg/limited_with3_pkg1.ad[sb]: New helper.
2927         * gnat.dg/limited_with3_pkg2.ads: Likewise.
2928         * gnat.dg/limited_with3_pkg3.ads: Likewise.
2930 2012-01-27  Eric Botcazou  <ebotcazou@adacore.com>
2932         * gnat.dg/stack_usage1.adb: New test.
2933         * gnat.dg/stack_usage1_pkg.ad[sb]: New helper.
2935         * gcc.dg/pr44194-1.c: Remove superfluous include directive.
2936         * gcc.dg/pr44194-2.c: Likewise.
2938 2012-01-26  Paolo Carlini  <paolo.carlini@oracle.com>
2940         PR c++/51370
2941         * g++.dg/template/crash112.C: New.
2943 2012-01-27  Richard Henderson  <rth@redhat.com>
2945         * gcc.dg/atomic-flag.c: Adjust for __GCC_ATOMIC_TEST_AND_SET_TRUEVAL.
2947 2012-01-26  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2949         * gfortran.dg/reassoc_4.f: Use dg-additional-options.
2951 2012-01-26  Jakub Jelinek  <jakub@redhat.com>
2953         PR middle-end/51895
2954         * g++.dg/opt/pr51895.C: New test.
2956 2012-01-26  Michael Matz  <matz@suse.de>
2958         PR tree-optimization/48794
2959         * gfortran.dg/gomp/pr48794-2.f90: New testcase.
2961 2012-01-26  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2963         * gcc.dg/ssa-dom-thread-4.c: Set -mbranch-cost=2 for s390 and s390x.
2965 2012-01-26  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2967         * gcc.dg/pr46309.c: Set branch-cost to 2 for s390 and s390x.
2968         * gcc.dg/pr44194-1.c: Disable since s390 returns structs always in
2969         memory.
2970         * gfortran.dg/reassoc_4.f: Force max-completely-peeled-insns to
2971         the default value for s390 and s390x.
2973 2012-01-25  Aldy Hernandez  <aldyh@redhat.com>
2975         PR lto/51698
2976         * gcc.dg/lto/trans-mem-4_0.c: New.
2977         * gcc.dg/lto/trans-mem-4_1.c: New.
2978         * gcc.dg/lto/trans-mem-2_0.c: Provide correct argument types for
2979         TM builtins.
2980         * gcc.dg/lto/trans-mem-1_0.c: Require stdint_types.
2981         * gcc.dg/lto/trans-mem-1_1.c: Provide correct argument types for
2982         TM builtins.
2983         * gcc.dg/lto/trans-mem-3_0.c: Require stdint_types.
2984         * gcc.dg/lto/trans-mem-3_1.c: Provide correct argument types for
2985         TM builtins.
2987 2012-01-25  Georg-Johann Lay  <avr@gjlay.de>
2989         * gcc.target/avr/torture/int24-mul.c: Rename __pgm to __flash.
2991 2012-01-25  Ian Lance Taylor  <iant@google.com>
2993         * go.test/go-test.exp (go-gc-tests): Handle a few more test lines.
2995 2012-01-25  Tobias Burnus  <burnus@net-b.de>
2997         PR fortran/51995
2998         * gfortran.dg/typebound_proc_25.f90: New.
3000 2012-01-25  Jason Merrill  <jason@redhat.com>
3002         PR c++/51992
3003         * g++.dg/lto/pr51992_0.C: New.
3005 2012-01-25  Jakub Jelinek  <jakub@redhat.com>
3007         PR tree-optimization/51987
3008         * gcc.target/i386/pr51987.c: New test.
3010 2012-01-25  Greta Yorsh  <Greta.Yorsh@arm.com>
3012         * gcc.dg/tm/lto-1.c: Require lto support in target.
3014 2012-01-25  Andrey Belevantsev  <abel@ispras.ru>
3016         PR rtl-optimization/48374
3017         * gcc.dg/pr48374.c: New test.
3019 2012-01-25  Greta Yorsh  <Greta.Yorsh@arm.com>
3021         * gcc.dg/pr50908-2.c (dg-options): Add -fno-short-enums.
3023 2012-01-25  Tobias Burnus  <burnus@net-b.de>
3025         PR fortran/51966
3026         * gfortran.dg/derived_constructor_char_3.f90: New.
3028 2012-01-24  Ian Lance Taylor  <iant@google.com>
3030         * go.test/go-test.exp (filecmp): New procedure.
3031         (errchk): Handle quoted square brackets.
3032         (go-gc-tests): Set go_compile_args. Handle various new test
3033         lines.  Skip a few new tests.
3034         * lib/go-torture.exp (go-torture-execute): Use go_compile_args.
3036 2012-01-24  Richard Sandiford  <rdsandiford@googlemail.com>
3038         * lib/target-supports.exp (proc check_effective_target_vect_perm)
3039         (check_effective_target_vect_extract_even_odd)
3040         (check_effective_target_vect_interleave): Return true for MIPS
3041         paired-single.
3043 2012-01-24  Richard Sandiford  <rdsandiford@googlemail.com>
3045         * gcc.c-torture/execute/scal-to-vec1.c (one): New volatile variable.
3046         (main): Use it instead of argc.
3048 2012-01-24  Jason Merrill  <jason@redhat.com>
3050         PR c++/51973
3051         * g++.dg/cpp0x/sfinae31.C: New.
3053 2012-01-24  Richard Sandiford  <rdsandiford@googlemail.com>
3055         * gcc.dg/memcpy-4.c: Don't expect /s on MEMs.
3057 2012-01-24  Jason Merrill  <jason@redhat.com>
3059         PR c++/51812
3060         * g++.dg/inherit/covariant20.C: New.
3062 2012-01-24  Paolo Carlini  <paolo.carlini@oracle.com>
3064         PR c++/51223
3065         * g++.dg/parse/crash58.C: New.
3067 2012-01-24  Jakub Jelinek  <jakub@redhat.com>
3069         PR target/51957
3070         * gcc.dg/pr51957-1.c: New test.
3071         * gcc.dg/pr51957-1.h: New file.
3072         * gcc.dg/pr51957-2.c: New test.
3074 2012-01-23  Jason Merrill  <jason@redhat.com>
3076         PR c++/51930
3077         * g++.dg/ext/visibility/template10.C: New.
3079 2012-01-23  Tobias Burnus  <burnus@net-b.de>
3081         PR fortran/51948
3082         * gfortran.dg/move_alloc_12.f90: New.
3084 2012-01-23  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
3086         PR middle-end/45416
3087         * gcc.dg/pr45416.c: Skip for Thumb1. Handle ubfx.
3089 2012-01-23  Paolo Carlini  <paolo.carlini@oracle.com>
3091         PR c++/51398
3092         * g++.dg/template/crash111.C: New.
3094 2012-01-23  Arnaud Charlet  <charlet@adacore.com>
3096         * ada/acats/tests/cxh/cxh1001.a: Removed, test not suitable on all
3097         configurations.
3098         * ada/acats/run_all.sh: Simplify by removing cxh1001 special case.
3100 2012-01-23  Dodji Seketeli  <dodji@redhat.com>
3102         PR testsuite/51941
3103         * g++.dg/debug/dwarf2/nested-3.C:  Accept multiple lines between
3104         the DW_TAG_class_type and DW_AT_name: "Executor".
3106 2012-01-23  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
3108         * lib/target-supports.exp
3109         (check_effective_target_vect_extract_even_odd): Handle ARM neon.
3110         (check_effective_target_vect_interleave): Likewise.
3112 2012-01-22  Jason Merrill  <jason@redhat.com>
3114         PR c++/51925
3115         * g++.dg/template/using20.C: New.
3116         * g++.dg/template/template-id-2.C: Adjust diagnostic.
3118 2012-01-23  Jason Merrill  <jason@redhat.com>
3120         PR target/51934
3121         * g++.dg/torture/pr51344.C: Limit to x86.
3123 2012-01-23  Greta Yorsh  <Greta.Yorsh@arm.com>
3125         * c-c++-common/tm/omp.c: Require target with pthread support.
3127 2012-01-23  Richard Guenther  <rguenther@suse.de>
3129         PR tree-optimization/51949
3130         * gcc.dg/torture/pr51949.c: New testcase.
3132 2012-01-23  Jakub Jelinek  <jakub@redhat.com>
3134         PR rtl-optimization/51933
3135         * gcc.c-torture/execute/pr51933.c: New test.
3137 2012-01-22  Douglas B Rupp  <rupp@gnat.com>
3139         * gcc.dg/builtins-config.h (HAVE_C99_RUNTIME):
3140         Do not define for Interix.
3142 2012-01-22  Jason Merrill  <jason@redhat.com>
3144         PR c++/51832
3145         * g++.dg/lto/pr51832.h: New.
3146         * g++.dg/lto/pr51832_0.C: New.
3147         * g++.dg/lto/pr51832_1.C: New.
3149 2012-01-22  Eric Botcazou  <ebotcazou@adacore.com>
3151         * gcc.dg/ext-elim-1.c: New test.
3153 2012-01-22  Richard Sandiford  <rdsandiford@googlemail.com>
3155         PR target/51931
3156         * gcc.c-torture/compile/20001226-1.c: Add nomips16 attribute.
3157         * g++.dg/opt/longbranch1.C: Likewise.
3159 2012-01-22  Richard Sandiford  <rdsandiford@googlemail.com>
3161         * g++.old-deja/g++.pt/ptrmem6.C: xfail a test for ARM and MIPS
3162         in C++11 mode.
3164 2012-01-21  Steven G. Kargl  <kargl@gcc.gnu.org>
3166         PR fortran/50556
3167         * gfortran.dg/namelist_74.f90: New test.
3168         * gfortran.dg/namelist_59.f90: Remove SAVE attribute.
3170 2012-01-21  Tobias Burnus  <burnus@net-b.de>
3172         PR fortran/51913
3173         * gfortran.dg/class_47.f90: New.
3175 2012-01-21  Eric Botcazou  <ebotcazou@adacore.com>
3177         * gnat.dg/renaming5.ad[sb]: New test.
3179 2012-01-20  Jason Merrill  <jason@redhat.com>
3181         PR c++/51919
3182         * g++.dg/pch/mangle1.{C,Hs}: Remove.
3184 2012-01-20  Jason Merrill  <jason@redhat.com>
3186         PR c++/51922
3187         * g++.dg/ext/attrib42.C: Require ilp32.
3189 2012-01-20  Jakub Jelinek  <jakub@redhat.com>
3191         PR target/51915
3192         * gcc.target/arm/pr51915.c: New test.
3194 2012-01-20  Cary Coutant  <ccoutant@google.com>
3195             Dodji Seketeli  <dodji@redhat.com>
3197         PR debug/45682
3198         * g++.dg/debug/dwarf2/nested-3.C: New test.
3200 2012-01-20  Paolo Carlini  <paolo.carlini@oracle.com>
3202         PR c++/51402
3203         * g++.dg/template/crash110.C: New.
3205 2012-01-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3207         * gcc.misc-tests/gcov-14.c: Skip on alpha*-dec-osf*.
3208         Remove default options on hppa*-*-hpux*.
3210 2012-01-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3212         * g++.dg/ext/visibility/template9.C: Add dg-require-visibility.
3214 2012-01-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3216         * gcc.c-torture/compile/pr51856.c: New testcase.
3218 2012-01-20  Uros Bizjak  <ubizjak@gmail.com>
3220         * go.test/go-test.exp (go-gc-tests): Pass correctly formatted
3221         options to go_target_compile.
3223 2012-01-20  Kai Tietz  <ktietz@redhat.com>
3225         * g++.dg/torture/pr51344.C: Fix typo.
3227 2012-01-20  Richard Guenther  <rguenther@suse.de>
3229         PR tree-optimization/51903
3230         * g++.dg/torture/pr51903.C: New testcase.
3232 2012-01-20  Tobias Burnus  <burnus@net-b.de>
3233             Janus Weil  <janus@gcc.gnu.org>
3235         PR fortran/51056
3236         * gfortran.dg/use_21.f90: New.
3238 2012-01-20  Jakub Jelinek  <jakub@redhat.com>
3240         PR target/51106
3241         * gcc.dg/torture/pr51106-1.c: New test.
3242         * gcc.dg/torture/pr51106-2.c: New test.
3244 2012-01-19  Kai Tietz  <ktietz@redhat.com>
3246         * g++.dg/torture/pr51344.C: New test.
3248 2012-01-19  Tobias Burnus  <burnus@net-b.de>
3250         PR fortran/51904
3251         * gfortran.dg/intrinsic_size_2.f90: New.
3253 2012-01-19  Jason Merrill  <jason@redhat.com>
3255         PR c++/51889
3256         * g++.dg/inherit/using7.C: New.
3258 2012-01-19  Richard Guenther  <rguenther@suse.de>
3260         PR tree-optimization/37997
3261         * gcc.dg/tree-ssa/ssa-pre-28.c: New testcase.
3263 2012-01-19 Andrey Belevantsev <abel@ispras.ru>
3265         PR rtl-optimization/51505
3266         * gcc.dg/pr51505.c: New test.
3268 2012-01-18  Paul Thomas  <pault@gcc.gnu.org>
3270         PR fortran/51634
3271         * gfortran.dg/typebound_operator_12.f03: New.
3272         * gfortran.dg/typebound_operator_13.f03: New.
3274 2012-01-18  Paolo Carlini  <paolo.carlini@oracle.com>
3276         PR c++/51225
3277         * g++.dg/cpp0x/pr51225.C: New.
3279 2012-01-17  Ian Lance Taylor  <iant@google.com>
3281         PR go/50656
3282         * go.test/go-test.exp (go-gc-tests): Recognize some more test lines.
3284 2012-01-17  Tobias Burnus  <burnus@net-b.de>
3286         PR fortran/51869
3287         * gfortran.dg/realloc_on_assign_9.f90: New.
3289 2012-01-17  Aldy Hernandez  <aldyh@redhat.com>
3291         PR other/51165
3292         * gcc.dg/tm/memopt-3.c: Remove xfail.
3293         * gcc.dg/tm/memopt-4.c: Remove xfail.
3294         * gcc.dg/tm/memopt-5.c: Remove xfail.
3295         * gcc.dg/tm/memopt-7.c: Remove xfail.
3297 2012-01-17  Jakub Jelinek  <jakub@redhat.com>
3299         PR tree-optimization/51877
3300         * gcc.c-torture/execute/pr51877.c: New test.
3302 2012-01-17  Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
3304         * gcc.dg/vect/no-section-anchors-vect-69.c: Change
3305         {!vect_align_arrays} to vect_sizes_32B_16B.
3306         * gcc.dg/vect/vect-multitypes-1.c: Ditto.
3307         * gcc.dg/vect/vect-peel-3.c: Ditto.
3309 2012-01-16  Jason Merrill  <jason@redhat.com>
3311         PR c++/51854
3312         * g++.dg/abi/mangle60.C: New.
3314         PR c++/51827
3315         * g++.dg/pch/mangle1.{C,Hs}: New.
3317 2012-01-16  Mikael Morin  <mikael@gcc.gnu.org>
3318             Tobias Burnus  <burnus@net-b.de>
3320         PR fortran/50981
3321         * gfortran.dg/elemental_optional_args_3.f90: New
3322         * gfortran.dg/elemental_optional_args_4.f90: New
3324 2012-01-16  Tobias Burnus  <burnus@net-b.de>
3326         PR fortran/51809
3327         * gfortran.dg/use_20.f90: New
3329 2012-01-16  Jason Merrill  <jason@redhat.com>
3331         PR c++/51868
3332         * g++.dg/cpp0x/rv-bitfield.C: New.
3333         * g++.dg/cpp0x/rv-bitfield2.C: New.
3335 2012-01-16  Paul Thomas  <pault@gcc.gnu.org>
3337         * gfortran.dg/class_array_3.f03: Remove the explicit loop in
3338         subroutine 'qsort' and use index array to assign the result.
3340 2012-01-16  Jakub Jelinek  <jakub@redhat.com>
3342         PR tree-optimization/51865
3343         * gcc.dg/pr51865.c: New test.
3345 2012-01-15  Richard Sandiford  <rdsandiford@googlemail.com>
3347         * gcc.dg/tree-ssa/ssa-dom-thread-4.c: Expect 4 threaded edges for MIPS.
3349 2012-01-15  Richard Sandiford  <rdsandiford@googlemail.com>
3351         * gcc.target/mips/code-readable-2.c: Allow the jump table address
3352         to be loaded from the constant pool, rather than via %hi and %lo.
3354 2012-01-15  Uros Bizjak  <ubizjak@gmail.com>
3356         PR rtl-optimization/51821
3357         * gcc.dg/pr51821.c: New test.
3359 2012-01-15  Andreas Schwab  <schwab@linux-m68k.org>
3361         * gcc.dg/torture/pr8081.c: Fix char signedness assumption.
3363 2012-01-14  Andreas Schwab  <schwab@linux-m68k.org>
3365         * g++.dg/cpp0x/constexpr-rom.C: Add -G0 where applicable.
3367 2012-01-14  Tobias Burnus  <burnus@net-b.de>
3369         PR fortran/51800
3370         * gfortran.dg/init_flag_8.f90: New.
3371         * gfortran.dg/init_flag_9.f90: New.
3373 2011-01-14  Tobias Burnus  <burnus@net-b.de>
3375         PR fortran/51816
3376         * gfortran.dg/use_18.f90: New.
3377         * gfortran.dg/use_19.f90: New.
3379 2012-01-13  Ian Lance Taylor  <iant@google.com>
3381         PR c++/50012
3382         * g++.dg/warn/Wsign-compare-4.C: New.
3384 2012-01-13  Paul Thomas  <pault@gcc.gnu.org>
3386         PR fortran/48351
3387         * gfortran.dg/alloc_comp_assign.f03: New.
3388         * gfortran.dg/allocatable_scalar_9.f90: Reduce count of
3389         __BUILTIN_FREE from 38 to 32.
3391 2012-01-13  Jason Merrill  <jason@redhat.com>
3393         PR c++/20681
3394         * g++.dg/warn/Wreturn-type-7.C: New.
3396 2012-01-13  Georg-Johann Lay  <avr@gjlay.de>
3398         * gcc.c-torture/execute/20120111-1.c: Fix wrong int = int32_t
3399         assumption.
3400         * g++.dg/ipa/pr51759.C: Fix assumption sizeof(int) > 2.
3401         * gcc.dg/cpp/warn-multichar.c: Fix to work on int=16 platforms.
3402         * gcc.dg/cpp/warn-multichar-2.c: Ditto.
3403         * gcc.dg/debug/dwarf2/pr49871.c: Add dg-require-effective-target
3404         int32plus because of big array needed.
3405         * gcc.dg/pr50527.c: Don't FAIL if sizeof(void*) = 2
3406         * gcc.dg/lto/20090218-2_1.c: Fix prototype of malloc, memcpy.
3408 2012-01-13  Jason Merrill  <jason@redhat.com>
3410         PR c++/51813
3411         * g++.dg/ext/visibility/template9.C: New.
3413         PR c++/51620
3414         * g++.dg/cpp0x/defaulted34.C: New.
3415         * g++.dg/template/virtual3.C: New.
3417 2012-01-13  Richard Guenther  <rguenther@suse.de>
3419         PR middle-end/8081
3420         * gcc.dg/torture/pr8081.c: New testcase.
3422 2012-01-13  Georg-Johann Lay  <avr@gjlay.de>
3424         * gcc.dg/pr46309.c: Set branch cost to greater 1 for avr.
3426 2012-01-12  Jason Merrill  <jason@redhat.com>
3428         PR c++/51714
3429         * g++.dg/ext/stmtexpr14.C: New.
3431 2012-01-13  Dodji Seketeli  <dodji@redhat.com>
3433         PR c++/51633
3434         * g++.dg/cpp0x/constexpr-diag4.C: New test.
3436 2012-01-12  Jason Merrill  <jason@redhat.com>
3438         PR c++/48051
3439         * g++.dg/abi/mangle48.C: Test qualified-names, too.
3440         * g++.dg/abi/mangle58.C: Likewise.
3442         PR c++/51403
3443         * g++.dg/template/arg8.C: New.
3445 2012-01-12  Ira Rosen  <irar@il.ibm.com>
3447         PR tree-optimization/51799
3448         * gcc.dg/vect/pr51799.c: New test.
3449         * gcc.dg/vect/vect-widen-shift-u8.c: Expect two widening shift
3450         patterns.
3452 2012-01-12  Dominique d'Humieres  <dominiq@lps.ens.fr>
3453             Tobias Burnus  <burnus@net-b.de>
3455         PR fortran/51057
3456         PR fortran/51616
3457         * lib/target-supports.exp
3458         (check_effective_target_fortran_largest_fp_has_sqrt): New.
3459         * gfortran.dg/quad_2.f90: Use it, add pattern for IBM's real(16).
3461 2012-01-11  Jason Merrill  <jason@redhat.com>
3463         PR c++/51565
3464         * g++.dg/ext/attrib42.C: New.
3466 2012-01-11  Jakub Jelinek  <jakub@redhat.com>
3468         PR bootstrap/51796
3469         * gcc.dg/pr51796.c: New test.
3471 2012-01-11  Jason Merrill  <jason@redhat.com>
3473         PR c++/51818
3474         * g++.dg/cpp0x/lambda/lambda-mangle3.C: New.
3476 2012-01-11  Eric Botcazou  <ebotcazou@adacore.com>
3478         * gnat.dg/array19.ad[sb]: New test.
3480 2012-01-11  Eric Botcazou  <ebotcazou@adacore.com>
3482         * gnat.dg/opt23.ad[sb]: New test.
3483         * gnat.dg/opt23_pkg.ad[sb]: New helper.
3484         * gnat.dg/opt24.ad[sb]: New test.
3486 2012-01-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3488         PR tree-optimization/49642
3489         * gcc.dg/tree-ssa/pr49642-1.c: New test.
3490         * gcc.dg/tree-ssa/pr49642-2.c: New test.
3492 2012-01-11  Jason Merrill  <jason@redhat.com>
3494         PR c++/51613
3495         * g++.dg/template/explicit-args5.C: New.
3497 2012-01-11  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
3499         * gcc.c-torture/execute/20120110-1.c: New testcase.
3501 2012-01-10  Jason Merrill  <jason@redhat.com>
3503         PR c++/51614
3504         * g++.dg/inherit/ambig1.C: New.
3506         PR c++/51433
3507         * g++.dg/cpp0x/constexpr-cache1.C: New.
3509 2012-01-10  Richard Guenther  <rguenther@suse.de>
3511         PR tree-optimization/51801
3512         * gcc.dg/torture/pr51801.c: New testcase.
3514 2012-01-10  Tobias Burnus  <burnus@net-b.de>
3516         PR fortran/51652
3517         * gfortran.dg/allocate_with_typespec_5.f90: New.
3519 2012-01-10  Tobias Burnus  <burnus@net-b.de>
3521         * gfortran.dg/class_39.f03: Update dg-error string.
3523 2012-01-10  Richard Guenther  <rguenther@suse.de>
3525         PR tree-optimization/50913
3526         * gcc.dg/graphite/interchange-16.c: New testcase.
3527         * gcc.dg/graphite/scop-20.c: XFAIL.
3528         * gfortran.dg/graphite/interchange-1.f: Likewise.
3529         * gfortran.dg/graphite/block-1.f90: Likewise.
3530         * gfortran.dg/graphite/block-2.f: Likewise.
3532 2012-01-10  Richard Henderson  <rth@redhat.com>
3534         * lib/target-supports.exp (check_effective_target_vect_perm,
3535         check_effective_target_vect_perm_byte,
3536         check_effective_target_vect_perm_short): Enable for arm neon.
3538 2012-01-09  Tobias Burnus  <burnus@net-b.de>
3540         PR fortran/46328
3541         * gfortran.dg/typebound_operator_11.f90: New.
3543 2012-01-09  Eric Botcazou  <ebotcazou@adacore.com>
3545         * gnat.dg/array18.adb: New test.
3546         * gnat.dg/array18_pkg.ads: New helper.
3548 2012-01-09  Paul Thomas  <pault@gcc.gnu.org>
3550         PR fortran/51791
3551         * gfortran.dg/typebound_operator_7.f03: Insert parentheses
3552         around base object in first assignment in main program.
3553         * gfortran.dg/typebound_operator_10.f03: New test.
3555 2012-01-09  Martin Jambor  <mjambor@suse.cz>
3557         PR tree-optimization/51759
3558         * g++.dg/ipa/pr51759.C: New test.
3560 2012-01-09  Tobias Burnus  <burnus@net-b.de>
3562         PR fortran/51758
3563         * gfortran.dg/optional_absent_2.f90: New.
3565 2012-01-09  Tobias Burnus  <burnus@net-b.de>
3567         PR fortran/51578
3568         * gfortran.dg/use_17.f90: New.
3570 2012-01-09  Gary Funck  <gary@intrepid.com>
3572         PR preprocessor/33919
3573         * gcc.dg/pr33919.c: New test.
3574         * gcc.dg/pr33919-0.h: New test header file.
3575         * gcc.dg/pr33919-1.h: Ditto.
3576         * gcc.dg/pr33919-2.h: Ditto.
3578 2012-01-07  Jan Hubicka  <jh@suse.cz>
3580         PR tree-optimize/51694
3581         * gcc.c-torture/compile/pr51694.c: new testcase.
3583 2012-01-07  Jan Hubicka  <jh@suse.cz>
3585         PR tree-optimization/51600
3586         * g++.dg/torture/pr51600.C: New testcase.
3588 2012-01-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3590         PR gcov-profile/51715
3591         PR gcov-profile/51717
3592         * gcc.misc-tests/gcov-13.c: Skip on 32-bit hppa*-*-hpux*.
3593         * gcc.misc-tests/gcov-14.c: Likewise.
3595 2012-01-06  Jason Merrill  <jason@redhat.com>
3597         * g++.dg/parse/new5.C: New.
3599 2012-01-06  Patrick Marlier  <patrick.marlier@gmail.com>
3601         PR testsuite/51655
3602         * c-c++-common/tm/memcpy-1.c: Declare memcpy instead of
3603         including <string.h>.
3605 2012-01-06  Jason Merrill  <jason@redhat.com>
3607         * g++.dg/abi/mangle51.C: New.
3608         * g++.dg/abi/mangle52.C: New.
3609         * g++.dg/abi/mangle53.C: New.
3610         * g++.dg/abi/mangle54.C: New.
3611         * g++.dg/abi/mangle55.C: New.
3612         * g++.dg/abi/mangle56.C: New.
3613         * g++.dg/abi/mangle57.C: New.
3614         * g++.dg/abi/mangle58.C: New.
3615         * g++.dg/abi/mangle59.C: New.
3616         * g++.dg/cpp0x/trailing3.C: Update mangling.
3617         * g++.dg/cpp0x/variadic111.C: Update mangling.
3618         * g++.dg/cpp0x/variadic4.C: Update mangling.
3619         * g++.dg/cpp0x/variadic42.C: Pass -fabi-version=5.
3620         * g++.dg/template/nontype22.C: Works now.
3621         * g++.dg/template/pr35240.C: Works now.
3623         * g++.dg/cpp0x/error7.C: New.
3625 2012-01-06  Tobias Burnus <burnus@net-b.de>
3627         * gfortran.dg/deallocate_stat_2.f90: New.
3628         * coarray/allocate_errgmsg.f90: New.
3629         * gfortran.dg/coarray_lib_alloc_1.f90: New.
3630         * gfortran.dg/coarray_lib_alloc_2.f90: New.
3631         * coarray/subobject_1.f90: Fix for num_images > 1.
3632         * gfortran.dg/deallocate_stat.f90: Update due to changed
3633         stat= handling.
3635 2012-01-06  Andrew Stubbs  <ams@codesourcery.com>
3637         * gcc.target/arm/headmerge-2.c: Adjust scan pattern.
3639 2012-01-06  Eric Botcazou  <ebotcazou@adacore.com>
3641         * ada/acats/overflow.lst: Add cb20004.
3643 2012-01-05  Dodji Seketeli  <dodji@redhat.com>
3645         PR c++/51541
3646         * g++.dg/cpp0x/alias-decl-18.C: New test.
3648 2012-01-05  Eric Botcazou  <ebotcazou@adacore.com>
3650         * gcc.c-torture/execute/20120104-1.c: New test.
3652 2012-01-05  Paul Thomas  <pault@gcc.gnu.org>
3654         PR fortran/PR48946
3655         * gfortran.dg/typebound_operator_9.f03: This is now a copy of
3656         the old typebound_operator_8.f03.
3657         * gfortran.dg/typebound_operator_8.f03: New version of
3658         typebound_operator_7.f03 with 'u' a derived type instead of a
3659         class object.
3661 2012-01-05  Richard Guenther  <rguenther@suse.de>
3663         * g++.dg/torture/pr49309.C: Skip for -flto.
3665 2012-01-05  Jakub Jelinek  <jakub@redhat.com>
3667         PR middle-end/51761
3668         * gcc.c-torture/compile/pr51761.c: New test.
3670 2012-01-05  Richard Guenther  <rguenther@suse.de>
3672         PR tree-optimization/51760
3673         * gcc.dg/torture/pr51760.c: New testcase.
3675 2012-01-05  Aldy Hernandez  <aldyh@redhat.com>
3677         PR middle-end/51472
3678         * gcc.dg/tm/memopt-6.c: Adjust regexp.
3680 2012-01-05  Richard Guenther  <rguenther@suse.de>
3682         PR lto/41576
3683         * gfortran.dg/lto/pr41576_0.f90: New testcase.
3684         * gfortran.dg/lto/pr41576_1.f90: Likewise.
3686 2012-01-04  Jakub Jelinek  <jakub@redhat.com>
3688         PR debug/51695
3689         * gcc.dg/pr51695.c: New test.
3691 2012-01-04  Andrew Pinski  <apinski@cavium.com>
3693         * gcc.target/mips/mips64-dsp-ldx1.c: New test.
3694         * gcc.target/mips/octeon2-lx-1.c: New test.
3695         * gcc.target/mips/mips64-dsp-ldx.c: New test.
3696         * gcc.target/mips/octeon2-lx-2.c: New test.
3697         * gcc.target/mips/octeon2-lx-3.c: New test.
3699 2012-01-04  Patrick Marlier  <patrick.marlier@gmail.com>
3701         PR other/51163
3702         PR other/51164
3703         * gcc.dg/tm/alias-1.c:  Adjust regexp.
3704         * gcc.dg/tm/alias-2.c:  Adjust regexp.
3706 2012-01-04  Paolo Carlini  <paolo.carlini@oracle.com>
3708         PR c++/51064
3709         * g++.dg/warn/Wparentheses-26.C: New.
3711 2012-01-04  Mikael Morin  <mikael@gcc.gnu.org>
3713         * gfortran.dg/elemental_optional_args_2.f90: New test.
3715 2012-01-04  Thomas Koenig  <tkoenig@gcc.gnu.org>
3717         PR fortran/49693
3718         * gfortran.dg/common_17.f90:  New test.
3720 2012-01-04  Richard Guenther  <rguenther@suse.de>
3722         PR tree-optimization/49651
3723         * gcc.dg/tree-ssa/pta-ptrarith-1.c: Adjust.
3724         * gcc.dg/tree-ssa/pta-ptrarith-2.c: Likewise.
3726 2012-01-03  Paolo Carlini  <paolo.carlini@oracle.com>
3728         PR c++/51738
3729         * g++.dg/cpp0x/initlist-postfix-open-square.C: New.
3731 2012-01-03  Andrew Pinski  <apinski@cavium.com>
3733         * lib/scanasm.exp (dg-function-on-line): Always use a special format
3734         for all mips targets.  Also allow an optional .cfi_startproc.
3736 2012-01-03  Uros Bizjak  <ubizjak@gmail.com>
3738         * gfortran.dg/typebound_operator_8.f03: Use dg-add-options ieee.
3740 2012-01-03  Paolo Carlini  <paolo.carlini@oracle.com>
3742         PR c++/29273
3743         * g++.dg/rtti/dyncast5.C: New.
3745 2012-01-03  Richard Guenther  <rguenther@suse.de>
3747         PR tree-optimization/51070
3748         * gcc.dg/torture/pr51070-2.c: New testcase.
3750 2012-01-03  Richard Guenther  <rguenther@suse.de>
3752         PR tree-optimization/51692
3753         * gcc.dg/torture/pr51692.c: New testcase.
3755 2012-01-03  Richard Guenther  <rguenther@suse.de>
3757         PR debug/51650
3758         * g++.dg/lto/pr51650-3_0.C: New testcase.
3760 2012-01-03  Paolo Carlini  <paolo.carlini@oracle.com>
3762         PR c++/15867
3763         * g++.dg/warn/Wredundant-decls-spec.C: New.
3765 2012-01-03  Jakub Jelinek  <jakub@redhat.com>
3767         PR tree-optimization/51719
3768         * g++.dg/tree-prof/pr51719.C: New test.
3770 2012-01-03  Richard Guenther  <rguenther@suse.de>
3772         PR middle-end/51730
3773         * gcc.dg/fold-compare-6.c: New testcase.
3775 2012-01-03  Jakub Jelinek  <jakub@redhat.com>
3777         PR c++/51669
3778         * g++.dg/gomp/pr51669.C: New test.
3780 2012-01-02  Jason Merrill  <jason@redhat.com>
3782         PR c++/51675
3783         * g++.dg/cpp0x/constexpr-union2.C: New.
3785         PR c++/51666
3786         * g++.dg/cpp0x/nsdmi-defer5.C: New.
3788 2012-01-02  Dodji Seketeli  <dodji@redhat.com>
3790         PR c++/51462
3791         * g++.dg/cpp0x/constexpr-99.C: New test.
3793 2012-01-02  Paolo Carlini  <paolo.carlini@oracle.com>
3795         PR c++/20140
3796         * g++.dg/template/init9.C: New.
3798 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
3800         * gcc.dg/memcpy-4.c: Add nomips16 attribute for MIPS targets.
3801         Increase copy to 5 bytes.  Look for at least two "mem/s/u"s,
3802         rather than a specific number.
3804 2012-01-02  Paul Thomas  <pault@gcc.gnu.org>
3806         PR fortran/46262
3807         PR fortran/46328
3808         PR fortran/51052
3809         * gfortran.dg/typebound_operator_7.f03: New.
3810         * gfortran.dg/typebound_operator_8.f03: New.
3812 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
3814         PR target/51729
3815         * gcc.target/mips/dspr2-MULT.c: Remove -ffixed-hi -ffixed-lo.
3816         XFAIL.
3817         * gcc.target/mips/dspr2-MULTU.c: Likewise.
3819 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
3821         * gcc.dg/pr46309.c: Add -mtune=octeon2 for MIPS.
3823 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
3825         * g++.dg/cpp0x/constexpr-rom.C: Look for .rdata rather than rodata
3826         for MIPS.
3828 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
3830         * gfortran.dg/io_real_boz_3.f90: Require fortran_real_16.
3831         * gfortran.dg/io_real_boz_4.f90: Likewise.
3832         * gfortran.dg/io_real_boz_5.f90: Likewise.
3834 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
3836         * g++.dg/opt/devirt2.C: Add -mno-abicalls for MIPS.
3838 2012-01-02  Revital Eres  <revital.eres@linaro.org>
3840         * gcc.dg/sms-11.c: New file.
3842 2012-01-02  Tobias Burnus  <burnus@net-b.de>
3844         PR fortran/51682
3845         * gfortran.dg/coarray/image_index_3.f90: New.
3847 2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>
3849         PR c++/16603
3850         * g++.dg/parse/enum8.C: New.
3852 2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>
3854         PR c++/51379
3855         * g++.dg/conversion/reinterpret4.C: New.
3856         * g++.dg/conversion/reinterpret1.C: Adjust.
3858 2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>
3860         * g++.dg/cpp0x/constexpr-delegating2.C: Add missing piece.
3862 2012-01-01  Fabien Chêne  <fabien@gcc.gnu.org>
3864         * g++.old-deja/g++.brendan/crash25.C: Adjust.
3865         * g++.old-deja/g++.brendan/crash56.C: Likewise.
3866         * g++.old-deja/g++.jason/access14.C: Likewise.
3867         * g++.old-deja/g++.jason/access8.C: Likewise.
3868         * g++.old-deja/g++.jason/access1.C: Likewise.
3869         * g++.old-deja/g++.other/access3.C: Likewise.
3870         * g++.old-deja/g++.other/access5.C: Likewise.
3871         * g++.old-deja/g++.law/unsorted1.C: Likewise.
3872         * g++.old-deja/g++.law/visibility22.C: Likewise.
3873         * g++.old-deja/g++.law/visibility26.C: Likewise.
3874         * g++.old-deja/g++.mike/p2746.C: Likewise.
3875         * g++.dg/debug/using1.C: Likewise.
3876         * g++.dg/lookup/using51.C: Likewise.
3877         * g++.dg/inherit/using5.C: Likewise.
3878         * g++.dg/inherit/pr30297.C: Likewise.
3879         * g++.dg/inherit/access8.C: Likewise.
3880         * g++.dg/torture/pr39362.C: Likewise.
3881         * g++.dg/template/crash13.C: Likewise.
3882         * g++.dg/template/using10.C: Likewise.
3884 2012-01-01  Thomas Koenig  <tkoenig@gcc.gnu.org>
3886         PR fortran/51502
3887         * lib/gcc-dg.exp (scan-module-absence):  Really commit last
3888         change.
3890 2012-01-01  Ira Rosen  <irar@il.ibm.com>
3892         PR tree-optimization/51704
3893         * gfortran.dg/vect/no-fre-no-copy-prop-O3-pr51704.f90: New.
3894         * gfortran.dg/vect/vect.exp: Run no-fre-no-copy-prop-O3-* with
3895         corresponding flags.
3897 2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>
3899         PR c++/51723
3900         * g++.dg/cpp0x/constexpr-delegating2.C: New.
3902 2012-01-01  Jan Hubicka  <jh@suse.cz>
3904         PR rtl-optimization/51069
3905         * gcc.c-torture/compile/pr51069.c: New testcase.
3907 2012-01-01  Jakub Jelinek  <jakub@redhat.com>
3909         PR tree-optimization/51683
3910         * gcc.dg/pr51683.c: New test.
3912 Copyright (C) 2012 Free Software Foundation, Inc.
3914 Copying and distribution of this file, with or without modification,
3915 are permitted in any medium without royalty provided the copyright
3916 notice and this notice are preserved.