OSDN Git Service

PR c++/19253
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2005-11-02  Mark Mitchell  <mark@codesourcery.com>
2
3         PR c++/19253
4         * g++.dg/parse/typename8.C: Compile with -w -fpermissive.
5         * g++.dg/parse/typename9.C: New test.
6         * g++/dg/parse/typename10.C: Likewise.
7
8 2005-11-02  Andrew Pinski  <pinskia@physics.uc.edu>
9
10         PR fortran/18157
11         * gfortran.fortran-torture/compile/defined_type_1.f90: New test.
12         * gfortran.fortran-torture/compile/defined_type_2.f90: New
13         test.
14         * gfortran.fortran-torture/compile/defined_type_3.f90:
15         New test.
16
17 2005-11-02  Mark Mitchell  <mark@codesourcery.com>
18
19         PR c++/24569
20         * g++.dg/debug/static1.C: New test.
21
22 2005-11-02  Josh Conner  <jconner@apple.com>
23
24         * g++.dg/crash38.C: moved into proper directory...
25         * g++.dg/template/crash42.C: ...here
26
27 2005-11-02  Hans-Peter Nilsson  <hp@axis.com>
28
29         PR target/18338
30         * gcc.dg/bitfld-4.c, g++.dg/abi/bitfield4.C: Gate on
31         pcc_bitfield_type_matters || default_packed.
32
33         * lib/target-supports.exp
34         (check_effective_target_pcc_bitfield_type_matters): New proc.
35         * gcc.dg/bitfld-3.c: Gate on target pcc_bitfield_type_matters.
36
37         PR testsuite/23304
38         * lib/target-supports.exp (check_effective_default_packed): New proc.
39         * g++.dg/ext/packed3.C, g++.dg/ext/packed8.C, g++.dg/other/crash-4.C:
40         Gate expected errors on target ! default_packed.
41         * g++.dg/ext/packed4.C: Gate on target ! default_packed.
42
43 2005-11-02  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
44
45         * gfortran.fortran-torture/execute/entry_9.f90: Revert previous
46         change (r106358).
47
48 2005-11-01  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
49
50         PR fortran/24008
51         * gfortran.dg/entry_5.f90: New.
52         * gfortran.fortran-torture/execute/entry_9.f90: Fix syntax error.
53
54 2005-11-01  Bob Wilson  <bob.wilson@acm.org>
55
56         * gcc.dg/intmax_t-1.c: Disable for xtensa-*-elf*.
57
58 2005-11-01  Paul Thomas  <pault@gcc.gnu.org>
59
60         PR fortran/21565
61         gfortran.dg/namelist_blockdata.f90: New test.
62
63         PR fortran/18737
64         gfortran.dg/external_implicit_none.f90: New test.
65
66         PR fortran/14994
67         * gfortran.dg/secnds.f: New test.
68
69 2005-10-31  Jan Hubicka  <jh@suse.cz>
70
71         PR target/20928
72         * gcc.c-torture/compile/pr20928.c: New test.
73
74 2005-10-31  Andrew Pinski  <pinskia@physics.uc.edu>
75
76         PR middle-end/23492
77         * gcc.c-torture/compile/zero-strct-5.c: New test.
78
79 2005-10-31  Jerry DeLisle  <jvdelisle@verizon.net>
80
81         PR libgfortran/24584
82         * gfortran.dg/pr24584.f90: New test.
83
84 2005-10-28  Erik Edelmann  <eedelman@gcc.gnu.org>
85
86         PR fortran/18883
87         * gfortran.dg/char_result_9.f90: New.
88         * gfortran.dg/char_result_10.f90: New.
89
90 2005-10-30  Jan Hubicka  <jh@suse.cz>
91
92         * g++.dg/tree-ssa/pr24172.C: New testcase.
93
94 2005-10-30  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
95
96         * gfortran.dg/enum_10.f90, gfortran.dg/enum_10.c: New test.
97
98 2005-10-30  Gaurav Gautam  <gauravga@noida.hcltech.com>
99
100         * gfortran.dg/enum_1.f90, gfortran.dg/enum_2.f90,
101         gfortran.dg/enum_3.f90, gfortran.dg/enum_4.f90,
102         gfortran.dg/enum_5.f90, gfortran.dg/enum_6.f90,
103         gfortran.dg/enum_7.f90, gfortran.dg/enum_8.f90,
104         gfortran.dg/enum_9.f90,
105         gfortran.fortran-torture/compile/enum_1.f90,
106         gfortran.fortran-torture/execute/enum_1.f90,
107         gfortran.fortran-torture/execute/enum_2.f90,
108         gfortran.fortran-torture/execute/enum_3.f90,
109         gfortran.fortran-torture/execute/enum_4.f90: New tests.
110
111 2005-10-30  Hans-Peter Nilsson  <hp@bitrange.com>
112
113         PR target/18482
114         * gcc.dg/compat/struct-layout-1_generate.c (switchfiles, main):
115         For mmix-*-*, pass with dg-options an additional -mno-base-addresses.
116
117 2005-10-30  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
118
119         PR libfortran/20179
120         * gfortran.dg/mixed_io_1.f90: New test.
121         * gfortran.dg/mixed_io_1.c: New file.
122
123 2005-10-30  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
124
125         * gfortran.dg/malloc_free_1.f90: New test.
126
127 2005-10-29  Hans-Peter Nilsson  <hp@axis.com>
128
129         * gcc.dg/nested-func-4.c: Require profiling -pg.
130
131 2005-10-28  Andrew Pinski  <pinskia@physics.uc.edu>
132
133         PR C++/23229
134         * g++.dg/warn/main-2.C: New test.
135
136 2005-10-28  Steven G. Kargl  <kargls@comcast.net>
137
138         PR fortran/24545
139         * gfortran.dg/interface_2.f90: new test.
140
141 2005-10-28  Josh Conner  <jconner@apple.com>
142
143         PR c++/22153
144         * g++.dg/template/crash38.C: New test.
145         * g++.dg/parse/explicit1.C: Change expected errors.
146
147 2005-10-28  Andrew Pinski  <pinskia@physics.uc.edu>
148
149         PR C++/23426
150         * g++.dg/other/large-size-array.C: New test.
151
152 2005-10-28  Andrew Pinski  <pinskia@physics.uc.edu>
153
154         PR middle-end/24362
155         * g++.dg/opt/complex4.C: New test.
156
157 2005-10-25  Eric Botcazou  <ebotcazou@adacore.com>
158
159         * gcc.dg/nested-func-4.c: New test.
160
161 2005-10-26  Paul Thomas  <pault@gcc.gnu.org>
162
163         PR fortran/24158
164         gfortran.dg/derived_recursion.f90: New test.
165         gfortran.dg/implicit_actual.f90: New test.
166
167 2005-10-25  Alexandre Oliva  <aoliva@redhat.com>
168
169         PR middle-end/24295, PR testsuite/24477
170         * g++.old-deja/g++.abi/vtable2.C: Require alias for now.  Will be
171         removed when weakref hits the tree.
172
173 2005-10-25  Jakub Jelinek  <jakub@redhat.com>
174
175         * gfortran.dg/cray_pointers_4.f90: New test.
176
177         * gfortran.dg/cray_pointers_5.f90: New test.
178
179 2005-10-25  Feng Wang  <fengwang@nudt.edu.cn>
180
181         PR fortran/22290
182         * gfortran.dg/assign_5.f90: New test.
183         * gfortran.dg/assign_6.f: New test.
184
185 2005-10-25  Uros Bizjak  <uros@kss-loka.si>
186
187         * g++.dg/other/i386-1.C: Include i386-cpuid.h.  Pass if
188         CPU has no SSE support.
189
190 2005-10-24  Jerry DeLisle  <jvdelisle@verizon.net>
191
192         PR libgfortran/24224
193         * gfortran.dg/arrayio_1.f90: Update attribution.
194         * gfortran.dg/arrayio_2.f90: Update attribution.
195         * gfortran.dg/arrayio_3.f90: Update attribution.
196         * gfortran.dg/arrayio_4.f90: Update test conditions.
197         * gfortran.dg/arrayio_5.f90: Update attribution.
198         * gfortran.dg/arrayio_6.f90: New test.
199         * gfortran.dg/arrayio_7.f90: New test.
200
201 2005-10-24  Zdenek Dvorak  <dvorakz@suse.cz>
202
203         * gcc.dg/tree-ssa/loop-9.c: Prevent matching "leave".
204
205 2005-10-24  Paul Thomas  <pault@gcc.gnu.org>
206
207         * gfortran.dg/namelist_char_only.f90: Add missing newline at end.
208
209 2005-10-24  Paul Thomas  <pault@gcc.gnu.org>
210
211         PR fortran/24416
212         * gfortran.dg/namelist_char_only.f90: New test.
213
214 2005-10-24  Asher Langton  <langton2@llnl.gov>
215
216         PR fortran/17031
217         PR fortran/22282
218         * gfortran.dg/cray_pointers_1.f90: New test.
219         * gfortran.dg/cray_pointers_2.f90: New test.
220         * gfortran.dg/cray_pointers_3.f90: New test.
221         * gfortran.dg/loc_1.f90: New test.
222         * gfortran.dg/loc_2.f90: New test.
223
224 2005-10-24  Steven Bosscher  <stevenb@suse.de>
225
226         * gcc.dg/pr24225.c: New test.
227
228 2005-10-24  Asher Langton  <langton2@llnl.gov>
229
230         * gfortran.dg/dup_save_1.f90: New test.
231         * gfortran.dg/dup_save_2.f90: New test.
232
233 2005-10-24  Paul Brook  <paul@codesourcery.com>
234
235         PR 24107
236         * gcc.dg/20050922-1.c: Provide definition of uint32_t without using
237         stdint.h.
238
239 2005-10-23  Jerry DeLisle  <jvdelisle@verizon.net>
240
241         PR libgfortran/24489
242         * gfortran.dg/pr24489.f90: New test.
243
244 2005-10-23  Andrew Pinski  <pinskia@physics.uc.edu>
245
246         PR fortran/23635
247         * gfortran.dg/ichar_1.f90: Add tests for derived types.
248
249 2005-10-23  Hans-Peter Nilsson  <hp@bitrange.com>
250
251         PR target/18911
252         * g++.dg/init/array16.C: Skip for mmix-*-*.
253
254 2005-10-23  Asher Langton  <langton2@llnl.gov>
255
256         * gfortran.dg/byte_1.f90: New test.
257         * gfortran.dg/byte_2.f90: New test.
258
259 2005-10-23  David Edelsohn  <edelsohn@gnu.org>
260
261         * gcc.dg/attr-alias-3.c: XFAIL on AIX.
262
263 2005-10-23  Paul Thomas  <pault@gcc.gnu.org>
264
265         PR fortran/18022
266         * gfortran.dg/assign_func_dtcomp_1.f90: New test.
267
268         PR fortran/24311
269         * gfortran.dg/merge_char_const.f90: New test.
270
271         PR fortran/24384
272         * gfortran.dg/spread_scalar_source.f90: New test.
273
274 2005-10-22  Hans-Peter Nilsson  <hp@axis.com>
275
276         * g++.old-deja/g++.jason/thunk2.C: Guard test with { target fpic }.
277
278         * gcc.dg/tree-ssa/20040204-1.c: Adjust XFAIL for CRIS and MMIX.
279         * gcc.dg/tree-ssa/loop-1.c: Adjust "call foo"-scanning for CRIS.
280
281         * gcc.dg/weak/typeof-2.c: Adjust for CRIS keeping baz3 in a register.
282
283 2005-10-22  Erik Edelmann  <eedelman@gcc.gnu.org>
284
285         PR fortran/24426
286         * gfortran.dg/der_pointer_4.f90: New.
287
288 2005-10-22  David Ayers  <d.ayers@inode.at>
289
290         * obj-c++.dg/except-1.mm: Simplify.
291
292 2005-10-21  David Ayers  <d.ayers@inode.at>
293
294         * obj-c++.dg/except-1.mm: Generalize for both Objective-C runtimes.
295
296 2005-10-21  Jakub Jelinek  <jakub@redhat.com>
297
298         * gfortran.dg/assumed_dummy_2.f90: New test.
299
300 2005-10-21  James E Wilson  <wilson@specifix.com>
301
302         PR preprocessor/15220
303         * gcc.misc-tests/mg-2.c, gcc.misc-tests/mg-2.exp: New.
304
305 2005-10-21  Eric Botcazou  <ebotcazou@adacore.com>
306
307         * gcc.c-torture/execute/20051021-1.c: New test.
308
309 2005-10-21  Mark Mitchell  <mark@codesourcery.com>
310
311         PR c++/24260
312         * g++.dg/ext/tmplattr1.C: New test.
313
314 2005-10-21  Paul Thomas  <pault@gcc.gnu.org>
315
316         PR fortran/24440
317         * gfortran.dg/assumed_size_dt_dummy.f90: Add test for scalar case.
318
319 2005-10-20  Geoffrey Keating  <geoffk@apple.com>
320
321         * obj-c++.dg/except-1.mm: New.
322
323         * obj-c++.dg/stubify-2.mm: Update the name of the RTL dump file.
324
325 2005-10-21  Alan Modra  <amodra@bigpond.net.au>
326
327         * g++.dg/warn/Wconversion1.C: Use -fsigned-char.
328
329 2005-10-20  Alexandre Oliva  <aoliva@redhat.com>
330
331         PR middle-end/24295
332         * g++.old-deja/g++.abi/vtable2.C: Do not introduce external
333         declarations with the same names as thunks' alias targets, use
334         aliases instead.
335         * gcc.dg/attr-alias-3.c: New test.
336         * gcc.dg/weak/weak-14.c, gcc.dg/weak/weak-14a.c: New test.
337
338 2005-10-20  Mark Mitchell  <mark@codesourcery.com>
339
340         PR c++/22618
341         * g++.dg/parse/access8.C: New test.
342
343 2005-10-20  Richard Guenther  <rguenther@suse.de>
344
345         PR c++/24439
346         * g++.dg/tree-ssa/pr24439.C: New testcase.
347
348 2005-10-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
349
350         * g++.dg/opt/delay-slot-1.C: New test.
351
352 2005-10-20  Erik Edelmann  <erik.edelmann@iki.fi>
353
354         PR fortran/21625
355         * gfortran.fg/der_init_1.f90: New.
356
357 2005-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
358
359         * gcc.dg/20050824-1.c (f): Clobber %r13 and %r14 only on s390x.
360
361 2005-10-19  Mark Mitchell  <mark@codesourcery.com>
362
363         PR c++/21908
364         * g++.dg/parse/error28.C: New test.
365
366 2005-10-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
367
368         * gcc.dg/profile-generate-2.c: New test.
369
370 2005-10-18  Danny Smith  <dannysmith@users.sourceforge.net>
371
372         PR target/23589
373         * g++.dg/ext/dllimport11.C: New.
374
375 2005-10-18  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
376
377         PR c++/22293
378         * g++.dg/other/friend3.C: New test.
379
380 2005-10-18  Mark Mitchell  <mark@codesourcery.com>
381
382         PR c++/23293
383         * g++.dg/template/error19.C: New test.
384
385 2005-10-18  Nathan Sidwell  <nathan@codesourcery.com>
386
387         PR c++/21383
388         * g++.dg/overload/koenig2.C: New.
389
390         PR c++/23118
391         * g++.dg/overload/error2.C: New.
392
393         PR c++/22604
394         * g++.dg/inherit/covariant14.C: New.
395
396 2005-10-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
397
398         PR c++/23440
399         * g++.dg/parse/for1.C: New test.
400
401 2005-10-17  Paul Thomas  <pault@gcc.gnu.org>
402
403         PR fortran/23446
404         * gfortran.dg/host_dummy_index_1.f90: New test.
405
406         PR fortran/21459
407         * gfortran.dg/automatic_char_len_2.f90: New test.
408
409         PR fortran/20866
410         * gfortran.dg/recursive_statement_functions.f90: New test.
411
412         PR fortran/20853
413         * gfortran.dg/assumed_size_dt_dummy.f90: New test.
414
415         PR fortran/20849
416         * gfortran.dg/external_initializer.f90: New test.
417
418         PR fortran/20837
419         * non_module_public.f90: New test.
420
421 2005-10-17  Nathan Sidwell  <nathan@codesourcery.com>
422
423         PR c++/24386
424         * g++.dg/template/overload7.C: New.
425
426         PR c++/22551
427         * g++.dg/other/switch2.C: Remove expected warnings.
428
429         PR c++/21353
430         * g++.dg/template/defarg6.C: New.
431
432 2005-10-17  Uros Bizjak  <uros@kss-loka.si>
433
434         PR target/24315
435         * gcc.target/i386/pr24315.c: New test.
436
437 2005-10-16  Mark Mitchell  <mark@codesourcery.com>
438
439         PR c++/24389
440         * g++.dg/template/static21.C: New test.
441         * g++.dg/template/static21-a.cc: Likewise.
442
443 2005-10-16  Andrew Pinski  <pinskia@physics.uc.edu>
444
445         PR c++/23959
446         * g++.dg/warn/Wswitch-default-1.C: New test.
447         * g++.dg/warn/Wswitch-default-2.C: New test.
448
449 2005-10-16  Mark Mitchell  <mark@codesourcery.com>
450
451         PR c++/22173
452         * g++.dg/parse/template18.C: New test.
453         * g++.dg/template/nontype15.C: Likewise.
454
455 2005-10-16  Erik Edelmann  <erik.edelmann@iki.fi>
456
457         PR fortran/22273
458         * gfortran.dg/spec_expr_2.f90: New.
459
460 2005-10-16  Hans-Peter Nilsson  <hp@axis.com>
461
462         * g++.dg/debug/debug3.C, g++.dg/ext/visibility/noPLT.C,
463         g++.dg/opt/vt1.C, g++.old-deja/g++.other/local-alloc1.C,
464         gcc.dg/20001009-1.c, gcc.dg/20010912-1.c, gcc.dg/20020122-4.c,
465         gcc.dg/20020415-1.c, gcc.dg/20020430-1.c, gcc.dg/20021018-1.c,
466         gcc.dg/20021023-1.c, gcc.dg/20021029-1.c, gcc.dg/20021116-1.c,
467         gcc.dg/20030120-1.c, gcc.dg/20030213-1.c, gcc.dg/20030225-1.c,
468         gcc.dg/20030702-1.c, gcc.dg/20030708-1.c, gcc.dg/20040311-2.c,
469         gcc.dg/inline-2.c: Guard test with { target fpic }.  Remove
470         previous target-specific skips and warning-message matches where
471         applicable.
472
473 2005-10-15  Mark Mitchell  <mark@codesourcery.com>
474
475         PR c++/21347
476         * g++.dg/warn/Wctor-dtor.C: New test.
477
478 2005-10-14  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
479
480         PR c/23439
481         * gcc.dg/for-1.c: New test.
482
483 2005-10-14  Mark Mitchell  <mark@codesourcery.com>
484
485         PR c++/19565
486         * g++.dg/warn/Wconversion1.C: New test.
487         * g++.dg/ext/packed4.C: Compile with -w.
488         * g++.dg/opt/20050511-1.C: Likewise.
489         * g++.old-deja/g++.other/warn4.C: Compiler with -Wconversion.
490
491 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
492
493         * gfortran.dg/boz_5.f90: New test.
494
495 2005-10-14  Nathan Sidwell  <nathan@codesourcery.com>
496
497         PR c++/22551
498         * g++.dg/other/switch2.C: New.
499
500         PR c++/23984
501         * g++.dg/init/ctor7.C: New.
502
503 2005-10-13  David Edelsohn  <edelsohn@gnu.org>
504
505         PR c++/23730
506         * g++.dg/parse/crash32.C: New test.
507
508 2005-10-13  Mark Mitchell  <mark@codesourcery.com>
509
510         PR c++/20721
511         * g++.dg/init/goto2.C: New test.
512
513         PR c++/22464
514         * g++.dg/template/crash/41.C: New test.
515
516         PR c++/22180
517         * g++.dg/template/crash40.C: New test.
518
519         PR c++/23694
520         * g++.dg/parse/friend5.C: New test.
521         
522         PR c++/23307
523         * g++.dg/template/crash38.C: New test.
524         
525         PR c++/22352
526         * g++.dg/template/friend38.C: New test.
527         
528         PR c++/22405
529         * g++.dg/template/crash39.C: New test.
530         
531 2005-10-13  Hans-Peter Nilsson  <hp@bitrange.com>
532
533         * gcc.dg/debug/dwarf2/dwarf-char1.c,
534         gcc.dg/debug/dwarf2/dwarf-char2.c,
535         gcc.dg/debug/dwarf2/dwarf-char3.c: Skip for mmix-*-*
536
537         * gcc.dg/intmax_t-1.c: Remove mmix-*-* from dg-error statement.
538
539 2005-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
540
541         * gcc.dg/dll-2.c: Add tests for warnings.
542         * gcc.dg/dll-3.c: Likewise.
543         * gcc.dg/dll-4.c: Likewise.
544
545         * g++.dg/ext/dllimport1.C: Adjust tests for warnings.
546         * g++.dg/ext/dllimport2.C: Likewise.
547         * g++.dg/ext/dllimport3.C: Likewise.
548         * g++.dg/ext/dllimport7.C: Likewise.
549         * g++.dg/ext/dllimport8.C: Likewise.
550         * g++.dg/ext/dllimport9.C: Likewise.
551
552 2005-10-10  Paul Thomas  <pault@gcc.gnu.org>
553
554         PR fortran/24092
555         * gfortran.dg/derived_pointer_recursion.f90: New test.
556
557 2005-10-12  Adrian Straetling <straetling@de.ibm.com>
558
559         * gcc.c-torture/execute/20051012-1.c: New test.
560
561 2005-10-12  Paul Thomas  <pault@gcc.gnu.org>
562
563         PR fortran/18082
564         * gfortran.dg/automatic_char_len_1.f90: New test.
565
566 2005-10-12  Paul Thomas  <pault@gcc.gnu.org>
567
568         PR fortran/20847
569         * gfortran.dg/save_common.f90: New test.
570
571         PR fortran/20856
572         * gfortran.dg/save_result.f90: New test.
573
574 2005-10-12  Nathan Sidwell  <nathan@codesourcery.com>
575
576         PR c++/21592
577         * g++.dg/template/dependent-expr1.C: Add new expected error.
578         * g++.dg/template/dependent-expr2.C: Adjust error text.
579         * g++.dg/template/overload6.C: New.
580
581         PR c++/23797
582         * g++.dg/other/typename8.C: New.
583
584         PR c++/21117
585         * g++.dg/other/return1.C: New.
586
587 2005-10-12  Paolo Bonzini  <bonzini@gnu.org>
588
589         PR c++/24052
590         * g++.dg/ext/label5.C: New.
591
592 2005-10-12  Nathan Sidwell  <nathan@codesourcery.com>
593
594         PR c++/19964
595         * g++.dg/parse/crash31.C: New.
596
597 2005-10-12  Razya Ladelsky <razya@il.ibm.com>
598
599         * g++.dg/ipa/ipa-1.c: New test.
600         * g++.dg/ipa/ipa-2.c: New test.
601         * g++.dg/ipa/ipa-3.c: New test.
602         * g++.dg/ipa/ipa-4.c: New test.
603         * g++.dg/ipa/ipa-5.c: New test.
604         * g++.dg/ipa/ipa.exp: New file.
605
606 2005-10-12  Paul Thomas  <pault@gcc.gnu.org>
607
608         PR fortran/24207
609         * gfortran.dg/private_type_3.f90: New test.
610
611 2005-10-11  Steven G. Kargl  <kargls@comcast.net>
612
613         PR fortran/20786
614         gfortran.dg/aint_anint_1.f90: New test.
615
616 2005-10-11  Steven G. Kargl  <kargls@comcast.net>
617
618         PR libgfortran/24313
619         gfortran.dg/csqrt.f: New test.
620
621 2005-10-11  Ian Lance Taylor  <ian@airs.com>
622
623         PR c++/8057
624         * g++.dg/warn/noeffect7.C: New test.
625         * g++.dg/warn/noeffect2.C: Instantiate templates.
626         * g++.dg/warn/noeffect4.C: Instantiate template.  Add new error
627         and warning.
628
629 2005-10-11  Mark Mitchell  <mark@codesourcery.com>
630
631         PR c++/21089
632         * g++.dg/init/float1.C: New test.
633
634         PR c++/24277
635         * g++.dg/init/member1.C: Tweak error markers.
636
637 2005-10-11  Janis Johnson  <janis187@us.ibm.com>
638
639         PR testsuite/24281
640         * gcc.dg/compat/struct-layout-1_generator.c (generate_fields):
641         Check for null pointer.
642
643 2005-10-11  Mark Mitchell  <mark@codesourcery.com>
644
645         PR c++/21369
646         * g++.dg/parse/ret-type3.C: New test.
647
648 2005-10-11  Andrew Pinski  <pinskia@physics.uc.edu>
649
650         PR tree-opt/23946
651         * gcc.c-torture/compile/pr23946.c: New test.
652
653 2005-10-11  Jakub Jelinek  <jakub@redhat.com>
654
655         * g++.dg/opt/mmx2.C: New test.
656
657 2005-10-10  Mark Mitchell  <mark@codesourcery.com>
658
659         PR c++/24277
660         * g++.dg/template/static20.C: New test.
661
662         PR c++/24302
663         * g++.dg/warn/Wunused-12.C: New test.
664
665         PR c++/23437
666         * g++.dg/template/arg4.C: New test.
667
668 2005-10-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
669
670         * gcc.dg/ucnid-2.c: XFAIL on Solaris.
671         * gcc.dg/ucnid-3.c: Likewise.
672         * gcc.dg/ucnid-4.c: Likewise.
673         * gcc.dg/tree-ssa/gen-vect-25.c (main): Return a value.
674         * g++.dg/other/ucnid-1.C: Likewise.
675         * gcc.dg/sparc-frame-1.c: New test.
676
677 2005-10-10  Mark Mitchell  <mark@codesourcery.com>
678
679         PR c++/24139
680         * g++.dg/template/spec27.C: New test. 
681
682         PR c++/24275
683         * g++.dg/template/static19.C: New test.
684
685 2005-10-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
686
687         * gcc.dg/20050922-1.c: Skip on Solaris 2.5.1 to 9.
688         * g++.dg/warn/miss-format-1.C: XFAIL vscanf test on Solaris 2.5.1 to 8.
689
690 2005-10-07  Andrew Pinski  <pinskia@physics.uc.edu>
691
692         PR target/24136
693         * gfortran.fortran-torture/compile/pr24136.f: New test.
694
695 2005-10-08  James A. Morrison  <phython@gcc.gnu.org>
696
697         PR c++/22172
698         * g++.dg/parse/crash30.C: New test.
699
700 2005-10-07  Richard Guenther  <rguenther@suse.de>
701
702         PR middle-end/24227
703         * gcc.c-torture/compile/pr24227.c: New testcase.
704
705 2005-10-07  Steve Ellcey  <sje@cup.hp.com>
706
707         * gcc.dg/compat/struct-layout-1_generate.c (generate_fields):
708         Do not put aligned attributes on array elements.
709
710 2005-10-07  Ulrich Weigand  <uweigand@de.ibm.com>
711
712         PR testsuite/23611, PR testsuite/23615
713         * obj-c++.dg/bitfield-3.mm: Include standard headers instead of
714         writing prototypes of library functions by hand.
715         * obj-c++.dg/bitfield-4.mm: Likewise.
716         * obj-c++.dg/const-str-4.mm: Likewise.
717         * obj-c++.dg/encode-4.mm: Likewise.
718         * obj-c++.dg/encode-5.mm: Likewise.
719         * obj-c++.dg/encode-6.mm: Likewise.
720         * obj-c++.dg/gnu-runtime-3.mm: Likewise.
721         * obj-c++.dg/method-10.mm: Likewise.
722         * obj-c++.dg/method-17.mm: Likewise.
723         * obj-c++.dg/method-19.mm: Likewise.
724         * obj-c++.dg/try-catch-2.mm: Likewise.
725
726 2005-10-06  Richard Henderson  <rth@redhat.com>
727
728         PR 24236
729         * gcc.dg/i386-sse-10.c: Add -fno-omit-frame-pointer.
730
731 2005-10-06  Dale Johannesen  <dalej@apple.com>
732
733         * gcc.c-torture/execute/20030125-1.c:  Correct.
734
735 2005-10-06  Richard Guenther  <rguenther@suse.de>
736
737         PR tree-optimization/24238
738         * g++.dg/tree-ssa/pr24238.C: New testcase.
739
740 2005-10-07  Erik Edelmann  <erik.edelmann@iki.fi>
741
742         PR 18568
743         * gfortran.dg/der_pointer_3.f90: New test.
744
745 2005-10-05  Devang Patel  <dpatel@apple.com>
746
747         PR Debug/23205
748         * g++.dg/other/PR23205.C: New.
749         
750 2005-10-05  Richard Henderson  <rth@redhat.com>
751
752         PR target/23602
753         * g++.dg/eh/omit-frame-pointer.C: Remove i?86 specific options.
754         * g++.dg/eh/omit-frame-pointer2.C: Likewise.
755
756 2005-10-05  Dale Johannesen  <dalej@apple.com>
757
758         * gcc.c-torture/execute/float-floor.c:  New.
759
760 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
761
762         PR tree-optimization/21419
763         PR tree-optimization/24146
764         PR tree-optimization/24151
765
766         * g++.dg/ext/asm7.C: New.
767         * g++.dg/ext/asm8.C: New.
768         * gcc.dg/asm-1.c: Compile on all targets.
769         * gcc.dg/asm-pr24146.c: New.
770         * gcc.dg/pr21419.c: Adjust error messages.
771
772 2005-10-05  Richard Guenther  <rguenther@suse.de>
773
774         PR fortran/24176
775         * gfortran.fortran-torture/compile/empty.f90: New testcase.
776
777 2005-10-05  Nathan Sidwell  <nathan@codesourcery.com>
778
779         PR c++/23513
780         * g++.dg/template/spec22.C: Robustify test.
781         * g++.dg/template/spec26.C: New.
782
783 2005-10-05  Uros Bizjak  <uros@kss-loka.si>
784
785         * gcc.dg/vect/vect-shift-1.c: Include tree-vect.h header. Check
786         if target supports vector instructions.
787
788 2005-10-04  Geoffrey Keating  <geoffk@apple.com>
789
790         * gcc.dg/builtins-config.h: Only PowerPC Mac OS shipped without
791         C99 functions.
792
793 2005-10-04  Janis Johnson  <janis187@us.ibm.com>
794
795         * lib/target-supports.exp (check_effective_target_fortran_large_real,
796         check_effective_target_fortran_large_int): Replace cached result
797         when target changes.
798
799 2005-10-04  Devang Patel  <dpatel@apple.com>
800
801         * gcc.dg/i386-sse-vect-types.c: New.
802         
803 2005-10-04  Ian Lance Taylor  <ian@airs.com>
804
805         PR preprocessor/13726
806         * gcc.dg/cpp/cmdlne-dI-C.c: New test.
807         * gcc.dg/cpp/cmdlne-dI-C.h: New file.
808
809 2005-10-04  Richard Guenther  <rguenther@suse.de>
810
811         PR c/23576
812         * gcc.dg/noncompile/pr23576.c: New testcase.
813
814 2005-10-04  Andrew Pinski  <pinskia@physics.uc.edu>
815
816         PR middle-end/23125
817         * gcc.dg/register-var-3.c: New test.
818
819 2005-10-04  Steven Bosscher  <stevenb@suse.de>
820
821         * gcc.dg/pr23049.c: New test.
822
823         * gcc.dg/ucnid-4.c: Fix test.
824
825 2005-10-03  Diego Novillo  <dnovillo@redhat.com>
826
827         PR 23445
828         * gcc.c-torture/compile/pr23445.c: New test.
829
830 2005-10-03  Alexandre Oliva  <aoliva@redhat.com>
831
832         * g++.dg/overload/unknown1.C: New.
833
834 2005-10-03  Mark Mitchell  <mark@codesourcery.com>
835
836         PR c++/17775
837         * g++.dg/template/repo4.C: New test.
838
839 2005-10-03  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
840
841         PR libfortran/19308
842         * gfortran.dg/large_real_kind_2.F90: New test.
843         * gfortran.dg/large_integer_kind_2.f90: New test.
844
845 2005-10-03  Uros Bizjak  <uros@kss-loka.si>
846
847         * lib/target-supports.exp (check_effective_target_vect_shift):
848         Implement with result caching. Add i?86, x86_64 and ia64 targets.
849         (check_effective_target_vect_condition): Fix copy-n-pasto.
850
851         * gcc.dg/vect/pr22480.c : Enable for effective-target vect_shift.
852         * gcc.dg/vect/vect-shift-1.c: Remove XFAIL for i?86 and x86_64
853         targets.
854
855 2005-10-02  Mark Mitchell  <mark@codesourcery.com>
856
857         PR c++/22621
858         * g++.dg/template/overload5.C : New test.
859
860         PR c++/23840
861         * g++.dg/expr/stdarg1.C: New test.
862
863 2005-10-02  Diego Novillo  <dnovillo@redhat.com>
864
865         PR 24142
866         * gcc.c-torture/execute/pr24142.c: New test.
867
868 2005-10-01  Diego Novillo  <dnovillo@redhat.com>
869
870         PR 24141
871         * gcc.c-torture/execute/pr24141.c: New test.
872
873 2005-10-01  James A. Morrison  <phython@gcc.gnu.org>
874             Diego Novillo  <dnovillo@redhat.com>
875
876         PR 23604
877         * gcc.c-torture/execute/pr23604.c: New test.
878
879 2005-10-01  Paul Thomas  <pault@gcc.gnu.org>
880
881         PR fortran/16404
882         PR fortran/20835
883         PR fortran/20890
884         PR fortran/20899
885         PR fortran/20900
886         PR fortran/20901
887         PR fortran/20902
888         gfortran.dg/equiv_constraint_1.f90: New test.
889         gfortran.dg/equiv_constraint_2.f90: New test.
890         gfortran.dg/equiv_constraint_3.f90: New test.
891         gfortran.dg/equiv_constraint_4.f90: New test.
892         gfortran.dg/equiv_constraint_5.f90: New test.
893         gfortran.dg/equiv_constraint_6.f90: New test.
894         gfortran.dg/equiv_constraint_7.f90: New test.
895         gfortran.dg/equiv_constraint_8.f90: New test.
896         gfortran.dg/private_type_1.f90: New test.
897         gfortran.dg/private_type_2.f90: New test.
898         gfortran.dg/g77/980628-2.f, 980628-3.f, 980628-9.f,
899         980628-10.f: Assert std=gnu to permit mixing of
900         types in equivalence statements.
901
902 2005-09-30  Janne Blomqvist <jblomqvi@cc.hut.fi>
903
904         PR 24112
905         * gfortran.dg/open_status_1.f90: New.
906
907 2005-09-30  Uros Bizjak  <uros@kss-loka.si>
908
909         * gcc.dg/vect/fast-math-vect-reduc-7.c: Clean up temp files.
910         * gcc.dg/vect/pr22480.c: Clean up temp files.
911         * gcc.dg/vect/pr23831.c: Clean up temp files.
912         * gcc.dg/vect/pr23816-1.c: Require effective-target vect_condition.
913         Clean up temp files.
914         * gcc.dg/vect/pr23816-2.c: Require effective-target vect_condition.
915         Clean up temp files.
916
917         * gcc.dg/20050309-1.c: Clean up temp files.
918         * gcc.dg/20050325-1.c: Clean up temp files.
919
920 2005-09-30  Uros Bizjak  <uros@kss-loka.si>
921
922         PR tree-optimization/24059
923         * gcc.dg/vect/pr24059.c : New test.
924
925 2005-09-29  Jakub Jelinek  <jakub@redhat.com>
926
927         PR middle-end/24109
928         * gcc.c-torture/execute/20050929-1.c: New test.
929
930 2005-09-29  Steven Bosscher  <stevenb@suse.de>
931
932         * gcc.dg/tree-ssa/ssa-ccp-11.c: Fix the test case and un-xfail.
933
934 2005-09-29  Paolo Bonzini  <bonzini@gnu.org>
935
936         PR c/21419
937         * gcc.dg/pr21419.c: New test.
938
939 2005-09-29  Steven Bosscher  <stevenb@suse.de>
940
941         * gcc.dg/pr23911.c: New test.
942
943 2005-09-28  Mark Mitchell  <mark@codesourcery.com>
944
945         * g++.dg/opt/pr19650.C: Use -w -fpermissive.
946
947         PR c++/16782
948         * g++.dg/parse/qualified4.C: New test.
949         * g++.old-deja/g++.law/static-mem5.C: Use -w -fpermissive.
950         * g++.old-deja/g++.mike/p8154.C: Likewise. 
951
952 2005-09-27  Mark Mitchell  <mark@codesourcery.com>
953
954         PR c++/22147
955         * g++.dg/template/friend37.C: New test.
956         * g++.dg/parse/crash28.C: Adjust error markers.
957         
958 2005-09-27  Jakub Jelinek  <jakub@redhat.com>
959
960         PR fortran/18518
961         * gfortran.fortran-torture/execute/save_2.f90: New decl.
962
963 2005-09-27  Devang Patel  <dpatel@apple.com>
964
965         PR tree-optimization/23625
966         * gcc.dg/pr23625.c: New test.
967         
968 2005-09-27  Uros Bizjak  <uros@kss-loka.si>
969
970         * gcc.target/i386/pr22585.c: Run on 32-bit x86 only.
971         * gcc.target/i386/builtin-apply-mmx.c: Run on 32-bit x86 only.
972
973 2005-09-26  Jakub Jelinek  <jakub@redhat.com>
974
975         PR fortran/23677
976         * gfortran.fortran-torture/execute/save_1.f90: New test.
977         * gfortran.dg/save_1.f90: New test.
978
979 2005-09-26  Uros Bizjak  <uros@kss-loka.si>
980
981         * gcc.target/i386/builtin-apply-mmx.c: New test.
982
983         PR target/22576
984         * gcc.target/i386/pr22576.c: New test.
985
986         PR target/22585
987         * gcc.target/i386/pr22585.c: New test.
988
989         PR target/23268
990         * gcc.target/i386/pr23268.c: New test.
991
992         PR middle-end/23831
993         * gcc.dg/vect/pr23831.c: New test.
994
995         PR target/24055
996         * gcc.target/i386/pr24055.c: New test.
997
998 2005-09-25  Kazu Hirata  <kazu@codesourcery.com>
999
1000         PR tree-optimization/23960
1001         * gcc.c-torture/compile/pr23960.c: New.
1002
1003 2005-09-23  Paul Thomas  <pault@gcc.gnu.org>
1004
1005         PR fortran/16861
1006         * gfortran.dg/nested_modules_3.f90: New.
1007
1008 2005-09-22 Steven G. Kargl  <kargls@comcast.net>
1009
1010         PR fortran/24005
1011         gfortran.dg/interface_1.f90: New test.
1012
1013 2005-09-22  Erik Edelmann  <erik.edelmann@iki.fi>
1014         Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
1015
1016         PR fortran/23843
1017         * gfortran.dg/der_io_2.f90, gfortran.dg/der_io_3.f90: New test.
1018
1019 2005-09-22  Steven G. Kargl  <kargls@comcast.net>
1020
1021         PR fortran/23516
1022         * gfortran.dg/imag_1.f: New test.
1023         * gfortran.dg/imag_2.f: Ditto.
1024
1025 2005-09-22  J"orn Rennecke <joern.rennecke@st.com>
1026
1027         * gcc.dg/intmax_t-1.c: Remove sh*-*-elf from dg-error statement.
1028
1029 2005-09-22  Jakub Jelinek  <jakub@redhat.com>
1030
1031         PR c++/21983
1032         * g++.dg/warn/pr21983.C: New test.
1033
1034 2005-09-21  Mark Mitchell  <mark@codesourcery.com>
1035
1036         PR c++/23993
1037         * g++.dg/template/array14.C: New test.
1038
1039 2005-09-21  Erik Edelmann  <erik.edelmann@iki.fi>
1040
1041         PR fortran/19929
1042         * gfortran.dg/der_ptr_component_1.f90: New test.
1043
1044 2005-09-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1045
1046         PR c++/23965
1047         * g++.dg/template/error1.C: Reject "no matching function" message.
1048
1049 2005-09-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1050
1051         PR c++/17609
1052         * g++.dg/lookup/error1.C: New test.
1053
1054 2005-09-21  Dorit Nuzman  <dorit@il.ibm.com>
1055
1056         * gcc.dg/vect/vect-dv-2.c: Change loop bound and restore original
1057         functionality of the testcase.
1058
1059 2005-09-20  Richard Henderson  <rth@redhat.com>
1060
1061         * gcc.dg/vect/vect-22.c: Require vect_float.
1062         * gcc.dg/vect/vect-91.c: XFAIL if vect_no_int_add.
1063
1064 2005-09-20  Joseph S. Myers  <joseph@codesourcery.com>
1065
1066         * g++.dg/cpp/ucnid-1.C, g++.dg/cpp/normalize-1.C,
1067         g++.dg/other/ucnid-1.C, gcc.dg/cpp/normalize-1.c,
1068         gcc.dg/cpp/normalize-2.c, gcc.dg/cpp/normalize-3.c,
1069         gcc.dg/cpp/normalize-4.c, gcc.dg/cpp/ucnid-1.c,
1070         gcc.dg/cpp/ucnid-2.c, gcc.dg/cpp/ucnid-3.c, gcc.dg/cpp/ucnid-4.c,
1071         gcc.dg/cpp/ucnid-5.c, gcc.dg/cpp/ucnid-7.c,gcc.dg/ucnid-1.c,
1072         gcc.dg/ucnid-2.c, gcc.dg/ucnid-3.c, gcc.dg/ucnid-4.c,
1073         gcc.dg/ucnid-5.c, gcc.dg/ucnid-6.c: Add -fextended-identifiers.
1074         * gcc.dg/cpp/ucnid-8.c: New test.
1075
1076 2005-09-20  Jakub Jelinek  <jakub@redhat.com>
1077
1078         PR tree-optimization/23929
1079         * gcc.c-torture/compile/pr23929.c: New test.
1080
1081 2005-09-20  Daniel Berlin  <dberlin@dberlin.org>
1082
1083         * gcc.dg/vect/vect-dv-2.c: Expect same alignment message only
1084         for one loop.
1085
1086 2005-09-20  Steve Ellcey  <sje@cup.hp.com>
1087
1088         PR testsuite/23186
1089         * g++.dg/other/pr22003.C: Require named sections.
1090
1091 2005-09-20  Jakub Jelinek  <jakub@redhat.com>
1092
1093         PR c++/23947
1094         * g++.dg/rtti/crash3.C: New test.
1095
1096         PR tree-optimization/23818
1097         * gcc.dg/pr23818.c: New test.
1098
1099 2005-09-20  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
1100
1101         PR fortran/23420
1102         * gfortran.dg/print_fmt_4.f: New.
1103
1104 2005-09-20  Jakub Jelinek  <jakub@redhat.com>
1105
1106         PR fortran/23663
1107         * gfortran.fortran-torture/execute/entry_11.f90: New test.
1108
1109 2005-09-20  Dorit Nuzman  <dorit@il.ibm.com>
1110
1111         * gcc.dg/vect/vect-40.c: Remove pointers to "aligned types".
1112         Use pointers to local alignable arrays instead. Added comments.
1113         * gcc.dg/vect/vect-46.c: Likewise.
1114         * gcc.dg/vect/vect-48.c: Likewise.
1115         * gcc.dg/vect/vect-49.c: Likewise.
1116         * gcc.dg/vect/vect-52.c: Likewise.
1117         * gcc.dg/vect/vect-53.c: Likewise.
1118         * gcc.dg/vect/vect-54.c: Likewise.
1119         * gcc.dg/vect/vect-56.c: Likewise.
1120         * gcc.dg/vect/vect-57.c: Likewise.
1121         * gcc.dg/vect/vect-58.c: Likewise.
1122         * gcc.dg/vect/vect-60.c: Likewise.
1123         * gcc.dg/vect/vect-61.c: Likewise.
1124
1125         * gcc.dg/vect/vect-42.c: Remove pointers to "aligned types".
1126         The test is no longer vectorizable on vect_no_align targets.
1127         * gcc.dg/vect/vect-43.c: Likewsie.
1128
1129         * gcc.dg/vect/vect-44.c: Added comments.
1130         * gcc.dg/vect/vect-45.c: Added comments.
1131         * gcc.dg/vect/vect-50.c: Added comments.
1132         * gcc.dg/vect/vect-51.c: Added comments.
1133
1134         * gcc.dg/vect/vect-95.c: Use aligned arrays instead of arrays to
1135         aligned type.
1136         * gcc.dg/vect/Os-vect-95.c: Likewise. 
1137
1138         * gcc.dg/vect/vect-41.c: Test removed.
1139         * gcc.dg/vect/vect-47.c: Test removed.
1140         * gcc.dg/vect/vect-55.c: Test removed.
1141         * gcc.dg/vect/vect-59.c: Test removed.
1142
1143 2005-09-20  Dorit Nuzman  <dorit@il.ibm.com>
1144         
1145         * gcc.dg/vect/pr16105.c: Replace "aligned types" with regular types.
1146         No longer vectorizable on vect_no_align targets.
1147         * gcc.dg/vect/pr20122.c: Likewise.
1148         * gcc.dg/vect/vect-74.c: Likewise.
1149         * gcc.dg/vect/vect-75.c: Likewise.
1150         * gcc.dg/vect/vect-76.c: Likewise.
1151
1152         * gcc.dg/vect/vect-37.c: Replace "aligned types" with regular types.
1153         Will not be vectorizable on vect_no_align targets once aliasing issues
1154         are resolved.
1155         * gcc.dg/vect/vect-79.c: Likewise.
1156
1157         * gcc.dg/vect/vect-77.c: Replace "aligned types" with regular types.
1158         * gcc.dg/vect/vect-78.c: Likewise.
1159         * gcc.dg/vect/vect-97.c: Likewise.
1160
1161 2005-09-19  Steven Bosscher  <stevenb@suse.de>
1162
1163         * gcc.dg/pr23943.c: New test.
1164
1165 2005-09-18  Paul Thomas  <pault@gcc.gnu.org>
1166
1167         PR fortran/19181
1168         * gfortran.dg/derived_pointer_null_1.f90: New test.
1169
1170 2005-09-18  Richard Guenther  <rguenther@suse.de>
1171
1172         PR middle-end/23944
1173         * gcc.c-torture/compile/pr23944.c: New testcase.
1174
1175 2005-09-18  Erik Edelmann  <erik.edelmann@iki.fi>
1176
1177         PR fortran/15975
1178         * gfortran.dg/der_pointer_2.f90: New test.
1179
1180 2005-09-18  Paul Thomas  <pault@gcc.gnu.org>
1181
1182         PR fortran/16861
1183         * gfortran.dg/nested_modules_2.f90: New test.
1184
1185 2005-09-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1186
1187         PR c++/18368
1188         * g++.dg/other/semicolon.C: New test.
1189
1190 2005-09-16  Joseph S. Myers  <joseph@codesourcery.com>
1191
1192         * g++.dg/warn/huge-val1.C: Disable tests on values of HUGE_VAL,
1193         HUGE_VALF and HUGE_VALL unless __GLIBC__ is defined.
1194
1195 2005-09-16  Mark Mitchell  <mark@codesourcery.com>
1196
1197         PR c++/23914
1198         * g++.dg/template/static18.C: New test.
1199
1200         PR c++/21514
1201         * g++.dg/template/crash19.C: Remove dg-error marker.
1202         * g++.dg/template/local4.C: New test.
1203
1204 2005-09-16  Paul Brook  <paul@codesourcery.com>
1205
1206         PR fortran/23906
1207         * gfortran.dg/dependency_1.f90: New test.
1208
1209 2005-09-15  Mark Mitchell  <mark@codesourcery.com>
1210
1211         PR c++/23896
1212         * g++.dg/template/static17.C: New test.
1213
1214 2005-09-15  Joseph S. Myers  <joseph@codesourcery.com>
1215
1216         PR c++/23139
1217         * g++.dg/warn/huge-val1.C: New test.
1218
1219 2005-09-15  Mark Mitchell  <mark@codesourcery.com>
1220
1221         PR c++/13140
1222         * g++.dg/parse/class2.C: New test.
1223         * g++.dg/template/explicit8.C: Likewise.
1224         * g++.dg/template/spec25.C: Likewise.
1225
1226 2005-09-14  Josh Conner  <jconner@apple.com>
1227
1228         PR middle-end/23584
1229         * gcc.dg/pr23584.c: New test.
1230
1231 2005-09-14  Jerry DeLisle  <jvdelisle@verizon.net>
1232
1233         PR fortran/21875 Internal Unit Array I/O, NIST
1234         * gfortran.dg/arrayio_1.f90: New test.
1235         * gfortran.dg/arrayio_1.f90: New test.
1236         * gfortran.dg/arrayio_1.f90: New test.
1237         * gfortran.dg/arrayio_1.f90: New test.
1238         * gfortran.dg/arrayio_1.f90: New test.
1239
1240 2005-09-14  Uros Bizjak  <uros@kss-loka.si>
1241
1242         PR middle-end/22480
1243         * gcc.dg/vect/pr22480.c: New test.
1244
1245 2005-09-13  Paul Thomas  <pault@gcc.gnu.org>
1246
1247         PR fortran/19358
1248         * gfortran.fortran-torture/assumed_dummy_1.f90: New test.
1249
1250 2005-09-13 Josh Conner <jconner@apple.com>
1251
1252         PR c++/23180
1253         * g++.dg/init/struct2.C: New test.
1254         * g++.dg/init/struct3.C: New test.
1255
1256 2005-09-13  Janis Johnson  <janis187@us.ibm.com>
1257
1258         * gcc.dg/pr15784-4.c, gcc.dg/pr20130-1.c, gcc.dg/ucnid-6.c:
1259         Clean up temp files.
1260         * gcc.dg/tree-ssa/20030821-1.c, gcc.dg/tree-ssa/20040514-2.c,
1261         gcc.dg/tree-ssa/builtin-fprintf-1.c,
1262         gcc.dg/tree-ssa/builtin-fprintf-chk-1.c,
1263         gcc.dg/tree-ssa/builtin-printf-1.c,
1264         gcc.dg/tree-ssa/builtin-printf-chk-1.c,
1265         gcc.dg/tree-ssa/builtin-vfprintf-1.c,
1266         gcc.dg/tree-ssa/builtin-vfprintf-chk-1.c,
1267         gcc.dg/tree-ssa/builtin-vprintf-1.c,
1268         gcc.dg/tree-ssa/builtin-vprintf-chk-1.c, gcc.dg/tree-ssa/ltrans-8.c,
1269         gcc.dg/tree-ssa/pr19055-2.c, gcc.dg/tree-ssa/pr19055.c,
1270         gcc.dg/tree-ssa/pr21985.c: Clean up dump files.
1271         * gcc.dg/vect/fast-math-vect-reduc-5.c, gcc.dg/vect/pr22506.c,
1272         gcc.dg/vect/trapv-vect-reduc-4.c, gcc.dg/vect/vect-116.c,
1273         gcc.dg/vect/vect-reduc-6.c, gcc.dg/vect/vect-reduc-7.c,
1274         gcc.dg/vect/vect-reduc-8.c, gcc.dg/vect/vect-reduc-9.c,
1275         gcc.dg/vect/vect-shift-1.c: Clean up .vect files.
1276
1277 2005-09-13  Josh Conner  <jconner@apple.com>
1278
1279         * lib/gcc-dg.exp: Load scanipa.exp.
1280         (cleanup-dump): New procedure.
1281         (cleanup-rtl-dump, cleanup-tree-dump, cleanup-ipa-dump): Use it.
1282         * lib/scandump.exp: New file.
1283         * lib/scantree.exp: Use it.
1284         * lib/scanipa.exp: New file.
1285
1286 2005-09-13  Erik Edelmann  <erik.edelmann@iki.fi>
1287
1288         PR fortran/17740
1289         * gfortran.dg/generic_4.f90: New test.
1290
1291 2005-09-13  Uros Bizjak  <uros@kss-loka.si>
1292
1293         PR target/23816
1294         * gcc.target/i386/pr23816-1.c: New test.
1295         * gcc.target/i386/pr23816-2.c: New test.
1296
1297
1298 2005-09-13  Bastian Blank <waldi@debian.org>
1299
1300         PR c++/16171
1301         * g++.dg/abi/mangle26.C: New test. 
1302         * g++.dg/abi/mangle27.C: New test. 
1303         * g++.dg/abi/mangle28.C: New test. 
1304         * g++.dg/abi/mangle29.C: New test. 
1305
1306         PR c++/23839
1307         * g++.dg/parse/register1.C: New test.
1308
1309 2005-09-13  Mark Mitchell  <mark@codesourcery.com>
1310
1311         PR c++/23842
1312         * g++.dg/template/access16.C: New test.
1313
1314 2005-09-13  Richard Sandiford  <richard@codesourcery.com>
1315
1316         * gfortran.dg/char_pack_2.f90: Increase the vector size.
1317
1318 2005-09-13  Richard Sandiford  <richard@codesourcery.com>
1319
1320         PR fortran/18899
1321         * gfortran.dg/shape_2.f90: New test.
1322
1323 2005-09-13  Richard Sandiford  <richard@codesourcery.com>
1324
1325         PR target/19269
1326         * gfortran.dg/char_associated_1.f90, gfortran.dg/char_cshift_1.f90,
1327         * gfortran.dg/char_cshift_2.f90, gfortran.dg/char_eoshift_1.f90,
1328         * gfortran.dg/char_eoshift_2.f90, gfortran.dg/char_eoshift_3.f90,
1329         * gfortran.dg/char_eoshift_4.f90, gfortran.dg/char_pack_1.f90,
1330         * gfortran.dg/char_pack_2.f90, gfortran.dg/char_reshape_1.f90,
1331         * gfortran.dg/char_spread_1.f90, gfortran.dg/char_transpoe_1.f90,
1332         * gfortran.dg/char_unpack_1.f90, gfortran.dg/char_unpack_2.f90: New
1333         tests.
1334
1335 2005-09-12  Mark Mitchell  <mark@codesourcery.com>
1336
1337         PR c++/23841
1338         * g++.dg/parse/template17.C: New test.
1339
1340 2005-09-12  Mark Mitchell  <mark@codesourcery.com>
1341
1342         PR c++/23789
1343         * g++.dg/template/nontype14.C: New test.
1344
1345 2005-09-12  Ian Lance Taylor  <ian@airs.com>
1346
1347         PR g++/7874
1348         * g++.dg/lookup/friend7.C: New test.
1349         * g++.dg/lookup/friend8.C: New test.
1350         * g++.dg/parse/defarg4.C: Add a parameter to the friend function,
1351         so that it will be found via argument dependent lookup.
1352         * g++.old-deja/g++.brendan/crash56.C: Don't expect errors for
1353         friend functions which will no longer be found.
1354         * g++.old-deja/g++.jason/friend.C: Add a parameter to the friend
1355         function g, so that it will be found via argument dependent
1356         lookup.
1357         * g++.old-deja/g++.jason/scoping15.C: Use -ffriend-injection.
1358         * g++.old-deja/g++.mike/net43.C: Likewise.
1359
1360 2005-09-12  Mark Mitchell  <mark@codesourcery.com>
1361
1362         PR c++/23691
1363         * g++.dg/template/static16.C: New test.
1364
1365 2005-09-12  Josh Conner  <jconner@apple.com>
1366
1367         PR middle-end/23237
1368         * gcc.c-torture/compile/pr23237.c: New test. 
1369
1370 2005-09-11  Richard Henderson  <rth@redhat.com>
1371
1372         * g++.dg/other/error8.C: Update expected diagnostic text.
1373
1374 2005-09-11  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1375
1376         PR libfortran/19872
1377         * gfortran.dg/overwrite_1.f: New test.
1378
1379 2005-09-09  Josh Conner  <jconner@apple.com>
1380
1381         * g++.dg/init/pr23180-1.C: Removed.
1382         * g++.dg/init/pr23180-2.C: Removed.
1383
1384 2005-09-09  David Daney <ddaney@avtrex.com>
1385
1386         * gcc.c-torture/execute/20010124-1.c:  Removed and split into two new 
1387         files which are ...
1388         * gcc.c-torture/execute/builtins/20010124-1: ... here and ...
1389         * gcc.c-torture/execute/builtins/20010124-1-lib.c: ... here.
1390
1391 2005-09-09  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1392
1393         * gfortran.dg/iostat_2.f90: New test.
1394
1395 2005-09-09  Mark Mitchell  <mark@codesourcery.com>
1396
1397         PR c++/22252
1398         * g++.dg/ext/interface1.C: New test.
1399         * g++.dg/ext/interface1.h: Likewise.
1400         * g++.dg/ext/interface1a.cc: Likewise.
1401
1402 2005-09-09  Thomas Koenig  <Thomas.Koenig@online.de>
1403
1404         * gfortran.dg/iomsg_1.f90:  New test case.
1405
1406 2005-09-09  Richard Guenther  <rguenther@suse.de>
1407
1408         PR c++/23624
1409         * g++.dg/tree-ssa/pr23624.C: New testcase.
1410
1411 2005-09-09  Richard Sandiford  <richard@codesourcery.com>
1412
1413         PR fortran/19239
1414         * gfortran.dg/vector_subscript_1.f90,
1415         * gfortran.dg/vector_subscript_2.f90: New tests.
1416
1417 2005-09-09  Richard Sandiford  <richard@codesourcery.com>
1418
1419         PR fortran/21104
1420         * gfortran.dg/array_alloc_1.f90,
1421         * gfortran.dg/array_alloc_2.f90,
1422         * gfortran.dg/array_alloc_3.f90: New tests.
1423
1424 2005-09-09  Richard Sandiford  <richard@codesourcery.com>
1425
1426         PR fortran/12840
1427         * gfortran.dg/array_constructor_6.f90
1428         * gfortran.dg/array_constructor_7.f90
1429         * gfortran.dg/array_constructor_8.f90
1430         * gfortran.dg/array_constructor_9.f90
1431         * gfortran.dg/array_constructor_10.f90
1432         * gfortran.dg/array_constructor_11.f90
1433         * gfortran.dg/array_constructor_12.f90: New tests.
1434
1435 2005-09-08  Josh Conner  <jconner@apple.com>
1436
1437         PR c++/23180
1438         * g++.dg/init/pr23180-1.C: New test.
1439         * g++.dg/init/pr23180-2.C: New test.
1440
1441 2005-09-09  Paul Thomas  <pault@gcc.gnu.org>
1442
1443         PR fortran/18878
1444         * gfortran.dg/module_double_reuse.f90: New.
1445
1446 2005-09-09  Paul Thomas  <pault@gcc.gnu.org>
1447
1448         PR fortran/23270
1449         PR fortran/22304
1450         PR fortran/18870
1451         PR fortran/17917
1452         PR fortran/16511
1453         * gfortran.dg/common_equivalence_1.f: New.
1454         * gfortran.dg/common_equivalence_2.f: New.
1455         * gfortran.dg/common_equivalence_3.f: New.
1456         * gfortran.dg/contained_equivalence_1.f90: New.
1457         * gfortran.dg/module_blank_common.f90: New. 
1458         * gfortran.dg/module_commons_1.f90: New.
1459         * gfortran.dg/module_equivalence_1.f90: New.
1460         * gfortran.dg/nested_modules_1.f90: New.
1461         * gfortran.dg/g77/19990905-0.f: Remove XFAIL, rearrange
1462         equivalences and add comment to connect the test with
1463         the PR.
1464
1465 2005-09-08  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
1466
1467         PR fortran/23765
1468         * gfortran.dg/common_6.f90: New test.
1469
1470 2005-09-08  Richard Sandiford  <richard@codesourcery.com>
1471
1472         PR fortran/15326
1473         * gfortran.dg/char_result_1.f90,
1474         * gfortran.dg/char_result_2.f90,
1475         * gfortran.dg/char_result_3.f90,
1476         * gfortran.dg/char_result_4.f90,
1477         * gfortran.dg/char_result_5.f90,
1478         * gfortran.dg/char_result_6.f90,
1479         * gfortran.dg/char_result_7.f90,
1480         * gfortran.dg/char_result_8.f90: New tests.
1481
1482 2005-09-08  Richard Sandiford  <richard@codesourcery.com>
1483
1484         PR fortran/19928
1485         * gfortran.dg/pr19928-1.f90, gfortran.dg/pr19928-2.f90: New tests.
1486
1487 2005-09-08  Andrew Pinski  <pinskia@physics.uc.edu>
1488
1489         PR obj-c++/16816
1490         * obj-c++.dg/selector-5.mm: New test.
1491         * obj-c++.dg/selector-6.mm: New test.
1492
1493 2005-09-08  Andrew Pinski  <pinskia@physics.uc.edu>
1494
1495         PR objc/20574
1496         PR objc/19324
1497         * objc.dg/error-1.m: New test.
1498
1499 2005-09-07  Richard Sandiford  <richard@codesourcery.com>
1500
1501         PR fortran/23373
1502         * gfortran.fortran-torture/execute/pr23373-1.f90,
1503         * gfortran.fortran-torture/execute/pr23373-1.f90: New tests.
1504
1505 2005-09-07  Jerry DeLisle  <jvdelisle@verizon.net>
1506
1507         PR libfortran/23760
1508         * gfortran.dg/g77/1832.f: Remove long string in write statement
1509         to allow the test to pass on correct list directed output with 
1510         prepended space.
1511
1512 2005-09-07  James E Wilson  <wilson@specifix.com>
1513
1514         * gcc.dg/intmax_t-1.c: Disable for xscale*-*-elf*.
1515
1516 2005-09-07  Thomas Koenig  <Thomas.Koenig@online.de>
1517
1518         * gfortran.dg/parameter+save.f90:  Rename to
1519         * gfortran.dg/parameter_save.f90: .. this.
1520
1521 2005-09-07  Thomas Koenig  <Thomas.Koenig@online.de>
1522
1523         PR fortran/20848
1524         * gfortran.dg/parameter+save.f90:  New test case.
1525
1526 2005-09-06  Richard Sandiford  <richard@codesourcery.com>
1527
1528         PR fortran/19269
1529         * gfortran.fortran-torture/execute/pr19269-1.f90: New test.
1530
1531 2005-09-06  Jakub Jelinek  <jakub@redhat.com>
1532
1533         PR c/23075
1534         * gcc.dg/pr23075.c: New test.
1535         * g++.dg/warn/pr23075.C: New test.
1536
1537         PR target/22362
1538         * gcc.target/i386/pr22362.c: New test.
1539
1540         PR rtl-optimization/23098
1541         * gcc.target/i386/pr23098.c: Add dg-require-effective-target ilp32.
1542
1543         * gcc.dg/debug/dwarf2/dwarf-char1.c: Further regex fixes.
1544         * gcc.dg/debug/dwarf2/dwarf-char2.c: Likewise.
1545         * gcc.dg/debug/dwarf2/dwarf-char3.c: Likewise.
1546
1547 2005-09-06  Mark Mitchell  <mark@codesourcery.com>
1548
1549         * g++.dg/expr/cast6.C: New test.
1550
1551         PR c++/9782
1552         * g++.dg/init/new15.C: New test.
1553
1554 2005-09-06  Keith Besaw  <kbesaw@us.ibm.com>
1555
1556         * gcc.dg/vect/Os-vect-95.c: New test.
1557         * gcc.dg/vect/vect-95.c: Same.
1558
1559 2005-09-06  Keith Besaw  <kbesaw@us.ibm.com>
1560
1561         * gcc.dg/vect/vect-29.c: Update xfail testing.
1562         * gcc.dg/vect/vect-44.c: Same.
1563         * gcc.dg/vect/vect-48.c: Same.
1564         * gcc.dg/vect/vect-50.c: Same.
1565         * gcc.dg/vect/vect-72.c: Same.
1566         * gcc.dg/vect/vect-77.c: Same.
1567         * gcc.dg/vect/vect-78.c: Same.
1568         * gcc.dg/vect/vect-80.c: Same.
1569         * gcc.dg/vect/vect-96.c: Same.
1570         * gcc.dg/vect/vect-100.c: Same.
1571         * gcc.dg/vect/vect-exp: Add default flags for Os-vect-*.
1572         * gfortran.dg/vect/vect-2.f90: Update xfail testing.
1573         * gfortran.dg/vect/vect-5.f90: Same.
1574
1575 2005-09-06  Jakub Jelinek  <jakub@redhat.com>
1576
1577         * gcc.dg/debug/dwarf2/dwarf-char1.c: Accept more assembler comment
1578         start strings.
1579         * gcc.dg/debug/dwarf2/dwarf-char2.c: Likewise.
1580         * gcc.dg/debug/dwarf2/dwarf-char3.c: Likewise.
1581
1582         PR c++/23056
1583         * g++.dg/opt/pr23056.C: New test.
1584
1585         PR rtl-optimization/23098
1586         * gcc.target/i386/pr23098.c: New test.
1587
1588 2005-09-05  Mark Mitchell  <mark@codesourcery.com>
1589
1590         PR c++/23667
1591         * g++.dg/template/static15.C: New test.
1592
1593         PR c++/21440
1594         * g++.dg/ext/stmtexpr5.C: New test.
1595         * g++.dg/ext/stmtexpr6.C: Likewise.
1596
1597 2005-09-05  J"orn Rennecke <joern.rennecke@st.com>
1598
1599         * gcc.dg/pr21255-1.c: Match different pattern for sh64.
1600
1601         * gcc.dg/debug/dwarf2/dwarf-char1.c: Allow '!' comment character.
1602         * gcc.dg/debug/dwarf2/dwarf-char2.c: Likewise.
1603         * gcc.dg/debug/dwarf2/dwarf-char3.c: Likewise.
1604
1605 2005-09-04  Thomas Koenig  <Thomas.Koenig@online.de>
1606
1607         PR libfortran/23321
1608         * gfortran.dg/direct_io_4.f90:  New test case.
1609
1610 2005-09-04  Andrew Pinski  <pinskia@physics.uc.edu>
1611             Rasmus Hahn  <rassahah@neofonie.de>
1612
1613         PR libobjc/23108
1614         * objc.dg/type-stream-1.m: New test.
1615
1616 2005-09-04  Tobias Schl"uter  <tobias.shclueter@physik.uni-muenchen.de>
1617
1618         PR fortran/23661
1619         * gfortran.dg/print_fmt_1.f90, gfortran.dg/print_fmt_2.f90
1620         gfortran.dg/print_fmt_3.f90: New test.
1621
1622 2005-09-03  Jakub Jelinek  <jakub@redhat.com>
1623
1624         * gfortran.dg/fmt_t_1.f90: New test.
1625
1626 2005-09-03  Jakub Jelinek  <jakub@redhat.com>
1627
1628         PR rtl-optimization/23454
1629         * g++.dg/opt/pr23454.C: New test.
1630
1631 2005-09-03  Mark Mitchell  <mark@codesourcery.com>
1632
1633         PR c++/23699
1634         * g++.dg/ext/static1.C: New test.
1635
1636 2005-09-02  Richard Henderson  <rth@redhat.com>
1637
1638         * gcc.c-torture/execute/frame-address.c (check_fa_mid): Avoid
1639         tail call to check_fa_work.
1640
1641 2005-09-02  Mark Mitchell  <mark@codesourcery.com>
1642
1643         PR c++/21687
1644         * g++.dg/other/gc3.C: New test.
1645
1646 2005-08-31  Andrew Pinski  <pinskia@physics.uc.edu>
1647
1648         * gcc.dg/20030711-1.c: Include stddef.h and stdio.h.
1649         * gcc.dg/20050826-1.c: Likewise.
1650
1651 2005-08-31  Mark Mitchell  <mark@codesourcery.com>
1652
1653         PR c++/23167
1654         * g++.dg/expr/volatile1.C: New test.
1655
1656 2005-09-02  Andrew Pinski  <pinskia@physics.uc.edu>
1657
1658         PR middle-end/23547
1659         * gcc.dg/pr23547.c: New test.
1660
1661 2005-09-02  Richard Sandiford  <richard@codesourcery.com>
1662
1663         PR c/22061
1664         * gcc.c-torture/execute/pr22061-1.c,
1665         * gcc.c-torture/execute/pr22061-2.c,
1666         * gcc.c-torture/execute/pr22061-3.c,
1667         * gcc.c-torture/execute/pr22061-4.c: New tests.
1668
1669 2005-09-01  Craig Rodrigues  <rodrigc@gcc.gnu.org>
1670
1671         * gcc.dg/Wredundant-decls-2.c: New test to check that
1672         -Wredundant-decls does not issue warning for a variable 
1673         definition following a declaration.
1674
1675 2005-09-01  Jakub Jelinek  <jakub@redhat.com>
1676
1677         PR debug/7241
1678         * gcc.dg/debug/dwarf2/dwarf-char1.c: New test.
1679         * gcc.dg/debug/dwarf2/dwarf-char2.c: New test.
1680         * gcc.dg/debug/dwarf2/dwarf-char3.c: New test.
1681
1682         * gcc.dg/debug/dwarf2/dwarf-die1.c: Fix a typo.
1683         * gcc.dg/debug/dwarf2/dwarf-die2.c: Likewise.
1684         * gcc.dg/debug/dwarf2/dwarf-die3.c: Likewise.
1685         * gcc.dg/debug/dwarf2/dwarf-die5.c: Likewise.
1686         * gcc.dg/debug/dwarf2/dwarf-die6.c: Likewise.
1687         * gcc.dg/debug/dwarf2/dwarf-die7.c: Likewise.
1688         * gcc.dg/debug/dwarf2/dwarf-uninit.c: Likewise.
1689         * gcc.dg/debug/dwarf2/dwarf2-macro.c: Likewise.
1690
1691 2005-08-31  Andrew Pinski  <pinskia@physics.uc.edu>
1692
1693         PR objc/23306
1694         * objc.dg/image-info.m: Remove "objc_module_info" check part of the
1695         scan-assmbler.
1696
1697 2005-08-31  J"orn Rennecke <joern.rennecke@st.com>
1698
1699         PR target/21255
1700         * gcc.dg/pr21255-1.c: New test.
1701         * gcc.dg/pr21255-2-mb.c: Likewise.
1702         * gcc.dg/pr21255-2-ml.c: Likewise.
1703         * gcc.dg/pr21255-3.c: Likewise.
1704         * gcc.dg/pr21255-4.c: Likewise.
1705
1706 2005-08-31  Dale Johannesen  <dalej@apple.com>
1707
1708         * gcc.dg/20050830-1.c:  New.
1709
1710 2005-08-31  Josh Conner  <jconner@apple.com>
1711
1712         * g++.dg/ext/packed8.C: Add -mstructure-size-boundary=8 to
1713         command-line options for arm-*-* targets.
1714         * g++.dg/init/array16.C: Likewise.
1715         * g++.dg/other/crash-4.C: Likewise.
1716
1717 2005-08-31  Andrew Pinski  <pinskia@physics.uc.edu>
1718
1719         PR obj-c++/23640
1720         * obj-c++.dg/gnu-runtime-3.mm: New test.
1721
1722 2005-08-31  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1723
1724         PR c++/13377
1725         * g++.dg/lookup/ambig4.C: New test.
1726         * g++.dg/lookup/ambig5.C: New test.
1727         * g++.dg/tc1/dr101.C: Adjust error markers.
1728
1729 2005-08-31  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1730
1731         PR c++/23639
1732         * g++.dg/template/ttp5.C: Adjust error markers.
1733
1734 2005-08-30  Andrew Pinski  <pinskia@physics.uc.edu>
1735
1736         PR testsuite/23609
1737         * lib/obj-c++.exp: Include target-libpath.exp.
1738         (obj-c++_link_flags): Look for the GNU libobjc library
1739         and set the library path to include it.
1740         Don't manually set LD_LIBRARY_PATH (etc.) but call
1741         set_ld_library_path_env_vars instead.
1742         (obj-c++_target_compile): Don't set library path or
1743         linker flags because they are already set correctly
1744         in obj-c++_link_flags.
1745
1746 2005-08-30  Josh Conner  <jconner@apple.com>
1747
1748         * gcc.dg/builtin-stringop-chk-1.c: Add -mstructure-size-boundary=8
1749         to command-line options for arm-*-* targets.
1750
1751 2005-08-30  Geoffrey Keating  <geoffk@apple.com>
1752
1753         * g++.dg/other/i386-1.C: New.
1754
1755 2005-08-30  Jakub Jelinek  <jakub@redhat.com>
1756
1757         PR preprocessor/20348
1758         PR preprocessor/20356
1759         * gcc.dg/cpp/pr20348.c: New test.
1760         * gcc.dg/cpp/pr20348.h: New file.
1761         * gcc.dg/cpp/inc/pr20348.h: New file.
1762         * gcc.dg/cpp/inc/pr20348-aux.h: New file.
1763         * gcc.dg/cpp/pr20356.c: New test.
1764         * gcc.dg/cpp/pr20356.h: New file.
1765         * gcc.dg/cpp/inc/pr20356.h: New file.
1766         * gcc.dg/cpp/inc/pr20356-aux.h: New file.
1767
1768 2005-08-29  Jerry DeLisle  <jvdelisle@verizon.net>
1769
1770         * gfortran.fortran-torture/execute/intrinsic_count.f90:
1771         Fix array dimension to avoid correct end-of-file error.
1772
1773 2005-08-29  Thomas Koenig  <Thomas.Koenig@online.de>
1774
1775         PR libfortran/23598
1776         * gfortran.dg/iostat_1.f90:  New test.
1777
1778 2005-08-28  Andrew Pinski  <pinskia@physics.uc.edu>
1779
1780         PR middle-end/23408
1781         * gcc.dg/pr23408.c: New test.
1782
1783 2005-08-28  Mark Mitchell  <mark@codesourcery.com>
1784
1785         PR c++/23099
1786         * g++.dg/init/member1.C: Make sure erroneous static data member
1787         definitions are required.
1788         * g++.dg/template/static13.C: New test.
1789         * g++.dg/template/static14.C: Likewise.
1790
1791 2005-08-29  Jakub Jelinek  <jakub@redhat.com>
1792
1793         * gcc.target/i386/pr23575.c: Use -msse2 instead of
1794         -march=pentium4, remove ilp32 requirement.
1795
1796         PR middle-end/23484
1797         * gcc.c-torture/execute/builtins/pr23484-chk.c: New test.
1798         * gcc.c-torture/execute/builtins/pr23484-chk-lib.c: New file.
1799
1800 2005-08-29  Andreas Jaeger  <aj@suse.de>
1801
1802         PR testsuite/23607
1803         * gcc.target/i386/pr23575.c: Run only on 32-bit x86.
1804
1805 2005-08-28  Jakub Jelinek  <jakub@redhat.com>
1806
1807         * gcc.c-torture/execute/20050316-2.c: New test.
1808         * gcc.c-torture/execute/20050316-3.c: New test.
1809         * gcc.dg/torture/pr16104-1.c: New test.
1810
1811 2005-08-27  Andrew Pinski  <pinskia@physics.uc.edu>
1812
1813         PR middle-end/23463
1814         * gcc.c-torture/execute/zero-struct-1.c: New test.
1815
1816 2005-08-27  Richard Guenther  <rguenther@suse.de>
1817
1818         PR target/23575
1819         * gcc.target/i386/pr23575.c: New testcase.
1820
1821 2005-08-26  Jakub Jelinek  <jakub@redhat.com>
1822
1823         PR rtl-optimization/23561
1824         * gcc.c-torture/execute/20050826-1.c: New test.
1825
1826         PR rtl-opt/23560
1827         * gcc.c-torture/execute/20050826-2.c: New test.
1828
1829 2005-08-26  Dale Johannesen  <dalej@apple.com>
1830
1831         * gcc.dg/20030711-1.c:  Modify to work on Darwin.
1832         * gcc.dg/20050826-1.c:  New.
1833
1834 2005-08-26  Mark Mitchell  <mark@codesourcery.com>
1835
1836         PR c++/19004
1837         * g++.dg/template/nontype13.C: New test.
1838
1839         PR c++/23491
1840         * g++.dg/init/new14.C: New test.
1841         * g++.dg/expr/anew1.C: Do not XFAIL.
1842         * g++.dg/expr/anew2.C: Likewise.
1843         * g++.dg/expr/anew3.C: Likewise.
1844
1845 2005-08-26  Andrew Pinski  <pinskia@physics.uc.edu>
1846
1847         PR middle-end/22439
1848         * gcc.dg/vla-3.c: New test.
1849
1850 2005-08-25  Erik Edelmann  <eedelman@acclab.helsinki.fi>
1851
1852         PR fortran/20363
1853         * gfortran.dg/named_interface.f90: New.
1854
1855 2005-08-26  Maciej W. Rozycki  <macro@linux-mips.org>
1856
1857         * gcc.c-torture/execute/frame-address.c: New test.
1858
1859 2005-08-25  Nathan Sidwell  <nathan@codesourcery.com>
1860
1861         PR c++/20817
1862         * g++.old-deja/g++.benjamin/13908.C: Robustify expected error.
1863
1864 2005-08-25  Alan Modra  <amodra@bigpond.net.au>
1865
1866         * gcc.dg/vect/vect-52.c: Increase b[] and c[] size by one.
1867
1868 2005-08-25  Alan Modra  <amodra@bigpond.net.au>
1869
1870         * gcc.dg/20020103-1.c: Scan for LC[0-9], not LC.
1871         * gcc.dg/altivec-22.c: Rename from..
1872         * gcc.dg/altivec-nomfcr.c: ..this.
1873
1874 2005-08-24  Paolo Bonzini  <bonzini@gnu.org>
1875
1876         PR tree-optimization/23546
1877         * gcc.dg/tree-ssa/pr23546.c: New test.
1878
1879 2005-08-24  Thomas Koenig  <Thomas.Koenig@online.de>
1880
1881         PR fortran/17758
1882         * gfortran.dg/nonreturning_statements.f90: New test.
1883
1884 2005-08-24  Nathan Sidwell  <nathan@codesourcery.com>
1885
1886         PR c++/22454
1887         * g++.dg/parse/crash29.C: New.
1888
1889 2005-08-23  DJ Delorie  <dj@redhat.com>
1890
1891         * gcc.c-torture/execute/stdarg-2.c (main): Make sure long
1892         constants have the L suffix.
1893
1894 2005-08-23  Nathan Sidwell  <nathan@codesourcery.com>
1895
1896         PR c++/23044
1897         * g++.dg/template/instantiate8.C: New.
1898
1899 2005-08-23  J"orn Rennecke <joern.rennecke@st.com>
1900
1901         PR middle-end/23467
1902         * gcc.c-torture/execute/pr23467.c: New test.
1903
1904 2005-08-23  Jakub Jelinek  <jakub@redhat.com>
1905
1906         PR tree-optimization/22043
1907         * gcc.c-torture/execute/20050613-1.c: New test.
1908
1909 2005-08-23  Ben Elliston  <bje@au.ibm.com>
1910
1911         * gcc.c-torture/execute/ieee/ieee.exp: Load gcc-dg.exp library.
1912
1913 2005-08-22  Jakub Jelinek  <jakub@redhat.com>
1914
1915         PR rtl-optimization/23478
1916         * g++.dg/opt/pr23478.C: New test.
1917
1918 2005-08-22  Andrew Pinski  <pinskia@physics.uc.edu>
1919
1920         PR c/18715
1921         * gcc.dg/switch-warn-3.c: New test.
1922
1923 2005-08-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1924
1925         PR c++/22233
1926         * g++.dg/template/param1.C: New test.
1927
1928 2005-08-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1929
1930         PR c++/23089
1931         * g++.dg/other/incomplete1.C: New test.
1932
1933 2005-08-22  Ira Rosen  <irar@il.ibm.com>
1934
1935         * gcc.dg/vect/vect-22.c: Add test for float. All four loops
1936         are vectorizable.
1937
1938 2005-08-21  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
1939
1940         * d_lines_1.f, d_lines_2.f, d_lines_3.f, d_lines_4.f,
1941         d_lines_5.f: New.
1942
1943 2005-08-21  Jakub Jelinek  <jakub@redhat.com>
1944
1945         * gcc.target/i386/sse-4.c: New test.
1946
1947 2005-08-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1948
1949         PR testsuite/23239
1950         * gcc.dg/tree-prof/val-prof-5.c: Fix scan-tree-dump regexp.
1951
1952 2005-08-20  Jakub Jelinek  <jakub@redhat.com>
1953
1954         * gcc.dg/20050811-1.c: New test.
1955         * gcc.dg/20050811-2.c: New test.
1956
1957 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
1958
1959         * gcc.dg/arm-eabi1.c (main): Exit with 0 on success.
1960
1961 2005-08-19  Diego Novillo  <dnovillo@redhat.com>
1962
1963         PR 23476
1964         * gcc.c-torture/compile/pr23476.c: New test.
1965
1966 2005-08-19  Devang Patel  <dpatel@apple.com>
1967
1968         PR tree-optimization/23048
1969         * gcc.dg/tree-ssa/pr23048.c: New test.
1970
1971 2005-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
1972
1973         PR middle-end/20624
1974         * g++.dg/warn/Wreturn-3.C: New test
1975
1976 2005-08-18  Dorit Nuzman  <dorit@il.ibm.com>
1977
1978         PR tree-optimization/22228
1979         * g++.dg/vect/pr22543.cc: New test.
1980
1981 2005-08-17  Steven Bosscher  <stevenb@suse.de>
1982
1983         PR tree-optimization/21574
1984         * gcc.dg/tree-ssa/pr21574.c: New test.
1985
1986 2005-08-16  James E Wilson  <wilson@specifix.com>
1987
1988         * gcc.dg/large-size-array.c (DIM): Use USHRT_MAX not USHORT_MAX.
1989
1990 2005-08-16  Andrew Pinski  <pinskia@physics.uc.edu>
1991
1992         PR tree-opt/23402
1993         * gcc.c-torture/compile/zero-strct-3.c: New test.
1994         * gcc.c-torture/compile/zero-strct-4.c: New test.
1995
1996 2005-08-16  Steven Bosscher  <stevenb@suse.de>
1997
1998         PR target/23376
1999         * gcc.target/x86_64/pr23376.c: New test.
2000
2001 2005-08-16  Ian Lance Taylor  <ian@airs.com>
2002
2003         PR c++/23337
2004         * g++.dg/ext/vector2.C: New.
2005
2006 2005-08-16  Thomas Koenig  <Thomas.Koenig@online.de>
2007
2008         * gfortran.dg/inquire-complex.f90:  Correct mangled testcase.
2009
2010 2005-08-16  Thomas Koenig  <Thomas.Koenig@online.de>
2011
2012         PR libfortran/23428
2013         * gfortran.dg/inquire-complex.f90:  New test case.
2014
2015 2005-08-16  James E Wilson  <wilson@specifix.com>
2016
2017         PR tree-optimization/21105
2018         * gcc.dg/large-size-array.c: New.
2019
2020 2005-08-16  Dorit Nuzman  <dorit@il.ibm.com>
2021
2022         * gcc.dg/vect/vect-40: Use aligned arrays instead of arrays to aligned
2023         type.
2024         * gcc.dg/vect/vect-41: Likewise.
2025         * gcc.dg/vect/vect-42: Likewise.
2026         * gcc.dg/vect/vect-43: Likewise.
2027         * gcc.dg/vect/vect-44: Likewise.
2028         * gcc.dg/vect/vect-46: Likewise.
2029         * gcc.dg/vect/vect-47: Likewise.
2030         * gcc.dg/vect/vect-48: Likewise.
2031         * gcc.dg/vect/vect-52: Likewise.
2032         * gcc.dg/vect/vect-53: Likewise.
2033         * gcc.dg/vect/vect-54: Likewise.
2034         * gcc.dg/vect/vect-55: Likewise.
2035         * gcc.dg/vect/vect-56: Likewise.
2036         * gcc.dg/vect/vect-57: Likewise.
2037         * gcc.dg/vect/vect-58: Likewise.
2038         * gcc.dg/vect/vect-59: Likewise.
2039         * gcc.dg/vect/vect-60: Likewise.
2040         * gcc.dg/vect/vect-61: Likewise.
2041         * gcc.dg/vect/vect-85: Likewise.
2042         * gcc.dg/vect/vect-87: Likewise.
2043         * gcc.dg/vect/vect-88: Likewise.
2044         * gcc.dg/vect/vect-93.c: Likewise.
2045         * gcc.dg/vect/vect-74: Likewise, and also added documentation.
2046         * gcc.dg/vect/vect-75: Likewise.
2047         * gcc.dg/vect/vect-76: Likewise.
2048         * gcc.dg/vect/vect-77: Likewise.
2049         * gcc.dg/vect/vect-78: Likewise.
2050         * gcc.dg/vect/vect-80: Likewise.
2051         * gcc.dg/vect/vect-35: Likewise, and also check that the test wasn't
2052         vectorized for the expected reason, rather than checking how alignment
2053         was handled.
2054         * gcc.dg/vect/vect-92.c: Use aligned arrays instead of arrays to aligned
2055         type and also instead of aligned pointers. Added documentation.
2056
2057 2005-08-16  Feng Wang  <fengwang@nudt.edu.cn>
2058
2059         * gfortran.dg/power.f90: New test.
2060
2061 2005-08-16  Jakub Jelinek  <jakub@redhat.com>
2062
2063         PR rtl-optimization/23299
2064         * g++.dg/opt/pr23299.C: New test.
2065
2066 2005-08-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2067
2068         * gcc.dg/special/weak-1.c: xfail 32-bit hppa*-*-hpux*.
2069
2070 2005-08-15  Fariborz Jahanian <fjahanian@apple.com>
2071
2072         * g++.dg/template/local6.C: New test.
2073
2074 2005-08-14  Andrew Pinski  <pinskia@physics.uc.edu>
2075
2076         * execute/exceptions/finally-1.m: Check that the catch and finally are
2077         being called.  Also add a "return 0;" at the end of main.
2078
2079 2005-08-14 Paul Thomas  <pault@gcc.gnu.org>
2080
2081         PR fortran/21432.
2082         * gfortran.dg/namelist_print_1.f: New test of functionality of
2083         PRINT namelist.
2084         * gfortran.dg/namelist_print_2.f: New test to check that PRINT
2085         namelist generates error with -std=f95.
2086
2087 2005-08-14  Ira Rosen  <irar@il.ibm.com>
2088
2089         PR tree-optimization/23119
2090         * gcc.dg/vect/vect-105.c: Add xfail for no_align targets.
2091
2092 2005-08-13  Marcin Koziej  <creep@desk.pl>
2093             Andrew Pinski  <pinskia@physics.uc.edu>
2094
2095         PR libobjc/22492
2096         * execute/exceptions/finally-1.m: New test.
2097
2098 2005-08-13  Andrew Pinski  <pinskia@physics.uc.edu>
2099
2100         * objc/execute/exceptions/exceptions.exp: New exp for the exceptions
2101         testsuite.
2102         * objc/execute/exceptions/trivial.m: New test.
2103         * objc.dg/try-catch-11.m: Move to ...
2104         * objc/execute/exceptions/foward-1.m: Here.
2105         * objc.dg/try-catch-2.m: Move to ...
2106         * objc/execute/exceptions/catchall-1.m: Here.
2107         * objc.dg/try-catch-8.m: Move to ...
2108         * objc/execute/exceptions/local-variables-1.m: Here.
2109
2110 2005-08-13  Andrew Pinski  <pinskia@physics.uc.edu>
2111
2112         * objc.dg/nested-func-1.m: Move to ...
2113         * objc/execute/nested-func-1.m: Here.
2114
2115 2005-08-13  Andrew Pinski  <pinskia@physics.uc.edu>
2116
2117         * lib/objc.exp (objc_target_compile): Check for -fgnu-runtime
2118         in ${options} instead of [target_info name].
2119         * lib/obj-c++.exp (objc_target_compile): Likewise.
2120
2121 2005-08-13  Andrew Pinski  <pinskia@physics.uc.edu>
2122
2123         * objc.dg/stubify-2.m: Correct the name of the rtl dump file.
2124
2125 2005-08-13  Andrew Pinski  <pinskia@physics.uc.edu>
2126
2127         part of PR testsuite/23348
2128         * lib/objc-torture.exp: Add -fgnu-runtime and/or -fnext-runtime to each
2129         of the torture options.
2130         * objc/compile/trivial.m: New test.
2131
2132 2005-08-12  Thomas Koenig  <Thomas.Koenig@online.de>
2133
2134         * gfortran.dg/eoshift.f90:  Correct format.
2135
2136 2005-08-12  Thomas Koenig  <Thomas.Koenig@online.de>
2137
2138         * gfortran.fortran-torture/execute/character_passing.f90:
2139         Fix comment typo.
2140
2141 2005-08-12  Giovanni Bajo  <giovannibajo@libero.it>
2142
2143         PR c++/8271
2144         * g++.dg/template/unify10.C: New.
2145
2146 2005-08-11  James A. Morrison  <phython@gcc.gnu.org>
2147
2148         * g++.dg/parse/pr22514.C: Move to...
2149         * g++.dg/debug/pr22514.C: here.
2150
2151 2005-08-11  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2152
2153         PR c++/23266
2154         * g++.dg/inherit/pure1.C: New test.
2155
2156         * ChangeLog: Fix typos.
2157
2158 2005-08-11  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
2159             Steven Bosscher  <stevenb@suse.de>
2160
2161         * gfortran.dg/runtime_warning_1.f90: New test.
2162
2163 2005-08-11  Nathan Sidwell  <nathan@codesourcery.com>
2164
2165         PR c++/23219
2166         * g++.dg/parse/crash28.C: New.
2167
2168 2005-08-11  Richard Guenther  <rguenther@suse.de>
2169
2170         PR target/23289
2171         * gcc.target/i386/tailcall-1.c: New testcase.
2172
2173 2005-08-10  James A. Morrison  <phython@gcc.gnu.org>
2174
2175         * gcc.dg/vect/vect-67.c: Un-xfail.
2176
2177 2005-08-10  James A. Morrison  <phython@gcc.gnu.org>
2178
2179         PR c++/23225
2180         * g++.dg/testsuite/parse/crash27.C: new test.
2181
2182 2005-08-10  Thomas Koenig  <Thomas.Koenig@online.de>
2183
2184         PR libfortran/22143
2185         * gfortran.dg/shift-kind.f90:  New testcase.
2186
2187 2005-08-10  Richard Sandiford  <richard@codesourcery.com>
2188
2189         * gcc.dg/arm-eabi1.c: Test aeabi_idiv, __aeabi_uidiv, __aeabi_uread4,
2190         __aeabi_uread8, __aeabi_uwrite4 and __aeabi_uwrite8.
2191
2192 2005-08-10  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2193
2194         PR c++/20646
2195         * g++.dg/other/mult-stor1.C: New test.
2196
2197 2005-08-09  Andrew Pinski  <pinskia@physics.uc.edu>
2198
2199         * gcc.c-torture/pr18299-1.c: Move to ...
2200         * gcc.c-torture/compile/pr18299-1.c: Here.
2201
2202 2005-08-09  Thomas Koenig  <Thomas.Koenig@online.de>
2203
2204         * gfortran/fortran.torture/execute/character_passing.f90:
2205         Fix types for LSAME.
2206
2207 2005-08-09  Dorit Nuzman  <dorit@il.ibm.com>
2208
2209         * gcc.dg/vect/vect-reduc-1char.c: Reverse last change - change
2210         input data back to what it was originally.
2211
2212 2005-08-09  Andrew Pinski  <pinskia@physics.uc.edu>
2213
2214         * objc.dg/try-catch-8.m: Enable for all targets.
2215
2216 2005-08-09  James A. Morrison  <phython@gcc.gnu.org>
2217
2218         * gcc.dg/pr23165.c: New test.
2219
2220 2005-08-09  Steven Bosscher  <stevenb@suse.de>
2221
2222         PR tree-optimization/23234
2223         * gcc.dg/tree-ssa/pr23234.c: New test.
2224
2225 2005-08-08  Josh Conner  <jconner@apple.com>
2226
2227         PR rtl-optimization/23241
2228         * gcc.dg/char-compare.c: New test.
2229
2230 2005-08-08  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2231
2232         PR c++/22508
2233         * g++.dg/init/new13.C: New test.
2234
2235 2005-08-08  Nathan Sidwell  <nathan@codesourcery.com>
2236
2237         PR c++/21166
2238         * g++.dg/other/crash-4.C: Adjust
2239         * g++/dg/ext/packed9.C: New.
2240
2241 2005-08-08  Richard Sandiford  <richard@codesourcery.com>
2242
2243         PR middle-end/21964
2244         * gcc.c-torture/execute/pr21964-1.c: New test.
2245
2246 2005-08-08  Richard Sandiford  <richard@codesourcery.com>
2247
2248         PR c/22458
2249         * gcc.dg/pr22458-1.c: New test.
2250
2251 2005-08-07  Janne Blomqvist <jblomqvi@cc.hut.fi>
2252             Steven G. Kargl <kargls@comcast.net>
2253
2254         PR fortran/22390
2255         * gfortran.dg/flush_1.f90: New test.
2256
2257 2005-08-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2258
2259         PR c++/23191
2260         * g++.dg/template/eh2.C: New test.
2261
2262 2005-08-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2263
2264         PR c++/19498
2265         * g++.dg/template/instantiate7.C: New test.
2266
2267 2005-08-06  Joseph S. Myers  <joseph@codesourcery.com>
2268
2269         PR c/23113
2270         * gcc.dg/Wunused-value-1.c: New test.
2271
2272 2005-08-06  Richard Sandiford  <richard@codesourcery.com>
2273
2274         PR rtl-optimization/23233
2275         * gcc.c-torture/compile/pr23233-1.c: New test.
2276
2277 2005-08-06  Jakub Jelinek  <jakub@redhat.com>
2278
2279         PR fortran/18833
2280         PR fortran/20850
2281         * gfortran.dg/equiv_1.f90: New test.
2282         * gfortran.dg/equiv_2.f90: New test.
2283         * gfortran.fortran-torture/execute/equiv_2.f90: New test.
2284         * gfortran.fortran-torture/execute/equiv_3.f90: New test.
2285         * gfortran.fortran-torture/execute/equiv_4.f90: New test.
2286
2287 2005-08-05  James A. Morrison  <phython@gcc.gnu.org>
2288
2289         * gcc.c-torture/execute/vrp-5.c: New test.
2290         * gcc.c-torture/execute/vrp-6.c: New test.
2291         * gcc.dg/tree-ssa/vrp21.c: New test.
2292
2293 2005-08-05  James A. Morrison  <phython@gcc.gnu.org>
2294
2295         * g++.dg/parse/pr22514.C: New test.
2296
2297 2005-08-05  J"orn Rennecke <joern.rennecke@st.com>
2298
2299         * gcc.dg/intmax_t-1.c: Extend dg-error to cover sh*-*-elf targets.
2300
2301         * gcc.dg/tree-ssa/loop-1.c: For sh*-*-*, look for function calls
2302         instead of constant loads / pool entries.
2303
2304 2005-08-05  David Edelsohn  <edelsohn@gnu.org>
2305
2306         * gcc.dg/torture/builtin-wctype-1.c: Use __WINT_TYPE__ for
2307         TEST_TO_WCTYPE.
2308
2309 2005-08-04  Danny Smith  <dannysmith@users.sourceforge.net>
2310
2311         * gcc.dg/torture/builtin-wctype-1.c: Use __WCHAR_TYPE__ and
2312         __WINT_TYPE__ in generated prototypes if possible.
2313
2314 2005-08-04  Diego Novillo  <dnovillo@redhat.com>
2315
2316         PR 22037
2317         * g++.dg/tree-ssa/pr22037.C:
2318
2319 2005-08-04  Richard Henderson  <rth@redhat.com>
2320
2321         * gcc.dg/tree-ssa/update-cunroll.c: Fix mistakes in
2322         scan-tree-dump-times directive.
2323
2324 2005-08-04  Jan Hubicka  <jh@suse.cz>
2325
2326         * gcov-1.C: Fix switch counts.
2327         * gcov-4b.c: Likewise.
2328
2329 2005-08-03  Jeff Law  <law@redhat.com>
2330
2331         * g++.dg/tree-ssa/pr14814.C: xfail test for &this count.
2332
2333 2005-08-03  J"orn Rennecke <joern.rennecke@st.com>
2334
2335         * gcc.c-torture/execute/pr23135.c: New test.
2336
2337 2005-08-03  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2338
2339         PR tree-optimization/19899
2340         * gcc.dg/tree-ssa/scev-1.c: New test.
2341         * gcc.dg/tree-ssa/scev-2.c: New test.
2342
2343 2005-08-03  Richard Sandiford  <richard@codesourcery.com>
2344
2345         PR target/18582
2346         * testsuite/gcc.dg/torture/pr18582-1.c: New test.
2347
2348 2005-08-03  Jan Hubicka  <jh@suse.cz>
2349
2350         * update-conroll.c: New testcase.
2351         * update-conroll-2.c: New testcase.
2352
2353 2005-08-02  David Edelsohn  <edelsohn@gnu.org>
2354
2355         * gfortran.dg/constant_substring.f: New test.
2356         * gfortran.dg/pr22491.f: New test.
2357
2358 2005-08-02  Jan Hubicka  <jh@suse.cz>
2359
2360         * update-threading.c: Replace by the proper one.
2361
2362 2005-08-02  Diego Novillo  <dnovillo@redhat.com>
2363
2364         PR 23164
2365         * g++.dg/tree-ssa/pr23164.C: New test.
2366
2367 2005-08-02  Diego Novillo  <dnovillo@redhat.com>
2368
2369         * gcc.dg/tree-ssa/pr23192.c: New test.
2370
2371 2005-08-02  James A. Morrison  <phython@gcc.gnu.org>
2372
2373         * gcc.c-torture/execute/vrp-4.c: New test.
2374
2375 2005-08-02  Jan Hubicka  <jh@suse.cz>
2376
2377         * update-threading.c: New test.
2378
2379 2005-08-01  Andrew Pinski  <pinskia@physics.uc.edu>
2380
2381         * gcc.c-torture/compile/20050801-1.c: New test.
2382         * gcc.c-torture/compile/20050801-2.c: New test.
2383
2384 2005-08-01  Jan Hubicka  <jh@suse.cz>
2385
2386         * val-prof-5.c: New test.
2387
2388 2005-08-01  Joseph S. Myers  <joseph@codesourcery.com>
2389
2390         PR c/22311
2391         * gcc.dg/pr22311-1.c : New test.
2392
2393 2005-07-31  Steven Bosscher  <stevenb@suse.de>
2394
2395         PR target/23095
2396         * gfortran.dg/pr23095.f: New test.
2397
2398         PR c++/22003
2399         * g++.dg/other/pr22003.C: New test.
2400
2401 2005-07-31  Richard Sandiford  <richard@codesourcery.com>
2402
2403         PR target/20621
2404         * gcc.c-torture/execute/pr20621-1.c: New test.
2405
2406 2005-07-30  Thomas Koenig  <Thomas.Koenig@online.de>
2407
2408         * gfortran.dg/comma_format_extension_4.f:  Adjust length
2409         of string for format.
2410         * gfortran.dg/der_array_io_1.f:  Replace illegal internal
2411         print statement with internal write.
2412         * gfortran.dg/der_array_io_2.f:  Likewise.
2413         * gfortran.dg/der_array_io_3.f:  Likewise.
2414
2415 2005-07-30  James A. Morrison  <phython@gcc.gnu.org>
2416
2417         * gcc.dg/fold-abs-4.c: new test.
2418
2419 2005-07-30  Paul Thomas  <pault@gcc.gnu.org>
2420
2421         PR fortran/22570 an related issues.
2422         * gfortran.dg/x_slash_1.f: New test.
2423
2424 2005-07-30  Joseph S. Myers  <joseph@codesourcery.com>
2425
2426         PR c/23143
2427         * gcc.dg/parm-forwdecl-1.c, gcc.dg/parm-forwdecl-2.c,
2428         gcc.dg/parm-forwdecl-3.c, gcc.dg/parm-forwdecl-4.c: New tests.
2429
2430 2005-07-29  Joseph S. Myers  <joseph@codesourcery.com>
2431
2432         PR c/529
2433         * gcc.dg/Wshadow-3.c: New test.
2434
2435 2005-07-29  Thomas Koenig  <Thomas.Koenig@online.de>
2436
2437         * gfortran.dg/matmul_1.f90:  Correct LHS of matmul test (it
2438         used to have the wrong bounds).
2439
2440 2005-07-29  Joseph S. Myers  <joseph@codesourcery.com>
2441
2442         PR c/21720
2443         * gcc.dg/hex-round-1.c: Test more cases.
2444         * gcc.dg/hex-round-2.c: New test.
2445
2446 2005-07-29  Diego Novillo  <dnovillo@redhat.com>
2447
2448         PR 22550
2449         * g++.dg/tree-ssa/pr22550.C: New test.
2450
2451 2005-07-29  James A. Morrison  <phython@gcc.gnu.org>
2452
2453         * gcc.dg/tree-ssa/vrp19.c: New test.
2454         * gcc.dg/tree-ssa-vrp20.c: New test.
2455
2456 2005-07-29  Joseph S. Myers  <joseph@codesourcery.com>
2457
2458         PR c/22240
2459         * gcc.dg/transparent-union-4.c: New test.
2460
2461 2005-07-29  Joseph S. Myers  <joseph@codesourcery.com>
2462
2463         PR c/22192
2464         * gcc.dg/c99-vla-2.c: New test.
2465
2466 2005-07-29  Joseph S. Myers  <joseph@codesourcery.com>
2467
2468         PR c/21720
2469         * gcc.dg/hex-round-1.c: New test.
2470
2471 2005-07-28  Jan Hubicka  <jh@suse.cz>
2472
2473         * inliner-1.c: Do not dump everything.
2474         * tree-prof.exp: Do not pass -ftree-based-profiling.
2475         * bprob.exp: Likewise.
2476
2477         * gcc.dg/tree-prof/update-loopch.c: Fix thinkos.
2478
2479 2005-07-28  Mark Mitchell  <mark@codesourcery.com>
2480
2481         PR c++/22545
2482         * g++.dg/expr/ptrmem7.C: New test.
2483
2484 2005-07-28  Mike Stump  <mrs@apple.com>
2485
2486         * g++.old-deja/g++.mike/visibility-1.C: New test.
2487
2488 2005-07-28  Richard Sandiford  <richard@codesourcery.com>
2489
2490         PR c/20187
2491         * gcc.c-torture/execute/pr20187-1.c: New test.
2492
2493 2005-07-28  Jeff Law  <law@redhat.com>
2494
2495         * gcc.dg/tree-ssa/vrp17.c: Update expected output.
2496         * gcc.dg/tree-ssa/vrp18.c: New test.
2497
2498 2005-07-28  Dorit Nuzman  <dorit@il.ibm.com>
2499
2500         * gcc.dg/vect/vect-reduc-1char.c: Fix data to fit in char.
2501
2502 2005-07-28  Dorit Nuzman  <dorit@il.ibm.com>
2503
2504         PR tree-optimization/22506
2505         * gcc.dg/vect/ps22506.c: New test.
2506
2507 2005-07-28  Jakub Jelinek  <jakub@redhat.com>
2508
2509         PR target/21149
2510         * gcc.target/i386/sse-3.c: New test.
2511
2512 2005-07-28  Richard Sandiford  <richard@codesourcery.com>
2513
2514         * gcc.target/mips/mips32-dsp.c: Use -march=mips32 instead of -mips32.
2515         * gcc.target/mips/mips32-dsp-type.c: Likewise.
2516
2517 2005-07-28  Richard Sandiford  <richard@codesourcery.com>
2518
2519         PR c/22589
2520         * gcc.c-torture/compile/pr22589-1.c: New test.
2521
2522 2005-07-28  Jan Hubicka  <jh@suse.cz>
2523
2524         * update-loopch.c: New testcase.
2525
2526 2005-07-27  James A. Morrison  <phython@gcc.gnu.org>
2527
2528         PR rtl-optimization/23047
2529         * gcc.c-torture/execute/pr23047.c: New test.
2530         * gcc.c-torture/execute/pr23047.x: New.
2531
2532 2005-07-27  James A. Morrison  <phython@gcc.gnu.org>
2533
2534         PR tree-optimization/22493
2535         * gcc.c-torture/execute/pr22493-1.c: New test.
2536         * gcc.c-torture/execute/pr22493-1.x: New.
2537         * gcc.c-torture/execute/vrp-1.c: New test.
2538         * gcc.c-torture/execute/vrp-2.c: New test.
2539         * gcc.c-torture/execute/vrp-2.c: New test.
2540
2541 2005-07-27  Aldy Hernandez  <aldyh@redhat.com>
2542
2543         * gcc.target/frv/all-builtin-read8.c: Delete.
2544         * gcc.target/frv/all-builtin-read16.c: Delete.
2545         * gcc.target/frv/all-builtin-read32.c: Delete.
2546         * gcc.target/frv/all-builtin-read64.c: Delete.
2547         * gcc.target/frv/all-builtin-write8.c: Delete.
2548         * gcc.target/frv/all-builtin-write16.c: Delete.
2549         * gcc.target/frv/all-builtin-write32.c: Delete.
2550         * gcc.target/frv/all-builtin-write64.c: Delete.
2551         * gcc.target/frv/all-read-write-1.c: New.
2552
2553 2005-07-27  Jeff Law  <law@redhat.com>
2554
2555         * gcc.c-torture/execute/pr22630.c: New test.
2556
2557 2005-07-27  Dorit Nuzman  <dorit@il.ibm.com>
2558
2559         PR tree-optimization/23073
2560         * gcc.dg/vect/nodump-pr23073.c: New test.
2561         * gcc.dg/vect/vect.exp: Allow running some tests without dump flags.
2562
2563 2005-07-27  Zdenek Dvorak  <dvorakz@suse.cz>
2564
2565         PR tree-optimize/22348
2566         * gcc.c-torture/execute/pr22348.c: New.
2567
2568 2005-07-27  Richard Guenther  <rguenther@suse.de>
2569
2570         * gcc.dg/tree-ssa/salias-1.c: New testcase.
2571
2572 2005-07-27  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2573
2574         PR fortran/22503
2575         * gfortran.dg/logical_comp.f90: New test.
2576
2577 2005-07-27  Jan Hubicka  <jh@suse.cz>
2578
2579         * inliner-1.c: Add cleanup of dumps.
2580         * val-prof-*.c: Likewise.
2581         * update-tailcall.c: New.
2582
2583 2005-07-26  Diego Novillo  <dnovillo@redhat.com>
2584
2585         PR 22591
2586         * gcc.dg/tree-ssa/pr22591.c: New test.
2587         * gcc.dg/tree-ssa/20030807-7.c: XFAIL everywhere.
2588
2589 2005-07-26  Andrew Pinski  <pinskia@physics.uc.edu>
2590
2591         PR libobjc/22606
2592         * objc.dg/try-catch-11.m: New test.
2593
2594 2005-07-26  Richard Guenther  <rguenther@suse.de>
2595
2596         PR tree-optimization/22486
2597         * gcc.dg/tree-ssa/upcast-1.c: New testcase.
2598
2599 2005-07-25  Andrew Pinski  <pinskia@physics.uc.edu>
2600
2601         PR tree-opt/22484
2602         * testsuite/g++.dg/opt/loop2.C: New test.
2603
2604 2005-07-25  Andrew Pinski  <pinskia@physics.uc.edu>
2605
2606         * gcc.dg/tree-ssa/reassoc-3.c: New test.
2607         * gcc.dg/tree-ssa/reassoc-4.c: New test.
2608
2609 2005-07-25  Adam Nemet  <anemet@lnxw.com>
2610
2611         * lib/profopt.exp (profopt-execute): Check for profiling data
2612         files on the target.
2613
2614 2005-07-25  Richard Guenther  <rguenther@gcc.gnu.org>
2615
2616         * gcc.dg/tree-ssa/flatten-1.c: Use longer function names
2617         for matching of asm labels.
2618
2619 2005-07-25  Richard Guenther  <rguenther@suse.de>
2620
2621         * gcc.dg/tree-ssa/20050719-1.c: Add return 0;.
2622
2623 2005-07-25  Richard Guenther  <rguenther@suse.de>
2624
2625         PR testsuite/22624
2626         * gcc.dg/tree-ssa/flatten-2.c: Fix label patterns.
2627
2628 2005-07-25  Ira Rosen  <irar@il.ibm.com>
2629
2630         * gcc.dg/vect/vect.exp: Change verbosity level to 4.
2631         * gfortran.dg/vect/vect.exp, g++.dg/vect/vect.exp: Likewise.
2632         * gcc.dg/vect/pr20122.c: Add vectorizable version of the loop.
2633         * gcc.dg/vect/vect-100.c: New test.
2634         * gcc.dg/vect/vect-101.c, gcc.dg/vect/vect-102.c,
2635         gcc.dg/vect/vect-103.c, gcc.dg/vect/vect-104.c,
2636         gcc.dg/vect/vect-105.c, gcc.dg/vect/vect-115.c: Likewise.
2637         * gcc.dg/vect/vect-116.c: Renamed (from vect-100.c).
2638         * gcc.dg/vect/vect-43.c: Add vectorizable version of the loop.
2639         * gcc.dg/vect/vect-91.c: Now 3 loops are vectorizable.
2640         * gfortran.dg/vect/vect-4.f90: Now vectorizable.
2641         * gfortran.dg/vect/pr19049.f90: New testcase.
2642         * g++.dg/vect/pr21218.cc, gcc.dg/tree-ssa/ltrans-8.c: Likewise.
2643
2644 2005-07-25  Jakub Jelinek  <jakub@redhat.com>
2645
2646         * gcc.c-torture/execute/20050713-1.c: New test.
2647
2648         PR fortran/20063
2649         * gfortran.fortran-torture/execute/data_4.f90: New test.
2650
2651         PR middle-end/20303
2652         * gcc.dg/visibility-d.c: New test.
2653
2654 2005-07-25  Feng Wang  <fengwang@nudt.edu.cn>
2655
2656         * gfortran.dg/reshape_rank7.f90: Fix dejagnu commands.
2657         * gfortran.dg/underflow.f90: Ditto.
2658
2659 2005-07-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2660
2661         * g++.dg/warn/miss-format-1.C, g++.dg/warn/miss-format-2.C,
2662         g++.dg/warn/miss-format-3.C, g++.dg/warn/miss-format-4.C,
2663         g++.dg/warn/miss-format-5.C, g++.dg/warn/miss-format-6.C: New.
2664
2665 2005-07-23  Jerry DeLisle  <jvdelisle@verizon.net>
2666
2667         * gfortran.fortran-torture/execute/nan_inf_fmt.f90: Revise test to
2668         include case of field width of zero.
2669
2670 2005-07-23  Jerry DeLisle  <jvdelisle@verizon.net>
2671
2672         PR libgfortran/21875
2673         * gfortran.dg/fmt_read_bz_bn.f90: Revised test to include case
2674         with trailing blanks on normal formatted read.
2675
2676 2005-07-23  Chao-ying Fu  <fu@mips.com>
2677
2678         * gcc.target/mips/mips32-dsp-type.c: New test.
2679         * gcc.target/mips/mips32-dsp.c: New test.
2680
2681 2005-07-23  Oyvind Harboe  <oyvind.harboe@zylin.com>
2682
2683         PR testsuite/21073
2684         * g++.old-deja/g++.mike/p3060d.C: Fix type of VoidObjMemberFunc.
2685
2686         PR testsuite/20454
2687         * gcc.dg/20001117-1.c: Fix type of __cyg_profile_func_enter
2688         and __cyg_profile_func_exit.
2689
2690 2005-07-22  David Edelsohn  <edelsohn@gnu.org>
2691
2692         * gfortran.dg/comma_format_extension_3.f: Fix typo.
2693         * gfortran.dg/comma_format_extension_4.f: Same.
2694         * gfortran.dg/pr15332.f: Same.
2695         * gfortran.dg/pr21730.f: Same.
2696
2697 2005-07-22  Andrew Pinski  <pinskia@physics.uc.edu>
2698
2699         * g++.dg/opt/vrp2.C: Fix testcase.
2700
2701         PR tree-opt/22625
2702         * g++.dg/opt/vrp2.C: New test.
2703
2704 2005-07-22  Mark Mitchell  <mark@codesourcery.com>
2705
2706         PR debug/21828
2707         * gcc.dg/debug/dwarf2/dwarf-uninit.c: New test.
2708
2709 2005-07-22  Diego Novillo  <dnovillo@redhat.com>
2710
2711         * gcc.dg/tree-ssa/20050719-1.c: New test.
2712
2713 2005-07-22  Bernd Schmidt  <bernd.schmidt@analog.com>
2714
2715         * gcc.dg/bfin-longcall-1.c: New file.
2716         * gcc.dg/bfin-longcall-2.c: New file.
2717
2718 2005-07-21  Janis Johnson  <janis187@us.ibm.com>
2719
2720         * gcc.c-torture/compile/20050721-1.c: New test for 3.4 fix.
2721
2722 2005-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
2723
2724         PR middle-end/19055
2725         * gcc.dg/tree-ssa/pr19055.c: New test.
2726         * gcc.dg/tree-ssa/pr19055-2.c: New test.
2727
2728 2005-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
2729
2730         PR C++/22358
2731         * g++.dg/other/pr22358.C: New test.
2732
2733 2005-07-21  Douglas Gregor  <doug.gregor@gmail.com>
2734
2735         PR c++/2922
2736         * g++.dg/lookup/two-stage5.C: New test from bug comments.
2737
2738 2005-07-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2739
2740         PR c++/15938
2741         * g++.dg/init/union2.C: New test.
2742
2743 2005-07-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2744
2745         PR c/22393
2746         * gcc.dg/complex-4.c: New test.
2747
2748 2005-07-21  Richard Guenther  <rguenther@suse.de>
2749
2750         PR testsuite/22522
2751         * gcc.dg/tree-ssa/flatten-1.c: Use correct regexp for
2752         scanning for asm labels.
2753         * gcc.dg/tree-ssa/flatten-2.c: Likewise.
2754
2755 2005-07-21  Paolo Bonzini  <bonzini@gnu.org>
2756
2757         PR target/22085
2758         * gcc.dg/altivec-pr22085.c: New.
2759
2760 2005-07-21  Paolo Bonzini  <bonzini@gnu.org>
2761
2762         PR tree-optimization/19210
2763         * gcc.dg/tree-ssa/pr19210-1.c: New.
2764         * gcc.dg/tree-ssa/pr19210-2.c: New.
2765
2766 2005-07-21  Richard Sandiford  <richard@codesourcery.com>
2767
2768         PR rtl-optimization/22167
2769         * g++.dg/opt/pr22167.C: New test.
2770
2771 2005-07-20  Douglas Gregor <doug.gregor@gmail.com>
2772
2773         PR c++/2922
2774         * g++.dg/lookup/two-stage2.C: New.
2775         * g++.dg/lookup/two-stage3.C: New.
2776         * g++.dg/lookup/two-stage4.C: New. Illustrates how we have not yet
2777         fixed two-stage name lookup for operators.
2778         * g++.dg/template/call3.C: Compiler now produces an appropriate
2779         error message.
2780         * g++.dg/template/crash37.C: Compiler now describes bla() on line
2781         14 as a candidate.
2782         * g++.dg/template/ptrmem4.C: Compiler produces different error
2783         message.
2784         * g++.old-deja/g++.other/pmf3.C: Compiler now describes
2785         connect_to_method as a candidate.
2786
2787 2005-07-20  James A. Morrison  <phython@gcc.gnu.org>
2788
2789         * gcc.dg/fold-alloc-1.c: New test.
2790
2791 2005-07-20  Kazu Hirata  <kazu@codesourcery.com>
2792
2793         * gcc.dg/20020312-2.c, gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c,
2794         gcc.dg/cpp/assert4.c: Don't mention obsolete ports.
2795
2796 2005-07-19  James A. Morrison  <phython@gcc.gnu.org>
2797
2798         * gcc.dg/fold-abs-1.c: New test.
2799         * gcc.dg/fold-abs-2.c: New test.
2800         * gcc.dg/fold-abs-3.c: New test.
2801
2802 2005-07-20  Giovanni Bajo  <giovannibajo@libero.it>
2803
2804         Make CONSTRUCTOR use VEC to store initializers.
2805         * g++.dg/ext/complit3.C: Check for specific error messages.
2806         * g++.dg/init/brace2.C: Update error message.
2807         * g++.dg/warn/Wbraces2.C: Likewise.
2808
2809 2005-07-19 Paul Thomas  <pault@gcc.gnu.org>
2810
2811         PR fortran/16940
2812         * gfortran.dg/module_interface_1.f90: New test.
2813
2814 2005-07-19  Danny Berlin <dberlin@dberlin.org>
2815             Kenneth Zadeck <zadeck@naturalbridge.com>
2816
2817         * gcc.dg/tree-ssa/sra-2.c: Changed back to -O1 and added xfail.
2818
2819 2005-07-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2820
2821         * gcc.dg/format/miss-1.c, gcc.dg/format/miss-2.c: Don't
2822         specify -Wformat for these tests.
2823         * gcc.dg/format/miss-3.c, gcc.dg/format/miss-4.c,
2824         gcc.dg/format/miss-5.c, gcc.dg/format/miss-6.c: New.
2825         * gcc.dg/format/opt-6.c: Delete.
2826
2827 2005-07-18  Andrew Pinski  <pinskia@physics.uc.edu>
2828
2829         * gcc.dg/tree-ssa/sra-2.c: Pass --param sra-max-structure-size.
2830         * gcc.dg/tree-ssa/sra-3.c: Likewise.
2831
2832 2005-07-18  Andrew Pinski  <pinskia@physics.uc.edu>
2833
2834         * gcc.dg/tree-ssa/alias-2.c: New test.
2835
2836 2005-07-18  Mark Mitchell  <mark@codesourcery.com>
2837
2838         PR c++/22263
2839         * g++.dg/template/explicit7.C: New test.
2840
2841 2005-07-17  Jerry DeLisle  <jvdelisle@verizon.net>
2842
2843         * gfortran.fortran-torture/execute/nan_inf_fmt.f90: Change case of field
2844         width of 8 to +Inf and -Inf.
2845
2846 2005-07-17  Mark Mitchell  <mark@codesourcery.com>
2847
2848         PR c++/22139
2849         * g++.dg/template/friend36.C: New test.
2850
2851 2005-07-16  David Edelsohn  <edelsohn@gnu.org>
2852
2853         PR fortran/21730
2854         * gfortran.dg/pr21730.f: New test.
2855
2856 2005-07-16  Danny Berlin <dberlin@dberlin.org>
2857             Kenneth Zadeck <zadeck@naturalbridge.com>
2858
2859         * gcc.dg/tree-ssa/ssa-dce-2.c: Changed dg-options to run at -O2
2860         since pure const detection cannot run at -O1 in c compiler.
2861         * gcc.dg/tree-ssa/20030714-1.c Changed scanning patterns because we
2862         can now optimize this case properly.
2863         * gcc.dg/tree-ssa/sra-2.c: Changed to -O3 and removed xfail
2864         because we now pass.
2865         * gcc.dg/vect/vect-92.c: Removed out of bounds array access.
2866
2867 2005-07-16  Joseph S. Myers  <joseph@codesourcery.com>
2868
2869         PR c/22421
2870         * gcc.dg/format/bitfld-1.c: New test.
2871
2872 2005-07-15  Mark Mitchell  <mark@codesourcery.com>
2873
2874         PR c++/22204
2875         * g++.dg/rtti/repo1.C: New test.
2876
2877 2005-07-15  Andrew Pinski  <pinskia@physics.uc.edu>
2878
2879         PR middle-end/22398
2880         * gcc.c-torture/compile/pr22398.c: New test.
2881
2882 2005-07-15  Mark Mitchell  <mark@codesourcery.com>
2883
2884         PR c++/22132
2885         * g++.dg/expr/cast4.C: New test.
2886
2887 2005-07-15  Richard Guenther  <rguenther@suse.de>
2888
2889         * gcc.dg/tree-ssa/flatten-1.c: New testcase.
2890         * gcc.dg/tree-ssa/flatten-2.c: Likewise.
2891
2892 2005-07-15  Steven Bosscher  <stevenb@suse.de>
2893
2894         PR tree-optimization/22230
2895         * gcc.dg/tree-ssa/pr22230.c: New test.
2896
2897 2005-07-14  Jakub Jelinek  <jakub@redhat.com>
2898
2899         * gfortran.dg/g77/cpp6.f: New test.
2900
2901         PR fortran/22417
2902         * gfortran.dg/g77/cpp5.F: New test.
2903         * gfortran.dg/g77/cpp5.h: New file.
2904         * gfortran.dg/g77/cpp5inc.h: New file.
2905
2906 2005-07-12  Paul Thomas  <pault@gcc.gnu.org>
2907
2908         PR libfortran/16435
2909         * gfortran.dg/tl_editting.f90: New.
2910         * gfortran.dg/g77/f77-edit-x-out.f: Remove XFAIL.
2911
2912 2005-07-14  Steven G. Kargl  <kargls@comcast.net>
2913
2914         * gfortran.dg/char_array_constructor.f90: New test.
2915
2916 2005-07-13  Paul Thomas  <pault@gcc.gnu.org>
2917
2918         * gfortran.dg/past_eor.f90: New.
2919         * gfortran.dg/complex_read.f90: New.
2920
2921 2005-07-13  Jeff Law  <law@redhat.com>
2922
2923         * gcc.dg/tree-ssa/pr22051-2.c: Tweak expected output to allow
2924         additional casts.
2925
2926         * gcc.dg/tree-ssa/pr22321.c: New test
2927
2928 2005-07-13  Paolo Bonzini  <bonzini@gnu.org>
2929
2930         PR tree-optimization/21921
2931         * gcc.dg/tree-ssa/pr21921.c: New.
2932
2933 2005-07-12  Zdenek Dvorak  <dvorakz@suse.cz>
2934
2935         PR tree-optimizatio/22442
2936         * gcc.dg/tree-ssa/loop-11.c: New test.
2937
2938 2005-07-12  Andrew Pinski  <pinskia@physics.uc.edu>
2939
2940         PR tree-opt/21840
2941         * gcc.c-torture/compile/pr21840.c: New test.
2942
2943 2005-07-12  Jan Hubicka  <jh@suse.cz>
2944
2945         * gcc.c-torture/compile/pr22379.c: New test.
2946
2947 2005-07-11  Thomas Koenig  <Thomas.Koenig@online.de>
2948
2949         PR libfortran/21593
2950         gfortran.dg/dev_null.f90:  Remove outdated comment about
2951         PR libfortran/21593.
2952
2953
2954 2005-07-12  Dale Johannesen  <dalej@apple.com>
2955
2956         * gcc.target/i386/compress-float-sse.c:  New.
2957         * gcc.target/i386/compress-float-sse-pic.c:  New.
2958         * gcc.target/i386/compress-float-387.c:  New.
2959         * gcc.target/i386/compress-float-387-pic.c:  New.
2960         * gcc.dg/compress-float-ppc.c:  New.
2961         * gcc.dg/compress-float-ppc-pic.c:  New.
2962
2963 2005-07-12  Thomas Koenig  <Thomas.Koenig@online.de>
2964
2965         PR libfortran/21593
2966         gfortran.dg/dev_null.f90:  Remove targets.
2967
2968 2005-07-12  Andrew Pinski  <pinskia@physics.uc.edu>
2969
2970         PR tree-opt/22335
2971         * gcc.dg/pr22335-1.c: New test.
2972         * gcc.dg/pr22335-2.c: New test.
2973
2974 2005-07-12  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2975
2976         PR c++/20172
2977         * g++.dg/template/nontype12.C : New test.
2978
2979 2005-07-12  Zdenek Dvorak  <dvorakz@suse.cz>
2980
2981         * gcc.dg/tree-ssa/loop-10.c: New test.
2982
2983 2005-07-11  Kazu Hirata  <kazu@codesourcery.com>
2984
2985         * gcc.c-torture/execute/20020720-1.x: Remove.
2986
2987 2005-07-11  Jakub Jelinek  <jakub@redhat.com>
2988
2989         * gfortran.fortran-torture/execute/forall_7.f90: New test.
2990
2991 2005-07-10  Richard Sandiford  <richard@codesourcery.com>
2992
2993         * gcc.target/mips/mips.exp (is_gp32_flag): New procedure.
2994         (dg-mips-options): Use it.
2995
2996 2005-07-09  Diego Novillo  <dnovillo@redhat.com>
2997
2998         * gcc.dg/tree-ssa/pta-fp.c: Use -fdump-tree-alias1.
2999
3000 2005-07-09  Richard Henderson  <rth@redhat.com>
3001
3002         * lib/target-supports.exp (check_effective_target_sync_char_short):
3003         Add alpha.
3004
3005 2005-07-09  Thomas Koenig  <Thomas.Koenig@online.de>
3006
3007         PR libfortran/22217
3008         * gfortran.dg/negative-z-descriptor.f90:  New test.
3009
3010 2005-07-08  Andrew Pinski  <pinskia@physics.uc.edu>
3011
3012         PR tree-opt/22329
3013         * gcc.dg/pr22329.c: New test.
3014
3015 2005-07-08  Kazu Hirata  <kazu@codesourcery.com>
3016
3017         PR tree-optimization/20139
3018         * gcc.dg/tree-ssa/pr20139.c: New.
3019
3020 2005-07-08  Andrew Pinski  <pinskia@physics.uc.edu>
3021
3022         PR tree-opt/22356
3023         * testsuite/gcc.dg/pr22356-1.c: New test.
3024
3025 2005-07-08  Nathan Sidwell  <nathan@codesourcery.com>
3026
3027         PR c++/21799
3028         * g++.dg/template/unify8.C: New.
3029         * g++.dg/template/unify9.C: New.
3030
3031 2005-07-08  Jakub Jelinek  <jakub@redhat.com>
3032
3033         * gfortran.fortran-torture/execute/entry_10.f90: New test.
3034
3035 2005-07-07  Geoffrey Keating  <geoffk@apple.com>
3036
3037         * gcc.dg/darwin-version-1.c: New.
3038         * gcc.dg/builtins-18.c: On Darwin, needs -mmacosx-version-min=10.3.
3039         * gcc.dg/builtins-20.c: Likewise.
3040         * gcc.dg/builtins-53.c: Likewise.
3041         * gcc.dg/torture/builtins-convert-1.c: Likewise.
3042         * gcc.dg/torture/builtins-convert-2.c: Likewise.
3043         * gcc.dg/torture/builtins-convert-3.c: Likewise.
3044         * gcc.dg/torture/builtins-power-1.c: Likewise.
3045         * gcc.dg/builtins-config.h: Complain if macosx-version-min not set
3046         on Darwin.
3047
3048 2005-07-07  Jeff Law  <law@redhat.com>
3049
3050         * gcc.dg/tree-ssa/vrp17.c: Simplify.  Remove dependency on
3051         argument evaluation order.
3052
3053 2005-07-07  Thomas Koenig  <Thomas.Koenig@online.de>
3054
3055         PR libfortran/21594
3056         * gfortran.fortran-torture/execute/intrinsic_eoshift.f90:
3057         Add test cases where the shift length is greater than the
3058         array length.
3059
3060 2005-07-07  Ziemowit Laski  <zlaski@apple.com>
3061
3062         * obj-c++.dg/proto-lossage-6.mm: New.
3063         * objc.dg/proto-lossage-6.m: New.
3064
3065 2005-07-07  Ziemowit Laski  <zlaski@apple.com>
3066
3067         * obj-c++.dg/gnu-runtime-2.mm: Compile, do not run.
3068         * objc.dg/gnu-runtime-2.m: Likewise.
3069
3070 2005-07-07  Jakub Jelinek  <jakub@redhat.com>
3071
3072         * gfortran.dg/longline.f: New test.
3073
3074         * gfortran.dg/badline.f: New test.
3075
3076 2005-07-07  Feng Wang  <fengwang@nudt.edu.cn>
3077
3078         PR fortran/16531
3079         PR fortran/15966
3080         PR fortran/18781
3081         * gfortran.dg/hollerith.f90: New.
3082         * gfortran.dg/hollerith2.f90: New.
3083         * gfortran.dg/hollerith3.f90: New.
3084         * gfortran.dg/hollerith4.f90: New.
3085         * gfortran.dg/hollerith_f95.f90: New.
3086         * gfortran.dg/hollerith_legacy.f90: New.
3087         * gfortran.dg/g77/cpp4.F: New. Port from g77.
3088
3089 2005-07-07  Ziemowit Laski  <zlaski@apple.com>
3090
3091         PR objc/22274
3092         * obj-c++.dg/gnu-runtime-[1-2].mm: New.
3093         * objc.dg/gnu-runtime-2.m: New.
3094
3095 2005-07-06  Jeff Law  <law@redhat.com>
3096
3097         * gcc.dg/tree-ssa/vrp17.c: New test.
3098
3099 2005-07-07  Feng Wang  <fengwang@nudt.edu.cn>
3100
3101         PR fortran/22327
3102         * gfortran.dg/array_constructor_5.f90: New test.
3103
3104 2005-07-07  Jakub Jelinek  <jakub@redhat.com>
3105
3106         * gfortran.fortran-torture/execute/entry_9.f90: New test.
3107
3108 2005-07-06  Fariborz Jahanian <fjahanian@apple.com>
3109
3110         * gcc.dg/20030324-1.c: Remove -fforce-mem option.
3111         * gcc.dg/980816-1.c: Ditto.
3112
3113 2005-07-06  Jeff Law  <law@redhat.com>
3114
3115         * gcc.c-torture/compile/pr21356.c: New test.
3116
3117 2005-07-05  Joseph S. Myers  <joseph@codesourcery.com>
3118
3119         PR c/22013
3120         PR c/22098
3121         * gcc.c-torture/compile/pr22013-1.c,
3122         gcc.c-torture/execute/pr22098-1.c,
3123         gcc.c-torture/execute/pr22098-2.c,
3124         gcc.c-torture/execute/pr22098-3.c: New tests.
3125
3126 2005-07-05  Joseph S. Myers  <joseph@codesourcery.com>
3127
3128         PR c/22308
3129         * gcc.dg/pr22308-1.c: New test.
3130
3131 2005-07-05  Kazu Hirata  <kazu@codesourcery.com>
3132
3133         * gcc.dg/compare1.c: Add -fno-short-enums.  Don't skip on any
3134         target.
3135         * gcc.dg/compare9.c: Use -fshort-enums instead of
3136         -fno-short-enums.  Change the last test to dg-bogus.
3137
3138 2005-07-04  Kazu Hirata  <kazu@codesourcery.com>
3139
3140         * gcc.dg/compare1.c: Skip on arm*-*-eabi* arm*-*-symbianelf*.
3141         * gcc.dg/compare9.c: New.
3142
3143 2005-07-04  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3144
3145         * gfortran.dg/io_invalid_1.f90: Fix expected error message.
3146
3147 2005-07-03  Andrew Pinski  <pinskia@physics.uc.edu>
3148
3149         PR testsuite/22288
3150         * gcc.dg/tree-ssa/pr14490-[1-4].c: Escape "+".
3151
3152
3153 2005-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3154
3155         * gcc.dg/format/gcc_gfc-1.c: New.
3156
3157 2005-07-03  Andrew Pinski  <pinskia@physics.uc.edu>
3158
3159         * pr14490-[1-4].c: Fix typos scan-tree-dump-times so they now pass.
3160
3161 2005-07-03  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3162
3163         PR fortran/20842
3164         * gfortran.dg/io_invalid_1.f90: New test.
3165
3166 2005-07-03  Joseph S. Myers  <joseph@codesourcery.com>
3167
3168         * gcc.dg/format/gcc_diag-1.c: Update.
3169
3170 2005-07-02  Jeff Law  <law@redhat.com>
3171
3172         * gcc.dg/tree-ssa/pr22051-1.c: New test.
3173         * gcc.dg/tree-ssa/pr22051-2.c: New test.
3174
3175 2005-07-02  Joseph S. Myers  <joseph@codesourcery.com>
3176
3177         * gcc.dg/format/gcc_diag-1.c: Update.
3178
3179 2005-07-01  Andrew Pinski  <pinskia@physics.uc.edu>
3180
3181         PR tree-opt/22269
3182         * gcc.c-torture/compile/pr22269.c: New test.
3183
3184 2005-06-30  Diego Novillo  <dnovillo@redhat.com>
3185
3186         PR 21584
3187         PR 22219
3188         * g++.dg/tree-ssa/pr21584-1.C: New test.
3189         * g++.dg/tree-ssa/pr21584-2.C: New test.
3190
3191 2005-06-30  Ziemowit Laski  <zlaski@apple.com>
3192
3193         * obj-c++.dg/try-catch-11.mm: New.
3194         * objc.dg/try-catch-10.m: New.
3195
3196 2005-06-29  David Edelsohn  <edelsohn@gnu.org>
3197
3198         * g++.dg/other/ucnid-1.C: xfail on AIX.
3199
3200 2005-06-29  Diego Novillo  <dnovillo@redhat.com>
3201
3202         PR 22234
3203         * gcc.dg/20050629-1.c: New test.
3204
3205 2005-06-29  Ziemowit Laski  <zlaski@apple.com>
3206
3207         * obj-c++.dg/const-str-1[0-1].mm: New.
3208         * objc.dg/const-str-1[0-1].m: New.
3209
3210 2005-05-29  Richard Henderson  <rth@redhat.com>
3211
3212         * lib/target-supports.exp (check_effective_target_vect_no_int_max):
3213         Rename from check_effective_target_vect_no_max.
3214         (check_effective_target_vect_no_int_add): New.
3215         * gcc.dg/vect/vect-13.c: Use vect_no_int_max.
3216         * gcc.dg/vect/vect-91.c: Use vect_no_int_add.
3217         * gcc.dg/vect/vect-reduc-3.c: Likewise.
3218         * gcc.dg/vect/vect-reduc-1.c: Use both.
3219         * gcc.dg/vect/vect-reduc-2.c: Likewise.
3220
3221 2005-05-29  Richard Henderson  <rth@redhat.com>
3222
3223         * lib/target-supports.exp (check_effective_target_vect_no_max):
3224         Remove i386 and x86_64.
3225
3226 2005-06-29  Steve Ellcey  <sje@cup.hp.com>
3227
3228         PR testsuite/21969
3229         * gcc.dg/torture/pr21817.c: Use -fno-common for hppa*-*-* targets.
3230
3231 2005-06-29  Steve Ellcey  <sje@cup.hp.com>
3232
3233         PR middle-end/21969
3234         * gcc.dg/vect/pr21969.c: New test.
3235
3236 2005-06-28  Eric Christopher  <echristo@redhat.com>
3237
3238         PR c/22052
3239         PR c/21975
3240         * gcc.dg/inline1.c: New test.
3241         * gcc.dg/inline2.c: Ditto.
3242         * gcc.dg/inline3.c: Ditto.
3243         * gcc.dg/inline4.c: Ditto.
3244         * gcc.dg/inline5.c: Ditto.
3245
3246 2005-06-28  Thomas Koenig  <Thomas.Koenig@online.de>
3247
3248         PR libfortran/22142
3249         * gfortran.fortran-torture/execute/intrinsic_eoshift.f90:
3250         Add testcase also testing eoshift1 for PR 22142.
3251
3252 2005-06-28  Richard Henderson  <rth@redhat.com>
3253
3254         * gcc.dg/tree-ssa/20030708-1.c: Remove static from test function.
3255         * gcc.dg/tree-ssa/20030709-1.c, gcc.dg/tree-ssa/20030714-1.c,
3256         gcc.dg/tree-ssa/20030807-1.c, gcc.dg/tree-ssa/20030807-5.c,
3257         gcc.dg/tree-ssa/20030807-8.c, gcc.dg/tree-ssa/20030815-1.c,
3258         gcc.dg/tree-ssa/20030922-2.c: Likewise.
3259
3260 2005-06-28  Thomas Koenig  <Thomas.Koenig@online.de>
3261
3262         PR libfortran/22142
3263         * gfortran.fortran-torture/execute/intrinsic_eoshift.f90:
3264         Add testcase for PR 22142.
3265
3266 2005-06-28  Joseph S. Myers  <joseph@codesourcery.com>
3267
3268         * g++.dg/ext/fpreg1.C, gcc.target/ia64/fpreg-1.c,
3269         gcc.target/ia64/fpreg-2.c: New tests.
3270
3271 2005-06-28  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3272
3273         * gfortran.dg/dev_null.f90: Run test only on linux and solaris.
3274
3275 2005-06-28  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3276
3277         PR libfortran/22170
3278         * gfortran.dg/slash_1.f90: New test.
3279
3280 2005-06-27  Richard Henderson  <rth@redhat.com>
3281
3282         * gcc.dg/vect/vect-reduc-1.c: Adjust test to properly validate MIN.
3283         * gcc.dg/vect/vect-reduc-1char.c: Likewise.
3284         * gcc.dg/vect/vect-reduc-1short.c: Likewise.
3285         * gcc.dg/vect/vect-reduc-2.c: Likewise.
3286         * gcc.dg/vect/vect-reduc-2char.c: Likewise.
3287         * gcc.dg/vect/vect-reduc-2short.c: Likewise.
3288
3289 2005-06-27  Richard Henderson  <rth@redhat.com>
3290
3291         * gcc.dg/vect/vect-reduc-1short.c: Remove XFAIL.
3292         * gcc.dg/vect/vect-reduc-2char.c: Remove XFAIL.
3293
3294 2005-06-27  Ziemowit Laski  <zlaski@apple.com>
3295
3296         * obj-c++.dg/proto-lossage-5.mm: New.
3297         * objc.dg/proto-lossage-5.m: New.
3298
3299 2005-06-27  Diego Novillo  <dnovillo@redhat.com>
3300
3301         PR 21959
3302         * gcc.dg/tree-ssa/pr21959.c: New test.
3303
3304 2005-06-27  Jakub Jelinek  <jakub@redhat.com>
3305
3306         * gcc.c-torture/execute/builtins/lib/main.c (abort): Add prototype.
3307         * gcc.c-torture/execute/builtins/lib/strncat.c (strncat): Avoid
3308         testing uninitialized var.
3309
3310         * gcc.c-torture/execute/builtins/chk.h: New.
3311         * gcc.c-torture/execute/builtins/lib/chk.c: New.
3312         * gcc.c-torture/execute/builtins/memcpy-chk.c: New test.
3313         * gcc.c-torture/execute/builtins/memcpy-chk-lib.c: New.
3314         * gcc.c-torture/execute/builtins/memmove-chk.c: New test.
3315         * gcc.c-torture/execute/builtins/memmove-chk-lib.c: New.
3316         * gcc.c-torture/execute/builtins/mempcpy-chk.c: New test.
3317         * gcc.c-torture/execute/builtins/mempcpy-chk-lib.c: New.
3318         * gcc.c-torture/execute/builtins/memset-chk.c: New test.
3319         * gcc.c-torture/execute/builtins/memset-chk-lib.c: New.
3320         * gcc.c-torture/execute/builtins/snprintf-chk.c: New test.
3321         * gcc.c-torture/execute/builtins/snprintf-chk-lib.c: New.
3322         * gcc.c-torture/execute/builtins/sprintf-chk.c: New test.
3323         * gcc.c-torture/execute/builtins/sprintf-chk-lib.c: New.
3324         * gcc.c-torture/execute/builtins/stpcpy-chk.c: New test.
3325         * gcc.c-torture/execute/builtins/stpcpy-chk-lib.c: New.
3326         * gcc.c-torture/execute/builtins/strcat-chk.c: New test.
3327         * gcc.c-torture/execute/builtins/strcat-chk-lib.c: New.
3328         * gcc.c-torture/execute/builtins/strcpy-chk.c: New test.
3329         * gcc.c-torture/execute/builtins/strcpy-chk-lib.c: New.
3330         * gcc.c-torture/execute/builtins/strncat-chk.c: New test.
3331         * gcc.c-torture/execute/builtins/strncat-chk-lib.c: New.
3332         * gcc.c-torture/execute/builtins/strncpy-chk.c: New test.
3333         * gcc.c-torture/execute/builtins/strncpy-chk-lib.c: New.
3334         * gcc.c-torture/execute/builtins/vsnprintf-chk.c: New test.
3335         * gcc.c-torture/execute/builtins/vsnprintf-chk-lib.c: New.
3336         * gcc.c-torture/execute/builtins/vsprintf-chk.c: New test.
3337         * gcc.c-torture/execute/builtins/vsprintf-chk-lib.c: New.
3338         * gcc.dg/builtin-object-size-1.c: New test.
3339         * gcc.dg/builtin-object-size-2.c: New test.
3340         * gcc.dg/builtin-object-size-3.c: New test.
3341         * gcc.dg/builtin-object-size-4.c: New test.
3342         * gcc.dg/builtin-object-size-5.c: New test.
3343         * gcc.dg/builtin-stringop-chk-1.c: New test.
3344         * gcc.dg/builtin-stringop-chk-2.c: New test.
3345         * gcc.dg/tree-ssa/builtin-fprintf-1.c: New test.
3346         * gcc.dg/tree-ssa/builtin-fprintf-chk-1.c: New test.
3347         * gcc.dg/tree-ssa/builtin-printf-1.c: New test.
3348         * gcc.dg/tree-ssa/builtin-printf-chk-1.c: New test.
3349         * gcc.dg/tree-ssa/builtin-vfprintf-1.c: New test.
3350         * gcc.dg/tree-ssa/builtin-vfprintf-chk-1.c: New test.
3351         * gcc.dg/tree-ssa/builtin-vprintf-1.c: New test.
3352         * gcc.dg/tree-ssa/builtin-vprintf-chk-1.c: New test.
3353         * gcc.c-torture/execute/printf-1.c: New test.
3354         * gcc.c-torture/execute/fprintf-1.c: New test.
3355         * gcc.c-torture/execute/vprintf-1.c: New test.
3356         * gcc.c-torture/execute/vfprintf-1.c: New test.
3357         * gcc.c-torture/execute/printf-chk-1.c: New test.
3358         * gcc.c-torture/execute/fprintf-chk-1.c: New test.
3359         * gcc.c-torture/execute/vprintf-chk-1.c: New test.
3360         * gcc.c-torture/execute/vfprintf-chk-1.c: New test.
3361
3362 2005-06-27  Michael Matz  <matz@suse.de>
3363
3364         * gcc.target/x86_64/abi/test_struct_returning.c: Adjust as return
3365         slot is not merged if address escapes.
3366
3367 2005-06-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3368
3369         PR c/21911
3370         * gcc.dg/format/sentinel-1.c: Update.  Fix execl* calls.
3371
3372 2005-06-26  Jakub Jelinek  <jakub@redhat.com>
3373
3374         PR middle-end/17965
3375         * gcc.c-torture/compile/20050622-1.c: New test.
3376
3377         PR middle-end/22028
3378         * gcc.dg/20050620-1.c: New test.
3379
3380 2005-06-26  Kazu Hirata  <kazu@codesourcery.com>
3381
3382         PR tree-optimization/22026
3383         * gcc.dg/tree-ssa/pr22026.c: New.
3384
3385 2005-06-25  Thomas Koenig <Thomas.Koenig@online.de>
3386
3387         PR libfortran/22144
3388         * gfortran.dg/shift-alloc.f90:  New testcase.
3389
3390 2005-06-25  Kelley Cook  <kcook@gcc.gnu.org>
3391
3392         * all files: Update FSF address in copyright headers.
3393
3394 2005-06-22  Jan Hubicka  <jh@suse.cz>
3395
3396         * wholeprogram-1.c: New testcase.
3397         * wholeprogram-2.c: New testcase.
3398
3399 2005-06-24  Mark Mitchell  <mark@codesourcery.com>
3400
3401         PR 22171
3402         * gcc.dg/tree-ssa/pr22171.c: New test.
3403
3404 2005-06-24  Feng Wang  <fengwang@nudt.edu.cn>
3405
3406         * gfortran.dg/simplify_modulo.f90: New.
3407
3408 2005-06-24  Jan Hubicka  <jh@suse.cz>
3409
3410         * gcc.dg/tree-ssa/20040210-1.c: Fix for unit-at-a-time
3411
3412 2005-06-23  Ziemowit Laski  <zlaski@apple.com>
3413
3414         * obj-c++.dg/proto-lossage-[1-4].mm: New.
3415
3416 2005-06-23  Ziemowit Laski  <zlaski@apple.com>
3417
3418         * obj-c++.dg/typedef-alias-1.mm: New.
3419         * objc.dg/typedef-alias-1.m: New.
3420
3421 2005-06-23  Jeff Law  <law@redhat.com>
3422
3423         * gcc.dg/tree-ssa/vrp16.c: New test.
3424
3425 2005-06-23  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3426
3427         * lib/target-supports.exp: Add
3428         check_effective_target_fortran_large_real and
3429         check_effective_target_fortran_large_int to check for
3430         corresponding effective targets.
3431         * gfortran.dg/large_integer_kind_1.f90: New test.
3432         * gfortran.dg/large_real_kind_1.f90: New test.
3433
3434 2005-06-23  Kazu Hirata  <kazu@codesourcery.com>
3435
3436         PR tree-optimization/22117
3437         * gcc.dg/tree-ssa/pr22117.c: New.
3438
3439 2005-06-23  James A. Morrison  <phython@gcc.gnu.org>
3440
3441         PR testsuite/22123
3442         * gcc.dg/fold-mod-1.c: Accept fffffff8 as well.
3443
3444 2005-06-23  David Edelsohn  <edelsohn@gnu.org>
3445
3446         * gcc.dg/rs6000-fpint-2.c: Only compile on Darwin and Linux.
3447
3448 2005-06-23  David Billinghurst  <David.Billinghurst@riotinto.com>
3449
3450         * gfortran.dg/f2c_4.f90:  Add tests for complex functions
3451         * gfortran.dg/f2c_4.c: Likewise
3452
3453 2005-06-22 Paul Brook  <paul@codesourcery.com>
3454
3455         PR fortran/21034
3456         * gfortran.dg/auto_save_1.f90: New test.
3457
3458 2005-06-22  Michael Matz  <matz@suse.de>
3459
3460         * gcc.target/x86-64/abi: New directory.
3461         * gcc.target/x86-64/abi/abi-x86_64.exp: New testsuite.
3462         * gcc.target/x86-64/abi/README.gcc: New file.
3463         * gcc.target/x86-64/abi/{args.h,defines.h,macros.h}: New headers.
3464         * gcc.target/x86-64/abi/asm-support.s: New file.
3465         * gcc.target/x86_64/abi/test_3_element_struct_and_unions.c: New test.
3466         * gcc.target/x86_64/abi/test_basic_alignment.c: New test.
3467         * gcc.target/x86_64/abi/test_basic_array_size_and_align.c: New test.
3468         * gcc.target/x86_64/abi/test_basic_returning.c: New test.
3469         * gcc.target/x86_64/abi/test_basic_sizes.c: New test.
3470         * gcc.target/x86_64/abi/test_basic_struct_size_and_align.c: New test.
3471         * gcc.target/x86_64/abi/test_basic_union_size_and_align.c: New test.
3472         * gcc.target/x86_64/abi/test_bitfields.c: New test.
3473         * gcc.target/x86_64/abi/test_complex_returning.c: New test.
3474         * gcc.target/x86_64/abi/test_passing_floats.c: New test.
3475         * gcc.target/x86_64/abi/test_passing_integers.c: New test.
3476         * gcc.target/x86_64/abi/test_passing_structs_and_unions.c: New test.
3477         * gcc.target/x86_64/abi/test_passing_structs.c: New test.
3478         * gcc.target/x86_64/abi/test_passing_unions.c: New test.
3479         * gcc.target/x86_64/abi/test_struct_returning.c: New test.
3480         * gcc.target/x86_64/abi/test_varargs.c: New test.
3481
3482 2005-06-21  Joseph S. Myers  <joseph@codesourcery.com>
3483
3484         * g++.dg/abi/mangle24.C, g++.dg/abi/mangle25.C: Pass -mmmx for
3485         32-bit i?86 and x86_64.
3486
3487 2005-06-21  Ziemowit Laski  <zlaski@apple.com>
3488
3489         * obj-c++.dg/const-str-[1-9].mm: New tests.
3490
3491 2005-06-21  Paul Thomas  <pault@gcc.gnu.org>
3492
3493         PR fortran/22010
3494         * gfortran.dg/namelist_use.f90: New.
3495         * gfortran.dg/namelist_use_only.f90: New.
3496
3497 2005-06-21  Jeff Law  <law@redhat.com>
3498
3499         * gcc.dg/tree-ssa/vrp15.c: New test.
3500
3501 2005-06-21  Dorit Nuzman  <dorit@il.ibm.com>
3502
3503         * lib/target-supports.exp (check_effective_target_vect_reduction):
3504         Remove.
3505         * gcc.dg/vect/vect.exp: Run tests with additional flags separately.
3506         * gcc.dg/vect/vect-reduc-1.c: Vectorizable on all relevant platforms -
3507         remove vect_reduction target keyword. Also avoid two returns in main.
3508         * gcc.dg/vect/vect-reduc-3.c: Likewise.
3509         * gcc.dg/vect/vect-reduc-2.c: Likewise. Also initialize diff to 0.
3510         * gcc.dg/vect/vect-reduc-1short.c: New test.
3511         * gcc.dg/vect/vect-reduc-1char.c: New test.
3512         * gcc.dg/vect/vect-reduc-2short.c: New test.
3513         * gcc.dg/vect/vect-reduc-2char.c: New test.
3514         * gcc.dg/vect/vect-reduc-6.c: New test.
3515         * gcc.dg/vect/trapv-vect-reduc-4.c: New test.
3516         * gcc.dg/vect/fast-math-vect-reduc-5.c: New test.
3517         * gcc.dg/vect/fast-math-vect-reduc-7.c: New test
3518
3519 2005-06-21  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
3520         Paul Thomas  <pault@gcc.gnu.org>
3521
3522         * gfortran.dg/func_derived_2.f90, gfortran.dg/func_derived_3.f90:
3523         New tests.
3524
3525 2005-06-20  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3526
3527         * gfortran.dg/backslash_1.f90: New test.
3528         * gfortran.dg/backslash_2.f90: New test.
3529
3530 2005-06-20  Steven G. Kargl  <kargls@comcast.net>
3531
3532         * gfortran.dg/duplicate_labels.f90: New test.
3533
3534 2005-06-20  Jan Beulich  <jbeulich@novell.com>
3535
3536         * g++.old-deja/g++.jason/thunk2.C: On NetWare, also account for
3537         unsupportable relocations.
3538         * g++.old-deja/g++.other/store-expr1.C: Likewise.
3539         * gcc.dg/20050321-2.c: xfail for NetWare.
3540
3541 2005-06-20  Andreas Jaeger  <aj@suse.de>
3542
3543         * gcc.target/i386/sseregparm-1.c, gcc.target/i386/sseregparm-2.c,
3544         gcc.target/i386/fastcall-sseregparm.c,
3545         gcc.target/i386/regparm-stdcall.c: Run only on 32-bit x86.
3546
3547 2005-06-19  Richard Henderson  <rth@redhat.com>
3548
3549         * gcc.dg/tree-ssa/pr21985.c: Use size_t.
3550
3551 2005-06-19  Joseph S. Myers  <joseph@codesourcery.com>
3552
3553         * g++.dg/abi/mangle24.C, g++.dg/abi/mangle25.C: New tests.
3554
3555 2005-06-19  Aldy Hernandez  <aldyh@redhat.com>
3556
3557         PR c++/22115
3558         * g++.dg/conversion/simd2.C: Change expected error message.
3559
3560 2005-06-18  Dorit Nuzman  <dorit@il.ibm.com>
3561
3562         * gcc.dg/vect/vect-reduc-1.c: Add cleanup-tree-dump.
3563         * gcc.dg/vect/vect-reduc-2.c: Likewise.
3564         * gcc.dg/vect/vect-reduc-3.c: Likewise.
3565
3566 2005-06-18  James A Morrison  <phython@gcc.gnu.org>
3567
3568         * gcc.dg/fold-mod-1.c: New test.
3569
3570 2005-06-18  Steven G. Kargl  <kargls@comcast.net>
3571
3572         PR fortran/19926
3573         * gfortran.dg/pr19926.f90: New test.
3574
3575 2005-06-18  Dorit Nuzman  <dorit@il.ibm.com>
3576
3577         * lib/target-supports.exp (check_effective_target_vect_reduction): New.
3578         * gcc.dg/vect/vect-reduc-1.c: Now vectorizable for vect_reduction
3579         targets.
3580         * gcc.dg/vect/vect-reduc-2.c: Likewise.
3581         * gcc.dg/vect/vect-reduc-3.c: Likewise.
3582
3583 2005-06-18  Joseph S. Myers  <joseph@codesourcery.com>
3584
3585         * gcc.target/ia64/float80-varargs-1.c: New test.
3586
3587 2005-06-18  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
3588
3589         PR tree-opt/22035
3590         * gfortran.dg/f2c_6.f90: New test.
3591
3592 2005-06-17  Geoffrey Keating  <geoffk@apple.com>
3593
3594         PR c++/17413
3595         * g++.dg/template/local5.C: New.
3596