OSDN Git Service

PR c++/36625
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2010-04-14  Jason Merrill  <jason@redhat.com>
2
3         PR c++/36625
4         * g++.dg/ext/attrib38.C: New.
5
6 2010-04-14  Steve Ellcey  <sje@cup.hp.com>
7
8         PR testsuite/43739
9         * gcc.dg/pr43643.c: Use static link on hppa*-*-hpux*.
10
11 2010-04-14  Manuel López-Ibáñez  <manu@gcc.gnu.org>
12
13         PR 42966
14         * gcc.dg/cpp/warn-undef-2.c: Update.
15         * gcc.dg/cpp/warn-traditional-2.c: Update.
16         * gcc.dg/cpp/warn-comments-2.c: Update.
17         * gcc.dg/cpp/warn-variadic-2.c: Update.
18         * gcc.dg/cpp/warn-long-long-2.c: Update.
19         * gcc.dg/cpp/warn-deprecated-2.c: Update.
20         * gcc.dg/cpp/warn-multichar-2.c: Update.
21         * gcc.dg/cpp/warn-normalized-3.c: Update.
22         * gcc.dg/cpp/warn-cxx-compat-2.c: Update.
23         * gcc.dg/cpp/warn-trigraphs-3.c: Update.
24         * gcc.dg/cpp/warn-unused-macros-2.c: Update.
25         * gcc.dg/cpp/warn-trigraphs-4.c: Update.
26         * gcc.dg/cpp/warn-redefined-2.c: Update.
27         * gfortran.dg/warning-directive-2.F90: Update.
28         * c-c++-common/cpp/warning-directive-2.c: Update.
29
30 2010-04-14  Michael Matz  <matz@suse.de>
31
32         PR tree-optimization/42963
33         * testsuite/gcc.dg/pr42963.c: New testcase.
34
35 2010-04-14  Eric Botcazou  <ebotcazou@adacore.com>
36
37         * gnat.dg/class_wide.adb: Rename into...
38         * gnat.dg/class_wide1.adb: ...this.
39         * gnat.dg/class_wide2.ad[sb]: New test.
40
41 2010-04-14  Tobias Burnus  <burnus@net-b.de>
42
43         PR fortran/18918
44         * gfortran.dg/coarray_9.f90: Update dg-errors.
45         * gfortran.dg/coarray_10.f90: New test.
46         * gfortran.dg/coarray_11.f90: New test.
47
48 2010-04-14  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
49
50         PR fortran/43747
51         gfortran.dg/initialization_24.f90: New test.
52
53 2010-04-13  Jason Merrill  <jason@redhat.com>
54
55         * g++.dg/cpp0x/lambda/lambda-deduce2.C: Remove.
56         * g++.dg/cpp0x/lambda/lambda-uneval.C: New.
57
58 2010-04-13  Manuel López-Ibáñez  <manu@gcc.gnu.org>
59
60         * gcc.dg/cpp/cpp.exp: Test also c-c++-common/cpp.
61         * g++.dg/dg.exp: Likewise.
62         * gcc.dg/cpp/warning-directive-1.c: Move to ...
63         * c-c++-common/cpp/warning-directive-1.c: ... here.
64         * gcc.dg/cpp/warning-directive-2.c: Move to ...
65         * c-c++-common/cpp/warning-directive-2.c: ... here.
66         * gcc.dg/cpp/warning-directive-3.c: Move to ...
67         * c-c++-common/cpp/warning-directive-3.c: ... here.
68         * gcc.dg/cpp/warning-directive-4.c: Move to ...
69         * c-c++-common/cpp/warning-directive-4.c: ... here.
70         * g++.dg/cpp/warning-directive-1.C: Delete.
71         * g++.dg/cpp/warning-directive-2.C: Delete.
72         * g++.dg/cpp/warning-directive-3.C: Delete.
73         * g++.dg/cpp/warning-directive-4.C: Delete.
74         * gcc.dg/cpp/normalised-3.c: Delete.
75         * g++.dg/cpp/normalised-1.C: Rename as ...
76         * c-c++-common/cpp/normalised-3.c: ... this.
77
78 2010-04-13  Martin Jambor  <mjambor@suse.cz>
79
80         * gcc.dg/tree-ssa/sra-9.c: New test.
81
82 2010-04-13  Michael Matz  <matz@suse.de>
83
84         PR middle-end/43730
85         * gcc.dg/pr43730.c: New test.
86
87 2010-04-13  Michael Matz  <matz@suse.de>
88
89         * gcc.dg/tree-ssa/negate.c: New testcase.
90
91 2010-04-13  Richard Guenther  <rguenther@suse.de>
92
93         PR testsuite/43735
94         * gcc.dg/guality/inline-params.c: Remove -fwhopr XPASS.
95
96 2010-04-13  Richard Guenther  <rguenther@suse.de>
97
98         * gcc.dg/vect/no-vfa-vect-depend-1.c: Adjust.
99
100 2010-04-13  Eric Botcazou  <ebotcazou@adacore.com>
101
102         * gnat.dg/derived_type1.adb: New test.
103
104 2010-04-13  Matthias Klose  <doko@ubuntu.com>
105
106         * gcc.dg/plugindir1.c: New testcase.
107         * gcc.dg/plugindir2.c: New testcase.
108         * gcc.dg/plugindir3.c: New testcase.
109         * gcc.dg/plugindir4.c: New testcase.
110
111 2010-04-12  Uros Bizjak  <ubizjak@gmail.com>
112
113         * gcc.target/i386/rotate-2.c: New test.
114
115 2010-04-12  Jason Merrill  <jason@redhat.com>
116
117         PR c++/43641
118         * g++.dg/cpp0x/lambda/lambda-conv4.C: New.
119         * g++.dg/cpp0x/lambda/lambda-deduce2.C: New.
120
121 2010-04-12  Fabien Chene  <fabien.chene@gmail.com>
122
123         PR c++/25811
124         * g++.dg/init/pr25811.C: New test.
125
126 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
127
128         * g++.dg/warn/miss-format-1.C: Removed *-*-solaris2.7 from
129         dg-error, dg-warning.
130         * gcc.dg/c99-stdint-6.c: Removed *-*-solaris2.7 from dg-options.
131
132 2010-04-12  Richard Guenther  <rguenther@suse.de>
133
134         * gcc.dg/torture/inline-2.c: New testcase.
135
136 2010-04-12  Jakub Jelinek  <jakub@redhat.com>
137
138         PR bootstrap/43699
139         * gcc.dg/Wunused-var-7.c: New test.
140
141         PR tree-optimization/43560
142         * gcc.c-torture/execute/pr43560.c: New test.
143
144 2010-04-12  Eric Botcazou  <ebotcazou@adacore.com>
145
146         * gnat.dg/aggr13.adb: New test.
147         * gnat.dg/aggr14.adb: Likewise.
148         * gnat.dg/aggr14_pkg.ad[sb]: New helper.
149
150 2010-04-12  Richard Guenther  <rguenther@suse.de>
151
152         PR c++/43611
153         * g++.dg/torture/pr43611.C: New testcase.
154
155 2010-04-12  Shujing Zhao  <pearly.zhao@oracle.com>
156
157         PR c/36774
158         * gcc.dg/pr36774-1.c: New test.
159         * gcc.dg/pr36774-2.c: New test.
160
161 2010-04-11  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
162
163         * gcc.target/sh/rte-delay-slot.c: New test.
164
165 2010-04-11  Eric Botcazou  <ebotcazou@adacore.com>
166
167         * gnat.dg/pack9.adb: Remove -cargs option.
168         * gnat.dg/aggr12.ad[sb]: New test.
169
170 2010-04-10  Jie Zhang  <jie@codesourcery.com>
171
172         PR target/43417
173         * gcc.target/sh/pr43417.c: New test.
174
175 2010-04-10  Tobias Burnus  <burnus@net-b.de>
176
177         PR fortran/43591
178         * gfortran.dg/spec_expr_6.f90: New test.
179
180 2010-04-09  Manuel López-Ibáñez <manu@gcc.gnu.org>
181
182         PR cpp/43195
183         * gcc.dg/cpp/pr43195.c: New.
184         * gcc.dg/cpp/pr43195.h: New.
185
186 2010-04-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
187
188         PR 42965
189         * gcc.dg/Werror-6.c: Adjust.
190         * gcc.dg/Werror-implicit-function-declaration.c: Likewise.
191         * gcc.dg/Werror-4.c: Likewise.
192         * gcc.dg/Wdeclaration-after-statement-3.c: Likewise.
193         * gcc.dg/Wswitch-enum-error.c: Likewise.
194         * gcc.dg/Wpointer-arith.c: Likewise.
195         * gcc.dg/Wfatal.c: Likewise.
196         * gcc.dg/Wswitch-error.c: Likewise.
197         * g++.dg/warn/unused-result1-Werror.c: Likewise.
198         * gcc.dg/Werror-9.c: Delete. Duplicate of Werror-4.c.
199         * gcc.dg/cpp/warn-undef-2.c: Likewise.
200         * gcc.dg/cpp/warn-traditional-2.c: Likewise.
201         * gcc.dg/cpp/warn-comments-2.c: Likewise.
202         * gcc.dg/cpp/warn-variadic-2.c: Likewise.
203         * gcc.dg/cpp/warning-directive-2.c: Likewise.
204         * gcc.dg/cpp/warn-long-long-2.c: Likewise.
205         * gcc.dg/cpp/warn-deprecated-2.c: Likewise.
206         * gcc.dg/cpp/warn-multichar-2.c: Likewise.
207         * gcc.dg/cpp/warn-normalized-3.c: Likewise.
208         * gcc.dg/cpp/warn-cxx-compat-2.c: Likewise.
209         * gcc.dg/cpp/warn-trigraphs-3.c: Likewise.
210         * gcc.dg/cpp/warn-unused-macros-2.c: Likewise.
211         * gcc.dg/cpp/warn-trigraphs-4.c: Likewise.
212         * gcc.dg/cpp/warn-redefined-2.c: Likewise.
213         * g++.dg/cpp/warning-directive-2.C: Likewise.
214         * gfortran.dg/warning-directive-2.F90: Likewise.
215
216 2010-04-09  Jason Merrill  <jason@redhat.com>
217
218         PR c++/42623
219         * g++.dg/template/sizeof13.C: New.
220
221 2010-04-09  Kai Tietz  <kai.tietz@onevision.com>
222
223         * g++.dg/other/pr35504.C: Add check for thiscall.
224         * g++.dg/torture/stackalign/eh-thiscall-1.C: New.
225         * gcc.dg/torture/stackalign/thiscall-1.c: New.
226
227 2010-04-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
228
229         PR c++/28584
230         * gcc.dg/Wint-to-pointer-cast-1.c: Move to...
231         * c-c++-common/Wint-to-pointer-cast-1.c: ...  here.
232         * gcc.dg/Wint-to-pointer-cast-2.c: Move to...
233         * c-c++-common/Wint-to-pointer-cast-2.c: ...  here.
234         * gcc.dg/Wint-to-pointer-cast-3.c: Move to...
235         * c-c++-common/Wint-to-pointer-cast-3.c: ...  here. Update.
236         * g++.old-deja/g++.mike/warn1.C: Add -Wno-int-to-pointer-cast.
237         * g++.dg/other/increment1.C: Likewise.
238
239 2010-04-09  Tobias Burnus  <burnus@net-b.de>
240
241         PR fortran/18918
242         * gfortran.dg/coarray_7.f90: New test.
243         * gfortran.dg/coarray_8.f90: New test.
244
245 2010-04-08  Bud Davis  <bdavis9659@sbcglobal.net>
246
247         PR fortran/28039
248         * gfortran.dg/fmt_with_extra.f: Remove xfail and update test.
249
250 2010-04-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
251
252         PR target/43643
253         * gcc.dg/pr43643.c: New test.
254
255 2010-04-08  Tobias Burnus  <burnus@net-b.de>
256
257         * gfortran.dg/iso_fortran_env_6.f90: Add more checks.
258
259 2010-04-08  Richard Guenther  <rguenther@suse.de>
260
261         PR tree-optimization/43679
262         * gcc.c-torture/compile/pr43679.c: New testcase.
263
264 2010-04-08  Jakub Jelinek  <jakub@redhat.com>
265
266         PR debug/43670
267         * gcc.dg/pr43670.c: New test.
268
269 2010-04-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
270
271         PR middle-end/40815
272         * gcc.dg/tree-ssa/reassoc-19.c: New.
273
274 2010-04-07  Jakub Jelinek  <jakub@redhat.com>
275
276         PR c/18624
277         * gcc.dg/Wunused-var-1.c: New test.
278         * gcc.dg/Wunused-var-2.c: New test.
279         * gcc.dg/Wunused-var-3.c: New test.
280         * gcc.dg/Wunused-var-4.c: New test.
281         * gcc.dg/Wunused-var-5.c: New test.
282         * gcc.dg/Wunused-var-6.c: New test.
283         * gcc.dg/Wunused-parm-1.c: New test.
284
285         * gcc.dg/builtin-choose-expr.c: Avoid set but not used warnings.
286         * gcc.dg/trunc-1.c: Likewise.
287         * gcc.dg/vla-9.c: Likewise.
288         * gcc.dg/dfp/composite-type.c: Likewise.
289
290 2010-04-07  Iain Sandoe <iains@gcc.gnu.org>
291
292         PR objc/35996
293         * objc.dg/objc-gc-4.m: Run for all targets, prune new warning.
294         * obj-c++.dg/objc-gc-3.mm: Ditto.
295
296 2010-04-07  Simon Baldwin  <simonb@google.com>
297
298         * gcc.dg/cpp/warn-undef-2.c: New.
299         * gcc.dg/cpp/warn-traditional-2.c: New.
300         * gcc.dg/cpp/warn-comments-2.c: New.
301         * gcc.dg/cpp/warning-directive-1.c: New.
302         * gcc.dg/cpp/warn-long-long.c: New.
303         * gcc.dg/cpp/warn-traditional.c: New.
304         * gcc.dg/cpp/warn-variadic-2.c: New.
305         * gcc.dg/cpp/warn-undef.c: New.
306         * gcc.dg/cpp/warn-normalized-1.c: New.
307         * gcc.dg/cpp/warning-directive-2.c: New.
308         * gcc.dg/cpp/warn-long-long-2.c: New.
309         * gcc.dg/cpp/warn-variadic.c: New.
310         * gcc.dg/cpp/warn-normalized-2.c: New.
311         * gcc.dg/cpp/warning-directive-3.c: New.
312         * gcc.dg/cpp/warn-deprecated-2.c: New.
313         * gcc.dg/cpp/warn-trigraphs-1.c: New.
314         * gcc.dg/cpp/warn-multichar-2.c: New.
315         * gcc.dg/cpp/warn-normalized-3.c: New.
316         * gcc.dg/cpp/warning-directive-4.c: New.
317         * gcc.dg/cpp/warn-unused-macros.c: New.
318         * gcc.dg/cpp/warn-trigraphs-2.c: New.
319         * gcc.dg/cpp/warn-cxx-compat-2.c: New.
320         * gcc.dg/cpp/warn-cxx-compat.c: New.
321         * gcc.dg/cpp/warn-redefined.c: New.
322         * gcc.dg/cpp/warn-trigraphs-3.c: New.
323         * gcc.dg/cpp/warn-unused-macros-2.c: New.
324         * gcc.dg/cpp/warn-deprecated.c: New.
325         * gcc.dg/cpp/warn-trigraphs-4.c: New.
326         * gcc.dg/cpp/warn-redefined-2.c: New.
327         * gcc.dg/cpp/warn-comments.c: New.
328         * gcc.dg/cpp/warn-multichar.c: New.
329         * g++.dg/cpp/warning-directive-1.C: New.
330         * g++.dg/cpp/warning-directive-2.C: New.
331         * g++.dg/cpp/warning-directive-3.C: New.
332         * g++.dg/cpp/warning-directive-4.C: New.
333         * gfortran.dg/warning-directive-1.F90: New.
334         * gfortran.dg/warning-directive-3.F90: New.
335         * gfortran.dg/warning-directive-2.F90: New.
336         * gfortran.dg/warning-directive-4.F90: New.
337
338 2010-04-07  Iain Sandoe <iains@gcc.gnu.org>
339
340         PR objc++/23716
341         * obj-c++.dg/comp-types-10.mm: Remove XFAIL.
342
343 2010-04-07  Jason Merrill  <jason@redhat.com>
344
345         * g++.dg/template/dr408.C: New.
346
347         * g++.dg/lookup/ns4.C: New.
348
349         PR c++/38392
350         * g++.dg/template/friend51.C: New test.
351
352         PR c++/41970
353         * g++.old-deja/g++.other/linkage1.C: Adjust.
354
355 2010-04-07  Dodji Seketeli  <dodji@redhat.com>
356
357         PR c++/42697
358         * g++.dg/template/crash94.C: New test.
359
360 2010-04-07  Dodji Seketeli  <dodji@redhat.com>
361
362         PR c++/40239
363         * g++.dg/init/aggr5.C: New test.
364         * g++.dg/init/aggr5.C: New test.
365
366 2010-04-07  Richard Guenther  <rguenther@suse.de>
367
368         PR tree-optimization/43270
369         * g++.dg/warn/Warray-bounds-4.C: New testcase.
370         * gcc.dg/Warray-bounds-7.c: Likewise.
371
372 2010-04-07  Eric Botcazou  <ebotcazou@adacore.com>
373
374         * gnat.dg/bit_packed_array.ad[sb]: Rename into...
375         * gnat.dg/bit_packed_array1.ad[sb]: ...this.
376         * gnat.dg/bit_packed_array4.ad[sb]: New test.
377
378 2010-04-07  Jie Zhang  <jie@codesourcery.com>
379
380         PR c++/42556
381         * g++.dg/init/pr42556.C: New test.
382
383 2010-04-07  Dodji Seketeli  <dodji@redhat.com>
384
385         PR debug/43628
386         * g++.dg/debug/dwarf2/typedef2.C: New test.
387
388 2010-04-06  Dodji Seketeli  <dodji@redhat.com>
389
390         * g++.dg/debug/dwarf2/redeclaration-1.C: Moved from
391         c-c++-common/dwarf2/redeclaration-1.C
392
393 2010-04-06  Jason Merrill  <jason@redhat.com>
394
395         * g++.dg/cpp0x/pr31437.C: Adjust error location.
396         * g++.dg/ext/attrib18.C: Likewise.
397         * g++.dg/ext/bitfield2.C: Likewise.
398         * g++.dg/ext/bitfield4.C: Likewise.
399         * g++.dg/ext/visibility/warn2.C: Likewise.
400         * g++.dg/ext/visibility/warn3.C: Likewise.
401         * g++.dg/gomp/pr26690-1.C: Likewise.
402         * g++.dg/inherit/covariant7.C: Likewise.
403         * g++.dg/init/synth2.C: Likewise.
404         * g++.dg/lookup/using7.C: Likewise.
405         * g++.dg/other/crash-4.C: Likewise.
406         * g++.dg/other/error13.C: Likewise.
407         * g++.dg/other/error20.C: Likewise.
408         * g++.dg/parse/crash31.C: Likewise.
409         * g++.dg/parse/error16.C: Likewise.
410         * g++.dg/parse/error19.C: Likewise.
411         * g++.dg/parse/error27.C: Likewise.
412         * g++.dg/parse/error28.C: Likewise.
413         * g++.dg/parse/fused-params1.C: Likewise.
414         * g++.dg/template/error2.C: Likewise.
415         * g++.dg/template/local6.C: Likewise.
416         * g++.dg/template/qualttp15.C: Likewise.
417         * g++.dg/warn/Wnvdtor-2.C: Likewise.
418         * g++.dg/warn/anonymous-namespace-3.C: Likewise.
419         * g++.old-deja/g++.benjamin/15309-1.C: Likewise.
420         * g++.old-deja/g++.brendan/crash29.C: Likewise.
421         * g++.old-deja/g++.eh/spec6.C: Likewise.
422         * g++.old-deja/g++.jason/crash3.C: Likewise.
423         * g++.old-deja/g++.jason/destruct2.C: Likewise.
424         * g++.old-deja/g++.law/ctors5.C: Likewise.
425         * g++.old-deja/g++.law/ctors9.C: Likewise.
426         * g++.old-deja/g++.mike/p3538a.C: Likewise.
427         * g++.old-deja/g++.mike/p3538b.C: Likewise.
428         * g++.old-deja/g++.other/struct1.C: Likewise.
429         * g++.old-deja/g++.other/volatile1.C: Likewise.
430         * g++.old-deja/g++.pt/crash36.C: Likewise.
431         * g++.old-deja/g++.pt/derived3.C: Likewise.
432         * g++.old-deja/g++.robertl/eb109.C: Likewise.
433         * g++.old-deja/g++.robertl/eb4.C: Likewise.
434
435 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
436
437         PR middle-end/43519
438         * gcc.dg/graphite/run-id-pr42644.c: Call abort.
439         * gcc.dg/graphite/id-19.c: New.
440
441 2010-04-06  Changpeng Fang  <changpeng.fang@amd.com>
442
443         PR middle-end/32824
444         * gcc.dg/vect/pr32824: New.
445
446 2010-04-06  Tobias Burnus  <burnus@net-b.de>
447
448         PR fortran/18918
449         * gfortran.dg/coarray_2.f90: Add dg-options -fcoarray=single.
450         * gfortran.dg/coarray_3.f90: Ditto.
451         * gfortran.dg/coarray_4.f90: Ditto.
452         * gfortran.dg/coarray_5.f90: Ditto.
453         * gfortran.dg/coarray_6.f90: Ditto.
454         * gfortran.dg/coarray_9.f90: New -fcoarray=none test.
455
456 2010-04-06  Tobias Burnus  <burnus@net-b.de>
457
458         PR fortran/18918
459         * gfortran.dg/coarray_4.f90: Fix test.
460         * gfortran.dg/coarray_6.f90: Add more tests.
461
462 2010-04-06  Tobias Burnus  <burnus@net-b.de>
463
464         PR fortran/18918
465         * gfortran.dg/coarray_4.f90: New test.
466         * gfortran.dg/coarray_5.f90: New test.
467         * gfortran.dg/coarray_6.f90: New test.
468
469 2010-04-06  Tobias Burnus  <burnus@net-b.de>
470
471         PR fortran/18918
472         * gfortran.dg/iso_fortran_env_5.f90: New test.
473         * gfortran.dg/iso_fortran_env_6.f90: New test.
474
475 2010-04-06  Tobias Burnus  <burnus@net-b.de>
476
477         PR fortran/39997
478         * gfortran.dg/coarray_1.f90: New test.
479         * gfortran.dg/coarray_2.f90: New test.
480         * gfortran.dg/coarray_3.f90: New test.
481
482 2010-04-06  Jason Merrill  <jason@redhat.com>
483
484         PR c++/43648
485         * g++.dg/template/dtor8.C: New.
486
487         PR c++/43621
488         * g++.dg/template/error-recovery2.C: New.
489
490 2010-04-06  Jan Hubicka  <jh@suse.czpli
491
492         PR tree-optimization/42906
493         * gcc.dg/tree-ssa/dce-1.c: New testcase.
494
495 2010-04-06  Tobias Burnus  <burnus@net-b.de>
496
497         PR fortran/43178
498         * gfortran.dg/alloc_comp_basics_1.f90: Update scan-tree-dump-times.
499         * gfortran.dg/alloc_comp_constructor_1.f90: Ditto.
500         * gfortran.dg/auto_dealloc_1.f90: Ditto.
501
502 2010-04-06  Richard Guenther  <rguenther@suse.de>
503
504         PR tree-optimization/43627
505         * gcc.dg/tree-ssa/vrp49.c: New testcase.
506
507 2010-04-06  Jakub Jelinek  <jakub@redhat.com>
508
509         PR target/43638
510         * gcc.target/i386/pr43638.c: New test.
511
512 2010-04-06  Richard Guenther  <rguenther@suse.de>
513
514         PR middle-end/43661
515         * gcc.c-torture/compile/pr43661.c: New testcase.
516
517 2010-04-06  Jakub Jelinek  <jakub@redhat.com>
518
519         * gcc.target/s390/stackcheck1.c: Add dg-warning.
520
521 2010-04-04  Sebastian Pop  <sebastian.pop@amd.com>
522
523         * gcc.dg/vect/pr43430-1.c: Don't use uint8_t.
524
525 2010-04-02  Richard Guenther  <rguenther@suse.de>
526
527         PR tree-optimization/43629
528         * gcc.c-torture/execute/pr43629.c: New testcase.
529
530 2010-04-01  Janne Blomqvist  <jb@gcc.gnu.org>
531             Dominique d'Humieres  <dominiq@lps.ens.fr>
532
533         PR libfortran/43605
534         * gfortran.dg/ftell_3.f90: Enhance test case by reading more.
535
536 2010-04-01  Dodji Seketeli  <dodji@redhat.com>
537
538         PR debug/43325
539         * c-c++-common/dwarf2/redeclaration-1.C: New test.
540
541 2010-04-01  Jason Merrill  <jason@redhat.com>
542
543         * g++.dg/cpp0x/initlist12.C: Adjust expected errors.
544
545 2010-04-01  Janne Blomqvist  <jb@gcc.gnu.org>
546             Manfred Schwarb  <manfred99@gmx.ch>
547
548         PR libfortran/43605
549         * gfortran.dg/ftell_3.f90: New test.
550
551 2010-04-01  Richard Guenther  <rguenther@suse.de>
552
553         PR middle-end/43614
554         * gcc.c-torture/compile/pr43614.c: New testcase.
555
556 2010-04-01  Martin Jambor  <mjambor@suse.cz>
557
558         PR tree-optimization/43141
559         * gcc.dg/guality/pr43141.c: New test.
560
561 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
562
563         * g++.dg/cpp/_Pragma1.C: Skip on alpha*-dec-osf*.
564         * g++.dg/eh/spbp.C: Likewise.
565         * g++.dg/ext/label13.C (C::C): xfail dg-bogus on alpha*-dec-osf*.
566         * g++.dg/other/pragma-ep-1.C: Properly define p, remove
567         superfluous casts.
568         * gcc.dg/mtune.c: Add dg-bogus "mcpu".
569         * objc.dg/dwarf-1.m: Skip on  alpha*-dec-osf*.
570         * objc.dg/dwarf-2.m: Likewise.
571
572 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
573
574         PR middle-end/43464
575         * gcc.dg/graphite/id-pr43464.c: New.
576         * gcc.dg/graphite/id-pr43464-1.c: New.
577
578 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
579
580         PR middle-end/43351
581         * gcc.dg/graphite/id-pr43351.c
582
583 2010-03-31  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
584
585         PR testsuite/35165
586         * obj-c++.dg/try-catch-9.mm: Don't XFAIL m32 NeXT runtime.
587         * obj-c++.dg/try-catch-2.mm: Ditto.
588         * obj-c++.dg/lookup-2.mm: Ditto.
589         * obj-c++.dg/encode-8.m: Ditto.
590         * obj-c++.dg/cxx-ivars-2.mm: Ditto.
591         * obj-c++.dg/cxx-ivars-3.mm: Skip for GNU, XFail for m64 NeXT.
592         * obj-c++.dg/const-str-10.mm: Skip for GNU, match .quad for m64 NeXT.
593         * obj-c++.dg/const-str-11.mm: Ditto.
594         * obj-c++.dg/const-str-9.mm: Ditto.
595         * obj-c++.dg/bitfield-3.mm: Skip for GNU runtime.
596         * obj-c++.dg/bitfield-2.mm: XFAIL run for m64 NeXT runtime.
597         * obj-c++.dg/except-1.mm: Ditto.
598         * obj-c++.dg/const-str-7.mm: Ditto.
599         * obj-c++.dg/cxx-ivars-1.mm: Ditto.
600         * obj-c++.dg/const-str-3.mm: Ditto.
601         * obj-c++.dg/const-str-7.mm: Ditto.
602         * obj-c++.dg/stubify-2.mm: Change dump file name.
603
604         PR objc++/23613
605         * gcc/testsuite/objc-obj-c++-shared/next-mapping.h (CLASSPTRFIELD):
606         New macro.
607         * gcc/testsuite/obj-c++.dg/isa-field-1.mm: Use new CLASSPTRFIELD macro.
608         Remove dg-xfail-if.
609
610 2010-03-31  Martin Jambor  <mjambor@suse.cz>
611
612         * gcc.dg/guality/inline-params.c: Disable early inlining.  Xfail run
613         only with -O2, -O3 or -Os and not with -fwhopr.
614
615 2010-03-31  Dodji Seketeli  <dodji@redhat.com>
616
617         PR c++/43558
618         * g++.dg/template/typedef31.C: New test.
619
620 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
621
622         * g++.dg/ext/visibility/pragma-override1.C: Allow for .hidden in
623         assembler output on *-*-solaris2*.
624         * g++.dg/ext/visibility/pragma-override2.C: Likewise.
625
626 2010-03-31  Jakub Jelinek  <jakub@redhat.com>
627
628         PR debug/43557
629         * gcc.dg/pr43557-1.c: New test.
630         * gcc.dg/pr43557-2.c: New file.
631
632 2010-03-31  Jie Zhang  <jie@codesourcery.com>
633
634         PR 43562
635         * gcc.dg/pr43562.c: New test.
636
637 2010-03-30  Jason Merrill  <jason@redhat.com>
638
639         PR c++/43076
640         * g++.dg/template/error-recovery1.C: New.
641
642         PR c++/41786
643         * g++.dg/parse/ambig5.C: New.
644
645 2010-03-30  Jakub Jelinek  <jakub@redhat.com>
646
647         PR debug/43593
648         * gcc.dg/guality/pr43593.c: New test.
649
650 2010-03-30  Sebastian Pop  <sebastian.pop@amd.com>
651
652         PR middle-end/43430
653         * gcc.dg/vect/pr43430-1.c: New.
654
655 2010-03-30  Jason Merrill  <jason@redhat.com>
656
657         PR c++/43559
658         * g++.dg/template/partial7.C: New.
659
660 2010-03-30  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
661
662         * gcc.target/s390/stackcheck1.c: New testcase.
663
664 2010-03-29  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
665
666         PR libfortran/43265
667         * gfortran.dg/read_eof_8.f90: New test.
668
669 2010-03-29  Jason Merrill  <jason@redhat.com>
670
671         * gcc.dg/cpp/include6.c: Change [] to ().
672
673         N3077
674         * c-c++-common/raw-string-1.c: Update handling of trigraphs, line
675         splicing and UCNs.
676         * c-c++-common/raw-string-2.c: Add trigraph test.
677         * c-c++-common/raw-string-8.c: New.
678         * c-c++-common/raw-string-9.c: New.
679         * c-c++-common/raw-string-10.c: New.
680
681         * c-c++-common/raw-string-1.c: Combine C and C++ raw string tests.
682         * c-c++-common/raw-string-2.c: Combine C and C++ raw string tests.
683         * c-c++-common/raw-string-3.c: Combine C and C++ raw string tests.
684         * c-c++-common/raw-string-4.c: Combine C and C++ raw string tests.
685         * c-c++-common/raw-string-5.c: Combine C and C++ raw string tests.
686         * c-c++-common/raw-string-6.c: Combine C and C++ raw string tests.
687         * c-c++-common/raw-string-7.c: Combine C and C++ raw string tests.
688
689 2010-03-29  Richard Guenther  <rguenther@suse.de>
690
691         PR tree-optimization/43560
692         * gcc.dg/torture/pr43560.c: New testcase.
693
694 2010-03-29  Jason Merrill  <jason@redhat.com>
695
696         N3077
697         * g++.dg/ext/raw-string-1.C: Change [] to ().
698         * g++.dg/ext/raw-string-2.C: Change [] to ().
699         Don't use \ in delimiter.
700         * g++.dg/ext/raw-string-3.C: Change [] to ().
701         * g++.dg/ext/raw-string-4.C: Change [] to ().
702         * g++.dg/ext/raw-string-5.C: Change [] to ().
703         Test for error on \ in delimiter.
704         * g++.dg/ext/raw-string-6.C: Change [] to ().
705         * g++.dg/ext/raw-string-7.C: Change [] to ().
706
707 2010-03-29  Jie Zhang  <jie@codesourcery.com>
708
709         PR 43564
710         * gcc.dg/pr43564.c: New test.
711
712 2010-03-29  Tobias Burnus  <burnus@net-b.de>
713
714         PR fortran/43551
715         * gfortran.dg/direct_io_12.f90: New test.
716
717 2010-03-28  Jan Hubicka  <jh@suse.cz>
718
719         PR tree-optimization/43505
720         * gfortran.dg/pr43505.f90: New testcase.
721
722 2010-03-27  Uros Bizjak  <ubizjak@gmail.com>
723
724         PR tree-optimization/43528
725         * gcc.target/i386/pr43528.c: New test.
726
727 2010-03-26  Joseph Myers  <joseph@codesourcery.com>
728
729         PR c/43381
730         * gcc.dg/parm-impl-decl-3.c: New test.
731
732 2010-03-26  Jason Merrill  <jason@redhat.com>
733
734         PR c++/43509
735         * g++.dg/cpp0x/parse1.C: New.
736
737 2010-03-26  Uros Bizjak  <ubizjak@gmail.com>
738
739         PR target/43524
740         * gcc.target/i386/pr43524.c: New test.
741
742 2010-03-26  Martin Jambor  <mjambor@suse.cz>
743
744         * gcc/testsuite/gcc.dg/tree-ssa/loadpre1.c: Delete trailing
745         whitespace, rename main to foo.
746         * gcc/testsuite/gcc.dg/tree-ssa/loadpre14.c: Likewise.
747         * gcc/testsuite/gcc.dg/tree-ssa/loadpre15.c: Likewise.
748         * gcc/testsuite/gcc.dg/tree-ssa/loadpre16.c: Likewise.
749         * gcc/testsuite/gcc.dg/tree-ssa/loadpre17.c: Likewise.
750         * gcc/testsuite/gcc.dg/tree-ssa/loadpre19.c: Likewise.
751         * gcc/testsuite/gcc.dg/tree-ssa/loadpre20.c: Likewise.
752         * gcc/testsuite/gcc.dg/tree-ssa/loadpre3.c: Likewise.
753         * gcc/testsuite/gcc.dg/tree-ssa/loadpre5.c: Likewise.
754         * gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-1.c: Likewise.
755         * gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-4.c: Likewise.
756         * gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-6.c: Likewise.
757
758 2010-03-26  Dodji Seketeli  <dodji@redhat.com>
759
760         PR c++/43327
761         * g++.dg/other/crash-10.C: New test.
762         * g++.dg/other/crash-11.C: New test.
763
764 2010-03-25  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
765
766         PR libfortran/43517
767         * gfortran.dg/read_eof_7.f90: New test.
768
769 2010-03-25  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
770
771         PR objc/35165
772         PR testsuite/43512
773         * objc-obj-c++-shared: New directory.
774         * objc-obj-c++-shared/Object1-implementation.h: New file.
775         * objc-obj-c++-shared/Object1.h: New file.
776         * objc-obj-c++-shared/Protocol1.h: New file.
777         * objc-obj-c++-shared/next-abi.h: New file.
778         * objc-obj-c++-shared/next-mapping.h: New file.
779         * objc/execute/next_mapping.h: Delete.
780         * objc.dg/special/special.exp: For all targets run the tests with
781         -fgnu-runtime, for darwin targets also run the tests with
782         -fnext-runtime.
783         * objc.dg/dg.exp: Ditto.
784         * obj-c++.dg/dg.exp: Ditto.
785         * objc/execute/forward-1.m: Use shared wrapper headers (Object1.h,
786         Protocol1.h) and next-mapping.h as required.  Amend testcase to
787         include use of updated NeXT interface.
788         * objc/execute/formal_protocol-5.m: Ditto.
789         * objc/execute/protocol-isEqual-2.m: Ditto.
790         * objc/execute/protocol-isEqual-4.m: Ditto.
791         * objc/execute/class-11.m: Use shared wrapper headers (Object1.h,
792         Protocol1.h) and next-mapping.h as required.
793         * objc/execute/object_is_class.m: Ditto.
794         * objc/execute/enumeration-1.m: Ditto.
795         * objc/execute/class-13.m: Ditto.
796         * objc/execute/formal_protocol-2.m: Ditto.
797         * objc/execute/formal_protocol-4.m: Ditto.
798         * objc/execute/class-1.m: Ditto.
799         * objc/execute/bycopy-1.m: Ditto.
800         * objc/execute/formal_protocol-6.m: Ditto.
801         * objc/execute/bycopy-3.m: Ditto.
802         * objc/execute/class-3.m: Ditto.
803         * objc/execute/bf-11.m: Ditto.
804         * objc/execute/class-5.m: Ditto.
805         * objc/execute/bf-13.m: Ditto.
806         * objc/execute/class-7.m: Ditto.
807         * objc/execute/bf-15.m: Ditto.
808         * objc/execute/class-9.m: Ditto.
809         * objc/execute/bf-17.m: Ditto.
810         * objc/execute/bf-19.m: Ditto.
811         * objc/execute/IMP.m: Ditto.
812         * objc/execute/exceptions/catchall-1.m: Ditto.
813         * objc/execute/exceptions/trivial.m: Ditto.
814         * objc/execute/exceptions/finally-1.m: Ditto.
815         * objc/execute/exceptions/local-variables-1.m: Ditto.
816         * objc/execute/exceptions/foward-1.m: Ditto.
817         * objc/execute/bf-2.m: Ditto.
818         * objc/execute/string1.m: Ditto.
819         * objc/execute/bf-4.m: Ditto.
820         * objc/execute/informal_protocol.m: Ditto.
821         * objc/execute/string3.m: Ditto.
822         * objc/execute/bf-6.m: Ditto.
823         * objc/execute/bf-8.m: Ditto.
824         * objc/execute/class-tests-1.h: Ditto.
825         * objc/execute/protocol-isEqual-1.m: Ditto.
826         * objc/execute/protocol-isEqual-3.m: Ditto.
827         * objc/execute/_cmd.m: Ditto.
828         * objc/execute/function-message-1.m: Ditto.
829         * objc/execute/bf-20.m: Ditto.
830         * objc/execute/bf-common.h: Ditto.
831         * objc/execute/np-2.m: Ditto.
832         * objc/execute/class-10.m: Ditto.
833         * objc/execute/class-12.m: Ditto.
834         * objc/execute/enumeration-2.m: Ditto.
835         * objc/execute/class-14.m: Ditto.
836         * objc/execute/encode-1.m: Ditto.
837         * objc/execute/formal_protocol-1.m: Ditto.
838         * objc/execute/formal_protocol-3.m: Ditto.
839         * objc/execute/accessing_ivars.m: Ditto.
840         * objc/execute/bycopy-2.m: Ditto.
841         * objc/execute/class-2.m: Ditto.
842         * objc/execute/bf-10.m: Ditto.
843         * objc/execute/formal_protocol-7.m: Ditto.
844         * objc/execute/root_methods.m: Ditto.
845         * objc/execute/class-4.m: Ditto.
846         * objc/execute/bf-12.m: Ditto.
847         * objc/execute/class-6.m: Ditto.
848         * objc/execute/bf-14.m: Ditto.
849         * objc/execute/nested-func-1.m: Ditto.
850         * objc/execute/class-8.m: Ditto.
851         * objc/execute/private.m: Ditto.
852         * objc/execute/bf-16.m: Ditto.
853         * objc/execute/bf-18.m: Ditto.
854         * objc/execute/load-3.m: Ditto.
855         * objc/execute/compatibility_alias.m: Ditto.
856         * objc/execute/bf-1.m: Ditto.
857         * objc/execute/no_clash.m: Ditto.
858         * objc/execute/bf-3.m: Ditto.
859         * objc/execute/string2.m: Ditto.
860         * objc/execute/bf-5.m: Ditto.
861         * objc/execute/string4.m: Ditto.
862         * objc/execute/bf-7.m: Ditto.
863         * objc/execute/object_is_meta_class.m: Ditto.
864         * objc/execute/bf-9.m: Ditto.
865         * objc/execute/bf-21.m: Ditto.
866         * objc/execute/cascading-1.m: Ditto.
867         * objc/execute/trivial.m: Ditto.
868         * objc/execute/np-1.m: Ditto.
869         * objc/compile/trivial.m: Ditto.
870         * objc/execute/class_self-2.m: Include <stdlib.h>.
871         * objc/execute/forward-1.x: Do not XFAIL for 32bit powerpc-darwin.
872         * objc.dg/desig-init-1.m: Use shared wrapper headers (Object1.h,
873         Protocol1.h) and next-mapping.h as required. XFAIL run if NeXT
874         and 64bit. Use new NeXT interface as required.
875         * objc.dg/special/unclaimed-category-1.m: Ditto.
876         * objc.dg/special/unclaimed-category-1.h: Ditto.
877         * objc.dg/special/unclaimed-category-1a.m: Ditto.
878         * objc.dg/func-ptr-1.m: Ditto.
879         * objc.dg/stret-1.m: Ditto.
880         * objc.dg/encode-2.m: Ditto.
881         * objc.dg/category-1.m: Ditto.
882         * objc.dg/encode-3.m: Ditto.
883         * objc.dg/call-super-3.m: Ditto.
884         * objc.dg/method-3.m: Ditto.
885         * objc.dg/func-ptr-2.m: Ditto.
886         * objc.dg/lookup-1.m: Ditto.
887         * objc.dg/encode-4.m: Ditto.
888         * objc.dg/fix-and-continue-1.m: Ditto.
889         * objc.dg/proto-lossage-3.m: Ditto.
890         * objc.dg/method-13.m: Ditto.
891         * objc.dg/proto-qual-1.m: Ditto.
892         * objc.dg/zero-link-3.m: Ditto.
893         * objc.dg/bitfield-1.m: Ditto.
894         * objc.dg/va-meth-1.m: Ditto.
895         * objc.dg/super-class-3.m: Ditto.
896         * objc.dg/call-super-1.m: Ditto.
897         * objc.dg/type-size-2.m: Ditto.
898         * objc.dg/method-10.m: Ditto.
899         * objc.dg/defs.m: Ditto.
900         * objc.dg/const-str-3.m: Ditto.
901         * objc.dg/try-catch-6.m: Use shared wrapper headers (Object1.h,
902         Protocol1.h) and next-mapping.h as required. Use new NeXT
903         interface as required.
904         * objc.dg/super-class-4.m: Ditto.
905         * objc.dg/comp-types-8.m: Ditto.
906         * objc.dg/call-super-2.m: Ditto.
907         * objc.dg/objc-fast-4.m: Ditto.
908         * objc.dg/method-6.m: Ditto.
909         * objc.dg/const-str-3.m: Ditto.
910         * objc.dg/const-str-7.m: Ditto.
911         * objc.dg/method-15.m: Ditto.
912         * objc.dg/method-19.m: Ditto.
913         * objc.dg/sync-1.m: Ditto.
914         * objc.dg/layout-1.m: Ditto.
915         * objc.dg/bitfield-3.m: Ditto.
916         * objc.dg/try-catch-3.m: Ditto.
917         * objc.dg/try-catch-7.m: Ditto.
918         * objc.dg/comp-types-10.m: Ditto.
919         * objc.dg/selector-2.: Ditto.
920         * objc.dg/method-7.m: Ditto.
921         * objc.dg/typedef-alias-1.m: Ditto.
922         * objc.dg/proto-lossage-2.m: Ditto.
923         * objc.dg/comp-types-11.m: Ditto.
924         * objc.dg/sizeof-1.m: Ditto.
925         * objc.dg/method-17.m: Ditto.
926         * objc.dg/bitfield-5.m: Ditto.
927         * objc.dg/try-catch-1.m: Ditto.
928         * objc.dg/encode-5.m: Ditto.
929         * objc.dg/fix-and-continue-2.m: Ditto.
930         * objc.dg/method-9.m: Ditto.
931         * objc.dg/isa-field-1.m: Ditto.
932         * objc.dg/local-decl-2.m: Ditto.
933         * objc.dg/objc-gc-4.m: Ditto.
934         * objc.dg/type-stream-1.m: Skip for NeXT runtime.
935         * objc.dg/gnu-runtime-3.m: Ditto.
936         * objc.dg/encode-7.m: Ditto.
937         * objc.dg/encode-8.m: Ditto.
938         * objc.dg/selector-3.m: Ditto.
939         * objc.dg/gnu-runtime-1.m: Ditto.
940         * objc.dg/const-str-12.m: Ditto.
941         * objc.dg/gnu-runtime-2.m: Ditto.
942         * objc.dg/no-extra-load.m: Skip for gnu-runtime.
943         * objc.dg/selector-1.m: Ditto.
944         * objc.dg/stubify-2.m: Ditto.
945         * objc.dg/zero-link-1.m: Ditto.
946         * objc.dg/stret-2.m: Ditto.
947         * objc.dg/zero-link-2.m: Ditto.
948         * objc.dg/next-runtime-1.m: Ditto.
949         * objc.dg/symtab-1.m: Ditto.
950         * objc.dg/stubify-1.m: Ditto.
951         * objc.dg/bitfield-2.m: Ditto.
952         * objc.dg/try-catch-10.m: Apply to both runtimes.
953         * objc.dg/const-str-1.m: Ditto.
954         * objc.dg/image-info.m: Ditto.
955         * objc.dg/encode-9.m: Ditto.
956         * objc.dg/pragma-1.m: Apply test to all targets.
957         * objc.dg/const-str-4.m: Ditto.
958         * objc.dg/const-str-8.m: Ditto.
959         * objc.dg/super-class-2.m: Ditto.
960         * objc.dg/try-catch-5.m: Ditto.
961         * objc.dg/const-str-10.m: Use shared wrapper headers (Object1.h,
962         Protocol1.h) and next-mapping.h as required. Use new NeXT
963         interface as required.  Skip for gnu-runtime.  Test for .quad at m64.
964         * objc.dg/const-str-11.m: Ditto.
965         * objc.dg/const-str-9.m: Ditto.
966         * objc.dg/method-4.m: Skip for 64Bit NeXT.
967         * objc.dg/encode-1.m: Remove redundant -lobjc.
968         * objc.dg/try-catch-9.m: Tidy space.
969         * obj-c++.dg/method-19.mm: Use shared wrapper headers (Object1.h,
970         Protocol1.h) and next-mapping.h as required. XFAIL run if NeXT
971         and 64bit. Use new NeXT interface as required.
972         * obj-c++.dg/template-4.mm: Ditto.
973         * obj-c++.dg/defs.mm: Ditto.
974         * obj-c++.dg/basic.mm: Ditto.
975         * obj-c++.dg/encode-4.mm: Ditto.
976         * obj-c++.dg/method-17.mm: Ditto.
977         * obj-c++.dg/proto-lossage-3.mm: Ditto.
978         * obj-c++.dg/cxx-class-1.mm: Ditto.
979         * obj-c++.dg/method-10.mm: Ditto.
980         * obj-c++.dg/va-meth-1.mm: Ditto.
981         * obj-c++.dg/encode-5.mm: Ditto.
982         * obj-c++.dg/lookup-2.mm: Ditto.
983         * obj-c++.dg/template-3.mm: Ditto.
984         * obj-c++.dg/proto-qual-1.mm: Ditto.
985         * obj-c++.dg/qual-types-1.m: Ditto.
986         * obj-c++.dg/cxx-scope-1.mm: Ditto.
987         * obj-c++.dg/template-1.mm: Ditto.
988         * obj-c++.dg/encode-6.mm: Ditto.
989         * obj-c++.dg/bitfield-2.mm:  Use shared wrapper headers (Object1.h,
990         Protocol1.h) and next-mapping.h as required. Use new NeXT
991         interface as required.
992         * obj-c++.dg/except-1.mm: Ditto.
993         * obj-c++.dg/const-str-7.mm: Ditto.
994         * obj-c++.dg/ivar-list-semi.mm: Ditto.
995         * obj-c++.dg/cxx-scope-2.mm: Ditto.
996         * obj-c++.dg/selector-2.mm: Ditto.
997         * obj-c++.dg/isa-field-1.mm: Ditto.
998         * obj-c++.dg/try-catch-1.mm: Ditto.
999         * obj-c++.dg/local-decl-1.mm: Ditto.
1000         * obj-c++.dg/try-catch-9.mm: Ditto.
1001         * obj-c++.dg/no-extra-load.mm: Ditto.
1002         * obj-c++.dg/selector-5.mm: Ditto.
1003         * obj-c++.dg/method-12.mm: Ditto.
1004         * obj-c++.dg/try-catch-11.mm: Ditto.
1005         * obj-c++.dg/comp-types-11.mm: Ditto.
1006         * obj-c++.dg/bitfield-3.mm: Ditto.
1007         * obj-c++.dg/method-6.mm: Ditto.
1008         * obj-c++.dg/super-class-2.mm: Ditto.
1009         * obj-c++.dg/method-21.mm: Ditto.
1010         * obj-c++.dg/const-str-8.mm: Ditto.
1011         * obj-c++.dg/try-catch-7.mm: Ditto.
1012         * obj-c++.dg/method-15.mm: Ditto.
1013         * obj-c++.dg/layout-1.mm: Ditto.
1014         * obj-c++.dg/cxx-ivars-1.mm: Ditto.
1015         * obj-c++.dg/const-str-3.mm: Ditto.
1016         * obj-c++.dg/try-catch-2.mm: Ditto.
1017         * obj-c++.dg/objc-gc-3.mm: Ditto.
1018         * obj-c++.dg/fix-and-continue-2.mm: Ditto.
1019         * obj-c++.dg/bitfield-1.mm: Ditto.
1020         * obj-c++.dg/selector-6.mm: Ditto.
1021         * obj-c++.dg/method-13.mm: Ditto.
1022         * obj-c++.dg/comp-types-12.mm: Ditto.
1023         * obj-c++.dg/bitfield-4.mm: Ditto.
1024         * obj-c++.dg/try-catch-8.mm: Ditto.
1025         * obj-c++.dg/method-2.mm: Ditto.
1026         * obj-c++.dg/cxx-ivars-2.mm: Ditto.
1027         * obj-c++.dg/typedef-alias-1.mm: Ditto.
1028         * obj-c++.dg/const-str-4.mm: Ditto.
1029         * obj-c++.dg/proto-lossage-2.mm: Ditto.
1030         * obj-c++.dg/try-catch-3.mm: Ditto.
1031         * obj-c++.dg/comp-types-9.mm: Ditto.
1032         * obj-c++.dg/gnu-runtime-2.mm: Skip if NeXT runtime.
1033         * obj-c++.dg/gnu-runtime-3.mm: Ditto.
1034         * obj-c++.dg/gnu-runtime-1.mm: Ditto.
1035         * objc.dg/zero-link-2.m: Skip if gnu runtime. Use shared wrapper
1036         headers (Object1.h, Protocol1.h) and next-mapping.h as required.
1037         Use new NeXT interface as required.
1038         * obj-c++.dg/const-str-10.mm: Ditto.
1039         * obj-c++.dg/const-str-11.mm: Ditto.
1040         * obj-c++.dg/const-str-9.mm: Ditto.
1041         * obj-c++.dg/method-11.mm: Ditto.
1042         * obj-c++.dg/cxx-ivars-3.mm: Skip if gnu runtime. Use shared wrapper
1043         headers (Object1.h, Protocol1.h) and next-mapping.h as required.
1044         Use new NeXT interface as required. XFAIL run if NeXT and 64bit.
1045         * obj-c++.dg/encode-8.mm: Remove redundant -lobjc.
1046         * obj-c++.dg/const-str-1.mm: Run for NeXT as well as gnu.
1047
1048 2010-03-25  Dodji Seketeli  <dodji@redhat.com>
1049
1050         PR c++/43206
1051         * g++.dg/template/typedef30.C: New test case.
1052
1053 2010-03-25  Jakub Jelinek  <jakub@redhat.com>
1054
1055         PR c/43385
1056         * gcc.c-torture/execute/pr43385.c: New test.
1057
1058 2010-03-24  Joseph Myers  <joseph@codesourcery.com>
1059
1060         * gcc.dg/strncpy-fix-1.c: New test.
1061
1062 2010-03-24  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
1063
1064         PR testsuite/41609
1065         * lib/objc-torture.exp (objc-set-runtime-options): New.
1066         * objc/execute/execute.exp: Check runtime options on each pass.
1067         * objc/execute/exceptions/exceptions.exp: Ditto.
1068         * objc/compile/compile.exp: Ditto.
1069
1070         PR testsuite/42348
1071         * lib/target-supports.exp: Add support for ObjC/ObjC++ tools in
1072         standard tests.
1073         (check_effective_target_objc2): New proc.
1074         (check_effective_target_next_runtime): New proc.
1075         * lib/objc.exp: Determine which runtime is in force and support it.
1076         * lib/obj-c++.exp: Ditto.
1077
1078 2010-03-24  Jason Merrill  <jason@redhat.com>
1079
1080         PR c++/43502
1081         * g++.dg/cpp0x/lambda/lambda-debug.C: New.
1082
1083 2010-03-24  Martin Jambor  <mjambor@suse.cz>
1084
1085         * gcc.dg/ipa/ipa-1.c: Delete trailing spaces, put the call to f into
1086         a loop.
1087         * gcc.dg/ipa/ipa-2.c: Likewise.
1088         * gcc.dg/ipa/ipa-3.c: Likewise.
1089         * gcc.dg/ipa/ipa-4.c: Likewise.
1090         * gcc.dg/ipa/ipa-5.c: Likewise.
1091         * gcc.dg/ipa/ipa-7.c: Likewise.
1092         * gcc.dg/ipa/ipa-6.c: Delete trailing spaces, put the call to foo into
1093         a loop.
1094         * gcc.dg/ipa/ipacost-2.c: Delete trailing spaces, put the call to
1095         i_can_not_be_propagated_fully2 into a loop.
1096         * gcc.dg/ipa/ipa-8.c: New test.
1097         * g++.dg/ipa/iinline-1.C: Put the call to docalling into a loop.
1098
1099 2010-03-24  Jakub Jelinek  <jakub@redhat.com>
1100
1101         PR debug/19192
1102         PR debug/43479
1103         * gcc.dg/guality/pr43479.c: New test.
1104         * gcc.dg/debug/dwarf2/inline2.c (third): Make a a global var
1105         and add volatile keyword.
1106
1107 2010-03-23  Mike Stump  <mikestump@comcast.net>
1108
1109         * g++.dg/warn/Wstrict-aliasing-float-ref-int-obj.C: Enhance portability.
1110
1111 2010-03-23  Jason Merrill  <jason@redhat.com>
1112
1113         * g++.dg/ext/altivec-17.C: Adjust error message.
1114
1115         * g++.dg/cpp0x/lambda/lambda-const-neg.C: Adjust for non-static op().
1116         * g++.dg/cpp0x/lambda/lambda-conv.C: Likewise.
1117         * g++.dg/cpp0x/lambda/lambda-mangle.C: Likewise.
1118         * g++.dg/cpp0x/lambda/lambda-non-const.C: Likewise.
1119         * g++.dg/cpp0x/lambda/lambda-conv2.C: New.
1120         * g++.dg/cpp0x/lambda/lambda-conv3.C: New.
1121
1122 2010-03-22  Jason Merrill  <jason@redhat.com>
1123
1124         PR c++/43333
1125         * g++.dg/ext/is_pod.C: Pass -std=c++0x.
1126         * g++.dg/ext/is_pod_98.C: New.
1127
1128         PR c++/43281
1129         * g++.dg/cpp0x/auto18.C: New.
1130
1131         * gcc.dg/pr36997.c: Adjust error message.
1132         * g++.dg/ext/vector9.C: Likewise.
1133         * g++.dg/conversion/simd3.C: Likewise.
1134         * g++.dg/other/error23.C: Likewise.
1135
1136 2010-03-22  Michael Matz  <matz@suse.de>
1137
1138         PR middle-end/43475
1139         * gfortran.dg/pr43475.f90: New testcase.
1140
1141 2010-03-22  Richard Guenther  <rguenther@suse.de>
1142
1143         PR tree-optimization/43390
1144         * gfortran.fortran-torture/execute/pr43390.f90: New testcase.
1145
1146 2010-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1147
1148         * gcc.target/powerpc/ppc-sdata-1.c: Require nonpic.
1149         * gcc.target/powerpc/ppc-sdata-2.c: Likewise.
1150
1151 2010-03-20  Simon Martin  <simartin@users.sourceforge.net>
1152             Michael Matz  <matz@suse.de>
1153
1154         PR c++/43081
1155         * g++.dg/parse/crash56.C: New test.
1156
1157 2010-03-20  Paul Thomas  <pault@gcc.gnu.org>
1158
1159         PR fortran/43450
1160         * gfortran.dg/whole_file_15.f90 : New test.
1161
1162 2010-03-20  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1163
1164         PR fortran/43409
1165         * gfortran.dg/inquire_size.f90: New test.
1166
1167 2010-03-20  Richard Guenther  <rguenther@suse.de>
1168
1169         PR rtl-optimization/43438
1170         * gcc.c-torture/execute/pr43438.c: New testcase.
1171
1172 2010-03-20  Dodji Seketeli  <dodji@redhat.com>
1173
1174         PR c++/43375
1175         * g++.dg/abi/mangle42.C: New test.
1176
1177 2010-03-19  Andrew Pinski  <andrew_pinski@caviumnetworks.com>
1178
1179         PR C/43211
1180         * gcc.dg/pr43211.c: New test.
1181         * gcc.dg/pr18809-1.c: Don't expect an error when calling foo.
1182
1183 2010-03-19  Bernd Schmidt  <bernd.schmidt@codesourcery.com>
1184
1185         PR rtl-optimization/42258
1186         * gcc.target/arm/thumb1-mul-moves.c: New test.
1187
1188         PR target/40697
1189         * gcc.target/arm/thumb-andsi.c: New test.
1190
1191         * gcc.target/arm/thumb-andsi.c: Correct dg-options and add
1192         dg-require-effective-target.
1193
1194 2010-03-19  Michael Matz  <matz@suse.de>
1195
1196         PR c++/43116
1197         * g++.dg/other/pr43116.C: New testcase.
1198
1199 2010-03-19  Michael Matz  <matz@suse.de>
1200
1201         PR target/43305
1202         * gcc.dg/pr43305.c: New testcase.
1203
1204 2010-03-19  Richard Guenther  <rguenther@suse.de>
1205
1206         PR tree-optimization/43415
1207         * gcc.c-torture/compile/pr43415.c: New testcase.
1208
1209 2010-03-19  Eric Botcazou  <ebotcazou@adacore.com>
1210
1211         PR ada/43106
1212         * gnat.dg/case_optimization2.adb: New test.
1213         * gnat.dg/case_optimization_pkg2.ad[sb]: New helper.
1214
1215 2010-03-18  Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1216             Jack Howarth <howarth@bromo.med.uc.edu>
1217
1218         PR target/36399
1219         * gcc.target/i386/push-1.c: Don't xfail
1220           scan-assembler-not "movups" on darwin.
1221
1222 2010-03-18  Jakub Jelinek  <jakub@redhat.com>
1223
1224         PR debug/43058
1225         * gcc.dg/pr43058.c: New test.
1226
1227 2010-03-18  Martin Jambor  <mjambor@suse.cz>
1228
1229         PR middle-end/42450
1230         * g++.dg/torture/pr42450.C: New test.
1231
1232 2010-03-18  Michael Matz  <matz@suse.de>
1233
1234         PR middle-end/43419
1235         * gcc.dg/pr43419.c: New testcase.
1236
1237 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
1238
1239         PR rtl-optimization/43360
1240         * gcc.dg/torture/pr43360.c: New.
1241
1242 2010-03-18  Michael Matz  <matz@suse.de>
1243
1244         PR tree-optimization/43402
1245         * gcc.dg/pr43402.c: New testcase.
1246
1247 2010-03-17  Peter Bergner  <bergner@vnet.ibm.com>
1248
1249         PR target/42427
1250         * gcc.dg/pr42427.c: New test.
1251
1252 2010-03-17  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1253
1254         PR libfortran/43265
1255         * gfortran.dg/read_empty_file.f: New test.
1256         * gfortran.dg/read_eof_all.f90: New test.
1257         * gfortran.dg/namelist_27.f90: Eliminate infinite loop posibility.
1258         * gfortran.dg/namelist_28.f90: Eliminate infinite loop posibility.
1259
1260 2010-03-17  Michael Matz  <matz@suse.de>
1261
1262         * gcc.dg/pr43300.c: Add -w.
1263
1264 2010-03-17  Richard Guenther  <rguenther@suse.de>
1265
1266         * gcc.dg/pr43379.c: Add -w.
1267
1268 2010-03-17  Tobias Burnus  <burnus@net-b.de>
1269
1270         PR fortran/43331
1271         * gfortran.dg/cray_pointers_1.f90: Update dg-error message.
1272
1273 2010-03-16  Uros Bizjak  <ubizjak@gmail.com>
1274
1275         * gcc.dg/graphite/block-3.c: Add dg-timeout-factor.
1276
1277 2010-03-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1278
1279         * ada/acats/run_all.sh: Log start and end times.
1280
1281 2010-03-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1282
1283         * gnat.dg/socket1.adb: Disable on *-*-solaris2*.
1284
1285 2010-03-16  Richard Guenther  <rguenther@suse.de>
1286
1287         PR middle-end/43379
1288         * gcc.dg/pr43379.c: New testcase.
1289
1290 2010-03-16  Jakub Jelinek  <jakub@redhat.com>
1291
1292         PR debug/43051
1293         * gcc.dg/guality/pr43051-1.c: New test.
1294
1295 2010-03-15  Janis Johnson  <janis187@us.ibm.com>
1296
1297         PR testsuite/43363
1298         * g++.dg/ext/altivec-17.C: Handle changes to error message.
1299
1300 2010-03-15  Michael Matz  <matz@suse.de>
1301
1302         PR middle-end/43300
1303         * gcc.dg/pr43300.c: New testcase.
1304
1305 2010-03-15  Richard Guenther  <rguenther@suse.de>
1306
1307         PR tree-optimization/43367
1308         * gcc.c-torture/compile/pr43367.c: New testcase.
1309
1310 2010-03-15  Richard Guenther  <rguenther@suse.de>
1311
1312         PR tree-optimization/43317
1313         * gcc.dg/pr43317.c: New testcase.
1314
1315 2010-03-14  Uros Bizjak  <ubizjak@gmail.com>
1316
1317         * g++.dg/abi/packed1.C: Expect warning on the alpha*-*-*.
1318
1319 2010-03-14  Uros Bizjak  <ubizjak@gmail.com>
1320
1321         * g++.dg/graphite/pr43026.C (dg-options): Remove -m32.
1322
1323 2010-03-14  Tobias Burnus  <burnus@net-b.de>
1324
1325         PR fortran/43362
1326         * gfortran.dg/impure_constructor_1.f90: New test.
1327
1328 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
1329
1330         PR middle-end/43354
1331         * gfortran.dg/graphite/id-pr43354.f: New.
1332
1333 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
1334
1335         PR middle-end/43349
1336         * gfortran.dg/graphite/pr43349.f: New.
1337
1338 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
1339
1340         PR middle-end/43306
1341         * gcc.dg/graphite/pr43306.c: New.
1342
1343 2010-03-12  David S. Miller  <davem@davemloft.net>
1344
1345         * gcc.dg/lto/20090313_0.c: Add -mcpu=v9 to dg-lto-options on
1346         sparc.
1347
1348 2010-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1349
1350         * gcc.target/arm/sibcall-1.c: Allow PLT to appear with pic code.
1351
1352 2010-03-12  Paul Thomas  <pault@gcc.gnu.org>
1353
1354         PR fortran/43291
1355         PR fortran/43326
1356         * gfortran.dg/dynamic_dispatch_7.f03: New test.
1357
1358 2010-03-12  Kai Tietz  <kai.tietz@onevision.com>
1359
1360         * gfortran.dg/default_format_denormal_1.f90: Don't assume
1361         fail for *-*-mingw* targets.
1362
1363 2010-03-12  Jakub Jelinek  <jakub@redhat.com>
1364
1365         PR debug/43329
1366         * gcc.dg/guality/pr43329-1.c: New test.
1367
1368 2010-03-11  Martin Jambor  <mjambor@suse.cz>
1369
1370         PR tree-optimization/43257
1371         * g++.dg/torture/pr43257.C: New test.
1372
1373 2010-03-11  Tobias Burnus  <burnus@net-b.de>
1374
1375         PR fortran/43228
1376         * gfortran.dg/namelist_61.f90: New test.
1377
1378 2010-03-11  Richard Guenther  <rguenther@suse.de>
1379
1380         PR tree-optimization/43255
1381         * gcc.c-torture/compile/pr43255.c: New testcase.
1382
1383 2010-03-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1384
1385         * gcc.dg/optimize-bswapdi-1.c: Add OpenSSL bswap variant.
1386         * gcc.dg/pr43280.c: New testcase.
1387
1388 2010-03-11  Richard Guenther  <rguenther@suse.de>
1389
1390         PR lto/43200
1391         * gcc.dg/lto/20100227-1_0.c: New testcase.
1392         * gcc.dg/lto/20100227-1_1.c: Likewise.
1393
1394 2010-03-10  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1395
1396         PR libfortran/43320
1397         PR libfortran/43265
1398         * gfortran.dg/read_eof_6.f: New test
1399         * gfortran.dg/read_x_eof.f90: New test.
1400         * gfortran.dg/read_x_past.f: Update test.
1401
1402 2010-03-10  Jan Hubicka   <jh@suse.cz>
1403
1404         * gcc.c-torture/compile/pr43288.c: New test.
1405
1406 2010-03-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1407
1408         * g++.old-deja/g++.pt/asm1.C: Don't detect pic via looking for the
1409         -fpic/-fPIC flags.
1410         * g++.old-deja/g++.pt/asm2.C: Likewise.
1411         * gcc.c-torture/compile/20000804-1.c: Likewise.
1412         * gcc.target/i386/clobbers.c: Likewise.
1413
1414 2010-03-10  Tobias Burnus  <burnus@net-b.de>
1415
1416         PR fortran/43303
1417         * gfortran.dg/c_assoc_3.f90: New test.
1418
1419 2010-03-10  Jakub Jelinek  <jakub@redhat.com>
1420
1421         PR debug/36728
1422         * gcc.dg/guality/pr36728-1.c: New test.
1423         * gcc.dg/guality/pr36728-2.c: New test.
1424
1425 2010-03-10  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
1426
1427         * gcc.dg/h8300-div-delay-slot.c: New test.
1428
1429 2010-03-10  Alexander Monakov  <amonakov@ispras.ru>
1430
1431         PR tree-optimization/43236
1432         * gcc.c-torture/execute/pr43236.c: New test.
1433
1434 2010-03-10  Andrey Belevantsev  <abel@ispras.ru>
1435
1436         PR middle-end/42859
1437         * g++.dg/eh/pr42859.C: New test.
1438
1439 2010-03-09  Jakub Jelinek  <jakub@redhat.com>
1440
1441         PR debug/43299
1442         * gcc.dg/pr43299.c: New test.
1443
1444         PR debug/43290
1445         * g++.dg/eh/unwind2.C: New test.
1446
1447 2010-03-05  Sebastian Pop  <sebastian.pop@amd.com>
1448             Reza Yazdani  <reza.yazdani@amd.com>
1449
1450         PR middle-end/43065
1451         * gcc.dg/graphite/run-id-4.c: New.
1452
1453 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
1454
1455         PR middle-end/43065
1456         * gcc.dg/graphite/run-id-3.c: New.
1457
1458 2010-03-08  Tobias Grosser  <grosser@fim.uni-passau.de>
1459
1460         PR middle-end/42644
1461         PR middle-end/42130
1462         * gcc.dg/graphite/id-18.c: New.
1463         * gcc.dg/graphite/run-id-pr42644.c: New.
1464
1465 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
1466
1467         PR middle-end/42326
1468         * gcc.dg/graphite/pr42326.c: New.
1469
1470 2010-03-08  Richard Guenther  <rguenther@suse.de>
1471
1472         PR tree-optimization/43269
1473         * gcc.c-torture/execute/pr43269.c: New testcase.
1474
1475 2010-03-08  Janus Weil  <janus@gcc.gnu.org>
1476
1477         PR fortran/43256
1478         * gfortran.dg/typebound_call_13.f03: New.
1479
1480 2010-03-05  Eric Botcazou  <ebotcazou@adacore.com>
1481
1482         * lib/plugin-support.exp (plugin-test-execute): Use PLUGINCC in lieu
1483         of HOSTCC and PLUGINCFLAGS in lieu of HOSTCFLAGS.
1484
1485 2010-03-05  Jason Merrill  <jason@redhat.com>
1486
1487         * g++.dg/abi/mangle40.C: Require weak and alias.
1488
1489 2010-03-05  Sebastian Pop  <sebastian.pop@amd.com>
1490
1491         PR middle-end/42326
1492         * gfortran.dg/graphite/pr42326.f90: New.
1493         * gfortran.dg/graphite/pr42326-1.f90: New.
1494
1495 2010-03-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1496
1497         * lib/gnat.exp (gnat_init): Remove GNAT_UNDER_TEST_ORIG.
1498         (gnat_target_compile): Likewise.
1499         Reinitialize GNAT_UNDER_TEST if target changes.
1500         Set ADA_INCLUDE_PATH, ADA_OBJECTS_PATH in environment.
1501         (local_find_gnatmake): Pass full --GCC to gnatlink.
1502         Remove --LINK.
1503
1504 2010-03-04  Andrew Pinski  <andrew_pinski@caviumnetworks.com>
1505
1506         PR c/43248
1507         * gcc.dg/compound-literal-1.c: New testcase.
1508
1509 2010-03-04  Martin Jambor  <mjambor@suse.cz>
1510
1511         PR tree-optimization/43164
1512         PR tree-optimization/43191
1513         * gcc.c-torture/compile/pr43164.c: New test.
1514         * gcc.c-torture/compile/pr43191.c: Likewise.
1515
1516 2010-03-04  Janus Weil  <janus@gcc.gnu.org>
1517
1518         PR fortran/43244
1519         * gfortran.dg/finalize_9.f90: New.
1520
1521 2010-03-04  Tobias Burnus  <burnus@net-b.de>
1522             Ken Werner <ken@linux.vnet.ibm.com>
1523
1524         * gfortran.dg/reassoc_4.f: Add --param max-completely-peel-times
1525         to dg-options for spu.
1526         * gfortran.dg/vect/vect-7.f90: Add vect_intfloat_cvt to the
1527         dump-scan target to exclude spu.
1528
1529 2010-03-04  Changpeng Fang  <changpeng.fang@amd.com>
1530
1531         PR middle-end/43209
1532         * gcc.dg/tree-ssa/ivopts-4.c: New.
1533
1534 2010-03-03  Janis Johnson  <janis187@us.ibm.com>
1535
1536         * lib/target-supports-dg.exp (check-flags): Provide defaults for
1537         include-opts and exclude-opts; skip checking the flags if arguments
1538         are the same as the defaults.
1539         (dg-xfail-if): Verify the number of arguments, supply defaults
1540         for unspecified optional arguments.
1541         (dg-skip-if, dg-xfail-run-if): Verify the number of arguments.
1542
1543 2010-03-03  Jason Merrill  <jason@redhat.com>
1544
1545         PR c++/12909
1546         * g++.dg/abi/mangle40.C: Updated.
1547
1548 2010-03-03  Jason Merrill  <jason@redhat.com>
1549
1550         * g++.dg/abi/mangle19-1.C: Adjust for default -Wabi.
1551         * g++.dg/abi/mangle23.C: Likewise.
1552         * g++.dg/eh/simd-2.C: Likewise.
1553         * g++.dg/ext/attribute-test-2.C: Likewise.
1554         * g++.dg/ext/vector14.C: Likewise.
1555         * g++.dg/other/pr34435.C: Likewise.
1556         * g++.dg/template/conv8.C: Likewise.
1557         * g++.dg/template/nontype9.C: Likewise.
1558         * g++.dg/template/qualttp17.C: Likewise.
1559         * g++.dg/template/ref1.C: Likewise.
1560         * g++.old-deja/g++.pt/crash68.C: Likewise.
1561         * g++.old-deja/g++.pt/ref1.C: Likewise.
1562         * g++.old-deja/g++.pt/ref3.C: Likewise.
1563         * g++.old-deja/g++.pt/ref4.C: Likewise.
1564
1565         PR c++/12909
1566         * g++.dg/abi/mangle40.C: New.
1567         * g++.dg/abi/mangle41.C: New.
1568         * g++.dg/lto/20100302_0.C: New.
1569         * g++.dg/lto/20100302_1.C: New.
1570         * g++.dg/lto/20100302.h: New.
1571
1572 2010-03-03  Paul Thomas  <pault@gcc.gnu.org>
1573
1574         PR fortran/43243
1575         * gfortran.dg/internal_pack_12.f90: New test.
1576
1577 2010-03-03  H.J. Lu  <hongjiu.lu@intel.com>
1578
1579         * gcc.dg/pr36997.c: Adjust error message.
1580
1581 2010-03-03  Mike Stump  <mikestump@comcast.net>
1582
1583         * gcc.target/i386/builtin-unreachable.c: Don't expect stack
1584         adjustments to not be present on machines that align the stack to
1585         more than 4 bytes and don't have a red zone yet as that is an
1586         unimplemented optimization.
1587
1588 2010-03-03  Janus Weil  <janus@gcc.gnu.org>
1589
1590         PR fortran/43169
1591         * gfortran.dg/impure_assignment_3.f90: New.
1592
1593 2010-03-03  Jakub Jelinek  <jakub@redhat.com>
1594
1595         PR debug/43229
1596         * gfortran.dg/pr43229.f90: New test.
1597
1598         PR debug/43237
1599         * gcc.dg/debug/dwarf2/pr43237.c: New test.
1600
1601         PR debug/43177
1602         * gcc.dg/guality/pr43177.c: New test.
1603
1604 2010-03-02  Jason Merrill  <jason@redhat.com>
1605
1606         * g++.dg/ext/vector9.C: Adjust error message.
1607         * g++.dg/conversion/simd3.C: Likewise.
1608         * g++.dg/other/error23.C: Likewise.
1609
1610 2010-03-02  Mike Stump  <mikestump@comcast.net>
1611
1612         PR c++/41090
1613         * g++.dg/ext/label13.C (C::C): xfail for darwin for now.
1614
1615 2010-03-02  Paul Thomas  <pault@gcc.gnu.org>
1616
1617         PR fortran/43180
1618         * gfortran.dg/internal_pack_10.f90: New test.
1619
1620         PR fortran/43173
1621         * gfortran.dg/internal_pack_11.f90: New test.
1622
1623 2010-03-02  Reza Yazdani  <reza.yazdani@amd.com>
1624
1625         PR middle-end/42640
1626         * gcc.dg/tree-ssa/pr42640.c: New.
1627
1628 2010-03-01  Richard Guenther  <rguenther@suse.de>
1629
1630         PR tree-optimization/43220
1631         * gcc.c-torture/execute/pr43220.c: New testcase.
1632
1633 2010-03-01  Richard Guenther  <rguenther@suse.de>
1634
1635         PR middle-end/43213
1636         * gcc.dg/pr43213.c: New testcase.
1637
1638 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1639
1640         PR pch/14940
1641         * gcc.dg/pch/pch.exp: Don't XFAIL largefile.c on i?86-*-solaris2.10.
1642
1643 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1644
1645         * lib/target-supports.exp (check_effective_target_ucn_nocache):
1646         New function.
1647         (check_effective_target_ucn): Likewise.
1648
1649         * g++.dg/other/ucnid-1.C: Don't XFAIL on *-*-solaris2.*, but skip
1650         if !ucn.
1651         * gcc.dg/ucnid-2.c: Likewise.
1652         * gcc.dg/ucnid-3.c: Likewise.
1653         * gcc.dg/ucnid-4.c: Likewise.
1654         * gcc.dg/ucnid-11.c: Likewise.
1655         * gcc.dg/ucnid-12.c: Likewise.
1656         * gcc.dg/ucnid-6.c: Skip if !ucn.
1657         * gcc.dg/ucnid-9.c: Likewise.
1658
1659 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1660
1661         * gcc.target/i386/pr32000-2.c: Add missing include and exclude
1662         lists to dg-skip-if.
1663         * gcc.target/i386/stackalign/return-3.c: Likewise.
1664
1665 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1666
1667         * gcc.target/i386/clearcap.map: New file.
1668         * gcc.target/i386/i386.exp: Check for linker -M mapfile support.
1669         Pass clearcap.map by default if supported.
1670
1671 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1672
1673         PR fortran/42900
1674         * gfortran.dg/stat_1.f90: Accept 'testfile' gid == parent dir gid.
1675         Explain this.
1676         * gfortran.dg/stat_2.f90: Likewise.
1677
1678 2010-03-01  Tobias Burnus  <burnus@net-b.de>
1679
1680         PR fortran/43199
1681         * gfortran.dg/module_read_2.f90: New test.
1682
1683 2010-02-27  Mark Mitchell  <mark@codesourcery.com>
1684
1685         PR c++/42748
1686         * g++.dg/abi/mangle11.C: Adjust mangling warning locations.
1687         * g++.dg/abi/mangle12.C: Likewise.
1688         * g++.dg/abi/mangle20-2.C: Likewise.
1689         * g++.dg/abi/mangle17.C: Likewise.
1690         * g++.dg/template/cond2.C: Likewise.
1691         * g++.dg/template/pr35240.C: Likewise.
1692
1693 2010-02-27  Richard Guenther  <rguenther@suse.de>
1694
1695         PR tree-optimization/43186
1696         * gcc.c-torture/compile/pr43186.c: Adjust testcase.
1697
1698 2010-02-27  Kaz Kojima  <kkojima@gcc.gnu.org>
1699
1700         * g++.dg/abi/packed1.C: Expect warning on the SH.
1701
1702 2010-02-27  Simon Martin  <simartin@users.sourceforge.net>
1703
1704         PR c++/42054:
1705         * g++.dg/parse/error37.C: New test.
1706
1707 2010-02-27  Manuel López-Ibáñez  <manu@gcc.gnu.org>
1708
1709         PR c/24577
1710         PR c/43192
1711         * gcc.dg/pr8927-1.c: Match new note.
1712         * gcc.dg/990506-0.c: Likewise.
1713         * gcc.dg/gomp/flush-2.c: Likewise.
1714         * gcc.dg/gomp/atomic-5.c: Likewise.
1715         * gcc.dg/gomp/pr34607.c: Likewise.
1716         * gcc.dg/pr35746.c: Likewise.
1717         * gcc.dg/cpp/pragma-1.c: Likewise.
1718         * gcc.dg/cpp/pragma-2.c: Likewise.
1719         * gcc.dg/pr41842.c: Likewise.
1720         * gcc.dg/noncompile/20040629-1.c: Likewise.
1721         * objc.dg/private-1.m: Likewise.
1722
1723 2010-02-27  Tobias Burnus  <burnus@net-b.de>
1724
1725         PR fortran/43185
1726         * gfortran.dg/default_initialization_1.f90: Add -std=f2003.
1727         * gfortran.dg/default_initialization_4.f90: New test.
1728
1729 2010-02-27  Eric Botcazou  <ebotcazou@adacore.com>
1730
1731         * gnat.dg/thin_pointer.ad[sb]: Rename into...
1732         * gnat.dg/thin_pointer1.ad[sb]: ...this.
1733         * gnat.dg/thin_pointer2.adb: New test.
1734         * gnat.dg/thin_pointer2_pkg.ad[sb]: New helper.
1735
1736 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
1737
1738         PR c/20631
1739         * gcc.dg/cpp/c90-pedantic.c: New.
1740         * gcc.dg/cpp/c90.c: New.
1741         * gcc.dg/gnu90-const-expr-1.c: New.
1742         * gcc.dg/Woverlength-strings-pedantic-c90.c: New.
1743
1744 2010-02-26  Richard Guenther  <rguenther@suse.de>
1745
1746         PR tree-optimization/43186
1747         * gcc.c-torture/compile/pr43186.c: New testcase.
1748
1749 2010-02-26  Jakub Jelinek  <jakub@redhat.com>
1750
1751         PR debug/43190
1752         * c-c++-common/dwarf2/pr43190.c: New test.
1753
1754 2010-02-26  H.J. Lu  <hongjiu.lu@intel.com>
1755
1756         PR testsuite/37074:
1757         * gcc.dg/torture/stackalign/stackalign.exp: Add -mno-mmx to x86.
1758
1759 2010-02-26  Richard Guenther  <rguenther@suse.de>
1760
1761         PR tree-optimization/43188
1762         * gcc.c-torture/compile/pr43188.c: New testcase.
1763
1764 2010-02-26  H.J. Lu  <hongjiu.lu@intel.com>
1765
1766         PR target/43175
1767         * gcc.target/i386/vperm-v4si-2-sse4.c: New.
1768
1769 2010-02-25  Eric Botcazou  <ebotcazou@adacore.com>
1770
1771         * g++.dg/abi/packed1.C: Expect warning on the SPARC.
1772
1773 2010-02-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
1774
1775         PR target/43154
1776         * gcc.target/powerpc/pr43154.c: New file.
1777
1778 2010-02-25  Jakub Jelinek  <jakub@redhat.com>
1779
1780         PR debug/43166
1781         * gfortran.dg/debug/pr43166.f: New test.
1782
1783         PR debug/43165
1784         * gcc.dg/torture/pr43165.c: New test.
1785
1786 2010-02-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
1787
1788         PR c/43128
1789         * c-c++-common/pr41779.c: Update.
1790
1791 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1792
1793         PR ada/32547
1794         * lib/gnat-dg.exp (gnat_load): Redefine.
1795
1796         * ada/acats/run_acats: Run run_all.sh with $SHELL.
1797         * ada/acats/run_all.sh: Downcase tasking not implemented message.
1798
1799 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1800
1801         PR libobjc/36610
1802         * objc/execute/forward-1.x: XFAIL on alpha*-dec-osf*, 64-bit
1803         i?86-*-solaris2*, mips-sgi-irix*, sparc*-sun-solaris2* with
1804         -fgnu-runtime.
1805         Sort entries.
1806
1807 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1808
1809         * gcc.dg/cpp/_Pragma6.c: Skip on mips-sgi-irix*, alpha*-dec-osf*.
1810
1811 2010-02-24  Jakub Jelinek  <jakub@redhat.com>
1812
1813         PR debug/43150
1814         * gcc.dg/guality/vla-1.c: New test.
1815
1816 2010-02-24  Tobias Burnus  <burnus@net-b.de>
1817
1818         PR fortran/43042
1819         * gfortran.dg/c_ptr_tests_15.f90: New test.
1820
1821 2010-02-23  Jakub Jelinek  <jakub@redhat.com>
1822
1823         PR target/43107
1824         * gcc.target/i386/pr43107.c: New test.
1825
1826 2010-02-23  Jason Merrill  <jason@redhat.com>
1827
1828         PR c++/43143
1829         * g++.dg/cpp0x/variadic100.C: New.
1830
1831 2010-02-23  Jason Merrill  <jason@redhat.com>
1832
1833         PR debug/42800
1834         * gcc.dg/debug/dwarf2/dwarf2.exp: Run c-c++-common dwarf2 tests.
1835         * g++.dg/debug/dwarf2/dwarf2.exp: Likewise.
1836         * c-c++-common/dwarf2/vla1.c: New.
1837
1838 2010-02-23  Jakub Jelinek  <jakub@redhat.com>
1839
1840         PR target/43139
1841         * gcc.dg/pr43139.c: New test.
1842
1843         PR debug/43077
1844         * gcc.dg/guality/pr43077-1.c: New test.
1845
1846 2010-02-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
1847
1848         PR 43123
1849         * gcc.dg/march.c: New.
1850         * gcc.dg/march-generic.c: New.
1851         * gcc.dg/mtune.c: New.
1852
1853 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
1854
1855         PR middle-end/43083
1856         * gcc.dg/graphite/pr43083.c: New.
1857
1858 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
1859
1860         PR middle-end/43097
1861         * gfortran.dg/graphite/pr43097.f: New.
1862
1863 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
1864             Manuel López-Ibáñez  <manu@gcc.gnu.org>
1865
1866         PR middle-end/43140
1867         * g++.dg/graphite/pr41305.C: Add -Wno-conversion-null.
1868
1869 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
1870
1871         PR middle-end/43026
1872         * g++.dg/graphite/pr43026.C: New.
1873
1874 2010-02-22  Manuel López-Ibáñez  <manu@gcc.gnu.org>
1875
1876         PR c++/43126
1877         * gcc.dg/cleanup-1.c: Update.
1878         * gcc.dg/func-args-1.c: Update.
1879         * gcc.dg/format/sentinel-1.c: Update.
1880         * g++.old-deja/g++.jason/scoping10.C: Update.
1881         * g++.old-deja/g++.ns/lookup5.C: Update.
1882         * g++.dg/ext/cleanup-1.C: Update.
1883         * g++.dg/parse/varmod1.C: Update.
1884         * g++.dg/parse/error33.C: Update.
1885         * g++.dg/expr/call3.C: Update.
1886         * g++.dg/func-args-1.C: New.
1887
1888 2010-02-22  H.J. Lu  <hongjiu.lu@intel.com>
1889
1890         PR c/43125
1891         * gcc.dg/attr-used-2.c: Moved to ...
1892         * c-c++-common/attr-used-2.c: Here.
1893
1894         * gcc.dg/attr-used.c: Moved to ...
1895         * c-c++-common/attr-used.c: Here.
1896
1897 2010-02-22  Ozkan Sezer  <sezeroz@gmail.com>
1898
1899         * gcc.c-torture/execute/991014-1.c: Use __SIZE_TYPE__ for size types.
1900
1901 2010-02-22  Richard Guenther  <rguenther@suse.de>
1902
1903         PR lto/43045
1904         * gfortran.dg/lto/20100222-1_0.f03: New testcase.
1905         * gfortran.dg/lto/20100222-1_1.c: Likewise.
1906
1907 2010-02-22  Richard Guenther  <rguenther@suse.de>
1908
1909         PR tree-optimization/42749
1910         * gcc.c-torture/compile/pr42749.c: New testcase.
1911
1912 2010-02-22  Paul Thomas  <pault@gcc.gnu.org>
1913
1914         PR fortran/43072
1915         * gfortran.dg/internal_pack_6.f90: Number of 'packs' now zero.
1916         * gfortran.dg/internal_pack_9.f90: New test.
1917
1918 2010-02-21  Manuel López-Ibáñez  <manu@gcc.gnu.org>
1919
1920         PR c++/23510
1921         * g++.dg/template/recurse.C: Adjust.
1922         * g++.dg/template/pr23510.C: New.
1923
1924 2010-02-21  Dodji Seketeli  <dodji@redhat.com>
1925
1926         PR c++/42824
1927         * g++.dg/template/memclass4.C: New test.
1928
1929 2010-02-21  Tobias Burnus  <burnus@net-b.de>
1930
1931         PR fortran/35259
1932         * gfortran.dg/reassoc_5.f90: New test.
1933
1934 2010-02-20  Uros Bizjak  <ubizjak@gmail.com>
1935
1936         PR target/43067
1937         * gcc.target/i386/pr43067.c: New test.
1938
1939 2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
1940
1941         PR c++/35669
1942         * g++.dg/warn/Wconversion2.C: Replace -Wconversion with
1943         -Wconversion-null.
1944         * g++.dg/warn/Wconversion-null.C: New test.
1945         * g++.old-deja/g++.other/null1.C: Move to...
1946         * g++.dg/warn/Wconversion-null-2.C: ... here. Remove -Wconversion.
1947
1948 2010-02-20  Paul Thomas  <pault@gcc.gnu.org>
1949
1950         PR fortran/36932
1951         PR fortran/36933
1952         * gfortran.dg/dependency_26.f90: New test.
1953
1954         PR fortran/43072
1955         * gfortran.dg/internal_pack_7.f90: New test.
1956
1957         PR fortran/43111
1958         * gfortran.dg/internal_pack_8.f90: New test.
1959
1960 2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
1961
1962         PR 43128
1963         * c-c++-common/pr41779.c: Fix broken testcase.
1964
1965 2010-02-19  Manuel López-Ibáñez  <manu@gcc.gnu.org>
1966
1967         PR 36513
1968         * c-c++-common/pr36513.c: New testcase.
1969         * c-c++-common/pr36513-2.c: New testcase.
1970
1971 2010-02-19  Manuel López-Ibáñez  <manu@gcc.gnu.org>
1972
1973         PR 41779
1974         * c-c++-common/pr41779.c: New.
1975
1976 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
1977
1978         PR debug/43084
1979         * gcc.dg/pr43084.c: New test.
1980
1981 2010-02-19  Richard Guenther  <rguenther@suse.de>
1982
1983         PR tree-optimization/42916
1984         * gcc.dg/pr42916.c: New testcase.
1985
1986 2010-02-18  Jason Merrill  <jason@redhat.com>
1987
1988         PR c++/42837
1989         * g++.dg/abi/packed1.C: Add expected warning.
1990
1991         PR c++/43108
1992         * g++.dg/torture/dg-torture.exp: Run c-c++-common torture tests.
1993         * gcc.dg/torture/dg-torture.exp: Likewise.
1994         * c-c++-common/torture/complex-sign.h,
1995         c-c++-common/torture/complex-sign-add.c,
1996         c-c++-common/torture/complex-sign-mixed-add.c,
1997         c-c++-common/torture/complex-sign-mixed-div.c,
1998         c-c++-common/torture/complex-sign-mixed-mul.c,
1999         c-c++-common/torture/complex-sign-mixed-sub.c,
2000         c-c++-common/torture/complex-sign-mul.c,
2001         c-c++-common/torture/complex-sign-sub.c: Move from gcc.dg/torture.
2002         Adapt for C++ compilation as well.
2003
2004         PR c++/43070
2005         * g++.dg/ext/label1.C: Update.
2006         * g++.dg/ext/label2.C: Update.
2007
2008         PR c++/26261
2009         * g++.dg/template/dependent-name6.C: New.
2010
2011         PR c++/43109
2012         * g++.dg/parse/namespace12.C: New.
2013
2014 2010-02-18  Martin Jambor  <mjambor@suse.cz>
2015
2016         PR tree-optimization/43066
2017         * gcc.c-torture/compile/pr43066.c: New test.
2018
2019 2010-02-18  Uros Bizjak  <ubizjak@gmail.com>
2020
2021         * g++.dg/ext/attrib35.C: Fix target selector string.
2022         * g++.dg/ext/attrib36.C: Ditto.
2023         * g++.dg/ext/attrib37.C: Ditto.
2024         * g++.dg/abi/mangle24.C: Remove stray "*/" from dg directives.
2025         * g++.dg/abi/mangle25.C: Ditto.
2026
2027 2010-02-17  Jason Merrill  <jason@redhat.com>
2028
2029         PR c++/43069
2030         * g++.dg/parse/namespace11.C: New.
2031
2032         PR c++/43093
2033         * g++.dg/ext/attrib37.C: New.
2034
2035         PR c++/43079
2036         * g++.dg/template/ptrmem20.C: New.
2037
2038 2010-02-17  Uros Bizjak  <ubizjak@gmail.com>
2039
2040         PR target/43103
2041         * gcc.target/i386/xop-check.h: Include m256-check.h.
2042         * gcc.target/i386/xop-vpermil2ps-1.c: Include x86intrin.h.
2043         * gcc.target/i386/xop-vpermil2ps-256-1.c: Ditto.
2044         * gcc.target/i386/xop-vpermil2pd-1.c: Ditto.
2045         * gcc.target/i386/xop-vpermil2pd-256-1.c: Ditto.
2046
2047 2010-02-17  Jakub Jelinek  <jakub@redhat.com>
2048
2049         PR debug/42918
2050         * gcc.dg/pr42918.c: New test.
2051
2052 2010-02-16  H.J. Lu  <hongjiu.lu@intel.com>
2053
2054         * g++.dg/ext/attrib36.C: Require ILP32.
2055
2056 2010-02-16  Richard Guenther  <rguenther@suse.de>
2057
2058         PR tree-optimization/41043
2059         * gfortran.dg/pr41043.f90: New testcase.
2060         * gcc.dg/Wstrict-overflow-18.c: XFAIL.
2061
2062 2010-02-16  Jason Merrill  <jason@redhat.com>
2063
2064         * g++.dg/cpp0x/initlist-opt.C: Declare max_val inline.
2065
2066 2010-02-16  Ira Rosen <irar@il.ibm.com>
2067
2068         PR tree-optimization/43074
2069         * gcc.dg/vect/fast-math-pr43074.c: New test.
2070
2071 2010-02-16  Jakub Jelinek  <jakub@redhat.com>
2072
2073         * lib/prune.exp: Prune variable tracking size limit exceeded notes.
2074
2075 2010-02-16  Jason Merrill  <jason@redhat.com>
2076
2077         PR c++/43031
2078         * g++.dg/ext/attrib36.C: New.
2079
2080         PR c++/43036
2081         * g++.dg/other/array6.C: New.
2082
2083 2010-02-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2084
2085         * g++.dg/cpp0x/initlist-opt.C: Bind pic locally.
2086
2087 2010-02-15  Sebastian Pop  <sebastian.pop@amd.com>
2088
2089         * gcc.target/i386/sse-14.c: Add tests for _mm_permute2_pd,
2090         _mm256_permute2_pd, _mm_permute2_ps, and _mm256_permute2_ps.
2091         * gcc.target/i386/xop-vpermil2pd-1.c: New.
2092         * gcc.target/i386/xop-vpermil2pd-256-1.c: New.
2093         * gcc.target/i386/xop-vpermil2ps-1.c: New.
2094         * gcc.target/i386/xop-vpermil2ps-256-1.c: New.
2095
2096 2010-02-15  Richard Guenther  <rguenther@suse.de>
2097
2098         PR middle-end/43068
2099         * g++.dg/torture/pr43068.C: New testcase.
2100
2101 2010-02-14  Volker Reichelt  <reichelt@gcc.gnu.org>
2102
2103         PR c++/43024
2104         * g++.dg/opt/ice1.C: New.
2105
2106 2010-02-14  Jason Merrill  <jason@redhat.com>
2107
2108         PR c++/41997
2109         * g++.dg/cpp0x/initlist-opt.C: New.
2110
2111 2010-02-13  Paul Thomas  <pault@gcc.gnu.org>
2112
2113         PR fortran/41113
2114         PR fortran/41117
2115         * gfortran.dg/internal_pack_6.f90: New test.
2116
2117 2010-02-12  Jason Merrill  <jason@redhat.com>
2118
2119         PR c++/43054
2120         * g++.dg/cpp0x/variadic99.C: New.
2121
2122 2010-02-12  Jakub Jelinek  <jakub@redhat.com>
2123
2124         * gcc.dg/guality/guality.h (GUALCVT): Zero extend instead of
2125         sign extend pointers to gualchk_t.
2126
2127         PR c++/43033
2128         * g++.dg/other/default3.C: Xfail g4 test.
2129
2130 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
2131
2132         PR middle-end/43012
2133         * gcc.dg/graphite/pr43012.c: New.
2134
2135 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
2136
2137         PR middle-end/42930
2138         * g++.dg/graphite/pr42930.C: New.
2139
2140 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
2141
2142         PR middle-end/42914
2143         PR middle-end/42530
2144         * gcc.dg/graphite/pr42530.c: New.
2145         * gcc.dg/graphite/pr42914.c: New.
2146
2147 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
2148
2149         PR middle-end/42771
2150         * gcc.dg/graphite/pr42771.c: New.
2151
2152 2010-02-11  Richard Guenther  <rguenther@suse.de>
2153
2154         PR tree-optimization/42998
2155         * gcc.c-torture/compile/pr42998.c: New testcase.
2156
2157 2010-02-10  Jason Merrill  <jason@redhat.com>
2158
2159         PR c++/41896
2160         * g++.dg/cpp0x/lambda/lambda-nested3.C: New.
2161
2162         PR c++/42983, core issue 906
2163         * g++.dg/cpp0x/defaulted15.C: Add virtualness test.
2164         * g++.dg/cpp0x/defaulted9.C: Move virtual default outside class.
2165
2166         PR c++/43016
2167         * g++.dg/cpp0x/lambda/lambda-conv.C: Test for weakness.
2168
2169 2010-02-10  Richard Guenther  <rguenther@suse.de>
2170
2171         PR tree-optimization/43017
2172         * gcc.dg/torture/pr43017.c: New testcase.
2173
2174 2010-02-10  Tobias Burnus <burnus@net-b.de>
2175
2176         PR fortran/40823
2177         * gfortran.dg/private_type_1.f90: Update error location.
2178         * gfortran.dg/invalid_interface_assignment.f90: Ditto.
2179         * gfortran.dg/typebound_operator_2.f03: Ditto.
2180         * gfortran.dg/assignment_2.f90: Ditto.
2181         * gfortran.dg/redefined_intrinsic_assignment.f90: Ditto.
2182         * gfortran.dg/binding_label_tests_9.f03: Ditto.
2183
2184 2010-02-10  Tobias Burnus  <burnus@net-b.de>
2185
2186         PR fortran/43015
2187         * gfortran.dg/bind_c_usage_20.f90: New test.
2188
2189 2010-02-10  Jakub Jelinek  <jakub@redhat.com>
2190
2191         PR debug/43010
2192         * g++.dg/debug/pr43010.C: New test.
2193
2194 2010-02-10  Richard Guenther  <rguenther@suse.de>
2195
2196         PR c/43007
2197         * gcc.c-torture/execute/20100209-1.c: New testcase.
2198         * gcc.dg/fold-div-3.c: Likewise.
2199
2200 2010-02-10  Jakub Jelinek  <jakub@redhat.com>
2201
2202         * gcc.dg/builtin-ffs-1.c: New test.
2203
2204 2010-02-09  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2205
2206         PR fortran/42999
2207         * gfortran.dg/array_constructor_35.f90: New test.
2208
2209 2010-02-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2210
2211         * gcc.dg/tree-ssa/inline-4.c: Bind pic locally.
2212
2213 2010-02-09  Jason Merrill  <jason@redhat.com>
2214
2215         PR c++/42399
2216         * g++.dg/cpp0x/lambda/lambda-errloc2.C: New.
2217
2218         PR c++/42370
2219         * g++.dg/cpp0x/lambda/lambda-warn2.C: New.
2220
2221 2010-02-09  Tobias Burnus  <burnus@net-b.de>
2222
2223         PR fortran/41869
2224         * gfortran.dg/module_write_1.f90: New test.
2225
2226 2010-02-09  Alexander Monakov  <amonakov@ispras.ru>
2227
2228         * gcc.dg/pr19340.c: Adjust.
2229
2230 2010-02-09  Richard Guenther  <rguenther@suse.de>
2231
2232         PR tree-optimization/43008
2233         * gcc.c-torture/execute/pr43008.c: New testcase.
2234
2235 2010-02-09  Richard Guenther  <rguenther@suse.de>
2236
2237         PR tree-optimization/43000
2238         * gcc.dg/torture/pr43000.c: New testcase.
2239         * gcc.dg/torture/pr43002.c: Likewise.
2240
2241 2010-02-09  Daniel Kraft  <d@domob.eu>
2242
2243         PR fortran/39171
2244         * gfortran.dg/char_length_2.f90: Change warning expectations accordingly
2245         and pass -Wsurprising as necessary.
2246
2247 2010-02-08  Jakub Jelinek  <jakub@redhat.com>
2248
2249         PR tree-optimization/42890
2250         * g++.dg/torture/pr42890.C: New test.
2251
2252 2010-02-08  Richard Guenther  <rguenther@suse.de>
2253
2254         PR middle-end/42995
2255         * gcc.dg/tree-ssa/inline-4.c: New testcase.
2256
2257 2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>
2258
2259         * gcc.dg/graphite/block-0.c: Call abort for runtime test.  Always
2260         return 0 from main.
2261         * gcc.dg/graphite/block-1.c: Same.
2262         * gcc.dg/graphite/block-3.c: Same.
2263         * gcc.dg/graphite/block-4.c: Same.
2264         * gcc.dg/graphite/block-5.c: Same.
2265         * gcc.dg/graphite/block-6.c: Same.
2266         * gcc.dg/graphite/block-7.c: Same.
2267         * gcc.dg/graphite/interchange-0.c: Same.
2268         * gcc.dg/graphite/interchange-1.c: Same.
2269         * gcc.dg/graphite/interchange-10.c: Same.
2270         * gcc.dg/graphite/interchange-11.c: Same.
2271         * gcc.dg/graphite/interchange-12.c: Same.
2272         * gcc.dg/graphite/interchange-2.c: Same.
2273         * gcc.dg/graphite/interchange-3.c: Same.
2274         * gcc.dg/graphite/interchange-4.c: Same.
2275         * gcc.dg/graphite/interchange-5.c: Same.
2276         * gcc.dg/graphite/interchange-6.c: Same.
2277         * gcc.dg/graphite/interchange-7.c: Same.
2278         * gcc.dg/graphite/interchange-8.c: Same.
2279         * gcc.dg/graphite/interchange-9.c: Same.
2280         * gcc.dg/graphite/interchange-mvt.c: Same.
2281
2282 2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>
2283
2284         * gfortran.dg/graphite/id-19.f: New.
2285         * gfortran.dg/graphite/pr14741.f90: New.
2286         * gfortran.dg/graphite/pr41924.f90: New.
2287         * gfortran.dg/graphite/run-id-2.f90: New.
2288
2289 2010-02-07  Richard Guenther  <rguenther@suse.de>
2290
2291         PR middle-end/42956
2292         * gcc.c-torture/compile/pr42956.c: New testcase.
2293
2294 2010-02-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2295
2296         PR libfortran/42742
2297         * gfortran.dg/fmt_cache_2.f: New test.
2298
2299 2010-02-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2300
2301         * gfortran.dg/read_no_eor.f90: New test.
2302
2303 2010-02-05  Jason Merrill  <jason@redhat.com>
2304
2305         * g++.dg/ext/label13.C: Move constructor body out of class.
2306
2307 2010-02-03  Jason Merrill  <jason@redhat.com>
2308
2309         PR c++/42870
2310         * g++.dg/ext/dllexport3.C: New.
2311
2312 2010-02-05  Ozkan Sezer  <sezeroz@gmail.com>
2313
2314         * gcc.dg/format/ms-format3.c: New test for specific MS types.
2315
2316 2010-02-05  Richard Guenther  <rguenther@suse.de>
2317
2318         * gcc.dg/tree-ssa/ssa-ccp-28.c: New testcase.
2319
2320 2010-02-05  Dodji Seketeli  <dodji@redhat.com>
2321
2322         PR c++/42915
2323         * g++.dg/other/crash-9.C: New test.
2324
2325 2010-02-05  Paul Thomas  <pault@gcc.gnu.org>
2326
2327         PR fortran/42309
2328         * gfortran.dg/subref_array_pointer_4.f90 : New test.
2329
2330 2010-02-04  Richard Guenther  <rguenther@suse.de>
2331
2332         PR rtl-optimization/42952
2333         * gcc.dg/torture/pr42952.c: New testcase.
2334
2335 2010-02-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2336
2337         PR libfortran/42901
2338         * gfortran.dg/namelist_60.f90: New test.
2339
2340 2010-02-03  Jason Merrill  <jason@redhat.com>
2341
2342         PR c++/40138
2343         * g++.dg/ext/builtin11.C: New.
2344
2345         PR c++/4926
2346         PR c++/38600
2347         * g++.dg/abi/mangle35.C: New.
2348         * g++.dg/abi/mangle37.C: New.
2349
2350         PR c++/12909
2351         * g++.dg/abi/mangle36.C: New.
2352
2353         PR c++/35652
2354         * g++.dg/warn/string1.C: New.
2355
2356 2010-02-03  Richard Guenther  <rguenther@suse.de>
2357
2358         PR tree-optimization/42944
2359         * gcc.dg/errno-1.c: New testcase.
2360
2361 2010-02-03  Richard Guenther  <rguenther@suse.de>
2362
2363         PR middle-end/42927
2364         * gcc.c-torture/compile/pr42927.c: New testcase.
2365
2366 2010-02-03  Tobias Burnus  <burnus@net-b.de>
2367
2368         PR fortran/42936
2369         * gfortran.dg/null_4.f90: New test.
2370
2371 2010-02-02  Jason Merrill  <jason@redhat.com>
2372
2373         PR c++/41090
2374         * g++.dg/ext/label13.C: New.
2375
2376 2010-02-02  Tobias Burnus  <burnus@net-b.de>
2377
2378         PR fortran/42650
2379         * gfortran.dg/func_result_5.f90: New test.
2380
2381 2010-02-01  Tobias Burnus  <burnus@net-b.de>
2382
2383         PR fortran/42922
2384         * gfortran.dg/pure_initializer_3.f90: News test.
2385
2386 2010-01-31  Janus Weil  <janus@gcc.gnu.org>
2387
2388         PR fortran/42888
2389         * gfortran.dg/allocate_derived_2.f90: New test.
2390
2391 2010-01-31  Eric Botcazou  <ebotcazou@adacore.com>
2392
2393         PR middle-end/42898
2394         * gcc.dg/torture/pr42898-2.c: New test.
2395
2396 2010-01-31  Richard Guenther  <rguenther@suse.de>
2397
2398         PR middle-end/42898
2399         * gcc.dg/torture/pr42898.c: New testcase.
2400
2401 2010-01-31  Paul Thomas  <pault@gcc.gnu.org>
2402
2403         PR fortran/38324
2404         * gfortran.dg/alloc_comp_basics_1.f90: Remove option -O2.
2405         * gfortran.dg/alloc_comp_bounds_1.f90: New test.
2406
2407 2010-01-30  Paolo Bonzini  <bonzini@gnu.org>
2408
2409         * g++.dg/tree-ssa/inline-1.C: New.
2410         * g++.dg/tree-ssa/inline-2.C: New.
2411         * g++.dg/tree-ssa/inline-3.C: New.
2412
2413 2010-01-29  Michael Meissner  <meissner@linux.vnet.ibm.com>
2414
2415         PR testsuite/41701
2416         * gcc.dg/builtins-58.c: Add -fno-ident to the options to prevent
2417         the string 'pow' in the pathname of the compiler from generating a
2418         test failure.
2419
2420 2010-01-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2421
2422         * g++.old-deja/g++.mike/eh16.C: Rename err to e.
2423         * g++.old-deja/g++.mike/eh17.C: Likewise.
2424         * g++.old-deja/g++.mike/p5571.C: Likewise.
2425
2426 2010-01-29  Dodji Seketeli  <dodji@redhat.com>
2427
2428         PR c++/42758
2429         PR c++/42634
2430         PR c++/42336
2431         PR c++/42797
2432         PR c++/42880
2433         * g++.dg/other/crash-5.C: New test.
2434         * g++.dg/other/crash-6.C: New test.
2435         * g++.dg/other/crash-7.C: New test.
2436         * g++.dg/other/crash-8.C: New test.
2437
2438 2010-01-29  Jakub Jelinek  <jakub@redhat.com>
2439
2440         PR rtl-optimization/42889
2441         * gcc.dg/pr42889.c: New test.
2442
2443 2010-01-28  H.J. Lu  <hongjiu.lu@intel.com>
2444
2445         * gcc.target/i386/pr42881.c: Use SSE2.
2446
2447 2010-01-28  Uros Bizjak  <ubizjak@gmail.com>
2448
2449         PR target/42891
2450         * gcc.target/i386/pr42891.c: New test.
2451
2452 2010-01-28  Richard Guenther  <rguenther@suse.de>
2453
2454         PR tree-optimization/42871
2455         * g++.dg/torture/pr42871.C: New testcase.
2456
2457 2010-01-28  Richard Guenther  <rguenther@suse.de>
2458
2459         * gcc.dg/Wobjsize-1.h: New testcase.
2460         * gcc.dg/Wobjsize-1.c: Likewise.
2461
2462 2010-01-28  Richard Guenther  <rguenther@suse.de>
2463
2464         PR middle-end/42883
2465         * g++.dg/torture/pr42883.C: New testcase.
2466
2467 2010-01-28  Michael Matz  <matz@suse.de>
2468
2469         * gcc.target/i386/pr42881.c: New test.
2470
2471 2010-01-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2472
2473         * gcc.misc-tests/linkage.exp: Remove mips-sgi-irix6*o32 support.
2474         Add i?86-*-solaris2* support.
2475
2476 2010-01-28  Dodji Seketeli  <dodji@redhat.com>
2477
2478         PR c++/42713
2479         PR c++/42820
2480         * g++.dg/template/typedef27.C: New test case.
2481         * g++.dg/template/typedef28.C: New test case.
2482
2483 2010-01-27  Stephen Thomas  <stephen.thomas@arm.com>
2484
2485         * testsuite/gcc.dg/optimize-bswap*.c: Add ARM target
2486
2487 2010-01-27  Richard Guenther  <rguenther@suse.de>
2488
2489         PR middle-end/42878
2490         * gcc.dg/torture/pr42878-1.c: New testcase.
2491         * gcc.dg/torture/pr42878-2.c: Likewise.
2492
2493 2010-01-27  Jakub Jelinek  <jakub@redhat.com>
2494
2495         PR middle-end/42874
2496         * gcc.dg/vla-22.c: New test.
2497
2498 2010-01-26  Jakub Jelinek  <jakub@redhat.com>
2499
2500         * ada/acats/run_all.sh: Make sure norun.lst is sorted using the
2501         current collation.
2502
2503 2010-01-26  Richard Guenther  <rguenther@suse.de>
2504
2505         PR rtl-optimization/42685
2506         * gcc.dg/pr42685.c: New testcase.
2507         * g++.dg/other/pr42685.C: Likewise.
2508
2509 2010-01-26  Richard Guenther  <rguenther@suse.de>
2510
2511         PR middle-end/42806
2512         * g++.dg/other/pr42806.C: New testcase.
2513
2514 2010-01-26  Richard Guenther  <rguenther@suse.de>
2515
2516         PR tree-optimization/42250
2517         * gcc.dg/pr42250.c: New testcase.
2518
2519 2010-01-25  Arnaud Charlet  <charlet@adacore.com>
2520
2521         * gnat.dg/array_bounds_test.adb: New test.
2522
2523 2010-01-25  Tobias Burnus  <burnus@net-b.de>
2524
2525         PR fortran/42858
2526         * gfortran.dg/generic_21.f90: New test.
2527
2528 2010-01-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2529
2530         PR testsuite/41522
2531         * gcc.c-torture/compile/pr38789.c: Change to dg-do compile.
2532
2533 2010-01-24  Mark Mitchell  <mark@codesourcery.com>
2534
2535         PR c++/42748
2536         * g++.dg/abi/arm_va_list2.C: New test.
2537         * g++.dg/abi/arm_va_list2.h: Companion header file.
2538
2539 2010-01-24  Paul Thomas  <pault@gcc.gnu.org>
2540
2541         PR fortran/41044
2542         * gfortran.dg/parameter_array_ref_2.f90 : New test.
2543
2544         PR fortran/41167
2545         * gfortran.dg/char_array_arg_1.f90 : New test.
2546
2547         * gfortran.dg/pr25923.f90 : Remove XFAIL.
2548
2549 2010-01-24  Tobias Burnus  <burnus@net-b.de>
2550
2551         PR fortran/39304
2552         * gfortran.dg/generic_20.f90: New test.
2553
2554 2010-01-22  Michael Matz  <matz@suse.de>
2555
2556         * gfortran.dg/vect/fast-math-mgrid-resid.f: Limit to x86, add
2557         -msse2.
2558
2559 2010-01-21  Paul Thomas  <pault@gcc.gnu.org>
2560
2561         PR fortran/42736
2562         * gfortran.dg/dependency_25.f90 : New test.
2563
2564 2010-01-21  Martin Jambor  <mjambor@suse.cz>
2565
2566         PR tree-optimization/42585
2567         * gcc.dg/tree-ssa/pr42585.c: New test.
2568
2569 2010-01-21  Richard Guenther  <rguenther@suse.de>
2570
2571         PR middle-end/19988
2572         * gcc.dg/pr19988.c: New testcase.
2573
2574 2010-01-20  Janis Johnson  <janis187@us.ibm.com>
2575
2576         * g++.dg/compat/decimal/compat-common.h: New file.
2577         * g++.dg/compat/decimal/decimal-dummy.h: New file.
2578         * g++.dg/compat/decimal/pass_x.h: New file.
2579         * g++.dg/compat/decimal/pass_y.h: New file.
2580         * g++.dg/compat/decimal/pass-1_main.C: New file.
2581         * g++.dg/compat/decimal/pass-1_x.C: New file.
2582         * g++.dg/compat/decimal/pass-1_y.C: New file.
2583         * g++.dg/compat/decimal/pass-2_main.C: New file.
2584         * g++.dg/compat/decimal/pass-2_x.C: New file.
2585         * g++.dg/compat/decimal/pass-2_y.C: New file.
2586         * g++.dg/compat/decimal/pass-3_main.C: New file.
2587         * g++.dg/compat/decimal/pass-3_x.C: New file.
2588         * g++.dg/compat/decimal/pass-3_y.C: New file.
2589         * g++.dg/compat/decimal/pass-4_main.C: New file.
2590         * g++.dg/compat/decimal/pass-4_x.C: New file.
2591         * g++.dg/compat/decimal/pass-4_y.C: New file.
2592         * g++.dg/compat/decimal/pass-5_main.C: New file.
2593         * g++.dg/compat/decimal/pass-5_x.C: New file.
2594         * g++.dg/compat/decimal/pass-5_y.C: New file.
2595         * g++.dg/compat/decimal/pass-6_main.C: New file.
2596         * g++.dg/compat/decimal/pass-6_x.C: New file.
2597         * g++.dg/compat/decimal/pass-6_y.C: New file.
2598         * g++.dg/compat/decimal/return_x.h: New file.
2599         * g++.dg/compat/decimal/return_y.h: New file.
2600         * g++.dg/compat/decimal/return-1_main.C: New file.
2601         * g++.dg/compat/decimal/return-1_x.C: New file.
2602         * g++.dg/compat/decimal/return-1_y.C: New file.
2603         * g++.dg/compat/decimal/return-2_main.C: New file.
2604         * g++.dg/compat/decimal/return-2_x.C: New file.
2605         * g++.dg/compat/decimal/return-2_y.C: New file.
2606         * g++.dg/compat/decimal/return-3_main.C: New file.
2607         * g++.dg/compat/decimal/return-3_x.C: New file.
2608         * g++.dg/compat/decimal/return-3_y.C: New file.
2609         * g++.dg/compat/decimal/return-4_main.C: New file.
2610         * g++.dg/compat/decimal/return-4_x.C: New file.
2611         * g++.dg/compat/decimal/return-4_y.C: New file.
2612         * g++.dg/compat/decimal/return-5_main.C: New file.
2613         * g++.dg/compat/decimal/return-5_x.C: New file.
2614         * g++.dg/compat/decimal/return-5_y.C: New file.
2615         * g++.dg/compat/decimal/return-6_main.C: New file.
2616         * g++.dg/compat/decimal/return-6_x.C: New file.
2617         * g++.dg/compat/decimal/return-6_y.C: New file.
2618
2619 2010-01-20  Alexandre Oliva  <aoliva@redhat.com>
2620
2621         PR debug/42715
2622         * gcc.dg/pr42715.c: New.
2623
2624 2010-01-20  Paolo Carlini  <paolo.carlini@oracle.com>
2625
2626         PR c++/42038
2627         * g++.dg/parse/crash55.C: New.
2628
2629 2010-01-20  Alexandre Oliva  <aoliva@redhat.com>
2630
2631         PR debug/42782
2632         * gcc.dg/guality/pr42782.c: New.
2633
2634 2010-01-20  Jason Merrill  <jason@redhat.com>
2635
2636         PR c++/41788
2637         * g++.dg/abi/packed1.C: New.
2638
2639         PR c++/41920
2640         * g++.dg/cpp0x/lambda/lambda-warn1.C: New.
2641
2642         PR c++/40750
2643         * g++.dg/parse/fn-typedef1.C: New.
2644         * g++.dg/other/cv_quals.C: Adjust.
2645
2646 2010-01-20  Anthony Green  <green@moxielogic.com>
2647
2648         * gcc.dg/cpp/_Pragma6.c: Skip this test for moxie-*-* (no
2649         pack(push) pragma).
2650         * gcc.dg/pr19340.c: Skip this test for moxie-*-* (no scheduling).
2651         * gcc.dg/20020312-2.c: Port this to the moxie core.
2652         * gcc.dg/weak/typeof-2.c: Ditto.
2653
2654 2010-01-20  Richard Guenther  <rguenther@suse.de>
2655
2656         PR tree-optimization/42717
2657         * gcc.c-torture/compile/pr42717.c: New testcase.
2658
2659 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
2660
2661         * gcc.dg/cleanup-13.c: Expect DW_OP_mod to do unsigned modulo instead
2662         of signed, add a few new tests.
2663
2664         PR middle-end/42803
2665         * g++.dg/parse/limits-initializer1.C: New test.
2666
2667 2010-01-19  Janus Weil  <janus@gcc.gnu.org>
2668
2669         PR fortran/42804
2670         * gfortran.dg/proc_ptr_comp_pass_6.f90: New test.
2671         * gfortran.dg/typebound_call_12.f03: New test.
2672
2673 2010-01-19  Paul Thomas  <pault@gcc.gnu.org>
2674
2675         PR fortran/42783
2676         * gfortran.dg/bounds_check_15.f90 : New test.
2677
2678 2010-01-19  Michael Matz  <matz@suse.de>
2679
2680         PR tree-optimization/41783
2681         * gfortran.dg/vect/fast-math-mgrid-resid.f: New.
2682
2683 2010-01-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
2684
2685         PR target/38697.
2686         * gcc.target/arm/neon/vget_lowf32.c: Regenerate.
2687         * gcc.target/arm/neon/vget_lowp16.c: Likewise.
2688         * gcc.target/arm/neon/vget_lowp8.c:  Likewise.
2689         * gcc.target/arm/neon/vget_lows16.c: Likewise.
2690         * gcc.target/arm/neon/vget_lows32.c: Likewise.
2691         * gcc.target/arm/neon/vget_lows64.c: Likewise.
2692         * gcc.target/arm/neon/vget_lows8.c: Likewise.
2693         * gcc.target/arm/neon/vget_lowu16.c: Likewise.
2694         * gcc.target/arm/neon/vget_lowu32.c: Likewise.
2695         * gcc.target/arm/neon/vget_lowu64.c: Likewise.
2696         * gcc.target/arm/neon/vget_lowu8.c: Likewise.
2697
2698 2010-01-19  Janus Weil  <janus@gcc.gnu.org>
2699
2700         PR fortran/42545
2701         * gfortran.dg/extends_6.f03: Modified an error message.
2702         * gfortran.dg/extends_10.f03: New test.
2703         * gfortran.dg/private_type_6.f03: Modified an error message.
2704         * gfortran.dg/structure_constructor_8.f03: Ditto.
2705
2706 2010-01-19  Jakub Jelinek  <jakub@redhat.com>
2707
2708         PR tree-optimization/42719
2709         * gcc.dg/pr42719.c: New test.
2710
2711         PR debug/42728
2712         * gcc.dg/pr42728.c: New test.
2713
2714 2010-01-19  Anthony Green  <green@moxielogic.com>
2715
2716         * gcc.dg/tree-ssa/20040204-1.c: Expect this test to pass.
2717
2718 2010-01-18  Anthony Green  <green@moxielogic.com>
2719
2720         * gcc.dg/tree-ssa/asm-3.c (REGISTER): Pick an appropriate register
2721         for moxie.
2722
2723 2010-01-19  Dodji Seketeli  <dodji@redhat.com>
2724
2725         * g++.dg/template/error45.C: reverted as part of reverting the
2726         fix of PR c++/42634.
2727
2728 2010-01-18  Dodji Seketeli  <dodji@redhat.com>
2729
2730         PR c++/42634
2731         * g++.dg/template/error45.C: New test.
2732
2733 2010-01-18  Dodji Seketeli  <dodji@redhat.com>
2734
2735         PR c++/42766
2736         * g++.dg/conversion/op6.C: New test.
2737
2738 2010-01-18  Uros Bizjak  <ubizjak@gmail.com>
2739
2740         PR target/42774
2741         * gcc.target/alpha/pr42774.c: New test.
2742
2743 2010-01-18  Richard Guenther  <rguenther@suse.de>
2744
2745         PR tree-optimization/42781
2746         * gfortran.fortran-torture/compile/pr42781.f90: New testcase.
2747
2748 2010-01-17  Richard Guenther  <rguenther@suse.de>
2749
2750         PR middle-end/42248
2751         * gcc.c-torture/execute/pr42248.c: New testcase.
2752
2753 2010-01-17  Richard Guenther  <rguenther@suse.de>
2754
2755         PR tree-optimization/42773
2756         * g++.dg/torture/pr42773.C: New testcase.
2757
2758 2010-01-17  Janus Weil  <janus@gcc.gnu.org>
2759
2760         PR fortran/42677
2761         * gfortran.dg/interface_assignment_5.f90: New test.
2762
2763 2010-01-17  Dodji Seketeli  <dodji@redhat.com>
2764
2765         PR c++/42697
2766         * g++.dg/template/crash94.C: Reverted.
2767
2768 2010-01-17  Jie Zhang  <jie.zhang@analog.com>
2769
2770         PR debug/42767
2771         * gcc.dg/debug/pr42767.c: New.
2772
2773 2010-01-15  Jason Merrill  <jason@redhat.com>
2774
2775         PR c++/42761
2776         * g++.dg/cpp0x/decltype22.C: New.
2777
2778 2010-01-16  Jakub Jelinek  <jakub@redhat.com>
2779
2780         PR middle-end/42760
2781         * g++.dg/torture/pr42760.C: New test.
2782
2783 2010-01-15  Jing Yu  <jingyu@google.com>
2784
2785         PR rtl-optimization/42691
2786         * gcc.c-torture/execute/pr42691.c: New.
2787
2788 2010-01-15  Richard Guenther  <rguenther@suse.de>
2789
2790         PR middle-end/42739
2791         * g++.dg/torture/pr42739.C: New testcase.
2792
2793 2010-01-15  Dodji Seketeli  <dodji@redhat.com>
2794
2795         * g++.dg/template/error45.C: Revert as part of reverting changes
2796         or PR c++/42634.
2797
2798 2010-01-14 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2799
2800         PR fortran/42684
2801         * gfortran.dg/interface_31.f90: New test.
2802
2803 2010-01-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
2804
2805         * gcc.target/powerpc/pr42747.c: New file.
2806
2807 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
2808
2809         PR middle-end/42674
2810         * c-c++-common/pr42674.c: New test.
2811
2812         PR c++/42608
2813         * g++.dg/template/instantiate11.C: New test.
2814
2815 2010-01-14  Jason Merrill  <jason@redhat.com>
2816
2817         PR c++/42701
2818         * g++.dg/overload/error3.C: New.
2819
2820         PR c++/42655
2821         * g++.dg/overload/rvalue1.C: New.
2822
2823 2010-01-14  Martin Jambor  <mjambor@suse.cz>
2824
2825         PR tree-optimization/42706
2826         * gcc.dg/ipa/pr42706.c: New testcase.
2827
2828 2010-01-14  H.J. Lu  <hongjiu.lu@intel.com>
2829
2830         * g++.dg/graphite/pr42681.C (size_t): Use __SIZE_TYPE__.
2831
2832 2010-01-14  Martin Jambor  <mjambor@suse.cz>
2833
2834         PR tree-optimization/42714
2835         * g++.dg/torture/pr42714.C: New test.
2836
2837 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
2838
2839         PR rtl-optimization/42246
2840         * gfortran.dg/pr42246-2.f: New.
2841
2842 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
2843
2844         PR rtl-optimization/42389
2845         * gcc.dg/pr42389.c: New.
2846
2847 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
2848
2849         PR rtl-optimization/42388
2850         * gcc.dg/pr42388.c: New.
2851
2852 2010-01-14  Alexander Monakov <amonakov@ispras.ru>
2853
2854         PR rtl-optimization/42294
2855         * gfortran.dg/pr42294.f: New.
2856
2857 2010-01-14  Alexander Monakov <amonakov@ispras.ru>
2858
2859         PR rtl-optimization/39453
2860         PR rtl-optimization/42246
2861         * gcc.dg/pr39453.c: New.
2862         * gcc.dg/pr42246.c: New.
2863
2864 2010-01-14  Alexander Monakov <amonakov@ispras.ru>
2865
2866         PR middle-end/42245
2867         * gcc.dg/pr42245.c: New.
2868         * gcc.dg/pr42245-2.c: New.
2869
2870 2010-01-14  Alexander Monakov <amonakov@ispras.ru>
2871
2872         PR rtl-optimization/42249
2873         * gcc.dg/pr42249.c: New.
2874
2875 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
2876
2877         PR c/42721
2878         * gcc.c-torture/execute/pr42721.c: New test.
2879
2880 2010-01-14  Ira Rosen  <irar@il.ibm.com>
2881
2882         PR tree-optimization/42709
2883         * gcc.dg/vect/pr42709.c: New test.
2884
2885 2010-01-14  Paul Thomas  <pault@gcc.gnu.org>
2886
2887         PR fortran/41478
2888         * gfortran.dg/alloc_comp_scalar_1.f90: New test.
2889         * gfortran.dg/alloc_comp_transformational_1.f90: New test.
2890
2891 2010-01-14  Paul Thomas  <pault@gcc.gnu.org>
2892
2893         PR fortran/42481
2894         * gfortran.dg/generic_19.f90 : New test.
2895
2896 2010-01-13  Richard Guenther  <rguenther@suse.de>
2897
2898         PR tree-optimization/42730
2899         * gcc.c-torture/compile/pr42730.c: New testcase.
2900
2901 2010-01-13  Steve Ellcey  <sje@cup.hp.com>
2902
2903         PR target/pr42542
2904         * gcc.target/ia64/pr42542-1.c: New.
2905         * gcc.target/ia64/pr42542-2.c: New.
2906         * gcc.target/ia64/pr42542-3.c: New.
2907
2908 2010-01-13  Dodji Seketeli  <dodji@redhat.com>
2909
2910         PR c++/42634
2911         * g++.dg/template/error45.C: New test.
2912
2913 2010-01-13  Martin Jambor  <mjambor@suse.cz>
2914
2915         PR tree-optimization/42704
2916         * g++.dg/torture/pr42704.C: New test.
2917
2918 2010-01-13  Martin Jambor  <mjambor@suse.cz>
2919
2920         PR tree-optimization/42703
2921         * gcc.c-torture/compile/pr42703.c: New test.
2922
2923 2010-01-13  Richard Guenther  <rguenther@suse.de>
2924
2925         PR tree-optimization/42705
2926         * gcc.c-torture/compile/pr42705.c: New testcase.
2927
2928 2010-01-13  Jie Zhang  <jie.zhang@analog.com>
2929
2930         * gcc.target/bfin/l2.c: New test.
2931         * gcc.target/bfin/bfin.exp (dg-bfin-processors): New.
2932
2933 2010-01-13  Richard Guenther  <rguenther@suse.de>
2934
2935         PR middle-end/42716
2936         * gcc.c-torture/compile/pr42716.c: New testcase.
2937
2938 2010-01-13  Richard Guenther  <rguenther@suse.de>
2939
2940         PR lto/42678
2941         * gfortran.dg/lto/20100110-1_0.f90: New testcase.
2942
2943 2010-01-12  Joseph Myers  <joseph@codesourcery.com>
2944
2945         PR c/42708
2946         * gcc.c-torture/compile/pr42708-1.c: New test.
2947
2948 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
2949
2950         PR debug/42662
2951         * gcc.dg/pr42662.c: New test.
2952
2953         PR tree-optimization/42645
2954         * g++.dg/other/pr42645-1.C: New test.
2955         * g++.dg/other/pr42645-2.C: New test.
2956
2957 2010-01-11  Janis Johnson  <janis187@us.ibm.com>
2958
2959         PR target/42416
2960         * gcc.target/powerpc/warn-1.c: New test.
2961         * gcc.target/powerpc/warn-2.c: New test.
2962
2963 2010-01-11  Uros Bizjak  <ubizjak@gmail.com>
2964
2965         * gcc.target/x86_64/abi/avx/asm-support.S (snapshot_ret): Preserve
2966         stack alignment.
2967
2968 2010-01-10  Rafael Avila de Espindola  <espindola@google.com>
2969
2970         * gcc.dg/lto/20100108_0.c: New.
2971
2972 2010-01-10  Uros Bizjak  <ubizjak@gmail.com>
2973
2974         * gcc.dg/graphite/pr40281.c (dg-options): Add -w.
2975         Add -march=i686 -msse for 32bit x86 targets.
2976
2977 2010-01-10  Richard Guenther  <rguenther@suse.de>
2978
2979         PR middle-end/42667
2980         * gcc.dg/torture/pr42667.c: New testcase.
2981
2982 2010-01-09 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2983
2984         PR fortran/32489
2985         * gfortran.dg/array_constructor_34.f90: New test.
2986
2987 2010-01-09 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2988
2989         PR fortran/20923
2990         * gfortran.dg/array_constructor_33.f90: New test.
2991         gfortran.dg/array_function_5.f90: Add credit.
2992
2993 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
2994
2995         PR debug/42631
2996         * gcc.dg/pr42631.c: New.
2997
2998 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
2999
3000         PR debug/42630
3001         * gcc.dg/pr42630.c: New.
3002
3003 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
3004
3005         PR debug/42629
3006         * gcc.dg/pr42629.c: New.
3007
3008 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
3009
3010         PR middle-end/42363
3011         * gcc.dg/torture/pr42363.c: New.
3012
3013 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
3014
3015         PR debug/42604
3016         PR debug/42395
3017         * gcc.dg/vect/pr42604.c: New.
3018         * gcc.dg/vect/pr42395.c: New.
3019
3020 2010-01-09  Richard Guenther  <rguenther@suse.de>
3021
3022         PR middle-end/42512
3023         * gcc.c-torture/execute/pr42512.c: New testcase.
3024
3025 2010-01-09  Tobias Burnus  <burnus@net-b.de>
3026
3027         PR fortran/41298
3028         * gfortran.dg/c_ptr_tests_14.f90: New test.
3029
3030 2010-01-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3031
3032         PR ada/41929
3033         * gnat.dg/null_pointer_deref1.adb: Don't run on
3034         sparc*-sun-solaris2.11.
3035
3036 2010-01-08  Richard Guenther  <rguenther@suse.de>
3037
3038         PR lto/42528
3039         * gcc.dg/lto/20100103-1_0.c: New testcase.
3040         * gcc.dg/lto/20100103-2_0.c: Likewise.
3041
3042 2010-01-08  Tobias Burnus  <burnus@net-b.de
3043
3044         PR/fortran 25829
3045         * gfortran.dg/asynchronous_1.f90: New test.
3046         * gfortran.dg/asynchronous_2.f90: New test.
3047         * gfortran.dg/conflicts.f90: Update error message.
3048
3049 2010-01-07  Dodji Seketeli  <dodji@redhat.com>
3050
3051         c++/40155
3052         * g++.dg/cpp0x/variadic-unify-2.C: New test.
3053
3054 2010-01-07  Jakub Jelinek  <jakub@redhat.com>
3055
3056         PR tree-optimization/42625
3057         * g++.dg/opt/dtor4.C: New test.
3058         * g++.dg/opt/dtor4.h: New.
3059         * g++.dg/opt/dtor4-aux.cc: New.
3060
3061 2010-01-07  Tobias Burnus  <burnus@net-b.de>
3062
3063         PR fortran/42597
3064         * gfortran.dg/proc_ptr_26.f90: New test.
3065
3066 2010-01-07  Tobias Burnus  <burnus@net-b.de>
3067
3068         PR fortran/41872
3069         * gfortran.dg/allocatable_scalar_7.f90: New test.
3070
3071 2010-01-06  Richard Guenther  <rguenther@suse.de>
3072
3073         * gcc.c-torture/compile/pr42632.c: New testcase.
3074
3075 2010-01-05  H.J. Lu  <hongjiu.lu@intel.com>
3076
3077         PR target/42542
3078         * gcc.target/i386/pr42542-4.c: New.
3079         * gcc.target/i386/pr42542-4a.c: Likewise.
3080         * gcc.target/i386/pr42542-5.c: Likewise.
3081         * gcc.target/i386/pr42542-5a.c: Likewise.
3082
3083 2010-01-05  Eric Botcazou  <ebotcazou@adacore.com>
3084
3085         * gcc.dg/tls/opt-15.c: New test.
3086
3087 2010-01-05  H.J. Lu  <hongjiu.lu@intel.com>
3088
3089         * gcc.target/i386/pr42542-1.c (res): Make it 8 elements.
3090
3091 2010-01-05  Martin Jambor  <mjambor@suse.cz>
3092
3093         PR tree-optimization/42462
3094         * g++.dg/torture/pr42462.C: New test.
3095
3096 2010-01-05  Jason Merrill  <jason@redhat.com>
3097
3098         * g++.dg/cpp0x/initlist30.C: New test.
3099
3100 2010-01-05  Richard Guenther  <rguenther@suse.de>
3101
3102         PR tree-optimization/42614
3103         * gcc.c-torture/execute/pr42614.c: New testcase.
3104
3105 2010-01-05  Eric Fisher  <joefoxreal@gmail.com>
3106
3107         * gcc.dg/pr12603.c: Remove -Wunreachable-code from dg-options.
3108         * gcc.dg/Wunreachable-1.c: Remove the testcase of
3109         -Wunreachable-code.
3110         * gcc.dg/Wunreachable-2.c: Likewise.
3111         * gcc.dg/Wunreachable-3.c: Likewise.
3112         * gcc.dg/Wunreachable-4.c: Likewise.
3113         * gcc.dg/Wunreachable-5.c: Likewise.
3114         * gcc.dg/Wunreachable-6.c: Likewise.
3115         * gcc.dg/Wunreachable-7.c: Likewise.
3116         * gcc.dg/Wunreachable-8.c: Likewise.
3117         * gcc.dg/20041231-1.c: Likewise.
3118
3119 2010-01-05  Jakub Jelinek  <jakub@redhat.com>
3120
3121         PR other/42611
3122         * gcc.dg/pr42611.c: New test.
3123
3124         PR tree-optimization/42508
3125         * g++.dg/opt/pr42508.C: New test.
3126
3127 2010-01-05  Tobias Burnus  <burnus@net-b.de>
3128
3129         PR fortran/41872
3130         * gfortran.dg/allocatable_scalar_8.f90: New.
3131
3132 2010-01-04  Martin Jambor  <mjambor@suse.cz>
3133
3134         PR tree-optimization/42398
3135         * gcc.c-torture/compile/pr42398.c: New test.
3136
3137 2010-01-04  Jason Merrill  <jason@redhat.com>
3138
3139         PR c++/42555
3140         * g++.dg/ext/attrib35.C: New.
3141
3142         PR c++/42567
3143         * g++.dg/cpp0x/auto17.C: New.
3144
3145 2010-01-04  Rafael Avila de Espindola  <espindola@google.com>
3146
3147         * gcc.dg/lto/20100104_0.c: New.
3148
3149 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
3150
3151         PR target/42542
3152         * gcc.target/i386/pr42542-1.c: New.
3153         * gcc.target/i386/pr42542-1a.c: Likewise.
3154         * gcc.target/i386/pr42542-1b.c: Likewise.
3155         * gcc.target/i386/pr42542-2.c: Likewise.
3156         * gcc.target/i386/pr42542-2a.c: Likewise.
3157         * gcc.target/i386/pr42542-2b.c: Likewise.
3158         * gcc.target/i386/pr42542-3.c: Likewise.
3159         * gcc.target/i386/pr42542-3a.c: Likewise.
3160
3161 2009-01-04  Tobias Burnus  <burnus@net-b.de>
3162
3163         PR fortran/41872
3164         * gfortran.dg/allocatable_scalar_5.f90: New test.
3165         * gfortran.dg/allocatable_scalar_6.f90: New test.
3166
3167 2010-01-03  Richard Guenther  <rguenther@suse.de>
3168
3169         PR testsuite/42583
3170         * gfortran.dg/gomp/recursion1.f90: Remove.
3171
3172 2010-01-03  Richard Guenther  <rguenther@suse.de>
3173
3174         * gcc.dg/Warray-bounds.c: Remove XFAILs.
3175         * gcc.dg/uninit-6.c: Likewise.
3176         * gcc.dg/struct/wo_prof_array_through_pointer.c: Likewise.
3177
3178 2010-01-03  Richard Guenther  <rguenther@suse.de>
3179
3180         PR tree-optimization/42589
3181         * gcc.target/i386/pr42589.c: New testcase.
3182
3183 2010-01-03  Richard Guenther  <rguenther@suse.de>
3184
3185         PR tree-optimization/42438
3186         * gcc.dg/tree-ssa/ssa-pre-27.c: New testcase.
3187
3188 2010-01-02  Richard Guenther  <rguenther@suse.de>
3189
3190         PR testsuite/41651
3191         * g++.dg/lto/20080908-3_0.C: Avoid uninitialized vars.
3192
3193 2010-01-02  Uros Bizjak  <ubizjak@gmail.com>
3194
3195         PR target/42448
3196         * gcc.target/alpha/pr42448-1.c: New test.
3197         * gcc.target/alpha/pr42448-2.c: Ditto.
3198
3199 2010-01-01  Joseph Myers  <joseph@codesourcery.com>
3200
3201         PR preprocessor/41947
3202         * gcc.dg/c99-hexfloat-3.c: New test.
3203
3204 2010-01-01  Richard Guenther  <rguenther@suse.de>
3205
3206         PR c/42570
3207         * gcc.c-torture/execute/pr42570.c: New testcase.
3208
3209 2010-01-01  Richard Guenther  <rguenther@suse.de>
3210
3211         PR middle-end/42559
3212         * gcc.c-torture/compile/pr42559.c: New testcase.
3213
3214 \f
3215 Copyright (C) 2010 Free Software Foundation, Inc.
3216
3217 Copying and distribution of this file, with or without modification,
3218 are permitted in any medium without royalty provided the copyright
3219 notice and this notice are preserved.