OSDN Git Service

gcc:
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2012-01-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2
3         PR tree-optimization/49642
4         * gcc.dg/tree-ssa/pr49642-1.c: New test.
5         * gcc.dg/tree-ssa/pr49642-2.c: New test.
6
7 2012-01-11  Jason Merrill  <jason@redhat.com>
8
9         PR c++/51613
10         * g++.dg/template/explicit-args5.C: New.
11
12 2012-01-11  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
13
14         * gcc.c-torture/execute/20120110-1.c: New testcase.
15
16 2012-01-10  Jason Merrill  <jason@redhat.com>
17
18         PR c++/51614
19         * g++.dg/inherit/ambig1.C: New.
20
21         PR c++/51433
22         * g++.dg/cpp0x/constexpr-cache1.C: New.
23
24 2012-01-10  Richard Guenther  <rguenther@suse.de>
25
26         PR tree-optimization/51801
27         * gcc.dg/torture/pr51801.c: New testcase.
28
29 2012-01-10  Tobias Burnus  <burnus@net-b.de>
30
31         PR fortran/51652
32         * gfortran.dg/allocate_with_typespec_5.f90: New.
33
34 2012-01-10  Tobias Burnus  <burnus@net-b.de>
35
36         * gfortran.dg/class_39.f03: Update dg-error string.
37
38 2012-01-10  Richard Guenther  <rguenther@suse.de>
39
40         PR tree-optimization/50913
41         * gcc.dg/graphite/interchange-16.c: New testcase.
42         * gcc.dg/graphite/scop-20.c: XFAIL.
43         * gfortran.dg/graphite/interchange-1.f: Likewise.
44         * gfortran.dg/graphite/block-1.f90: Likewise.
45         * gfortran.dg/graphite/block-2.f: Likewise.
46
47 2012-01-10  Richard Henderson  <rth@redhat.com>
48
49         * lib/target-supports.exp (check_effective_target_vect_perm,
50         check_effective_target_vect_perm_byte,
51         check_effective_target_vect_perm_short): Enable for arm neon.
52
53 2012-01-09  Tobias Burnus  <burnus@net-b.de>
54
55         PR fortran/46328
56         * gfortran.dg/typebound_operator_11.f90: New.
57
58 2012-01-09  Eric Botcazou  <ebotcazou@adacore.com>
59
60         * gnat.dg/array18.adb: New test.
61         * gnat.dg/array18_pkg.ads: New helper.
62
63 2012-01-09  Paul Thomas  <pault@gcc.gnu.org>
64
65         PR fortran/51791
66         * gfortran.dg/typebound_operator_7.f03: Insert parentheses
67         around base object in first assignment in main program.
68         * gfortran.dg/typebound_operator_10.f03: New test.
69
70 2012-01-09  Martin Jambor  <mjambor@suse.cz>
71
72         PR tree-optimization/51759
73         * g++.dg/ipa/pr51759.C: New test.
74
75 2012-01-09  Tobias Burnus  <burnus@net-b.de>
76
77         PR fortran/51758
78         * gfortran.dg/optional_absent_2.f90: New.
79
80 2012-01-09  Tobias Burnus  <burnus@net-b.de>
81
82         PR fortran/51578
83         * gfortran.dg/use_17.f90: New.
84
85 2012-01-09  Gary Funck  <gary@intrepid.com>
86
87         PR preprocessor/33919
88         * gcc.dg/pr33919.c: New test.
89         * gcc.dg/pr33919-0.h: New test header file.
90         * gcc.dg/pr33919-1.h: Ditto.
91         * gcc.dg/pr33919-2.h: Ditto.
92
93 2012-01-07  Jan Hubicka  <jh@suse.cz>
94
95         PR tree-optimize/51694
96         * gcc.c-torture/compile/pr51694.c: new testcase.
97
98 2012-01-07  Jan Hubicka  <jh@suse.cz>
99
100         PR tree-optimization/51600
101         * g++.dg/torture/pr51600.C: New testcase.
102
103 2012-01-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
104
105         PR gcov-profile/51715
106         PR gcov-profile/51717
107         * gcc.misc-tests/gcov-13.c: Skip on 32-bit hppa*-*-hpux*.
108         * gcc.misc-tests/gcov-14.c: Likewise.
109  
110 2012-01-06  Jason Merrill  <jason@redhat.com>
111
112         * g++.dg/parse/new5.C: New.
113
114 2012-01-06  Patrick Marlier  <patrick.marlier@gmail.com>
115
116         PR testsuite/51655
117         * c-c++-common/tm/memcpy-1.c: Declare memcpy instead of
118         including <string.h>. 
119
120 2012-01-06  Jason Merrill  <jason@redhat.com>
121
122         * g++.dg/abi/mangle51.C: New.
123         * g++.dg/abi/mangle52.C: New.
124         * g++.dg/abi/mangle53.C: New.
125         * g++.dg/abi/mangle54.C: New.
126         * g++.dg/abi/mangle55.C: New.
127         * g++.dg/abi/mangle56.C: New.
128         * g++.dg/abi/mangle57.C: New.
129         * g++.dg/abi/mangle58.C: New.
130         * g++.dg/abi/mangle59.C: New.
131         * g++.dg/cpp0x/trailing3.C: Update mangling.
132         * g++.dg/cpp0x/variadic111.C: Update mangling.
133         * g++.dg/cpp0x/variadic4.C: Update mangling.
134         * g++.dg/cpp0x/variadic42.C: Pass -fabi-version=5.
135         * g++.dg/template/nontype22.C: Works now.
136         * g++.dg/template/pr35240.C: Works now.
137
138         * g++.dg/cpp0x/error7.C: New.
139
140 2012-01-06  Tobias Burnus <burnus@net-b.de>
141
142         * gfortran.dg/deallocate_stat_2.f90: New.
143         * coarray/allocate_errgmsg.f90: New.
144         * gfortran.dg/coarray_lib_alloc_1.f90: New.
145         * gfortran.dg/coarray_lib_alloc_2.f90: New.
146         * coarray/subobject_1.f90: Fix for num_images > 1.
147         * gfortran.dg/deallocate_stat.f90: Update due to changed
148         stat= handling.
149
150 2012-01-06  Andrew Stubbs  <ams@codesourcery.com>
151
152         * gcc.target/arm/headmerge-2.c: Adjust scan pattern.
153
154 2012-01-06  Eric Botcazou  <ebotcazou@adacore.com>
155
156         * ada/acats/overflow.lst: Add cb20004.
157
158 2012-01-05  Dodji Seketeli  <dodji@redhat.com>
159
160         PR c++/51541
161         * g++.dg/cpp0x/alias-decl-18.C: New test.
162
163 2012-01-05  Eric Botcazou  <ebotcazou@adacore.com>
164
165         * gcc.c-torture/execute/20120104-1.c: New test.
166
167 2012-01-05  Paul Thomas  <pault@gcc.gnu.org>
168
169         PR fortran/PR48946
170         * gfortran.dg/typebound_operator_9.f03: This is now a copy of
171         the old typebound_operator_8.f03.
172         * gfortran.dg/typebound_operator_8.f03: New version of
173         typebound_operator_7.f03 with 'u' a derived type instead of a
174         class object.
175
176 2012-01-05  Richard Guenther  <rguenther@suse.de>
177
178         * g++.dg/torture/pr49309.C: Skip for -flto.
179
180 2012-01-05  Jakub Jelinek  <jakub@redhat.com>
181
182         PR middle-end/51761
183         * gcc.c-torture/compile/pr51761.c: New test.
184
185 2012-01-05  Richard Guenther  <rguenther@suse.de>
186
187         PR tree-optimization/51760
188         * gcc.dg/torture/pr51760.c: New testcase.
189
190 2012-01-05  Aldy Hernandez  <aldyh@redhat.com>
191
192         PR middle-end/51472
193         * gcc.dg/tm/memopt-6.c: Adjust regexp.
194
195 2012-01-05  Richard Guenther  <rguenther@suse.de>
196
197         PR lto/41576
198         * gfortran.dg/lto/pr41576_0.f90: New testcase.
199         * gfortran.dg/lto/pr41576_1.f90: Likewise.
200
201 2012-01-04  Jakub Jelinek  <jakub@redhat.com>
202
203         PR debug/51695
204         * gcc.dg/pr51695.c: New test.
205
206 2012-01-04  Andrew Pinski  <apinski@cavium.com>
207
208         * gcc.target/mips/mips64-dsp-ldx1.c: New test.
209         * gcc.target/mips/octeon2-lx-1.c: New test.
210         * gcc.target/mips/mips64-dsp-ldx.c: New test.
211         * gcc.target/mips/octeon2-lx-2.c: New test.
212         * gcc.target/mips/octeon2-lx-3.c: New test.
213
214 2012-01-04  Patrick Marlier  <patrick.marlier@gmail.com>
215
216         PR other/51163
217         PR other/51164
218         * gcc.dg/tm/alias-1.c:  Adjust regexp.
219         * gcc.dg/tm/alias-2.c:  Adjust regexp.
220
221 2012-01-04  Paolo Carlini  <paolo.carlini@oracle.com>
222
223         PR c++/51064
224         * g++.dg/warn/Wparentheses-26.C: New.
225
226 2012-01-04  Mikael Morin  <mikael@gcc.gnu.org>
227
228         * gfortran.dg/elemental_optional_args_2.f90: New test.
229
230 2012-01-04  Thomas Koenig  <tkoenig@gcc.gnu.org>
231
232         PR fortran/49693
233         * gfortran.dg/common_17.f90:  New test.
234
235 2012-01-04  Richard Guenther  <rguenther@suse.de>
236
237         PR tree-optimization/49651
238         * gcc.dg/tree-ssa/pta-ptrarith-1.c: Adjust.
239         * gcc.dg/tree-ssa/pta-ptrarith-2.c: Likewise.
240
241 2012-01-03  Paolo Carlini  <paolo.carlini@oracle.com>
242
243         PR c++/51738
244         * g++.dg/cpp0x/initlist-postfix-open-square.C: New.
245
246 2012-01-03  Andrew Pinski  <apinski@cavium.com>
247
248         * lib/scanasm.exp (dg-function-on-line): Always use a special format
249         for all mips targets.  Also allow an optional .cfi_startproc.
250
251 2012-01-03  Uros Bizjak  <ubizjak@gmail.com>
252
253         * gfortran.dg/typebound_operator_8.f03: Use dg-add-options ieee.
254
255 2012-01-03  Paolo Carlini  <paolo.carlini@oracle.com>
256
257         PR c++/29273
258         * g++.dg/rtti/dyncast5.C: New.
259
260 2012-01-03  Richard Guenther  <rguenther@suse.de>
261
262         PR tree-optimization/51070
263         * gcc.dg/torture/pr51070-2.c: New testcase.
264
265 2012-01-03  Richard Guenther  <rguenther@suse.de>
266
267         PR tree-optimization/51692
268         * gcc.dg/torture/pr51692.c: New testcase.
269
270 2012-01-03  Richard Guenther  <rguenther@suse.de>
271
272         PR debug/51650
273         * g++.dg/lto/pr51650-3_0.C: New testcase.
274
275 2012-01-03  Paolo Carlini  <paolo.carlini@oracle.com>
276
277         PR c++/15867
278         * g++.dg/warn/Wredundant-decls-spec.C: New.
279
280 2012-01-03  Jakub Jelinek  <jakub@redhat.com>
281
282         PR tree-optimization/51719
283         * g++.dg/tree-prof/pr51719.C: New test.
284
285 2012-01-03  Richard Guenther  <rguenther@suse.de>
286
287         PR middle-end/51730
288         * gcc.dg/fold-compare-6.c: New testcase.
289
290 2012-01-03  Jakub Jelinek  <jakub@redhat.com>
291
292         PR c++/51669
293         * g++.dg/gomp/pr51669.C: New test.
294
295 2012-01-02  Jason Merrill  <jason@redhat.com>
296
297         PR c++/51675
298         * g++.dg/cpp0x/constexpr-union2.C: New.
299
300         PR c++/51666
301         * g++.dg/cpp0x/nsdmi-defer5.C: New.
302
303 2012-01-02  Dodji Seketeli  <dodji@redhat.com>
304
305         PR c++/51462
306         * g++.dg/cpp0x/constexpr-99.C: New test.
307
308 2012-01-02  Paolo Carlini  <paolo.carlini@oracle.com>
309
310         PR c++/20140
311         * g++.dg/template/init9.C: New.
312
313 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
314
315         * gcc.dg/memcpy-4.c: Add nomips16 attribute for MIPS targets.
316         Increase copy to 5 bytes.  Look for at least two "mem/s/u"s,
317         rather than a specific number.
318
319 2012-01-02  Paul Thomas  <pault@gcc.gnu.org>
320
321         PR fortran/46262
322         PR fortran/46328
323         PR fortran/51052
324         * gfortran.dg/typebound_operator_7.f03: New.
325         * gfortran.dg/typebound_operator_8.f03: New.
326
327 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
328
329         PR target/51729
330         * gcc.target/mips/dspr2-MULT.c: Remove -ffixed-hi -ffixed-lo.
331         XFAIL.
332         * gcc.target/mips/dspr2-MULTU.c: Likewise.
333
334 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
335
336         * gcc.dg/pr46309.c: Add -mtune=octeon2 for MIPS.
337
338 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
339
340         * g++.dg/cpp0x/constexpr-rom.C: Look for .rdata rather than rodata
341         for MIPS.
342
343 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
344
345         * gfortran.dg/io_real_boz_3.f90: Require fortran_real_16.
346         * gfortran.dg/io_real_boz_4.f90: Likewise.
347         * gfortran.dg/io_real_boz_5.f90: Likewise.
348
349 2012-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
350
351         * g++.dg/opt/devirt2.C: Add -mno-abicalls for MIPS.
352
353 2012-01-02  Revital Eres  <revital.eres@linaro.org>
354
355         * gcc.dg/sms-11.c: New file.
356
357 2012-01-02  Tobias Burnus  <burnus@net-b.de>
358
359         PR fortran/51682
360         * gfortran.dg/coarray/image_index_3.f90: New.
361
362 2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>
363
364         PR c++/16603
365         * g++.dg/parse/enum8.C: New.
366
367 2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>
368
369         PR c++/51379
370         * g++.dg/conversion/reinterpret4.C: New.
371         * g++.dg/conversion/reinterpret1.C: Adjust.
372
373 2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>
374
375         * g++.dg/cpp0x/constexpr-delegating2.C: Add missing piece.
376
377 2012-01-01  Fabien ChĂȘne  <fabien@gcc.gnu.org>
378
379         * g++.old-deja/g++.brendan/crash25.C: Adjust.
380         * g++.old-deja/g++.brendan/crash56.C: Likewise.
381         * g++.old-deja/g++.jason/access14.C: Likewise.
382         * g++.old-deja/g++.jason/access8.C: Likewise.
383         * g++.old-deja/g++.jason/access1.C: Likewise.
384         * g++.old-deja/g++.other/access3.C: Likewise.
385         * g++.old-deja/g++.other/access5.C: Likewise.
386         * g++.old-deja/g++.law/unsorted1.C: Likewise.
387         * g++.old-deja/g++.law/visibility22.C: Likewise.
388         * g++.old-deja/g++.law/visibility26.C: Likewise.
389         * g++.old-deja/g++.mike/p2746.C: Likewise.
390         * g++.dg/debug/using1.C: Likewise.
391         * g++.dg/lookup/using51.C: Likewise.
392         * g++.dg/inherit/using5.C: Likewise.
393         * g++.dg/inherit/pr30297.C: Likewise.
394         * g++.dg/inherit/access8.C: Likewise.
395         * g++.dg/torture/pr39362.C: Likewise.
396         * g++.dg/template/crash13.C: Likewise.
397         * g++.dg/template/using10.C: Likewise.
398
399 2012-01-01  Thomas Koenig  <tkoenig@gcc.gnu.org>
400
401         PR fortran/51502
402         * lib/gcc-dg.exp (scan-module-absence):  Really commit last
403         change.
404
405 2012-01-01  Ira Rosen  <irar@il.ibm.com>
406
407         PR tree-optimization/51704
408         * gfortran.dg/vect/no-fre-no-copy-prop-O3-pr51704.f90: New.
409         * gfortran.dg/vect/vect.exp: Run no-fre-no-copy-prop-O3-* with
410         corresponding flags.
411
412 2012-01-01  Paolo Carlini  <paolo.carlini@oracle.com>
413
414         PR c++/51723
415         * g++.dg/cpp0x/constexpr-delegating2.C: New.
416
417 2012-01-01  Jan Hubicka  <jh@suse.cz>
418
419         PR rtl-optimization/51069
420         * gcc.c-torture/compile/pr51069.c: New testcase.
421
422 2012-01-01  Jakub Jelinek  <jakub@redhat.com>
423
424         PR tree-optimization/51683
425         * gcc.dg/pr51683.c: New test.
426 \f
427 Copyright (C) 2012 Free Software Foundation, Inc.
428
429 Copying and distribution of this file, with or without modification,
430 are permitted in any medium without royalty provided the copyright
431 notice and this notice are preserved.