OSDN Git Service

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