OSDN Git Service

PR testsuite/23239
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2005-08-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2
3         PR testsuite/23239
4         * gcc.dg/tree-prof/val-prof-5.c: Fix scan-tree-dump regexp.
5
6 2005-08-20  Jakub Jelinek  <jakub@redhat.com>
7
8         * gcc.dg/20050811-1.c: New test.
9         * gcc.dg/20050811-2.c: New test.
10
11 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
12
13         * gcc.dg/arm-eabi1.c (main): Exit with 0 on success.
14
15 2005-08-19  Diego Novillo  <dnovillo@redhat.com>
16
17         PR 23476
18         * gcc.c-torture/compile/pr23476.c: New test.
19
20 2005-08-19  Devang Patel  <dpatel@apple.com>
21
22         PR tree-optimization/23048
23         * gcc.dg/tree-ssa/pr23048.c: New test.
24         
25 2005-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
26
27         PR middle-end/20624
28         * g++.dg/warn/Wreturn-3.C: New test
29
30 2005-08-18  Dorit Nuzman  <dorit@il.ibm.com>
31
32         PR tree-optimization/22228
33         * g++.dg/vect/pr22543.cc: New test.
34
35 2005-08-17  Steven Bosscher  <stevenb@suse.de>
36
37         PR tree-optimization/21574
38         * gcc.dg/tree-ssa/pr21574.c: New test.
39
40 2005-08-16  James E Wilson  <wilson@specifix.com>
41
42         * gcc.dg/large-size-array.c (DIM): Use USHRT_MAX not USHORT_MAX.
43
44 2005-08-16  Andrew Pinski  <pinskia@physics.uc.edu>
45
46         PR tree-opt/23402
47         * gcc.c-torture/compile/zero-strct-3.c: New test.
48         * gcc.c-torture/compile/zero-strct-4.c: New test.
49
50 2005-08-16  Steven Bosscher  <stevenb@suse.de>
51
52         PR target/23376
53         * gcc.target/x86_64/pr23376.c: New test.
54
55 2005-08-16  Ian Lance Taylor  <ian@airs.com>
56
57         PR c++/23337
58         * g++.dg/ext/vector2.C: New.
59
60 2005-08-16  Thomas Koenig  <Thomas.Koenig@online.de>
61
62         PR libfortran/23428
63         * gfortran.dg/inquire-complex.f90:  New test case.
64
65 2005-08-16  James E Wilson  <wilson@specifix.com>
66
67         PR tree-optimization/21105
68         * gcc.dg/large-size-array.c: New.
69
70 2005-08-16  Dorit Nuzman  <dorit@il.ibm.com>
71
72         * gcc.dg/vect/vect-40: Use aligned arrays instead of arrays to aligned
73         type.
74         * gcc.dg/vect/vect-41: Likewise.
75         * gcc.dg/vect/vect-42: Likewise.
76         * gcc.dg/vect/vect-43: Likewise.
77         * gcc.dg/vect/vect-44: Likewise.
78         * gcc.dg/vect/vect-46: Likewise.
79         * gcc.dg/vect/vect-47: Likewise.
80         * gcc.dg/vect/vect-48: Likewise.
81         * gcc.dg/vect/vect-52: Likewise.
82         * gcc.dg/vect/vect-53: Likewise.
83         * gcc.dg/vect/vect-54: Likewise.
84         * gcc.dg/vect/vect-55: Likewise.
85         * gcc.dg/vect/vect-56: Likewise.
86         * gcc.dg/vect/vect-57: Likewise.
87         * gcc.dg/vect/vect-58: Likewise.
88         * gcc.dg/vect/vect-59: Likewise.
89         * gcc.dg/vect/vect-60: Likewise.
90         * gcc.dg/vect/vect-61: Likewise.
91         * gcc.dg/vect/vect-85: Likewise.
92         * gcc.dg/vect/vect-87: Likewise.
93         * gcc.dg/vect/vect-88: Likewise.
94         * gcc.dg/vect/vect-93.c: Likewise.
95         * gcc.dg/vect/vect-74: Likewise, and also added documentation.
96         * gcc.dg/vect/vect-75: Likewise.
97         * gcc.dg/vect/vect-76: Likewise.
98         * gcc.dg/vect/vect-77: Likewise.
99         * gcc.dg/vect/vect-78: Likewise.
100         * gcc.dg/vect/vect-80: Likewise.
101         * gcc.dg/vect/vect-35: Likewise, and also check that the test wasn't
102         vectorized for the expected reason, rather than checking how alignment
103         was handled. 
104         * gcc.dg/vect/vect-92.c: Use aligned arrays instead of arrays to aligned
105         type and also instead of aligned pointers. Added documentation.
106
107 2005-08-16  Feng Wang  <fengwang@nudt.edu.cn>
108
109         * gfortran.dg/power.f90: New test.
110
111 2005-08-16  Jakub Jelinek  <jakub@redhat.com>
112
113         PR rtl-optimization/23299
114         * g++.dg/opt/pr23299.C: New test.
115
116 2005-08-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
117
118         * gcc.dg/special/weak-1.c: xfail 32-bit hppa*-*-hpux*.
119
120 2005-08-15  Fariborz Jahanian <fjahanian@apple.com>
121
122         * g++.dg/template/local6.C: New test.
123
124 2005-08-14  Andrew Pinski  <pinskia@physics.uc.edu>
125
126         * execute/exceptions/finally-1.m: Check that the catch and finally are
127         being called.  Also add a "return 0;" at the end of main.
128
129 2005-08-14 Paul Thomas  <pault@gcc.gnu.org>
130
131         PR fortran/21432.
132         * gfortran.dg/namelist_print_1.f: New test of functionality of
133         PRINT namelist.
134         * gfortran.dg/namelist_print_2.f: New test to check that PRINT
135         namelist generates error with -std=f95.
136
137 2005-08-14  Ira Rosen  <irar@il.ibm.com>   
138
139         PR tree-optimization/23119
140         * gcc.dg/vect/vect-105.c: Add xfail for no_align targets. 
141
142 2005-08-13  Marcin Koziej  <creep@desk.pl>
143             Andrew Pinski  <pinskia@physics.uc.edu>
144
145         PR libobjc/22492
146         * execute/exceptions/finally-1.m: New test.
147
148 2005-08-13  Andrew Pinski  <pinskia@physics.uc.edu>
149
150         * objc/execute/exceptions/exceptions.exp: New exp for the exceptions
151         testsuite.
152         * objc/execute/exceptions/trivial.m: New test.
153         * objc.dg/try-catch-11.m: Move to ...
154         * objc/execute/exceptions/foward-1.m: Here.
155         * objc.dg/try-catch-2.m: Move to ...
156         * objc/execute/exceptions/catchall-1.m: Here.
157         * objc.dg/try-catch-8.m: Move to ...
158         * objc/execute/exceptions/local-variables-1.m: Here.
159
160 2005-08-13  Andrew Pinski  <pinskia@physics.uc.edu>
161
162         * objc.dg/nested-func-1.m: Move to ...
163         * objc/execute/nested-func-1.m: Here.
164
165 2005-08-13  Andrew Pinski  <pinskia@physics.uc.edu>
166
167         * lib/objc.exp (objc_target_compile): Check for -fgnu-runtime
168         in ${options} instead of [target_info name].
169         * lib/obj-c++.exp (objc_target_compile): Likewise.
170
171 2005-08-13  Andrew Pinski  <pinskia@physics.uc.edu>
172
173         * objc.dg/stubify-2.m: Correct the name of the rtl dump file.
174
175 2005-08-13  Andrew Pinski  <pinskia@physics.uc.edu>
176
177         part of PR testsuite/23348
178         * lib/objc-torture.exp: Add -fgnu-runtime and/or -fnext-runtime to each
179         of the torture options.
180         * objc/compile/trivial.m: New test.
181
182 2005-08-12  Thomas Koenig  <Thomas.Koenig@online.de>
183
184         * gfortran.dg/eoshift.f90:  Correct format.
185
186 2005-08-12  Thomas Koenig  <Thomas.Koenig@online.de>
187
188         * gfortran.fortran-torture/execute/character_passing.f90:
189         Fix comment typo.
190
191 2005-08-12  Giovanni Bajo  <giovannibajo@libero.it>
192
193         PR c++/8271
194         * g++.dg/template/unify10.C: New.
195
196 2005-08-11  James A. Morrison  <phython@gcc.gnu.org>
197
198         * g++.dg/parse/pr22514.C: Move to...
199         * g++.dg/debug/pr22514.C: here.
200
201 2005-08-11  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
202
203         PR c++/23266
204         * g++.dg/inherit/pure1.C: New test.
205
206         * ChangeLog: Fix typos.
207
208 2005-08-11  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
209             Steven Bosscher  <stevenb@suse.de>
210
211         * gfortran.dg/runtime_warning_1.f90: New test.
212
213 2005-08-11  Nathan Sidwell  <nathan@codesourcery.com>
214
215         PR c++/23219
216         * g++.dg/parse/crash28.C: New.
217
218 2005-08-11  Richard Guenther  <rguenther@suse.de>
219
220         PR target/23289
221         * gcc.target/i386/tailcall-1.c: New testcase.
222
223 2005-08-10  James A. Morrison  <phython@gcc.gnu.org>
224
225         * gcc.dg/vect/vect-67.c: Un-xfail.
226
227 2005-08-10  James A. Morrison  <phython@gcc.gnu.org>
228
229         PR c++/23225
230         * g++.dg/testsuite/parse/crash27.C: new test.
231
232 2005-08-10  Thomas Koenig  <Thomas.Koenig@online.de>
233
234         PR libfortran/22143
235         * gfortran.dg/shift-kind.f90:  New testcase.
236
237 2005-08-10  Richard Sandiford  <richard@codesourcery.com>
238
239         * gcc.dg/arm-eabi1.c: Test aeabi_idiv, __aeabi_uidiv, __aeabi_uread4,
240         __aeabi_uread8, __aeabi_uwrite4 and __aeabi_uwrite8.
241
242 2005-08-10  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
243
244         PR c++/20646
245         * g++.dg/other/mult-stor1.C: New test.
246
247 2005-08-09  Andrew Pinski  <pinskia@physics.uc.edu>
248
249         * gcc.c-torture/pr18299-1.c: Move to ...
250         * gcc.c-torture/compile/pr18299-1.c: Here.
251
252 2005-08-09  Thomas Koenig  <Thomas.Koenig@online.de>
253
254         * gfortran/fortran.torture/execute/character_passing.f90:
255         Fix types for LSAME.
256
257 2005-08-09  Dorit Nuzman  <dorit@il.ibm.com>
258
259         * gcc.dg/vect/vect-reduc-1char.c: Reverse last change - change
260         input data back to what it was originally.
261
262 2005-08-09  Andrew Pinski  <pinskia@physics.uc.edu>
263
264         * objc.dg/try-catch-8.m: Enable for all targets.
265
266 2005-08-09  James A. Morrison  <phython@gcc.gnu.org>
267
268         * gcc.dg/pr23165.c: New test.
269
270 2005-08-09  Steven Bosscher  <stevenb@suse.de>
271
272         PR tree-optimization/23234
273         * gcc.dg/tree-ssa/pr23234.c: New test.
274
275 2005-08-08  Josh Conner  <jconner@apple.com>
276
277         PR rtl-optimization/23241
278         * gcc.dg/char-compare.c: New test.
279
280 2005-08-08  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
281
282         PR c++/22508
283         * g++.dg/init/new13.C: New test.
284
285 2005-08-08  Nathan Sidwell  <nathan@codesourcery.com>
286
287         PR c++/21166
288         * g++.dg/other/crash-4.C: Adjust
289         * g++/dg/ext/packed9.C: New.
290
291 2005-08-08  Richard Sandiford  <richard@codesourcery.com>
292
293         PR middle-end/21964
294         * gcc.c-torture/execute/pr21964-1.c: New test.
295
296 2005-08-08  Richard Sandiford  <richard@codesourcery.com>
297
298         PR c/22458
299         * gcc.dg/pr22458-1.c: New test.
300
301 2005-08-07  Janne Blomqvist <jblomqvi@cc.hut.fi>
302             Steven G. Kargl <kargls@comcast.net>
303
304         PR fortran/22390 
305         * gfortran.dg/flush_1.f90: New test.
306
307 2005-08-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
308
309         PR c++/23191
310         * g++.dg/template/eh2.C: New test.
311
312 2005-08-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
313
314         PR c++/19498
315         * g++.dg/template/instantiate7.C: New test.
316
317 2005-08-06  Joseph S. Myers  <joseph@codesourcery.com>
318
319         PR c/23113
320         * gcc.dg/Wunused-value-1.c: New test.
321
322 2005-08-06  Richard Sandiford  <richard@codesourcery.com>
323
324         PR rtl-optimization/23233
325         * gcc.c-torture/compile/pr23233-1.c: New test.
326
327 2005-08-06  Jakub Jelinek  <jakub@redhat.com>
328
329         PR fortran/18833
330         PR fortran/20850
331         * gfortran.dg/equiv_1.f90: New test.
332         * gfortran.dg/equiv_2.f90: New test.
333         * gfortran.fortran-torture/execute/equiv_2.f90: New test.
334         * gfortran.fortran-torture/execute/equiv_3.f90: New test.
335         * gfortran.fortran-torture/execute/equiv_4.f90: New test.
336
337 2005-08-05  James A. Morrison  <phython@gcc.gnu.org>
338
339         * gcc.c-torture/execute/vrp-5.c: New test.
340         * gcc.c-torture/execute/vrp-6.c: New test.
341         * gcc.dg/tree-ssa/vrp21.c: New test.
342
343 2005-08-05  James A. Morrison  <phython@gcc.gnu.org>
344
345         * g++.dg/parse/pr22514.C: New test.
346
347 2005-08-05  J"orn Rennecke <joern.rennecke@st.com>
348
349         * gcc.dg/intmax_t-1.c: Extend dg-error to cover sh*-*-elf targets.
350
351         * gcc.dg/tree-ssa/loop-1.c: For sh*-*-*, look for function calls
352         instead of constant loads / pool entries.
353
354 2005-08-05  David Edelsohn  <edelsohn@gnu.org>
355
356         * gcc.dg/torture/builtin-wctype-1.c: Use __WINT_TYPE__ for
357         TEST_TO_WCTYPE.
358
359 2005-08-04  Danny Smith  <dannysmith@users.sourceforge.net>
360         
361         * gcc.dg/torture/builtin-wctype-1.c: Use __WCHAR_TYPE__ and
362         __WINT_TYPE__ in generated prototypes if possible.
363
364 2005-08-04  Diego Novillo  <dnovillo@redhat.com>
365
366         PR 22037
367         * g++.dg/tree-ssa/pr22037.C:
368
369 2005-08-04  Richard Henderson  <rth@redhat.com>
370
371         * gcc.dg/tree-ssa/update-cunroll.c: Fix mistakes in
372         scan-tree-dump-times directive.
373
374 2005-08-04  Jan Hubicka  <jh@suse.cz>
375
376         * gcov-1.C: Fix switch counts.
377         * gcov-4b.c: Likewise.
378
379 2005-08-03  Jeff Law  <law@redhat.com>
380
381         * g++.dg/tree-ssa/pr14814.C: xfail test for &this count.
382
383 2005-08-03  J"orn Rennecke <joern.rennecke@st.com>
384
385         * gcc.c-torture/execute/pr23135.c: New test.
386
387 2005-08-03  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
388
389         PR tree-optimization/19899
390         * gcc.dg/tree-ssa/scev-1.c: New test.
391         * gcc.dg/tree-ssa/scev-2.c: New test.
392
393 2005-08-03  Richard Sandiford  <richard@codesourcery.com>
394
395         PR target/18582
396         * testsuite/gcc.dg/torture/pr18582-1.c: New test.
397
398 2005-08-03  Jan Hubicka  <jh@suse.cz>
399
400         * update-conroll.c: New testcase.
401         * update-conroll-2.c: New testcase.
402
403 2005-08-02  David Edelsohn  <edelsohn@gnu.org>
404
405         * gfortran.dg/constant_substring.f: New test.
406         * gfortran.dg/pr22491.f: New test.
407
408 2005-08-02  Jan Hubicka  <jh@suse.cz>
409
410         * update-threading.c: Replace by the proper one.
411
412 2005-08-02  Diego Novillo  <dnovillo@redhat.com>
413
414         PR 23164
415         * g++.dg/tree-ssa/pr23164.C: New test.
416
417 2005-08-02  Diego Novillo  <dnovillo@redhat.com>
418
419         * gcc.dg/tree-ssa/pr23192.c: New test.
420
421 2005-08-02  James A. Morrison  <phython@gcc.gnu.org>
422
423         * gcc.c-torture/execute/vrp-4.c: New test.
424
425 2005-08-02  Jan Hubicka  <jh@suse.cz>
426
427         * update-threading.c: New test.
428
429 2005-08-01  Andrew Pinski  <pinskia@physics.uc.edu>
430
431         * gcc.c-torture/compile/20050801-1.c: New test.
432         * gcc.c-torture/compile/20050801-2.c: New test.
433
434 2005-08-01  Jan Hubicka  <jh@suse.cz>
435
436         * val-prof-5.c: New test.
437
438 2005-08-01  Joseph S. Myers  <joseph@codesourcery.com>
439
440         PR c/22311
441         * gcc.dg/pr22311-1.c : New test.
442
443 2005-07-31  Steven Bosscher  <stevenb@suse.de>
444
445         PR target/23095
446         * gfortran.dg/pr23095.f: New test.
447
448         PR c++/22003
449         * g++.dg/other/pr22003.C: New test.
450
451 2005-07-31  Richard Sandiford  <richard@codesourcery.com>
452
453         PR target/20621
454         * gcc.c-torture/execute/pr20621-1.c: New test.
455
456 2005-07-30  Thomas Koenig  <Thomas.Koenig@online.de>
457
458         * gfortran.dg/comma_format_extension_4.f:  Adjust length
459         of string for format.
460         * gfortran.dg/der_array_io_1.f:  Replace illegal internal
461         print statement with internal write.
462         * gfortran.dg/der_array_io_2.f:  Likewise.
463         * gfortran.dg/der_array_io_3.f:  Likewise.
464
465 2005-07-30  James A. Morrison  <phython@gcc.gnu.org>
466
467         * gcc.dg/fold-abs-4.c: new test.
468
469 2005-07-30  Paul Thomas  <pault@gcc.gnu.org>
470
471         PR fortran/22570 an related issues.
472         * gfortran.dg/x_slash_1.f: New test.
473
474 2005-07-30  Joseph S. Myers  <joseph@codesourcery.com>
475
476         PR c/23143
477         * gcc.dg/parm-forwdecl-1.c, gcc.dg/parm-forwdecl-2.c,
478         gcc.dg/parm-forwdecl-3.c, gcc.dg/parm-forwdecl-4.c: New tests.
479
480 2005-07-29  Joseph S. Myers  <joseph@codesourcery.com>
481
482         PR c/529
483         * gcc.dg/Wshadow-3.c: New test.
484
485 2005-07-29  Thomas Koenig  <Thomas.Koenig@online.de>
486
487         * gfortran.dg/matmul_1.f90:  Correct LHS of matmul test (it
488         used to have the wrong bounds).
489
490 2005-07-29  Joseph S. Myers  <joseph@codesourcery.com>
491
492         PR c/21720
493         * gcc.dg/hex-round-1.c: Test more cases.
494         * gcc.dg/hex-round-2.c: New test.
495
496 2005-07-29  Diego Novillo  <dnovillo@redhat.com>
497
498         PR 22550
499         * g++.dg/tree-ssa/pr22550.C: New test.
500
501 2005-07-29  James A. Morrison  <phython@gcc.gnu.org>
502
503         * gcc.dg/tree-ssa/vrp19.c: New test.
504         * gcc.dg/tree-ssa-vrp20.c: New test.
505
506 2005-07-29  Joseph S. Myers  <joseph@codesourcery.com>
507
508         PR c/22240
509         * gcc.dg/transparent-union-4.c: New test.
510
511 2005-07-29  Joseph S. Myers  <joseph@codesourcery.com>
512
513         PR c/22192
514         * gcc.dg/c99-vla-2.c: New test.
515
516 2005-07-29  Joseph S. Myers  <joseph@codesourcery.com>
517
518         PR c/21720
519         * gcc.dg/hex-round-1.c: New test.
520
521 2005-07-28  Jan Hubicka  <jh@suse.cz>
522
523         * inliner-1.c: Do not dump everything.
524         * tree-prof.exp: Do not pass -ftree-based-profiling.
525         * bprob.exp: Likewise.
526
527         * gcc.dg/tree-prof/update-loopch.c: Fix thinkos.
528
529 2005-07-28  Mark Mitchell  <mark@codesourcery.com>
530
531         PR c++/22545
532         * g++.dg/expr/ptrmem7.C: New test.
533
534 2005-07-28  Mike Stump  <mrs@apple.com>
535
536         * g++.old-deja/g++.mike/visibility-1.C: New test.
537
538 2005-07-28  Richard Sandiford  <richard@codesourcery.com>
539
540         PR c/20187
541         * gcc.c-torture/execute/pr20187-1.c: New test.
542
543 2005-07-28  Jeff Law  <law@redhat.com>
544
545         * gcc.dg/tree-ssa/vrp17.c: Update expected output.
546         * gcc.dg/tree-ssa/vrp18.c: New test.
547
548 2005-07-28  Dorit Nuzman  <dorit@il.ibm.com>
549
550         * gcc.dg/vect/vect-reduc-1char.c: Fix data to fit in char.
551
552 2005-07-28  Dorit Nuzman  <dorit@il.ibm.com>
553
554         PR tree-optimization/22506
555         * gcc.dg/vect/ps22506.c: New test.
556
557 2005-07-28  Jakub Jelinek  <jakub@redhat.com>
558
559         PR target/21149
560         * gcc.target/i386/sse-3.c: New test.
561
562 2005-07-28  Richard Sandiford  <richard@codesourcery.com>
563
564         * gcc.target/mips/mips32-dsp.c: Use -march=mips32 instead of -mips32.
565         * gcc.target/mips/mips32-dsp-type.c: Likewise.
566
567 2005-07-28  Richard Sandiford  <richard@codesourcery.com>
568
569         PR c/22589
570         * gcc.c-torture/compile/pr22589-1.c: New test.
571
572 2005-07-28  Jan Hubicka  <jh@suse.cz>
573         
574         * update-loopch.c: New testcase.
575
576 2005-07-27  James A. Morrison  <phython@gcc.gnu.org>
577
578         PR rtl-optimization/23047
579         * gcc.c-torture/execute/pr23047.c: New test.
580         * gcc.c-torture/execute/pr23047.x: New.
581
582 2005-07-27  James A. Morrison  <phython@gcc.gnu.org>
583
584         PR tree-optimization/22493
585         * gcc.c-torture/execute/pr22493-1.c: New test.
586         * gcc.c-torture/execute/pr22493-1.x: New.
587         * gcc.c-torture/execute/vrp-1.c: New test.
588         * gcc.c-torture/execute/vrp-2.c: New test.
589         * gcc.c-torture/execute/vrp-2.c: New test.
590
591 2005-07-27  Aldy Hernandez  <aldyh@redhat.com>
592
593         * gcc.target/frv/all-builtin-read8.c: Delete.
594         * gcc.target/frv/all-builtin-read16.c: Delete.
595         * gcc.target/frv/all-builtin-read32.c: Delete.
596         * gcc.target/frv/all-builtin-read64.c: Delete.
597         * gcc.target/frv/all-builtin-write8.c: Delete.
598         * gcc.target/frv/all-builtin-write16.c: Delete.
599         * gcc.target/frv/all-builtin-write32.c: Delete.
600         * gcc.target/frv/all-builtin-write64.c: Delete.
601         * gcc.target/frv/all-read-write-1.c: New.
602
603 2005-07-27  Jeff Law  <law@redhat.com>
604
605         * gcc.c-torture/execute/pr22630.c: New test.
606
607 2005-07-27  Dorit Nuzman  <dorit@il.ibm.com>
608
609         PR tree-optimization/23073
610         * gcc.dg/vect/nodump-pr23073.c: New test.
611         * gcc.dg/vect/vect.exp: Allow running some tests without dump flags.
612
613 2005-07-27  Zdenek Dvorak  <dvorakz@suse.cz>
614
615         PR tree-optimize/22348
616         * gcc.c-torture/execute/pr22348.c: New.
617
618 2005-07-27  Richard Guenther  <rguenther@suse.de>
619
620         * gcc.dg/tree-ssa/salias-1.c: New testcase.
621
622 2005-07-27  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
623
624         PR fortran/22503
625         * gfortran.dg/logical_comp.f90: New test.
626
627 2005-07-27  Jan Hubicka  <jh@suse.cz>
628
629         * inliner-1.c: Add cleanup of dumps.
630         * val-prof-*.c: Likewise.
631         * update-tailcall.c: New.
632
633 2005-07-26  Diego Novillo  <dnovillo@redhat.com>
634
635         PR 22591
636         * gcc.dg/tree-ssa/pr22591.c: New test.
637         * gcc.dg/tree-ssa/20030807-7.c: XFAIL everywhere.
638
639 2005-07-26  Andrew Pinski  <pinskia@physics.uc.edu>
640
641         PR libobjc/22606
642         * objc.dg/try-catch-11.m: New test.
643
644 2005-07-26  Richard Guenther  <rguenther@suse.de>
645
646         PR tree-optimization/22486
647         * gcc.dg/tree-ssa/upcast-1.c: New testcase.
648
649 2005-07-25  Andrew Pinski  <pinskia@physics.uc.edu>
650
651         PR tree-opt/22484
652         * testsuite/g++.dg/opt/loop2.C: New test.
653
654 2005-07-25  Andrew Pinski  <pinskia@physics.uc.edu>
655
656         * gcc.dg/tree-ssa/reassoc-3.c: New test.
657         * gcc.dg/tree-ssa/reassoc-4.c: New test.
658
659 2005-07-25  Adam Nemet  <anemet@lnxw.com>
660
661         * lib/profopt.exp (profopt-execute): Check for profiling data
662         files on the target.
663
664 2005-07-25  Richard Guenther  <rguenther@gcc.gnu.org>
665
666         * gcc.dg/tree-ssa/flatten-1.c: Use longer function names
667         for matching of asm labels.
668
669 2005-07-25  Richard Guenther  <rguenther@suse.de>
670
671         * gcc.dg/tree-ssa/20050719-1.c: Add return 0;.
672
673 2005-07-25  Richard Guenther  <rguenther@suse.de>
674
675         PR testsuite/22624
676         * gcc.dg/tree-ssa/flatten-2.c: Fix label patterns.
677
678 2005-07-25  Ira Rosen  <irar@il.ibm.com>
679
680         * gcc.dg/vect/vect.exp: Change verbosity level to 4.
681         * gfortran.dg/vect/vect.exp, g++.dg/vect/vect.exp: Likewise.
682         * gcc.dg/vect/pr20122.c: Add vectorizable version of the loop.
683         * gcc.dg/vect/vect-100.c: New test.
684         * gcc.dg/vect/vect-101.c, gcc.dg/vect/vect-102.c,
685         gcc.dg/vect/vect-103.c, gcc.dg/vect/vect-104.c,
686         gcc.dg/vect/vect-105.c, gcc.dg/vect/vect-115.c: Likewise.
687         * gcc.dg/vect/vect-116.c: Renamed (from vect-100.c).
688         * gcc.dg/vect/vect-43.c: Add vectorizable version of the loop.
689         * gcc.dg/vect/vect-91.c: Now 3 loops are vectorizable.
690         * gfortran.dg/vect/vect-4.f90: Now vectorizable.
691         * gfortran.dg/vect/pr19049.f90: New testcase.
692         * g++.dg/vect/pr21218.cc, gcc.dg/tree-ssa/ltrans-8.c: Likewise.
693
694 2005-07-25  Jakub Jelinek  <jakub@redhat.com>
695
696         * gcc.c-torture/execute/20050713-1.c: New test.
697
698         PR fortran/20063
699         * gfortran.fortran-torture/execute/data_4.f90: New test.
700
701         PR middle-end/20303
702         * gcc.dg/visibility-d.c: New test.
703
704 2005-07-25  Feng Wang  <fengwang@nudt.edu.cn>
705
706         * gfortran.dg/reshape_rank7.f90: Fix dejagnu commands.
707         * gfortran.dg/underflow.f90: Ditto.
708
709 2005-07-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
710
711         * g++.dg/warn/miss-format-1.C, g++.dg/warn/miss-format-2.C,
712         g++.dg/warn/miss-format-3.C, g++.dg/warn/miss-format-4.C,
713         g++.dg/warn/miss-format-5.C, g++.dg/warn/miss-format-6.C: New.
714
715 2005-07-23  Jerry DeLisle  <jvdelisle@verizon.net>
716
717         * gfortran.fortran-torture/execute/nan_inf_fmt.f90: Revise test to
718         include case of field width of zero. 
719
720 2005-07-23  Jerry DeLisle  <jvdelisle@verizon.net>
721
722         PR libgfortran/21875
723         * gfortran.dg/fmt_read_bz_bn.f90: Revised test to include case
724         with trailing blanks on normal formatted read.
725
726 2005-07-23  Chao-ying Fu  <fu@mips.com>
727
728         * gcc.target/mips/mips32-dsp-type.c: New test.
729         * gcc.target/mips/mips32-dsp.c: New test.
730
731 2005-07-23  Oyvind Harboe  <oyvind.harboe@zylin.com>
732
733         PR testsuite/21073
734         * g++.old-deja/g++.mike/p3060d.C: Fix type of VoidObjMemberFunc.
735
736         PR testsuite/20454
737         * gcc.dg/20001117-1.c: Fix type of __cyg_profile_func_enter
738         and __cyg_profile_func_exit.
739
740 2005-07-22  David Edelsohn  <edelsohn@gnu.org>
741
742         * gfortran.dg/comma_format_extension_3.f: Fix typo.
743         * gfortran.dg/comma_format_extension_4.f: Same.
744         * gfortran.dg/pr15332.f: Same.
745         * gfortran.dg/pr21730.f: Same.
746
747 2005-07-22  Andrew Pinski  <pinskia@physics.uc.edu>
748
749         * g++.dg/opt/vrp2.C: Fix testcase.
750
751         PR tree-opt/22625
752         * g++.dg/opt/vrp2.C: New test.
753
754 2005-07-22  Mark Mitchell  <mark@codesourcery.com>
755
756         PR debug/21828
757         * gcc.dg/debug/dwarf2/dwarf-uninit.c: New test.
758
759 2005-07-22  Diego Novillo  <dnovillo@redhat.com>
760
761         * gcc.dg/tree-ssa/20050719-1.c: New test.
762
763 2005-07-22  Bernd Schmidt  <bernd.schmidt@analog.com>
764
765         * gcc.dg/bfin-longcall-1.c: New file.
766         * gcc.dg/bfin-longcall-2.c: New file.
767
768 2005-07-21  Janis Johnson  <janis187@us.ibm.com>
769
770         * gcc.c-torture/compile/20050721-1.c: New test for 3.4 fix.
771
772 2005-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
773
774         PR middle-end/19055
775         * gcc.dg/tree-ssa/pr19055.c: New test.
776         * gcc.dg/tree-ssa/pr19055-2.c: New test.
777
778 2005-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
779
780         PR C++/22358
781         * g++.dg/other/pr22358.C: New test.
782
783 2005-07-21  Douglas Gregor  <doug.gregor@gmail.com>
784
785         PR c++/2922
786         * g++.dg/lookup/two-stage5.C: New test from bug comments.
787         
788 2005-07-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
789
790         PR c++/15938
791         * g++.dg/init/union2.C: New test.
792
793 2005-07-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
794
795         PR c/22393
796         * gcc.dg/complex-4.c: New test.
797
798 2005-07-21  Richard Guenther  <rguenther@suse.de>
799
800         PR testsuite/22522
801         * gcc.dg/tree-ssa/flatten-1.c: Use correct regexp for
802         scanning for asm labels.
803         * gcc.dg/tree-ssa/flatten-2.c: Likewise.
804
805 2005-07-21  Paolo Bonzini  <bonzini@gnu.org>
806
807         PR target/22085
808         * gcc.dg/altivec-pr22085.c: New.
809
810 2005-07-21  Paolo Bonzini  <bonzini@gnu.org>
811
812         PR tree-optimization/19210
813         * gcc.dg/tree-ssa/pr19210-1.c: New.
814         * gcc.dg/tree-ssa/pr19210-2.c: New.
815
816 2005-07-21  Richard Sandiford  <richard@codesourcery.com>
817
818         PR rtl-optimization/22167
819         * g++.dg/opt/pr22167.C: New test.
820
821 2005-07-20  Douglas Gregor <doug.gregor@gmail.com>
822
823         PR c++/2922
824         * g++.dg/lookup/two-stage2.C: New.
825         * g++.dg/lookup/two-stage3.C: New.
826         * g++.dg/lookup/two-stage4.C: New. Illustrates how we have not yet
827         fixed two-stage name lookup for operators.
828         * g++.dg/template/call3.C: Compiler now produces an appropriate
829         error message. 
830         * g++.dg/template/crash37.C: Compiler now describes bla() on line
831         14 as a candidate. 
832         * g++.dg/template/ptrmem4.C: Compiler produces different error
833         message.
834         * g++.old-deja/g++.other/pmf3.C: Compiler now describes
835         connect_to_method as a candidate.
836         
837 2005-07-20  James A. Morrison  <phython@gcc.gnu.org>
838
839         * gcc.dg/fold-alloc-1.c: New test.
840
841 2005-07-20  Kazu Hirata  <kazu@codesourcery.com>
842
843         * gcc.dg/20020312-2.c, gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c,
844         gcc.dg/cpp/assert4.c: Don't mention obsolete ports.
845
846 2005-07-19  James A. Morrison  <phython@gcc.gnu.org>
847
848         * gcc.dg/fold-abs-1.c: New test.
849         * gcc.dg/fold-abs-2.c: New test.
850         * gcc.dg/fold-abs-3.c: New test.
851
852 2005-07-20  Giovanni Bajo  <giovannibajo@libero.it>
853
854         Make CONSTRUCTOR use VEC to store initializers.
855         * g++.dg/ext/complit3.C: Check for specific error messages.
856         * g++.dg/init/brace2.C: Update error message.
857         * g++.dg/warn/Wbraces2.C: Likewise.
858
859 2005-07-19 Paul Thomas  <pault@gcc.gnu.org>
860
861         PR fortran/16940
862         * gfortran.dg/module_interface_1.f90: New test.
863
864 2005-07-19  Danny Berlin <dberlin@dberlin.org>
865             Kenneth Zadeck <zadeck@naturalbridge.com>
866
867         * gcc.dg/tree-ssa/sra-2.c: Changed back to -O1 and added xfail.
868
869 2005-07-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
870
871         * gcc.dg/format/miss-1.c, gcc.dg/format/miss-2.c: Don't
872         specify -Wformat for these tests.
873         * gcc.dg/format/miss-3.c, gcc.dg/format/miss-4.c,
874         gcc.dg/format/miss-5.c, gcc.dg/format/miss-6.c: New.
875         * gcc.dg/format/opt-6.c: Delete.
876
877 2005-07-18  Andrew Pinski  <pinskia@physics.uc.edu>
878
879         * gcc.dg/tree-ssa/sra-2.c: Pass --param sra-max-structure-size.
880         * gcc.dg/tree-ssa/sra-3.c: Likewise.
881
882 2005-07-18  Andrew Pinski  <pinskia@physics.uc.edu>
883
884         * gcc.dg/tree-ssa/alias-2.c: New test.
885
886 2005-07-18  Mark Mitchell  <mark@codesourcery.com>
887
888         PR c++/22263
889         * g++.dg/template/explicit7.C: New test.
890
891 2005-07-17  Jerry DeLisle  <jvdelisle@verizon.net>
892
893         * gfortran.fortran-torture/execute/nan_inf_fmt.f90: Change case of field
894         width of 8 to +Inf and -Inf.
895     
896 2005-07-17  Mark Mitchell  <mark@codesourcery.com>
897
898         PR c++/22139
899         * g++.dg/template/friend36.C: New test.
900
901 2005-07-16  David Edelsohn  <edelsohn@gnu.org>
902
903         PR fortran/21730
904         * gfortran.dg/pr21730.f: New test.
905
906 2005-07-16  Danny Berlin <dberlin@dberlin.org>
907             Kenneth Zadeck <zadeck@naturalbridge.com>
908
909         * gcc.dg/tree-ssa/ssa-dce-2.c: Changed dg-options to run at -O2
910         since pure const detection cannot run at -O1 in c compiler.
911         * gcc.dg/tree-ssa/20030714-1.c Changed scanning patterns because we
912         can now optimize this case properly.
913         * gcc.dg/tree-ssa/sra-2.c: Changed to -O3 and removed xfail
914         because we now pass.
915         * gcc.dg/vect/vect-92.c: Removed out of bounds array access.
916
917 2005-07-16  Joseph S. Myers  <joseph@codesourcery.com>
918
919         PR c/22421
920         * gcc.dg/format/bitfld-1.c: New test.
921
922 2005-07-15  Mark Mitchell  <mark@codesourcery.com>
923
924         PR c++/22204
925         * g++.dg/rtti/repo1.C: New test.
926
927 2005-07-15  Andrew Pinski  <pinskia@physics.uc.edu>
928
929         PR middle-end/22398
930         * gcc.c-torture/compile/pr22398.c: New test.
931
932 2005-07-15  Mark Mitchell  <mark@codesourcery.com>
933
934         PR c++/22132
935         * g++.dg/expr/cast4.C: New test.
936
937 2005-07-15  Richard Guenther  <rguenther@suse.de>
938
939         * gcc.dg/tree-ssa/flatten-1.c: New testcase.
940         * gcc.dg/tree-ssa/flatten-2.c: Likewise.
941
942 2005-07-15  Steven Bosscher  <stevenb@suse.de>
943
944         PR tree-optimization/22230
945         * gcc.dg/tree-ssa/pr22230.c: New test.
946
947 2005-07-14  Jakub Jelinek  <jakub@redhat.com>
948
949         * gfortran.dg/g77/cpp6.f: New test.
950
951         PR fortran/22417
952         * gfortran.dg/g77/cpp5.F: New test.
953         * gfortran.dg/g77/cpp5.h: New file.
954         * gfortran.dg/g77/cpp5inc.h: New file.
955
956 2005-07-12  Paul Thomas  <pault@gcc.gnu.org>
957
958         PR libfortran/16435
959         * gfortran.dg/tl_editting.f90: New.
960         * gfortran.dg/g77/f77-edit-x-out.f: Remove XFAIL.
961
962 2005-07-14  Steven G. Kargl  <kargls@comcast.net>
963
964         * gfortran.dg/char_array_constructor.f90: New test.
965
966 2005-07-13  Paul Thomas  <pault@gcc.gnu.org>
967
968         * gfortran.dg/past_eor.f90: New.
969         * gfortran.dg/complex_read.f90: New.
970
971 2005-07-13  Jeff Law  <law@redhat.com>
972
973         * gcc.dg/tree-ssa/pr22051-2.c: Tweak expected output to allow
974         additional casts.
975
976         * gcc.dg/tree-ssa/pr22321.c: New test
977
978 2005-07-13  Paolo Bonzini  <bonzini@gnu.org>
979
980         PR tree-optimization/21921
981         * gcc.dg/tree-ssa/pr21921.c: New.
982
983 2005-07-12  Zdenek Dvorak  <dvorakz@suse.cz>
984
985         PR tree-optimizatio/22442
986         * gcc.dg/tree-ssa/loop-11.c: New test.
987
988 2005-07-12  Andrew Pinski  <pinskia@physics.uc.edu>
989
990         PR tree-opt/21840
991         * gcc.c-torture/compile/pr21840.c: New test.
992
993 2005-07-12  Jan Hubicka  <jh@suse.cz>
994
995         * gcc.c-torture/compile/pr22379.c: New test.
996
997 2005-07-11  Thomas Koenig  <Thomas.Koenig@online.de>
998
999         PR libfortran/21593
1000         gfortran.dg/dev_null.f90:  Remove outdated comment about
1001         PR libfortran/21593.
1002
1003
1004 2005-07-12  Dale Johannesen  <dalej@apple.com>
1005
1006         * gcc.target/i386/compress-float-sse.c:  New.
1007         * gcc.target/i386/compress-float-sse-pic.c:  New.
1008         * gcc.target/i386/compress-float-387.c:  New.
1009         * gcc.target/i386/compress-float-387-pic.c:  New.
1010         * gcc.dg/compress-float-ppc.c:  New.
1011         * gcc.dg/compress-float-ppc-pic.c:  New.
1012
1013 2005-07-12  Thomas Koenig  <Thomas.Koenig@online.de>
1014
1015         PR libfortran/21593
1016         gfortran.dg/dev_null.f90:  Remove targets.
1017
1018 2005-07-12  Andrew Pinski  <pinskia@physics.uc.edu>
1019
1020         PR tree-opt/22335
1021         * gcc.dg/pr22335-1.c: New test.
1022         * gcc.dg/pr22335-2.c: New test.
1023
1024 2005-07-12  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1025
1026         PR c++/20172
1027         * g++.dg/template/nontype12.C : New test.
1028
1029 2005-07-12  Zdenek Dvorak  <dvorakz@suse.cz>
1030
1031         * gcc.dg/tree-ssa/loop-10.c: New test.
1032
1033 2005-07-11  Kazu Hirata  <kazu@codesourcery.com>
1034
1035         * gcc.c-torture/execute/20020720-1.x: Remove.
1036
1037 2005-07-11  Jakub Jelinek  <jakub@redhat.com>
1038
1039         * gfortran.fortran-torture/execute/forall_7.f90: New test.
1040
1041 2005-07-10  Richard Sandiford  <richard@codesourcery.com>
1042
1043         * gcc.target/mips/mips.exp (is_gp32_flag): New procedure.
1044         (dg-mips-options): Use it.
1045
1046 2005-07-09  Diego Novillo  <dnovillo@redhat.com>
1047
1048         * gcc.dg/tree-ssa/pta-fp.c: Use -fdump-tree-alias1.
1049
1050 2005-07-09  Richard Henderson  <rth@redhat.com>
1051
1052         * lib/target-supports.exp (check_effective_target_sync_char_short):
1053         Add alpha.
1054
1055 2005-07-09  Thomas Koenig  <Thomas.Koenig@online.de>
1056
1057         PR libfortran/22217
1058         * gfortran.dg/negative-z-descriptor.f90:  New test.
1059
1060 2005-07-08  Andrew Pinski  <pinskia@physics.uc.edu>
1061
1062         PR tree-opt/22329
1063         * gcc.dg/pr22329.c: New test.
1064
1065 2005-07-08  Kazu Hirata  <kazu@codesourcery.com>
1066
1067         PR tree-optimization/20139
1068         * gcc.dg/tree-ssa/pr20139.c: New.
1069
1070 2005-07-08  Andrew Pinski  <pinskia@physics.uc.edu>
1071
1072         PR tree-opt/22356
1073         * testsuite/gcc.dg/pr22356-1.c: New test.
1074
1075 2005-07-08  Nathan Sidwell  <nathan@codesourcery.com>
1076
1077         PR c++/21799
1078         * g++.dg/template/unify8.C: New.
1079         * g++.dg/template/unify9.C: New.
1080
1081 2005-07-08  Jakub Jelinek  <jakub@redhat.com>
1082
1083         * gfortran.fortran-torture/execute/entry_10.f90: New test.
1084
1085 2005-07-07  Geoffrey Keating  <geoffk@apple.com>
1086
1087         * gcc.dg/darwin-version-1.c: New.
1088         * gcc.dg/builtins-18.c: On Darwin, needs -mmacosx-version-min=10.3.
1089         * gcc.dg/builtins-20.c: Likewise.
1090         * gcc.dg/builtins-53.c: Likewise.
1091         * gcc.dg/torture/builtins-convert-1.c: Likewise.
1092         * gcc.dg/torture/builtins-convert-2.c: Likewise.
1093         * gcc.dg/torture/builtins-convert-3.c: Likewise.
1094         * gcc.dg/torture/builtins-power-1.c: Likewise.
1095         * gcc.dg/builtins-config.h: Complain if macosx-version-min not set
1096         on Darwin.
1097
1098 2005-07-07  Jeff Law  <law@redhat.com>
1099
1100         * gcc.dg/tree-ssa/vrp17.c: Simplify.  Remove dependency on
1101         argument evaluation order.
1102
1103 2005-07-07  Thomas Koenig  <Thomas.Koenig@online.de>
1104
1105         PR libfortran/21594
1106         * gfortran.fortran-torture/execute/intrinsic_eoshift.f90:
1107         Add test cases where the shift length is greater than the
1108         array length.
1109
1110 2005-07-07  Ziemowit Laski  <zlaski@apple.com>
1111
1112         * obj-c++.dg/proto-lossage-6.mm: New.
1113         * objc.dg/proto-lossage-6.m: New.
1114
1115 2005-07-07  Ziemowit Laski  <zlaski@apple.com>
1116
1117         * obj-c++.dg/gnu-runtime-2.mm: Compile, do not run.
1118         * objc.dg/gnu-runtime-2.m: Likewise.
1119
1120 2005-07-07  Jakub Jelinek  <jakub@redhat.com>
1121
1122         * gfortran.dg/longline.f: New test.
1123
1124         * gfortran.dg/badline.f: New test.
1125
1126 2005-07-07  Feng Wang  <fengwang@nudt.edu.cn>
1127
1128         PR fortran/16531
1129         PR fortran/15966
1130         PR fortran/18781
1131         * gfortran.dg/hollerith.f90: New.
1132         * gfortran.dg/hollerith2.f90: New.
1133         * gfortran.dg/hollerith3.f90: New.
1134         * gfortran.dg/hollerith4.f90: New.
1135         * gfortran.dg/hollerith_f95.f90: New.
1136         * gfortran.dg/hollerith_legacy.f90: New.
1137         * gfortran.dg/g77/cpp4.F: New. Port from g77.
1138
1139 2005-07-07  Ziemowit Laski  <zlaski@apple.com>
1140
1141         PR objc/22274
1142         * obj-c++.dg/gnu-runtime-[1-2].mm: New.
1143         * objc.dg/gnu-runtime-2.m: New.
1144
1145 2005-07-06  Jeff Law  <law@redhat.com>
1146
1147         * gcc.dg/tree-ssa/vrp17.c: New test.
1148
1149 2005-07-07  Feng Wang  <fengwang@nudt.edu.cn>
1150
1151         PR fortran/22327
1152         * gfortran.dg/array_constructor_5.f90: New test.
1153
1154 2005-07-07  Jakub Jelinek  <jakub@redhat.com>
1155
1156         * gfortran.fortran-torture/execute/entry_9.f90: New test.
1157
1158 2005-07-06  Fariborz Jahanian <fjahanian@apple.com>
1159
1160         * gcc.dg/20030324-1.c: Remove -fforce-mem option.
1161         * gcc.dg/980816-1.c: Ditto.
1162
1163 2005-07-06  Jeff Law  <law@redhat.com>
1164
1165         * gcc.c-torture/compile/pr21356.c: New test.
1166
1167 2005-07-05  Joseph S. Myers  <joseph@codesourcery.com>
1168
1169         PR c/22013
1170         PR c/22098
1171         * gcc.c-torture/compile/pr22013-1.c,
1172         gcc.c-torture/execute/pr22098-1.c,
1173         gcc.c-torture/execute/pr22098-2.c,
1174         gcc.c-torture/execute/pr22098-3.c: New tests.
1175
1176 2005-07-05  Joseph S. Myers  <joseph@codesourcery.com>
1177
1178         PR c/22308
1179         * gcc.dg/pr22308-1.c: New test.
1180
1181 2005-07-05  Kazu Hirata  <kazu@codesourcery.com>
1182
1183         * gcc.dg/compare1.c: Add -fno-short-enums.  Don't skip on any
1184         target.
1185         * gcc.dg/compare9.c: Use -fshort-enums instead of
1186         -fno-short-enums.  Change the last test to dg-bogus.
1187
1188 2005-07-04  Kazu Hirata  <kazu@codesourcery.com>
1189
1190         * gcc.dg/compare1.c: Skip on arm*-*-eabi* arm*-*-symbianelf*.
1191         * gcc.dg/compare9.c: New.
1192
1193 2005-07-04  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1194
1195         * gfortran.dg/io_invalid_1.f90: Fix expected error message.
1196
1197 2005-07-03  Andrew Pinski  <pinskia@physics.uc.edu>
1198
1199         PR testsuite/22288
1200         * gcc.dg/tree-ssa/pr14490-[1-4].c: Escape "+".
1201
1202
1203 2005-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1204
1205         * gcc.dg/format/gcc_gfc-1.c: New.
1206
1207 2005-07-03  Andrew Pinski  <pinskia@physics.uc.edu>
1208
1209         * pr14490-[1-4].c: Fix typos scan-tree-dump-times so they now pass.
1210
1211 2005-07-03  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1212
1213         PR fortran/20842
1214         * gfortran.dg/io_invalid_1.f90: New test.
1215
1216 2005-07-03  Joseph S. Myers  <joseph@codesourcery.com>
1217
1218         * gcc.dg/format/gcc_diag-1.c: Update.
1219
1220 2005-07-02  Jeff Law  <law@redhat.com>
1221
1222         * gcc.dg/tree-ssa/pr22051-1.c: New test.
1223         * gcc.dg/tree-ssa/pr22051-2.c: New test.
1224
1225 2005-07-02  Joseph S. Myers  <joseph@codesourcery.com>
1226
1227         * gcc.dg/format/gcc_diag-1.c: Update.
1228
1229 2005-07-01  Andrew Pinski  <pinskia@physics.uc.edu>
1230
1231         PR tree-opt/22269
1232         * gcc.c-torture/compile/pr22269.c: New test.
1233
1234 2005-06-30  Diego Novillo  <dnovillo@redhat.com>
1235
1236         PR 21584
1237         PR 22219
1238         * g++.dg/tree-ssa/pr21584-1.C: New test.
1239         * g++.dg/tree-ssa/pr21584-2.C: New test.
1240
1241 2005-06-30  Ziemowit Laski  <zlaski@apple.com>
1242
1243         * obj-c++.dg/try-catch-11.mm: New.
1244         * objc.dg/try-catch-10.m: New.
1245
1246 2005-06-29  David Edelsohn  <edelsohn@gnu.org>
1247
1248         * g++.dg/other/ucnid-1.C: xfail on AIX.
1249
1250 2005-06-29  Diego Novillo  <dnovillo@redhat.com>
1251
1252         PR 22234
1253         * gcc.dg/20050629-1.c: New test.
1254
1255 2005-06-29  Ziemowit Laski  <zlaski@apple.com>
1256
1257         * obj-c++.dg/const-str-1[0-1].mm: New.
1258         * objc.dg/const-str-1[0-1].m: New.
1259
1260 2005-05-29  Richard Henderson  <rth@redhat.com>
1261
1262         * lib/target-supports.exp (check_effective_target_vect_no_int_max):
1263         Rename from check_effective_target_vect_no_max.
1264         (check_effective_target_vect_no_int_add): New.
1265         * gcc.dg/vect/vect-13.c: Use vect_no_int_max.
1266         * gcc.dg/vect/vect-91.c: Use vect_no_int_add.
1267         * gcc.dg/vect/vect-reduc-3.c: Likewise.
1268         * gcc.dg/vect/vect-reduc-1.c: Use both.
1269         * gcc.dg/vect/vect-reduc-2.c: Likewise.
1270
1271 2005-05-29  Richard Henderson  <rth@redhat.com>
1272
1273         * lib/target-supports.exp (check_effective_target_vect_no_max): 
1274         Remove i386 and x86_64.
1275
1276 2005-06-29  Steve Ellcey  <sje@cup.hp.com>
1277
1278         PR testsuite/21969
1279         * gcc.dg/torture/pr21817.c: Use -fno-common for hppa*-*-* targets.
1280
1281 2005-06-29  Steve Ellcey  <sje@cup.hp.com>
1282
1283         PR middle-end/21969
1284         * gcc.dg/vect/pr21969.c: New test.
1285
1286 2005-06-28  Eric Christopher  <echristo@redhat.com>
1287
1288         PR c/22052
1289         PR c/21975
1290         * gcc.dg/inline1.c: New test.
1291         * gcc.dg/inline2.c: Ditto.
1292         * gcc.dg/inline3.c: Ditto.
1293         * gcc.dg/inline4.c: Ditto.
1294         * gcc.dg/inline5.c: Ditto.
1295         
1296 2005-06-28  Thomas Koenig  <Thomas.Koenig@online.de>
1297
1298         PR libfortran/22142
1299         * gfortran.fortran-torture/execute/intrinsic_eoshift.f90:
1300         Add testcase also testing eoshift1 for PR 22142.
1301
1302 2005-06-28  Richard Henderson  <rth@redhat.com>
1303
1304         * gcc.dg/tree-ssa/20030708-1.c: Remove static from test function.
1305         * gcc.dg/tree-ssa/20030709-1.c, gcc.dg/tree-ssa/20030714-1.c,
1306         gcc.dg/tree-ssa/20030807-1.c, gcc.dg/tree-ssa/20030807-5.c,
1307         gcc.dg/tree-ssa/20030807-8.c, gcc.dg/tree-ssa/20030815-1.c,
1308         gcc.dg/tree-ssa/20030922-2.c: Likewise.
1309
1310 2005-06-28  Thomas Koenig  <Thomas.Koenig@online.de>
1311
1312         PR libfortran/22142
1313         * gfortran.fortran-torture/execute/intrinsic_eoshift.f90:
1314         Add testcase for PR 22142.
1315
1316 2005-06-28  Joseph S. Myers  <joseph@codesourcery.com>
1317
1318         * g++.dg/ext/fpreg1.C, gcc.target/ia64/fpreg-1.c,
1319         gcc.target/ia64/fpreg-2.c: New tests.
1320
1321 2005-06-28  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1322
1323         * gfortran.dg/dev_null.f90: Run test only on linux and solaris.
1324
1325 2005-06-28  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1326
1327         PR libfortran/22170
1328         * gfortran.dg/slash_1.f90: New test.
1329
1330 2005-06-27  Richard Henderson  <rth@redhat.com>
1331
1332         * gcc.dg/vect/vect-reduc-1.c: Adjust test to properly validate MIN.
1333         * gcc.dg/vect/vect-reduc-1char.c: Likewise.
1334         * gcc.dg/vect/vect-reduc-1short.c: Likewise.
1335         * gcc.dg/vect/vect-reduc-2.c: Likewise.
1336         * gcc.dg/vect/vect-reduc-2char.c: Likewise.
1337         * gcc.dg/vect/vect-reduc-2short.c: Likewise.
1338
1339 2005-06-27  Richard Henderson  <rth@redhat.com>
1340
1341         * gcc.dg/vect/vect-reduc-1short.c: Remove XFAIL.
1342         * gcc.dg/vect/vect-reduc-2char.c: Remove XFAIL.
1343
1344 2005-06-27  Ziemowit Laski  <zlaski@apple.com>
1345
1346         * obj-c++.dg/proto-lossage-5.mm: New.
1347         * objc.dg/proto-lossage-5.m: New.
1348
1349 2005-06-27  Diego Novillo  <dnovillo@redhat.com>
1350
1351         PR 21959
1352         * gcc.dg/tree-ssa/pr21959.c: New test.
1353
1354 2005-06-27  Jakub Jelinek  <jakub@redhat.com>
1355
1356         * gcc.c-torture/execute/builtins/lib/main.c (abort): Add prototype.
1357         * gcc.c-torture/execute/builtins/lib/strncat.c (strncat): Avoid
1358         testing uninitialized var.
1359
1360         * gcc.c-torture/execute/builtins/chk.h: New.
1361         * gcc.c-torture/execute/builtins/lib/chk.c: New.
1362         * gcc.c-torture/execute/builtins/memcpy-chk.c: New test.
1363         * gcc.c-torture/execute/builtins/memcpy-chk-lib.c: New.
1364         * gcc.c-torture/execute/builtins/memmove-chk.c: New test.
1365         * gcc.c-torture/execute/builtins/memmove-chk-lib.c: New.
1366         * gcc.c-torture/execute/builtins/mempcpy-chk.c: New test.
1367         * gcc.c-torture/execute/builtins/mempcpy-chk-lib.c: New.
1368         * gcc.c-torture/execute/builtins/memset-chk.c: New test.
1369         * gcc.c-torture/execute/builtins/memset-chk-lib.c: New.
1370         * gcc.c-torture/execute/builtins/snprintf-chk.c: New test.
1371         * gcc.c-torture/execute/builtins/snprintf-chk-lib.c: New.
1372         * gcc.c-torture/execute/builtins/sprintf-chk.c: New test.
1373         * gcc.c-torture/execute/builtins/sprintf-chk-lib.c: New.
1374         * gcc.c-torture/execute/builtins/stpcpy-chk.c: New test.
1375         * gcc.c-torture/execute/builtins/stpcpy-chk-lib.c: New.
1376         * gcc.c-torture/execute/builtins/strcat-chk.c: New test.
1377         * gcc.c-torture/execute/builtins/strcat-chk-lib.c: New.
1378         * gcc.c-torture/execute/builtins/strcpy-chk.c: New test.
1379         * gcc.c-torture/execute/builtins/strcpy-chk-lib.c: New.
1380         * gcc.c-torture/execute/builtins/strncat-chk.c: New test.
1381         * gcc.c-torture/execute/builtins/strncat-chk-lib.c: New.
1382         * gcc.c-torture/execute/builtins/strncpy-chk.c: New test.
1383         * gcc.c-torture/execute/builtins/strncpy-chk-lib.c: New.
1384         * gcc.c-torture/execute/builtins/vsnprintf-chk.c: New test.
1385         * gcc.c-torture/execute/builtins/vsnprintf-chk-lib.c: New.
1386         * gcc.c-torture/execute/builtins/vsprintf-chk.c: New test.
1387         * gcc.c-torture/execute/builtins/vsprintf-chk-lib.c: New.
1388         * gcc.dg/builtin-object-size-1.c: New test.
1389         * gcc.dg/builtin-object-size-2.c: New test.
1390         * gcc.dg/builtin-object-size-3.c: New test.
1391         * gcc.dg/builtin-object-size-4.c: New test.
1392         * gcc.dg/builtin-object-size-5.c: New test.
1393         * gcc.dg/builtin-stringop-chk-1.c: New test.
1394         * gcc.dg/builtin-stringop-chk-2.c: New test.
1395         * gcc.dg/tree-ssa/builtin-fprintf-1.c: New test.
1396         * gcc.dg/tree-ssa/builtin-fprintf-chk-1.c: New test.
1397         * gcc.dg/tree-ssa/builtin-printf-1.c: New test.
1398         * gcc.dg/tree-ssa/builtin-printf-chk-1.c: New test.
1399         * gcc.dg/tree-ssa/builtin-vfprintf-1.c: New test.
1400         * gcc.dg/tree-ssa/builtin-vfprintf-chk-1.c: New test.
1401         * gcc.dg/tree-ssa/builtin-vprintf-1.c: New test.
1402         * gcc.dg/tree-ssa/builtin-vprintf-chk-1.c: New test.
1403         * gcc.c-torture/execute/printf-1.c: New test.
1404         * gcc.c-torture/execute/fprintf-1.c: New test.
1405         * gcc.c-torture/execute/vprintf-1.c: New test.
1406         * gcc.c-torture/execute/vfprintf-1.c: New test.
1407         * gcc.c-torture/execute/printf-chk-1.c: New test.
1408         * gcc.c-torture/execute/fprintf-chk-1.c: New test.
1409         * gcc.c-torture/execute/vprintf-chk-1.c: New test.
1410         * gcc.c-torture/execute/vfprintf-chk-1.c: New test.
1411
1412 2005-06-27  Michael Matz  <matz@suse.de>
1413
1414         * gcc.target/x86_64/abi/test_struct_returning.c: Adjust as return
1415         slot is not merged if address escapes.
1416
1417 2005-06-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1418
1419         PR c/21911
1420         * gcc.dg/format/sentinel-1.c: Update.  Fix execl* calls.
1421
1422 2005-06-26  Jakub Jelinek  <jakub@redhat.com>
1423
1424         PR middle-end/17965
1425         * gcc.c-torture/compile/20050622-1.c: New test.
1426
1427         PR middle-end/22028
1428         * gcc.dg/20050620-1.c: New test.
1429
1430 2005-06-26  Kazu Hirata  <kazu@codesourcery.com>
1431
1432         PR tree-optimization/22026
1433         * gcc.dg/tree-ssa/pr22026.c: New.
1434
1435 2005-06-25  Thomas Koenig <Thomas.Koenig@online.de>
1436
1437         PR libfortran/22144
1438         * gfortran.dg/shift-alloc.f90:  New testcase.
1439
1440 2005-06-25  Kelley Cook  <kcook@gcc.gnu.org>
1441
1442         * all files: Update FSF address in copyright headers.
1443
1444 2005-06-22  Jan Hubicka  <jh@suse.cz>
1445
1446         * wholeprogram-1.c: New testcase.
1447         * wholeprogram-2.c: New testcase.
1448
1449 2005-06-24  Mark Mitchell  <mark@codesourcery.com>
1450
1451         PR 22171
1452         * gcc.dg/tree-ssa/pr22171.c: New test.
1453
1454 2005-06-24  Feng Wang  <fengwang@nudt.edu.cn>
1455
1456         * gfortran.dg/simplify_modulo.f90: New.
1457
1458 2005-06-24  Jan Hubicka  <jh@suse.cz>
1459
1460         * gcc.dg/tree-ssa/20040210-1.c: Fix for unit-at-a-time
1461
1462 2005-06-23  Ziemowit Laski  <zlaski@apple.com>
1463
1464         * obj-c++.dg/proto-lossage-[1-4].mm: New.
1465
1466 2005-06-23  Ziemowit Laski  <zlaski@apple.com>
1467
1468         * obj-c++.dg/typedef-alias-1.mm: New.
1469         * objc.dg/typedef-alias-1.m: New.
1470
1471 2005-06-23  Jeff Law  <law@redhat.com>
1472
1473         * gcc.dg/tree-ssa/vrp16.c: New test.
1474
1475 2005-06-23  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1476
1477         * lib/target-supports.exp: Add
1478         check_effective_target_fortran_large_real and
1479         check_effective_target_fortran_large_int to check for
1480         corresponding effective targets.
1481         * gfortran.dg/large_integer_kind_1.f90: New test.
1482         * gfortran.dg/large_real_kind_1.f90: New test.
1483
1484 2005-06-23  Kazu Hirata  <kazu@codesourcery.com>
1485
1486         PR tree-optimization/22117
1487         * gcc.dg/tree-ssa/pr22117.c: New.
1488
1489 2005-06-23  James A. Morrison  <phython@gcc.gnu.org>
1490
1491         PR testsuite/22123
1492         * gcc.dg/fold-mod-1.c: Accept fffffff8 as well.
1493
1494 2005-06-23  David Edelsohn  <edelsohn@gnu.org>
1495
1496         * gcc.dg/rs6000-fpint-2.c: Only compile on Darwin and Linux.
1497
1498 2005-06-23  David Billinghurst  <David.Billinghurst@riotinto.com>
1499
1500         * gfortran.dg/f2c_4.f90:  Add tests for complex functions
1501         * gfortran.dg/f2c_4.c: Likewise
1502         
1503 2005-06-22 Paul Brook  <paul@codesourcery.com>
1504
1505         PR fortran/21034
1506         * gfortran.dg/auto_save_1.f90: New test.
1507
1508 2005-06-22  Michael Matz  <matz@suse.de>
1509
1510         * gcc.target/x86-64/abi: New directory.
1511         * gcc.target/x86-64/abi/abi-x86_64.exp: New testsuite.
1512         * gcc.target/x86-64/abi/README.gcc: New file.
1513         * gcc.target/x86-64/abi/{args.h,defines.h,macros.h}: New headers.
1514         * gcc.target/x86-64/abi/asm-support.s: New file.
1515         * gcc.target/x86_64/abi/test_3_element_struct_and_unions.c: New test.
1516         * gcc.target/x86_64/abi/test_basic_alignment.c: New test.
1517         * gcc.target/x86_64/abi/test_basic_array_size_and_align.c: New test.
1518         * gcc.target/x86_64/abi/test_basic_returning.c: New test.
1519         * gcc.target/x86_64/abi/test_basic_sizes.c: New test.
1520         * gcc.target/x86_64/abi/test_basic_struct_size_and_align.c: New test.
1521         * gcc.target/x86_64/abi/test_basic_union_size_and_align.c: New test.
1522         * gcc.target/x86_64/abi/test_bitfields.c: New test.
1523         * gcc.target/x86_64/abi/test_complex_returning.c: New test.
1524         * gcc.target/x86_64/abi/test_passing_floats.c: New test.
1525         * gcc.target/x86_64/abi/test_passing_integers.c: New test.
1526         * gcc.target/x86_64/abi/test_passing_structs_and_unions.c: New test.
1527         * gcc.target/x86_64/abi/test_passing_structs.c: New test.
1528         * gcc.target/x86_64/abi/test_passing_unions.c: New test.
1529         * gcc.target/x86_64/abi/test_struct_returning.c: New test.
1530         * gcc.target/x86_64/abi/test_varargs.c: New test.
1531
1532 2005-06-21  Joseph S. Myers  <joseph@codesourcery.com>
1533
1534         * g++.dg/abi/mangle24.C, g++.dg/abi/mangle25.C: Pass -mmmx for
1535         32-bit i?86 and x86_64.
1536
1537 2005-06-21  Ziemowit Laski  <zlaski@apple.com>
1538
1539         * obj-c++.dg/const-str-[1-9].mm: New tests.
1540
1541 2005-06-21  Paul Thomas  <pault@gcc.gnu.org>
1542
1543         PR fortran/22010
1544         * gfortran.dg/namelist_use.f90: New.
1545         * gfortran.dg/namelist_use_only.f90: New.
1546
1547 2005-06-21  Jeff Law  <law@redhat.com>
1548
1549         * gcc.dg/tree-ssa/vrp15.c: New test.
1550
1551 2005-06-21  Dorit Nuzman  <dorit@il.ibm.com>
1552
1553         * lib/target-supports.exp (check_effective_target_vect_reduction): 
1554         Remove.
1555         * gcc.dg/vect/vect.exp: Run tests with additional flags separately.
1556         * gcc.dg/vect/vect-reduc-1.c: Vectorizable on all relevant platforms -
1557         remove vect_reduction target keyword. Also avoid two returns in main.
1558         * gcc.dg/vect/vect-reduc-3.c: Likewise.
1559         * gcc.dg/vect/vect-reduc-2.c: Likewise. Also initialize diff to 0.
1560         * gcc.dg/vect/vect-reduc-1short.c: New test.
1561         * gcc.dg/vect/vect-reduc-1char.c: New test.
1562         * gcc.dg/vect/vect-reduc-2short.c: New test.
1563         * gcc.dg/vect/vect-reduc-2char.c: New test.
1564         * gcc.dg/vect/vect-reduc-6.c: New test.
1565         * gcc.dg/vect/trapv-vect-reduc-4.c: New test.
1566         * gcc.dg/vect/fast-math-vect-reduc-5.c: New test.
1567         * gcc.dg/vect/fast-math-vect-reduc-7.c: New test
1568
1569 2005-06-21  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
1570         Paul Thomas  <pault@gcc.gnu.org>
1571
1572         * gfortran.dg/func_derived_2.f90, gfortran.dg/func_derived_3.f90:
1573         New tests.
1574         
1575 2005-06-20  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1576
1577         * gfortran.dg/backslash_1.f90: New test.
1578         * gfortran.dg/backslash_2.f90: New test.
1579
1580 2005-06-20  Steven G. Kargl  <kargls@comcast.net>
1581
1582         * gfortran.dg/duplicate_labels.f90: New test.
1583
1584 2005-06-20  Jan Beulich  <jbeulich@novell.com>
1585
1586         * g++.old-deja/g++.jason/thunk2.C: On NetWare, also account for
1587         unsupportable relocations.
1588         * g++.old-deja/g++.other/store-expr1.C: Likewise.
1589         * gcc.dg/20050321-2.c: xfail for NetWare.
1590
1591 2005-06-20  Andreas Jaeger  <aj@suse.de>
1592
1593         * gcc.target/i386/sseregparm-1.c, gcc.target/i386/sseregparm-2.c,
1594         gcc.target/i386/fastcall-sseregparm.c,
1595         gcc.target/i386/regparm-stdcall.c: Run only on 32-bit x86.
1596
1597 2005-06-19  Richard Henderson  <rth@redhat.com>
1598
1599         * gcc.dg/tree-ssa/pr21985.c: Use size_t.
1600
1601 2005-06-19  Joseph S. Myers  <joseph@codesourcery.com>
1602
1603         * g++.dg/abi/mangle24.C, g++.dg/abi/mangle25.C: New tests.
1604
1605 2005-06-19  Aldy Hernandez  <aldyh@redhat.com>
1606
1607         PR c++/22115
1608         * g++.dg/conversion/simd2.C: Change expected error message.
1609
1610 2005-06-18  Dorit Nuzman  <dorit@il.ibm.com>
1611
1612         * gcc.dg/vect/vect-reduc-1.c: Add cleanup-tree-dump.
1613         * gcc.dg/vect/vect-reduc-2.c: Likewise.
1614         * gcc.dg/vect/vect-reduc-3.c: Likewise.
1615
1616 2005-06-18  James A Morrison  <phython@gcc.gnu.org>
1617
1618         * gcc.dg/fold-mod-1.c: New test.
1619
1620 2005-06-18  Steven G. Kargl  <kargls@comcast.net>
1621
1622         PR fortran/19926
1623         * gfortran.dg/pr19926.f90: New test.
1624
1625 2005-06-18  Dorit Nuzman  <dorit@il.ibm.com>
1626
1627         * lib/target-supports.exp (check_effective_target_vect_reduction): New.
1628         * gcc.dg/vect/vect-reduc-1.c: Now vectorizable for vect_reduction
1629         targets.
1630         * gcc.dg/vect/vect-reduc-2.c: Likewise.
1631         * gcc.dg/vect/vect-reduc-3.c: Likewise.
1632
1633 2005-06-18  Joseph S. Myers  <joseph@codesourcery.com>
1634
1635         * gcc.target/ia64/float80-varargs-1.c: New test.
1636
1637 2005-06-18  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
1638
1639         PR tree-opt/22035
1640         * gfortran.dg/f2c_6.f90: New test.
1641
1642 2005-06-17  Geoffrey Keating  <geoffk@apple.com>
1643
1644         PR c++/17413
1645         * g++.dg/template/local5.C: New.
1646
1647 2005-06-17  Richard Henderson  <rth@redhat.com>
1648
1649         * gcc.dg/sync-2.c (do_qi): Cast negative results to char.
1650
1651 2005-06-07  David Billinghurst  <David.Billinghurst@riotinto.com>
1652
1653         PR testsuite/21945
1654         * lib/gcc-dg.exp (gcc-dg-test-1): Catch error if file can't be deleted.
1655
1656 2005-06-15  Giovanni Bajo  <giovannibajo@libero.it>
1657
1658         * gcc.dg/vect/vect-dv-2.c, gcc.dg/vect/vect-ifcvt-2.c,
1659         gcc.dg/vect/vect-ifcvt-3.c, gcc.dg/vect/vect-ifcvt-4.c,
1660         gcc.dg/vect/vect-ifcvt-5.c, gcc.dg/vect/vect-ifcvt-6.c,
1661         gcc.dg/vect/vect-ifcvt-7.c, gcc.dg/vect/vect-ifcvt-9.c: Call
1662         check_vect to verify the presence of hardware vector support.
1663
1664 2005-06-16  James A. Morrison  <phython@gcc.gnu.org>
1665
1666         PR testsuite/22056
1667         * gcc.dg/pr14796-2.c: Accept -34359738368 and -800000000.
1668
1669 2005-06-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1670
1671         PR libfortran/19216
1672         * gfortran.dg/pr19216.f: Add correct space between brackets and
1673         dg directive.
1674
1675 2005-06-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1676
1677         PR libfortran/16436
1678         * gfortran.dg/g77/f77-edit-t-in.f: Not XFAIL-ed any more.
1679
1680 2005-06-16  Richard Guenther  <rguenth@gcc.gnu.org>
1681
1682         * gcc.target/i386/attributes-error.c: New testcase.
1683         * gcc.target/i386/fastcall-sseregparm.c: Likewise.
1684         * gcc.target/i386/regparm-stdcall.c: Likewise.
1685         * gcc.target/i386/sseregparm-1.c: Likewise.
1686         * gcc.target/i386/sseregparm-2.c: Likewise.
1687
1688 2005-06-16  Nathan Sidwell  <nathan@codesourcery.com>
1689
1690         * g++.dg/rtti/crash2.C: New.
1691
1692 2005-06-15  Joseph S. Myers  <joseph@codesourcery.com>
1693
1694         * gcc.dg/noncompile/20040203-3.c: Update expected message.
1695
1696 2005-06-15  David Ung  <davidu@mips.com>
1697
1698         * gcc.target/mips/mips16e-extends.c: New test for testing the
1699         generation of MIPS16e zeb/zeh, seb/seh instructions.
1700
1701 2005-06-15  Diego Novillo  <dnovillo@redhat.com>
1702
1703         PR 22018
1704         * gcc.dg/tree-ssa/vrp13.c: Add multiplication tests.
1705         * gcc.dg/tree-ssa/pr22018.c: New test.
1706
1707 2005-06-15  Aldy Hernandez  <aldyh@redhat.com>
1708
1709         * gcc.dg/simd-1.c: Update error messages.
1710         * gcc.dg/simd-1b.c: Re-enable tests.  Update error messages.
1711         * gcc.dg/simd-2.c: Update error messages.
1712         * gcc.dg/simd-4.c: New.
1713
1714 2005-06-15  Nathan Sidwell  <nathan@codesourcery.com>
1715
1716         PR c++/20678
1717         * g++.dg/other/crash-4.C: New.
1718
1719 2005-06-14  Devang Patel  <dpatel@apple.com>
1720
1721         * gcc.dg/vect/vect-ifcvt-1.c: Remove.
1722
1723 2005-06-14  Nathan Sidwell  <nathan@codesourcery.com>
1724
1725         PR c++/21929
1726         * g++.dg/parse/crash11.C: Update
1727
1728 2005-06-13  Jeff Law  <law@redhat.com>
1729
1730         * gcc.dg/tree-ssa/20030807-10.c: VRP is now expected to
1731         perform the desired transformations.
1732         * gcc.dg/tree-ssa/20030806-6.c: Similarly.
1733         * gcc.dg/tree-ssa/20040514-2.c: Similarly.
1734
1735 2005-06-13  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
1736
1737         PR fortran/22038
1738         * gfortran.dg/forall_1.f90: Un-XFAIL.
1739
1740 2005-06-13  Nathan Sidwell  <nathan@codesourcery.com>
1741
1742         PR c++/21929
1743         * g++.dg/parse/crash26.C: New.
1744
1745         PR c++/20789
1746         * g++.dg/init/member1.C: New.
1747
1748 2005-06-13  Jakub Jelinek  <jakub@redhat.com>
1749
1750         * gfortran.dg/altreturn_1.f90: New test.
1751
1752 2005-06-13  Zdenek Dvorak  <dvorakz@suse.cz>
1753
1754         PR middle-end/21985
1755         * gcc.dg/tree-ssa/pr21985.c: New test.
1756
1757 2005-06-12  James A. Morrison  <phython@gcc.gnu.org>
1758
1759         * ggcc.dg/pr14796-1.c: Add tests for (X << C) >> C.
1760
1761 2005-06-12  Roger Sayle  <roger@eyesopen.com>
1762
1763         PR c++/21930
1764         * g++.dg/other/error10.C: New test case.
1765
1766 2005-06-12  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1767
1768         PR libfortran/19155
1769         * gfortran.dg/pr19155.f: Add test.
1770
1771 2005-06-12  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
1772
1773         * gfortran.dg/f2c_7.f90: New test.
1774
1775         * gfortran.dg/forall_1.f90: XFAILed.
1776
1777 2005-06-12  James A. Morrison  <phython@gcc.gnu.org>
1778
1779         * gcc.dg/pr14796-1.c: New.
1780         * gcc.dg/pr14796-2.c: New.
1781
1782 2005-06-11  Steven G. Kargl  <kargls@comcast.net>
1783
1784         PR fortran/17792
1785         PR fortran/21375
1786         * gfortran.dg/deallocate_stat.f90:  New test.
1787
1788 2005-06-11  Thomas Koenig  <Thomas.Koenig@online.de>
1789
1790         * gfortran.fortran-torture/execute/in-pack.f90:  New test.
1791
1792 2005-06-10  Dorit Nuzman  <dorit@il.ibm.com>
1793
1794         * gfortran.dg/vect/vect-4.f90: Update comments. Only one unaligned
1795         access will be generated when this loop is vectorized. Test that
1796         accesses with same alignment were detected.
1797         * gcc.dg/vect/vect-dv-2.c: Remove "vect_no_align" from xfail.
1798         Test that accesses with same alignment were detected.
1799         * gcc.dg/vect/vect-ifcvt-1.c: Likewise.
1800         * gcc.dg/vect/vect-91.c: New test. Test that accesses with same
1801         alignment were detected.
1802
1803 2005-06-09  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1804
1805         * gcc.dg/Wcxx-compat-1.c: New.
1806
1807 2005-06-09  Thomas Koenig  <Thomas.Koenig@online.de>
1808
1809         PR libfortran/21480
1810         * gfortran.dg/reshape-complex.f90:  Add a test for a packed
1811         complex array.
1812
1813 2005-06-09  Nathan Sidwell  <nathan@codesourcery.com>
1814
1815         * gcc.dg/alias-8.c: New.
1816
1817 2005-06-08  Joseph S. Myers  <joseph@codesourcery.com>
1818
1819         * gcc.dg/format/cmn_err-1.c: Update.
1820
1821 2005-06-08  James A. Morrison  <phython@gcc.gnu.org>
1822
1823         PR target/20666
1824         * gcc.target/sparc/fexpand-2.c: New.
1825         * gcc.target/sparc/fpmerge-2.c: New.
1826         * gcc.target/sparc/fpmul-2.c: New.
1827         * gcc.target/sparc/noresult.c: New.
1828         * gcc.target/sparc/pdist-2.c: New.
1829         * gcc.target/sparc/pdist-3.c: New.
1830
1831 2005-06-08  Alex V. Breger  <atrus.ru@atrus.ru>
1832
1833         PR testsuite/21702
1834         * gcc.target/i386/i386.exp: Fix comment typo.
1835
1836 2005-06-08  Nathan Sidwell  <nathan@codesourcery.com>
1837
1838         PR c++/19497
1839         * g++.dg/inherit/using5.C: New.
1840         * g++.dg/inherit/using6.C: New.
1841
1842 2005-06-08  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1843
1844         PR c++/19894
1845         * g++.dg/template/ptrmem15.C: New test.
1846
1847         PR c++/20563
1848         * g++.dg/ext/label4.C: New test.
1849
1850 2005-06-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
1851
1852         * gcc.dg/tls/debug-1.c: New test.
1853
1854 2005-06-07  Dale Johannesen  <dalej@apple.com>
1855
1856         * gcc.target/i386/movq.c:  New.
1857
1858 2005-06-07  Dale Johannesen  <dalej@apple.com>
1859
1860         * gcc.dg/20050607-1.c:  New.
1861
1862 2005-06-07  Jakub Jelinek  <jakub@redhat.com>
1863
1864         PR middle-end/21850
1865         * gcc.c-torture/execute/20050607-1.c: New test.
1866
1867 2005-06-07  Thomas Koenig  <Thomas.Koenig@online.de>
1868
1869         PR libfortran/21926
1870         * gfortran.fortran-torture/execute/intrinsic_matmul.f90:
1871         Test case where the return array has lowest stride one,
1872         but isn't packed.
1873
1874 2005-06-07  Adrian Straetling  <straetling@de.ibm.com>
1875
1876         * lib/target-supports.exp (check_effective_target_sync_int_long):
1877         Add s390 and s390x targets.
1878
1879 2005-06-07  Zdenek Dvorak  <dvorakz@suse.cz>
1880
1881         * gcc.dg/tree-ssa/loop-2.c: Update outcome.
1882         * gcc.dg/tree-ssa/loop-3.c: Update outcome.
1883         * gcc.dg/tree-ssa/loop-4.c: Update outcome.
1884         * gcc.dg/tree-ssa/loop-9.c: New test.
1885
1886 2005-06-07  Nathan Sidwell  <nathan@codesourcery.com>
1887
1888         * g++.dg/parse/defarg10.C: New.
1889
1890 2005-06-06  Jakub Jelinek  <jakub@redhat.com>
1891
1892         PR regression/21897
1893         * gcc.c-torture/execute/20050604-1.c: New test.
1894
1895 2005-06-06  Nathan Sidwell  <nathan@codesourcery.com>
1896
1897         PR 21903
1898         * g++.dg/parse/defarg9.C: New.
1899
1900         PR c++/20637
1901         * g++.dg/inherit/using4.C: New.
1902         * g++.dg/overload/error1.C: Adjust expected errors.
1903         * g++.old-deja/g++.benjamin/warn02.C: Likewise.
1904         * g++.old-deja/g++.brendan/arm2.C: Likewise.
1905         * g++.old-deja/g++.other/redecl2.C: Likewise.
1906         * g++.old-deja/g++.other/redecl4.C: Likewise.
1907         * g++.old-deja/g++.pt/memtemp78.C: Likewise.
1908
1909 2005-06-05  David Billinghurst  <David.Billinghurst@riotinto.com>
1910
1911         * gfortran.dg/f2c_5.f90: Add -w to dg-options
1912
1913 2005-06-05  David Billinghurst  <David.Billinghurst@riotinto.com>
1914
1915         * lib/gfortran.exp (gfortran_target_compile): Call
1916         dg-additional-files-options
1917         * gfortran.dg/f2c_4.f90: New file
1918         * gfortran.dg/f2c_4.c: New file
1919         * gfortran.dg/f2c_5.f90: New file
1920         * gfortran.dg/f2c_5.c: New file
1921
1922 2005-06-05  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
1923
1924         * gfortran.dg/forall_1.f90: Set previously uninitialized variable.
1925
1926         PR fortran/21912
1927         * gfortran.dg/array_constructor_4.f90: New test.
1928
1929 2005-06-05  Mark Mitchell  <mark@codesourcery.com>
1930
1931         PR c++/21619
1932         * g++.dg/ext/builtin9.C: New test.
1933
1934 2005-06-05  Dale Johannesen  <dalej@apple.com>
1935
1936         * gcc.c-torture/execute/20050603-1.c:  Move to gcc.dg.
1937         * gcc.c-torture/execute/20050603-2.c:  Ditto.
1938
1939 2005-06-05  Dorit Nuzman  <dorit@il.ibm.com>
1940
1941         * gcc.dg/vect/vect-62: Check that second loop is not vectorized.
1942         * gcc.dg/vect/vect-reduc-1.c: New.
1943         * gcc.dg/vect/vect-reduc-2.c: New.
1944         * gcc.dg/vect/vect-reduc-3.c: New.
1945
1946 2005-06-04  Dale Johannesen  <dalej@apple.com>
1947
1948         * gcc.c-torture/execute/20050603-1.c:  New.
1949         * gcc.c-torture/execute/20050603-2.c:  New.
1950         * gcc.dg/20050603-3.c:  New.
1951
1952 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
1953
1954         PR fortran/19195
1955         * gfortran.dg/debug_1.f90: New test.
1956
1957         * gfortran.dg/forall_1.f90: New test.
1958
1959 2005-06-04  Erik Edelmann  <erik.edelmann@iki.fi>
1960
1961         * gfortran.dg/array_constructor_3.f90: New test.
1962
1963 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
1964
1965         * gfortran.dg/ret_pointer_1.f90: Un-XFAIL.
1966
1967 2005-06-04  Hans-Peter Nilsson  <hp@axis.com>
1968
1969         * g++.dg/opt/crossjump1.C: Gate -fPIC usage on target fpic.
1970
1971 2005-06-04  Joseph S. Myers  <joseph@codesourcery.com>
1972
1973         PR c/21873
1974         * gcc.dg/init-excess-1.c: New test.
1975
1976 2005-06-03  Mark Mitchell  <mark@codesourcery.com>
1977
1978         PR c++/21853
1979         * g++.dg/expr/static_cast6.C: New test.
1980
1981 2005-06-03  Diego Novillo  <dnovillo@redhat.com>
1982
1983         * gcc.dg/tree-ssa/vrp14.c: New test.
1984
1985 2005-06-03  Mark Mitchell  <mark@codesourcery.com>
1986
1987         PR c++/21336
1988         * g++.dg/template/new2.C: New test.
1989
1990 2005-06-03  Josh Conner  <jconner@apple.com>
1991
1992         * gcc.dg/ppc-vector-memcpy.c (foo): Use non-zero values for
1993         all entries in initializer.
1994
1995 2005-06-03  Richard Guenther  <rguenth@gcc.gnu.org>
1996
1997         PR middle-end/21858
1998         * gcc.dg/pr21858.c: New testcase.
1999
2000 2005-06-03  Paolo Bonzini  <bonzini@gnu.org>
2001
2002         PR tree-optimization/21292
2003
2004         * lib/target-supports.exp (check_effective_target_vect_cmdline_needed):
2005         New.
2006         * gcc.dg/tree-ssa/gen-vect-11.c, gcc.dg/tree-ssa/gen-vect-11a.c,
2007         gcc.dg/tree-ssa/gen-vect-11b.c, gcc.dg/tree-ssa/gen-vect-11c.c,
2008         gcc.dg/tree-ssa/gen-vect-2.c, gcc.dg/tree-ssa/gen-vect-25.c,
2009         gcc.dg/tree-ssa/gen-vect-26.c, gcc.dg/tree-ssa/gen-vect-28.c,
2010         gcc.dg/tree-ssa/gen-vect-32.c: Require it.
2011
2012 2005-06-02  Richard Henderson  <rth@redhat.com>
2013
2014         * gcc.dg/sync-2.c: Use -march=i486 for i386.
2015
2016 2005-06-02  Richard Guenther  <rguenth@gcc.gnu.org>
2017
2018         * gcc.dg/wtypequal.c: New testcase.
2019
2020 2005-06-02  Diego Novillo  <dnovillo@redhat.com>
2021
2022         PR 21582
2023         * gcc.dg/tree-ssa/pr21582.c: New test.
2024
2025 2005-06-02  Nathan Sidwell  <nathan@codesourcery.com>
2026
2027         PR c++/21280
2028         * g++.dg/opt/interface2.h: New.
2029         * g++.dg/opt/interface2.C: New.
2030         * g++.dg/init/ctor4.C: Adjust error lines.
2031         * g++.old-deja/g++.bob/inherit2.C: Likewise.
2032         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
2033         * g++.old-deja/g++.jason/opeq3.C: Likewise.
2034         * g++.old-deja/g++.pt/assign1.C: Likewise.
2035         * g++.old-deja/g++.pt/crash20.C: Likewise.
2036
2037 2005-06-02  Dorit Nuzman  <dorit@il.ibm.com>
2038
2039         PR tree-optimization/21734
2040         * g++.dg/vect/pr21734_1.cc: New.
2041         * g++.dg/vect/pr21734_2.cc: New.
2042
2043 2005-06-02  Nathan Sidwell  <nathan@codesourcery.com>
2044
2045         PR c++/20350
2046         * g++.dg/template/spec24.C: New.
2047
2048         PR c++/21151
2049         * g++.dg/pch/local-1.C: New.
2050         * g++.dg/pch/local-1.Hs: New.
2051
2052 2005-06-01  Diego Novillo  <dnovillo@redhat.com>
2053
2054         PR 14341, PR 21332, PR 20701, PR 21086, PR 21090
2055         PR 21289, PR 21348, PR 21367, PR 21368, PR 21458.
2056         * gcc.dg/tree-ssa/pr14341.c: New test.
2057         * gcc.dg/tree-ssa/pr14841.c: New test.
2058         * gcc.dg/tree-ssa/pr20701.c: New test.
2059         * gcc.dg/tree-ssa/pr21086.c: New test.
2060         * gcc.dg/tree-ssa/pr21090.c: New test.
2061         * gcc.dg/tree-ssa/pr21332.c: New test.
2062         * gcc.dg/tree-ssa/pr21458.c: New test.
2063         * gcc.dg/tree-ssa/pr21658.c: New test.
2064         * gcc.dg/tree-ssa/vrp01.c: New test.
2065         * gcc.dg/tree-ssa/vrp02.c: New test.
2066         * gcc.dg/tree-ssa/vrp03.c: New test.
2067         * gcc.dg/tree-ssa/vrp04.c: New test.
2068         * gcc.dg/tree-ssa/vrp05.c: New test.
2069         * gcc.dg/tree-ssa/vrp06.c: New test.
2070         * gcc.dg/tree-ssa/vrp07.c: New test.
2071         * gcc.dg/tree-ssa/vrp08.c: New test.
2072         * gcc.dg/tree-ssa/vrp09.c: New test.
2073         * gcc.dg/tree-ssa/vrp10.c: New test.
2074         * gcc.dg/tree-ssa/vrp11.c: New test.
2075         * gcc.dg/tree-ssa/vrp12.c: New test.
2076         * gcc.dg/tree-ssa/vrp13.c: New test.
2077
2078 2005-06-01  Alexandre Oliva  <aoliva@redhat.com>
2079
2080         PR 21029
2081         * gcc.dg/tree-ssa/pr21029.c: New test.
2082
2083 2005-06-01  Roger Sayle  <roger@eyesopen.com>
2084
2085         * gfortran.dg/logint-1.f: New test case.
2086         * gfortran.dg/logint-2.f: Likewise.
2087         * gfortran.dg/logint-3.f: Likewise.
2088
2089 2005-06-01  Jakub Jelinek  <jakub@redhat.com>
2090
2091         PR c/21536
2092         PR c/20760
2093         * gcc.dg/20050527-1.c: New test.
2094
2095         * gcc.dg/i386-sse-12.c: New test.
2096
2097         PR fortran/21729
2098         * gfortran.dg/implicit_5.f90: New test.
2099
2100 2005-06-01  Feng Wang  <fengwang@nudt.edu.cn>
2101
2102         PR fortran/20883
2103         * gfortran/assign_4.f90: New test.
2104         * gfortran/assign_2.f90: Change compile to run.
2105
2106 2005-05-31  Geoffrey Keating  <geoffk@geoffk.org>
2107
2108         * lib/target-supports.exp
2109         (check_effective_target_sync_char_short): New.
2110         * gcc.dg/sync-2.c: New.
2111
2112 2005-05-31  Zdenek Dvorak  <dvorakz@suse.cz>
2113
2114         PR tree-optimization/21817
2115         * gcc.dg/torture/pr21817-1.c: New.
2116
2117 2005-05-31  Nathan Sidwell  <nathan@codesourcery.com>
2118
2119         PR c++/21165
2120         * g++.dg/template/init5.C: New.
2121
2122 2005-05-31  Paul Thomas  <pault@gcc.gnu.org>
2123
2124         * gfortran.dg/char_initialiser_actual.f90:
2125         Test character initialisers as actual arguments.
2126         * gfortran.dg/char_pointer_comp_assign.f90:
2127         Test character pointer structure component assignments.
2128         * gfortran.dg/char_array_structure_constructor.f90:
2129         Test character components in structure constructors.
2130
2131 2005-05-31  Andrew pinski  <pinskia@physics.uc.edu>
2132
2133         PR middle-end/20931
2134         * g++.dg/opt/pr20931.C: New test.
2135
2136 2005-05-31  Andreas Jaeger  <aj@suse.de>
2137
2138         PR testsuite/20772
2139         * g++.dg/abi/dtor1.C, g++.dg/abi/empty10.C, g++.dg/abi/layout3.C,
2140         g++.dg/eh/simd-2.C, g++.dg/opt/cse2.C,
2141         g++.old-deja/g++.ext/asmspec1.C,
2142         g++.old-deja/g++.other/regstack.C,
2143         gcc.dg/20000614-1.c, gcc.dg/20000807-1.c, gcc.dg/20000904-1.c,
2144         gcc.dg/20001127-1.c, gcc.dg/20010202-1.c, gcc.dg/20010520-1.c,
2145         gcc.dg/20011009-1.c, gcc.dg/20011029-2.c, gcc.dg/20020224-1.c,
2146         gcc.dg/20020531-1.c, gcc.dg/20020616-1.c, gcc.dg/980226-1.c,
2147         gcc.dg/980414-1.c, gcc.dg/980520-1.c, gcc.dg/980709-1.c,
2148         gcc.dg/990117-1.c, gcc.dg/990130-1.c, gcc.dg/990213-2.c,
2149         gcc.dg/990214-1.c, gcc.dg/991129-1.c, gcc.dg/991209-1.c,
2150         gcc.dg/991214-1.c, gcc.dg/asm-1.c, gcc.dg/attr-returns_twice-1.c,
2151         gcc.dg/clobbers.c, gcc.dg/i386-387-7.c, gcc.dg/i386-387-8.c,
2152         gcc.dg/i386-3dnowA-1.c, gcc.dg/i386-3dnowA-2.c, gcc.dg/i386-asm-1.c
2153         gcc.dg/i386-asm-2.c, gcc.dg/i386-asm-3.c, gcc.dg/i386-bitfield3.c
2154         gcc.dg/i386-call-1.c, gcc.dg/i386-memset-1.c,
2155         gcc.dg/i386-signbit-3.c, gcc.dg/i386-ssefn-1.c,
2156         gcc.dg/i386-ssefn-2.c, gcc.dg/i386-ssefn-3.c, gcc.dg/i386-ssefn-4.c
2157         gcc.dg/i386-volatile-1.c, gcc.dg/i386-xorps.c, gcc.dg/pr12092-1.c
2158         gcc.dg/pr14289-1.c, gcc.dg/pr19236-1.c, gcc.dg/pr20204.c,
2159         gcc.dg/pr9771-1.c, gcc.dg/register-var-1.c,
2160         gcc.dg/sibcall-5.c, gcc.dg/charset/asm3.c,
2161         gcc.dg/cpp/trad/num-sign.c: Run tests also on x86_64.
2162
2163 2005-05-31  Jeff Law  <law@redhat.com>
2164
2165         * gcc.dg/tree-ssa/foldaddr-1.c: New test.
2166
2167 2005-05-30  Paolo Carlini  <pcarlini@suse.de>
2168
2169         PR middle-end/21743
2170         * gcc.dg/builtins-1.c: Activate disabled clog test.
2171         * gcc.dg/torture/builtin-attr-1.c: Likewise.
2172
2173 2005-05-29 Paul Thomas  <pault@gcc.gnu.org>
2174
2175         * gfortran.dg/char_pointer_assign.f90:
2176         Test character-pointer assignments and pointer assignments.
2177         * gfortran.dg/char_pointer_dummy.f90:
2178         Test character-pointer dummy arguments.
2179         * gfortran.dg/char_pointer_func.f90:
2180         Test character-pointer function returns.
2181         * gfortran.dg/char_pointer_dependency.f90:
2182         Test character-pointer functions with dependencies.
2183
2184 2005-05-30  Mark Mitchell  <mark@codesourcery.com>
2185
2186         PR c++/21784
2187         * g++.dg/lookup/using14.C: New test.
2188
2189 2005-05-30  Kazu Hirata  <kazu@cs.umass.edu>
2190
2191         * gcc.dg/c99-math-double-1.c, gcc.dg/c99-math-float-1.c,
2192         gcc.dg/c99-math-long-double-1.c, gcc.dg/c99-math.h: Remove
2193         trailing ^M.
2194
2195 2005-05-29  Geoffrey Keating  <geoffk@apple.com>
2196
2197         PR c++/17413
2198         * g++.dg/template/local5.C: New.
2199
2200         PR target/21761
2201         * gcc.c-torture/compile/pr21761.c: New.
2202
2203         * g++.old-deja/g++.eh/badalloc1.C: Make XFAIL only on darwin
2204         before darwin8.
2205
2206 2005-05-30  Steven G. Kargl
2207
2208         PR fortran/20846
2209         * gfortran.dg/inquire_8.f90: New test.
2210
2211 2005-05-29  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
2212
2213         PR libfortran/21376
2214         * gfortran.dg/output_exponents_1.f90: New test.
2215
2216 2005-05-29  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
2217
2218         PR libfortran/20006
2219         * gfortran.dg/dollar_edit_descriptor-1.f: New test.
2220
2221 2005-05-28  Mark Mitchell  <mark@codesourcery.com>
2222
2223         PR c++/21210
2224         * g++.dg/ext/complex1.C: New test.
2225
2226         PR c++/21340
2227         * g++.dg/init/ctor6.C: New test.
2228
2229 2005-05-29  Jan Hubicka  <jh@suse.cz>
2230
2231         * gcc.c-torture/compile/pr21562.c: New.
2232
2233 2005-05-28  Steven G. Kargl <kargls@comcast.net>
2234
2235         * gfortran.dg/subnormal_1.f90: New test.
2236
2237 2005-05-28  Jan Hubicka  <jh@suse.cz>
2238
2239         * tree-prof.exp: Fix comment.
2240         * value-prof-1.c: New.
2241         * value-prof-2.c: New.
2242         * value-prof-3.c: New.
2243         * value-prof-4.c: New.
2244
2245 2005-05-27  Mark Mitchell  <mark@codesourcery.com>
2246
2247         PR c++/21614
2248         * g++.dg/expr/ptrmem6.C: New test.
2249         * g++.dg/expr/ptrmem6a.C: Likewise.
2250
2251 2005-05-27  Kazu Hirata  <kazu@cs.umass.edu>
2252
2253         PR tree-optimization/21658
2254         * gcc.dg/tree-ssa/pr21658.c: New.
2255
2256 2005-05-27  Nathan Sidwell  <nathan@codesourcery.com>
2257
2258         PR c++/21455
2259         * g++.dg/inherit/ptrmem3.C: New.
2260
2261         PR c++/21681
2262         * g++.dg/parse/template16.C: New.
2263
2264 2005-05-27  Andreas Jaeger  <aj@suse.de>
2265
2266         * gcc.dg/setjmp-2.c: Only run in 32-bit.
2267
2268         * gcc.dg/i386-sse-8.c: Run test on all archs.
2269
2270 2005-05-26  Mike Stump  <mrs@apple.com>
2271
2272         * objc.dg/isa-field-1.m: Only run on darwin.
2273         * objc.dg/lookup-1.m: Likewise.
2274         * objc.dg/try-catch-8.m: Likewise.
2275
2276 2005-05-26  Roger Sayle  <roger@eyesopen.com>
2277
2278         PR tree-optimization/9814
2279         * gcc.dg/pr9814-1.c: New test case.
2280
2281 2005-05-26  Ziemowit Laski  <zlaski@apple.com>
2282
2283         * objc.dg/comp-types-8.m, objc.dg/encode-6.m,
2284         objc.dg/extra-semi.m, objc.dg/fix-and-continue-2.m,
2285         objc.dg/isa-field-1.m, objc.dg/lookup-1.m, objc.dg/method-15.m,
2286         objc.dg/method-16.m, objc.dg/method-17.m, objc.dg/method-18.m,
2287         objc.dg/method-19.m, objc.dg/next-runtime-1.m,
2288         objc.dg/no-extra-load.m, objc.dg/pragma-1.m, objc.dg/stubify-1.m,
2289         objc.dg/stubify-2.m, objc.dg/super-class-4.m,
2290         objc.dg/super-dealloc-1.m, objc.dg/super-dealloc-2.m,
2291         objc.dg/try-catch-6.m, objc.dg/try-catch-7.m,
2292         objc.dg/try-catch-8.m: New.
2293
2294 2005-05-26  Janis Johnson  <janis187@us.ibm.com>
2295
2296         * lib/obj-c++.exp (obj-c++_target_compile): Declare global variable,
2297         remove extraneous semicolons.
2298
2299 2005-05-26  Ziemowit Laski  <zlaski@apple.com>
2300
2301         * obj-c++.dg/comp-types-12.mm: New.
2302         * objc.dg/comp-types-11.m: New.
2303         * objc.dg/selector-4.m: New.
2304
2305 2005-05-26  Andreas Jaeger  <aj@suse.de>
2306
2307         PR testsuite/20772
2308         * g++.old-deja/g++.ext/attrib1.C, g++.old-deja/g++.ext/attrib2.C,
2309         g++.old-deja/g++.ext/attrib3.C,
2310         g++.old-deja/g++.other/store-expr1.C,
2311         g++.old-deja/g++.other/store-expr2.C, g++.dg/opt/longbranch2.C,
2312         gcc.dg/20000609-1.c, gcc.dg/20000720-1.c, gcc.dg/20011107-1.c,
2313         gcc.dg/20011119-1.c, gcc.dg/20020108-1.c, gcc.dg/20020122-2.c,
2314         gcc.dg/20020122-3.c, gcc.dg/20020201-3.c, gcc.dg/20020206-1.c,
2315         gcc.dg/20020218-1.c, gcc.dg/20020310-1.c, gcc.dg/20020411-1.c,
2316         gcc.dg/20020418-2.c, gcc.dg/20020426-1.c, gcc.dg/20020426-2.c,
2317         gcc.dg/20020517-1.c, gcc.dg/20020523-1.c, gcc.dg/20020523-2.c,
2318         gcc.dg/20020729-1.c, gcc.dg/20030204-1.c, gcc.dg/20030826-2.c,
2319         gcc.dg/20030926-1.c, gcc.dg/20031202-1.c, gcc.dg/980312-1.c,
2320         gcc.dg/980313-1.c, gcc.dg/990424-1.c, gcc.dg/990524-1.c,
2321         gcc.dg/991230-1.c, gcc.dg/i386-387-1.c, gcc.dg/i386-387-2.c,
2322         gcc.dg/i386-387-3.c, gcc.dg/i386-387-4.c, gcc.dg/i386-387-5.c,
2323         gcc.dg/i386-387-6.c, gcc.dg/i386-bitfield1.c,
2324         gcc.dg/i386-bitfield2.c, gcc.dg/i386-loop-1.c,
2325         gcc.dg/i386-loop-2.c, gcc.dg/i386-loop-3.c, gcc.dg/i386-pic-1.c,
2326         gcc.dg/i386-regparm.c, gcc.dg/i386-signbit-1.c,
2327         gcc.dg/i386-signbit-2.c, gcc.dg/i386-sse-5.c, gcc.dg/i386-sse-8.c,
2328         gcc.dg/i386-unroll-1.c, gcc.dg/tls/opt-1.c, gcc.dg/tls/opt-2.c,
2329         gcc.dg/unroll-1.c: Handle 32-bit x86-64 compilation.
2330
2331 2005-05-26  Andreas Jaeger  <aj@suse.de>
2332
2333         * gcc.c-torture/execute/ieee/ieee.exp: Set float-store for 32-bit
2334         x86-64 compilation.
2335
2336 2005-05-26  Andreas Jaeger  <aj@suse.de>
2337
2338         PR testsuite/20772
2339         * gfortran.dg/promotion.f90, gcc.misc-tests/i386-pf-3dnow-1.c,
2340         gcc.misc-tests/i386-pf-athlon-1.c,
2341         gcc.misc-tests/i386-pf-none-1.c, gcc.misc-tests/i386-pf-sse-1.c,
2342         g++.dg/opt/mmx1.C, g++.dg/other/big-struct.C,
2343         g++.dg/abi/bitfield3.C, g++.dg/abi/bitfield8.C,
2344         g++.dg/abi/bitfield9.C, g++.dg/abi/empty7.C, g++.dg/abi/empty9.C,
2345         g++.dg/abi/layout4.C, g++.dg/abi/thunk1.C, g++.dg/abi/thunk2.C,
2346         g++.dg/abi/vbase11.C, g++.dg/abi/vthunk2.C, g++.dg/abi/vthunk3.C,
2347         g++.dg/ext/attrib8.C: Run also on x86_64 compiling 32-bit x86
2348         programs.
2349
2350         * g++.dg/opt/reg-stack4.C, g++.dg/eh/simd-1.C, g++.dg/eh/simd-1.C,
2351         gcc.dg/setjmp-2.c, gcc.dg/short-compare-1.c,
2352         gcc.dg/short-compare-2.c, gcc.target/i386/asm-1.c: Handle 32-bit
2353         x86-64 compilation.
2354
2355         * g++.dg/warn/register-var-1.C, g++.dg/charset/asm2.c: Run also on
2356         x86_64.
2357
2358         * gcc.dg/i386-pentium4-not-mull.c: Change option handling to use
2359         effective-target ilp32.
2360
2361 2005-05-26  David Ung  <davidu@mips.com>
2362
2363         * gcc.target/mips/ext_ins.c: New test for testing the generation
2364         of MIPS32/64 rev 2 ext/ins instructions.
2365
2366 2005-05-26  Andreas Jaeger  <aj@suse.de>
2367
2368         * treelang/compile/unsigned.tree: Use gimple instead of
2369         nonexisting generic dump.
2370
2371 2005-05-26  Paolo Bonzini  <bonzini@gnu.org>
2372
2373         * gcc.dg/vect/vect-7.c: Remove xfail for alpha.
2374
2375 2005-05-26  Andreas Jaeger  <aj@suse.de>
2376
2377         * gcc.dg/tree-ssa/ssa-pre-14.c (foo): Use correct type for strlen.
2378
2379 2005-05-26  Thomas Koenig  <Thomas.Koenig@online.de>
2380
2381         PR libfortran/17283
2382         * gfortran.fortran-torture/execute/intrinsic_unpack.f90:
2383         Test callee-allocated memory with write statements.
2384
2385 2005-05-25  Roger Sayle  <roger@eyesopen.com>
2386
2387         PR middle-end/21709
2388         * gcc.dg/pr21709-1.c: New test case.
2389
2390 2005-05-25  Ziemowit Laski  <zlaski@apple.com>
2391             Mike Stump  <mrs@apple.com>
2392
2393         * objc/execute/next_mapping.h: Update for C++.
2394
2395         * obj-c++.dg/selector-1.mm: Move to...
2396         * obj-c++.dg/selector-4.mm: here...
2397
2398         * obj-c++.dg/basic.mm: New.
2399         * obj-c++.dg/comp-types-1.mm: New.
2400         * obj-c++.dg/cxx-class-1.mm: New.
2401         * obj-c++.dg/cxx-ivars-1.mm: New.
2402         * obj-c++.dg/cxx-ivars-2.mm: New.
2403         * obj-c++.dg/cxx-ivars-3.mm: New.
2404         * obj-c++.dg/cxx-scope-1.mm: New.
2405         * obj-c++.dg/cxx-scope-2.mm: New.
2406         * obj-c++.dg/defs.mm: New.
2407         * obj-c++.dg/empty-private-1.mm: New.
2408         * obj-c++.dg/encode-1.mm: New.
2409         * obj-c++.dg/encode-2.mm: New.
2410         * obj-c++.dg/encode-3.mm: New.
2411         * obj-c++.dg/extern-c-1.mm: New.
2412         * obj-c++.dg/extra-semi.mm: New.
2413         * obj-c++.dg/fix-and-continue-2.mm: New.
2414         * obj-c++.dg/isa-field-1.mm: New.
2415         * obj-c++.dg/ivar-list-semi.mm: New.
2416         * obj-c++.dg/local-decl-1.mm: New.
2417         * obj-c++.dg/lookup-1.mm: New.
2418         * obj-c++.dg/lookup-2.mm: New.
2419         * obj-c++.dg/method-1.mm: New.
2420         * obj-c++.dg/method-2.mm: New.
2421         * obj-c++.dg/method-3.mm: New.
2422         * obj-c++.dg/method-4.mm: New.
2423         * obj-c++.dg/method-5.mm: New.
2424         * obj-c++.dg/method-6.mm: New.
2425         * obj-c++.dg/method-7.mm: New.
2426         * obj-c++.dg/no-extra-load.mm: New.
2427         * obj-c++.dg/overload-1.mm: New.
2428         * obj-c++.dg/pragma-1.mm: New.
2429         * obj-c++.dg/pragma-2.mm: New.
2430         * obj-c++.dg/private-1.mm: New.
2431         * obj-c++.dg/private-2.mm: New.
2432         * obj-c++.dg/proto-qual-1.mm: New.
2433         * obj-c++.dg/qual-types-1.mm: New.
2434         * obj-c++.dg/stubify-1.mm: New.
2435         * obj-c++.dg/stubify-2.mm: New.
2436         * obj-c++.dg/super-class-1.mm: New.
2437         * obj-c++.dg/super-class-2.mm: New.
2438         * obj-c++.dg/super-dealloc-1.mm: New.
2439         * obj-c++.dg/super-dealloc-2.mm: New.
2440         * obj-c++.dg/template-1.mm: New.
2441         * obj-c++.dg/template-2.mm: New.
2442         * obj-c++.dg/template-3.mm: New.
2443         * obj-c++.dg/template-4.mm: New.
2444         * obj-c++.dg/template-5.mm: New.
2445         * obj-c++.dg/template-6.mm: New.
2446         * obj-c++.dg/try-catch-1.mm: New.
2447         * obj-c++.dg/try-catch-2.mm: New.
2448         * obj-c++.dg/try-catch-3.mm: New.
2449         * obj-c++.dg/try-catch-4.mm: New.
2450         * obj-c++.dg/try-catch-5.mm: New.
2451         * obj-c++.dg/try-catch-6.mm: New.
2452         * obj-c++.dg/try-catch-7.mm: New.
2453         * obj-c++.dg/try-catch-8.mm: New.
2454         * obj-c++.dg/try-catch-9.mm: New.
2455         * obj-c++.dg/va-meth-1.mm: New.
2456
2457 2005-05-25  Ziemowit Laski  <zlaski@apple.com>
2458
2459         * obj-c++.dg/selector-1.mm: New.
2460         * obj-c++.dg/selector-2.mm: New.
2461
2462 2005-05-25  Ziemowit Laski  <zlaski@apple.com>
2463
2464         * obj-c++.dg/selector-3.mm: New.
2465         * objc.dg/selector-3.m: New.
2466
2467 2005-05-25  Ziemowit Laski  <zlaski@apple.com>
2468
2469         * objc.dg/selector-2.m: Remove "-fgnu-runtime"; be flexible
2470         about where warning appears.
2471
2472 2005-05-25  Ulrich Weigand  <uweigand@de.ibm.com>
2473
2474         * gcc.dg/tree-ssa/stdarg-2.c: Add tests for s390*-*-linux* targets.
2475         * gcc.dg/tree-ssa/stdarg-3.c: Likewise.
2476         * gcc.dg/tree-ssa/stdarg-4.c: Likewise.
2477         * gcc.dg/tree-ssa/stdarg-5.c: Likewise.
2478
2479 2005-05-25  Ulrich Weigand  <uweigand@de.ibm.com>
2480
2481         * gcc.dg/20050524-1.c: New test.
2482
2483 2005-05-25  Jan Hubicka  <jh@suse.cz>
2484
2485         * gcc.dg/tree-prof/inliner-1.c: New.
2486
2487 2005-05-25  Janis Johnson  <janis187@us.ibm.com>
2488
2489         * gcc.dg/tree-prof: New directory.
2490         * gcc.dg/tree-prof/tree-prof.exp: New.
2491
2492 2005-05-25  DJ Delorie  <dj@redhat.com>
2493
2494         * gcc.dg/Wattributes-1.c: New.
2495         * gcc.dg/Wattributes-2.c: New.
2496         * gcc.dg/Wattributes-3.c: New.
2497
2498 20005-05-24  Janis Johnson  <janis187@us.ibm.com>
2499
2500         PR tree-optimization/19833
2501         * gcc.dg/uninit-4.c: Remove xfail.
2502         * gcc.dg/uninit-9.c: Ditto.
2503
2504 2005-05-24  Ziemowit Laski  <zlaski@apple.com>
2505
2506         * obj-c++.dg/bitfield-[1-5].mm: New.
2507         * obj-c++.dg/class-protocol-1.mm: New.
2508         * obj-c++.dg/comp-types-1[0-1].mm: New.
2509         * obj-c++.dg/comp-types-[2-9].mm: New.
2510         * obj-c++.dg/encode-[4-8].mm: New.
2511         * obj-c++.dg/layout-1.mm: New.
2512         * obj-c++.dg/method-1[0-9].mm: New.
2513         * obj-c++.dg/method-2[0-1].mm: New.
2514         * obj-c++.dg/method-[8-9].mm: New.
2515         * obj-c++.dg/objc-gc-3.mm: New.
2516         * obj-c++.dg/try-catch-10.mm: New.
2517         * objc.dg/bitfield-5.m: New.
2518         * objc.dg/comp-types-10.m: New.
2519         * objc.dg/comp-types-9.m: New.
2520         * objc.dg/layout-1.m: New.
2521         * objc.dg/objc-gc-4.m: New.
2522         * objc.dg/try-catch-9.m: New.
2523         * objc.dg/class-protocol-1.m: Tweak diagnostics.
2524         * objc.dg/comp-types-1.m: Likewise.
2525         * objc.dg/comp-types-[5-6].m: Likewise.
2526         * objc.dg/method-9.m: Likewise.
2527
2528 2005-05-24  Janis Johnson  <janis187@us.ibm.com>
2529
2530         * gcc.dg/altivec-vec-merge.c: Make test usable on GNU/Linux targets
2531         and on hardware without VMX support.
2532
2533         * gcc.dg/altivec-vec-merge.c: Renamed from ppc-vec-merge.c.
2534
2535         * gcc.dg/ppc64-abi-2.c: Remove code that is now invalid.
2536
2537         * lib/profopt.exp (dg-final-generate, dg-final-use,
2538         profopt-final-code, profopt-get-options): New.
2539         (profopt-execute): Process test directives.
2540
2541         * lib/gcc-dg.exp (cleanup-ipa-dump): New.
2542         (cleanup-coverage-files, cleanup-repo-files, cleanup-rtl-dump,
2543         cleanup-tree-dump, cleanup-saved-temps): Update comments.
2544
2545 2005-05-24  Andrew Pinski  <pinskia@physics.uc.edu>
2546
2547         PR C++/21645
2548         * g++.dg/init/ctor5.C: New test.
2549
2550 2005-05-24  Ira Rosen  <irar@il.ibm.com>
2551
2552         * gcc.dg/vect/vect-none.c: Split into vect-106.c, vect-107.c,
2553         vect-108.c, vect-109.c, vect-110.c, vect-111.c, vect-112.c,
2554         vect-113.c, vect-114.c.
2555
2556 2005-05-23  Adam Nemet  <anemet@lnxw.com>
2557
2558         * gcc.dg/const-elim-1.c: Remove xfails.
2559
2560 2005-05-23  Jeff Law  <law@redhat.com>
2561
2562         * gcc.c-torture/compile/pr21638.c: New test.
2563         * gcc.c-torture/compile/20050520-1.c: New test.
2564
2565 2005-05-23  Nick Clifton  <nickc@redhat.com>
2566
2567         * gcc.c-torture/execute/20020720-1.x: Fix m32r target selector to
2568         be a proper triple, ie: m32r*-*-*.
2569         * g++.old-deja/g++.jason/thunk3.C: Likewise.
2570
2571 2004-05-21  Andrew Pinski  <pinskia@physics.uc.edu>
2572
2573         PR middle-end/21331
2574         PR tree-opt/21293
2575         * gcc.c-torture/compile/pr21293.c: New test.
2576         * gcc.c-torture/execute/pr21331.c: New test.
2577
2578 2004-05-20  Richard Henderson  <rth@redhat.com>
2579
2580         * g++.dg/other/stdarg3.C: Spell "hpux*" correctly.
2581
2582 2005-05-20  Ziemowit Laski  <zlaski@apple.com>
2583
2584         * obj-c++-dg.exp: Add.
2585         * obj-c++.exp: Add.
2586         * obj-c++.dg/dg.exp: Add.
2587
2588 2005-05-20  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
2589
2590         * g++.old-deja/g++.jason/thunk3.C: XFAIL on m32r*-*.
2591         * gcc.c-torture/execute/20020720-1.x: Add xfail for m32r*-*.
2592
2593 2005-05-20  Bjoern Haase <bjoern.m.haase@web.de>
2594
2595         * gcc.c-torture/execute/20020720-1.x: Add xfail for avr-*-*.
2596
2597 2004-05-19  Richard Henderson  <rth@redhat.com>
2598
2599         * g++.dg/other/stdarg3.C: Only use -mlp64 for hpux.
2600
2601 2005-05-19  Janis Johnson  <janis187@us.ibm.com>
2602
2603         * gcc.dg/altivec-21.c: Use dg-error only for ilp32.
2604
2605         * gcc.dg/vect/vect-dv-2.c: Remove dg-do directive.
2606
2607 2005-05-19  Jakub Jelinek  <jakub@redhat.com>
2608
2609         PR c++/21495
2610         * g++.dg/parse/extern1.C: New test.
2611         * g++.dg/tls/diag-2.C: Adjust expected error message wording.
2612
2613 2005-05-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
2614
2615         * gcc.dg/c99-math.h: New.
2616         * gcc.dg/c99-math-float-1.c: New test.
2617         * gcc.dg/c99-math-double-1.c: Likewise.
2618         * gcc.dg/c99-math-long-double-1.c: Likewise.
2619
2620 2005-05-18  Richard Henderson  <rth@redhat.com>
2621
2622         * gcc.dg/tree-ssa/20031015-1.c: Expect one V_MUST_DEF.
2623
2624 2005-05-18  Devang Patel  <dpatel@apple.com>
2625
2626         * g++.dg/opt/20050511-1.C: New test.
2627
2628 2005-05-18  Thomas Koenig  <Thomas.Koenig@online.de>
2629
2630         PR libfortran/21127
2631         * gfortran.dg/reshape-complex.f90:  New test.
2632
2633 2005-05-18  Erik Edelmann  <erik.edelmann@iki.fi>
2634
2635         * gfortran.dg/array_constructor_1.f90: New test.
2636         * gfortran.dg/array_constructor_2.f90: New test.
2637
2638 2005-05-18  Feng Wang  <fengwang@nudt.edu.cn>
2639
2640         PR fortran/20954
2641         * gfortran.dg/pr20954.f: New test.
2642
2643 2005-05-17  Mike Stump  <mrs@apple.com>
2644
2645         Yet more Objective-C++...
2646
2647         * objc.dg/method-5.m: Update.
2648         * objc.dg/method-6.m: Update.
2649         * objc.dg/method-7.m: Update.
2650         * objc.dg/method-9.m: Update.
2651         * objc.dg/try-catch-2.m: Update.
2652
2653 2005-05-17  Mark Mitchell  <mark@codesourcery.com>
2654
2655         * gcc.dg/compat/struct-layout-1_generate.c (iterative_hash):
2656         Remove little-endian optimizations.
2657
2658 2005-05-17  Jeff Law  <law@redhat.com>
2659
2660         * g++.dg/tree-ssa/pr14814.C: New test.
2661         * gcc.dg/tree-ssa/pr14814.C: New test.
2662         * gcc.dg/tree-ssa/pr17141-1.C: New test.
2663         * gcc.dg/tree-ssa/pr17141-2.C: New test.
2664
2665 2005-05-17  Richard Guenther  <rguenth@gcc.gnu.org>
2666
2667         * gcc.dg/compat/generate-random.c: Do not include
2668         libiberty.h.
2669         * gcc.dg/compat/generate-random_r.c: Likewise.
2670
2671 2005-05-17  Paolo Bonzini  <bonzini@gnu.org>
2672
2673         * gcc.dg/fold-div-1.c, gcc.dg/recip-1.c, gcc.dg/recip-2.c: New.
2674
2675 2005-05-17  Richard Guenther  <rguenth@gcc.gnu.org>
2676
2677         PR middle-end/21595
2678         * g++.dg/tree-ssa/builtin1.C: New testcase.
2679
2680 2005-05-17  Jakub Jelinek  <jakub@redhat.com>
2681
2682         PR c++/21454
2683         * g++.dg/opt/const4.C: New test.
2684
2685         PR middle-end/21492
2686         * g++.dg/opt/crossjump1.C: New test.
2687
2688         PR tree-optimization/21610
2689         * gcc.c-torture/compile/20050516-1.c: New test.
2690
2691         PR fortran/15080
2692         * gfortran.fortran-torture/execute/forall_3.f90: Remove comment
2693         about the test failing.
2694         * gfortran.fortran-torture/execute/where_7.f90: New test.
2695         * gfortran.fortran-torture/execute/where_8.f90: New test.
2696
2697 2005-05-16  Richard Henderson  <rth@redhat.com>
2698
2699         * lib/target-supports.exp (check_effective_target_vect_int_mul): Add
2700         i?86 and x86_64.
2701
2702 2005-05-16  Mark Mitchell  <mark@codesourcery.com>
2703
2704         * gcc.dg/compat/generate-random.c (config.h): Do not include.
2705         (limits.h): Include unconditionally.
2706         (stdlib.h): Likewise.
2707         * gcc.dg/compat/generate-random_r.c (config.h): Do not include.
2708         (limits.h): Include unconditionally.
2709         (stdlib.h): Likewise.
2710         * gcc.dg/compat/struct-layout-1.exp: Do not link with libiberty.
2711         * gcc.dg/compat/struct-layout-1_generate.c (config.h): Do not include.
2712         (limits.h): Include unconditionally.
2713         (stdlib.h): Likewise.
2714         (hashtab.h): Do not include.
2715         (getopt.h): Likewise.
2716         (stddef.h): Include.
2717         (hashval_t): Define.
2718         (struct entry): Add "next" field.
2719         (HASH_SIZE): New macro.
2720         (hash_table): New variable.
2721         (switchfiles): Do not use xmalloc.
2722         (mix): New macro.
2723         (iterative_hash): New function.
2724         (hasht): Remove.
2725         (e_exists): New function.
2726         (e_insert): Likewise.
2727         (output): Use, instead of libiberty hashtable functions.
2728         (main): Do not use getopt.  Do not call htab_create.
2729
2730 2005-05-16  David Billinghurst <David.Billinghurst@riotinto.com>
2731
2732         PR libstdc++/21526
2733         * lib/target-supports.exp (check_mkfifo_available):
2734         Return 0 for cygwin as mkfifo support incomplete on platform.
2735         Fix typos in comments.
2736
2737 2005-05-15  Mark Mitchell  <mark@codesourcery.com>
2738
2739         * lib/compat.exp (compat-execute): Do not use regsub unsafely.
2740
2741 2005-05-15  Jerry DeLisle <jvdelisle@verizon.net>
2742
2743         PR fortran/17432
2744         * gfortran.dg/assign_4.f: New test.
2745
2746 2005-05-14  Kazu Hirata  <kazu@cs.umass.edu>
2747
2748         PR tree-optimization/21563
2749         * gcc.dg/tree-ssa/pr21563.c: New.
2750
2751 2005-05-14  Jan Hubicka  <jh@suse.cz>
2752
2753         * gcc.dg/noreturn-7.c: Allow control reaches warning.
2754
2755 2005-05-14  Richard Guenther  <rguenth@gcc.gnu.org>
2756
2757         * g++.dg/tree-ssa/tmmti-2.C: New testcase.
2758
2759 2005-05-13  Julian Brown  <julian@codesourcery.com>
2760
2761         * gcc.c-torture/execute/20041218-2.c: Add __attribute__((packed)).
2762         * gcc.dg/intmax_t-1.c: Disable on *arm*-*-*elf*.
2763
2764 2005-05-13  Jan Hubicka  <jh@suse.cz>
2765
2766         * gcc.dg/builtins-43.c: Use gimple dump instead of generic.
2767         * gcc.dg/fold-xor-?.c: Likewise.
2768         * gcc.dg/pr15784-?.c: Likewise.
2769         * gcc.dg/pr20922-?.c: Likewise.
2770         * gcc.dg/tree-ssa/20050128-1.c: Likewise.
2771         * gcc.dg/tree-ssa/pr17598.c: Likewise.
2772         * gcc.dg/tree-ssa/pr20470.c: Likewise.
2773
2774 2005-05-11  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
2775
2776         PR fortran/21260
2777         * gfortran.dg/hollerith_1.f90: New test.
2778
2779 2005-05-11  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
2780
2781         * gfortran.dg/func_result_2.f90: New test.
2782
2783 2005-05-11  Bud Davis  <bdavis@gfortran.org>
2784
2785         * gfortran.dg/dev_null.f90: New test.
2786
2787 2005-05-11  Richard Earnshaw  <richard.earnshaw@arm.com>
2788
2789         * gcc.dg/arm-vfp1.c: Revert last change.
2790
2791 2005-05-11  Richard Guenther  <rguenth@gcc.gnu.org>
2792
2793         PR middle-end/19807
2794         PR tree-optimization/19639
2795         * g++.dg/tree-ssa/pr19807.C: New testcase.
2796
2797 2005-05-10  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
2798
2799         PR libfortran/21471
2800         * gfortran.dg/append-1.f90: New test.
2801
2802 2005-05-10  Diego Novillo  <dnovillo@redhat.com>
2803
2804         * gcc.dg/pr18501.c: XFAIL.
2805         * gcc.dg/tree-ssa/loop-4.c: Fix expected pattern.
2806         * gcc.dg/tree-ssa/pr20913.c: Change to link-time test.
2807         * gcc.dg/tree-ssa/ssa-ccp-2.c: Change to a .optimized scan.
2808         * gcc.dg/tree-ssa/ssa-ccp-7.c: Likewise.
2809         * gcc.dg/tree-ssa/ssa-ccp-9.c: Likewise.
2810         * gcc.dg/tree-ssa/ssa-dom-ccp-1.c: Likewise.
2811         * gcc.dg/tree-ssa/ssa-pre-7.c: Change to a .fre scan.
2812         * gcc.dg/tree-ssa/ssa-pre-8.c: Likewise.
2813
2814 2005-05-10  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
2815
2816         PR fortran/20178
2817         * gfortran.dg/f2c_1.f90, gfortran.dg/f2c_2.f90,
2818         gfortran.dg/f2c_3.f90: New tests.
2819
2820         * gfortran.dg/return_1.f90: Fix dg annotation.
2821
2822 2005-05-10  Diego Novillo  <dnovillo@redhat.com>
2823
2824         * gcc.c-torture/compile/20050510-1.c: New test.
2825
2826 2005-05-10  Mark Mitchell  <mark@codesourcery.com>
2827
2828         * gcc.dg/arm-vfp1.c: Remove test for fnegs.
2829
2830 2005-05-10  Bob Wilson  <bob.wilson@acm.org>
2831
2832         * gcc.dg/const-elim-1.c: Remove xfail for xtensa-*-*.
2833
2834 2005-05-10  Gabor Loki <loki@gcc.gnu.org>
2835
2836         PR c/17913
2837         * gcc.c-torture/compile/pr17913.c: Computed jump test for PR17913
2838
2839 2005-05-10  Joseph S. Myers  <joseph@codesourcery.com>
2840
2841         PR c/21342
2842         * gcc.dg/redecl-11.c, gcc.dg/redecl-12.c, gcc.dg/redecl-13.c,
2843         gcc.dg/redecl-14.c, gcc.dg/redecl-15.c: New tests.
2844
2845 2005-05-10  Ben Elliston  <bje@au.ibm.com>
2846
2847         PR debug/16676
2848         * gcc.dg/debug/pr16676.c: New test.
2849
2850 2005-05-10  Kazu Hirata  <kazu@cs.umass.edu>
2851
2852         PR testsuite/21443
2853         * gcc.dg/tree-ssa/20030731-2.c, gcc.dg/tree-ssa/20030917-1.c,
2854         gcc.dg/tree-ssa/20030917-3.c, gcc.dg/tree-ssa/ssa-ccp-1.c,
2855         gcc.dg/tree-ssa/ssa-ccp-2.c, gcc.dg/tree-ssa/ssa-ccp-3.c,
2856         gcc.dg/tree-ssa/ssa-ccp-7.c, gcc.dg/tree-ssa/ssa-ccp-9.c:
2857         Change -O1 to -O2.
2858         * gcc.dg/tree-ssa/20040721-1.c: Change -O1 to -O2.  Add
2859         -fno-tree-dominator-opts.
2860
2861 2005-05-09  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
2862
2863         * gfortran.dg/return_1.f90: New test.
2864
2865 2005-05-09  J"orn Rennecke  <joern.rennecke@st.com>
2866
2867         * gcc.dg/pr15784-3.c: Add -fno-finite-math-only option.
2868
2869         * gcc.dg/20021029-1.c: For sh64*-*-*, add -mpt-fixed.
2870
2871 2005-05-09  Nathan Sidwell  <nathan@codesourcery.com>
2872
2873         PR c++/21427
2874         * g++.dg/inherit/covariant13.C: New.
2875
2876 2005-05-09  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
2877
2878         PR libfortran/19155
2879         * gfortran.dg/pr19155.f: New test.
2880
2881 2005-05-08  Roger Sayle  <roger@eyesopen.com>
2882
2883         PR inline-asm/8788
2884         * gcc.dg/pr8788-1.c: New testcase.
2885
2886 2005-05-08  Richard Sandiford  <rsandifo@redhat.com>
2887
2888         PR target/21416
2889         * gcc.target/mips/fpcmp-[12].c: New tests.
2890
2891 2005-05-06  Mark Mitchell  <mark@codesourcery.com>
2892
2893         * lib/target-supports-dg.exp (dg-require-fork): New function.
2894         (dg-require-mkfifo): Likewise.
2895         * lib/target-supports.exp (check_function_available): New
2896         function.
2897         (check_fork_available): Likewise.
2898         (check_mkfifo_available): Likewise.
2899
2900 2005-05-06  Jeff Law  <law@redhat.com>
2901
2902         * gcc.c-torture/compile/pr21380.c: New test.
2903
2904 2005-05-06  Jakub Jelinek  <jakub@redhat.com>
2905
2906         PR c++/20961
2907         * g++.dg/ext/weak3.C: New test.
2908
2909 2005-05-05  Mark Mitchell  <mark@codesourcery.com>
2910
2911         PR c++/21352
2912         * g++.dg/template/crash37.C: New test.
2913
2914 2005-05-05  Paul Brook  <paul@codesourcery.com>
2915
2916         * gcc.dg/arm-g2.c: Use effective-target arm32.
2917         * gcc.dg/arm-mmx-1.c: Ditto.
2918         * gcc.dg/arm-scd42-2.c: Ditto.
2919         * gcc.dg/arm-vfp1.c: Ditto.
2920         * lib/target-supports.exp (check_effective_target_arm32): New
2921         function.
2922
2923 2005-05-04  Thomas Koenig  <Thomas.Koenig@online.de>
2924
2925         PR libfortran/21354
2926         gfortran.dg/in_pack_rank7.f90:  New test.
2927
2928 2005-05-03  Andrew Pinski  <pinskia@physics.uc.edu>
2929
2930         PR middle-end/15618
2931         * gcc.dg/tree-ssa/bool-[1-9].c: New tests.
2932
2933 2005-05-04  Jakub Jelinek  <jakub@redhat.com>
2934
2935         PR middle-end/21265
2936         * gcc.dg/20050503-1.c: New test.
2937
2938         PR rtl-optimization/21239
2939         * gcc.dg/i386-sse-11.c: New test.
2940
2941 2005-05-03  Alexandre Oliva  <aoliva@redhat.com>
2942
2943         PR target/16888
2944         * gcc.target/i386/asm-1.c: New test.
2945
2946 2005-05-03  Jakub Jelinek  <jakub@redhat.com>
2947
2948         PR rtl-optimization/21330
2949         * gcc.c-torture/execute/20050502-1.c: New test.
2950
2951         PR target/21297
2952         * gcc.c-torture/execute/20050502-2.c: New test.
2953
2954 2005-05-03  Uros Bizjak  <uros@kss-loka.si>
2955
2956         PR middle-end/21282
2957         * gcc.dg/pr21282.c: New.
2958
2959 2005-05-03  David Billinghurst  <David.Billinghurst@riotinto.com>
2960
2961         * gcc.dg/vect/pr20122.c:  Clean up .vect file.
2962         * gcc.dg/vect/vect-92.c: Likewise
2963         * gcc.dg/vect/vect-93.c: Likewise
2964         * gcc.dg/vect/vect-dv-1.c: Likewise
2965         * gcc.dg/vect/vect-dv-2.c: Likewise
2966         * gcc.dg/vect/vect-ifcvt-10.c: Likewise
2967
2968 2005-05-03  David Billinghurst  <David.Billinghurst@riotinto.com>
2969
2970         * gfortran.dg/vect/vect-1.f90:  Clean up .vect file.
2971         * gfortran.dg/vect/vect-2.f90:  Likewise
2972         * gfortran.dg/vect/vect-3.f90:  Likewise
2973         * gfortran.dg/vect/vect-4.f90:  Likewise
2974         * gfortran.dg/vect/vect-5.f90:  Likewise
2975
2976 2005-05-02  Geoffrey Keating  <geoffk@apple.com>
2977
2978         PR target/20813
2979         * gcc.dg/rs6000-fpint-2.c: New.
2980
2981 2005-05-02  Joseph S. Myers  <joseph@codesourcery.com>
2982
2983         PR c/15698
2984         * gcc.dg/builtins-30.c: Update expected messages.
2985         * gcc.dg/pr15698-1.c, gcc.dg/pr15698-2.c, gcc.dg/pr15698-3.c,
2986         gcc.dg/pr15698-4.c, gcc.dg/pr15698-5.c, gcc.dg/pr15698-6.c,
2987         gcc.dg/pr15698-7.c, pr15698-8.c: New tests.
2988
2989 2005-05-02  Kazu Hirata  <kazu@cs.umass.edu>
2990
2991         PR tree-optimization/21294
2992         * gcc.dg/tree-ssa/pr21294.c: New.
2993
2994 2005-05-02  Paolo Bonzini  <bonzini@gnu.org>
2995
2996         * gcc.dg/altivec-3.c (vec_store): Do not use the old
2997         __builtin_altivec_st_internal_4si built-in.
2998
2999 2005-05-02  Mark Mitchell  <mark@codesourcery.com>
3000
3001         PR c++/15875
3002         * g++.dg/template/ptrmem14.C: New test.
3003
3004 2005-05-02  Paul Brook  <paul@codesourcery.com>
3005
3006         * gcc.c-torture/execute/20000523-1.c: Fix bytes/bits thinko.
3007
3008 2005-05-02  Michael Matz  <matz@suse.de>
3009
3010         PR c++/19542
3011         * g++.dg/warn/sentinel.C: New testcase for __null sentinels added.
3012
3013 2005-05-01  Mark Mitchell  <mark@codesourcery.com>
3014
3015         * g++.dg/cpp/weak.C: New test.
3016
3017 2005-05-01  Zdenek Dvorak  <dvorakz@suse.cz>
3018
3019         * gcc.dg/tree-ssa/loop-8.c: New test.
3020
3021 2005-04-30  Michael Maty  <matz@suse.de>
3022
3023         * gcc.dg/inline-mcpy.c: New test.
3024
3025 2005-04-30  Thomas Koenig  <Thomas.Koenig@online.de>
3026
3027         PR libfortran/18958
3028         * gfortran.dg/eoshift.f90:  New test case.
3029
3030 2005-04-30  Paul Thomas  <pault@gcc.gnu.org>
3031
3032         PR libfortran/18857
3033         * gfortran.dg/matmul_1.f90: New test.
3034
3035 2005-04-28  Kazu Hirata  <kazu@cs.umass.edu>
3036
3037         PR tree-optimization/21030
3038         * gcc.dg/tree-ssa/pr21030.c: New.
3039
3040 2005-04-29  Devang Patel  <dpatel@apple.com>
3041
3042         PR tree-optimization/21272
3043         * gcc.dg/vect/vect-ifcvt-10.c: New test.
3044
3045 2005-04-29  Jakub Jelinek  <jakub@redhat.com>
3046
3047         PR fortran/13082
3048         PR fortran/18824
3049         * gfortran.dg/entry_4.f90: New test.
3050         * gfortran.fortran-torture/execute/entry_1.f90: New test.
3051         * gfortran.fortran-torture/execute/entry_2.f90: New test.
3052         * gfortran.fortran-torture/execute/entry_3.f90: New test.
3053         * gfortran.fortran-torture/execute/entry_4.f90: New test.
3054         * gfortran.fortran-torture/execute/entry_5.f90: New test.
3055         * gfortran.fortran-torture/execute/entry_6.f90: New test.
3056         * gfortran.fortran-torture/execute/entry_7.f90: New test.
3057
3058 2005-04-29  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
3059
3060         * gfortran.fortran-torture/execute/entry_8.f90: New test.
3061
3062 2005-04-29  Paul Brook   <paul@codesourcery.com>
3063
3064         * gfortran.dg/entry_3.f90: New test.
3065
3066 2005-04-29  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
3067
3068         * gfortran.dg/implicit_4.f90: New test.
3069
3070 2005-04-28  Bob Wilson  <bob.wilson@acm.org>
3071
3072         * lib/target-supports.exp (check_profiling_available): Return
3073         false for xtensa-*-elf.
3074
3075 2005-04-29  David Billinghurst (David.Billinghurst@riotinto.com)
3076
3077         * lib/fortran-torture.exp (fortran-torture.exp): Catch
3078         error if file cannot be deleted.
3079
3080 2005-04-28  Kazu Hirata  <kazu@cs.umass.edu>
3081
3082         * g++.dg/tree-ssa/pr18178.C, gcc.dg/tree-ssa/20030821-1.c,
3083         gcc.dg/tree-ssa/20050314-1.c, gcc.dg/tree-ssa/alias-1.c,
3084         gcc.dg/tree-ssa/phi-opt-1.c, gcc.dg/tree-ssa/phi-opt-2.c,
3085         gcc.dg/tree-ssa/phi-opt-3.c, gcc.dg/tree-ssa/phi-opt-4.c,
3086         gcc.dg/tree-ssa/phi-opt-5.c, gcc.dg/tree-ssa/pr18133-1.c,
3087         gcc.dg/tree-ssa/pr18133-2.c, gcc.dg/tree-ssa/pr18134.c,
3088         gcc.dg/tree-ssa/pr20470.c, gcc.dg/tree-ssa/pr20657.c,
3089         gcc.dg/tree-ssa/pr20702.c, gcc.dg/tree-ssa/pr20913.c,
3090         gcc.dg/tree-ssa/pr21001.c, gcc.dg/tree-ssa/stdarg-1.c,
3091         gcc.dg/tree-ssa/stdarg-2.c, gcc.dg/tree-ssa/stdarg-3.c,
3092         gcc.dg/tree-ssa/stdarg-4.c, gcc.dg/tree-ssa/stdarg-5.c,
3093         gcc.dg/tree-ssa/structopt-1.c, gcc.dg/tree-ssa/structopt-2.c,
3094         gcc.dg/tree-ssa/structopt-3.c: Use cleanup-tree-dump.
3095
3096 2005-04-28  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3097
3098         PR fortran/20865
3099         * gfortran.dg/pr20865.f90: New test.
3100
3101 2005-04-28  Joseph S. Myers  <joseph@codesourcery.com>
3102
3103         * gcc.dg/void-cast-2.c: New test.
3104
3105 2005-04-27  Joseph S. Myers  <joseph@codesourcery.com>
3106
3107         PR c/21159
3108         * gcc.dg/void-cast-1.c: New test.
3109
3110 2005-04-27  Paolo Bonzini  <bonzini@gnu.org>
3111
3112         * gcc.dg/tree-ssa/gen-vect-25.c: Make more portable.
3113
3114 2005-04-27  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3115
3116         PR fortran/21177
3117         * gfortran.dg/pr21177.f90: New test.
3118
3119 2005-04-27  Zdenek Dvorak  <dvorakz@suse.cz>
3120
3121         PR tree-optimization/21171
3122         * gcc.dg/tree-ssa/pr21171.c: New test.
3123
3124 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
3125
3126         * gcc.dg/tree-ssa/gen-vect-11.c, gcc.dg/tree-ssa/gen-vect-11a.c,
3127         gcc.dg/tree-ssa/gen-vect-11b.c, gcc.dg/tree-ssa/gen-vect-11c.c,
3128         gcc.dg/tree-ssa/gen-vect-2.c, gcc.dg/tree-ssa/gen-vect-25.c,
3129         gcc.dg/tree-ssa/gen-vect-26.c, gcc.dg/tree-ssa/gen-vect-28.c,
3130         gcc.dg/tree-ssa/gen-vect-32.c: New.
3131         * gcc.dg/vect/vect-82.c, gcc.dg/vect/vect-83.c: Fix dg-final.
3132         * gcc.dg/vect/vect-82_64.c, gcc.dg/vect/vect-83_64.c: Remove xfail,
3133         don't run on PPC32.
3134
3135 2005-04-27  Joseph S. Myers  <joseph@codesourcery.com>
3136
3137         PR c/21213
3138         * gcc.dg/transparent-union-3.c: New test.
3139
3140 2005-04-27  Joseph S. Myers  <joseph@codesourcery.com>
3141
3142         PR c/20740
3143         * gcc.dg/format/asm_fprintf-2.c, gcc.dg/format/asm_fprintf-3.c,
3144         gcc.dg/format/asm_fprintf-4.c, gcc.dg/format/asm_fprintf-5.c,
3145         gcc.dg/format/gcc_diag-2.c, gcc.dg/format/gcc_diag-3.c,
3146         gcc.dg/format/gcc_diag-4.c, gcc.dg/format/gcc_diag-5.c,
3147         gcc.dg/format/gcc_diag-6.c, gcc.dg/format/gcc_diag-7.c ,
3148         gcc.dg/format/gcc_diag-8.c, gcc.dg/format/gcc_diag-9.c: New tests.
3149
3150 2005-04-26  Jeff Law  <law@redhat.com>
3151
3152         * gcc.gc/tree-ssa/ssa-dce-1.c: New test.
3153         * gcc.gc/tree-ssa/ssa-dce-2.c: New test.
3154         * gcc.gc/tree-ssa/ssa-dce-3.c: New test.
3155         * gcc.gc/tree-ssa/ssa-dce-4.c: New test.
3156         * gcc.gc/tree-ssa/ssa-dce-5.c: New test.
3157         * gcc.gc/tree-ssa/ssa-dce-6.c: New test.
3158         * gcc.gc/tree-ssa/ssa-dce-7.c: New test.
3159
3160 2004-04-26  Richard Guenther  <rguenth@gcc.gnu.org>
3161
3162         PR tree-optimization/17598
3163         * gcc.dg/tree-ssa/pr17598.c: New testcase.
3164
3165 2005-04-25  Mike Stump  <mrs@apple.com>
3166
3167         * objc.dg/fix-and-continue-1.m: Add.
3168
3169 2005-04-25  Roger Sayle  <roger@eyesopen.com>
3170
3171         PR c++/20995
3172         * g++.dg/opt/pr20995-1.C: New test case.
3173
3174 2005-04-25  Devang Patel <dpatel@apple.com>
3175
3176         * gcc.dg/stabs-attrib-vect-darwin.c: New test.
3177
3178 2005-04-25  Andrew Pinski  <pinskia@physics.uc.edu>
3179
3180         PR testsuite/21062
3181         * g++.dg/opt/alias2.C (printf): Correct the prototype.
3182
3183 2005-04-25  Andrew Pinski  <pinskia@physics.uc.edu>
3184
3185         PR C++/21188
3186         * g++.dg/opt/rtti2.C: New test.
3187
3188 2005-04-25  Paul Brook  <paul@codesourcery.com>
3189         Steven G. Kargl  <kargls@comcast.net>
3190
3191         PR fortran/20879
3192         * gfortran.dg/ichar_1.f90: New file.
3193
3194 2005-04-24  Jakub Jelinek  <jakub@redhat.com>
3195
3196         PR middle-end/20991
3197         * g++.dg/opt/pr20991.C: New test.
3198
3199         * gcc.dg/compat/struct-layout-1_generate.c: In arrays avoid types
3200         where sizeof (type) < __alignof__ (type).
3201         * gcc.dg/compat/struct-layout-1.h: Likewise.
3202
3203 2005-04-24  Per Bothner  <per@bothner.com>
3204             Devang Patel  <dpatel@apple.com>
3205
3206         PR preprocessor/20907
3207         * gcc.dg/cpp/very-long-comment.c: New test.
3208
3209 2005-04-24  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
3210
3211         PR fortran/20059
3212         * gfortran.dg/common_5.f: New test.
3213
3214 2005-04-23  Richard Guenther  <rguenth@gcc.gnu.org>
3215
3216         PR middle-end/21082
3217         * g++.dg/tree-ssa/pr21082.C: New testcase.
3218
3219 2005-04-23  Zdenek Dvorak  <dvorakz@suse.cz>
3220
3221         * gcc.dg/vect/vect-99.c: New test.
3222
3223 2005-04-22  Diego Novillo  <dnovillo@redhat.com>
3224
3225         * gcc.dg/tree-ssa/ltrans-4.c: Fix typo in dg-options.
3226
3227 2005-04-22  Jeff Law  <law@redhat.com>
3228
3229         * gcc.dg/uninit-5.c: Remove xfails.
3230         * gcc.dg/tree-ssa/20030711-1.c:Reduce the number of
3231         conditionals and loads.
3232
3233 2005-04-22  Thomas Koenig  <Thomas.Koenig@online.de>
3234
3235         PR libfortran/20074
3236         PR libfortran/20436
3237         PR libfortran/21108
3238         * gfortran.dg/nested_reshape.f90: new test
3239         * gfortran.dg/reshape-alloc.f90: new test
3240         * gfortran.dg/reshape.f90: new test
3241
3242 2005-04-22  Mark Mitchell  <mark@codesourcery.com>
3243
3244         * gcc.dg/arm-vfp1.c: Remove -ffast-math.
3245
3246         * gcc.dg/arm-vfp1.c: New test.
3247
3248 2005-04-22  Alexandre Oliva  <aoliva@redhat.com>
3249
3250         PR c++/21087
3251         * g++.dg/lookup/builtin2.C: New test.
3252
3253 2005-04-22  Joseph S. Myers  <joseph@codesourcery.com>
3254
3255         * gcc.dg/weak/weak-13.c: New test.
3256
3257 2005-04-21  Geoffrey Keating  <geoffk@apple.com>
3258
3259         * lib/target-supports.exp (check_effective_target_sync_int_long):
3260         Add powerpc*.
3261
3262 2005-04-21  Richard Sandiford  <rsandifo@redhat.com>
3263
3264         * gcc.target/mips/branch-1.c: New test.
3265
3266 2005-04-21  Richard Henderson  <rth@redhat.com>
3267
3268         * gcc.dg/vect/vect-85.c: Don't xfail on alpha.
3269         * gcc.dg/vect/vect-86.c: Likewise.
3270         * gcc.dg/vect/vect-87.c: Likewise.
3271         * gcc.dg/vect/vect-88.c: Likewise.
3272
3273 2005-04-21  Devang Patel  <dpatel@apple.com>
3274
3275         PR optimization/20994
3276         * gcc.dg/tree-ssa/ifc-3.c: New test.
3277
3278 2005-04-20  Joseph S. Myers  <joseph@codesourcery.com>
3279
3280         PR c/12913
3281         * gcc.dg/c99-vla-jump-1.c, gcc.dg/c99-vla-jump-2.c,
3282         gcc.dg/c99-vla-jump-3.c, gcc.dg/c99-vla-jump-4.c,
3283         gcc.dg/c99-vla-jump-5.c: New tests.
3284
3285 2005-04-19  Richard Henderson  <rth@redhat.com>
3286
3287         * lib/target-supports.exp (check_effective_target_vect_int_mult):
3288         Fix typo in exists check.
3289         (check_effective_target_sync_int_long): New.
3290         * gcc.dg/ia64-sync-1.c: Enable for all effective-target sync_int_long.
3291         * gcc.dg/ia64-sync-2.c: Likewise.
3292         * gcc.dg/ia64-sync-3.c: Likewise.
3293         * gcc.dg/ia64-sync-4.c: Likewise.
3294
3295 2005-04-19  James A. Morrison  <phython@gcc.gnu.org>
3296
3297         * gcc.dg/fold-xor-1.c: New test.
3298         * gcc.dg/fold-xor-2.c: New test.
3299
3300 2005-04-19  James E. Wilson  <wilson@specifixinc.com>
3301
3302         PR target/20670
3303         * g++.dg/eh/fp-regs.C: New test.
3304
3305 2005-04-20  Joseph S. Myers  <joseph@codesourcery.com>
3306
3307         * gcc.dg/Wint-to-pointer-cast-1.c,
3308         gcc.dg/Wint-to-pointer-cast-2.c, gcc.dg/Wint-to-pointer-cast-3.c,
3309         gcc.dg/Wpointer-to-int-cast-1.c, gcc.dg/Wpointer-to-int-cast-2.c,
3310         gcc.dg/Wpointer-to-int-cast-3.c: New tests.
3311
3312 2005-04-18  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3313
3314         PR fortran/16861
3315         * gfortran.dg/pr16861.f90: New test.
3316
3317 2005-04-18  James A. Morrison  <phython@gcc.gnu.org>
3318
3319         * gcc.dg/pr21085.c: New test.
3320
3321 2005-04-18  Richard Sandiford  <rsandifo@redhat.com>
3322
3323         * gcc.target/mips/mips.exp: Minor formatting.  Call setup_mips_tests.
3324         (setup_mips_tests, dg-mips-options): New procedures.
3325         * gcc.target/mips/asm-1.c, gcc.target/mips/fix-vr4130-1.c,
3326         * gcc.target/mips/fix-vr4130-2.c, gcc.target/mips/fix-vr4130-3.c
3327         * gcc.target/mips/fix-vr4130-4.c, gcc.target/mips/mips-3d-1.c,
3328         * gcc.target/mips/mips-3d-2.c, gcc.target/mips/mips-3d-3.c,
3329         * gcc.target/mips/mips-3d-4.c, gcc.target/mips/mips-3d-5.c,
3330         * gcc.target/mips/mips-3d-6.c, gcc.target/mips/mips-3d-7.c,
3331         * gcc.target/mips/mips-3d-8.c, gcc.target/mips/mips-3d-9.c,
3332         * gcc.target/mips/mips-3d-2.c, gcc.target/mips/mips-3d-3.c,
3333         * gcc.target/mips/mips-ps-1.c, gcc.target/mips/mips-ps-2.c,
3334         * gcc.target/mips/mips-ps-3.c, gcc.target/mips/mips-ps-4.c,
3335         * gcc.target/mips/mips-ps-type.c, gcc.target/mips/sb1-1.c: Use
3336         dg-mips-options instead of dg-options.  Remove now-redundant
3337         preprocessor guards.
3338         * gcc.dg/mips-args-1.c, gcc.dg/mips-args-2.c, gcc.dg/mips-args-3.c,
3339         * gcc.dg/mips-movcc-1.c, gcc.dg/mips-movcc-2.c, gcc.dg/mips-movcc-3.c,
3340         * gcc.dg/mips-nmadd-1.c, gcc.dg/mips-nmadd-2.c, gcc.dg/mips-rsqrt-1.c,
3341         * gcc.dg/mips-rsqrt-2.c, gcc.dg/mips-rsqrt-3.c, gcc.dg/vr-mult-1.c,
3342         * gcc.dg/vr-mult-2.c: Delete.
3343         * gcc.target/mips/args-1.c, gcc.target/mips/args-2.c,
3344         * gcc.target/mips/args-3.c, gcc.target/mips/movcc-1.c,
3345         * gcc.target/mips/movcc-2.c, gcc.target/mips/movcc-3.c,
3346         * gcc.target/mips/nmadd-1.c, gcc.target/mips/nmadd-2.c,
3347         * gcc.target/mips/rsqrt-1.c, gcc.target/mips/rsqrt-2.c,
3348         * gcc.target/mips/rsqrt-3.c, gcc.target/mips/vr-mult-1.c,
3349         * gcc.target/mips/vr-mult-2.c: New tests, based on the old gcc.dg ones.
3350
3351 2005-04-18  Laurent GUERBY  <laurent@guerby.net>
3352
3353         * ada/acats/run_all.sh: Use sync when executable not present.
3354
3355 2005-04-18  Devang Patel  <dpatel@apple.com>
3356
3357         * gcc.dg/vect/vect-11.c: Require effective target vect_int_mult.
3358         * gcc.dg/vect/vect-11a.c: New.
3359         * gcc.dg/vect/vect-none.c: Update.
3360         * lib/target-supports.exp (check_effective_target_vect_int_mult): New.
3361
3362 2005-04-18  James A. Morrison  <phython@gcc.gnu.org>
3363
3364         PR tree-optimization/20922
3365         * gcc.dg/pr20922-1.c: New test.
3366         * gcc.dg/pr20922-2.c: New test.
3367         * gcc.dg/pr20922-3.c: New test.
3368         * gcc.dg/pr20922-4.c: New test.
3369         * gcc.dg/pr20922-5.c: New test.
3370         * gcc.dg/pr20922-6.c: New test.
3371
3372 2005-04-11  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3373
3374         PR libfortran/20950
3375         * gfortran.dg/pr20950.f: New test.
3376
3377 2005-04-18  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3378
3379         PR libfortran/19216
3380         * gfortran.dg/pr19216.f: New test.
3381
3382 2005-04-18  Kazu Hirata  <kazu@cs.umass.edu>
3383
3384         PR tree-optimization/21001
3385         * gcc.dg/tree-ssa/pr21001.c: New.
3386
3387 2005-04-17  Thomas Koenig  <Thomas.Koenig@online.de>
3388
3389         PR libfortran/21075
3390         * gfortran.dg/reshape_rank7.f90: New test.
3391
3392 2005-04-17 Paul Thomas <pault@gcc.gnu.org>
3393
3394         PR libfortran/12884 gfortran.dg/pr12884.f: New test
3395         PR libfortran/17285 gfortran.dg/pr17285.f90: New test
3396         PR libfortran/17472, 18396, 18209 gfortran.dg/pr17472.f: New test
3397         PR libfortran/18122, 18591 gfortran.dg/pr18122.f90: New test
3398         PR libfortran/18210 gfortran.dg/pr18210.f90: New test
3399         PR libfortran/18392 gfortran.dg/pr18392.f90: New test
3400         PR libfortran/19467 gfortran.dg/pr19467.f90: New test
3401         PR libfortran/19657 gfortran.dg/pr19657.f90: New test
3402         * gfortran.dg/namelist_1.f90: Correct comment (PUBLIC and PRIVATE wrong way round).
3403         * gfortran.dg/namelist_2.f90: Variables with INTENT(IN) cannot be in namelists. New test
3404         * gfortran.dg/namelist_3.f90: Pointers cannot be in namelists. New test
3405         * gfortran.dg/namelist_11.f: Tests reals and qualifiers in namelist. New test
3406         * gfortran.dg/namelist_12.f: Tests integers and qualifiers in namelist. New test
3407         * gfortran.dg/namelist_13.f90: Tests derived types in namelist. New test
3408         * gfortran.dg/namelist_14.f90: Tests trans-io.c namelist support. New test
3409         * gfortran.dg/namelist_15.f90: Tests arrays of derived types in namelist. New test
3410         * gfortran.dg/namelist_16.f90: Tests complex in namelist. New test
3411         * gfortran.dg/namelist_17.f90: Tests logical in namelist. New test
3412         * gfortran.dg/namelist_18.f90: Tests charcter delimiters in namelist. New test
3413         * gfortran.dg/namelist_19.f90: Tests namelist errors. New test
3414         * gfortran.dg/namelist_20.f90: Tests negative bounds for explicit arrays. New test
3415
3416 2005-04-17  Richard Guenther  <rguenth@gcc.gnu.org>
3417
3418         * gfortran.dg/wtruncate.f: New testcase.
3419         * gfortran.dg/wtruncate.f90: New testcase.
3420
3421 2005-04-16  Mark Mitchell  <mark@codesourcery.com>
3422
3423         PR c++/21025
3424         * typeck.c (cxx_sizeof_or_alignof_type): Check whether the type to
3425         which sizeof/alignof is dependent, rather than just whether we are
3426         processing_template_decl.
3427
3428 2005-04-15  Thomas Koenig  <Thomas.Koenig@online.de>
3429
3430         * gfortran.fortran-torture/execute/intrinsic_spread.f90:
3431         corrected typo where the wrong variables had been compared.
3432
3433 2005-04-15  Thomas Koenig  <Thomas.Koenig@online.de>
3434
3435         PR libfortran/18495
3436         * gfortran.fortran-torture/execute/intrinsic_spread.f90:
3437         Test callee-allocated version of return array with a write
3438         statement.
3439         Test spread with a temporary with another write statement.
3440
3441 2005-04-15  Kazu Hirata  <kazu@cs.umass.edu>
3442
3443         PR tree-optimization/21031
3444         * gcc.dg/tree-ssa/pr21031.c: New.
3445
3446 2005-04-15  Uros Bizjak  <uros@kss-loka.si>
3447
3448         PR tree-optimization/21004
3449         * gcc.dg/builtins-53.c: Include builtins-config.h.
3450         Check floorf, ceilf, floorl and ceill transformations
3451         only when HAVE_C99_RUNTIME is defined.
3452
3453 2005-04-15  Alexandre Oliva  <aoliva@redhat.com>
3454
3455         PR middle-end/20739
3456         * gcc.dg/tree-ssa/pr20739.c: New test.
3457
3458 2005-04-14  Mike Stump  <mrs@apple.com>
3459
3460         * gcc.dg/Foundation.framework/empty: New.
3461         * gcc.dg/framework-2.c: New.
3462
3463 2005-04-14  Kazu Hirata  <kazu@cs.umass.edu>
3464
3465         PR tree-optimization/21021
3466         * gcc.c-torture/compile/pr21021.c: New.
3467
3468 2005-04-14  Janis Johnson  <janis187@us.ibm.com
3469
3470         PR testsuite/21010
3471         * gcc.dg/vect/vect-ifcvt-1.c: Remove dg-do, add cleanup.
3472         * gcc.dg/vect/vect-ifcvt-2.c: Ditto.
3473         * gcc.dg/vect/vect-ifcvt-3.c: Ditto.
3474         * gcc.dg/vect/vect-ifcvt-4.c: Ditto.
3475         * gcc.dg/vect/vect-ifcvt-5.c: Ditto.
3476         * gcc.dg/vect/vect-ifcvt-6.c: Ditto.
3477         * gcc.dg/vect/vect-ifcvt-7.c: Ditto.
3478         * gcc.dg/vect/vect-ifcvt-9.c: Ditto.
3479
3480 2005-04-14  Richard Henderson  <rth@redhat.com>
3481
3482         * lib/target-supports.exp (check_effective_target_vect_condition):
3483         Add ia64, i?86, and x86_64.
3484
3485 2005-04-14  Steven G. Kargl  <kargls@comcast.net>
3486
3487         * gfortran.dg/underflow.f90: Use tiny(x)/huge(x).
3488
3489 2005-04-14  Kazu Hirata  <kazu@cs.umass.edu>
3490
3491         PR tree-optimization/20657
3492         * gcc.dg/tree-ssa/pr20657.c: New.
3493
3494 2005-04-14  Uros Bizjak  <uros@kss-loka.si>
3495
3496         * gcc.dg/builtins-53.c: Also check (int)trunc* and
3497         (long long int)trunc*.
3498
3499 2005-04-14  Ulrich Weigand  <uweigand@de.ibm.com>
3500
3501         PR target/20927
3502         * gcc.dg/pr20927.c: New test.
3503
3504 2005-04-13  Richard Sandiford  <rsandifo@redhat.com>
3505
3506         * gcc.dg/torture/pr19683-1.c: Guard with #ifndef __mips16.
3507         * gcc.target/mips/asm-1.c: Likewise.
3508
3509 2005-04-13  Dale Johannesen  <dalej@apple.com>
3510
3511         * objc.dg/objc-fast-4.m:  New.
3512
3513 2005-04-13  Hans-Peter Nilsson  <hp@axis.com>
3514
3515         * gcc.target/cris/torture/cris-torture.exp: New driver in new
3516         directory.
3517         * gcc.target/cris/torture/no-pro-epi-1.c: New test.
3518
3519 2005-04-13  David Edelsohn  <edelsohn@gnu.org>
3520
3521         * gcc.dg/ucnid-[23456].c: XFAIL on AIX.
3522         * gcc.dg/ppc-vector-memcpy.c: XFAIL on AIX and SPE.
3523         * gcc.dg/ppc-vector-memset.c: XFAIL on AIX and SPE.
3524
3525 2005-04-13  Kazu Hirata  <kazu@cs.umass.edu>
3526
3527         PR tree-optimization/20913
3528         * gcc.dg/tree-ssa/pr20913.c: New.
3529
3530         PR tree-optimization/20702
3531         * gcc.dg/tree-ssa/pr20702.c: New.
3532
3533 2005-04-13  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3534
3535         PR c++/13744
3536         * g++.dg/inherit/local3.C: New test.
3537
3538 2005-04-12  Jeff Law  <law@redhat.com>
3539
3540         * gcc.dg/tree-ssa/20050412-1.c: New test.
3541
3542 2005-04-13  Thomas Koenig  <Thomas.Koenig@online.de>
3543
3544         PR libfortran/19016
3545         * gfortran.fortran-torture/execute/intrinsic_mmloc.f90:
3546         Add tests with mask generated by expression.
3547         * gfortran.fortran-torture/execute/intrinsic_mmval.f90:  Likewise.
3548         * gfortran.fortran-torture/execute/intrinsic_product.f90:  Likewise.
3549         * gfortran.fortran-torture/execute/intrinsic_sum.f90:  Likewise.
3550
3551 2005-04-12  Ulrich Weigand  <uweigand@de.ibm.com>
3552
3553         PR middle-end/20917
3554         * gcc.dg/20050409-1.c: New test.
3555
3556 2005-04-12  Andrew Pinski  <pinskia@physics.uc.edu>
3557
3558         * gcc.dg/tree-ssa/alias-1.c: Fix spelling of optimized.
3559
3560 2005-04-11  Mark Mitchell  <mark@codesourcery.com>
3561
3562         * target-def.h (TARGET_CXX_EXPORT_CLASS_DATA): Remove.
3563         (TARGET_CXX_DETERMINE_CLASS_VISIBILITY): New macro.
3564         (TARGET_CXX_CLASS_DATA_ALWAYS_COMDAT): Likewise.
3565         (TARGET_CXX): Adjust accordingly.
3566         * target.h (struct gcc_target): Remove epxort_class_data.  Add
3567         determine_class_data_visibility and class_data_always_comdat.
3568         * doc/tm.texi (TARGET_CXX_EXPORT_CLASS_DATA): Remove.