OSDN Git Service

PR c++/18093
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2004-10-26  Mark Mitchell  <mark@codesourcery.com>
2
3         PR c++/18093
4         * g++.dg/lookup/ns2.C: New test.
5
6         PR c++/18020
7         * g++.dg/template/enum4.C: New test.
8
9         PR c++/18161
10         * g++.dg/template/expr1.C: New test.
11
12 2004-10-26  Ben Elliston  <bje@au.ibm.com>
13
14         * gcc.dg/tree-ssa/20030922-2.c: Now passing, so remove xfail.
15
16 2004-10-26  Joseph S. Myers  <jsm@polyomino.org.uk>
17
18         * gcc.dg/decl-nospec-1.c, gcc.dg/decl-nospec-2.c,
19         gcc.dg/decl-nospec-3.c: New tests.
20
21 2004-10-26  Ziemowit Laski  <zlaski@apple.com>
22
23         * objc.dg/super-class-3.m: New test.
24
25 2004-10-26  Nathan Sidwell  <nathan@codesourcery.com>
26
27         * gcc.dg/cpp/direct2.c: Adjust expected errors, robustify parser
28         resyncing.
29         * gcc.dg/cpp/direct2s.c: Likewise.
30
31 2004-10-25  Geoffrey Keating  <geoffk@apple.com>
32
33         * objc.dg/image-info.m: Update for changes to section selection.
34
35 2004-10-25  David Ayers  <d.ayers@inode.at>
36             Ziemowit Laski  <zlaski@apple.com>
37
38         * objc.dg/call-super-2.m: Add messages to 'Class <Proto>'; update
39         diagnostics when messaging 'id <Proto>'.
40         * objc.dg/class-protocol-1.m: New test.
41         * objc.dg/desig-init-1.m: Add message to an invalid receiver using
42         a non-existent method signature.
43         * objc.dg/method-5.m, objc.dg/method-6.m, objc.dg/proto-hier-1.m:
44         Update diagnostics when messaging with non-existent method signature.
45         * objc.dg/proto-hier-2.m: Adjust wording of diagnostic.
46         * objc.dg/proto-lossage-1.m, objc.dg/proto-lossage-4.m: Messages to
47         invalid receivers are now resolved as if messaging 'id'; remove
48         extraneous diagnostics.
49
50 2004-10-25  Joseph S. Myers  <jsm@polyomino.org.uk>
51
52         PR c/16667
53         * gcc.dg/init-desig-obs-1.c, gcc.dg/init-desig-obs-2.c,
54         gcc.dg/init-desig-obs-3.c: New tests.
55
56 2004-10-25  Jakub Jelinek  <jakub@redhat.com>
57
58         * gcc.dg/debug/20041023-1.c: New test.
59
60 2004-10-25  Andrew Pinski  <pinskia@physics.uc.edu>
61
62         PR middle-end/17407
63         * gcc.c-torture/compile/pr17407.c: New test.
64
65         PR c++/18121
66         * g++.dg/template/array8.C: New test.
67
68 2004-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
69
70         PR other/18138
71         * lib/g++.exp: Accept more than one multilib libgcc.
72         * lib/gcc-dg.exp: Likewise.
73         * lib/objc.exp: Likewise.
74         * lib/treelang.exp: Likewise.
75         * lib/gfortran.exp: Likewise.
76
77 2004-10-24  Ben Elliston  <bje@au.ibm.com>
78
79         * gcc.dg/c90-const-expr-3.c: Reference the ISO C standard.
80
81 2004-10-24  Geoffrey Keating  <geoffk@geoffk.org>
82
83         * gcc.dg/c90-const-expr-3.c: xfail all the ASSERT_NOT_NPC tests.
84         * gcc.dg/c99-const-expr-3.c: Likewise.
85
86 2004-10-23  Andrew Pinski  <pinskia@physics.uc.edu>.
87
88         * gcc.dg/tree-ssa/loop-1.c: Add -static for *-*-darwin*.
89
90 2004-10-23  Ben Elliston  <bje@au.ibm.com>
91
92         * gcc.c-torture/execute/loop-2e.x: Remove.
93
94 2004-10-22  Nathan Sidwell  <nathan@codesourcery.com>
95
96         PR c++/18095
97         * g++.dg/parse/crash18.C: New.
98         * g++.dg/parse/crash19.C: New.
99
100 2004-10-22  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
101
102         * g++.dg/ext/dllimport1.C: Move dg-warnings.
103         * g++.dg/ext/dllimport2.C: Same.
104         * g++.dg/ext/dllimport8.C: Same.
105
106 2004-10-21  Mark Mitchell  <mark@codesourcery.com>
107
108         PR c++/10841
109         * g++.dg/conversion/cast1.C: New test.
110         * g++.dg/overload/pmf1.C: Adjust error marker.
111
112 2004-10-21  Andrew Pinski  <pinskia@physics.uc.edu>
113
114         PR objc/17923
115         * objc.dg/const-str-7.m: New test.
116
117 2004-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
118
119         * g++.dg/template/memfriend11.C: Fix comment typo.
120         * g++.dg/template/memfriend14.C: Likewise.
121
122 2004-10-20  Richard Henderson  <rth@redhat.com>
123
124         * gcc.dg/cleanup-10.c, gcc.dg/cleanup-11.c, gcc.dg/cleanup-8.c,
125         gcc.dg/cleanup-9.c: Use -fnon-call-exceptions, not
126         -fasynchronous-unwind-tables.
127
128 2004-10-20  Richard Henderson  <rth@redhat.com>
129
130         * gcc.c-torture/unsorted/call386.c (foo): Fix return type.
131         (main): Return success.
132         * gcc.c-torture/unsorted/subcc.c (foo, bar): Fix return types.
133         (main): Return success.
134
135 2004-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
136
137         PR c++/13495
138         * g++.dg/template/memfriend9.C: New test.
139         * g++.dg/template/memfriend10.C: Likewise.
140         * g++.dg/template/memfriend11.C: Likewise.
141         * g++.dg/template/memfriend12.C: Likewise.
142         * g++.dg/template/memfriend13.C: Likewise.
143         * g++.dg/template/memfriend14.C: Likewise.
144         * g++.dg/template/memfriend15.C: Likewise.
145         * g++.dg/template/memfriend16.C: Likewise.
146         * g++.dg/template/memfriend17.C: Likewise.
147         * g++.old-deja/g++.pt/friend44.C: Remove bogus error.
148
149 2004-10-20  Nathan Sidwell  <nathan@codesourcery.com>
150
151         * g++.dg/conversion/dr195.C: New.
152         * g++.old-deja/g++.mike/p10148.C: Remove ill-formed cast.
153
154 2004-10-20  Ben Elliston  <bje@au.ibm.com>
155             Devang Patel  <dpatel@apple.com>
156
157         * gcc.dg/tree-ssa/ifc-20040816-2.c: Use integer arithmetic instead
158         of floating point arithmetic, which could trap.
159
160 2004-10-19  Mark Mitchell  <mark@codesourcery.com>
161
162         PR c++/14035
163         * g++.dg/conversion/reinterpret1.C: Adjust error markers.
164         * g++.dg/conversion/const2.C: New test.
165         * g++.dg/expr/reinterpret2.C: New test.
166         * g++.dg/expr/reinterpret3.C: New test.
167         * g++.dg/expr/cast2.C: New test.
168         * g++.dg/expr/copy1.C: New test.
169         * g++.dg/other/conversion1.C: Change error message.
170         * g++.dg/parse/comma1.C: Use __extension__ to allow casts from
171         function pointers to void *.
172         * g++.old-deja/g++.mike/p10148.C: Likewise.
173
174 2004-10-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
175
176         * gcc.dg/smod-1.c: Pass -mtune=i486 only on x86.
177
178 2004-10-19  Paolo Bonzini  <bonzini@gnu.org>
179
180         PR c++/18047
181
182         * g++.dg/parse/expr3.C: New test.
183
184 2004-10-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
185
186         * gcc.dg/smod-1.c: New test.
187
188 2004-10-18  Ziemowit Laski  <zlaski@apple.com>
189
190         * objc.dg/method-14.m: New test.
191
192 2004-10-18  Andrew Pinski  <pinskia@physics.uc.edu>
193
194         * gcc.c-torture/compile/pr17529.c: Fix test for non x86.
195         Also xfail as the patch was reverted.
196
197 2004-10-18  Andrew Pinski  <pinskia@physics.uc.edu>
198
199         PR middle-end/16973
200         * gcc.dg/pr16973.c: New test.
201
202 2004-10-18  Diego Novillo  <dnovillo@redhat.com>
203
204         PR tree-optimization/17656
205         * testsuite/gcc.c-torture/compile/pr17656.c: New test.
206
207 2004-10-18  Nathan Sidwell  <nathan@codesourcery.com>
208
209         * g++.dg/eh/shadow1.C: New.
210
211 2004-10-18  Jakub Jelinek  <jakub@redhat.com>
212
213         * gcc.c-torture/compile/20041018-1.c: New test.
214
215 2004-10-18  Ben Elliston  <bje@au.ibm.com>
216
217         * gcc.dg/ppc-sdata-1.c: Update to consider the possibility of the
218         compiler referring to register 0 when accessing sdata.  The linker
219         now patches things up.
220
221 2004-10-17  Andrew Pinski  <pinskia@physics.uc.edu>
222
223         PR c/17529
224         * gcc.c-torture/compile/pr17529.c: New test.
225
226 2004-10-17  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
227
228         PR c++/17743
229         * g++.dg/ext/attrib17.C: New test.
230
231 2004-10-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
232
233         * gcc.dg/bf-spl1.c: Use 'float' as the base type for FP types.
234
235 2004-10-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
236
237         PR c++/10479
238         * g++.dg/ext/attrib16.C: New test.
239
240 2004-10-15  Mark Mitchell  <mark@codesourcery.com>
241
242         PR c++/17042
243         * g++.dg/init/dso_handle1.C: New test.
244
245         PR c++/14667
246         * g++.dg/parse/typedef6.C: New test.
247
248         PR c++/17916
249         * g++.dg/parse/pragma1.C: New test.
250
251 2004-10-15  Aldy Hernandez  <aldyh@redhat.com>
252
253         * gcc.c-torture/execute/ieee/ieee.exp: Disable on powerpc-*-*spe.
254
255 2004-10-15  Steve Ellcey  <sje@cup.hp.com>
256
257         * gcc.dg/compat/struct-layout-1_generate.c (switchfiles):  Use
258         -fno-common when on HPPA HP-UX platforms.
259
260 2004-10-15  Jakub Jelinek  <jakub@redhat.com>
261
262         PR other/16820
263         * gcc.dg/compat/struct-layout-1.h: Don't include complex.h nor
264         stdint.h.
265         * gcc.dg/compat/struct-layout-1_x1.h (TX): Cast to long instead of
266         uintptr_t.
267
268 2004-10-14  Andrew Pinski  <pinskia@physics.uc.edu>
269
270         PR c++/16301
271         * g++.dg/lookup/strong-using-4.C: New test.
272
273 2004-10-14  Andrew Pinski  <pinskia@physics.uc.edu>
274
275         PR middle-end/16567
276         * gcc.c-torture/compile/nested-1.c: New test.
277
278 2004-10-14  Dorit Naishlos  <dorit@il.ibm.com>
279
280         * testsuite/gcc.dg/vect/vect-44.c: xfail on i?86-*-*, x86_64-*-*,
281         and mipsisa64*-*-* (until support for misaligned loads is added).
282         * testsuite/gcc.dg/vect/vect-50.c: Likewise.
283         * testsuite/gcc.dg/vect/vect-52.c: Likewise.
284         * testsuite/gcc.dg/vect/vect-54.c: Likewise.
285         * testsuite/gcc.dg/vect/vect-58.c: Likewise.
286         * testsuite/gcc.dg/vect/vect-60.c: Likewise.
287         * testsuite/gcc.dg/vect/vect-80.c: Likewise.
288
289 2004-10-14  Mark Mitchell  <mark@codesourcery.com>
290
291         PR c++/17976
292         * g++.dg/init/dtor3.C: New test.
293
294 2004-10-15  Ben Elliston  <bje@au.ibm.com>
295
296         * gcc.dg/ppc-stackalign-1.c: Set dg-options to {}.
297
298 2004-10-14  Geoffrey Keating  <geoffk@apple.com>
299
300         * gcc.dg/darwin-misaligned.c: Don't supply -force_cpusubtype_ALL.
301         * gcc.dg/macho-lo-sum.c: Likewise.
302
303 2004-10-14  Joseph S. Myers  <joseph@codesourcery.com>
304
305         * gcc.dg/ppc-spe64-1.c: New test.
306
307 2004-10-14  Devang Patel  <dpatel@apple.com>
308
309         PR 17635
310         * gcc.dg/pr17635.c : New test.
311         
312 2004-10-14  Olga Golovanevsky  <olga@il.ibm.com>
313
314         * testsuite/gcc.dg/vect/vect-28.c: Remove xfail.
315         * testsuite/gcc.dg/vect/vect-30.c: Remove xfail.
316         * testsuite/gcc.dg/vect/vect-31.c: Vectorize 4 loops instead of 2.
317         * testsuite/gcc.dg/vect/vect-33.c: Remove xfail.
318         * testsuite/gcc.dg/vect/vect-44.c: Remove xfail.
319         * testsuite/gcc.dg/vect/vect-46.c: Remove xfail.
320         * testsuite/gcc.dg/vect/vect-50.c: Remove xfail.
321         * testsuite/gcc.dg/vect/vect-52.c: Remove xfail.
322         * testsuite/gcc.dg/vect/vect-54.c: Remove xfail.
323         * testsuite/gcc.dg/vect/vect-58.c: Remove xfail.
324         * testsuite/gcc.dg/vect/vect-60.c: Remove xfail.
325         * testsuite/gcc.dg/vect/vect-64.c: Vectorize 3 loops instead of 1.
326         * testsuite/gcc.dg/vect/vect-66.c: Vectorize 3 loops instead of 2.
327         * testsuite/gcc.dg/vect/vect-68.c: Vectorize 4 loops instead of 2.
328         * testsuite/gcc.dg/vect/vect-69.c: Vectorize 4 loops instead of 2.
329         * testsuite/gcc.dg/vect/vect-8.c: Remove xfail.
330         * testsuite/gcc.dg/vect/vect-80.c: Remove xfail.
331         * testsuite/gcc.dg/vect/vect-none.c: Vectorize 1 loops instead of 0.
332
333 2004-10-14  Dorit Naishlos  <dorit@il.ibm.com>
334
335         * gcc.dg/vect/vect-82.c: New testcase.  
336         * gcc.dg/vect/vect-82_64.c: New testcase.       
337         * gcc.dg/vect/vect-83.c: New testcase.  
338         * gcc.dg/vect/vect-83_64.c: New testcase.       
339
340 2004-10-14  Joseph S. Myers  <jsm@polyomino.org.uk>
341
342         * gcc.dg/cpp/error-1.c: New test.
343
344 2004-10-14  Joseph S. Myers  <jsm@polyomino.org.uk>
345
346         * gcc.dg/c99-tag-3.c, gcc.dg/declspec-14.c: New tests.
347
348 2004-10-14  Hans-Peter Nilsson  <hp@axis.com>
349
350         PR target/17984
351         * gcc.dg/cris-peep2-xsrand2.c: New test.
352
353 2004-10-13  Andrew Pinski  <pinskia@physics.uc.edu>
354
355         PR c++/17661
356         * testsuite/g++.dg/expr/for2.C: New test.
357
358 2004-10-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
359
360         * g++.dg/inherit/thunk1.C: Run on the SPARC.
361
362 2004-10-13  Jakub Jelinek  <jakub@redhat.com>
363
364         PR tree-optimization/17724
365         * g++.dg/opt/pr17724-1.C: New test.
366         * g++.dg/opt/pr17724-2.C: New test.
367         * g++.dg/opt/pr17724-3.C: New test.
368         * g++.dg/opt/pr17724-4.C: New test.
369         * g++.dg/opt/pr17724-5.C: New test.
370         * g++.dg/opt/pr17724-6.C: New test.
371
372 2004-10-12  Joseph S. Myers  <jsm@polyomino.org.uk>
373
374         PR c/17301
375         * gcc.dg/pr17301-2.c: New test.
376
377 2004-10-11  Mark Mitchell  <mark@codesourcery.com>
378
379         PR c++/15876
380         * g++.dg/parse/error22.C: New test.
381
382         PR c++/17936
383         * g++.dg/template/spec18.C: New test.
384
385 2004-10-11  Steve Ellcey  <sje@cup.hp.com>
386
387         * testsuite/gcc.dg/ia64-asm-1.c: Add prototype for abort
388         * testsuite/gcc.dg/ia64-sync-1.c: Add prototype for abort and
389         memcpy. 
390         * testsuite/gcc.dg/ia64-sync-2.c: Ditto.
391         * testsuite/gcc.dg/ia64-sync-3.c: Ditto.
392
393 2004-10-11  Andrew Pinski  <pinskia@physics.uc.edu>
394
395         * g++.dg/eh/cleanup5.C: Add dg-options "".
396
397 2004-10-11  Roger Sayle  <roger@eyesopen.com>
398
399         PR middle-end/17657
400         * gcc.dg/switch-4.c: New test case.
401
402 2004-10-11  Richard Sandiford  <rsandifo@redhat.com>
403
404         * gcc.c-torture/execute/20041011-1.c: New test.
405
406 2004-10-10  Andrew Pinski  <pinskia@physics.uc.edu>
407
408         PR c++/17554
409         * g++.dg/init/for3.C: New test.
410
411         PR c++/17657
412         * g++.dg/opt/switch2.C: New test.
413
414         PR middle-end/17703
415         * g++.dg/warn/Wreturn-2.C: New test.
416
417 2004-10-10  Andrew Pinski  <pinskia@physics.uc.edu>
418
419         PR c++/17907
420         * g++.dg/eh/cleanup5.C: New test.
421
422 2004-10-10  Mark Mitchell  <mark@codesourcery.com>
423
424         PR c++/17393
425         * g++.dg/parse/error21.C: New test.
426
427 2004-10-10  Gabriel Dos Reis  <gdr@integrable-solutions.net>
428
429         * g++.dg/overload/pmf1.C: Adjust quoting marks.
430         * g++.dg/warn/incomplete1.C: Likewise.
431         * g++.dg/template/qualttp20.C: Likewise.
432
433 2004-10-10  Joseph S. Myers  <jsm@polyomino.org.uk>
434
435         PR c/17881
436         * parm-incomplete-1.c: New test.
437
438 2004-10-09  Mark Mitchell  <mark@codesourcery.com>
439
440         PR c++/17867
441         * g++.dg/parse/error19.C: New test.
442
443         PR c++/17670
444         * g++.dg/init/new11.C: New test.
445
446         PR c++/17821
447         * g++.dg/parse/error20.C: New test.
448
449         PR c++/17826
450         * g++.dg/template/crash24.C: New test.
451         
452 2004-10-10  Joseph S. Myers  <jsm@polyomino.org.uk>
453
454         PR c/17301
455         * gcc.dg/pr17301-1.c: New test.
456
457 2004-10-10  Joseph S. Myers  <jsm@polyomino.org.uk>
458
459         PR c/17189
460         * gcc.dg/anon-struct-5.c: New test.
461
462 2004-10-09  Joseph S. Myers  <jsm@polyomino.org.uk>
463
464         PR c/17844
465         * gcc.dg/pr17844-1.c: New test.
466
467 2004-10-09  Zdenek Dvorak  <dvorakz@suse.cz>
468
469         PR tree-optimization/17906
470         * gcc.c-torture/compile/pr17906.c: New.
471
472 2004-10-09  Stuart Hastings  <stuart@apple.com>
473             Roger Sayle  <roger@eyesopen.com>
474
475         PR rtl-optimization/17853
476         * gcc.dg/i386-mmx-5.c: New testcase.
477
478 2004-10-09  Andrew Pinski  <pinskia@physics.uc.edu>
479
480         * g++.dg/opt/pr17902.C: Fix typo in dg-do.
481
482 2004-10-09  Mark Mitchell  <mark@codesourcery.com>
483
484         PR c++/17524
485         * g++.dg/template/static9.C: New test.
486
487         PR c++/17685
488         * g++.dg/parse/operator5.C: New test.
489
490 2004-10-09  Roger Sayle  <roger@eyesopen.com>
491
492         PR middle-end/17894
493         * gcc.c-torture/execute/divcmp-4.c: New test case.
494
495 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
496
497         PR tree-opt/17902
498         * g++.dg/opt/pr17902.C: New test.
499
500 2004-10-09  Jakub Jelinek  <jakub@redhat.com>
501
502         * gcc.dg/cpp/ident-1.c: Add dg-options "".
503
504 2004-10-08  Joseph S. Myers  <jsm@polyomino.org.uk>
505
506         * gcc.dg/float-range-1.c, gcc.dg/float-range-2.c: New tests.
507
508 2004-10-08  Joseph S. Myers  <jsm@polyomino.org.uk>
509
510         * gcc.dg/assign-warn-3.c: New test.
511
512 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
513
514         PR c/16999
515         * gcc.dg/cpp/ident-1.c: New test.
516
517 2004-10-08  Nathan Sidwell  <nathan@codesourcery.com>
518
519         * gcc.c-torture/compile/acc1.c: New.
520
521 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
522
523         * gcc.dg/darwin-longdouble.c: Include stdlib.h and string.h.
524         * gcc.dg/darwin-abi-2.c: Include stdlib.h.
525
526 2004-10-08  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
527
528         * gcc.dg/ultrasp11.c: New test.
529
530 2004-10-08  Michael Matz  <matz@suse.de>
531
532         * gcc.dg/doloop-2.c: New test.
533
534 2004-10-08  Joseph S. Myers  <jsm@polyomino.org.uk>
535
536         * gcc.dg/assign-warn-1.c, gcc.dg/assign-warn-2.c: New tests.
537         * gcc.dg/warn-1.c, gcc.dg/noncompile/20020213-1.c,
538         objc.dg/method-9.m: Update expected diagnostics.
539
540 2004-10-07  Geoffrey Keating  <geoffk@apple.com>
541
542         * gcc.dg/ppc-fsel-3.c: New file.
543         * gcc.dg/ppc-fsel-1.c: Add -fno-trapping-math, update comment.
544
545 2004-10-07  Paul Brook  <paul@codesourcery.com>
546
547         * gfortran.dg/intrinsic_verify_1.f90: New test.
548
549 2004-10-07  Paul Brook  <paul@codesourcery.com>
550
551         * gfortran.dg/empty_format_1.f90: Remove stray commas.
552
553 2004-10-07  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
554
555         * gfortran.fortran-torture/execute/intrinsic_mvbits.f90, 
556         gfortran.dg/ishft.f90: Add more tests. Add dg-warning in followup
557         commit.
558
559 2004-10-07  Andrew Pinski  <pinskia@physics.uc.edu>
560
561         * g++.dg/ext/asm6.C: Remove extraneous semicolon.
562
563 2004-10-07  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
564
565         PR c++/17115
566         * g++.dg/warn/Winline-4.C: New test.
567
568 2004-10-07  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
569
570         * gcc.c-torture/compile/20041007-1.c: New test.
571
572 2004-10-07  Paul Brook  <paul@codesourcery.com>
573
574         PR fortran/17678
575         * gfortran.dg/use_allocated_1.f90: New test.
576
577 2004-10-06  Andrew Pinski  <pinskia@physics.uc.edu>
578
579         PR middle-end/17849
580         * gfortran.fortran-torture/compile/nested.f90: New test
581
582 2004-10-06  Joseph S. Myers  <jsm@polyomino.org.uk>
583
584         * gcc.dg/Wconversion-2.c, gcc.dg/func-args-1.c: New tests.
585
586 2004-10-06  Andrew Pinski  <pinskia@physics.uc.edu>
587
588         PR c++/17368
589         * g++.dg/ext/asm6.C: New test.
590
591 2004-10-06  Kenneth Zadeck <zadeck@naturalbridge.com>
592
593         * gcc.dg/20011119-1.c : Added memory attribute to asm sequence.
594
595 2004-10-06  Paul Brook  <paul@codesourcery.com>
596
597         PR libfortran/17709
598         * gfortran.dg/empty_format_1.f90: New test.
599
600 2004-10-06  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
601
602         PR fortran/17568
603         * gfortran.dg/ishft.f90: New test.
604
605         PR fortran/17283
606         * gfortran.fortran-torture/execute/intrinsic_pack.f90: Enable new
607         tests.
608
609 2004-10-06  Paul Brook  <paul@codesourcery.com>
610
611         * gfortran.dg/do_1.f90: New test.
612
613 2004-10-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
614
615         * gcc.c-torture/execute/builtins/lib/strcpy.c: Don't abort when
616         optimizing for size.
617
618 2004-10-05  Joseph S. Myers  <jsm@polyomino.org.uk>
619
620         * gcc.dg/complex-2.c, gcc.dg/complex-2.h: New test.
621
622 2004-10-05  Joseph S. Myers  <jsm@polyomino.org.uk>
623
624         * gcc.c-torture/compile/20041005-1.c: New test.
625
626 2004-10-05  Nathan Sidwell  <nathan@codesourcery.com>
627
628         PR c++/17829
629         * g++.dg/lookup/koenig4.C: New.
630
631 2004-10-05  Gabriel Dos Reis  <gdr@integrable-solutions.net>
632
633         * g++.dg/other/classkey1.C: Adjust quoting marks.
634         * g++.dg/parse/error15.C: Likewise.
635         * g++.dg/template/meminit2.C (int>): Likewise.
636
637 2004-10-04  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
638
639         PR fortran/17283
640         * gfortran.fortran-torture/execute/intrinsic_pack.f90: Add more tests.
641
642         PR fortran/17631
643         * gfortran.fortran-torture/execute/intrinsic_mvbits.f90: New test.
644
645         PR fortran/17708
646         * gfortran.dg/pr17708.f90: New test.
647         
648 2004-10-04  Chao-ying Fu  <fu@mips.com>
649
650         * gcc.dg/vect/pr16105.c: Enable for mipsisa64*-*-*.
651         * gcc.dg/vect/vect-4.c: Ditto.
652         * gcc.dg/vect/vect-5.c: Ditto.
653         * gcc.dg/vect/vect-6.c: Ditto.
654         * gcc.dg/vect/vect-8.c: Ditto.
655         * gcc.dg/vect/vect-16.c: Ditto.
656         * gcc.dg/vect/vect-30.c: Ditto.
657         * gcc.dg/vect/vect-40.c: Ditto.
658         * gcc.dg/vect/vect-41.c: Ditto.
659         * gcc.dg/vect/vect-42.c: Ditto.
660         * gcc.dg/vect/vect-43.c: Ditto.
661         * gcc.dg/vect/vect-44.c: Ditto.
662         * gcc.dg/vect/vect-45.c: Ditto.
663         * gcc.dg/vect/vect-46.c: Ditto.
664         * gcc.dg/vect/vect-47.c: Ditto.
665         * gcc.dg/vect/vect-48.c: Ditto.
666         * gcc.dg/vect/vect-49.c: Ditto.
667         * gcc.dg/vect/vect-50.c: Ditto.
668         * gcc.dg/vect/vect-51.c: Ditto.
669         * gcc.dg/vect/vect-52.c: Ditto.
670         * gcc.dg/vect/vect-53.c: Ditto.
671         * gcc.dg/vect/vect-54.c: Ditto.
672         * gcc.dg/vect/vect-55.c: Ditto.
673         * gcc.dg/vect/vect-56.c: Ditto.
674         * gcc.dg/vect/vect-57.c: Ditto.
675         * gcc.dg/vect/vect-58.c: Ditto.
676         * gcc.dg/vect/vect-59.c: Ditto.
677         * gcc.dg/vect/vect-60.c: Ditto.
678         * gcc.dg/vect/vect-74.c: Ditto.
679         * gcc.dg/vect/vect-79.c: Ditto.
680         * gcc.dg/vect/vect-80.c: Ditto.
681
682 2004-10-04  Andrew Pinski  <pinskia@physics.uc.edu>
683
684         * gcc.dg/unused-7.c: Use the correct option.
685
686 2004-10-04  Paul Brook  <paul@codesourcery.com>
687         Bud Davis  <bdavis9659@comcast.net>
688
689         PR fortran/17706
690         PR fortran/16434
691         * gfortran/pr17706.f90: New test.
692         * gfortran.dg/g77/f77-edit-s-out.f: Remove xfail.
693
694 2004-10-04  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
695
696         * gfortran.dg/pr17612.f90: New test.
697
698 2004-10-03  Gabriel Dos Reis  <gdr@integrable-solutions.net>
699
700         * g++.dg/template/local1.C: Adjust quoting marks in
701         testing for diagnostics.
702         * g++.dg/tls/diag-2.C: Likewise.
703         * g++.dg/other/error8.C: Likewise.
704
705 2004-10-03  Andrew Pinski  <pinskia@physics.uc.edu>
706
707         PR c/17178
708         * gcc.dg/unused-4.c: Adjust to be correct.
709
710         PR c/17820
711         * gcc.dg/unused-7.c: New test.
712
713 2004-10-03  Andrew Pinski  <pinskia@physics.uc.edu>
714
715         PR c++/17797
716         * g++.dg/overload/template2.C: New test.
717
718 2004-10-03  Kazu Hirata  <kazu@cs.umass.edu>
719
720         PR tree-optimization/16632
721         * gcc.dg/tree-ssa/20041002-1.c: New.
722
723 2004-10-03  Paul Brook  <paul@codesourcery.com>
724
725         * gfortran.dg/pr17286.f90: Add dg-do line.  Explicitly test bug,
726         rather than relying on default formatting.
727
728 2004-10-02  Joseph S. Myers  <jsm@polyomino.org.uk>
729
730         * gcc.dg/20040920-1.c: Update expected message text.
731
732 2004-10-02  Ulrich Weigand  <uweigand@de.ibm.com>
733
734         * gcc.dg/tree-ssa/loop-1.c: Merge changed dg-options for s390-*-*.
735
736 2004-10-01  Zdenek Dvorak  <dvorakz@suse.cz>
737
738         * gcc.dg/tree-ssa/loop-1.c: Check that unrolling occurs already on
739         tree level.
740
741 2004-10-01  Andrew Pinski  <pinskia@physics.uc.edu>
742
743         * gcc.dg/tree-ssa/pr17343.c: Remove.
744
745 2004-10-01  Andrew Pinski  <pinskia@physics.uc.edu>
746
747         PR tree-opt/17343
748         * gcc.dg/tree-ssa/pr17343.c: New test.
749
750 2004-10-01  Jakub Jelinek  <jakub@redhat.com>
751
752         * gcc.dg/tree-ssa/stdarg-1.c: Removed.
753         * gcc.dg/tree-ssa/stdarg-2.c: Removed.
754         * gcc.dg/tree-ssa/stdarg-3.c: Removed.
755         * gcc.dg/tree-ssa/stdarg-4.c: Removed.
756         * gcc.dg/tree-ssa/stdarg-5.c: Removed.
757
758 2004-09-30  Joseph S. Myers  <jsm@polyomino.org.uk>
759
760         * gcc.dg/lvalue-2.c: New test.
761
762 2004-09-30  Joseph S. Myers  <jsm@polyomino.org.uk>
763
764         PR c/17730
765         * gcc.dg/pr17730-1.c: New test
766
767 2004-09-29  Joseph S. Myers  <jsm@polyomino.org.uk>
768
769         PR c/7425
770         * gcc.dg/deprecated-3.c, g++.dg/warn/deprecated-2.C: New tests.
771
772 2004-09-29  Jakub Jelinek  <jakub@redhat.com>
773
774         * gcc.c-torture/execute/stdarg-1.c: New test.
775         * gcc.c-torture/execute/stdarg-2.c: New test.
776         * gcc.c-torture/execute/stdarg-3.c: New test.
777         * gcc.dg/tree-ssa/stdarg-1.c: New test.
778         * gcc.dg/tree-ssa/stdarg-2.c: New test.
779         * gcc.dg/tree-ssa/stdarg-3.c: New test.
780         * gcc.dg/tree-ssa/stdarg-4.c: New test.
781         * gcc.dg/tree-ssa/stdarg-5.c: New test.
782
783 2004-09-29  Jakub Jelinek  <jakub@redhat.com>
784
785         PR tree-optimization/17697
786         * g++.dg/opt/pr17697-1.C: New test.
787         * g++.dg/opt/pr17697-2.C: New test.
788         * g++.dg/opt/pr17697-3.C: New test.
789
790 2004-09-28  Joseph S. Myers  <jsm@polyomino.org.uk>
791
792         PR c/16409
793         * gcc.dg/vla-init-2.c, gcc.dg/vla-init-3.c, gcc.dg/vla-init-4.c,
794         gcc.dg/vla-init-5.c: New tests.
795
796 2004-09-27  Joseph S. Myers  <jsm@polyomino.org.uk>
797
798         PR c/13804
799         * gcc.dg/pr13804-1.c: New test.
800
801 2004-09-27  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
802
803         PR fortran/16938
804         * gfortran.dg/pr16938.f90: New test.
805
806 2004-09-27  Mark Mitchell  <mark@codesourcery.com>
807
808         * g++.dg/template/crash23.C: New test.
809
810 2004-09-27  Mark Mitchell  <mark@codesourcery.com>
811
812         PR c++/17585
813         * g++.dg/template/static8.C: New test.
814
815 2004-09-27  Nathan Sidwell  <nathan@codesourcery.com>
816
817         PR c++/17681
818         * g++.dg/other/error9.C: New test.
819
820 2004-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
821
822         * gcc.dg/tree-ssa/loop-1.c: Use -msmall-exec on s390-*-* targets.
823
824 2004-09-26  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
825
826         PR fortran/15164
827         * gfortran.dg/pr15164.f90: New test. Fixed in followup commit.
828
829 2004-09-26  Roger Sayle  <roger@eyesopen.com>
830
831         PR middle-end/17112
832         * gcc.dg/pr17112-1.c: New test case.
833
834 2004-09-26  Joseph S. Myers  <jsm@polyomino.org.uk>
835
836         PR c/11459
837         * gcc.dg/pr11459-1.c: New test.
838
839 2004-09-25  Ulrich Weigand  <uweigand@de.ibm.com>
840
841         * gcc.dg/tree-ssa/loop-2.c: Avoid matching new-line in regexp.
842         * gcc.dg/tree-ssa/loop-4.c: Likewise.
843
844 2004-09-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
845
846         * gfortran.dg/pr15324.f90: Make array bounds consistent.
847
848 2004-09-25  Jan Hubicka  <jh@suse.cz>
849
850         * compile/30040909-1.c: New test.
851         * compile/30040907-1.c: New test.
852
853 2004-09-25  Richard Sandiford  <rsandifo@redhat.com>
854
855         * gcc.c-torture/execute/va-arg-26.c: New test.
856
857 2004-09-24  Zack Weinberg  <zack@codesourcery.com>
858
859         * objc.dg/proto-lossage-4.m: Use long instead of int to avoid
860         extra diagnostics on targets with 64-bit pointers.
861         * objc.dg/selector-1.m: Adjust dg-warning regexp.
862
863 2004-09-24  Joseph S. Myers  <jsm@polyomino.org.uk>
864
865         PR c/17188
866         * gcc.dg/nested-redef-1.c, gcc.dg/pr17188-1.c: New tests.
867         * gcc.dg/decl-3.c: Adjust expected message.
868
869 2004-09-24  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
870
871         PR fortran/17615
872         * gfortran.dg/pr17615.f90: New test.
873
874 2004-09-24  Andrew MacLeod  <amacleod@redhat.com>
875
876         PR tree-optimzation/17517
877         * g++.dg/tree-ssa/pr17517.C: New Test.
878
879 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
880
881         PR c++/16889
882         * g++.dg/lookup/ambig3.C: New.
883
884 2004-09-24  Andrew Pinski  <pinskia@physics.uc.edu>
885
886         PR tree-opt/17624
887         * g++.dg/opt/pr17624.C: New test.
888
889 2004-09-24  Joseph S. Myers  <jsm@polyomino.org.uk>
890
891         PR c/6980
892         * gcc.dg/Wbad-function-cast-1.c: New test.
893
894 2004-09-23  Zack Weinberg  <zack@codesourcery.com>
895
896         * g++.dg/ext/complit1.C
897         * g++.dg/other/error2.C
898         * g++.dg/other/nontype-1.C
899         * g++.dg/parse/crash11.C
900         * g++.dg/parse/crash12.C
901         * g++.dg/parse/error15.C
902         * g++.dg/parse/error4.C
903         * g++.dg/parse/tmpl-outside1.C
904         * g++.dg/parse/too-many-tmpl-args1.C
905         * g++.dg/template/dependent-expr3.C
906         * g++.dg/template/error10.C
907         * g++.dg/template/instantiate1.C
908         * g++.dg/template/vtable2.C
909         * g++.dg/warn/Wshadow-1.C
910         * g++.dg/warn/weak1.C
911         * g++.old-deja/g++.brendan/crash16.C
912         * g++.old-deja/g++.brendan/crash18.C
913         * g++.old-deja/g++.brendan/crash48.C
914         * g++.old-deja/g++.brendan/crash49.C
915         * g++.old-deja/g++.brendan/crash55.C
916         * g++.old-deja/g++.brendan/crash56.C
917         * g++.old-deja/g++.brendan/crash8.C
918         * g++.old-deja/g++.brendan/enum11.C
919         * g++.old-deja/g++.brendan/enum8.C
920         * g++.old-deja/g++.brendan/enum9.C
921         * g++.old-deja/g++.brendan/friend3.C
922         * g++.old-deja/g++.brendan/misc14.C
923         * g++.old-deja/g++.bugs/900402_02.C
924         * g++.old-deja/g++.bugs/900404_03.C
925         * g++.old-deja/g++.bugs/900404_04.C
926         * g++.old-deja/g++.bugs/900428_03.C
927         * g++.old-deja/g++.jason/crash4.C
928         * g++.old-deja/g++.jason/overload21.C
929         * g++.old-deja/g++.jason/redecl1.C
930         * g++.old-deja/g++.jason/report.C
931         * g++.old-deja/g++.jason/rfg10.C
932         * g++.old-deja/g++.jason/template30.C
933         * g++.old-deja/g++.law/arm12.C
934         * g++.old-deja/g++.law/ctors5.C
935         * g++.old-deja/g++.law/cvt20.C
936         * g++.old-deja/g++.law/init10.C
937         * g++.old-deja/g++.law/init8.C
938         * g++.old-deja/g++.law/visibility17.C
939         * g++.old-deja/g++.law/visibility7.C
940         * g++.old-deja/g++.mike/net8.C
941         * g++.old-deja/g++.mike/p646.C
942         * g++.old-deja/g++.mike/p700.C
943         * g++.old-deja/g++.mike/p701.C
944         * g++.old-deja/g++.mike/p811.C
945         * g++.old-deja/g++.ns/template13.C
946         * g++.old-deja/g++.other/array3.C
947         * g++.old-deja/g++.other/crash25.C
948         * g++.old-deja/g++.other/dtor3.C
949         * g++.old-deja/g++.other/dtor4.C
950         * g++.old-deja/g++.other/main1.C
951         * g++.old-deja/g++.other/warn7.C
952         * g++.old-deja/g++.pt/crash11.C
953         * g++.old-deja/g++.pt/crash36.C
954         * g++.old-deja/g++.pt/spec22.C
955         * g++.old-deja/g++.pt/spec9.C
956         * g++.old-deja/g++.pt/ttp52.C
957         * g++.old-deja/g++.robertl/eb103.C
958         * g++.old-deja/g++.robertl/eb121.C
959         * g++.old-deja/g++.robertl/eb22.C
960         * g++.old-deja/g++.robertl/eb8.C:
961         Update locations and/or regexps of dg-error markers.
962         Remove markers for some bogus messages that are no longer issued.
963
964 2004-09-23  Jakub Jelinek  <jakub@redhat.com>
965
966         * gcc.c-torture/execute/builtins/strcpy-2.c: New test.
967         * gcc.c-torture/execute/builtins/strcpy-2-lib.c: New.
968
969 2004-09-23  Andrew Pinski  <pinskia@physics.uc.edu>
970
971         PR c++/17618
972         * g++.dg/lookup/crash5.C: New test.
973
974 2004-09-23  Dorit Naishlos <dorit@il.ibm.com>
975
976         * gcc.dg/vect/vect-27.c: Now vectorized on altivec.
977         * gcc.dg/vect/vect-29.c: Now vectorized on altivec.
978         * gcc.dg/vect/vect-48.c: Now vectorized on altivec.
979         * gcc.dg/vect/vect-56.c: Now vectorized on altivec.
980         * gcc.dg/vect/vect-72.c: New test for altivec and sse2.
981         * gcc.dg/vect/vect-77.c: Now vectorized on altivec.
982
983         * gcc.dg/vect/vect-27a.c: New test for altivec and mmx.
984         * gcc.dg/vect/vect-29a.c: New test for altivec and mmx.
985         * gcc.dg/vect/vect-48a.c: New test for altivec and mmx.
986         * gcc.dg/vect/vect-56a.c: New test for altivec and mmx.
987         * gcc.dg/vect/vect-72a.c: New test for altivec and mmx.
988         * gcc.dg/vect/vect-77a.c: New test for altivec and mmx.
989
990         * gcc.dg/vect/vect-13.c: Change to run test instead of compile.
991
992         * gcc.dg/vect/vect-44.c: Check additional cases.
993         * gcc.dg/vect/vect-48.c: Check additional cases.
994
995         * gcc.dg/vect/vect-26.c: Use sse2 instead of sse.
996         * gcc.dg/vect/vect-27.c: Use sse2 instead of sse.
997         * gcc.dg/vect/vect-28.c: Use sse2 instead of sse.
998         * gcc.dg/vect/vect-29.c: Use sse2 instead of sse.
999         * gcc.dg/vect/vect-4?.c: Use sse2 instead of sse.
1000         * gcc.dg/vect/vect-75.c: Use sse2 instead of sse.
1001         * gcc.dg/vect/vect-76.c: Use sse2 instead of sse.
1002         * gcc.dg/vect/vect-77.c: Use sse2 instead of sse.
1003         * gcc.dg/vect/vect-78.c: Use sse2 instead of sse.
1004
1005         * gcc.dg/vect/vect-5?.c: Use sse2 instead of sse. Add return 0.
1006         * gcc.dg/vect/vect-60.c: Use sse2 instead of sse. Add return 0.
1007         * gcc.dg/vect/vect-61.c: Use sse2 instead of sse. Add return 0.
1008
1009 2004-09-23  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1010
1011         * gcc.dg/tree-ssa/loop-6.c: New test.
1012
1013 2004-09-23  Nathan Sidwell  <nathan@codesourcery.com>
1014
1015         PR c++/17620
1016         * g++.dg/inherit/base2.C: New.
1017
1018 2004-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
1019
1020         * gcc.dg/20001012-1.c: Add prototypes for builtin functions.
1021         * gcc.dg/20001012-2.c: Likewise.
1022         * gcc.dg/20001013-1.c: Likewise.
1023         * gcc.dg/20001101-1.c: Likewise.
1024         * gcc.dg/20001102-1.c: Likewise.
1025         * gcc.dg/bf-spl1.c: Likewise.
1026         * gcc.dg/titype-1.c: Remove special-casing for SPARC.
1027         * gcc.dg/20040813-1.c: Add missing "." to the regexp.
1028
1029 2004-09-22  Diego Novillo  <dnovillo@redhat.com>
1030
1031         PR tree-optimization/16721
1032         * testsuite/gcc.dg/tree-ssa/pr16721.c: New test.
1033
1034 2004-09-23  Ulrich Weigand  <uweigand@de.ibm.com>
1035
1036         * gcc.dg/20030123-1.c: Add prototypes for builtin functions.
1037         * gcc.dg/20040305-1.c: Likewise.
1038
1039 2004-09-22  Joseph S. Myers  <jsm@polyomino.org.uk>
1040
1041         PR c/16566
1042         * gcc.c-torture/compile/pr16566-1.c,
1043         gcc.c-torture/compile/pr16566-2.c,
1044         gcc.c-torture/compile/pr16566-3.c: New tests.
1045
1046 2004-09-22  Kazu Hirata  <kazu@cs.umass.edu>
1047
1048         PR tree-optimization/17512
1049         * gcc.c-torture/compile/20040916-1.c.
1050
1051 2004-09-21  Mark Mitchell  <mark@codesourcery.com>
1052
1053         * gcc.dg/pragma-re-3.c: New test.
1054
1055 2004-09-17  Matt Austern  <austern@apple.com>
1056
1057         PR c++/15049
1058         * g++.dg/other/anon3.C: New.
1059
1060 2004-09-21  Roger Sayle  <roger@eyesopen.com>
1061
1062         PR c++/7503
1063         * g++.dg/opt/pr7503-1.C: New testcase for COND_EXPR lvalues.
1064         * g++.dg/opt/pr7503-2.C: New testcase for <? and >? lvalues.
1065         * g++.dg/opt/pr7503-3.C: New testcase for invalid <? lvalue errors.
1066         * g++.dg/opt/pr7503-4.C: New testcase for <?= and >?= assignments.
1067         * g++.dg/opt/pr7503-5.C: New testcase for side-effects with <?=.
1068
1069 2004-09-21  Bud Davis  <bdavis9659@comcast.net>
1070
1071         PR fortran/17286
1072         * gfortran.dg/pr17286.f90: New test.
1073
1074 2004-09-20  Mark Mitchell  <mark@codesourcery.com>
1075
1076         PR c++/17530
1077         * g++.dg/template/static7.C: New test.
1078
1079 2004-09-20  Andrew Pinski  <pinskia@physics.uc.edu>
1080
1081         PR tree-opt/17558
1082         * gcc.c-torture/compile/pr17558.c: New test.
1083
1084 2004-09-20  Richard Sandiford  <rsandifo@redhat.com>
1085
1086         * gcc.dg/compat/sdata-section.h (SDATA_SECTION): Don't use an attribute
1087         if SKIP_ATTRIBUTE is defined.
1088
1089 2004-09-20  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1090
1091         PR fortran/15957
1092         * gfortran.dg/pr15957.f90: New test.
1093
1094 2004-09-20  Dorit Naishlos  <dorit@il.ibm.com>
1095
1096         * gcc.dg/vect/vect-74.c: Avoid floating point precision error
1097         in comparison.
1098         * gcc.dg/vect/vect-79.c: Likewise.
1099         * gcc.dg/vect/vect-80.c: Likewise.
1100
1101 2004-09-20  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1102
1103         PR fortran/15750
1104         * gfortran.fortran-torture/execute/iolength_2.f90: New test.
1105
1106 2004-09-20  Ira Rosen  <irar@il.ibm.com>
1107
1108         * gcc.dg/vect/vect-13.c: Added xfail for non ppc platforms.
1109         * gcc.dg/vect/vect-74.c: Split into 3 tests (vect-79.c, vect-80.c).
1110         * gcc.dg/vect/vect-62.c: New testcase.
1111         * gcc.dg/vect/vect-63.c: New testcase.
1112         * gcc.dg/vect/vect-64.c: New testcase.
1113         * gcc.dg/vect/vect-65.c: New testcase.
1114         * gcc.dg/vect/vect-66.c: New testcase.
1115         * gcc.dg/vect/vect-67.c: New testcase.
1116         * gcc.dg/vect/vect-68.c: New testcase.
1117         * gcc.dg/vect/vect-69.c: New testcase.
1118         * gcc.dg/vect/vect-79.c: New testcase.
1119         * gcc.dg/vect/vect-80.c: New testcase.
1120
1121 2004-09-20  Richard Sandiford  <rsandifo@redhat.com>
1122
1123         * gcc.target/mips/asm-1.c: New test.
1124
1125 2004-09-19  Ira Rosen  <irar@il.ibm.com>
1126
1127         * gcc.dg/vect/vect-13.c: Now vectorized on ppc*.
1128         * gcc.dg/vect/vect-73.c: New testcase.
1129         * gcc.dg/vect/vect-74.c: New testcase.
1130         * gcc.dg/vect/vect-75.c: New testcase.
1131         * gcc.dg/vect/vect-76.c: New testcase.
1132         * gcc.dg/vect/vect-77.c: New testcase.
1133         * gcc.dg/vect/vect-78.c: New testcase
1134
1135 2004-09-18  Paul Brook  <paul@codesourcery.com>
1136
1137         * g++.old-deja/g++.pt/static11.C: XFAIL on arm*-*-eabi.
1138
1139 2004-09-18  Joseph S. Myers  <jsm@polyomino.org.uk>
1140
1141         PR c/17424
1142         * gcc.dg/pr17424-1.c: New test.
1143
1144 2004-09-18  Diego Novillo  <dnovillo@redhat.com>
1145
1146         * g++.dg/tree-ssa/pr17153.C: New test.
1147
1148 2004-09-16  Geoffrey Keating  <geoffk@apple.com>
1149
1150         PR pch/13361
1151         * testsuite/g++.dg/pch/wchar-1.C: New.
1152         * testsuite/g++.dg/pch/wchar-1.Hs: New.
1153
1154 2004-09-17  Kenneth Zadeck  <Kenneth.Zadeck@NaturalBridge.com>
1155
1156         * gcc.c-torture/execute/20040917-1.c: New test.
1157
1158 2004-09-17  Diego Novillo  <dnovillo@redhat.com>
1159
1160         PR tree-optimization/17319
1161         * gcc.dg/pr17319.c: New test.
1162
1163 2004-09-17  Devang Patel  <dpatel@apple.com>
1164
1165         * gcc.dg/20040813-1.c: New test.
1166
1167 2004-09-17  Diego Novillo  <dnovillo@redhat.com>
1168
1169         PR tree-optimization/17273
1170         * gcc.c-torture/compile/pr17273.c: New test.
1171
1172 2004-09-17  Joseph S. Myers  <jsm@polyomino.org.uk>
1173
1174         * gcc.dg/declspec-4.c, gcc.dg/declspec-5.c, gcc.dg/declspec-6.c:
1175         Update expected messages.
1176         * gcc.dg/declspec-13.c: New test.
1177
1178 2004-09-17  David Edelsohn  <edelsohn@gnu.org>
1179
1180         * gcc.dg/darwin-longlong.c: XFAIL on AIX and SPE.
1181
1182 2004-09-17  Diego Novillo  <dnovillo@redhat.com>
1183
1184         * gcc.c-torture/execute/pr17252.c: Use post-increment to
1185         change what 'a' is pointing to.
1186
1187 2004-09-17  Mark Mitchell  <mark@codesourcery.com>
1188
1189         PR c++/16002
1190         * g++.dg/template/error18.C: New test.
1191
1192         PR c++/16029
1193         * g++.dg/warn/Wunused-8.C: New test.
1194
1195 2004-09-17  Steven Bosscher  <stevenb@suse.de>
1196
1197         PR tree-optimization/17513
1198         * gcc.dg/20040916-1.c: New test.
1199
1200 2004-09-16  Mark Mitchell  <mark@codesourcery.com>
1201
1202         PR c++/17501
1203         * g++.dg/template/typename7.C: New test.
1204
1205 2004-09-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1206
1207         * gcc.dg/tree-ssa/copy-headers.c: Update outcome.
1208
1209 2004-09-16  Frank Ch. Eigler  <fche@redhat.com>
1210
1211         * gcc.misc-tests/bprob.exp, g++.dg/bprob/bprob.exp: Iterate tests
1212         with -ftree-based-profiling also.
1213         * lib/profopt.exp: Support late-set profile_option/feedback_option.
1214
1215 2004-09-16  Victor Leikehman  <lei@il.ibm.com>
1216
1217         PR/15364
1218         * gfortran.dg/der_array_io_1.f90: New test.
1219         * gfortran.dg/der_array_io_2.f90: New test.
1220         * gfortran.dg/der_array_io_3.f90: New test.
1221
1222 2004-09-15  Mark Mitchell  <mark@codesourcery.com>
1223
1224         * testsuite/g++.old-deja/g++.abi/cxa_vec.C: Adjust for ARM
1225         EABI.
1226
1227 2004-09-15  Mark Mitchell  <mark@codesourcery.com>
1228
1229         * g++.dg/opt/switch1.C: New test.
1230
1231 2004-09-15  Joseph S. Myers  <jsm@polyomino.org.uk>
1232
1233         * g++.dg/ext/member-attr.C, g++.dg/warn/deprecated.C,
1234         gcc.dg/deprecated.c, gcc.dg/noreturn-1.c, gcc.dg/noreturn-4.c:
1235         Update expected messages.
1236
1237 2004-09-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1238
1239         PR fortran/16485
1240         * gfortran.dg/same_name_1.f90: New test.
1241
1242 2004-09-15  Diego Novillo  <dnovillo@redhat.com>
1243
1244         * gcc.c-torture/execute/pr17252.c: Fix thinko.  Don't
1245         dereference garbage pointers.
1246
1247 2004-09-15  Jakub Jelinek  <jakub@redhat.com>
1248
1249         * gcc.c-torture/execute/builtins/strlen-3.c: New test.
1250         * gcc.c-torture/execute/builtins/strlen-3-lib.c: New.
1251
1252         * gcc.c-torture/execute/builtins/memmove.c (main_test): Formatting.
1253         * gcc.c-torture/execute/builtins/memmove-2.c: New test.
1254         * gcc.c-torture/execute/builtins/memmove-2-lib.c: New.
1255
1256 2004-09-14  Mark Mitchell  <mark@codesourcery.com>
1257
1258         PR c++/17324
1259         * g++.dg/template/mangle1.C: New test.
1260
1261 2004-09-14  Diego Novillo  <dnovillo@redhat.com>
1262
1263         PR tree-optimization/17252
1264         * gcc.c-torture/execute/pr17252.c: New test.
1265
1266 2004-09-14  Andrew Pinski  <apinski@apple.com>
1267
1268         * g++.dg/tree-ssa/pointer-reference-alias.C: New test.
1269
1270 2004-09-14  Roger Sayle  <roger@eyesopen.com>
1271
1272         PR rtl-optimization/9771
1273         * gcc.dg/pr9771-1.c: New test case.
1274
1275 2004-09-14  Diego Novillo  <dnovillo@redhat.com>
1276
1277         PR tree-optimization/15262
1278         * gcc.c-torture/execute/pr15262-1.c: New test.
1279         * gcc.c-torture/execute/pr15262-2.c: New test.
1280
1281 2004-09-14  Joseph S. Myers  <jsm@polyomino.org.uk>
1282
1283         * gcc.dg/declspec-12.c: New test.
1284
1285 2004-09-14  Bud Davis  <bdavis9659@comcast.net>
1286
1287         * gfortran.dg/pr17090.f90: Add directives to test.
1288
1289 2004-09-14  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1290
1291         * gcc.c-torture/compile/20040914-1.c: New test.
1292
1293 2004-09-13  Mark Mitchell  <mark@codesourcery.com>
1294
1295         PR c++/16162
1296         * g++.dg/template/decl2.C: New test.
1297
1298 2004-09-13  Bud Davis  <bdavis9659@comcast.net>
1299
1300         PR fortran/17090
1301         * gfortran.dg/pr17090.f90: New test.
1302
1303 2004-09-13  Dale Johannesen  <dalej@apple.com>
1304
1305         * gcc.c-torture/compile/pr17408.c:  New test case.
1306
1307 2004-09-13  Mark Mitchell  <mark@codesourcery.com>
1308
1309         PR c++/16716
1310         * g++.dg/parse/crash17.C: New test.
1311
1312         PR c++/17327
1313         * g++.dg/template/enum3.C: New test.
1314
1315 2004-09-13  Hans-Peter Nilsson  <hp@bitrange.com>
1316
1317         * lib/gcc-defs.exp: Load wrapper.exp.
1318         * lib/g++.exp (g++_init): Call g++_maybe_build_wrapper instead of
1319         using local code.
1320         * lib/gcc.exp (gcc_init): Similar.
1321         * lib/gfortran.exp (gfortran_init): Similar.
1322         * lib/objc.exp (objc_init): Similar.
1323         * lib/treelang.exp (treelang_init): Similar.
1324         * lib/wrapper.exp: New file with build_wrapper call machinery in
1325         ${tool}_maybe_build_wrapper.
1326
1327 2004-09-13  Joseph S. Myers  <jsm@polyomino.org.uk>
1328
1329         * gcc.dg/declspec-7.c: Don't expect diagnostic for duplicate
1330         "inline".
1331         * gcc.dg/declspec-11.c: Update expected messages.
1332         * gcc.dg/inline-6.c, gcc.dg/inline-7.c, gcc.dg/inline-8.c,
1333         gcc.dg/inline-9.c, gcc.dg/inline-10.c, gcc.dg/inline-11.c,
1334         gcc.dg/inline-12.c: New tests.
1335
1336 2004-09-13  Andrew MacLeod  <amacleod@redhat.com>
1337
1338         * g++.dg/tree-ssa/pr17400.C: New testcase.
1339
1340 2004-09-13  James E Wilson  <wilson@specifixinc.com>
1341
1342         * gcc.target/mips/sb1-1.c: New testcase.
1343
1344 2004-09-12  Hans-Peter Nilsson  <hp@bitrange.com>
1345
1346         * lib/g77-dg.exp: Remove unused file.
1347         * lib/mike-g77.exp: Ditto.
1348         * lib/g77.exp: Ditto.
1349
1350 2004-09-12  Richard Henderson  <rth@redhat.com>
1351
1352         * g++.old-deja/g++.other/sizeof3.C: Fix abort declaration.
1353
1354 2004-09-13  Joseph S. Myers  <jsm@polyomino.org.uk>
1355
1356         * g++.dg/warn/Wswitch-1.C, g++.dg/warn/Wswitch-2.C,
1357         gcc.dg/Wswitch-2.c, gcc.dg/Wswitch-enum.c, gcc.dg/Wswitch.c,
1358         gcc.dg/declspec-9.c, gcc.dg/declspec-10.c, gcc.dg/declspec-11.c,
1359         gcc.dg/m-un-2.c, gcc.dg/noreturn-1.c, gcc.dg/wtr-conversion-1.c:
1360         Update expected messages.
1361
1362 2004-09-13  Hans-Peter Nilsson  <hp@axis.com>
1363
1364         * gcc.dg/asmreg-1.c (__syscall_getdents64): Adjust signedness
1365         declaration/use mismatch for dirp parameter.
1366
1367 2004-09-12  Andrew Pinski  <apinski@apple.com>
1368
1369         * lib/objc.exp (objc_target_compile): Look for libobjc-gnu.a also when
1370         -fgnu-runtime is passed.
1371
1372 2004-09-12  Richard Henderson  <rth@redhat.com>
1373
1374         * lib/fortran-torture.exp (add-ieee-options): Replace ieee-options;
1375         do the uplevel thing and update additional_flags directly.
1376         * gfortran.fortran-torture/execute/intrinsic_fraction_exponent.x,
1377         gfortran.fortran-torture/execute/intrinsic_nearest.x,
1378         gfortran.fortran-torture/execute/intrinsic_set_exponent.x,
1379         gfortran.fortran-torture/execute/nan_inf_fmt.x: Update to match.
1380
1381 2004-09-11  Steven Bosscher  <stevenb@suse.de>
1382
1383         * g++.dg/parse/break-in-for.C: Fix for -ansi -pedantic-errors.
1384
1385 2004-09-11  Roger Sayle  <roger@eyesopen.com>
1386
1387         PR middle-end/17411
1388         * g++.dg/opt/pr17411-1.C: New test case.
1389
1390 2004-09-11  Joseph S. Myers  <jsm@polyomino.org.uk>
1391
1392         * gcc.dg/declspec-4.c, gcc.dg/declspec-5.c, gcc.dg/declspec-6.c,
1393         gcc.dg/tls/diag-2.c: Update expected messages.
1394         * gcc.dg/991209-1.c: Specify compilation options.  Update expected
1395         messages.
1396         * gcc.dg/pr14289-2.c, gcc.dg/pr14289-3.c: Remove.
1397         * gcc.dg/declspec-7.c, gcc.dg/declspec-8.c, gcc.dg/declspec-9.c,
1398         gcc.dg/declspec-10.c, gcc.dg/declspec-11.c, gcc.dg/tls/diag-4.c,
1399         gcc.dg/tls/diag-5.c: New tests.
1400
1401 2004-09-11  Zack Weinberg  <zack@codesourcery.com>
1402
1403         * gcc.dg/20040910-1.c: Correct dg-error regexp.
1404
1405 2004-09-11  Steven Bosscher  <stevenb@suse.de>
1406
1407         * g++.dg/parse/break-in-for.C: New test.
1408
1409 2004-09-11  Jakub Jelinek  <jakub@redhat.com>
1410
1411         * gcc.dg/tree-ssa/20040911-1.c: New test.
1412
1413 2004-09-11  Andreas Jaeger  <aj@suse.de>
1414
1415         * gcc.c-torture/execute/991118-1.x: Delete, PR 16437 is fixed.
1416         * gcc.c-torture/execute/bf64-1.x: Remove XFAIL on x86-64.
1417
1418 2004-09-11  Richard Sandiford  <rsandifo@redhat.com>
1419
1420         * gcc.target/frv: New directory of FR-V-specific tests.
1421
1422 2004-09-10  James E Wilson  <wilson@specifixinc.com>
1423
1424         * gcc.dg/convert-vec-1.c: New test.
1425
1426 2004-09-10  Roger Sayle  <roger@eyesopen.com>
1427
1428         PR middle-end/17024
1429         * gcc.dg/pr17024-1.c: New test case.
1430
1431 2004-09-10  Eric Christopher  <echristo@redhat.com>
1432
1433         * gcc.dg/20040910-1.c: New test.
1434
1435 2004-09-11  Joseph S. Myers  <jsm@polyomino.org.uk>
1436
1437         * gcc.dg/bitfld-9.c: New test.
1438
1439 2004-09-10  Richard Sandiford  <rsandifo@redhat.com>
1440
1441         * gcc.c-torture/execute/ieee/acc1.c: New test.
1442         * gcc.c-torture/execute/ieee/acc2.c: New test.
1443         * gcc.c-torture/execute/ieee/mzero6.c: New test.
1444
1445 2004-09-10  Joseph S. Myers  <jsm@polyomino.org.uk>
1446
1447         * gcc.dg/deprecated-2.c: New test.
1448
1449 2004-09-09  James E Wilson  <wilson@specifixinc.com>
1450
1451         * gcc.dg/init-vec-1.c: New test.
1452
1453 2004-09-09  Roger Sayle  <roger@eyesopen.com>
1454
1455         PR middle-end/17055
1456         * gcc.dg/pr17055-1.c: New test case.
1457
1458 2004-09-09  Hans-Peter Nilsson  <hp@axis.com>
1459
1460         PR target/17377
1461         * gcc.c-torture/execute/pr17377.c: New test.
1462
1463 2004-09-09  Joseph S. Myers  <jsm@polyomino.org.uk>
1464
1465         PR c/8420
1466         * gcc.dg/anon-struct-4.c, gcc.dg/declspec-1.c,
1467         gcc.dg/declspec-2.c, gcc.dg/declspec-3.c, gcc.dg/declspec-4.c,
1468         gcc.dg/declspec-5.c, gcc.dg/declspec-6.c,
1469         gcc.dg/long-long-typespec-1.c: New tests.
1470         * gcc.dg/tls/diag-2.c: Update expected diagnostics
1471
1472 2004-09-09  Joseph S. Myers  <jsm@polyomino.org.uk>
1473
1474         * gcc.dg/c90-static-1.c, gcc.dg/c99-static-1.c,
1475         gcc.dg/gnu99-static-1.c: New tests.
1476
1477 2004-09-08  Devang Patel  <dpatel@apple.com>
1478
1479         * gcc.dg/darwin-ld-20040828-1.c: New test.
1480         * gcc.dg/darwin-ld-20040828-2.c: New test.
1481         * gcc.dg/darwin-ld-20040828-3.c: New test.
1482
1483 2004-09-08  Ziemowit Laski  <zlaski@apple.com>
1484
1485         * objc.dg/bitfield-2.m: Make 'id' definition a typedef.
1486         * obj.dg/bitfield-4.m: Allow 'unsigned' in addition to 'unsigned int'
1487         in error message.
1488         * objc.dg/id-1.m: Attempt to define 'id' in an incompatible fashion.
1489         * objc.dg/method-6.m: Allow 'unsigned' in addition to 'unsigned int'
1490         in error message.
1491         * objc.dg/proto-qual-1.m: Protocol qualifiers now appear before the
1492         types they qualify.
1493         * objc.dg/type-size-2.m: Fix wording in comment.
1494         * objc.dg/va-meth-1.m: New test case.
1495
1496 2004-09-06  H.J. Lu  <hongjiu.lu@intel.com>
1497
1498         PR c/16633:
1499         * lib/gcc-dg.exp: Set up LD_LIBRARY_PATH, SHLIB_PATH,
1500         LD_LIBRARYN32_PATH, LD_LIBRARY64_PATH and DYLD_LIBRARY_PATH.
1501
1502 2004-09-06  Devang Patel  <dpatel@apple.com>
1503
1504         * gcc.dg/tree-ssa/ifc-20040816-1.c: Use -ftree-vectorize.
1505         * gcc.dg/tree-ssa/ifc-20040816-2.c: Use -ftree-vectorize.
1506
1507 2004-09-06  Zack Weinberg  <zack@codesourcery.com>
1508
1509         * g++.old-deja/g++.other/enum2.C: Move dg-error markers to
1510         reflect changed line numbering of diagnostics.
1511
1512 2004-09-06  Paul Brook  <paul@codesourcery.com>
1513
1514         * gfortran.dg/edit_real_1.f90: Add new test.
1515
1516 2004-09-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1517
1518         * gcc.dg/tree-ssa/loop-2.c: New test.
1519         * gcc.dg/tree-ssa/loop-3.c: New test.
1520         * gcc.dg/tree-ssa/loop-4.c: New test.
1521         * gcc.dg/tree-ssa/loop-5.c: New test.
1522
1523 2004-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1524
1525         * gcc.dg/format/sentinel-1.c: Update for parameter option.
1526
1527 2004-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1528
1529         * gcc.dg/format/sentinel-1.c: New test.
1530
1531 2004-09-04  Uros Bizjak  <uros@kss-loka.si>
1532
1533         * testsuite/gcc.dg/builtins-46.c: New.
1534
1535 2004-09-03  Devang Patel  <dpatel@apple.com>
1536
1537         * gcc.dg/tree-ssa/ifc-20040816-1.c: New test.
1538         * gcc.dg/tree-ssa/ifc-20040816-2.c: New test.
1539
1540 2004-09-03  Jan Beulich  <jbeulich@novell.com>
1541
1542         * g++.dg/abi/bitfield5.C: Use -mno-ms-bitfields.
1543         * g++.old-deja/g++.jason/thunk2.C: xfail for NetWare.
1544         * g++.old-deja/g++.law/profile1.C: xfail for NetWare.
1545         * g++.old-deja/g++.other/store-expr1.C: xfail for NetWare.
1546         * gcc.c-torture/compile/20001109-1.c: xfail for NetWare.
1547         * gcc.c-torture/compile/20001109-2.c: xfail for NetWare.
1548         * gcc.c-torture/execute/multi-ix.c: Use __builtin_bzero rather than
1549         the non-portable bzero.
1550         * gcc.dg/20010912-1.c: xfail for NetWare.
1551         * gcc.dg/20020426-2.c: xfail for NetWare.
1552         * gcc.dg/20021014-1.c: xfail for NetWare.
1553         * gcc.dg/20021018-1.c: xfail for NetWare.
1554         * gcc.dg/20030213-1.c: xfail for NetWare.
1555         * gcc.dg/20030225-1.c: xfail for NetWare.
1556         * gcc.dg/20030708-1.c: xfail for NetWare.
1557         * gcc.dg/builtins-config.h: Also exclude NetWare.
1558         * gcc.dg/format/format.h: Define restrict only if not already defined.
1559         * gcc.dg/nest.c: xfail for NetWare.
1560         * gcc.dg/special/gcsec-1.c: Don't pass -static for NetWare.
1561         * lib/target-supports.exp (check_visibility_available): Exclude
1562         NetWare.
1563
1564 2004-09-03  Jan Beulich  <jbeulich@novell.com>
1565
1566         * gcc.dg/pack-test-2.c: Adjust to permit and check #pragma pack(push).
1567         * gcc.dg/c99-flex-array-4.c: Add -fpack-struct=8 to provide a
1568         deterministic starting point for the alignment of structure fields.
1569         * gcc.dg/Wpadded.c: Dito.
1570         * g++.dg/abi/vbase10.C: Dito.
1571
1572 2004-09-03  Devang Patel  <dpatel@apple.com>
1573
1574         * g++.dg/debug/pr15736.cc: New test.
1575
1576 2004-09-02  Mark Mitchell  <mark@codesourcery.com>
1577
1578         * README.QMTEST: Fix out-of-date link.
1579
1580 2004-09-03  David Billinghurst <David.Billinghurst@riotinto.com>
1581
1582         PR fortran/16579
1583         * gfortran.fortran-torture/execute/intrinsic_i_char.f90:
1584         Delete.  Duplicate of gfortran.dg/g77/20010610.f
1585
1586 2004-09-02  Mark Mitchell  <mark@codesourcery.com>
1587
1588         * g++.dg/abi/arm_rtti1.C: New test.
1589
1590 2004-09-02  Geoffrey Keating  <geoffk@apple.com>
1591
1592         * gcc.dg/ppc-vector-memcpy.c: New.
1593         * gcc.dg/ppc-vector-memset.c: New.
1594
1595 2004-09-02  Chao-ying Fu  <fu@mips.com>
1596
1597         * gcc.target/mips/mips-3d-1.c: New test.
1598         * gcc.target/mips/mips-3d-2.c: New test.
1599         * gcc.target/mips/mips-3d-3.c: New test.
1600         * gcc.target/mips/mips-3d-4.c: New test.
1601         * gcc.target/mips/mips-3d-5.c: New test.
1602         * gcc.target/mips/mips-3d-6.c: New test.
1603         * gcc.target/mips/mips-3d-7.c: New test.
1604         * gcc.target/mips/mips-3d-8.c: New test.
1605         * gcc.target/mips/mips-3d-9.c: New test.
1606         * gcc.target/mips/mips-ps-1.c: New test.
1607         * gcc.target/mips/mips-ps-2.c: New test.
1608         * gcc.target/mips/mips-ps-3.c: New test.
1609         * gcc.target/mips/mips-ps-4.c: New test.
1610         * gcc.target/mips/mips-ps-type.c: New test.
1611
1612 2004-09-02  Paul Brook  <paul@codesourcery.com>
1613
1614         * gfortran.dg/edit_real_1.f90: Add new tests.
1615
1616 2004-09-01  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1617
1618         PR fortran/15327
1619         * gfortran.dg/merge_char_1.f90: New test.
1620
1621 2004-09-01  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1622
1623         PR fortran/16404
1624         * gfortran.dg/der_io_1.f90: XFAIL illegal testcase.
1625
1626 2004-09-01  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1627
1628         PR c/1522
1629         * gcc.c-torture/compile/20040901-1.c: New test, from PR.
1630
1631 2004-09-01  Mark Mitchell  <mark@codesourcery.com>
1632
1633         * g++.dg/opt/loop1.C: Do not XFAIL.
1634
1635 2004-09-01  Jakub Jelinek  <jakub@redhat.com>
1636
1637         * gcc.c-torture/execute/20040831-1.c: New test.
1638
1639 2004-09-01  David Billinghurst <David.Billinghurst@riotinto.com>
1640
1641         PR fortran/16579
1642         * gfortran.dg/g77/20010610.f: Now passes.
1643         Copy from g77.f-torture/execute. Add dg-run directive.
1644         * gfortran.dg/g77/README: Update
1645
1646 2004-08-31  Andrew Pinski  <pinskia@physics.uc.edu>
1647
1648         * gcc.dg/rs6000-power2-1.c (t1, t2, t3, t4): Add volatile.
1649         * gcc.dg/rs6000-power2-2.c: Fix the scan-assembly for the store.
1650         (t1, t2, t3, t4): Add volatile.
1651
1652 2004-08-31  Mark Mitchell  <mark@codesourcery.com>
1653
1654         * g++.dg/ext/visibility/arm1.C: New test.
1655
1656 2004-08-31  Geoffrey Keating  <geoffk@apple.com>
1657
1658         * gcc.dg/funcdef-storage-1.c: Add dg-options to suppress
1659         -pedantic-errors.
1660
1661 2004-09-01  Paul Brook  <paul@codesourcery.com>
1662
1663         * gfortran.dg/eof_2.f90: New test.
1664
1665 2004-08-31  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1666
1667         PR fortran/16579
1668         * gfortran.fortran-torture/execute/intrinsic_i_char.f90: New test.
1669
1670 2004-08-31  Bud Davis  <bdavis9659@comcast.net>
1671
1672         PR libfortran/16805
1673         * gfortran.dg/list_read_2.f90: New test.
1674
1675 2004-08-31  Mark Mitchell  <mark@codesourcery.com>
1676
1677         * g++.dg/abi/key1.C: New test.
1678
1679 2004-08-31  Richard Henderson  <rth@redhat.com>
1680
1681         * g++.dg/other/offsetof1.C: Include cstddef, use non-builtin
1682         form of offsetof.
1683         * g++.dg/other/offsetof5.C: Remove duplicate.
1684
1685 2004-08-31  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1686
1687         PR fortran/17244
1688         * gfortran.dg/func_derived_1.f90: New test.
1689
1690 2004-08-31  Paul Brook  <paul@codesourcery.com>
1691
1692         * gfortran.dg/eof_1.f90: New test.
1693
1694 2004-08-31  Paul Brook  <paul@codesourcery.com>
1695
1696         * gfortran.dg/list_read_1.f90: New file.
1697
1698 2004-08-30  Mark Mitchell  <mark@codesourcery.com>
1699
1700         * g++.dg/opt/loop1.C: XFAIL.
1701
1702 2004-08-30  Geoffrey Keating  <geoffk@apple.com>
1703
1704         * gcc.dg/funcdef-storage-1.c: New.
1705         * gcc.c-torture/compile/920625-2.c: Don't use 'static' to declare
1706         an extern function in local scope.
1707         * gcc.c-torture/execute/20010605-1.c: Don't use 'static inline' to
1708         declare an 'auto inline' function in local scope.
1709         * gcc.dg/20011130-1.c: Likewise.
1710         * gcc.c-torture/execute/nest-stdar-1.c: Don't use 'static' to declare
1711         an 'auto' function in local scope.
1712         * gcc.dg/20021014-1.c: Likewise.
1713         * gcc.dg/20030331-2.c: Likewise.
1714
1715 2004-08-30  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1716
1717         * gfortran.dg/blockdata_1.f90: New test.
1718
1719 2004-08-30  Richard Henderson  <rth@redhat.com>
1720
1721         * g++.dg/other/offsetof1.C: Use __builtin_offsetof.
1722
1723 2004-08-30  Richard Henderson  <rth@redhat.com>
1724
1725         * lib/fortran-torture.exp (fortran-torture-execute): Honor
1726         additional_flags set by alternate driver.
1727         (ieee-options): New procedure.
1728         * gfortran.fortran-torture/execute/intrinsic_fraction_exponent.x: New.
1729         * gfortran.fortran-torture/execute/intrinsic_nearest.x: New.
1730         * gfortran.fortran-torture/execute/intrinsic_set_exponent.x: New.
1731         * gfortran.fortran-torture/execute/nan_inf_fmt.x: New.
1732
1733 2004-08-30  Richard Henderson  <rth@redhat.com>
1734
1735         * lib/f-torture.exp: Remove.
1736
1737 2004-08-29  Mark Mitchell  <mark@codesourcery.com>
1738
1739         PR rtl-optimization/16590
1740         * g++.dg/opt/loop1.C: New test.
1741
1742 2004-08-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1743
1744         PR fortran/13910
1745         * gfortran.dg/oldstyle_1.f90: New test.
1746
1747 2004-08-29  Steven G. Kargl  <kargls@comcast.net>
1748         Paul Brook  <paul@codesourcery.com>
1749
1750         * gfortran.dg/g77/README: Update.
1751         * gfortran.dg/g77/erfc.f: Copy from g77.f-torture.
1752         * gfortran.dg/g77/intrinsic-unix-bessel.f: Ditto.
1753         * gfortran.dg/g77/intrinsic-unix-erf.f: Ditto.
1754
1755 2004-08-28  Paul Brook  <paul@codesourcery.com>
1756
1757         PR libfortran/17195
1758         * gfortran.dg/edit_real_1.f90: New test.
1759
1760 2004-08-27  Paul Brook  <paul@codesourcery.com>
1761
1762         * gfortran.dg/rewind_1.f90: New test.
1763
1764 2004-08-27  Bud Davis  <bdavis9659@comcast.net>
1765
1766         PR fortran/16597
1767         * gfortran.dg/pr16597.f90: New test.
1768
1769 2004-08-26  Joseph S. Myers  <jsm@polyomino.org.uk>
1770
1771         PR c/13801
1772         * gcc.dg/redecl-3.c, gcc.dg/redecl-4.c, gcc.dg/redecl-6.c,
1773         gcc.dg/redecl-7.c, gcc.dg/redecl-8.c, gcc.dg/redecl-9.c,
1774         gcc.dg/redecl-10.c, gcc.dg/debug/redecl-1.c,
1775         gcc.dg/debug/redecl-2.c, gcc.dg/debug/redecl-3.c,
1776         gcc.dg/debug/redecl-4.c, gcc.dg/debug/redecl-5.c: New tests.
1777
1778 2004-08-26  Nick Clifton  <nickc@redhat.com>
1779
1780         * gcc.c-torture/compile/pr17119.c: New test.
1781
1782 2004-08-26  Joseph S. Myers  <jsm@polyomino.org.uk>
1783
1784         * gcc.dg/c90-typespec-1.c, gcc.dg/c99-typespec-1.c: New tests.
1785
1786 2004-08-25  Richard Henderson  <rth@redhat.com>
1787
1788         * gfortran.fortran-torture/execute/intrinsic_sr_kind.f90: Disable
1789         the bits that expect kind=8 to be the largest real kind.
1790
1791 2004-08-25  Ziemowit Laski  <zlaski@apple.com>
1792
1793         * objc.dg/const-str-3.m: Include <stdlib.h> and <memory.h>.
1794
1795 2004-08-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1796
1797         * gfortran.dg/assignment_1.f90: New test.
1798
1799 2004-08-25  Adam Nemet  <anemet@lnxw.com>
1800
1801         * g++.dg/template/repo3.C: New test.
1802
1803 2004-08-25  Roger Sayle  <roger@eyesopen.com>
1804
1805         PR middle-end/16693
1806         PR tree-optimization/16372
1807         * g++.dg/opt/pr16372-1.C: New test case.
1808         * g++.dg/opt/pr16693-1.C: New test case.
1809         * g++.dg/opt/pr16693-2.C: New test case.
1810
1811 2004-08-25  Ziemowit Laski  <zlaski@apple.com>
1812
1813         * objc.dg/proto-lossage-4.m: New test.
1814
1815 2004-08-25  Mark Mitchell  <mark@codesourcery.com>
1816
1817         PR c++/17155
1818         * g++.dg/inherit/local2.C: New test.
1819
1820 2004-08-25  Paul Brook  <paul@codesourcery.com>
1821
1822         PR fortran/17144
1823         * gfortran.dg/string_ctor_1.f90: New test.
1824
1825 2004-08-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1826
1827         PR c++/14428
1828         * g++.dg/template/redecl2.C: New test.
1829
1830 2004-08-24  Bud Davis  <bdavis9659@comcast.net>
1831
1832         PR fortran/17143
1833         * gfortran.dg/pr17143.f90: New test.
1834
1835 2004-08-24  Bud Davis  <bdavis9659@comcast.net>
1836
1837         PR fortran/17164
1838         * gfortran.dg/pr17164.f90: New test.
1839
1840 2004-08-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1841
1842         * gcc.dg/tree-ssa/loop-1.c: New test.
1843
1844 2004-08-24  Richard Sandiford  <rsandifo@redhat.com>
1845
1846         * gcc.c-torture/compile/20040824-1.c: New test.
1847
1848 2004-08-24  Richard Sandiford  <rsandifo@redhat.com>
1849
1850         * gcc.c-torture/compile/iftrap-3.c: New test.
1851
1852 2004-08-24  Paul Brook  <paul@codesourcery.com>
1853
1854         * gfortran.dg/entry_2.f90: New test.
1855
1856 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
1857
1858         PR c++/16889
1859         * g++.dg/lookup/ambig[12].C: New.
1860
1861 2004-08-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1862
1863         PR c++/16706
1864         * g++.dg/template/crash21.C: New test.
1865         * g++.dg/template/crash22.C: Likewise.
1866
1867 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
1868
1869         PR c++/17149
1870         * g++.dg/template/access15.C: New.
1871
1872 2004-08-23  Mark Mitchell  <mark@codesourcery.com>
1873
1874         PR c++/17163
1875         * g++.dg/template/repo2.C: New test.
1876
1877 2004-08-23  Roger Sayle  <roger@eyesopen.com>
1878
1879         PR rtl-optimization/17078
1880         * gcc.c-torture/execute/pr17078-1.c: New test case.
1881
1882 2004-08-23  Mark Mitchell  <mark@codesourcery.com>
1883
1884         PR c/14492
1885         * gcc.dg/debug/crash1.c: New test.
1886
1887 2004-08-23  Mark Mitchell  <mark@codesourcery.com>
1888
1889         PR c/16180
1890         * gcc.dg/loop-5.c: New test.
1891
1892 2004-08-23  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1893
1894         * gcc.c-torture/execute/20040823-1.c: New test.
1895
1896 2004-08-23  Richard Sandiford  <rsandifo@redhat.com>
1897
1898         * gcc.dg/special/mips-abi.exp: Expect gcc to pass the GNU ABI flags
1899         to the assembler.  Simplify test accordingly.
1900         (asm_abi_flags): Use GNU names.
1901         (check_mips_abi, default_abi): Use string matches against "-mabi=*"
1902         to check for ABI flags.
1903
1904 2004-08-22  Andrew Pinski  <apinski@apple.com>
1905
1906         * g++.dg/opt/pr14029.C: New test.
1907         * gcc.c-torture/execute/pr15262.c: New test.
1908
1909 2004-08-22  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1910
1911         * gfortran.dg/reduction.f90: Add checks with complex arguments.
1912
1913 2004-08-21  Bud Davis  <bdavis9659@comcast.net>
1914
1915         PR 16908
1916         * gfortran.dg/direct_io.f90: New test.
1917
1918 2004-08-20  Mark Mitchell  <mark@codesourcery.com>
1919
1920         PR c++/17121
1921         * g++.dg/inherit/local2.C: New test.
1922
1923 2004-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
1924
1925         PR c++/17120
1926         * g++.dg/warn/Wparentheses-4.C: New test.
1927
1928 2004-08-20  Mark Mitchell  <mark@codesourcery.com>
1929
1930         PR c++/17121
1931         * g++.dg/inherit/local2.C: New test.
1932
1933         * gcc.dg/darwin-longlong.c: Include <stdlib.h>.
1934         * gcc.dg/ppc-ldstruct.c: Likewise.
1935         * gcc.dg/ppc64-abi-2.c: Likewise.
1936
1937 2004-08-20  Jakub Jelinek  <jakub@redhat.com>
1938
1939         PR rtl-optimization/17099
1940         * gcc.c-torture/execute/20040820-1.c: New test.
1941
1942 2004-08-20  David Edelsohn  <edelsohn@gnu.org>
1943
1944         * gcc.dg/uninit-H.c: Add _POWER to powerpc case.
1945
1946 2004-08-20  Canqun Yang  <canqun@nudt.edu.cn>
1947
1948         PR fortran/17077
1949         * gfortran.dg/auto_array_1.f90: New test.
1950
1951 2004-08-19  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1952
1953         PR fortran/17074
1954         * gfortran.dg/simpleif_1.f90: New test.
1955
1956 2004-08-19  Mark Mitchell  <mark@codesourcery.com>
1957
1958         * lib/target-supports.exp (check_profiling_available): Return
1959         false for arm*-*-symbianelf* and arm*-*-eabi*.
1960
1961         PR c++/15890
1962         * g++.dg/template/delete1.C: New test.
1963
1964 2004-08-19  Paul Brook  <paul@codesourcery.com>
1965
1966         PR fortran/14976
1967         PR fortran/16228
1968         * gfortran.dg/data_char_1.f90: New test.
1969
1970 2004-08-19  Erik Schnetter  <schnetter@aei.mpg.de>
1971
1972         PR fortran/16946
1973         * gfortran.dg/reduction.f90: New testcase.
1974
1975 2004-08-19  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1976
1977         PR fortran/16520
1978         * gfortran.dg/g77/19990905-1.f: Don't expect excess errors.
1979
1980 2004-08-19  Joseph S. Myers  <jsm@polyomino.org.uk>
1981
1982         PR c++/17041
1983         * g++.dg/Wparentheses-3.C: New test.
1984
1985 2004-08-19  Dorit Naishlos  <dorit@il.ibm.com>
1986
1987         * gcc.dg/vect/vect-1.c: Remove xfail from i?86-*-* x86_64-*-* due
1988         to usage of PREFERRED_STACK_BOUNDARY in the vectorizer.
1989         * gcc.dg/vect/vect-2.c: Likewise.
1990         * gcc.dg/vect/vect-3.c: Likewise.
1991         * gcc.dg/vect/vect-4.c: Likewise.
1992         * gcc.dg/vect/vect-5.c: Likewise.
1993         * gcc.dg/vect/vect-6.c: Likewise.
1994         * gcc.dg/vect/vect-7.c: Likewise.
1995         * gcc.dg/vect/vect-25.c: Likewise.
1996         * gcc.dg/vect/vect-31.c: Likewise.
1997         * gcc.dg/vect/vect-32.c: Likewise.
1998         * gcc.dg/vect/vect-34.c: Likewise.
1999         * gcc.dg/vect/vect-36.c: Likewise.
2000         * gcc.dg/vect/vect-all.c: Likewise.
2001
2002 2004-08-18  Mark Mitchell  <mark@codesourcery.com>
2003
2004         PR c++/17068
2005         * g++.dg/template/operator4.C: New test.
2006
2007 2004-08-18  Richard Henderson  <rth@redhat.com>
2008
2009         * gcc.dg/20040206-1.c: XFAIL.
2010
2011 2004-08-17  Mark Mitchell  <mark@codesourcery.com>
2012
2013         PR c++/16246
2014         * g++.dg/template/array7.C: New test.
2015
2016 2004-08-17  James E Wilson  <wilson@specifixinc.com>
2017
2018         * gcc.dg/mips-movcc-1.c: New test.
2019         * gcc.dg/mips-movcc-2.c: New test.
2020         * gcc.dg/mips-movcc-3.c: New test.
2021
2022         * gcc.dg/mips-nmadd-1.c: New test.
2023         * gcc.dg/mips-nmadd-2.c: New test.
2024
2025 2004-08-17  Mark Mitchell  <mark@codesourcery.com>
2026
2027         PR c++/15871
2028         * g++.dg/opt/inline8.C: New test.
2029
2030         PR c++/16965
2031         * g++.dg/parse/error17.C: New test.
2032
2033 2004-08-17  Dorit Naishlos  <dorit@il.ibm.com>
2034
2035         * gcc.dg/vect: New directory for vectorizer tests.
2036         * gcc.dg/vect/tree-vect.h: New file.
2037         * gcc.dg/vect/vect.exp: New file.
2038         * gcc.dg/vect/pr16105.c.c: New test.
2039         * gcc.dg/vect/vect-1.c: New test.
2040         * gcc.dg/vect/vect-2.c: New test.
2041         * gcc.dg/vect/vect-3.c: New test.
2042         * gcc.dg/vect/vect-4.c: New test.
2043         * gcc.dg/vect/vect-5.c: New test.
2044         * gcc.dg/vect/vect-6.c: New test.
2045         * gcc.dg/vect/vect-7.c: New test.
2046         * gcc.dg/vect/vect-8.c: New test.
2047         * gcc.dg/vect/vect-9.c: New test.
2048         * gcc.dg/vect/vect-10.c: New test.
2049         * gcc.dg/vect/vect-11.c: New test.
2050         * gcc.dg/vect/vect-12.c: New test.
2051         * gcc.dg/vect/vect-13.c: New test.
2052         * gcc.dg/vect/vect-14.c: New test.
2053         * gcc.dg/vect/vect-15.c: New test.
2054         * gcc.dg/vect/vect-16.c: New test.
2055         * gcc.dg/vect/vect-17.c: New test.
2056         * gcc.dg/vect/vect-18.c: New test.
2057         * gcc.dg/vect/vect-19.c: New test.
2058         * gcc.dg/vect/vect-20.c: New test.
2059         * gcc.dg/vect/vect-21.c: New test.
2060         * gcc.dg/vect/vect-22.c: New test.
2061         * gcc.dg/vect/vect-23.c: New test.
2062         * gcc.dg/vect/vect-24.c: New test.
2063         * gcc.dg/vect/vect-25.c: New test.
2064         * gcc.dg/vect/vect-26.c: New test.
2065         * gcc.dg/vect/vect-27.c: New test.
2066         * gcc.dg/vect/vect-28.c: New test.
2067         * gcc.dg/vect/vect-29.c: New test.
2068         * gcc.dg/vect/vect-30.c: New test.
2069         * gcc.dg/vect/vect-31.c: New test.
2070         * gcc.dg/vect/vect-32.c: New test.
2071         * gcc.dg/vect/vect-33.c: New test.
2072         * gcc.dg/vect/vect-34.c: New test.
2073         * gcc.dg/vect/vect-35.c: New test.
2074         * gcc.dg/vect/vect-36.c: New test.
2075         * gcc.dg/vect/vect-37.c: New test.
2076         * gcc.dg/vect/vect-38.c: New test.
2077         * gcc.dg/vect/vect-40.c: New test.
2078         * gcc.dg/vect/vect-41.c: New test.
2079         * gcc.dg/vect/vect-42.c: New test.
2080         * gcc.dg/vect/vect-43.c: New test.
2081         * gcc.dg/vect/vect-44.c: New test.
2082         * gcc.dg/vect/vect-45.c: New test.
2083         * gcc.dg/vect/vect-46.c: New test.
2084         * gcc.dg/vect/vect-47.c: New test.
2085         * gcc.dg/vect/vect-48.c: New test.
2086         * gcc.dg/vect/vect-49.c: New test.
2087         * gcc.dg/vect/vect-50.c: New test.
2088         * gcc.dg/vect/vect-51.c: New test.
2089         * gcc.dg/vect/vect-52.c: New test.
2090         * gcc.dg/vect/vect-53.c: New test.
2091         * gcc.dg/vect/vect-54.c: New test.
2092         * gcc.dg/vect/vect-55.c: New test.
2093         * gcc.dg/vect/vect-56.c: New test.
2094         * gcc.dg/vect/vect-57.c: New test.
2095         * gcc.dg/vect/vect-58.c: New test.
2096         * gcc.dg/vect/vect-59.c: New test.
2097         * gcc.dg/vect/vect-60.c: New test.
2098         * gcc.dg/vect/vect-61.c: New test.
2099         * gcc.dg/vect/vect-all.c: New test.
2100         * gcc.dg/vect/vect-none.c: New test.
2101
2102 2004-08-17  Paul Brook  <paul@codesourcery.com>
2103
2104         PR fortran/13082
2105         * gfortran.dg/entry_1.f90: New test.
2106
2107 2004-08-17  Andrew Pinski  <apinski@apple.com>
2108
2109         * gcc.dg/darwin-20040812-1.c: Compile only on darwin.
2110
2111 2004-08-17  Paolo Bonzini  <bonzini@gnu.org>
2112
2113         * gcc.dg/pr17036-1.c: New test.
2114
2115 2004-08-16  Devang Patel  <dpatel@apple.com>
2116
2117         * gcc.dg/darwin-20040809-1.c: New test.
2118
2119 2004-08-16  Joseph S. Myers  <jsm@polyomino.org.uk>
2120
2121         * gcc.dg/funcdef-attr-1.c: New test.
2122
2123 2004-08-16  Janis Johnson  <janis187@us.ibm.com>
2124
2125         * gcc.dg/altivec-17.c: New test.
2126         * gcc.dg/altivec-18.c: New test.
2127
2128 2004-08-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2129
2130         PR c++/6749
2131         * g++.dg/template/vtable2.C: New test.
2132
2133 2004-08-14  Richard Henderson  <rth@redhat.com>
2134
2135         * gcc.dg/torture/builtin-attr-1.c: Fix scalbln prototype.
2136         * gcc.dg/pack-test-4.c (main): Return 0.
2137         * gcc.dg/setjmp-1.c: Remove XFAIL.
2138         * gcc.dg/tree-ssa/20040615-1.c: Pass during dom1.
2139
2140 2004-08-14  Richard Henderson  <rth@redhat.com>
2141
2142         * gcc.dg/980217-1.c: Add prototype for printf.
2143
2144 2004-08-13  Bud Davis  <bdavis9659@comcast.net>
2145
2146         * gfortran.dg/pr16935.f90: New test.
2147
2148 2004-08-13  Janis Johnson  <janis187@us.ibm.com>
2149
2150         * g++.dg/ext/altivec-2.C: Revert previous changes and don't execute.
2151
2152 2004-08-13  Paul Brook  <paul@codesourcery.com>
2153
2154         * gfortran.dg/der_io_1.f90: Remove stray comma.
2155
2156 2004-08-12  Janis Johnson  <janis187@us.ibm.com>
2157
2158         * gcc.dg/vmx/cw-bug-2.c: Remove.
2159         * gcc.dg/vmx/vprint-1.c: Remove.
2160         * gcc.dg/vmx/vscan-1.c: Remove.
2161
2162 2004-08-12  Devang patel  <dpatel@apple.com>
2163
2164         * gcc.dg/darwin-20040809-2.c: New test.
2165
2166 2004-08-12  Janis Johnson  <janis1872us.ibm.com>
2167
2168         * g++.dg/ext/altivec-12.C: New test.
2169
2170         * g++.dg/ext/altivec-11.C: New test.
2171
2172 2004-08-12  Paul Brook  <paul@codesourcery.com>
2173
2174         * g++.dg/abi/arm_cxa_vec_1.C: New test.
2175
2176 2004-08-12  Janis Johnson  <janis187@us.ibm.com>
2177
2178         * g++.dg/ext/altivec-2.C: Check for hardware support before
2179         executing any VMX instructions.
2180
2181         * gcc.dg/vmx/ops-long-2.c: Add dg-error directives.
2182
2183 2004-08-12  Jakub Jelinek  <jakub@redhat.com>
2184
2185         PR c++/16276
2186         * g++.old-deja/g++.other/comdat4.C: New test.
2187         * g++.old-deja/g++.other/comdat4-aux.cc: New.
2188
2189 2004-08-12  Ben Elliston  <bje@au.ibm.com>
2190
2191         PR target/16286
2192         * gcc.dg/pr16286.c: New test.
2193
2194 2004-08-12 Jan Beulich <jbeulich@novell.com>
2195
2196         * g++.dg/ext/asm5.C: New.
2197
2198 2004-08-11  Mark Mitchell  <mark@codesourcery.com>
2199
2200         PR c++/16698
2201         * g++.dg/eh/crash1.C: New test.
2202
2203         PR c++/16717
2204         * g++.dg/ext/construct1.C: New test.
2205
2206 2004-08-11  Mark Mitchell  <mark@codesourcery.com>
2207
2208         PR c++/16853
2209         * g++.dg/init/ptrmem1.C: New test.
2210
2211         PR c++/16618
2212         * g++.dg/parse/offsetof5.C: New test.
2213
2214         PR c++/16870
2215         * g++.dg/template/overload3.C: New test.
2216
2217 2004-08-11  Mark Mitchell  <mark@codesourcery.com>
2218
2219         PR c++/16964
2220         * g++.dg/parse/error16.C: New test.
2221
2222         PR c++/16904
2223         * g++.dg/template/error14.C: New test.
2224
2225         PR c++/16929
2226         * g++.dg/template/error15.C: New test.
2227
2228 2004-08-11  Devang Patel  <dpatel@apple.com>
2229
2230         * gcc.dg/darwin-ld-20040809-1.c: New test.
2231         * gcc.dg/darwin-ld-20040809-2.c: New test.
2232
2233 2004-08-11  Steven G. Kargl  <kargls@comcast.net>
2234
2235         PR fortran/16917
2236         * gfortran.dg/dfloat_1.f90: New test.
2237
2238 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
2239
2240         * gcc.dg/testsuite/gcc.dg/arm-eabi1.c: New test.
2241         * gcc.dg/dll-2.c: Fix dg-require syntax.
2242         * gcc.misc-tests/arm-isr.c (abort): Declare.
2243         (exit): Likewise.
2244
2245 2004-08-10  Mark Mitchell  <mark@codesourcery.com>
2246
2247         PR c++/16971
2248         * g++.dg/parse/crash16.C: New test.
2249
2250 2004-08-10  Roger Sayle  <roger@eyesopen.com>
2251
2252         * gcc.dg/mips-rsqrt-1.c: New test case.
2253         * gcc.dg/mips-rsqrt-2.c: New test case.
2254         * gcc.dg/mips-rsqrt-3.c: New test case.
2255
2256 2004-08-10  Paul Brook  <paul@codesourcery.com>
2257
2258         * gfortran.dg/der_io_1.f90: New test.
2259
2260 2004-08-10  Paul Brook  <paul@codesourcery.com>
2261
2262         PR fortran/16919
2263         * gfortran.dg/der_array_1.f90: New test.
2264
2265 2004-08-09  David Edelsohn  <edelsohn@gnu.org>
2266
2267         * gcc.dg/cpp/assert4.c: _AIX asserts #system(unix).
2268
2269 2004-08-09  Paolo Bonzini  <bonzini@gnu.org>
2270
2271         * gcc.dg/wchar_t-2.c: Fix typo.
2272
2273 2004-08-09  Falk Hueffner  <falk@debian.org>
2274
2275         PR tree-optimization/12517
2276         * gcc.c-torture/compile/pr12517.c: New test.
2277
2278         PR tree-optimization/12578
2279         * gcc.c-torture/compile/pr12578.c: New test.
2280
2281         PR tree-optimization/12899
2282         * gcc.c-torture/compile/pr12899.c: New test.
2283
2284         PR rtl-optimization/14692
2285         * gcc.c-torture/compile/pr14692.c: New test.
2286
2287         PR tree-optimization/16461
2288         * gcc.c-torture/compile/pr16461.c: New test.
2289
2290 2004-08-06  Janne Blomqvist  <jblomqvi@cc.hut.fi>
2291
2292         * gfortran.dg/getenv_1.f90: New test.
2293
2294 2004-08-06  Mark Mitchell  <mark@codesourcery.com>
2295
2296         * gcc.dg/symbian4.c: Expect a 2-byte wchar_t, not a 4-byte
2297         wchar_t.
2298         * gcc.dg/symbian5.c: Test -fno-short-wchar.
2299
2300 2004-08-06  Paul Brook  <paul@codesourcery.com>
2301
2302         * gfortran.dg/ret_array_1.f90: New test.
2303         * gfortran.dg/ret_pointer_1.f90: New test.
2304
2305 2004-08-06  Richard Sandiford  <rsandifo@redhat.com>
2306
2307         * gcc.dg/missing-field-init-[12].c: New tests.
2308         * g++.dg/warn/missing-field-init-[12].C: New tests.
2309
2310 2004-08-06  Mark Mitchell  <mark@codesourcery.com>
2311
2312         * gcc.dg/enum2.c: New test.
2313         * gcc.dg/symbian3.c: Likewise.
2314         * gcc.dg/symbian4.c: Likewise.
2315         * gcc.dg/wchar_t-2.c: Likewise.
2316
2317 2004-08-05  Mark Mitchell  <mark@codesourcery.com>
2318
2319         * g++.dg/ext/visibility/visibility-8.C: Add constructor and
2320         destructor tests.
2321
2322 2004-08-05  Mark Mitchell  <mark@codesourcery.com>
2323
2324         * g++.dg/ext/visibility/assign1.C: Use scan-hidden and
2325         dg-require-visiblity.
2326         * g++.dg/ext/visibility/fvisibility-inlines-hidden.C: Likewise.
2327         * g++.dg/ext/visibility/fvisibility.C: Likewise.
2328         * g++.dg/ext/visibility/memfuncts.C: Likewise.
2329         * g++.dg/ext/visibility/new1.C: Likewise.
2330         * g++.dg/ext/visibility/pragma.C: Likewise.
2331         * g++.dg/ext/visibility/staticmemfuncts.C: Likewise.
2332         * g++.dg/ext/visibility/virtual.C: Likewise.
2333         * g++/dg/ext/visibility/visibility-1.C: Likewise.
2334         * g++/dg/ext/visibility/visibility-2.C: Likewise.
2335         * g++/dg/ext/visibility/visibility-3.C: Likewise.
2336         * g++/dg/ext/visibility/visibility-4.C: Likewise.
2337         * g++/dg/ext/visibility/visibility-5.C: Likewise.
2338         * g++/dg/ext/visibility/visibility-6.C: Likewise.
2339         * g++/dg/ext/visibility/visibility-7.C: Likewise.
2340         * g++/dg/ext/visibility/visibility-8.C: New test.
2341         * gcc.c-torture/compile/dll.x: Remove.
2342         * gcc.dg/dll-2.c: Use dg-require-dll
2343         * gcc.dg/visibility-10.c: New test.
2344         * lib/gcc-dg.exp (dg-require-dll): Add Symbian to list of targets
2345         supporting DLLs.
2346         * testsuite/lib/scanasm.exp (scan_hidden): New function.
2347         (scan_not_hidden): Likewise.
2348
2349 2004-08-05  David Edelsohn  <edelsohn@gnu.org>
2350
2351         * gcc.dg/sh4a-fprun.c: Fix dg-do typo.
2352
2353 2004-08-05  Richard Sandiford  <rsandifo@redhat.com>
2354
2355         * gcc.c-torture/execute/20040805-1.c: New test.
2356
2357 2004-08-04  Andrew Pinski  <pinskia@physics.uc.edu>
2358
2359         * gcc.dg/20020118-1.c: Declare abort.
2360         * gcc.dg/altivec_check.h: Likewise.
2361         * gcc.dg/iftrap-2.c: Likewise.
2362         * gcc.dg/pragma-darwin.c: Likewise.
2363         * gcc.dg/rs6000-ldouble-1.c: Declare abort and exit.
2364
2365 2004-08-04  Geoffrey Keating  <geoffk@apple.com>
2366
2367         * g++.dg/ext/altivec_check.h: Declare exit as extern "C".
2368
2369 2004-08-05  Joseph S. Myers  <jsm@polyomino.org.uk>
2370
2371         * gcc.c-torture/execute/builtins/abs-2.c,
2372         gcc.c-torture/execute/builtins/abs-3.c,
2373         gcc.c-torture/execute/builtins/lib/abs.c, gcc.dg/format/format.h,
2374         gcc.dg/torture/builtin-attr-1.c: Use predefined macros for
2375         intmax_t, uintmax_t and their limits.
2376         * gcc.dg/intmax_t-1.c: New test.
2377
2378 2004-08-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2379
2380         * g++.dg/tc1/dr147.C: Add reference to PR.
2381
2382 2004-08-03  Richard Sandiford  <rsandifo@redhat.com>
2383
2384         * gcc.dg/mips-args-[23].c: Declare abort() and exit().
2385         * gcc.dg/torture/mips-hilo-[12].c: Likewise.
2386
2387 2004-08-03  David Edelsohn  <edelsohn@gnu.org>
2388
2389         * gcc.dg/compat/struct-layout-1.exp: Fix error message typo.
2390
2391 2004-08-03  Joseph S. Myers  <jsm@polyomino.org.uk>
2392
2393         * gcc.dg/redecl-5.c: New test.
2394         * gcc.dg/format/attr-6.c: Expect warning for implicit declaration
2395         of scanf.
2396
2397 2004-08-03  Roger Sayle  <roger@eyesopen.com>
2398
2399         PR middle-end/16790
2400         * gcc.c-torture/execute/pr16790-1.c: New test case.
2401
2402 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
2403
2404         * g++.dg/ext/visibility/assign1.C: New test.
2405         * g++.dg/ext/visibility/new1.C: Likewise.
2406
2407         * gcc.dg/symbian1.c: New test.
2408         * gcc.dg/symbian2.c: Likewise.
2409
2410 2004-08-03  H.J. Lu  <hongjiu.lu@intel.com>
2411
2412         PR target/16570
2413         * gcc.dg/i386-sse-9.c: New test.
2414
2415 2004-08-03  Joseph S. Myers  <jsm@polyomino.org.uk>
2416
2417         * gcc.dg/array-7.c, gcc.dg/c99-tag-2.c: New tests.
2418
2419 2004-08-03  Joseph S. Myers  <jsm@polyomino.org.uk>
2420
2421         * gcc.dg/20001023-1.c, gcc.dg/20001108-1.c, gcc.dg/20001117-1.c,
2422         gcc.dg/20010202-1.c, gcc.dg/20011008-2.c, gcc.dg/20011214-1.c,
2423         gcc.dg/20020201-1.c, gcc.dg/20020312-2.c, gcc.dg/20020426-2.c,
2424         gcc.dg/20030331-2.c, gcc.dg/20030612-1.c, gcc.dg/20030926-1.c,
2425         gcc.dg/20031216-1.c, gcc.dg/20031218-3.c, gcc.dg/20040305-2.c,
2426         gcc.dg/980226-1.c, gcc.dg/Wreturn-type2.c,
2427         gcc.dg/Wunreachable-6.c, gcc.dg/Wunreachable-7.c,
2428         gcc.dg/align-1.c, gcc.dg/builtin-prefetch-1.c,
2429         gcc.dg/builtins-17.c, gcc.dg/builtins-19.c, gcc.dg/builtins-2.c,
2430         gcc.dg/builtins-20.c, gcc.dg/builtins-21.c, gcc.dg/builtins-7.c,
2431         gcc.dg/builtins-8.c, gcc.dg/cpp/19930510-1.c,
2432         gcc.dg/cpp/charconst-3.c, gcc.dg/cpp/charconst-4.c,
2433         gcc.dg/cpp/mi6.c, gcc.dg/cpp/tr-paste.c, gcc.dg/cpp/trad/mi6.c,
2434         gcc.dg/cpp/trad/paste.c, gcc.dg/cpp/trad/strify.c,
2435         gcc.dg/fastmath-1.c, gcc.dg/fshort-wchar.c, gcc.dg/i386-387-7.c,
2436         gcc.dg/i386-387-8.c, gcc.dg/i386-asm-1.c, gcc.dg/i386-cadd.c,
2437         gcc.dg/i386-fpcvt-3.c, gcc.dg/i386-loop-3.c,
2438         gcc.dg/i386-memset-1.c, gcc.dg/loop-2.c, gcc.dg/nest.c,
2439         gcc.dg/noncompile/971104-1.c, gcc.dg/noncompile/990416-1.c,
2440         gcc.dg/noncompile/scope.c, gcc.dg/pack-test-4.c,
2441         gcc.dg/pack-test-5.c, gcc.dg/pch/inline-4.c, gcc.dg/postincr-1.c,
2442         gcc.dg/pr10392-1.c, gcc.dg/pragma-align.c,
2443         gcc.dg/profile-generate-1.c, gcc.dg/sibcall-1.c,
2444         gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c,
2445         gcc.dg/sibcall-5.c, gcc.dg/sibcall-6.c, gcc.dg/switch-warn-1.c,
2446         gcc.dg/switch-warn-2.c, gcc.dg/torture/builtin-attr-1.c,
2447         gcc.dg/torture/builtin-math-1.c, gcc.dg/torture/builtin-noret-2.c,
2448         gcc.dg/trampoline-1.c, gcc.dg/tree-ssa/20030703-1.c,
2449         gcc.dg/tree-ssa/20030703-2.c, gcc.dg/tree-ssa/20030708-1.c,
2450         gcc.dg/tree-ssa/20030709-3.c, gcc.dg/tree-ssa/20030710-1.c,
2451         gcc.dg/tree-ssa/20030711-1.c, gcc.dg/tree-ssa/20030729-1.c,
2452         gcc.dg/tree-ssa/20030730-1.c, gcc.dg/tree-ssa/20030730-2.c,
2453         gcc.dg/tree-ssa/20030731-1.c, gcc.dg/tree-ssa/20030807-11.c,
2454         gcc.dg/tree-ssa/20030807-2.c, gcc.dg/tree-ssa/20030807-5.c,
2455         gcc.dg/tree-ssa/20030807-7.c, gcc.dg/tree-ssa/20030808-1.c,
2456         gcc.dg/tree-ssa/20030814-1.c, gcc.dg/tree-ssa/20030814-2.c,
2457         gcc.dg/tree-ssa/20030814-3.c, gcc.dg/tree-ssa/20030814-4.c,
2458         gcc.dg/tree-ssa/20030814-5.c, gcc.dg/tree-ssa/20030814-6.c,
2459         gcc.dg/tree-ssa/20030814-7.c, gcc.dg/tree-ssa/20030815-1.c,
2460         gcc.dg/tree-ssa/20030907-1.c, gcc.dg/tree-ssa/20030917-3.c,
2461         gcc.dg/tree-ssa/20030922-1.c, gcc.dg/tree-ssa/20031113-1.c,
2462         gcc.dg/tree-ssa/20040121-1.c, gcc.dg/tree-ssa/20040319-1.c,
2463         gcc.dg/tree-ssa/20040324-1.c, gcc.dg/tree-ssa/20040326-1.c,
2464         gcc.dg/tree-ssa/20040326-2.c, gcc.dg/tree-ssa/20040517-1.c,
2465         gcc.dg/tree-ssa/ssa-ccp-10.c, gcc.dg/tree-ssa/ssa-pre-1.c,
2466         gcc.dg/tree-ssa/tailcall-1.c, gcc.dg/tree-ssa/tailrecursion-5.c,
2467         gcc.dg/ultrasp3.c, gcc.dg/winline-7.c, gcc.misc-tests/bprob-1.c,
2468         gcc.misc-tests/bprob-2.c, gcc.misc-tests/gcov-3.c,
2469         gcc.misc-tests/gcov-4.c, gcc.misc-tests/gcov-4b.c,
2470         gcc.misc-tests/gcov-6.c, gcc.misc-tests/gcov-7.c,
2471         gcc.misc-tests/i386-pf-3dnow-1.c,
2472         gcc.misc-tests/i386-pf-athlon-1.c,
2473         gcc.misc-tests/i386-pf-none-1.c, gcc.misc-tests/i386-pf-sse-1.c,
2474         objc.dg/nested-func-1.m, objc.dg/special/unclaimed-category-1.m:
2475         Declare built-in functions used.
2476         * gcc.dg/torture/builtin-attr-1.c (nexttoward): Use FPTEST2ARG2.
2477
2478 2004-08-02  Mark Mitchell  <mark@codesourcery.com>
2479
2480         PR c++/16707
2481         * g++.dg/lookup/using12.C: New test.
2482
2483         * g++.dg/init/null1.C: Fix PR number.
2484         * g++.dg/parse/namespace10.C: Likewise.
2485
2486 2004-08-01  Mark Mitchell  <mark@codesourcery.com>
2487
2488         PR c++/16224
2489         * g++.dg/template/spec17.C: New test.
2490         * g++.old-deja/g++.ns/template13.C: Remove XFAIL.
2491         * g++.old-deja/g++.pt/lookup10.C: Add dg-error marker.
2492
2493 2004-08-02  David Billinghurst
2494
2495         PR fortran/16292
2496         * gfortran.dg/g77/cabs.f: xfail on mips-sgi-irix6*
2497
2498 2004-08-01  Zack Weinberg  <zack@codesourcery.com>
2499
2500         * gcc.dg/ia64-got-1.c: New test case.
2501
2502 2004-08-01  Mark Mitchell  <mark@codesourcery.com>
2503
2504         PR c++/16489
2505         * g++.dg/init/null1.C: New test.
2506         * g++.dg/tc1/dr76.C: Adjust error marker.
2507
2508         PR c++/16529
2509         * g++.dg/parse/namespace10.C: New test.
2510
2511         PR c++/16810
2512         * g++.dg/inherit/ptrmem2.C: New test.
2513
2514 2004-08-02  Ben Elliston  <bje@au.ibm.com>
2515
2516         PR target/16155
2517         * gcc.dg/pr16155.c: New test.
2518
2519 2004-07-31  Joseph S. Myers  <jsm@polyomino.org.uk>
2520
2521         * gcc.dg/redecl-2.c: New test.
2522
2523 2004-07-30  Geoffrey Keating  <geoffk@apple.com>
2524
2525         * gcc.dg/darwin-longdouble.c: New file.
2526
2527 2004-07-30  Richard Henderson  <rth@redhat.com>
2528
2529         * gfortran.fortran-torture/execute/intrinsic_rrspacing.f90: Fix
2530         write to constant argument.
2531         * gfortran.fortran-torture/execute/intrinsic_scale.f90: Likewise.
2532
2533 2004-07-30  Richard Henderson  <rth@redhat.com>
2534
2535         * gfortran.fortran-torture/execute/intrinsic_nearest.f90: Disable
2536         tests of nearest around zero.
2537
2538 2004-07-30  Andrew Pinski  <apinski@apple.com>
2539
2540         * gcc.c-torture/compile/20040730-1.c: New test.
2541
2542 2004-07-30  Aldy Hernandez  <aldyh@redhat.com>
2543
2544         * gcc.dg/vmx/vmx.exp: Explain why we skip tests for
2545         powerpc-eabispe.
2546
2547 2004-07-30  Aldy Hernandez  <aldyh@redhat.com>
2548
2549         * gcc.dg/vmx/vmx.exp: Disable tests for eabispe.
2550
2551 2004-07-30  Richard Sandiford  <rsandifo@redhat.com>
2552
2553         * lib/g++.exp (g++_link_flags): Check whether LD_LIBRARY_PATH already
2554         contains $ld_library_path.
2555         * lib/gfortran.exp (gfortran_link_flags): Likewise.
2556
2557 2004-07-29  Richard Henderson  <rth@redhat.com>
2558
2559         * g++.dg/template/sizeof8.C: Don't assume 32bit pointers.
2560
2561         * g++.dg/ext/stmtexpr2.C (alt1): Rename from expected.
2562         (alt2, which): New.
2563         (Check): Accept either alternative.
2564
2565 2004-07-29  Mark Mitchell  <mark@codesourcery.com>
2566
2567         * g++.dg/abi/inline1.C: New test.
2568         * g++.dg/abi/local1-a.cc: Likewise.
2569         * g++.dg/abi/local1.C: Likewise.
2570         * g++.dg/abi/mangle11.C: Tweak location of warnings.
2571         * g++.dg/abi/mangle12.C: Likewise.
2572         * g++.dg/abi/mangle17.C: Likewise.
2573         * g++.dg/abi/mangle20-2.C: Likewise.
2574         * g++.dg/opt/interface1.C: Likewise.
2575         * g++.dg/opt/interface1.h: Likewise.
2576         * g++.dg/opt/interface1-a.cc: New test.
2577         * g++.dg/parse/repo1.C: New test.
2578         * g++.dg/template/repo1.C: Likewise.
2579         * g++.dg/warn/Winline-1.C: Likewise.
2580         * lib/gcc-dg.exp (gcc-dg-test-1): Fix -frepo handling.
2581
2582 2004-07-29  Diego Novillo  <dnovillo@redhat.com>
2583
2584         * gcc.dg/tree-ssa/20040729-1.c: New test.
2585
2586 2004-07-27  Matt Austern <austern@apple.com>
2587
2588         * gcc.dg/darwin-bool-1.c: New test.
2589         * gcc.dg/darwin-bool-2.c: New test.
2590
2591 2004-07-28  Richard Henderson  <rth@redhat.com>
2592
2593         * gfortran.fortran-torture/execute/intrinsic_spacing.f90: Pass
2594         arguments in the correct type.  Don't write to constant arguments.
2595
2596 2004-07-28  Diego Novillo  <dnovillo@redhat.com>
2597
2598         PR tree-optimization/16688
2599         PR tree-optimization/16689
2600         * g++.dg/tree-ssa/pr16688.C: New test.
2601
2602 2004-07-28  Diego Novillo  <dnovillo@redhat.com>
2603
2604         * gcc.dg/tree-ssa/20031022-1.c: Adjust number of expected
2605         loads.  Not only in the comment, this time.
2606
2607 2004-07-28  Alexandre Oliva  <aoliva@redhat.com>
2608
2609         2003-07-06  Alexandre Oliva  <aoliva@redhat.com>
2610         * gcc.dg/sh4a-memmovua.c: Tweak regular expression.
2611         2003-07-01  Alexandre Oliva  <aoliva@redhat.com>
2612         * gcc.dg/sh4a-bitmovua.c: New.
2613         * gcc.dg/sh4a-cos.c: New.
2614         * gcc.dg/sh4a-cosf.c: New.
2615         * gcc.dg/sh4a-fprun.c: New.
2616         * gcc.dg/sh4a-fsrra.c: New.
2617         * gcc.dg/sh4a-memmovua.c: New.
2618         * gcc.dg/sh4a-sin.c: New.
2619         * gcc.dg/sh4a-sincos.c: New.
2620         * gcc.dg/sh4a-sincosf.c: New.
2621         * gcc.dg/sh4a-sinf.c: New.
2622
2623 2004-07-28  Diego Novillo  <dnovillo@redhat.com>
2624
2625         * gcc.dg/tree-ssa/20030714-2.c: Adjust number of expected
2626         conditionals.
2627         * gcc.dg/tree-ssa/20031022-1.c: Adjust number of expected
2628         loads.
2629         * gcc.dg/tree-ssa/ssa-dom-cse-1.c: Expect optimization in
2630         DOM1.
2631
2632 2004-07-27  Andrew Pinski  <apinski@apple.com>
2633
2634         * g++.dg/rtti/tinfo1.C: Correct the xfail.
2635
2636 2004-07-27  Nitin Yewale <nitiny@kpitcummins.com>
2637
2638         * gcc.dg/pragma-isr.c: New test.
2639
2640 2004-07-27  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2641
2642         PR c++/14429
2643         * g++.dg/template/ttp11.C: New test.
2644
2645 2004-07-27  Diego Novillo  <dnovillo@redhat.com>
2646
2647         * gcc.c-torture/compile/20040727-1.c: New test.
2648
2649 2004-07-26  Eric Christopher  <echristo@redhat.com>
2650
2651         * gcc.c-torture/compile/20040726-2.c: New test.
2652
2653 2004-07-26  Andrew Pinski  <apinski@apple.com>
2654
2655         * g++.dg/rtti/tinfo1.C: Xfail.
2656
2657 2004-07-26  Richard Sandiford  <rsandifo@redhat.com>
2658
2659         * gcc.c-torture/compile/20040726-1.c: New test.
2660
2661 2004-07-26  Niall Douglas  <s_fsfeurope2@nedprod.com>
2662             Brian Ryner  <bryner@brianryner.com>
2663
2664         PR c++/9283
2665         PR c++/15000
2666         * gcc.dg/visibility-9.c, gcc.dg/visibility-a.c: New tests.
2667         * g++.dg/ext/visibility/: New directory.
2668         * g++.dg/ext/visibility-1.C, g++.dg/ext/visibility-2.C
2669         g++.dg/ext/visibility-3.C, g++.dg/ext/visibility-4.C,
2670         g++.dg/ext/visibility-5.C, g++.dg/ext/visibility-6.C,
2671         g++.dg/ext/visibility-7.C: Move to g++.dg/ext/visibility/.
2672         * g++.dg/ext/visibility/fvisibility.C,
2673         g++.dg/ext/visibility/fvisibility-inlines-hidden.C,
2674         g++.dg/ext/visibility/fvisibility-override1.C
2675         g++.dg/ext/visibility/fvisibility-override2.C
2676         g++.dg/ext/visibility/memfuncts.C
2677         g++.dg/ext/visibility/noPLT.C
2678         g++.dg/ext/visibility/pragma.C
2679         g++.dg/ext/visibility/pragma-override1.C
2680         g++.dg/ext/visibility/pragma-override2.C
2681         g++.dg/ext/visibility/staticmemfuncts.C
2682         g++.dg/ext/visibility/virtual.C: New tests.
2683
2684 2004-07-25  Joseph S. Myers  <jsm@polyomino.org.uk>
2685
2686         PR c/15360
2687         * gcc.dg/pr15360-1.c: New test.
2688
2689 2004-07-25  Daniel Jacobowitz  <dan@debian.org>
2690
2691         * gcc.dg/pragma-align-2.c: New test.
2692         * gcc.dg/pragma-init-fini.c: New test.
2693         * gcc.dg/pragma-align.c: Change from compile to run.  Run on Solaris
2694         targets.
2695
2696 2004-07-25  Joseph S. Myers  <jsm@polyomino.org.uk>
2697
2698         * gcc.dg/init-string-2.c: New test.
2699
2700 2004-07-24  Zack Weinberg  <zack@codesourcery.com>
2701
2702         PR 16684
2703         * gcc.dg/Wredundant-decls-1.c: New test case.
2704
2705 2004-07-24  Jakub Jelinek  <jakub@redhat.com>
2706
2707         * README.compat: Add RUN_ALL_COMPAT_TESTS documentation.
2708         * lib/compat.exp: Replace ^$tmpdir/? in testcase names with tmpdir-.
2709         * gcc.dg/compat/struct-layout-1.exp: New testsuite driver.
2710         * gcc.dg/compat/struct-layout-1_generate.c: New testcase generator.
2711         * gcc.dg/compat/generate-random.c: New file.
2712         * gcc.dg/compat/generate-random.h: Likewise.
2713         * gcc.dg/compat/generate-random_r.c: Likewise.
2714         * gcc.dg/compat/struct-layout-1.h: Likewise.
2715         * gcc.dg/compat/struct-layout-1_x1.h: Likewise.
2716         * gcc.dg/compat/struct-layout-1_x2.h: Likewise.
2717         * gcc.dg/compat/struct-layout-1_y1.h: Likewise.
2718         * gcc.dg/compat/struct-layout-1_y2.h: Likewise.
2719         * gcc.dg/compat/struct-layout-1_main.c: New test.
2720         * gcc.dg/compat/struct-layout-1_x.c: New file.
2721         * gcc.dg/compat/struct-layout-1_y.c: New file.
2722         * gcc.dg/compat/struct-layout-1_test.h: New file.
2723
2724 2004-07-23  Joseph S. Myers  <jsm@polyomino.org.uk>
2725
2726         * gcc.dg/comp-return-1.c: New test
2727
2728 2004-07-23  Janis Johnson  <janis187@us.ibm.com>
2729
2730         * gcc.dg/vmx/8-02a.c: Fix typo.
2731
2732         * gcc.dg/vmx/varargs-4.c: Remove a Darwin-specific check.
2733         * gcc.dg/darwin-abi-3.c: New test.
2734
2735         * gcc.dg/vmx/debug-1.c: Use int, not long, in union with vector.
2736         * gcc.dg/vmx/varargs-1.c: Use int, not long, in union with vector.
2737
2738         * gcc.dg/vmx/ops.c: Remove checks using pointers to long.
2739         * gcc.dg/vmx/ops-long-1.c: New test.
2740         * gcc.dg/vmx/ops-long-2.c: New test.
2741
2742 2004-07-23  Nathan Sidwell  <nathan@codesourcery.com>
2743
2744         * g++.dg/lookup/conv-[1234].C: New.
2745
2746 2004-07-22  Mark Mitchell  <mark@codesourcery.com>
2747
2748         * g++.dg/parse/attr2.C: Simplify.
2749
2750 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
2751
2752         PR c/7284
2753         * gcc.c-torture/execute/pr7284-1.c: New test.
2754
2755 2004-07-22  Brian Booth  <bbooth@redhat.com>
2756
2757         * gcc.dg/tree-ssa/20040721-1.c: New test.
2758
2759 2004-07-22  Nathan Sidwell  <nathan@codesourcery.com>
2760
2761         * g++.dg/template/crash20.c: New.
2762
2763 2004-07-22  David Billinghurst (David.Billinghurst@riotinto.com)
2764
2765         * gfortran.dg/g77/970625-2.f Copy from g77.f-torture/execute.
2766         Add dg-run directive.  Declare variables as required.
2767         * gfortran.dg/g77/README: Update
2768
2769 2004-07-22  Hans-Peter Nilsson  <hp@axis.com>
2770
2771         * gcc.dg/cris-peep2-xsrand.c, gcc.dg/cris-peep2-andu1.c,
2772         gcc.dg/cris-peep2-andu2.c: New tests.
2773
2774 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
2775
2776         PR c/15052
2777         * gcc.dg/noreturn-5.c: Test qualifiers on function type instead of
2778         on return type.
2779         * gcc.dg/qual-return-1.c: Use -Wreturn-type.  Update expected
2780         messages.
2781         * gcc.dg/qual-return-2.c: Update expected messages.
2782         * gcc.dg/qual-return-3.c, gcc.dg/qual-return-4.c: New tests.
2783
2784 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
2785
2786         * gcc.dg/c99-init-3.c, gcc.dg/gnu99-init-2.c: New tests.
2787         * gcc.dg/noncompile/921102-1.c: Update expected error message.
2788
2789 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
2790
2791         PR c/11250
2792         * gcc.dg/init-string-1.c: New test.
2793
2794 2004-07-21  Jakub Jelinek  <jakub@redhat.com>
2795
2796         PR middle-end/15345
2797         PR c/16450
2798         * gcc.dg/torture/nested-fn-1.c: New test.
2799
2800 2004-07-20  H.J. Lu  <hongjiu.lu@intel.com>
2801
2802         PR target/16559
2803         * gcc.dg/ia64-fptr-1.c: New file.
2804
2805 2004-07-21  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2806
2807         PR c++/14497
2808         * g++.dg/template/spec16.C: New test.
2809         * g++.old-deja/g++.robertl/eb118.C: Remove.
2810
2811 2004-07-21  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2812
2813         PR c++/509
2814         * g++.dg/template/spec15.C: New test.
2815
2816 2004-07-21  David Billinghurst (David.Billinghurst@riotinto.com)
2817
2818         Copy cases from g77.f-torture/execute and add dg-run
2819         directive.  Other changes as noted.
2820         * gfortran.dg/g77/13037.f
2821         * gfortran.dg/g77/1832.f
2822         * gfortran.dg/g77/19981119-0.f
2823         * gfortran.dg/g77/19990313-0.f
2824         * gfortran.dg/g77/19990313-1.f
2825         * gfortran.dg/g77/19990313-2.f
2826         * gfortran.dg/g77/19990313-3.f
2827         * gfortran.dg/g77/19990419-1.f
2828         * gfortran.dg/g77/19990826-0.f
2829         * gfortran.dg/g77/19990826-2.f
2830         * gfortran.dg/g77/20000503-1.f
2831         * gfortran.dg/g77/20001111.f
2832         * gfortran.dg/g77/20010116.f
2833         * gfortran.dg/g77/20010426-1.f: Renamed from 20010426-1.f
2834         * gfortran.dg/g77/20010430.f
2835         * gfortran.dg/g77/6177.f
2836         * gfortran.dg/g77/947.f
2837         * gfortran.dg/g77/970816-3.f
2838         * gfortran.dg/g77/971102-1.f
2839         * gfortran.dg/g77/980520-1.f
2840         * gfortran.dg/g77/980628-0.f
2841         * gfortran.dg/g77/980628-1.f
2842         * gfortran.dg/g77/980628-10.f
2843         * gfortran.dg/g77/980628-2.f
2844         * gfortran.dg/g77/980628-3.f
2845         * gfortran.dg/g77/980628-7.f
2846         * gfortran.dg/g77/980628-8.f
2847         * gfortran.dg/g77/980628-9.f
2848         * gfortran.dg/g77/980701-0.f
2849         * gfortran.dg/g77/980701-1.f
2850         * gfortran.dg/g77/cabs.f
2851         * gfortran.dg/g77/claus.f
2852         * gfortran.dg/g77/complex_1.f
2853         * gfortran.dg/g77/cpp3.F: Renamed from cpp3.F
2854         * gfortran.dg/g77/dcomplex.f
2855         * gfortran.dg/g77/dnrm2.f: Add dg-warnings as required.
2856         * gfortran.dg/g77/f90-intrinsic-mathematical.f
2857         * gfortran.dg/g77/f90-intrinsic-numeric.f
2858         * gfortran.dg/g77/int8421.f
2859         * gfortran.dg/g77/labug1.f
2860         * gfortran.dg/g77/large_vec.f
2861         * gfortran.dg/g77/le.f
2862         * gfortran.dg/g77/short.f
2863         * gfortran.dg/g77/README: Update
2864
2865 2004-07-20  Mark Mitchell  <mark@codesourcery.com>
2866
2867         PR c++/16637
2868         * g++.dg/parse/lookup4.C: New test.
2869
2870 2004-07-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2871
2872         PR c++/16175
2873         * g++.dg/template/ttp10.C: New test.
2874
2875 2004-07-20  Joseph S. Myers  <jsm@polyomino.org.uk>
2876
2877         * gcc.dg/pr12625-1.c: New test.
2878
2879 2004-07-20  Steven Bosscher  <stevenb@suse.de>
2880
2881         * testsuite/gcc.dg/switch-warn-1.c: New test.
2882         * testsuite/gcc.dg/switch-warn-2.c: New test.
2883         * gcc.c-torture/compile/pr14730.c: Update.
2884
2885 2004-07-19  Kelley Cook  <kcook@gcc.gnu.org>
2886
2887         * g++.dg/lookup/java1.C, g++.dg/lookup/java2.C, g++.dg/other/crash-2.C,
2888         g++.dg/parse/casting-operator2.C, g++.dg/parse/dtor3.C,
2889         g++.dg/parse/typename6.C, g++.dg/template/dependent-expr4.C,
2890         g++.dg/template/nontype3.C: Remove trailing CR from tests.
2891
2892 2004-07-18  Mark Mitchell  <mark@codesourcery.com>
2893
2894         PR c++/16623
2895         * g++.dg/template/assign1.C: New test.
2896
2897 2004-07-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2898
2899         PR c++/12170
2900         * g++.dg/template/ttp9.C: New test.
2901
2902 2004-07-19  Daniel Jacobowitz  <dan@debian.org>
2903
2904         * gcc.dg/format/cmn-err-1.c: New test.
2905
2906 2004-07-19  Joseph S. Myers  <jsm@polyomino.org.uk>
2907
2908         * g++.dg/warn/Wparentheses-1.C, g++.dg/warn/Wparentheses-2.C,
2909         gcc.dg/Wparentheses-10.c: New tests.
2910         * gcc.dg/Wparentheses-5.c: Remove XFAILs.
2911
2912 2004-07-18  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2913
2914         PR fortran/16465
2915         * gfortran.dg/g77//ffixed-line-length-0.f,
2916         gfortran.dg/g77/ffixed-line-length-132.f,
2917         gfortran.dg/g77/ffixed-line-length-72.f,
2918         gfortran.dg/g77/ffixed-line-length-none.f: Copy from g77.dg.
2919         gfortran.dg/g77/README: Update.
2920
2921 2004-07-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2922
2923         PR c++/13092
2924         * g++.dg/template/non-dependent7.C: New test.
2925         * g++.dg/template/non-dependent8.C: Likewise.
2926         * g++.dg/template/non-dependent9.C: Likewise.
2927         * g++.dg/template/non-dependent10.C: Likewise.
2928
2929 2004-07-17  Mark Mitchell  <mark@codesourcery.com>
2930
2931         PR c++/16337
2932         * g++.dg/parse/attr2.C: New test.
2933
2934 2004-07-17  Toon Moene  <toon@moene.indiv.nluug.nl>
2935
2936         * g77.dg: Removed.
2937         * g77.f-torture: Ditto.
2938
2939 2004-07-17  Joseph S. Myers  <jsm@polyomino.org.uk>
2940
2941         * gcc.dg/Wparentheses-2.c, gcc.dg/Wparentheses-3.c,
2942         gcc.dg/Wparentheses-4.c, Wparentheses-5.c, Wparentheses-6.c,
2943         Wparentheses-7.c, Wparentheses-8.c, Wparentheses-9.c: New tests.
2944
2945 2004-07-16  Richard Henderson  <rth@redhat.com>
2946
2947         * gcc.c-torture/compile/20020210-1.c: Remove XFAIL.
2948
2949 2004-07-16  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2950
2951         * lib/fortran-torture.exp (fortran-torture): Don't test compile
2952         tests with full list of options.
2953         * lib/gfortran-dg.exp (gfortran-dg-runtest): Only test with all
2954         of TORTURE_OPTIONS if test contains 'dg-do run'.
2955
2956         PR fortran/16404
2957         * gfortran.dg/do_iterator.f90: New test.
2958
2959 2004-07-16  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2960
2961         PR rtl-optimization/16536
2962         * gcc.c-torture/execute/restrict-1.c: New test.
2963
2964 2004-07-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2965
2966         PR fortran/15324
2967         * gfortran.dg/pr15324.f90: New test.
2968
2969         PR fortran/15129
2970         * gfortran.dg/pr15129.f90: New test.
2971
2972         PR fortran/15140
2973         * gfortran.dg/pr15140.f90: New test.
2974
2975         PR fortran/13792
2976         * gfortran.fortran-torture/execute/bounds.f90: Add check for
2977         compile-time simplification.
2978
2979 2004-07-14  Mike Stump  <mrs@apple.com>
2980
2981         * gcc.dg/20020426-2.c: Improve type safety wrt unsignedness.
2982
2983 2004-07-14  James E Wilson  <wilson@specifixinc.com>
2984
2985         PR target/16325
2986         * gcc.dg/profile-generate-1.c: New.
2987
2988 2004-07-15  Jakub Jelinek  <jakub@redhat.com>
2989
2990         * gcc.c-torture/execute/20040709-1.c: New test.
2991         * gcc.c-torture/execute/20040709-2.c: New test.
2992
2993 2004-07-14  Mike Stump  <mrs@apple.com>
2994
2995         * gcc.dg/wint_t-1.c: Expect to pass on darwin 10.3.x and later.
2996
2997 2004-07-14  Mike Stump  <mrs@apple.com>
2998
2999         * gcc.dg/wchar_t-1.c: Expect to pass on darwin 10.3.x and later.
3000
3001 2004-07-13  Mark Mitchell  <mark@codesourcery.com>
3002
3003         PR c++/16518
3004         * g++.dg/parse/mutable1.C: New test.
3005
3006 2004-07-13  Diego Novillo  <dnovillo@redhat.com>
3007
3008         PR tree-optimization/16443
3009         * gcc.dg/tree-ssa/20040713-1.c: New test.
3010
3011 2004-07-15  Ulrich Weigand  <uweigand@de.ibm.com>
3012
3013         * g++.dg/lookup/new2.C: Use first operand of type __SIZE_TYPE__
3014         for operator new.
3015
3016 2004-07-13  David Billinghurst <David.Billinghurst@riotinto.com>
3017
3018         * gfortran.dg/g77/README: New file
3019         * gfortran.dg/g77/19981216-0.f:  Copy from
3020         g77.f-torture/noncompile.  Add "dg-do compile" and
3021         dg-error as required.
3022         * gfortran.dg/g77/19990218-1.f: Likewise
3023         * gfortran.dg/g77/19990905-1.f: Likewise
3024         * gfortran.dg/g77/9263.f: Likewise
3025         * gfortran.dg/g77/980615-0.f: Likewise
3026         * gfortran.dg/g77/980616-0.f: Likewise
3027         * gfortran.dg/g77/check0.f: Likewise
3028         * gfortran.dg/g77/select_no_compile.f: Likewise
3029
3030 2004-07-13  David Billinghurst <David.Billinghurst@riotinto.com>
3031
3032         Copy files from g77.f-torture/compile.
3033         Add "{ dg-do compile}".  Other changes as noted
3034         * gfortran.dg/g77/19990905-0.f: XFAIL PR 16511
3035         * gfortran.dg/g77/20010519-1.f: Add dg-warning as required
3036         * gfortran.dg/g77/20030115-1.f: Add dg-warning as required
3037         * gfortran.dg/g77/20030326-1.f: XFAIL PR 16511
3038         * gfortran.dg/g77/970125-0.f: Add dg-excess-errors.
3039         * gfortran.dg/g77/980519-2.f: Declare hd_S,hd_Z,hd_T
3040         * gfortran.dg/g77/990115-1.f: Declare RANK as INTEGER
3041         * gfortran.dg/g77/alpha1.f: Separate declaration and DATA
3042         statement to conform to standard.  Append alpha1.x for reference.
3043         * gfortran.dg/g77/xformat.f: Add dg-warning
3044
3045 2004-07-13  David Billinghurst <David.Billinghurst@riotinto.com>
3046
3047         * gfortran.dg/g77/cpp.F: Copy from g77.f-torture/compile.
3048         Add {dg-do compile} directive.
3049         * gfortran.dg/g77/cpp2.F: Likewise
3050
3051 2004-07-12  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3052
3053         PR c++/5402
3054         * g++.dg/lookup/name-clash1.C: New test.
3055
3056         PR c++/9777
3057         * g++.dg/lookup/name-clash2.C: New test.
3058
3059         PR c++/12102
3060         * g++.dg/lookup/name-clash3.C: New test.
3061
3062 2004-07-12  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3063
3064         * g++.dg/lookup/new2.C: New test.
3065         * g++.old-deja/g++.ns/new1.C: Remove (ill-formed).
3066
3067 2004-07-12  David Billinghurst <David.Billinghurst@riotinto.com>
3068
3069         * gfortran.dg/g77/12002.f: Copy from g77.f-torture/compile.
3070         Add {dg-do compile} directive.
3071         * gfortran.dg/g77/13060.f: Likewise
3072         * gfortran.dg/g77/19990218-0.f: Likewise
3073         * gfortran.dg/g77/19990305-0.f: Likewise
3074         * gfortran.dg/g77/19990419-0.f: Likewise
3075         * gfortran.dg/g77/19990502-0.f: Likewise
3076         * gfortran.dg/g77/19990502-1.f: Likewise
3077         * gfortran.dg/g77/19990525-0.f: Likewise
3078         * gfortran.dg/g77/19990826-1.f: Likewise
3079         * gfortran.dg/g77/19990826-3.f: Likewise
3080         * gfortran.dg/g77/19990905-2.f: Likewise
3081         * gfortran.dg/g77/20000412-1.f: Likewise
3082         * gfortran.dg/g77/20000511-1.f: Likewise
3083         * gfortran.dg/g77/20000511-2.f: Likewise
3084         * gfortran.dg/g77/20000518.f: Likewise
3085         * gfortran.dg/g77/20000601-1.f: Likewise
3086         * gfortran.dg/g77/20000601-2.f: Likewise
3087         * gfortran.dg/g77/20000629-1.f: Likewise
3088         * gfortran.dg/g77/20000630-2.f: Likewise
3089         * gfortran.dg/g77/20010115.f: Likewise
3090         * gfortran.dg/g77/20010321-1.f: Likewise
3091         * gfortran.dg/g77/20010426.f: Likewise
3092         * gfortran.dg/g77/20020307-1.f: Likewise
3093         * gfortran.dg/g77/8485.f: Likewise
3094         * gfortran.dg/g77/960317-1.f: Likewise
3095         * gfortran.dg/g77/970915-0.f: Likewise
3096         * gfortran.dg/g77/980310-1.f: Likewise
3097         * gfortran.dg/g77/980310-2.f: Likewise
3098         * gfortran.dg/g77/980310-3.f: Likewise
3099         * gfortran.dg/g77/980310-4.f: Likewise
3100         * gfortran.dg/g77/980310-6.f: Likewise
3101         * gfortran.dg/g77/980310-7.f: Likewise
3102         * gfortran.dg/g77/980310-8.f: Likewise
3103         * gfortran.dg/g77/980419-2.f: Likewise
3104         * gfortran.dg/g77/980424-0.f: Likewise
3105         * gfortran.dg/g77/980427-0.f: Likewise
3106         * gfortran.dg/g77/980729-0.f: Likewise
3107         * gfortran.dg/g77/981117-1.f: Likewise
3108         * gfortran.dg/g77/toon_1.f: Likewise
3109
3110 2004-07-12  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3111
3112         PR c++/2204
3113         * g++.dg/other/abstract2.C: New test.
3114
3115 2004-07-12  Paul Brook  <paul@codesourcery.com>
3116
3117         * gfortran.dg/pointer_init_1.f90: New test.
3118
3119 2004-07-11  Paul Brook  <paul@codesourcery.com>
3120
3121         PR fortran/15986
3122         * gfortran.dg/contained_1.f90: New test.
3123
3124 2004-07-11  Mark Mitchell  <mark@codesourcery.com>
3125
3126         * g++.dg/parse/defarg8.C: New test.
3127
3128 2004-07-11  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3129
3130         PR fortran/16433
3131         * gfortran.dg/pr16433.f: New test.
3132
3133         PR fortran/17574
3134         * gfortran.dg/pr15754.f90: New test.
3135
3136 2004-07-11  Joseph S. Myers  <jsm@polyomino.org.uk>
3137
3138         PR tree-optimization/16437
3139         * gcc.c-torture/execute/bitfld-4.c: New test.
3140
3141 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3142
3143         * gfortran.fortran-torture/execute/common_2.f90: Add check for
3144         access to common var from module.
3145
3146 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3147
3148         PR fortran/16336
3149         * gfortran.fortran-torture/execute/common_2.f90: New test.
3150
3151 2004-07-10  Paul Brook  <paul@codesourcery.com>
3152
3153         * gfortran.fortran-torture/execute/der_init_5.f90: Enable more tests.
3154
3155 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3156
3157         PR fortran/15969
3158         * gfortran.fortran-torture/execute/der_init_5.f90: New test.
3159
3160 2004-07-10  David Billinghurst <David.Billinghurst@riotinto.com>
3161
3162         * gfortran.dg/g77/ffixed-form-1.f: Copy from g77.dg
3163         * gfortran.dg/g77/ffixed-form-2.f: Likewise
3164         * gfortran.dg/g77/ffree-form-1.f: Likewise
3165         * gfortran.dg/g77/ffree-form-2.f: Likewise
3166         * gfortran.dg/g77/ffree-form-3.f: Likewise
3167         * gfortran.dg/g77/fno-underscoring.f: Likewise
3168         * gfortran.dg/g77/funderscoring.f: Likewise
3169         * gfortran.dg/g77/pr9258.f: Likewise.  Add dg-warning lines.
3170
3171 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3172
3173         * gfortran.fortran-torture/execute/module_init_1.f90: Fix test.
3174
3175 2004-07-10 Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3176         Paul Brook  <paul@codesourcery.com>
3177
3178         PR fortran/13415
3179         * gfortran.dg/common_pointer_1.f90: New test.
3180
3181 2004-07-10  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3182
3183         * g++.dg/lookup/new1.C: Fix dg-excess-error syntax.
3184
3185 2004-07-09  James E Wilson  <wilson@specifixinc.com>
3186
3187         PR target/16364
3188         * gcc.c-torture/compile/20040709-1.c: New.
3189
3190 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3191
3192         PR fortran/14077
3193         * gfortran.fortran-torture/execute/module_init_1.f90: New test.
3194
3195 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3196
3197         PR fortran/13201
3198         * gfortran.dg/shape_1.f90: New test.
3199
3200 2004-07-09  Zack Weinberg  <zack@codesourcery.com>
3201             Andrew Pinski  <apinski@apple.com>
3202
3203         * gcc.dg/noncompile/init-4.c: Remove bogus dg-error marker.
3204
3205 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3206
3207         * gfortran.fortran-torture/compile/name_clash2.f90: Remove outdated
3208         comment.
3209
3210 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3211         Paul Brook  <paul@codesourcery.com>
3212
3213         * gfortran.dg/dg.exp: Use revised wilcard for suffixes, also allow
3214         '.f95' and '.F95'.
3215
3216 2004-07-09  Diego Novillo  <dnovillo@redhat.com>
3217
3218         * gcc.dg/tree-ssa/20031015-1.c: Adjust expected dump file name.
3219
3220 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3221
3222         * gfortran.dg/dg.exp: Don't use wildcard for suffixes, also check
3223         testcases with capital suffix.
3224
3225 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3226
3227         PR fortran/15481
3228         PR fortran/13372
3229         PR fortran/13575
3230         PR fortran/15978
3231         * gfortran.fortran-torture/compile/implicit_2.f90: New test.
3232
3233         * gfortran.dg/implicit_1.f90: New test.
3234
3235 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
3236
3237         * lib/gfortran-dg.exp (gfortran-dg-test):  Adapt regular
3238         expression to match gfortran warning/error messages
3239         * gfortran.dg/g77/12632.f: Copy from g77.dg and fix
3240         dg-error text.
3241
3242 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
3243
3244         * lib/fortran-torture.exp: Rename proc search_for to
3245         search_for_re.
3246
3247 2004-07-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
3248
3249         * gcc.c-torture/execute/simd-5.x: New file.
3250         XFAIL on SPARC 64-bit at -O0.
3251
3252 2004-07-09  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3253
3254         PR c++/8211
3255         PR c++/16165
3256         * g++.dg/warn/effc3.C: New test.
3257
3258 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
3259
3260         * gfortran.dg/g77/f77-edit-i-in.f: Copy from g77.dg and
3261         change X to 1X in format.
3262         * gfortran.dg/g77/20010216-1.f:  Copy from g77.dg and
3263         add data statements to conform to standard.
3264
3265 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
3266
3267         * gfortran.dg/g77/f77-edit-s-out.f: Copy from g77.dg. XFAIL
3268         * gfortran.dg/g77/f77-edit-t-in.f: Likewise
3269         * gfortran.dg/g77/f77-edit-x-out.f: Likewise
3270
3271 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
3272
3273         * gfortran.dg/g77/7388.f: Copy from g77.dg
3274         * gfortran.dg/g77/f77-edit-i-out.f: Likewise
3275         * gfortran.dg/g77/f77-edit-apostrophe-out.f: Likewise
3276         * gfortran.dg/g77/f77-edit-slash-out.f: Likewise
3277         * gfortran.dg/g77/f77-edit-colon-out.f: Likewise
3278         * gfortran.dg/g77/f77-edit-t-out.f: Likewise
3279         * gfortran.dg/g77/f77-edit-h-out.f: Likewise
3280         * gfortran.dg/g77/strlen0.f: Likewise
3281
3282 2004-07-09   David Billinghurst <David.Billinghurst@riotinto.com>
3283
3284         * lib/gfortran-dg.exp: New file (adapted from lib/g77-dg.exp)
3285         * gfortran.dg/dg.exp: New file (adapted from g77.dg/dg.exp)
3286
3287 2004-07-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
3288
3289         * gcc.c-torture/execute/920428-2.x: Delete.
3290         * gcc.c-torture/execute/920501-7.x: Likewise.
3291
3292 2004-07-08  Jakub Jelinek  <jakub@redhat.com>
3293
3294         * gcc.mist-tests/i386-prefetch.exp (PREFETCH_SSE): Change all
3295         -march=i386 into -march=i686.  Add -march=i686 -mtune=x and
3296         -march=x for pentium3, pentium3m, pentium-m, pentium4m,
3297         prescott and c3-2.
3298         (PREFETCH_3DNOW): Add -march=c3.
3299
3300 2004-07-08  Diego Novillo  <dnovillo@redhat.com>
3301
3302         PR c/16437
3303         * gcc.c-torture/execute/991118-1.x: XFAIL for x86_64.
3304         * gcc.c-torture/execute/bf64-1.x: Likewise.
3305
3306 2004-07-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
3307
3308         * gcc.c-torture/compile/20040708-1.c: New test.
3309
3310 2004-07-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3311
3312         PR c++/16169
3313         * g++.dg/warn/effc2.C: New test.
3314
3315 2004-07-08  Joseph S. Myers  <jsm@polyomino.org.uk>
3316
3317         * gcc.c-torture/execute/bitfld-1.x: Remove.
3318         * gcc.c-torture/execute/bitfld-3.c: New test.
3319         * gcc.dg/bitfld-2.c: Remove XFAILs.
3320
3321 2004-07-07  H.J. Lu  <hongjiu.lu@intel.com>
3322
3323         PR c++/16276
3324         * g++.dg/rtti/tinfo1.C: New file.
3325
3326 2004-07-07  Eric Christopher  <echristo@redhat.com>
3327
3328         * gcc.c-torture/compile/20020210-1.c: xfail with optimization.
3329
3330 2004-07-07  Andrew Pinski  <apinski@apple.com>
3331
3332         * gcc.c-torture/execute/931004-12.x: Xfail on powerpc-*-darwin*.
3333
3334 2004-07-07  Mark Mitchell  <mark@codesourcery.com>
3335
3336         * g++.dg/init/call1.C: XFAIL.
3337
3338 2004-07-07  Alexandre Oliva  <aoliva@redhat.com>
3339
3340         * gcc.c-torture/execute/builtins/mempcpy-2.c: Rename movstr*,
3341         except for movstrict*, to movmem* and clrstr* to clrmem*.
3342
3343 2004-07-07  Richard Sandiford  <rsandifo@redhat.com>
3344
3345         * gcc.c-torture/execute/20040707-1.c: New test.
3346
3347 2004-07-06  Richard Sandiford  <rsandifo@redhat.com>
3348
3349         * gcc.c-torture/execute/20040706-1.c: New test.
3350
3351 2004-07-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3352
3353         PR c++/3671
3354         * g++.dg/template/spec14.C: New test.
3355
3356 2004-07-05  Jakub Jelinek  <jakub@redhat.com>
3357
3358         * gcc.c-torture/execute/20040629-1.c (FIELDS1, FIELDS2): Define to
3359         nothing if not yet defined.  Use it in b, c and d type definitions.
3360         * gcc.c-torture/execute/20040705-1.c: New test.
3361         * gcc.c-torture/execute/20040705-2.c: New test.
3362
3363 2004-07-05  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3364
3365         PR c++/2518
3366         * g++.dg/lookup/new1.C: New test.
3367
3368 2004-07-05  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3369
3370         PR c++/11406
3371         * g++.dg/template/sizeof8.C: New test.
3372
3373 2004-07-05  Richard Sandiford  <rsandifo@redhat.com>
3374
3375         * gcc.c-torture/compile/20040705-1.c: New test.
3376
3377 2004-07-04  Bud Davis  <bdavis9659@comcast.net>
3378
3379         * gfortran.fortran-torture/execute/seq_io.f90: New test.
3380
3381 2004-07-04  Neil Booth  <neil@duron.akihabara.co.uk>
3382
3383         * gcc.dg/cpp/if-mop.c: Two new testcases.
3384         * gcc.dg/cpp/trad/comment-3.c: New.
3385
3386 2004-07-04  Paul Brook  <paul@codesourcery.com>
3387
3388         * gfortran.fortran-torture/compile/implicit_1.f90: New test.
3389
3390 2004-07-03  Scott Brumbaugh  <scottb.lists@verizon.net>
3391
3392         PR c++/3761
3393         * g++.dg/lookup/crash4.C: New test.
3394
3395 2004-07-02  Zack Weinberg  <zack@codesourcery.com>
3396
3397         * gcc.c-torture/execute/builtin-abs-1.c
3398         * gcc.c-torture/execute/builtin-abs-2.c
3399         * gcc.c-torture/execute/builtin-complex-1.c
3400         * gcc.c-torture/execute/builtins/string-1-lib.c
3401         * gcc.c-torture/execute/builtins/string-1.c
3402         * gcc.c-torture/execute/builtins/string-2-lib.c
3403         * gcc.c-torture/execute/builtins/string-2.c
3404         * gcc.c-torture/execute/builtins/string-3-lib.c
3405         * gcc.c-torture/execute/builtins/string-3.c
3406         * gcc.c-torture/execute/builtins/string-4-lib.c
3407         * gcc.c-torture/execute/builtins/string-4.c
3408         * gcc.c-torture/execute/builtins/string-5-lib.c
3409         * gcc.c-torture/execute/builtins/string-5.c
3410         * gcc.c-torture/execute/builtins/string-6-lib.c
3411         * gcc.c-torture/execute/builtins/string-6.c
3412         * gcc.c-torture/execute/builtins/string-7-lib.c
3413         * gcc.c-torture/execute/builtins/string-7.c
3414         * gcc.c-torture/execute/builtins/string-8-lib.c
3415         * gcc.c-torture/execute/builtins/string-8.c
3416         * gcc.c-torture/execute/builtins/string-9-lib.c
3417         * gcc.c-torture/execute/builtins/string-9.c
3418         * gcc.c-torture/execute/builtins/string-asm-1-lib.c
3419         * gcc.c-torture/execute/builtins/string-asm-1.c
3420         * gcc.c-torture/execute/builtins/string-asm-2-lib.c
3421         * gcc.c-torture/execute/builtins/string-asm-2.c
3422         * gcc.c-torture/execute/stdio-opt-1.c
3423         * gcc.c-torture/execute/stdio-opt-2.c
3424         * gcc.c-torture/execute/stdio-opt-3.c
3425         * gcc.c-torture/execute/string-opt-1.c
3426         * gcc.c-torture/execute/string-opt-10.c
3427         * gcc.c-torture/execute/string-opt-11.c
3428         * gcc.c-torture/execute/string-opt-12.c
3429         * gcc.c-torture/execute/string-opt-13.c
3430         * gcc.c-torture/execute/string-opt-14.c
3431         * gcc.c-torture/execute/string-opt-15.c
3432         * gcc.c-torture/execute/string-opt-16.c
3433         * gcc.c-torture/execute/string-opt-2.c
3434         * gcc.c-torture/execute/string-opt-6.c
3435         * gcc.c-torture/execute/string-opt-7.c
3436         * gcc.c-torture/execute/string-opt-8.c:
3437         Replace with ...
3438
3439         * gcc.c-torture/execute/builtins/abs-2.c
3440         * gcc.c-torture/execute/builtins/abs-3.c
3441         * gcc.c-torture/execute/builtins/complex-1.c
3442         * gcc.c-torture/execute/builtins/fprintf.c
3443         * gcc.c-torture/execute/builtins/fputs.c
3444         * gcc.c-torture/execute/builtins/memcmp.c
3445         * gcc.c-torture/execute/builtins/memmove.c
3446         * gcc.c-torture/execute/builtins/memops-asm.c
3447         * gcc.c-torture/execute/builtins/mempcpy-2.c
3448         * gcc.c-torture/execute/builtins/mempcpy.c
3449         * gcc.c-torture/execute/builtins/memset.c
3450         * gcc.c-torture/execute/builtins/printf.c
3451         * gcc.c-torture/execute/builtins/sprintf.c
3452         * gcc.c-torture/execute/builtins/strcat.c
3453         * gcc.c-torture/execute/builtins/strchr.c
3454         * gcc.c-torture/execute/builtins/strcmp.c
3455         * gcc.c-torture/execute/builtins/strcpy.c
3456         * gcc.c-torture/execute/builtins/strcspn.c
3457         * gcc.c-torture/execute/builtins/strlen-2.c
3458         * gcc.c-torture/execute/builtins/strlen.c
3459         * gcc.c-torture/execute/builtins/strncat.c
3460         * gcc.c-torture/execute/builtins/strncmp-2.c
3461         * gcc.c-torture/execute/builtins/strncmp.c
3462         * gcc.c-torture/execute/builtins/strncpy.c
3463         * gcc.c-torture/execute/builtins/strpbrk.c
3464         * gcc.c-torture/execute/builtins/strpcpy-2.c
3465         * gcc.c-torture/execute/builtins/strpcpy.c
3466         * gcc.c-torture/execute/builtins/strrchr.c
3467         * gcc.c-torture/execute/builtins/strspn.c
3468         * gcc.c-torture/execute/builtins/strstr-asm.c
3469         * gcc.c-torture/execute/builtins/strstr.c:
3470         ... these new files.
3471
3472         * gcc.c-torture/execute/builtins/abs-2-lib.c
3473         * gcc.c-torture/execute/builtins/abs-3-lib.c
3474         * gcc.c-torture/execute/builtins/complex-1-lib.c
3475         * gcc.c-torture/execute/builtins/fprintf-lib.c
3476         * gcc.c-torture/execute/builtins/fputs-lib.c
3477         * gcc.c-torture/execute/builtins/memcmp-lib.c
3478         * gcc.c-torture/execute/builtins/memmove-lib.c
3479         * gcc.c-torture/execute/builtins/memops-asm-lib.c
3480         * gcc.c-torture/execute/builtins/mempcpy-2-lib.c
3481         * gcc.c-torture/execute/builtins/mempcpy-lib.c
3482         * gcc.c-torture/execute/builtins/memset-lib.c
3483         * gcc.c-torture/execute/builtins/printf-lib.c
3484         * gcc.c-torture/execute/builtins/sprintf-lib.c
3485         * gcc.c-torture/execute/builtins/strcat-lib.c
3486         * gcc.c-torture/execute/builtins/strchr-lib.c
3487         * gcc.c-torture/execute/builtins/strcmp-lib.c
3488         * gcc.c-torture/execute/builtins/strcpy-lib.c
3489         * gcc.c-torture/execute/builtins/strcspn-lib.c
3490         * gcc.c-torture/execute/builtins/strlen-2-lib.c
3491         * gcc.c-torture/execute/builtins/strlen-lib.c
3492         * gcc.c-torture/execute/builtins/strncat-lib.c
3493         * gcc.c-torture/execute/builtins/strncmp-2-lib.c
3494         * gcc.c-torture/execute/builtins/strncmp-lib.c
3495         * gcc.c-torture/execute/builtins/strncpy-lib.c
3496         * gcc.c-torture/execute/builtins/strpbrk-lib.c
3497         * gcc.c-torture/execute/builtins/strpcpy-2-lib.c
3498         * gcc.c-torture/execute/builtins/strpcpy-lib.c
3499         * gcc.c-torture/execute/builtins/strrchr-lib.c
3500         * gcc.c-torture/execute/builtins/strspn-lib.c
3501         * gcc.c-torture/execute/builtins/strstr-asm-lib.c
3502         * gcc.c-torture/execute/builtins/strstr-lib.c
3503         * gcc.c-torture/execute/builtins/lib/abs.c
3504         * gcc.c-torture/execute/builtins/lib/fprintf.c
3505         * gcc.c-torture/execute/builtins/lib/memset.c
3506         * gcc.c-torture/execute/builtins/lib/printf.c
3507         * gcc.c-torture/execute/builtins/lib/sprintf.c
3508         * gcc.c-torture/execute/builtins/lib/strcpy.c
3509         * gcc.c-torture/execute/builtins/lib/strcspn.c
3510         * gcc.c-torture/execute/builtins/lib/strncat.c
3511         * gcc.c-torture/execute/builtins/lib/strncmp.c
3512         * gcc.c-torture/execute/builtins/lib/strncpy.c
3513         * gcc.c-torture/execute/builtins/lib/strpbrk.c
3514         * gcc.c-torture/execute/builtins/lib/strspn.c
3515         * gcc.c-torture/execute/builtins/lib/strstr.c:
3516         New files containing support routines.
3517
3518         * gcc.c-torture/execute/builtins/abs-1.c: Remove unnecessary
3519         declaration.
3520         * gcc.c-torture/execute/builtins/lib/main.c: Define link_error
3521         when not optimizing.
3522
3523 2004-07-02  Mark Mitchell  <mark@codesourcery.com>
3524
3525         PR c++/16240
3526         * g++.dg/abi/mangle22.C: New test.
3527         * g++.dg/abi/mangle23.C: Likewise.
3528
3529 2004-07-02  David Billinghurst  <David.Billinghurst@riotinto.com>
3530
3531         PR fortran/16290
3532         * gfortran.fortran-torture/execute/intrinsic_set_exponent.f90
3533         Allow for cases without denormalized floating point numbers.
3534
3535 2004-07-01  Joseph S. Myers  <jsm@polyomino.org.uk>
3536
3537         PR c/1027
3538         * gcc.dg/Wswitch-enum.c, gcc.dg/Wswitch.c,
3539         gcc.dg/format/branch-1.c, gcc.dg/format/diag-1.c,
3540         gcc.dg/format/multattr-3.c, gcc.dg/format/xopen-1.c: Update
3541         expected warning text.
3542         * gcc.dg/format/diag-2.c: New test.
3543
3544 2004-07-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
3545
3546         * gcc.c-torture/compile/20040323-1.c: XFAIL on Solaris 2.
3547
3548 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
3549
3550         * gcc.dg/builtins-43.c: New.
3551         * gcc.dg/builtins-44.c: New.
3552         * gcc.dg/builtins-45.c: New.
3553
3554 2004-06-26  Geoffrey Keating  <geoffk@apple.com>
3555             Andreas Tobler  <a.tobler@schweiz.ch>
3556
3557         * gcc.dg/cleanup-10.c: Run on all Linux platforms and powerpc-darwin.
3558         Use SA_RESETHAND rather than SA_ONESHOT.  Trap SIGBUS as well
3559         as SIGSEGV.
3560         * gcc.dg/cleanup-11.c: Likewise.
3561         * gcc.dg/cleanup-8.c: Likewise.
3562         * gcc.dg/cleanup-9.c: Likewise.
3563         * gcc.dg/cleanup-5.c: Run on all platforms.
3564
3565 2004-06-30  Joseph S. Myers  <jsm@polyomino.org.uk>
3566
3567         * g++.dg/warn/nonnull1.C: New test.
3568
3569 2004-06-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
3570
3571         * gcc.dg/compat/compat-common.h: Wrap up CINT in
3572         an #ifndef SKIP_COMPLEX_INT/#endif pair.
3573         Special-case the Sun compiler wrt to <complex.h>.
3574
3575 2004-06-30  Nitin Yewale <nitiny@kpitcummins.com>
3576
3577         * gcc.dg/Wunreachable-8.C: New test.
3578
3579         * gcc.dg/h8300-ice2.c : New test.
3580
3581 2004-06-30  Tobias Schlueter  <tobias.shclueter@physik.uni-muenchen.de>
3582
3583         PR fortran/16161
3584         * gfortran.fortran-torture/compile/implicit.f90: Add test
3585         for implicit character.
3586
3587 2004-06-30  David Billinghurst <David.Billinghurst@riotinto.com>
3588
3589         PR fortran/16289
3590         * gfortran.fortran-torture/execute/intrinsic_nearest.f90
3591         Use tiny() intrinsic to find smallest non-negative real
3592
3593 2004-06-30  Jakub Jelinek  <jakub@redhat.com>
3594
3595         * gcc.dg/compat/struct-by-value-22_main.c: New test.
3596         * gcc.dg/compat/struct-by-value-22_x.c: New.
3597         * gcc.dg/compat/struct-by-value-22_y.c: New.
3598
3599         * gcc.c-torture/execute/20040629-1.c: New test.
3600
3601 2004-06-29  Jakub Jelinek  <jakub@redhat.com>
3602
3603         * gcc.dg/compat/vector-defs.h: Use vector_size attribute
3604         only for GCC 3.5+, for GCC up to 3.4 mode(V*) attribute instead.
3605
3606         PR target/16195
3607         * gcc.dg/20040625-1.c: New test.
3608
3609 2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3610
3611         * gfortran.fortran-torture/execute/parameter_2.f90: New test.
3612
3613 2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3614
3615         PR fortran/15963
3616         * gfortran.fortran-torture/execute/initialization_1.f90: New test.
3617
3618 2004-06-29  Richard Henderson  <rth@redhat.com>
3619
3620         * gcc.dg/tree-ssa/20040430-1.c: Expect zero if's.
3621
3622 2004-06-29  Paul Brook  <paul@codesourcery.com>
3623
3624         * g++.old-deja/g++.abi/arraynew.C: Handle ARM EABI cookies.
3625         * g++.old-deja/g++.abi/cxa_vec.C: Allocate larger cookies for AEABI.
3626
3627 2004-06-29  Nathan Sidwell  <nathan@codesourcery.com>
3628
3629         PR c++/16260
3630         * g++.dg/parse/crash15.C: New.
3631
3632 2004-06-28  Andrew Pinski  <apinski@apple.com>
3633
3634         * gcc.dg/pr14963.c: Remove the dg-warning as it is dected
3635         by the error already.
3636
3637         * g++.dg/opt/ptrmem4.C: Change to compile only test.
3638
3639 2004-06-28  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
3640
3641         PR target/14041
3642         * gcc.dg/h8300-bss-align-1.c : New.
3643
3644 2004-06-28  Nathan Sidwell  <nathan@codesourcery.com>
3645
3646         * PR c++/16174
3647         * g++.dg/template/ctor4.C: New.
3648
3649 2004-06-27  Andrew Pinski  <pinskia@physics.uc.edu>
3650
3651         PR c++/16205
3652         * g++.dg/warn/Wsequence-point-1.C: New test.
3653
3654 2004-06-27  Paul Brook  <paul@codesourcery.com>
3655
3656         * gfortran.fortran-torture/execute/specfics.f90: Use correct typing.
3657
3658 2004-06-27  Zack Weinberg  <zack@codesourcery.com>
3659
3660         * g++.old-deja/g++.mike/p7325.C: Remove.
3661
3662 2004-06-27  Andrew Pinski  <pinskia@physics.uc.edu>
3663
3664         PR c/14963
3665         * gcc.dg/pr14963.c: New test.
3666
3667 2004-06-27  Mark Mitchell  <mark@codesourcery.com>
3668
3669         PR c++/16193
3670         * g++.dg/parse/redef1.C: New test.
3671
3672 2004-06-27  Joseph S. Myers  <jsm@polyomino.org.uk>
3673
3674         * gcc.c-torture/compile/20021123-1.c: Remove duplicate of
3675         20021110.c.
3676         * gcc.c-torture/compile/20021123-4.c: Remove duplicate of
3677         20021119-1.c.
3678         * gcc.dg/vmx/5-05.c, gcc.dg/vmx/5-06.c, gcc.dg/vmx/5-07.c,
3679         gcc.dg/vmx/5-08.c: Remove duplicates of 5-01.c, 5-02.c, 5-03.c,
3680         5-04.c.
3681         * gcc.dg/builtins-42.c: Remove duplicate of builtins-41.c.
3682         * g++.dg/other/new1.C: Remove duplicate of g++.dg/init/new1.C.
3683         * g++.dg/init/elide3.C: Remove duplicate of elide2.C.
3684         * g++.old-deja/g++.law/enum8.C: Remove duplicate of
3685         g++.brendan/enum14.C.
3686         * g++.old-deja/g++.mike/ns8.C: Remove duplicate of ns6.C
3687         * g++.old-deja/g++.ns/alias5.C: Remove duplicate of alias1.C.
3688         * g++.old-deja/g++.other/virtual1.C: Remove duplicate of
3689         g++.mike/virt1.C.
3690         * g++.old-deja/g++.pt/memtemp27.C: Remove duplicate of
3691         memtemp24.C.
3692
3693 2004-06-27  Roger Sayle  <roger@eyesopen.com>
3694
3695         * gcc.dg/20040527-1.c: New test case.
3696
3697 2004-06-26  Bud Davis  <bdavis9659@comcast.net>
3698
3699         PR gfortran/pr16196
3700         * gfortran.fortran-torture/execute/open_replace.f90: New test case.
3701
3702 2004-06-25  Roger Sayle  <roger@eyesopen.com>
3703
3704         PR middle-end/15825
3705         * gcc.dg/pr15825-1.c: New test case.
3706
3707 2004-06-25  Richard Sandiford  <rsandifo@redhat.com>
3708
3709         * gcc.c-torture/execute/20040625-1.c: New test.
3710
3711 2004-06-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3712
3713         * gfortran.fortran-torture/execute/der_init_3.f90: Fix syntax error.
3714
3715 2004-06-25  Richard Sandiford  <rsandifo@redhat.com>
3716
3717         * gcc.dg/torture/mips-div-1.c: New test.
3718
3719 2004-06-24  Jeff Law  <law@redhat.com>
3720
3721         * gcc.dg/tree-ssa/20040624-1.c: New test.
3722
3723 2004-06-24  Richard Sandiford  <rsandifo@redhat.com>
3724
3725         * gcc.c-torture/compile/20040624-1.c: New test.
3726
3727 2004-06-24  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3728
3729         * g++.dg/tree-ssa/tree-ssa.exp: Remove. dg.exp already handles
3730         this directory.
3731
3732 2004-06-23  Andrew Pinski  <apinski@apple.com>
3733
3734         PR middle-end/15988
3735         * g++.dg/opt/ptrmem4.C: New test.
3736
3737         * gcc.dg/c90-array-quals-2.c: New test.
3738
3739 2006-06-23  Nitin Yewale <NitinY@KPITCummins.com>
3740
3741         * gcc.dg/kpice1.c: New test.
3742
3743 2006-06-23  Andrew Pinski  <apinski@apple.com>
3744
3745         * gcc.dg/c90-array-quals.c: New test.
3746
3747 2006-06-22  Richard Henderson  <rth@redhat.com>
3748
3749         * gcc.dg/noreturn-1.c (foo5): Update function does return lineno.
3750
3751 2004-06-22  Loren James Rittle  <ljrittle@acm.org>
3752
3753         * gcc.dg/builtins-config.h: Handle FreeBSD.
3754
3755 2006-06-22  Richard Henderson  <rth@redhat.com>
3756
3757         * g++.dg/opt/devirt1.C: New.
3758
3759 2004-06-22  Kelley Cook <kcook@gcc.gnu.org>
3760
3761         * g++.dg/opt/pr15551.C: New testcase.
3762
3763 2004-06-22  H.J. Lu  <hongjiu.lu@intel.com>
3764
3765         PR target/14800
3766         * gcc.misc-tests/linkage.exp: Set native_cflags to "-m32" for
3767         x86_64-*-linux* when compiling for 32bit.
3768
3769 2004-06-21  Andrew Pinski  <apinski@apple.com>
3770
3771         * gcc.dg/pch/struct-1.c: New.
3772         * gcc.dg/pch/struct-1.hs: New.
3773
3774 2004-06-21  Geoffrey Keating  <geoffk@apple.com>
3775
3776         * gcc.dg/pch/save-temps-1.c: New file.
3777         * gcc.dg/pch/save-temps-1.hs: New file.
3778
3779 2004-06-22  Janne Blomqvist  <jblomqvi@cc.hut.fi>
3780
3781         * gfortran.fortran-torture/execute/iolength_1.f90: New test.
3782         * gfortran.fortran-torture/execute/iolength_3.f90: New test.
3783
3784 2004-06-21  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3785
3786         * gfortran.fortran-torture/execute/select_1.f90: Rename function
3787         to fix type error.
3788         * gfortran.fortran-torture/execute/intrinsic_associated.f90:
3789         Remove trailing spaces.
3790
3791 2004-06-21  Richard Henderson  <rth@redhat.com>
3792
3793         * gcc.dg/tree-ssa/20030714-1.c: Rename variables to avoid
3794         merging && to BIT_FIELD_REF.
3795
3796 2004-06-21  Richard Sandiford  <rsandifo@redhat.com>
3797
3798         * g++.dg/opt/placeholder1.C: New test.
3799
3800 2004-06-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
3801
3802         * gcc.dg/compat/struct-complex-1_x.c: Add dummy symbol.
3803         * gcc.dg/compat/struct-complex-1_y.c: Likewise.
3804         * gcc.dg/compat/union-m128-1_x.c: Likewise.
3805         * gcc.dg/compat/union-m128-1_y.c: Likewise.
3806
3807 2004-06-20  Zack Weinberg  <zack@codesourcery.com>
3808
3809         * g++.dg/expr/enum1.C, g++.dg/opt/const3.C: Declare abort with
3810         extern "C".
3811         * g++.dg/other/pragma-re-1.C: Add comments.
3812
3813 2004-06-19  Bud Davis  <bdavis9659@comcast.net>
3814
3815         PR gfortran/16080
3816         * gfortran.fortran-torture/execute/read_null_string.f90: New file.
3817
3818 2004-06-19  Andrew Pinski  <pinskia@physics.uc.edu>
3819
3820         * g++.dg/lookup/crash3.C: Use __SIZE_TYPE__
3821         instead of setting the type of size_t by
3822         hand.
3823
3824 2004-06-18  Roger Sayle  <roger@eyesopen.com>
3825
3826         * gcc.dg/unordered-2.c: New test case.
3827         * gcc.dg/unordered-3.c: New test case.
3828
3829 2004-06-19  David Billinghurst <David.Billinghurst@riotinto.com>
3830
3831         PR other/16043
3832         * lib/g++.exp (g++_version): Tweak regexp for version
3833         * lib/g77.exp (g77_version): Likewise
3834         * lib/gfortran.exp (gfortran_version): Likewise
3835         * lib/objc.exp (objc_version): Likewise
3836         * lib/treelang.exp (treelang_version): Likewise
3837
3838 2004-06-19  Jakub Jelinek  <jakub@redhat.com>
3839
3840         * gcc.dg/compat/struct-align-2_x.c: Include <limits.h>.
3841         Use INT_MAX instead of __INT_MAX__.
3842         * gcc.dg/compat/struct-align-2_y.c: Likewise.
3843
3844         * gcc.dg/compat/compat-common.h (CINT, CDBL): Define.
3845         * gcc.dg/compat/scalar-return-3_x.c: Use it.
3846         * gcc.dg/compat/scalar-return-3_y.c: Use it.
3847         * gcc.dg/compat/scalar-return-4_x.c: Use it.
3848         * gcc.dg/compat/scalar-return-4_y.c: Use it.
3849         * gcc.dg/compat/scalar-by-value-3_x.c: Use it.
3850         * gcc.dg/compat/scalar-by-value-3_y.c: Use it.
3851         * gcc.dg/compat/scalar-by-value-4_x.c: Use it.
3852         * gcc.dg/compat/scalar-by-value-4_y.c: Use it.
3853
3854         * gcc.dg/range-test-1.c: New test.
3855         * g++.dg/opt/range-test-1.C: New test.
3856
3857 2004-06-17  Richard Henderson  <rth@redhat.com>
3858
3859         * objc.dg/sync-1.m: New.
3860         * objc.dg/try-catch-1.m: Don't force next runtime.
3861         * objc.dg/try-catch-3.m, objc.dg/try-catch-4.m: Likewise.
3862         * objc.dg/try-catch-2.m: Likewise.  Enable everywhere.  Remove
3863         shadowed catch clause.
3864         * objc.dg/try-catch-5.m: New.
3865
3866 2004-06-17  Zack Weinberg  <zack@codesourcery.com>
3867
3868         Bug 14610
3869         * gcc.dg/ia64-float80-1.c, gcc.dg/ia64-float80-2.c: New testcases.
3870
3871 2004-06-15  Richard Henderson  <rth@redhat.com>
3872
3873         * gcc.dg/20001116-1.c: Move expected warning line.
3874
3875 2004-06-15  Richard Henderson  <rth@redhat.com>
3876
3877         * gcc.dg/i386-ssetype-1.c: Remove XFAIL.
3878         * gcc.dg/i386-ssetype-3.c: Remove XFAIL.
3879
3880 2004-06-15  Jeff Law  <law@redhat.com>
3881
3882         * gcc.dg/tree-ssa/20040615-1.c: New test.
3883         * gcc.dg/tree-ssa/20030824-1.c: Update expected output to
3884         be less sensitive to operand ordering.
3885         * gcc.dg/tree-ssa/20030824-2.c: Likewise.
3886
3887 2004-06-16  Danny Smith  <dannysmith@users.sourceforge.net>
3888
3889         * g++.dg/abi/bitfield3.C: Add comment..
3890
3891 2004-06-15  Richard Henderson  <rth@redhat.com>
3892
3893         * g++.dg/ext/stmtexpr1.C: XFAIL.
3894         * gcc.dg/20030612-1.c: XFAIL.
3895
3896 2004-06-15  Eric Christopher  <echristo@redhat.com>
3897
3898         * g++.dg/charset/asm5.c: New.
3899         * gcc.dg/charset/asm6.c: New.
3900
3901 2004-06-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3902
3903         PR fortran/15962
3904         * gfortran.fortran-torture/execute/select_1.f90: New test.
3905
3906 2004-06-15  Paul Brook  <paul@codesourcery.com>
3907
3908         * gcc.dg/arm-mmx-1.c: Use asm to clobber registers.
3909
3910 2004-06-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3911
3912         PR c++/15967
3913         * g++.dg/lookup/crash3.C: New test.
3914
3915 2004-06-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3916
3917         PR c++/15947
3918         * g++.dg/parse/dtor4.C: New test.
3919
3920 2004-06-14  Jeff Law  <law@redhat.com>
3921
3922         * gcc.c-torture/compile/20040614-1.c: New test.
3923
3924 2004-06-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3925
3926         PR fortran/15211
3927         * gfortran.fortran-torture/execute/intrinsic_len.f90: Also test
3928         LEN of a character array.
3929
3930 2004-06-14  Mark Mitchell  <mark@codesourcery.com>
3931
3932         PR c++/15096
3933         * g++.dg/template/ptrmem10.C: New test.
3934
3935         PR c++/14930
3936         * g++.dg/template/friend30.C: New test.
3937
3938 2004-06-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3939
3940         PR fortran/14928
3941         * gfortran.fortran-torture/compile/mloc.f90: New test.
3942
3943 2004-06-13  Paul Brook  <paul@codesourcery.com>
3944
3945         * gfortran.fortran-torture/execute/random_2.f90: New test.
3946
3947 2004-06-13  Eric Christopher  <echristo@redhat.com>
3948
3949         * gcc.dg/noncompile/redecl-1.c: Fix error message.
3950
3951 2004-06-12  Paul Brook  <paul@codesourcery.com>
3952
3953         * gfortran.fortran-torture/execute/contained_3.f90: New test.
3954
3955 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3956
3957         PR fortran/14923
3958         * gfortran.fortran-torture/execute/date_time_1.f90: New test.
3959
3960 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3961
3962         PR fortran/14957
3963         * gfortran.fortran-torture/execute/stack_varsize.f90: Correct
3964         syntax errors in end statements of contained subroutines.
3965
3966 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3967
3968         PR fortran/12841
3969         * gfortran.fortran-torture/execute/null_arg.f90: New test.
3970
3971 2004-06-12  Bud Davis  <bdavis9659@comcast.net>
3972
3973         PR fortran/15665
3974         * gfortran.fortran-torture/execute/getarg_1.f90: New test.
3975
3976 2004-06-12  Bud Davis  <bdavis9659@comcast.net>
3977
3978         PR gfortran/12839
3979         * gfortran.fortran-torture/execute/nan_inf_fmt.f90: New test.
3980
3981 2004-06-11  Mark Mitchell  <mark@codesourcery.com>
3982
3983         PR c++/15862
3984         * g++.dg/parse/enum1.C: New test.
3985
3986 2004-06-10  Jeff Law  <law@redhat.com>
3987
3988         * gcc.c-torture/compile/20040610-1.c: New test.
3989
3990 2004-06-11  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3991
3992         * g++.old-deja/g++.robertl/eb4.C: Adjust error markers.
3993         * g++.old-deja/g++.other/decl3.C: Likewise.
3994
3995 2004-06-10  Brian Booth  <bbooth@redhat.com>
3996
3997         * gcc.dg/tree-ssa/20031015-1.c: Scan for
3998         V_MAY_DEF instead of VDEF.
3999         * gcc.dg/tree-ssa/20040517-1.c: Ditto.
4000
4001 2004-06-10  Mark Mitchell  <mark@codesourcery.com>
4002
4003         PR c++/14211
4004         * g++.dg/conversion/const1.C: New test.
4005
4006         PR c++/15076
4007         * g++.dg/conversion/reinterpret1.C: New test.
4008
4009         PR c++/15877
4010         * g++.dg/template/enum2.C: New test.
4011
4012         PR c++/15227
4013         * g++.dg/template/error13.C: New test.
4014
4015 2004-06-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4016
4017         PR fortran/14957
4018         * gfortran.fortran-torture/execute/intrinsic_scale.f90: Make all
4019         arguments to test_* REAL and of the right size.
4020
4021 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
4022
4023         PR target/15569
4024         PR rtl-optimization/15681
4025         * gcc.dg/20040609-1.c: New test.
4026
4027 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
4028
4029         PR c++/14791
4030         * g++.dg/opt/builtins1.C: New test.
4031
4032 2004-06-10  Danny Smith  <dannysmith@users.sourceforge.net>
4033
4034         * gcc.dg/i386-bitfield1.c: Add mingw32 and cygwin to targets
4035         that use default windows32 struct layout.
4036         * gcc.dg/i386-bitfield2.c: Likewise.
4037
4038 2004-06-09  Danny Smith  <dannysmith@users.sourceforge.net>
4039
4040         * g++.dg/abi/bitfield3.C: Add -mno-align-double compile option
4041         for mingw32 and cygwin targets.
4042
4043 2004-06-09  Geoffrey Keating  <geoffk@apple.com>
4044
4045         * gcc.dg/pch/macro-4.c: New.
4046         * gcc.dg/pch/macro-4.hs: New.
4047
4048 2004-06-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4049
4050         PR fortran/13249
4051         * gfortran.fortran-torture/compile/name_clash.f90: New test.
4052
4053 2004-06-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4054
4055         PR fortran/13372
4056         * gfortran.fortran-torture/compile/named_args_2.f90: New test.
4057
4058 2004-06-09  Bud Davis  <bdavis9659@comcast.net>
4059
4060         PR gfortran/14897
4061         * gfortran.fortran-torture/execute/t_edit.f90: New test.
4062
4063 2004-06-09  Bud Davis  <bdavis9659@comcast.net>
4064
4065         PR gfortran/15755
4066         * gfortran.fortran-torture/execute/backspace.c : New test.
4067
4068 2004-06-09  Paul Brook  <paul@codesourcery.com>
4069
4070         * gfortran.fortran-torture/execure/intrinsic_associated.f90
4071         (pointer_to_section): Rewrite to use smaller array.
4072
4073 2004-06-08  David Edelsohn  <edelsohn@gnu.org>
4074
4075         * gcc.dg/ext/altivec-1.c: XFAIL powerpc-ibm-aix*.
4076         * gcc.dg/ext/altivec-10.c: Same.
4077         * gcc.dg/ext/altivec-11.c: Same.
4078         * gcc.dg/ext/altivec-12.c: Same.
4079         * gcc.dg/ext/altivec-13.c: Same.
4080         * gcc.dg/ext/altivec-14.c: Same.
4081         * gcc.dg/ext/altivec-15.c: Same.
4082         * gcc.dg/ext/altivec-16.c: Same.
4083         * gcc.dg/ext/altivec-3.c: Same.
4084         * gcc.dg/ext/altivec-4.c: Same.
4085         * gcc.dg/ext/altivec-6.c: Same.
4086         * gcc.dg/ext/altivec-7.c: Same.
4087         * gcc.dg/ext/altivec-8.c: Same.
4088         * gcc.dg/ext/altivec-varargs-1.c: Same.
4089
4090         * g++.dg/ext/altivec-1.C: Correct dg syntax.
4091         * g++.dg/ext/altivec-10.C: Same.
4092         * g++.dg/ext/altivec-2.C: Same.
4093         * g++.dg/ext/altivec-3.C: Same.
4094         * g++.dg/ext/altivec-4.C: Same.
4095         * g++.dg/ext/altivec-5.C: Same.
4096         * g++.dg/ext/altivec-6.C: Same.
4097         * g++.dg/ext/altivec-7.C: Same.
4098         * g++.dg/ext/altivec-8.C: Same.
4099         * g++.dg/ext/altivec-9.C: Same.
4100
4101 2004-06-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4102
4103         PR c++/7841
4104         * g++.old-deja/g++.pt/ctor2.C: Add error mark.
4105
4106 2004-06-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
4107
4108         * gcc.dg/union-1.c: New test.
4109
4110 2004-06-07  Roger Sayle  <roger@eyesopen.com>
4111
4112         * gcc.dg/builtins-41.c: New test case.
4113         * gcc.dg/builtins-42.c: New test case.
4114
4115 2004-06-07  David Edelsohn  <edelsohn@gnu.org>
4116
4117         * g++.dg/ext/altivec-1.C: XFAIL powerpc-ibm-aix*.
4118         * g++.dg/ext/altivec-10.C: Same.
4119         * g++.dg/ext/altivec-2.C: Same.
4120         * g++.dg/ext/altivec-3.C: Same.
4121         * g++.dg/ext/altivec-4.C: Same.
4122         * g++.dg/ext/altivec-5.C: Same.
4123         * g++.dg/ext/altivec-6.C: Same.
4124         * g++.dg/ext/altivec-7.C: Same.
4125         * g++.dg/ext/altivec-8.C: Same.
4126         * g++.dg/ext/altivec-9.C: Same.
4127         * g++.old-deja/g++.abi/cxa_vec.C: Same.
4128         * g++.old-deja/g++.brendan/new3.C: Same.
4129         * gcc.c-torture/execute/eeprof-1.x: Same.
4130
4131 2004-06-07  Joseph S. Myers  <jsm@polyomino.org.uk>
4132
4133         PR c/14765
4134         * gcc.dg/pr14765-1.c: New test.
4135
4136 2004-06-07  Roger Sayle  <roger@eyesopen.com>
4137
4138         PR c/14649
4139         * gcc.dg/pr14649-1.c: New test case.
4140
4141 2004-06-07  Richard Henderson  <rth@redhat.com>
4142
4143         * gcc.dg/tree-ssa/20030728-1.c: Fixup return value to not match
4144         if temporaries.
4145
4146 2004-06-07  David Edelsohn  <edelsohn@gnu.org>
4147
4148         * g++.dg/eh/elide1.C: Remove XFAIL.
4149
4150 2004-06-07  Mark Mitchell  <mark@codesourcery.com>
4151
4152         PR c++/15337
4153         * g++.dg/expr/sizeof3.C: New test.
4154
4155         PR c++/14777
4156         * g++.dg/template/access14.C: New test.
4157
4158         PR c++/15554
4159         * g++.dg/template/enum1.C: New test.
4160
4161         PR c++/15057
4162         * g++.dg/eh/throw1.C: New test.
4163
4164 2004-06-07  David Ayers  <d.ayers@inode.at>
4165             Ziemowit Laski  <zlaski@apple.com>
4166
4167         * lib/objc.exp (objc_target_compile): Revert the '-framework
4168         Foundation' flag fix, since bare Darwin does not ship
4169         with the Foundation framework.
4170         * objc/execute/next_mapping.h: Provide a local NSConstantString
4171         @interface and @implementation.
4172         (objc_constant_string_init): A constructor function, used to
4173         initialize the NSConstantString meta-class object.
4174         * objc/execute/string1.m: Include "next_mapping.h" instead of
4175         <Foundation/NSString.h>.
4176         * objc/execute/string2.m: Likewise.
4177         * objc/execute/string3.m: Likewise.
4178         * objc/execute/string4.m: Likewise.
4179
4180 2004-06-06  H.J. Lu  <hongjiu.lu@intel.com>
4181
4182         * gcc.c-torture/execute/ieee/fp-cmp-4.c (FLOAT): New. Default
4183         to double. Replace double with FLOAT.
4184         * gcc.c-torture/execute/ieee/fp-cmp-8.c: Likewise.
4185
4186         * gcc.c-torture/execute/ieee/fp-cmp-4e.c: New file.
4187         * gcc.c-torture/execute/ieee/fp-cmp-4f.c: Likewise.
4188         * gcc.c-torture/execute/ieee/fp-cmp-4l.c: Likewise.
4189         * gcc.c-torture/execute/ieee/fp-cmp-4q.c: Likewise.
4190         * gcc.c-torture/execute/ieee/fp-cmp-8e.c: Likewise.
4191         * gcc.c-torture/execute/ieee/fp-cmp-8f.c: Likewise.
4192         * gcc.c-torture/execute/ieee/fp-cmp-8l.c: Likewise.
4193         * gcc.c-torture/execute/ieee/fp-cmp-8q.c: Likewise.
4194
4195 2004-06-06  Joseph S. Myers  <jsm@polyomino.org.uk>
4196
4197         PR c/13519
4198         * gcc.c-torture/enum-3.c, gcc.dg/pr13519-1.c: New tests.
4199
4200 2004-06-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4201
4202         PR c++/15503
4203         * g++.dg/template/meminit2.C: New test.
4204
4205 2004-06-04  Paolo Bonzini  <bonzini@gnu.org>
4206
4207         PR target/15822
4208         * gcc.c-torture/execute/compare-fp-1.c,
4209         gcc.c-torture/execute/compare-fp-2.c,
4210         gcc.c-torture/execute/compare-fp-3.c,
4211         gcc.c-torture/execute/compare-fp-4.c,
4212         gcc.c-torture/execute/compare-fp-3.x,
4213         gcc.c-torture/execute/compare-fp-4.x: Moved...
4214         * gcc.c-torture/execute/ieee/compare-fp-1.c,
4215         gcc.c-torture/execute/ieee/compare-fp-2.c,
4216         gcc.c-torture/execute/ieee/compare-fp-3.c,
4217         gcc.c-torture/execute/ieee/compare-fp-4.c,
4218         gcc.c-torture/execute/ieee/compare-fp-3.x,
4219         gcc.c-torture/execute/ieee/compare-fp-4.x: ...here.
4220
4221 2004-06-04  David Ayers  <d.ayers@inode.at>
4222
4223         * objc/execute/protocol-isEqual-4.m: New testcase.
4224
4225 2004-06-04  Nicola Pero  <n.pero@mi.flashnet.it>
4226
4227         * objc/execute/protocol-isEqual-1.m: New testcase.
4228         * objc/execute/protocol-isEqual-2.m: New testcase.
4229         * objc/execute/protocol-isEqual-3.m: New testcase.
4230
4231 2004-06-03  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4232
4233         * gfortran.fortran-torture/execute/optstring_1.f90: New testcase.
4234
4235 2004-06-02  Ziemowit Laski  <zlaski@apple.com>
4236
4237         * lib/objc.exp (objc_target_compile): When running tests on
4238         Darwin (Mac OS X), inform the linker about '-framework
4239         'Foundation'.
4240
4241 2004-06-02  Eric Christopher  <echristo@redhat.com>
4242
4243         * gcc.c-torture/compile/20040602-1.c: New.
4244
4245 2004-06-02  Andrew Pinski  <pinskia@physics.uc.edu>
4246
4247         * g++.dg/tree-ssa/ssa-sra-1.C: Fix comment.
4248         * g++.dg/tree-ssa/ssa-sra-2.C: Likewise.
4249
4250         PR tree-optimization/14736
4251         * g++.dg/tree-ssa/ssa-cast-1.C: New Test.
4252
4253         PR tree-optimization/14042
4254         * g++.dg/tree-ssa/ssa-sra-1.C: New Test.
4255
4256         PR tree-optimization/14729
4257         * g++.dg/tree-ssa/ssa-sra-2.C: New Test.
4258
4259 2004-06-02  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4260
4261         PR fortran/15557
4262         * gfortran.fortran-torture/execute/data_3.f90: New testcase.
4263
4264 2004-06-01  Richard Hederson  <rth@redhat.com>
4265
4266         * g++.dg/template/dependent-expr4.C: Use __builtin_offsetof.
4267
4268 2004-06-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4269
4270         PR c++/14932
4271         * g++.dg/parse/offsetof4.C: New test.
4272
4273 2004-06-01  Nicola Pero  <nicola@brainstorm.co.uk>
4274
4275         PR objc/7993
4276         * objc.dg/private-1.m, objc-dg/private-2.m: New testcases.
4277
4278 2004-05-31  Mark Mitchell  <mark@codesourcery.com>
4279
4280         PR c++/15701
4281         * g++.dg/template/friend29.C: New test.
4282
4283 2004-05-31  Joseph S. Myers  <jsm@polyomino.org.uk>
4284
4285         PR c/15749
4286         * gcc.dg/pr15749-1.c, gcc.dg/pr15749-1.h: New test.
4287
4288 2004-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
4289
4290         * gcc.dg/sparc-trap-1.c: New test.
4291
4292 2004-05-31  Roger Sayle  <roger@eyesopen.com>
4293
4294         PR middle-end/15069
4295         * g++.dg/opt/fold3.C: New test case.
4296
4297 2004-05-30  Graham Stott  <graham.stott@btinternet.com>
4298
4299         * lib/target-supports.exp (check_iconv_available): Fix fallout
4300         from 2004-05-28 patch.
4301
4302 2004-05-30  Paul Brook  <paul@codesourcery.com>
4303
4304         PR fortran/15620
4305         * gfortran.fortran-torture/execute/st_function_1.f90: New test.
4306         * gfortran.fortran-torture/execute/st_function_2.f90: New test.
4307
4308 2004-05-30  Steven G. Kargl  <kargls@comcast.net>
4309
4310         * gfortran.fortran-torture/execute/random_1.f90: New test.
4311
4312 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
4313
4314         * g++.dg/ext/altivec-10.C: New test.
4315
4316 2004-05-29  Paul Brook  <paul@codesourcery.com>
4317
4318         * gfortran.fortran-torture/execute/equiv_1.f90: New test.
4319
4320 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
4321
4322         * gcc.dg/altivec-16.c: New test.
4323
4324 2004-05-28  Janis Johnson  <janis187@us.ibm.com>
4325
4326         * lib/target-supports.exp (check_vmx_hw_available): New.
4327         * gcc.dg/vmx/vmx.exp: Use it to determine default action.
4328
4329         * lib/target-supports.exp (check_alias_available,
4330         check_iconv_available, check_named_sections_available): Use
4331         unique names for temporary files.
4332
4333 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
4334
4335         * gcc.dg/altivec-15.c: New test.
4336
4337 2004-05-28  Mark Mitchell  <mark@codesourcery.com>
4338
4339         PR c++/15083
4340         * g++.dg/warn/noeffect6.C: New test.
4341
4342         PR c++/15471
4343         * g++.dg/expr/ptrmem4.C: New test.
4344
4345         PR c++/15640
4346         * g++.dg/template/operator3.C: New test.
4347
4348 2004-05-28  Mark Mitchell  <mark@codesourcery.com>
4349
4350         PR c++/14668
4351         * g++.dg/lookup/redecl1.C: New test.
4352         * g++.old-deja/g++.benjamin/tem04.C: Add error marker.
4353
4354 2004-05-28  Paolo Bonzini  <bonzini@gnu.org>
4355
4356         * gcc.c-torture/execute/compare-fp-1.c,
4357         gcc.c-torture/execute/compare-fp-2.c,
4358         gcc.c-torture/execute/compare-fp-3.c,
4359         gcc.c-torture/execute/compare-fp-4.c,
4360         gcc.c-torture/execute/compare-fp-3.x,
4361         gcc.c-torture/execute/compare-fp-4.x,
4362         gcc.dg/pr15649-1.c: New.
4363
4364 2004-05-27  Adam Nemet  <anemet@lnxw.com>
4365
4366         PR c++/12883
4367         * g++.dg/init/array14.C: New test.
4368
4369 2004-05-25  Janis Johnson  <janis187@us.ibm.com>
4370
4371         * lib/compat.exp (compat-get-options-main): New.
4372         (compat-get-options): Remove unneeded code, warn for ignored
4373         command.
4374         (compat-execute): Check flag set by dg-require-* commands.
4375
4376         * lib/compat.exp (compat-execute): Break up long lines.
4377
4378 2004-05-24  Janis Johnson  <janis187@us.ibm.com>
4379
4380         * gcc.dg/altivec-7.c: Don't use 'vector long'.
4381         * gcc.dg/altivec-14.c: New test.
4382         * g++.dg/ext/altivec-7.C: Don't use 'vector long'.
4383
4384         * gcc.dg/altivec-6.c: Use -maltivec, don't limit to darwin.
4385         * gcc.dg/altivec-12.c: Ditto.
4386
4387         * gcc.dg/altivec-3.c: Move call to altivec_check.
4388
4389 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
4390
4391         PR c++/15044
4392         * g++.dg/template/error12.C: New test.
4393
4394         PR c++/15317
4395         * g++.dg/ext/attrib15.C: New test.
4396
4397         PR c++/15329
4398         * g++.dg/template/ptrmem9.C: New test.
4399
4400 2004-05-25  Paul Brook  <paul@codesourcery.com>
4401
4402         * gfortran.fortran-torture/compile/inquiry_1.f90: New test.
4403
4404 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
4405
4406         PR c++/15165
4407         * g++.dg/template/crash19.C: New test.
4408
4409 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
4410
4411         PR c++/15025
4412         * g++.dg/template/redecl1.C: New test.
4413
4414 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
4415
4416         PR c++/14821
4417         * g++.dg/other/ns1.C: New test.
4418
4419         PR c++/14883
4420         * g++.dg/template/invalid1.C: New test.
4421
4422 2004-05-23  Paul Brook  <paul@codesourcery.com>
4423         Victor Leikehman  <lei@haifasphere.co.il>
4424
4425         * gfortran.fortran-torture/execute/common_init_1.f90: New test.
4426         * gfortran.fortran-torture/execute/equiv_init.f90: New test.
4427
4428 2004-05-22  Mark Mitchell  <mark@codesourcery.com>
4429
4430         PR c++/15285
4431         PR c++/15299
4432         * g++.dg/template/non-dependent5.C: New test.
4433         * g++.dg/template/non-dependent6.C: New test.
4434
4435 2004-05-22  Mark Mitchell  <mark@codesourcery.com>
4436
4437         PR c++/15507
4438         * g++.dg/inherit/union1.C: New test.
4439
4440         PR c++/15542
4441         * g++.dg/template/addr1.C: New test.
4442
4443         PR c++/15427
4444         * g++.dg/template/array5.C: New test.
4445
4446         PR c++/15287
4447         * g++.dg/template/array6.C: New test.
4448
4449 2004-05-22  Wolfgang Bangerth  <bangerth@dealii.org>
4450             Roger Sayle  <roger@eyesopen.com>
4451
4452         * g++.dg/lookup/forscope2.C: New test case.
4453
4454 2004-05-22  Ben Elliston  <bje@au.ibm.com>
4455
4456         * gcc.dg/cpp/Wmissingdirs.c: New.
4457
4458 2004-05-20  H.J. Lu  <hongjiu.lu@intel.com>
4459
4460         PR target/15301
4461         * gcc.dg/compat/union-m128-1.h: New file.
4462         * gcc.dg/compat/union-m128-1_main.c: Likewise.
4463         * gcc.dg/compat/union-m128-1_x.c: Likewise.
4464         * gcc.dg/compat/union-m128-1_y.c: Likewise.
4465
4466 2004-05-20  H.J. Lu  <hongjiu.lu@intel.com>
4467
4468         PR target/15302
4469         * gcc.dg/compat/struct-complex-1.h: New file.
4470         * gcc.dg/compat/struct-complex-1_main.c: Likewise.
4471         * gcc.dg/compat/struct-complex-1_x.c: Likewise.
4472         * gcc.dg/compat/struct-complex-1_y.c: Likewise.
4473
4474 2004-05-20  Roger Sayle  <roger@eyesopen.com>
4475
4476         PR middle-end/3074
4477         * gcc.dg/pr3074-1.c: New test case.
4478         * gcc.dg/sequence-pt-1.c: Remove an XFAIL.
4479
4480 2004-05-20  Falk Hueffner  <falk@debian.org>
4481
4482         PR other/15526
4483         * gcc.dg/ftrapv-1.c: New test case.
4484
4485 2004-05-18  Feng Wang  <fengwang@nudt.edu.cn>
4486
4487         * gfortran.fortran-torture/execute/power.f90: Test constant integers.
4488
4489 2004-05-18  Andrew Pinski  <pinskia@physics.uc.edu>
4490             Jeff Law  <law@redhat.com>
4491
4492         * gcc.dg/tree-ssa/20040514-2.c: Update expected output.
4493         * gcc.dg/tree-ssa/20040518-2.c: New test.
4494
4495         * gcc.dg/tree-ssa/20040518-1.c: New test.
4496
4497 2004-05-18  Zack Weinberg  <zack@codesourcery.com>
4498
4499         * gcc.c-torture/execute/991216-3.c: Delete, duplicate of 991216-2.c.
4500
4501 2004-05-18  Paul Brook  <paul@codesourcery.com>
4502
4503         PR fortran/13930
4504         * gfortran.fortran-torture/execute/der_init_4.f90: New test.
4505
4506 2004-05-18  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4507
4508         * gfortran.fortran-torture/execute/cmplx.f90: Add test for bug in
4509         constant folding.
4510
4511 2004-05-17  Steven Bosscher  <stevenb@suse.de>
4512
4513         * gcc.dg/tree-ssa/20040517-1.c: New test.
4514
4515 2004-05-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4516
4517         * gcc.dg/loop-4.c: New test.
4518
4519 2004-05-15  Andrew Pinski  <pinskia@physics.uc.edu>
4520
4521         * gcc.dg/tree-ssa/20040514-1.c: Add '}' that was forgotten.
4522
4523 2004-05-15  Bud Davis  <bdavis9659@comcast.net>
4524
4525         PR fortran/15311
4526         * gfortran.fortran-torture/execute/write_a_1.f90: New test.
4527
4528 2004-05-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4529
4530         PR fortran/13826
4531         PR fortran/13940
4532         * gfortran.fortran-torture/compile/data_1.f90: New test.
4533
4534 2004-05-15  Ulrich Weigand  <uweigand@de.ibm.com>
4535
4536         * gcc.dg/const-elim-1.c: Remove XFAIL for s390*-*-*.
4537         * gcc.dg/uninit-H.c: Define ASM for __s390__.
4538
4539 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
4540
4541         * gcc.c-torture/execute/20000603-1.c: Update WG14 URL.
4542
4543 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
4544
4545         PR c/15444
4546         * gcc.dg/format/xopen-1.c: Adjust expected message.
4547         * gcc.dg/format/xopen-3.c: New test.
4548
4549 2004-05-14  Victor Leikehman  <lei@haifasphere.co.il>
4550
4551         * gfortran.fortran-torture/execute/def_init_3.f90: New test.
4552
4553 2004-05-14  Jeff Law  <law@redhat.com>
4554
4555         * gcc.dg/tree-ssa/20040514-2.c: New test.
4556
4557 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4558
4559         * gfortran.fortran-torture/compile/noncontinuation_1.f90: Rename
4560         this ...
4561         * gfortran.fortran-torture/compile/noncontinuation_1.f: ... to
4562         this.
4563
4564 2004-05-14  Andrew Pinski  <pinskia@physics.uc.edu>
4565
4566         * gcc.dg/tree-ssa/20040514-1.c: New test.
4567
4568 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4569
4570         * gfortran.fortran-torture/compile/noncontinuation_1.f90: New
4571         test.
4572
4573 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4574
4575         PR fortran/14066
4576         * gfortran.fortran-torture/compile/do_1.f90: New test.
4577
4578 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4579
4580         PR fortran/15051
4581         * gfortran.fortran-torture/compile/empty_interface_1.f90: New
4582         test.
4583
4584 2004-05-14  Bud Davis  <bdavis9659@comcast.net>
4585
4586         PR fortran/15149
4587         * gfortran.fortran-torture/execute/random_init.f90: New test.
4588
4589 2004-05-13  Paul Brook  <paul@codesourcery.com>
4590
4591         PR fortran/15314
4592         * gfortran.fortran-torture/execute/der_init_s.f90: New test.
4593
4594 2004-05-13  Andrew Pinski  <pinskia@physics.uc.edu>
4595
4596         * gcc.dg/uninit-H.c: Test for __PPC__ and __ppc__
4597         for the powerpc case.
4598
4599 2004-05-13  Jeff Law  <law@redhat.com>
4600
4601         * gcc.dg/tree-ssa/20040513-1.c: New test.
4602         * gcc.dg/tree-ssa/20040513-2.c: New test.
4603
4604 2004-05-13  Paul Brook  <paul@codesourcery.com>
4605
4606         * gcc.dg/tree-ssa/20030808-1.c: Force enum size.
4607         * gcc.dg/tree-ssa/20030714-1.c: Ditto.
4608         * gcc.dg/tree-ssa/20030708-1.c: Ditto.
4609
4610 2004-05-13  Andreas Schwab  <schwab@suse.de>
4611
4612         PR other/10819
4613         * lib/gfortran.exp (gfortran_version): Do not match NL/CR
4614         characters.
4615
4616 2004-05-13  Bud Davis  <bdavis9659@comcast.net>
4617
4618         PR fortran/15294
4619         * gfortran.fortran-torture/execute/adjustr.f90: New file.
4620
4621 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
4622
4623         Merge from tree-ssa-20020619-branch.  See
4624         ChangeLog.tree-ssa for details.
4625
4626 2004-05-11  Ziemowit Laski  <zlaski@apple.com>
4627
4628         * g++.dg/ext/altivec-8.C: Use '-maltivec' instead of '-faltivec';
4629         include <altivec.h> explicitly.
4630         * gcc.dg/altivec-13.c: Likewise.
4631
4632 2004-05-11  Paul Brook  <paul@codesourcery.com>
4633
4634         * gcc.c-torture/compile/20010518-1.c: Force enum size.
4635
4636 2004-05-10  Eric Christopher  <echristo@redhat.com>
4637
4638         * gcc.dg/sibcall-3.c: Remove xfail for mips*-*-elf.
4639         * gcc.dg/sibcall-4.c: Ditto.
4640
4641 2004-05-10  Ziemowit Laski  <zlaski@apple.com>
4642
4643         * g++.dg/ext/altivec-8.C: New test case.
4644         * gcc.dg/altivec-13.c: New test case.
4645
4646 2004-05-08  Roger Sayle  <roger@eyesopen.com>
4647
4648         * gcc.c-torture/execute/divcmp-1.c: New test case.
4649         * gcc.c-torture/execute/divcmp-2.c: New test case.
4650         * gcc.c-torture/execute/divcmp-3.c: New test case.
4651
4652 2004-05-07  Eric Botcazou <ebotcazou@libertysurf.fr>
4653
4654         * g++.dg/other/pragma-re-2.C: New test.
4655
4656 2004-05-07  Uros Bizjak  <uros@kss-loka.si>
4657
4658         * gcc.dg/i386-387-1.c: Add new test for __builtin_fmod.
4659         * gcc.dg/i386-387-2.c: Likewise.
4660
4661         * gcc.dg/i386-387-5.c: Add new tests for __builtin_log1p and
4662         __builtin_drem.
4663         * gcc.dg/i386-387-6.c: Likewise.
4664
4665 2004-05-07  Uros Bizjak  <uros@kss-loka.si>
4666
4667         * gcc.dg/builtins-33.c:  Also check log1p*.
4668
4669 2004-05-07  Hans-Peter Nilsson  <hp@axis.com>
4670
4671         PR optimization/15296
4672         * gcc.c-torture/execute/pr15296.c: New test.
4673
4674 2004-05-05  Uros Bizjak  <uros@kss-loka.si>
4675
4676         * gcc.dg/builtins-40.c: New test.
4677
4678 2004-05-05  Richard Sandiford  <rsandifo@redhat.com>
4679
4680         * gcc.dg/torture/mips-hilo-2.c: Provide dummy __mips16 version.
4681
4682 2004-05-04  Paolo Bonzini  <bonzini@gnu.org>
4683
4684         * g++.dg/ext/spe1.C: New testcase.
4685
4686 2004-05-04  Ziemowit Laski  <zlaski@apple.com>
4687
4688         * objc.dg/image-info.m: Allow additional attributes
4689         for __image_info section.
4690
4691 2004-05-04  Richard Sandiford  <rsandifo@redhat.com>
4692
4693         * gcc.dg/torture/mips-hilo-2.c: New test.
4694
4695 2004-05-03  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4696
4697         PR c++/14389
4698         * g++.dg/template/member5.C: New test.
4699
4700 2004-05-03  Uros Bizjak  <uros@kss-loka.si>
4701
4702         * gcc.dg/builtins-34.c: Also check expm1*.
4703
4704 2004-05-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4705
4706         * gcc.dg/torture/builtin-integral-1.c: Reorg and add more cases.
4707         * gcc.dg/torture/builtin-convert-3.c: New test.
4708
4709 2004-05-01  Ulrich Weigand  <uweigand@de.ibm.com>
4710
4711         PR middle-end/15054
4712         * g++.dg/opt/pr15054.C: New test.
4713
4714 2004-04-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4715
4716         * gcc.dg/torture/builtin-rounding-1.c: New test.
4717         * gcc.dg/builtins-25.c: Delete.
4718         * gcc.dg/builtins-29.c: Delete.
4719
4720 2004-04-29  Andreas Krebbel  <krebbel1@de.ibm.com>
4721
4722         * gcc.dg/sibcall-3.c: Delete s390 from expected fail list.
4723         * gcc.dg/sibcall-4.c: Likewise.
4724         * gcc.dg/sibcall-6.c: Enable s390 as test platform.
4725
4726 2004-04-30  Kazu Hirata  <kazu@cs.umass.edu>
4727
4728         * gcc.c-torture/execute/20040331-1.c: Don't use too wide a
4729         bit-field on 16-bit targets.
4730
4731 2004-04-30  Kazu Hirata  <kazu@cs.umass.edu>
4732
4733         * gcc.c-torture/execute/20040409-2.c: Fix constants used on
4734         16-bit targets.
4735
4736 2004-04-30  Andrew Pinski  <pinskia@physics.uc.edu>
4737
4738         * gcc.dg/rs6000-power2-1.c: Change to compile only.
4739         * gcc.dg/rs6000-power2-2.c: Likewise.
4740
4741 2004-04-29  Andrew Pinski  <pinskia@physics.uc.edu>
4742
4743         * gcc.dg/rs6000-power2-1.c: Change the options to be more correct.
4744         * gcc.dg/rs6000-power2-2.c: Change the options to be more correct.
4745         Change the asm registers to be in form of frN instead of fN.
4746
4747 2004-04-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4748
4749         * gcc.dg/torture/builtin-convert-2.c: New test.
4750
4751 2004-04-28  Andrew Pinski  <pinskia@physics.uc.edu>
4752
4753         * gcc.dg/rs6000-power2-1.c: New test.
4754         * gcc.dg/rs6000-power2-2.c: New test.
4755
4756 2004-04-28  Jan Hubicka  <jh@suse.cz>
4757
4758         * gcc.dg/unused-6.c: New test.
4759
4760 2004-04-24  Laurent GUERBY  <laurent@guerby.net>
4761             Ulrich Weigand  <uweigand@de.ibm.com>
4762
4763         * ada/acats/run_all.sh: Define $target variable.
4764
4765 2004-04-26  Andrew Pinski  <pinskia@physics.uc.edu>
4766
4767         PR c++/15119
4768         * g++.dg/other/vararg-1.C: New test.
4769
4770         PR c++/4794
4771         * g++.dg/eh/cleanup3.C: New test.
4772
4773 2004-04-24  Laurent GUERBY <laurent@guerby.net>
4774
4775         * ada/acats/run_all.sh: Handle cd2a83c, cd2a91c (target_bit)
4776         and ad8011a (target_insn).
4777         * ada/acats/support/macro.dfs: Likewise.
4778         * ada/acats/support/impbit.adb: New file.
4779
4780 2004-04-23  Ulrich Weigand  <uweigand@de.ibm.com>
4781
4782         * gcc.dg/const-elim-1.c: XFAIL on s390*-*-*.
4783
4784 2004-04-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
4785
4786         * gcc.dg/loop-3.c: New test.
4787
4788 2004-04-23  Daniel Jacobowitz  <drow@mvista.com>
4789
4790         * gcc.c-torture/execute/simd-5.c: New test.
4791
4792 2004-04-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4793
4794         PR c++/15064
4795         * g++.dg/template/crash18.C: New test.
4796
4797 2004-04-22  Mark Mitchell  <mark@codesourcery.com>
4798
4799         * g++.dg/ext/complit3.C: New test.
4800
4801 2004-04-21  Aldy Hernandez  <aldyh@redhat.com>
4802
4803         * gcc.dg/altivec-1.c: XFAIL for powerpc-eabispe.
4804         * gcc.dg/altivec-3.c: Same.
4805         * gcc.dg/altivec-varargs-1.c: Same.
4806
4807 2004-04-21  Aldy Hernandez  <aldyh@redhat.com>
4808
4809         * lib/target-supports.exp (check_profiling_available): Assume
4810         profiling is not available on powerpc-eabi targets.
4811
4812 2004-04-21  Janis Johnson  <janis187@us.ibm.com>
4813
4814         * gcc.dg/vmx/1c-01.c: Use ptrdiff_t for casts of pointers.
4815         * gcc.dg/vmx/bug-1.c: Ditto.
4816
4817 2004-04-20  Eric Christopher  <echristo@redhat.com>
4818
4819         * gcc.dg/charset/extern.c: New test.
4820         * g++.dg/charset/extern3.cc: Ditto.
4821
4822 2004-04-20  Uros Bizjak  <uros@kss-loka.si>
4823
4824         * gcc.dg/builtins-39.c: New test.
4825
4826 2004-04-20  Aldy Hernandez  <aldyh@redhat.com>
4827
4828         * gcc.dg/vmx/vmx.exp: Change DEFAULT_CFLAGS to DEFAULT_VMXCFLAGS.
4829
4830 2004-04-20  Richard Sandiford  <rsandifo@redhat.com>
4831
4832         * gcc.dg/torture/mips-hilo-1.c: New test.
4833
4834 2004-04-19  Andrew Pinski  <pinskia@physics.uc.edu>
4835
4836         * gcc.c-torture/compile/20040419-1.c: New test.
4837
4838 2004-04-18  Aldy Hernandez  <aldyh@redhat.com>
4839
4840         * gcc.dg/vmx/varargs-1.c: Handle when printf outputs \r\n.
4841
4842 2004-04-18  Zack Weinberg  <zack@codesourcery.com>
4843             Aldy Hernandez  <aldyh@redhat.com>
4844
4845         * gcc.c-torture/execute/va-arg-24.c: New.
4846
4847 2004-04-17  Zack Weinberg  <zack@codesourcery.com>
4848             Aldy Hernandez  <aldyh@redhat.com>
4849
4850         * gcc.dg/vmx/1b-01.c: New.
4851         * gcc.dg/vmx/1b-02.c: New.
4852         * gcc.dg/vmx/1b-03.c: New.
4853         * gcc.dg/vmx/1b-04.c: New.
4854         * gcc.dg/vmx/1b-05.c: New.
4855         * gcc.dg/vmx/1b-06.c: New.
4856         * gcc.dg/vmx/1b-07.c: New.
4857         * gcc.dg/vmx/1c-01.c: New.
4858         * gcc.dg/vmx/1c-02.c: New.
4859         * gcc.dg/vmx/3a-01a.c: New.
4860         * gcc.dg/vmx/3a-01.c: New.
4861         * gcc.dg/vmx/3a-01m.c: New.
4862         * gcc.dg/vmx/3a-03.c: New.
4863         * gcc.dg/vmx/3a-03m.c: New.
4864         * gcc.dg/vmx/3a-04.c: New.
4865         * gcc.dg/vmx/3a-04m.c: New.
4866         * gcc.dg/vmx/3a-05.c: New.
4867         * gcc.dg/vmx/3a-06.c: New.
4868         * gcc.dg/vmx/3a-06m.c: New.
4869         * gcc.dg/vmx/3a-07.c: New.
4870         * gcc.dg/vmx/3b-01.c: New.
4871         * gcc.dg/vmx/3b-02.c: New.
4872         * gcc.dg/vmx/3b-10.c: New.
4873         * gcc.dg/vmx/3b-13.c: New.
4874         * gcc.dg/vmx/3b-14.c: New.
4875         * gcc.dg/vmx/3b-15.c: New.
4876         * gcc.dg/vmx/3c-01a.c: New.
4877         * gcc.dg/vmx/3c-01.c: New.
4878         * gcc.dg/vmx/3c-02.c: New.
4879         * gcc.dg/vmx/3c-03.c: New.
4880         * gcc.dg/vmx/3d-01.c: New.
4881         * gcc.dg/vmx/4-01.c: New.
4882         * gcc.dg/vmx/4-03.c: New.
4883         * gcc.dg/vmx/5-01.c: New.
4884         * gcc.dg/vmx/5-02.c: New.
4885         * gcc.dg/vmx/5-03.c: New.
4886         * gcc.dg/vmx/5-04.c: New.
4887         * gcc.dg/vmx/5-05.c: New.
4888         * gcc.dg/vmx/5-06.c: New.
4889         * gcc.dg/vmx/5-07.c: New.
4890         * gcc.dg/vmx/5-07t.c: New.
4891         * gcc.dg/vmx/5-08.c: New.
4892         * gcc.dg/vmx/5-10.c: New.
4893         * gcc.dg/vmx/5-11.c: New.
4894         * gcc.dg/vmx/7-01a.c: New.
4895         * gcc.dg/vmx/7-01.c: New.
4896         * gcc.dg/vmx/7c-01.c: New.
4897         * gcc.dg/vmx/7d-01.c: New.
4898         * gcc.dg/vmx/7d-02.c: New.
4899         * gcc.dg/vmx/8-01.c: New.
4900         * gcc.dg/vmx/8-02a.c: New.
4901         * gcc.dg/vmx/8-02.c: New.
4902         * gcc.dg/vmx/brode-1.c: New.
4903         * gcc.dg/vmx/bug-1.c: New.
4904         * gcc.dg/vmx/bug-2.c: New.
4905         * gcc.dg/vmx/bug-3.c: New.
4906         * gcc.dg/vmx/cw-bug-1.c: New.
4907         * gcc.dg/vmx/cw-bug-2.c: New.
4908         * gcc.dg/vmx/cw-bug-3.c: New.
4909         * gcc.dg/vmx/dct.c: New.
4910         * gcc.dg/vmx/debug-1.c: New.
4911         * gcc.dg/vmx/debug-2.c: New.
4912         * gcc.dg/vmx/debug-3.c: New.
4913         * gcc.dg/vmx/debug-4.c: New.
4914         * gcc.dg/vmx/dos-bug-1-gdb.c: New.
4915         * gcc.dg/vmx/dos-bug-2-gdb.c: New.
4916         * gcc.dg/vmx/eg-5.c: New.
4917         * gcc.dg/vmx/fft.c: New.
4918         * gcc.dg/vmx/gcc-bug-1.c: New.
4919         * gcc.dg/vmx/gcc-bug-2.c: New.
4920         * gcc.dg/vmx/gcc-bug-3.c: New.
4921         * gcc.dg/vmx/gcc-bug-4.c: New.
4922         * gcc.dg/vmx/gcc-bug-5.c: New.
4923         * gcc.dg/vmx/gcc-bug-6.c: New.
4924         * gcc.dg/vmx/gcc-bug-7.c: New.
4925         * gcc.dg/vmx/gcc-bug-8.c: New.
4926         * gcc.dg/vmx/gcc-bug-9.c: New.
4927         * gcc.dg/vmx/gcc-bug-b.c: New.
4928         * gcc.dg/vmx/gcc-bug-c.c: New.
4929         * gcc.dg/vmx/gcc-bug-d.c: New.
4930         * gcc.dg/vmx/gcc-bug-e.c: New.
4931         * gcc.dg/vmx/gcc-bug-f.c: New.
4932         * gcc.dg/vmx/gcc-bug-g.c: New.
4933         * gcc.dg/vmx/gcc-bug-i.c: New.
4934         * gcc.dg/vmx/harness.h: New.
4935         * gcc.dg/vmx/ira1.c: New.
4936         * gcc.dg/vmx/ira2a.c: New.
4937         * gcc.dg/vmx/ira2b.c: New.
4938         * gcc.dg/vmx/ira2.c: New.
4939         * gcc.dg/vmx/ira2c.c: New.
4940         * gcc.dg/vmx/mem.c: New.
4941         * gcc.dg/vmx/newton-1.c: New.
4942         * gcc.dg/vmx/ops.c: New.
4943         * gcc.dg/vmx/sn7153.c: New.
4944         * gcc.dg/vmx/spill2.c: New.
4945         * gcc.dg/vmx/spill3.c: New.
4946         * gcc.dg/vmx/spill.c: New.
4947         * gcc.dg/vmx/t.c: New.
4948         * gcc.dg/vmx/varargs-1.c: New.
4949         * gcc.dg/vmx/varargs-2.c: New.
4950         * gcc.dg/vmx/varargs-3.c: New.
4951         * gcc.dg/vmx/varargs-4.c: New.
4952         * gcc.dg/vmx/varargs-5.c: New.
4953         * gcc.dg/vmx/varargs-6.c: New.
4954         * gcc.dg/vmx/varargs-7.c: New.
4955         * gcc.dg/vmx/vmx.exp: New.
4956         * gcc.dg/vmx/vprint-1.c: New.
4957         * gcc.dg/vmx/vscan-1.c: New.
4958         * gcc.dg/vmx/x-01.c: New.
4959         * gcc.dg/vmx/x-02.c: New.
4960         * gcc.dg/vmx/x-03.c: New.
4961         * gcc.dg/vmx/x-04.c: New.
4962         * gcc.dg/vmx/x-05.c: New.
4963         * gcc.dg/vmx/yousufi-1.c: New.
4964         * gcc.dg/vmx/zero-1.c: New.
4965         * gcc.dg/vmx/zero.c: New.
4966
4967 2004-04-17  Andrew Pinski  <pinskia@physics.uc.edu>
4968
4969         * g++.dg/lookup/java1.C: Update for chage of
4970         _Jv_AllocObject.
4971         * g++.dg/lookup/java2.C: Likewise.
4972
4973 2004-04-17  Laurent GUERBY <laurent@guerby.net>
4974
4975         * ada/acats/run_all.sh: use -O2 by default.
4976
4977 2004-04-17  Richard Sandiford  <rsandifo@redhat.com>
4978
4979         * gcc.dg/vr-mult-[12].c: New tests.
4980
4981 2004-04-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4982
4983         * gcc.dg/funcorder.c: XFAIL hppa*64*-*-*.
4984
4985         * gcc.dg/const-elim-1.c: XFAIL hppa-*-*.
4986
4987 2004-04-15  Richard Sandiford  <rsandifo@redhat.com>
4988
4989         * lib/target-supports.exp (check_profiling_available): Assume profiling
4990         isn't available for mips*-*-elf targets.
4991
4992 2004-04-14  Uros Bizjak  <uros@kss-loka.si>
4993
4994         * gcc.dg/builtins-38.c: New test.
4995
4996 2004-04-14  Eric Christopher  <echristo@redhat.com>
4997
4998         * g++.dg/charset/charset.exp: Run .cc extension tests.
4999
5000 2004-04-14  Zack Weinberg  <zack@codesourcery.com>
5001
5002         * gcc.dg/const-elim-1.c: XFAIL hppa*.*-*-* (PA32).  Update commentary.
5003
5004 2004-04-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5005
5006         * gcc.dg/torture/builtin-ctype-2.c: Test builtin isdigit.
5007
5008 2004-04-13  Uros Bizjak  <uros@kss-loka.si>:
5009
5010         * gcc.dg/i386-387-1.c: Add new test for __builtin_tan.
5011         * gcc.dg/i386-387-2.c: Likewise.
5012
5013         * gcc.dg/i386-387-7.c: New test.
5014         * gcc.dg/i386-387-8.c: New test.
5015
5016         * gcc.dg/builtins-37.c: New test.
5017
5018 2004-04-13  Geoffrey Keating  <geoffk@apple.com>
5019
5020         * g++.dg/pch/externc-1.C: Add missing semicolon.
5021
5022 2004-04-13  Aldy Hernandez  <aldyh@redhat.com>
5023
5024         * gcc.c-torture/execute/20020720-1.x: XFAIL for powerpc-*-*spe.
5025
5026 2004-04-12  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5027
5028         * gcc.c-torture/execute/20040411-1.c: New test.
5029
5030 2004-04-10  Joseph S. Myers  <jsm@polyomino.org.uk>
5031
5032         * gcc.dg/c90-intprom-1.c, gcc.dg/c99-intprom-1.c: New tests.
5033
5034 2004-04-09  Chris Demetriou  <cgd@broadcom.com>
5035
5036         * g++.dg/other/packed1.C: Mark xfail for mips*- not mips-.
5037
5038 2004-04-09  Zack Weinberg  <zack@codesourcery.com>
5039
5040         * lib/target-supports.exp (check_named_sections_available): New.
5041         * lib/gcc-dg.exp (dg-require-named-sections): New.
5042         * lib/prune.exp (prune_gcc_output): Incorporate prunes from
5043         old-deja.exp.  Also prune error-count message from HP linker.
5044         * g++.old-deja/old-deja.exp (g++-dg-prune): Delete.
5045
5046         * g++.dg/init/init-ref4.C: Use dg-require-weak.
5047         * g++.old-deja/g++.pt/static3.C: Likewise.
5048         * g++.dg/parse/attr-ctor1.C: Use dg-require-named-sections.
5049
5050 2004-04-09  Roger Sayle  <roger@eyesopen.com>
5051
5052         * gcc.c-torture/execute/20040409-1.c: New test case.
5053         * gcc.c-torture/execute/20040409-2.c: New test case.
5054         * gcc.c-torture/execute/20040409-3.c: New test case.
5055
5056 2004-04-09  Andrew Pinski  <pinskia@physics.uc.edu>
5057
5058         * gcc.dg/20040409-1.c: New test.
5059
5060 2004-04-08  Roger Sayle  <roger@eyesopen.com>
5061
5062         PR target/14888
5063         * g++.dg/opt/pr14888.C: New test case.
5064
5065 2004-04-08  Geoffrey Keating  <geoffk@apple.com>
5066
5067         * gcc.dg/pch/valid-1.c, gcc.dg/pch/valid-2.c, gcc.dg/pch/valid-3.c,
5068         gcc.dg/pch/valid-4.c, gcc.dg/pch/valid-5.c, gcc.dg/pch/valid-6.c,
5069         gcc.dg/pch/valid-1.hs, gcc.dg/pch/valid-2.hs, gcc.dg/pch/valid-3.hs,
5070         gcc.dg/pch/valid-4.hs, gcc.dg/pch/valid-5.hs, gcc.dg/pch/valid-6.hs:
5071         New tests.
5072
5073 2004-04-08  Paul Brook  <paul@codesourcery.com>
5074
5075         * gcc.dg/spill-1.c: New test.
5076
5077 2004-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5078
5079         * gcc.dg/torture/builtin-ctype-2.c: New test.
5080
5081 2004-04-07  Ian Lance Taylor  <ian@wasabisystems.com>
5082
5083         * gcc.dg/pch/pch.exp: Add largefile test.
5084
5085 2004-04-06  Geoffrey Keating  <geoffk@apple.com>
5086
5087         * g++.dg/pch/externc-1.Hs: New.
5088         * g++.dg/pch/externc-1.C: New.
5089
5090 2004-04-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5091
5092         * gcc.dg/compat/struct-by-value-5a_main.c,
5093         gcc.dg/compat/struct-by-value-5b_main.c: New files.
5094         * gcc.dg/compat/struct-by-value-5_main.c: Delete.
5095         * gcc.dg/compat/struct-by-value-5a_x.c,
5096         gcc.dg/compat/struct-by-value-5b_x.c: New, split out from
5097         gcc.dg/compat/struct-by-value-5_x.c.
5098         * gcc.dg/compat/struct-by-value-5a_y.c,
5099         gcc.dg/compat/struct-by-value-5b_y.c: New, split out from
5100         gcc.dg/compat/struct-by-value-5_y.c.
5101
5102         * gcc.dg/compat/struct-by-value-6a_main.c,
5103         gcc.dg/compat/struct-by-value-6b_main.c: New files.
5104         * gcc.dg/compat/struct-by-value-6_main.c: Delete.
5105         * gcc.dg/compat/struct-by-value-6a_x.c,
5106         gcc.dg/compat/struct-by-value-6b_x.c: New, split out from
5107         gcc.dg/compat/struct-by-value-6_x.c.
5108         * gcc.dg/compat/struct-by-value-6a_y.c,
5109         gcc.dg/compat/struct-by-value-6b_y.c: New, split out from
5110         gcc.dg/compat/struct-by-value-6_y.c.
5111
5112         * gcc.dg/compat/struct-by-value-7a_main.c,
5113         gcc.dg/compat/struct-by-value-7b_main.c: New files.
5114         * gcc.dg/compat/struct-by-value-7_main.c: Delete.
5115         * gcc.dg/compat/struct-by-value-7a_x.c,
5116         gcc.dg/compat/struct-by-value-7b_x.c: New, split out from
5117         gcc.dg/compat/struct-by-value-7_x.c.
5118         * gcc.dg/compat/struct-by-value-7a_y.c,
5119         gcc.dg/compat/struct-by-value-7b_y.c: New, split out from
5120         gcc.dg/compat/struct-by-value-7_y.c.
5121
5122 2004-04-06  Jakub Jelinek  <jakub@redhat.com>
5123
5124         * gcc.dg/i386-sse-8.c: Don't use -march=pentium3 on x86_64.
5125         * gcc.dg/i386-local.c: Expect %edi, not %eax register on x86_64.
5126         * gcc.dg/20020103-1.c: Add -fno-asynchronous-unwind-tables to
5127         options.
5128
5129 2004-04-06  Uros Bizjak  <uros@kss-loka.si>
5130
5131         * gcc.dg/builtins-36.c: New test.
5132
5133 2004-04-06  Paul Brook  <paul@codesourcery.com>
5134
5135         * README.gcc: Remove obsolete contraint on testcases.
5136
5137 2004-04-05  Paul Brook  <paul@codesourcery.com>
5138
5139         PR2123
5140         * g++.dg/expr/anew1.C: XFAIL and make reproducible.  Call abort on
5141         failure and exit(0) on success.
5142         * g++.dg/expr/anew2.C: Ditto.
5143         * g++.dg/expr/anew3.C: Ditto.
5144         * g++.dg/expr/anew4.C: Ditto.
5145
5146 2004-04-05  Nathan Sidwell  <nathan@codesourcery.com>
5147
5148         PR c++/3518
5149         * g++.dg/template/unify7.C: New.
5150
5151 2004-04-02  Nathanael Nerode  <neroden@gcc.gnu.org>
5152
5153         * g++.dg/README: Bring up to date with new subdirectories; remove
5154         duplicate subdirectory lines.
5155
5156 2004-04-02  Nathan Sidwell  <nathan@codesourcery.com>
5157
5158         PR c++/14007
5159         * g++.dg/template/unify5.C: New.
5160         * g++.dg/template/unify6.C: New.
5161         * g++.dg/template/qualttp20.C: Adjust.
5162         * g++.old-deja/g++.jason/report.C: Adjust.
5163         * g++.old-deja/g++.other/qual1.C: Adjust.
5164
5165 2004-04-01  Mark Mitchell  <mark@codesourcery.com>
5166
5167         PR c++/14803
5168         * g++.dg/inherit/ptrmem1.C: New test.
5169
5170 2004-04-01  Jakub Jelinek  <jakub@redhat.com>
5171
5172         PR c++/14755
5173         * gcc.c-torture/execute/20040331-1.c: New test.
5174         * gcc.dg/20040331-1.c: New test.
5175
5176 2004-04-01  Paul Brook  <paul@codesourcery.com>
5177
5178         * gcc.dg/arm-mmx-1.c: Add -mabi=iwmmxt to dg-options.
5179
5180 2004-03-30  Mark Mitchell  <mark@codesourcery.com>
5181
5182         PR c++/14724
5183         * g++.dg/init/goto1.C: New test.
5184
5185         PR c++/14763
5186         * g++.dg/template/defarg4.C: New test.
5187
5188 2004-03-30  Hartmut Penner  <hpenner@de.ibm.com>
5189
5190         * gcc.dg/altivec-11.c: Extend test for more valid cases.
5191
5192 2004-03-28  David Edelsohn  <edelsohn@gnu.org>
5193
5194         * gcc.dg/doloop-1.c: Do not check for lack of "blt".
5195
5196 2004-03-28  Zack Weinberg  <zack@codesourcery.com>
5197
5198         * gcc.dg/noncompile/undeclared-2.c: New test.
5199
5200 2004-03-28  Joseph S. Myers  <jsm@polyomino.org.uk>
5201
5202         * gcc.dg/940409-1.c: Remove XFAIL.
5203         * gcc.dg/reg-vol-struct-1.c: New test.
5204
5205 2004-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5206
5207         * gcc.dg/torture/builtin-wctype-1.c: New test.
5208
5209 2004-03-26  James A. Morrison  <ja2morri@uwaterloo.ca>
5210
5211         * gcc.dg/20001013-1.c: Run on 32-bit and 64-bit SPARC.
5212         * gcc.dg/20001101-1.c: Likewise.
5213         * gcc.dg/20001102-1.c: Likewise.
5214
5215 2004-03-25  Roger Sayle  <roger@eyesopen.com>
5216
5217         * gcc.dg/compare8.c: Add an additional test for XOR.
5218
5219 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5220
5221         * gcc.dg/torture/builtin-ctype-1.c: New test.
5222
5223 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5224
5225         * gcc.dg/torture/builtin-explog-1.c: Add new cases.
5226         * gcc.dg/torture/builtin-math-1.c: Likewise.
5227         * gcc.dg/torture/builtin-power-1.c: New test.
5228
5229 2004-03-24  Andreas Schwab  <schwab@suse.de>
5230
5231         * lib/prune.exp (prune_gcc_output): Ignore errata warning from
5232         IA64 assembler.
5233
5234 2004-03-23  Joseph S. Myers  <jsm@polyomino.org.uk>
5235             Roger Sayle  <roger@eyesopen.com>
5236
5237         * gcc.dg/compare8.c: New test case.
5238
5239 2004-03-23  Ziemowit Laski  <zlaski@apple.com>
5240
5241         * g++.dg/ext/altivec-7.C: New test.
5242
5243 2004-03-23  Zack Weinberg  <zack@codesourcery.com>
5244
5245         PR 12267, 12391, 12560, 13129, 14114, 14133
5246         * gcc.dg/Wold-style-definition-1.c, gcc.dg/builtins-30.c
5247         * gcc.dg/unused-4.c, gcc.dg/noncompile/label-1.c
5248         * gcc.dg/noncompile/label-lineno-1.c, objc.dg/naming-1.m:
5249         Adjust error regexps.
5250         * gcc.dg/Wshadow-2.c, gcc.dg/noncompile/incomplete-3.c
5251         * gcc.dg/noncompile/undeclared-1.c: New test cases.
5252         * gcc.dg/decl-5.c, gcc.dg/redecl-1.c: Remove XFAIL.
5253         * gcc.dg/local1.c: Add explanatory comment.
5254
5255 2004-03-23  Roger Sayle  <roger@eyesopen.com>
5256
5257         PR optimization/14669
5258         * g++.dg/opt/fold2.C: New test case.
5259
5260 2004-03-22  Jakub Jelinek  <jakub@redhat.com>
5261
5262         PR c/14069
5263         * gcc.dg/20040322-1.c: New test.
5264
5265 2004-03-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
5266
5267         * gcc.dg/ultrasp2.c: Do not pass -m64.  Remove redundant lines.
5268         * gcc.dg/ultrasp4.c: Likewise.
5269         * gcc.dg/ultrasp8.c: Do not pass -m64.  Add sparcv9-*-*.
5270
5271 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
5272
5273         * gcc.dg/i386-sse-8.c: Reset default options.
5274
5275 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
5276
5277         * gcc.dg/charset/asm2.c: Allow 'parse error' instead of 'syntax error'
5278         in the error message text.
5279
5280 2004-03-21  Gabriel Dos Reis  <gdr@integrable-solutions.net>
5281
5282         * g++.dg/template/qualttp20.C: Adjust dg- regexp.
5283
5284 2004-03-21  Mark Mitchell  <mark@codesourcery.com>
5285
5286         PR c++/14616
5287         * g++.dg/init/array13.C: New test.
5288
5289 2004-03-20  Roger Sayle  <roger@eyesopen.com>
5290
5291         PR target/13889
5292         * gcc.c-torture/compile/pr13889.c: New test case.
5293
5294 2004-03-20  Joseph S. Myers  <jsm@polyomino.org.uk>
5295
5296         PR c/14635
5297         * builtins-1.c (nan, nans): Don't test.
5298         * builtins-30.c: Don't use nan, nanf, nanl.
5299         * builtins-35.c: New test.
5300
5301 2004-03-19  Ziemowit Laski  <zlaski@apple.com>
5302
5303         * g++.dg/ext/altivec-6.C: New test.
5304
5305 2004-03-19  Mark Mitchell  <mark@codesourcery.com>
5306
5307         * g++.dg/init/placement3.C: New test.
5308
5309         * g++.dg/template/spec13.C: New test.
5310
5311         * g++.dg/lookup/using11.C: New test.
5312
5313         * g++.dg/lookup/koenig3.C: New test.
5314
5315         * g++.dg/template/operator2.C: New test.
5316
5317         * g++.dg/expr/dtor3.C: New test.
5318         * g++.old-deja/g++.brendan/crash15.C: Remove incorrect dg-error
5319         marker.
5320         * g++.old-deja/g++.law/visibility28.C: Likewise.
5321
5322 2004-03-19  Paolo Bonzini  <bonzini@gnu.org>
5323
5324         * gcc.dg/altivec-6.c: Use vector_size attribute, not mode.
5325         * gcc.dg/ppc64-abi-3.c: Likewise.
5326
5327 2004-03-19  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5328
5329         PR c++/14545
5330         * g++.dg/parse/template15.C: New test.
5331
5332 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
5333
5334         * g++.dg/expr/dtor2.C: New test.
5335
5336         * g++.dg/lookup/anon4.C: New test.
5337
5338         * g++.dg/overload/using1.C: New test.
5339
5340         * g++.dg/template/lookup7.C: New test.
5341
5342         * g++.dg/template/typename6.C: New test.
5343
5344         * g++.dg/expr/cond6.C: New test.
5345
5346 2004-03-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5347
5348         * gcc.dg/torture/builtin-convert-1.c: Test more math builtins.
5349
5350 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
5351
5352         * g++.dg/expr/cond5.C: New test.
5353         * g++.dg/expr/constcast1.C: Likewise.
5354         * g++.dg/expr/ptrmem2.C: Likewise.
5355         * g++.dg/expr/ptrmem3.C: Likewise.
5356         * g++.dg/lookup/main1.C: Likewise.
5357         * g++.dg/template/lookup6.C: Likewise.
5358
5359 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
5360
5361         * gcc.dg/local1.c: New test.
5362
5363         * gcc.dg/debug/dwarf2/c99-typedef1.c: New test.
5364
5365 2004-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5366
5367         * gcc.dg/torture/builtin-convert-1.c: New test.
5368
5369 2004-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5370
5371         * gcc.dg/torture/builtin-integral-1.c: Also check for `rint'.
5372
5373 2004-03-16  Mark Mitchell  <mark@codesourcery.com>
5374
5375         PR c++/14481
5376         * g++.dg/warn/Wunused-7.C: New test.
5377
5378 2004-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5379
5380         * gcc.dg/torture/builtin-integral-1.c: New test.
5381
5382 2004-03-16  Mark Mitchell  <mark@codesourcery.com>
5383
5384         PR c++/14586
5385         * g++.dg/parse/non-dependent3.C: New test.
5386
5387 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
5388
5389         * g++.dg/eh/simd-1.C: Use vector_size attribute, not mode.
5390         * g++.dg/eh/simd-2.C: Likewise.
5391         * g++.dg/init/array10.C: Likewise.
5392         * gcc.c-torture/compile/simd-1.c: Likewise.
5393         * gcc.c-torture/compile/simd-2.c: Likewise.
5394         * gcc.c-torture/compile/simd-3.c: Likewise.
5395         * gcc.c-torture/compile/simd-4.c: Likewise.
5396         * gcc.c-torture/compile/simd-6.c: Likewise.
5397         * gcc.c-torture/execute/simd-1.c: Likewise.
5398         * gcc.c-torture/execute/simd-2.c: Likewise.
5399         * gcc.dg/compat/vector-defs.h: Likewise.
5400         * gcc.dg/20020531-1.c: Likewise.
5401         * gcc.dg/altivec-3.c: Likewise.
5402         * gcc.dg/altivec-4.c: Likewise.
5403         * gcc.dg/altivec-varargs-1.c: Likewise.
5404         * testsuite/gcc.dg/compat/vector-defs.h: Likewise.
5405         * gcc.dg/i386-mmx-3.c: Likewise.
5406         * gcc.dg/i386-sse-4.c: Likewise.
5407         * gcc.dg/i386-sse-5.c: Likewise.
5408         * gcc.dg/i386-sse-8.c: Likewise.
5409         * gcc.dg/simd-1.c: Likewise.
5410         * gcc.dg/20030218-1.c: Likewise.  Plus, do not declare
5411         __ev64_opaque__ since the machine description provides it.
5412
5413 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
5414
5415         * lib/compat.exp (skip_list): New global variable.
5416         Use it to hold the user defined COMPAT_SKIPS list if any.
5417         (compat-obj): Add the members of skip_list to optall.
5418
5419 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
5420
5421         * gcc.dg/compat/union-by-value-1_main.c,
5422         union-by-value-1_x.c, union-by-value-1_y.c,
5423         union-check.h, union-defs.h,
5424         union-init.h, union-return-1_main.c,
5425         union-return-1_x.c, union-return-1_y.c: New files.
5426
5427 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
5428
5429         * gcc.dg/compat/mixed-struct-check.h, mixed-struct-defs.h,
5430         mixed-struct-init.h: Add 4 mixed structure types.
5431         struct-by-value-21_main.c, struct-by-value-21_x.c,
5432         struct-by-value-21_y.c, struct-return-21_main.c,
5433         struct-return-21_x.c, struct-return-21_y.c: New files.
5434
5435 2004-03-13  Mark Mitchell  <mark@codesourcery.com>
5436
5437         PR c++/14550
5438         * g++.dg/parse/template14.C: New test.
5439
5440 2004-03-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
5441
5442         * gcc.c-torture/execute/20040313-1.c: New test.
5443
5444 2004-03-13  Jakub Jelinek  <jakub@redhat.com>
5445
5446         PR target/14533
5447         * gcc.dg/20040311-2.c: New test.
5448
5449 2004-03-12  Kazu Hirata  <kazu@cs.umass.edu>
5450
5451         PR other/14544
5452         * gcc.c-torture/execute/20040307-1.c: Remove the 24-bit
5453         bit-field.
5454
5455 2004-03-12  Ulrich Weigand  <uweigand@de.ibm.com>
5456
5457         * gcc.dg/20040305-2.c: Add missing return statement.
5458
5459 2004-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5460
5461         * gcc.dg/builtins-34.c: Also check pow10*.
5462
5463 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
5464
5465         PR target/14262
5466         * gcc.dg/20040305-2.c: New test.
5467
5468 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
5469
5470         * gcc.dg/20040310-1.c: New test.
5471
5472 2004-03-11  Roger Sayle  <roger@eyesopen.com>
5473
5474         * gcc.c-torture/execute/20040311-1.c: New test case.
5475
5476 2004-03-11  Mark Mitchell  <mark@codesourcery.com>
5477
5478         PR c++/14476
5479         * g++.dg/lookup/enum1.C: New test.
5480
5481 2004-03-10  Mark Mitchell  <mark@codesourcery.com>
5482
5483         PR c++/14510
5484         * g++.dg/lookup/struct2.C: New test.
5485
5486 2004-03-10  Uros Bizjak  <uros@kss-loka.si>
5487
5488         * gcc.dg/builtins-34.c: New test.
5489
5490 2004-03-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5491
5492         * gcc.dg/torture/builtin-nonneg-1.c: New test.
5493
5494 2004-03-09  James E Wilson  <wilson@specifixinc.com>
5495
5496         * gcc.dg/alias-1.c: Add "will" to string passed to dg-warning.
5497         * gcc.dg/alias-2.c: New testcase.
5498
5499 2004-03-09  Zack Weinberg  <zack@codesourcery.com>
5500
5501         * gcc.dg/noncompile/incomplete-2.c: Move dg-error to proper line.
5502
5503 2004-03-09  Roger Sayle  <roger@eyesopen.com>
5504
5505         * gcc.c-torture/execute/20040309-1.c: New test case.
5506
5507 2004-03-09  Nathan Sidwell  <nathan@codesourcery.com>
5508
5509         PR c++/14397
5510         * g++.dg/overload/ref1.C: New.
5511
5512 2004-03-09  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5513
5514         PR c++/14409
5515         * g++.dg/template/spec12.C: New test.
5516
5517         PR c++/14448
5518         * g++.dg/parse/crash14.C: New test.
5519
5520 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
5521
5522         PR c++/14230
5523         * g++.dg/init/ref11.C: New test.
5524
5525 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
5526
5527         PR c++/14432
5528         * g++.dg/parse/builtin2.C: New test.
5529
5530 2004-03-08  Mark Mitchell  <mark@codesourcery.com>
5531
5532         PR c++/14401
5533         * g++.dg/init/ctor3.C: New test.
5534         * g++.dg/init/union1.C: New test.
5535         * g++.dg/ext/anon-struct4.C: New test.
5536
5537 2004-03-08  Mark Mitchell  <mark@codesourcery.com>
5538
5539         * g++.dg/lookup/koenig1.C: Tweak error messages.
5540         * g++.dg/lookup/used-before-declaration.C: Likewise.
5541         * g++.dg/other/do1.C: Likewise.
5542         * g++.dg/overload/koenig1.C: Likewise.
5543         * g++.dg/parse/crash13.C: Likewise.
5544         * g++.dg/template/instantiate3.C: Likewise.
5545
5546 2004-03-08  Eric Christopher  <echristo@redhat.com>
5547
5548         * * lib/target-supports.exp: Enable libiconv in test
5549         compilation.  Fix up error checking.
5550
5551 2004-03-08  Roger Sayle  <roger@eyesopen.com>
5552
5553         PR middle-end/14289
5554         * gcc.dg/pr14289-1.c: New test case.
5555         * gcc.dg/pr14289-2.c: Likewise.
5556         * gcc.dg/pr14289-3.c: Likewise.
5557
5558 2004-03-08  Eric Botcazou  <ebotcazou@act-europe.fr>
5559
5560         * gcc.c-torture/execute/20040308-1.c: New test.
5561
5562 2004-03-07  Roger Sayle  <roger@eyesopen.com>
5563
5564         * gcc.c-torture/execute/20040307-1.c: New test case.
5565
5566 2004-03-07  Richard Sandiford  <rsandifo@redhat.com>
5567
5568         * gcc.dg/torture/mips-sdata-1.c: Restrict to mips*-*-elf*.
5569
5570 2004-03-06  Ulrich Weigand  <uweigand@de.ibm.com>
5571
5572         * gcc.dg/20040306-1.c: New test.
5573
5574 2004-03-06  Kazu Hirata  <kazu@cs.umass.edu>
5575
5576         * gcc.dg/sibcall-3.c (recurser_void1, recurser_void2): Make
5577         them static.
5578         * gcc.dg/sibcall-4.c (recurser_void1, recurser_void2): Likewise.
5579
5580 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
5581
5582         PR c/14465
5583         * gcc.dg/decl-6.c: New test.
5584
5585 2004-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5586
5587         * gcc.dg/torture/builtin-explog-1.c: Add comments for each test.
5588         Rename LOGPOW -> LOG_POW.
5589         (SQRT_EXP, POW_EXP): New.
5590
5591 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
5592
5593         * gcc.dg/i386-sse-8.c: New test.
5594
5595 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
5596
5597         PR c/14114
5598         * gcc.dg/decl-5.c: New test.
5599
5600 2004-03-05  Andreas Krebbel  <krebbel1@de.ibm.com>
5601
5602         * gcc.dg/20040305-1.c: New test.
5603
5604 2004-03-05  Hans-Peter Nilsson  <hp@axis.com>
5605
5606         PR other/14354
5607         * gcc.c-torture/execute/ieee/mul-subnormal-single-1.c: New test.
5608
5609 2004-03-04  Ziemowit Laski  <zlaski@apple.com>
5610
5611         PR c++/14425, c++/14426
5612         * g++.dg/ext/altivec-4.C: New test.
5613         * g++.dg/ext/altivec-5.C: New test.
5614
5615 2004-03-04  Geoffrey Keating  <geoffk@apple.com>
5616
5617         * g++.old-deja/g++.other/linkage1.C: Expect errors about
5618         global variables of a type with no linkage.
5619         * g++.old-deja/g++.other/qual1.C: Name class for 'action'.
5620         * g++.old-deja/g++.mike/misc13.C: Name enum for 'want'.
5621         * g++.old-deja/g++.bugs/900210_01.C: Name enum for 'ep'.
5622         * g++.old-deja/g++.bugs/900210_02.C: Likewise.
5623         * g++.old-deja/g++.bugs/900210_03.C: Likewise.
5624         * g++.old-deja/g++.brendan/bit-fields2.C: Name structure for 's'.
5625         * g++.old-deja/g++.brendan/init10.C: Name structure for 'a'.
5626         * g++.dg/warn/deprecated.C: Name enum Color.
5627         * g++.dg/overload/VLA.C: Name structure for 'b'.
5628         * g++.dg/lookup/anon2.C: Expect diagnostic about type linkage.
5629
5630 2004-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5631
5632         * gcc.c-torture/compile/20040304-1.c: New test.
5633
5634 2004-03-03  Zack Weinberg  <zack@codesourcery.com>
5635
5636         PR 13728
5637         * gcc.dg/decl-4.c: New testcase.
5638
5639 2004-03-03  Kazu Hirata  <kazu@cs.umass.edu>
5640
5641         * gcc.dg/torture/builtin-explog-1.c (PREC): Make it the same
5642         as PRECF if sizeof (float) > sizeof (double).
5643         (PRECL): Make it the same as PRECF if
5644         sizeof (float) > sizeof (long double).
5645
5646 2004-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5647
5648         * gcc.dg/builtins-config.h: Use underscore macro style for __sun
5649         system type.  Add check for irix6 which doesn't have c99 runtime.
5650
5651 2004-03-03  Bob Wilson  <bob.wilson@acm.org>
5652
5653         * gcc.dg/const-elim-1.c: xfail for xtensa.
5654
5655 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
5656
5657         PR c++/14369
5658         * g++.dg/template/cond4.C: New test.
5659
5660 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
5661
5662         PR c++/14360
5663         * g++.old-deja/g++.ns/koenig5.C: Remove some error markers.
5664
5665         PR c++/14361
5666         * g++.dg/parse/defarg7.C: New test.
5667
5668         PR c++/14359
5669         * g++.dg/template/friend26.C: New test.
5670
5671 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
5672
5673         PR c++/14324
5674         * g++.dg/abi/mangle21.C: New test.
5675
5676         PR c++/14260
5677         * g++.dg/parse/constructor2.C: New test.
5678
5679         PR c++/14337
5680         * g++.dg/template/sfinae1.C: New test.
5681
5682 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
5683
5684         PR c++/14267
5685         * g++.dg/expr/crash2.C: New test.
5686
5687         PR middle-end/13448
5688         * gcc.dg/inline-5.c: New test.
5689         * gcc.dg/always-inline.c: Split out tests into ...
5690         * gcc.dg/always-inline2.c: ... this and ...
5691         * gcc.dg/always-inline3.c: ... this.
5692
5693 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
5694
5695         PR debug/12103
5696         * g++.dg/debug/crash1.C: New test.
5697
5698 2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
5699
5700         * gcc.dg/sibcall-3.c (recurser_void1): Make it an extern
5701         function with __attribute__((noinline)).
5702         (recurser_void2): Likewise.
5703         * gcc.dg/sibcall-4.c (recurser_void1): Likewise.
5704         (recurser_void2): Likewise.
5705
5706 2004-02-29  Roger Sayle  <roger@eyesopen.com>
5707
5708         PR middle-end/14203
5709         * g++.dg/warn/Wunused-6.C: New test case.
5710
5711 2004-02-28  Richard Earnshaw  <rearnsha@arm.com>
5712
5713         * lib/g++.exp (g++_link_flags): Don't crash if LD_LIBRARY_PATH is
5714         not defined.
5715
5716 2004-02-27  Eric Christopher  <echristo@redhat.com>
5717
5718         * g++.dg/charset/charset.exp: Change CFLAGS to CHARSETCFLAGS.
5719         * g++.dg/charset/asm2.c: Run only x86.
5720         * gcc.dg/charset/asm3.c: Ditto.
5721
5722 2004-02-27  Aldy Hernandez  <aldyh@redhat.com>
5723
5724         * lib/g++.exp (g++_link_flags): Append LD_LIBRARY_PATH to
5725         ld_library_path.
5726
5727 2004-02-27  Ziemowit Laski  <zlaski@apple.com>
5728
5729         * g++.dg/ext/altivec-3.C: New.
5730
5731 2004-02-26  Richard Henderson  <rth@redhat.com>
5732
5733         * g++.dg/ext/attrib10.C: Mark for warning.
5734         * gcc.dg/attr-alias-1.c: New.
5735
5736 2004-02-26  Richard Henderson  <rth@redhat.com>
5737
5738         * gcc.c-torture/execute/ieee/20040208-2.c: Move ...
5739         * gcc.c-torture/execute/20040208-2.c: ... it back.
5740
5741 2004-02-26  Eric Christopher  <echristo@redhat.com>
5742
5743         * lib/target-supports.exp (check-iconv-available): New function.
5744         * lib/gcc-dg.exp (dg-require-iconv): New function.
5745         Use above.
5746         * gcc.dg/charset: New directory.
5747         * gcc.dg/charset/charset.exp: New file.
5748         * gcc.dg/charset/asm1.c: Ditto.
5749         * gcc.dg/charset/asm2.c: Ditto.
5750         * gcc.dg/charset/asm3.c: Ditto.
5751         * gcc.dg/charset/asm4.c: Ditto.
5752         * gcc.dg/charset/asm5.c: Ditto.
5753         * gcc.dg/charset/attribute1.c: Ditto.
5754         * gcc.dg/charset/attribute2.c: Ditto.
5755         * gcc.dg/charset/string1.c: Ditto.
5756         * g++.dg/charset: New directory.
5757         * g++.dg/dg.exp: Add here. Special options.
5758         * g++.dg/charset/charset.exp: New file.
5759         * g++.dg/charset/asm1.c: Ditto.
5760         * g++.dg/charset/asm2.c: Ditto.
5761         * g++.dg/charset/asm3.c: Ditto.
5762         * g++.dg/charset/asm4.c: Ditto.
5763         * g++.dg/charset/attribute1.c: Ditto.
5764         * g++.dg/charset/attribute2.c: Ditto.
5765         * g++.dg/charset/extern1.cc: Ditto.
5766         * g++.dg/charset/extern2.cc: Ditto.
5767         * g++.dg/charset/string1.c: Ditto.
5768
5769 2004-02-26  Mark Mitchell  <mark@codesourcery.com>
5770
5771         PR c++/14278
5772         * g++.dg/parse/comma1.C: New test.
5773
5774 2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5775
5776         PR c++/14284
5777         * g++.dg/template/ttp8.C: New test.
5778
5779 2004-02-26  Eric Botcazou  <ebotcazou@act-europe.fr>
5780
5781         * gcc.dg/fixuns-trunc-1.c: New test.
5782
5783 2004-02-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5784
5785         * gcc.dg/builtins-config.h: Use #elif.
5786
5787 2004-02-26  Michael Matz  <matz@suse.de>
5788
5789         * gcc.dg/20000724-1.c: Add regparm attribute to decl and def.
5790         * gcc.dg/991214-1.c: Likewise.
5791         * gcc.dg/i386-asm-1.c: Likewise.
5792
5793 2004-02-25  Richard Henderson  <rth@redhat.com>
5794
5795         * gcc.c-torture/execute/20040208-2.c: Move ...
5796         * gcc.c-torture/execute/ieee/20040208-2.c: ... here.
5797
5798 2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5799
5800         PR c++/14246
5801         * g++.dg/other/crash-3.C: New test.
5802
5803 2004-02-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5804
5805         * g++.dg/opt/inline4.C (dg-final): Robustify regexp.
5806         * g++.dg/opt/inline6.C (dg-final): Robustify regexp.
5807
5808         * gcc.dg/builtins-config.h (HAVE_C99_RUNTIME): Don't define for PA
5809         HP-UX.
5810
5811 2004-02-24  Michael Matz  <matz@suse.de>
5812
5813         * gcc.dg/i386-regparm.c: New.
5814
5815 2004-02-23  James E Wilson  <wilson@specifixinc.com>
5816
5817         * gcc.c-torture/execute/20040223-1.c: New.
5818
5819 2004-02-23  Zack Weinberg  <zack@codesourcery.com>
5820             Kazu Hirata  <kazu@cs.umass.edu>
5821
5822         * gcc.dg/fwritable-strings-1.c: Remove.
5823
5824 2004-02-23  Andrew Pinski  <pinskia@physics.uc.edu>
5825
5826         PR c/14156
5827         * gcc.dg/20040223-1.c: New test.
5828
5829 2004-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5830
5831         PR c++/14106
5832         * g++.dg/ext/typeof9.C: New test.
5833
5834 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5835
5836         PR c++/14250
5837         * g++.dg/other/switch1.C: New test.
5838
5839 2004-02-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
5840
5841         * gcc.dg/cast-function-1.c: Adjust for new informative message.
5842         * gcc.dg/va-arg-1.c: Likewise.
5843
5844 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5845
5846         PR c++/14143
5847         * g++.dg/template/koenig5.C: New test.
5848
5849 2004-02-21  Ziemowit Laski  <zlaski@apple.com>
5850
5851         * g++.dg/ext/altivec-1.C: Generalize target triple.
5852         * g++.dg/ext/altivec-2.C: New test case.
5853         * g++.dg/ext/altivec_check.h: New file.
5854         * gcc.dg/altivec-1.c: Generalize target triple;
5855         include altivec_check.h and call altivec_check().
5856         * gcc.dg/altivec-[2-5].c: Generalize target triple.
5857         * gcc.dg/altivec-6.c: New test case.
5858         * gcc.dg/altivec-[7-9].c: Generalize target triple; add
5859         type casts as needed.
5860         * gcc.dg/altivec-10.c: Include altivec_check.h and call
5861         altivec_check().
5862         * gcc.dg/altivec-12.c: New test case.
5863         * gcc.dg/altivec-varargs-1.c: Generalize target triple;
5864         include altivec_check.h and call altivec_check().
5865         * gcc.dg/altivec_check.h: New file.
5866
5867 2004-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5868
5869         * lib/target-supports.exp (check_alias_available): Don't mangle
5870         function `g' in test program.
5871
5872 2004-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5873
5874         * lib/target-supports.exp (check_profiling_available): Check
5875         argument to determine whether we support a profiling type.
5876         * lib/gcc-dg.exp (dg-require-profiling): Pass argument to
5877         check_profiling_available.
5878         * g++.dg/bprob/bprob.exp: Likewise
5879         * g77.dg/bprob/bprob.exp: Likewise.
5880         * gcc.misc-tests/bprob.exp: Likewise.
5881         * g++.old-deja/g++.law/profile1.C: Pass profiling type to
5882         dg-require-profiling and delete expected error handling.
5883         * gcc.dg/20021014-1.c: Likewise.
5884         * gcc.dg/nest.c: Likewise.
5885
5886 2004-02-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5887
5888         PR c++/12007
5889         * g++.dg/other/vthunk1.C: New test.
5890
5891 2004-02-20  Falk Hueffner  <falk@debian.org>
5892
5893         PR target/14201
5894         * gcc.c-torture/compile/fix-trunc-mem-1.c: New test.
5895
5896 2004-02-20  Mark Mitchell  <mark@codesourcery.com>
5897
5898         PR c++/13927
5899         * g++.dg/other/error8.C: Remove XFAIL markers.
5900
5901         PR c++/14173
5902         * g++.dg/ext/packed5.C: New test.
5903
5904         PR c++/14199
5905         * g++.dg/warn/Wunused-5.C: New test.
5906
5907         PR c++/14186
5908         * g++.dg/lookup/member1.C: New test.
5909
5910 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
5911
5912         * gcc.c-torture/compile/20040130-1.c: Enable only when
5913         __INT_MAX__ >= 2147483647L.
5914         * gcc.c-torture/compile/961203-1.c: Likewise.
5915
5916 2004-02-19  Nathan Sidwell  <nathan@codesourcery.com>
5917
5918         * g++.dg/parse/attr-ctor1.C: XFAIL on hppa.
5919         * g++.dg/opt/template1.C: Robustify assembler regexp
5920
5921 2004-02-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
5922
5923         * gcc.c-torture/execute/simd-4.x: Remove.
5924         * gcc.c-torture/execute/va-arg-25.x: Likewise.
5925         * gcc.dg/compat/vector-1_x.c: Do not XFAIL on SPARC.
5926         Guard with #ifndef SKIP_ATTRIBUTE.
5927         * gcc.dg/compat/vector-1_y.c: Likewise.
5928         * gcc.dg/compat/vector-2_x.c: Likewise.
5929         * gcc.dg/compat/vector-2_y.c: Likewise.
5930         * g++.dg/eh/simd-1.C: Do not XFAIL on SPARC.
5931         * g++.dg/eh/simd-2.C: Likewise.
5932
5933 2004-02-19  Alan Modra  <amodra@bigpond.net.au>
5934
5935         * gcc.c-torture/compile/complex-1.c: New.
5936
5937 2004-02-19  Hans-Peter Nilsson  <hp@axis.com>
5938
5939         PR target/14209
5940         * gcc.c-torture/execute/20040218-1.c: New test.
5941
5942 2004-02-19  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5943
5944         PR c++/14181
5945         * g++.dg/parse/new2.C: New test.
5946
5947 2004-02-18  Paul Brook  <paul@codesourcery.com>
5948
5949         * gcc.c-torture/compile/libcall-1.c: New test.
5950
5951 2004-02-18  Paul Brook  <paul@codesourcery.com>
5952
5953         PR debug/12934
5954         * gcc.dg/debug/debug-7.c: New test.
5955
5956 2004-02-17  Ulrich Weigand  <uweigand@de.ibm.com>
5957
5958         * gcc.dg/20040217-1.c: New test.
5959
5960 2004-02-17  Zack Weinberg  <zack@codesourcery.com>
5961
5962         * gcc.c-torture/execute/990208-1.x: Delete.
5963
5964 2004-02-17  Richard Sandiford  <rsandifo@redhat.com>
5965
5966         * gcc.c-torture/execute/20040208-2.x: New file.
5967
5968 2004-02-17  Mark Mitchell  <mark@codesourcery.com>
5969
5970         PR c++/11326
5971         * g++.dg/abi/structret1.C: New test.
5972
5973 2004-02-17  Jakub Jelinek  <jakub@redhat.com>
5974
5975         * gcc.dg/i386-cpuid.h (bit_CMOV): Define.
5976         (i386_cpuid): No need to test if cpuid is available on AMD64.
5977         Fix assembly, so that it works onboth i386 and AMD64.
5978         * gcc.dg/i386-sse-6.c: Include stdio.h, stdlib.h and string.h.
5979         (vecInLong): Fix s[] member type to unsigned int.
5980         (vecInWord): Remove type.
5981         (mmx_tests, sse_tests, dump64_16, dump64_32, dump64_64): Remove.
5982         (a64, b64, c64, d64, e64): Remove.
5983         (main): Pass if CPU has no MMX, SSE, SSE2 or CMOV support.
5984         Remove unused variable.  Remove initialization of removed variables.
5985         Don't call mmx_tests nor sse_tests.
5986         (reference_mmx, reference_sse): Remove.
5987         (check): Add return stmt.
5988         * gcc.dg/i386-sse-7.c: New test.
5989         * gcc.dg/i386-mmx-4.c: New test.
5990
5991 2004-02-17  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5992
5993         * g++.dg/tc1/dr176.C: Add missing semicolon (typo).
5994         * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
5995         g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
5996         g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr193.C,
5997         g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C, g++.dg/tc1/dr56.C,
5998         g++.dg/tc1/dr68.C, g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C,
5999         g++.dg/tc1/dr94.C: Fix line terminator.
6000
6001 2004-02-16  Geoffrey Keating  <geoffk@apple.com>
6002
6003         * gcc.c-torture/compile/20040216-1.c: New.
6004
6005 2004-02-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6006
6007         * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
6008         g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
6009         g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr188.C,
6010         g++.dg/tc1/dr193.C, g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C,
6011         g++.dg/tc1/dr48.C, g++.dg/tc1/dr56.C, g++.dg/tc1/dr68.C,
6012         g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C, g++.dg/tc1/dr94.C: New tests.
6013
6014 2004-02-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
6015
6016         * gcc.c-torture/execute/20020720-1.x: XFAIL on SPARC with -fPIC.
6017
6018 2004-02-15  Mark Mitchell  <mark@codesourcery.com>
6019
6020         PR c++/13971
6021         * g++.dg/expr/cond4.C: New test.
6022
6023         PR c++/14086
6024         * g++.dg/lookup/crash2.C: New test.
6025
6026 2004-02-14  Josef Zlomek  <zlomekj@suse.cz>
6027
6028         * gcc.c-torture/compile/20040214-2.c: New test.
6029
6030 2004-02-14  Andrew Pinski  <pinskia@physics.uc.edu>
6031
6032         PR c++/14116
6033         * g++.dg/ext/typeof8.C: New test.
6034
6035 2004-02-14  Eric Botcazou  <ebotcazou@act-europe.fr>
6036
6037         * gcc.c-torture/compile/20040214-1.c: New test.
6038
6039 2004-02-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6040
6041         PR c++/13635
6042         * g++.dg/template/spec11.C: New test.
6043
6044 2004-02-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6045
6046         PR c++/13927
6047         * g++.dg/other/error8.C: New test.
6048
6049 2004-02-13  Mark Mitchell  <mark@codesourcery.com>
6050
6051         PR c++/14122
6052         * g++.dg/template/array4.C: New test.
6053
6054         PR c++/14108
6055         * g++.dg/inherit/thunk2.C: New test.
6056
6057         PR c++/14083
6058         * g++.dg/eh/cond2.C: New test.
6059
6060 2004-02-12  Alan Modra  <amodra@bigpond.net.au>
6061
6062         * gcc.dg/debug/20020327-1.c: Disable for powerpc64.
6063
6064 2004-02-12  Nathaniel Smith <njs@codesourcery.com>
6065
6066         * lib/scanasm.exp (dg-scan): Quote pattern before display.
6067
6068 2004-02-12  Hartmut Penner  <hpenner@de.ibm.com>
6069
6070         * g++.dg/simd-2.C: xfail on ppc64-linux.
6071
6072 2004-02-11  Joseph S. Myers  <jsm@polyomino.org.uk>
6073
6074         PR c/456
6075         * gcc.dg/cpp/c90-if-comma-1.c, gcc.dg/cpp/c99-if-comma-1.c: New
6076         tests.
6077
6078 2004-02-11  Uros Bizjak  <uros@kss-loka.si>
6079
6080         * gcc.dg/builtins-33.c: New test.
6081
6082 2004-02-11  Paolo Bonzini  <bonzini@gnu.org>
6083
6084         * gcc.dg/pr14092-1.c: Use intptr_t for the cast.
6085
6086 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
6087
6088         * g++.dg/simd-2.C: Set -maltivec for ppc64.
6089
6090 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
6091
6092         * gcc.dg/ppc64-abi-3.c: New test.
6093
6094 2004-02-10  Paolo Bonzini  <bonzini@gnu.org>
6095
6096         PR c/14092
6097
6098         * gcc.dg/pr14092-1.c: New testcase.
6099
6100 2004-02-10  Alan Modra  <amodra@bigpond.net.au>
6101
6102         * gcc.dg/cpp/assert4.c: Fix typo last change.
6103
6104         * gcc.dg/darwin-longlong.c: Only use r0 in asm for darwin.
6105         * gcc.dg/cpp/assert4.c: Handle powerpc64.
6106
6107         * gcc.dg/debug/20020327-1.c: xfail for powerpc64.
6108
6109 2004-02-09  Roger Sayle  <roger@eyesopen.com>
6110
6111         * gcc.c-torture/compile/20040209-1.c: New test case.
6112
6113 2004-02-08  Joseph S. Myers  <jsm@polyomino.org.uk>
6114
6115         * gcc.dg/c90-init-1.c: Adjust expected error messages.
6116
6117 2004-02-08  Richard Sandiford  <rsandifo@redhat.com>
6118
6119         * gcc.c-torture/execute/20040208-[12].c: New tests.
6120
6121 2004-02-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
6122
6123         * g++.dg/eh/simd-2.C: Adjust line numbers for SPARC.
6124
6125 2004-02-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
6126
6127         * gcc.c-torture/execute/va-arg-25.x: XFAIL only on SPARC 64-bit.
6128
6129 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
6130
6131         Bug 13856
6132         * gcc.dg/visibility-8.c: New testcase.
6133
6134 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
6135
6136         * gcc.c-torture/execute/string-opt-15.c: Define memcmp with void *
6137         arguments.
6138         * gcc.dg/fwritable-strings-1.c: Expect the deprecation notice.
6139
6140 2004-02-07  Roger Sayle  <roger@eyesopen.com>
6141
6142         PR middle-end/13696
6143         * g++.dg/opt/fold1.C: New test case.
6144
6145 2003-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6146
6147         PR c++/14033
6148         * g++.dg/other/crash-2.C: New test.
6149
6150 2003-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6151
6152         PR c++/14028
6153         * g++.dg/parse/angle-bracket2.C: New test.
6154
6155 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6156
6157         PR middle-end/13750
6158         Revert:
6159         2004-01-15  Geoffrey Keating  <geoffk@apple.com>
6160         PR pch/13361
6161         * testsuite/g++.dg/pch/wchar-1.C: New.
6162         * testsuite/g++.dg/pch/wchar-1.Hs: New.
6163
6164 2004-02-05  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6165
6166         PR c++/14008
6167         * g++.dg/parse/error15.C: New test.
6168         * g++.dg/parse/crash11.C: Update dg-error mark.
6169
6170 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
6171
6172         PR c++/13932
6173         * g++.dg/warn/conv2.C: New test.
6174
6175 2004-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6176
6177         PR c++/13086
6178         * g++.dg/warn/incomplete1.C: Remove xfail.
6179
6180 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
6181
6182         * lib/file-format.exp (gcc_target_object_format): Use
6183         ${tool}_target_compile, not gcc_target_compile.
6184         * lib/target-supports.exp (check_alias_available): Likewise.
6185         (check_gc_sections_available): Likewise.
6186         * g++.dg/ext/attrib10.C: Use dg-require-alias.
6187         * g++.old-deja/g++.ext/attrib5.C: Use dg-require-weak and
6188         dg-require-alias.
6189
6190 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
6191
6192         PR c++/13969
6193         * g++.dg/template/static6.C: New test.
6194
6195 2004-02-04  Ian Lance Taylor  <ian@wasabisystems.com>
6196
6197         * gcc.dg/arm-mmx-1.c: Don't look for ldmfd if -mthumb.
6198
6199 2004-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6200
6201         * objc.dg/encode-2.m, objc.dg/encode-3.m, objc.dg/encode-4.m: Fix
6202         tests for systems where `char' is unsigned by default.
6203
6204 2003-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6205
6206         PR c++/13997
6207         * g++.dg/template/partial3.C: New test.
6208
6209 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6210
6211         * gcc.dg/20020312-2.c, gcc.dg/builtin-inf-1.c,
6212         gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c, gcc.dg/cpp/assert4.c:
6213         Remove mentions of obsolete ports.
6214
6215 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
6216
6217         * gcc.dg/noncompile/20001228-1.c: Fix for new
6218         error message.
6219
6220 2004-02-03  Roger Sayle  <roger@eyesopen.com>
6221
6222         PR target/9348
6223         * gcc.c-torture/execute/multdi-1.c: New test case.
6224
6225 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
6226
6227         PR c++/13925
6228         * g++.dg/template/lookup5.C: New test.
6229
6230 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
6231
6232         PR c++/13950
6233         * g++.dg/template/lookup4.C: New test.
6234
6235         PR c++/13970
6236         * g++.dg/parse/error14.C: New test.
6237
6238         PR c++/14002
6239         * g++.dg/parse/template13.C: New test.
6240
6241 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
6242
6243         PR c++/13978
6244         * g++.dg/template/koenig4.C: New test.
6245
6246         PR c++/13968
6247         * g++.dg/template/crash17.C: New test.
6248
6249         PR c++/13975
6250         * g++.dg/parse/error13.C: New test.
6251         * g++.old-deja/g++.robertl/eb125.C: Tweak error messages.
6252
6253 2004-02-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
6254
6255         * gcc.dg/20020503-1.c: Remove -mflat dg-options.
6256
6257 2004-02-03  Paolo Bonzini  <bonzini@gnu.org>
6258
6259         PR c/11658
6260         PR c/13994
6261         * gcc.dg/noncompile/20040203-1.c: New test.
6262         * gcc.dg/noncompile/20040203-2.c: Likewise.
6263         * gcc.dg/noncompile/20040203-3.c: Likewise.
6264         * gcc.dg/20040203-1.c: Likewise.
6265
6266 2004-02-02  Andrew Pinski  <pinskia@physics.uc.edu>
6267
6268         PR c++/10858
6269         * g++.dg/template/sizeof7.C: New test.
6270
6271 2004-02-02  Eric Christopher  <echristo@redhat.com>
6272             Zack Weinberg  <zack@codesourcery.com>
6273
6274         * gcc.c-torture/execute/wchar_t-1.c: Add -finput-charset.
6275
6276 2004-02-02  Zack Weinberg  <zack@codesourcery.com>
6277
6278         * g++.dg/eh/forced1.C, g++.dg/eh/forced2.C, g++.dg/eh/forced3.C
6279         * g++.dg/eh/forced4.C: XFAIL ia64-hp-hpux11.*.
6280         * g++.dg/eh/ia64-1.C: Test branch regs only #ifdef __LP64__.
6281         * gcc.dg/cleanup-5.c: Run only on Linux targets.
6282
6283 2004-02-02  Mark Mitchell  <mark@codesourcery.com>
6284
6285         PR c++/13113
6286         * g++.old-deja/g++.mike/net36.C: Adjust error messages.
6287
6288         PR c++/13854
6289         * g++.dg/ext/attrib13.C: New test.
6290
6291         PR c++/13907
6292         * g++.dg/conversion/op2.C: New test.
6293
6294 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
6295
6296         * gcc.dg/titype-1.c: Fix pasto.
6297
6298 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
6299
6300         * gcc.dg/titype-1.c: New test.
6301
6302 2004-02-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6303
6304         PR c++/13957
6305         * g++.dg/template/non-type-template-argument-1.C,
6306         g++.dg/template/qualified-id1.C: Update dg-error marks.
6307         * g++.dg/template/nontype6.C: New test.
6308
6309 2004-02-01  Roger Sayle  <roger@eyesopen.com>
6310
6311         * gcc.dg/builtins-1.c: Also test for __builtin_signbit{,f,l}.
6312         * gcc.dg/builtins-31.c: New testcase.
6313         * gcc.dg/builtins-32.c: New testcase.
6314
6315 2004-01-30  Andrew Pinski  <pinskia@physics.uc.edu>
6316
6317         * objc.dg/call-super-2.m: Update line numbers
6318         for the including of stddef.h.
6319
6320 2004-01-30  Michael Matz  <matz@suse.de>
6321
6322         * g++.dg/ext/case-range1.C, g++.dg/ext/case-range2.C,
6323         g++.dg/ext/case-range3.C: New tests.
6324
6325 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6326
6327         DR206
6328         PR c++/13813
6329         * g++.dg/template/member4.C: New test.
6330
6331 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6332
6333         PR c++/13683
6334         * g++.dg/template/sizeof6.C: New test.
6335
6336 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
6337
6338         * gcc.dg/fwritable-strings-1.c: New test.
6339
6340 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
6341
6342         * gcc.c-torture/compile/20040130-1.c: New test.
6343
6344 2004-01-29  Geoffrey Keating  <geoffk@geoffk.org>
6345
6346         * objc.dg/call-super-2.m: Include stddef.h for size_t.
6347
6348 2004-01-29  Mark Mitchell  <mark@codesourcery.com>
6349
6350         PR c++/13883
6351         * g++.dg/template/ctor3.C: New test.
6352
6353 2004-01-29  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6354
6355         * g++.dg/tc1: New directory.
6356         * g++.dg/tc1/dr108.C, g++.dg/tc1/dr128.C, g++.dg/tc1/dr147.C,
6357         g++.dg/tc1/dr179.C, g++.dg/tc1/dr1.C, g++.dg/tc1/dr213.C,
6358         g++.dg/tc1/dr74.C, g++.dg/tc1/dr90.C, g++.dg/tc1/dr127.C,
6359         g++.dg/tc1/dr137.C, g++.dg/tc1/dr164.C, g++.dg/tc1/dr185.C,
6360         g++.dg/tc1/dr20.C, g++.dg/tc1/dr52.C, g++.dg/tc1/dr85.C: New tests.
6361
6362 2004-01-28  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6363
6364         * g++.dg/parse/error11.C: New test.
6365         * g++.dg/parse/error12.C: Likewise.
6366
6367 2004-01-28  Ziemowit Laski  <zlaski@apple.com>
6368
6369         * objc.dg/proto-qual-1.m (ROUND, aligned_sizeof): New.
6370         (scan_initial, main): Use aligned_sizeof instead of sizeof.
6371
6372 2004-01-28  Mark Mitchell  <mark@codesourcery.com>
6373
6374         PR c++/13791
6375         * g++.dg/ext/attrib12.C: New test.
6376
6377         PR c++/13736
6378         * g++.dg/parse/cast2.C: New test.
6379
6380 2004-01-27  James E Wilson  <wilson@specifixinc.com>
6381
6382         * objc.dg/encode-2.m (main): New local string.  Set depending on
6383         sizeof long.  Use in sscanf call.
6384         * objc.dg/encode-3.m (main): New local string.  Set depending on
6385         sizeof long.  Use in scan_initial call.
6386
6387 2004-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6388
6389         * objc.dg/call-super-2.m: Make LP64-safe.
6390         * objc.dg/desig-init-1.m: Likewise.
6391
6392 2004-01-27  Devang Patel <dpatel@apple.com>
6393
6394         * g++.dg/debug/namespace1.C: New test.
6395
6396 2004-01-27  Ian Lance Taylor  <ian@wasabisystems.com>
6397
6398         * gcc.dg/const-elim-1.c: Add xfail for strongarm-*-* and
6399         xscale-*-*.
6400
6401         * gcc.dg/arm-mmx-1.c: New test.
6402
6403 2004-01-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
6404
6405         * gcc.dg/20040127-1.c: New test.
6406         * gcc.dg/20040127-2.c: New test.
6407
6408 2004-01-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6409
6410         * objc.dg/stret-1.m (glob): Renamed to globa.
6411
6412 2004-01-26  Mark Mitchell  <mark@codesourcery.com>
6413
6414         PR c++/13663
6415         * g++.dg/expr/for1.C: New test.
6416
6417 2004-01-26  Fariborz Jahanian <fjahanian@apple.com>
6418
6419         PR middle-end/13779
6420         * gcc.dg/darwin-longlong.c: New test.
6421
6422 2004-01-26  Ian Lance Taylor  <ian@wasabisystems.com>
6423
6424         * gcc.dg/20040124-1.c: Moved test from here...
6425         * gcc.c-torture/compile/20040124-1.c: ...to here.
6426
6427 2004-01-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
6428
6429         * gcc.dg/sparc-ret.c: Run only in 32-bit mode.  Don't scan
6430         the assembly output if -m64 is passed.
6431
6432 2004-01-25  Mark Mitchell  <mark@codesourcery.com>
6433
6434         PR c++/13833
6435         * g++.dg/template/cond3.C: New test.
6436
6437 2004-01-25  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6438
6439         PR c++/13810
6440         * g++.dg/template/ttp7.C: New test.
6441
6442 2004-01-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6443
6444         PR c++/13797
6445         * g++.dg/template/nontype4.C: New test.
6446         * g++.dg/template/nontype5.C: Likewise.
6447
6448 2004-01-25  Richard Sandiford  <rsandifo@redhat.com>
6449
6450         * gcc.dg/torture/mips-clobber-at.c: New test.
6451
6452 2004-01-24  Ian Lance Taylor  <ian@wasabisystems.com>
6453
6454         * gcc.dg/20040124-1.c: New test.
6455
6456 2004-01-24  Jakub Jelinek  <jakub@redhat.com>
6457
6458         * gcc.dg/20040123-1.c: New test.
6459
6460 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
6461
6462         * gcc.dg/builtins-30.c: Move dg-warning marks to the proper lines.
6463
6464 2004-01-24  Joseph S. Myers  <jsm@polyomino.org.uk>
6465
6466         * gcc.dg/c90-array-lval-7.c, gcc.dg/c99-array-lval-7.c: New tests.
6467
6468 2004-01-23  Andrew Pinski  <apinski@apple.com>
6469
6470         * gcc.dg/20030121-1.c: Move to ..
6471         * gcc.dg/20040121-1.c: here.
6472
6473 2004-01-23  Roger Sayle  <roger@eyesopen.com>
6474
6475         * gcc.dg/builtins-29.c: New test case.
6476
6477 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
6478
6479         PR 18314
6480         * gcc.dg/builtins-30.c: New testcase.
6481
6482 2004-01-23  Andreas Tobler  <a.tobler@schweiz.ch>
6483
6484         * g++.dg/compat/compat.exp: Add LD_LIBRARY_PATH_32/64 for Solaris.
6485         * lib/g77.exp: Likewise.
6486         * lib/objc.exp: Likewise.
6487         * lib/g++.exp: Likewise.
6488
6489 2004-01-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
6490
6491         * gcc.dg/struct-by-value-2.c: New test.
6492
6493 2004-01-21  Andrew Pinski  <apinski@apple.com>
6494
6495         PR target/13785
6496         * gcc.dg/20030121-1.c: New test.
6497
6498 2004-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
6499
6500         * gcc.dg/20030123-1.c: Add -fno-omit-frame-pointer option.  Do not
6501         clobber frame pointer register in asm statement.
6502
6503 2004-01-21  Falk Hueffner  <falk@debian.org>
6504
6505         * gcc.c-torture/compile/20040121-1.c: New test.
6506
6507 2004-01-21  Zack Weinberg  <zack@codesourcery.com>
6508
6509         * gcc.dg/noncompile/20020213-1.c: Add another dg-warning line.
6510
6511 2004-01-20  Hartmut Penner  <hpenner@de.ibm.com>
6512
6513         * gcc.dg/ppc64-abi-2.c: New test.
6514
6515 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
6516
6517         * lib/treelang.exp: Fill out this file.
6518         * lib/treelang-dg.exp: New File.
6519
6520 2004-01-20  Joseph S. Myers  <jsm@polyomino.org.uk>
6521
6522         * gcc.c-torture/compile/981022-1.c: Remove.
6523         * gcc.dg/array-5.c: Remove XFAIL.
6524         * gcc.dg/sequence-pt-1.c: Remove test using extended lvalues.
6525         * gcc.dg/cast-lvalue-1.c, gcc.dg/compound-lvalue-1.c,
6526         gcc.dg/cond-lvalue-1.c: Update.
6527         * gcc.dg/cast-lvalue-2.c: New test.
6528
6529 2004-01-19  Mark Mitchell  <mark@codesourcery.com>
6530
6531         PR c++/13592
6532         * g++.dg/other/error1.C (class foo): Tweak error message.
6533
6534         PR c++/13592
6535         * g++.dg/template/call2.C: New test.
6536
6537 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
6538
6539         * gcc.dg/compat/fnptr-by-value-1_x.c, scalar-by-value-1_y.c
6540         scalar-by-value-3_x.c, scalar-by-value-3_y.c,
6541         scalar-by-value-4_x.c, scalar-by-value-4_y.c,
6542         scalar-return-1_x.c, scalar-return-2_y.c,
6543         scalar-return-3_x.c, scalar-return-3_y.c,
6544         scalar-return-4_x.c, scalar-return-4_y.c,
6545         struct-align-1.h, struct-align-1_x.c,
6546         struct-align-1_y.c, struct-align-2.h,
6547         struct-align-2_x.c, struct-align-2_y.c,
6548         struct-by-value-10_y.c, struct-by-value-11_x.c,
6549         struct-by-value-11_y.c, struct-by-value-12_x.c,
6550         struct-by-value-12_y.c, struct-by-value-13_x.c,
6551         struct-by-value-13_y.c, struct-by-value-14_x.c,
6552         struct-by-value-14_y.c, struct-by-value-15_x.c,
6553         struct-by-value-15_y.c, struct-by-value-16_y.c,
6554         struct-by-value-17_y.c, struct-by-value-18_y.c,
6555         struct-by-value-19_y.c, struct-by-value-1_x.c,
6556         struct-by-value-1_y.c, struct-by-value-20_y.c,
6557         struct-by-value-2_x.c, struct-by-value-2_y.c,
6558         struct-by-value-3_y.c, struct-by-value-4_x.c,
6559         struct-by-value-4_y.c, struct-by-value-5_y.c,
6560         struct-by-value-6_y.c, struct-by-value-7_y.c
6561         struct-by-value-8_x.c, struct-by-value-8_y.c
6562         struct-by-value-9_x.c, struct-by-value-9_y.c
6563         struct-return-10_x.c, struct-return-10_y.c,
6564         struct-return-19_x.c, struct-return-20_x.c
6565         struct-return-2_x.c, struct-return-2_y.c
6566         struct-return-3_x.c: Guard non-C99 tests with SKIP_COMPLEX_INT,
6567         SKIP_ATTRIBUTE and SKIP_ZERO_ARRAY.  Turns SKIPVA into SKIP_VA.
6568
6569 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
6570
6571         * gcc.dg/tls/alias-1.c: Add dg-warning for unsupported visibility
6572         attribute on sparc*-sun-solaris2.*.
6573
6574 2004-01-18  Mark Mitchell  <mark@codesourcery.com>
6575
6576         PR c++/13710
6577         * g++.dg/ext/typeof7.C: New test.
6578
6579 2004-01-18  David Edelsohn  <edelsohn@gnu.org>
6580
6581         * gcc.dg/array-quals-1.c: xfail on powerpc*-*-aix*.
6582         * gcc.dg/const-elim-1.c: Same.
6583
6584 2004-01-17  Ziemowit Laski  <zlaski@apple.com>
6585
6586         * objc.dg/stret-1.m: New.
6587         * objc.dg/stret-2.m: New.
6588
6589 2004-01-17  Andrew Pinski  <pinskia@physics.uc.edu>
6590
6591         PR c++/11895
6592         * g++.dg/ext/vector1.C: New test.
6593
6594 2004-01-16  Geoffrey Keating  <geoffk@apple.com>
6595
6596         * gcc.dg/pch/import-1.c: New.
6597         * gcc.dg/pch/import-1.hs: New.
6598         * gcc.dg/pch/import-1a.h: New.
6599         * gcc.dg/pch/import-1b.h: New.
6600         * gcc.dg/pch/import-1c.h: New.
6601
6602 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
6603
6604         PR c++/13574
6605         * g++.dg/ext/array1.C: New test.
6606
6607         PR c++/13178
6608         * g++.dg/conversion/op1.C: New test.
6609
6610 2004-01-16  J"orn Rennecke <joern.rennecke@superh.com>
6611
6612         PR 11864
6613         From Kazumoto Kojima / Dan Kegel:
6614         * gcc.dg/pr11864-1.c: New test.
6615
6616         PR 10392
6617         From Marcus Comstedt / Dan Kegel:
6618         * gcc.dg/pr10392-1.c: New test.
6619
6620 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
6621
6622         PR c++/13478
6623         * g++.dg/init/ref10.C: New test.
6624
6625 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6626
6627         PR c++/13407
6628         * g++.dg/parse/typename6.C: New test.
6629
6630 2004-01-15  Geoffrey Keating  <geoffk@apple.com>
6631
6632         PR pch/13361
6633         * testsuite/g++.dg/pch/wchar-1.C: New.
6634         * testsuite/g++.dg/pch/wchar-1.Hs: New.
6635
6636 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6637
6638         PR c++/9259
6639         * g++.dg/expr/sizeof2.C: New test.
6640
6641 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
6642
6643         * gcc.dg/sibcall-3.c: Replace mn10?00 with mn10300.
6644
6645 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
6646
6647         PR c++/13659
6648         * g++.dg/lookup/strong-using-3.C: New.
6649         * g++.dg/lookup/using-10.C: New.
6650
6651 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
6652
6653         PR c++/13594
6654         * g++.dg/lookup/strong-using-2.C: New.
6655
6656 2004-01-15  Marcus Comstedt <marcus@mc.pp.se>
6657             Dan Kegel <dank@kegel.com>
6658             J"orn Rennecke <joern.rennecke@superh.com>
6659
6660         PR target/9365
6661         * gcc.dg/pr9365-1.c: New test.
6662
6663 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6664
6665         PR c++/8856
6666         * g++.dg/parse/casting-operator2.C: New test.
6667         * g++.old-deja/g++.pt/explicit83.C: Remove.
6668
6669 2004-01-14  Joseph S. Myers  <jsm@polyomino.org.uk>
6670
6671         * gcc.dg/label-compound-stmt-1.c: New test.
6672         * gcc.c-torture/compile/950922-1.c,
6673         gcc.c-torture/compile/20000211-3.c,
6674         gcc.c-torture/compile/20000518-1.c,
6675         gcc.c-torture/compile/20021108-1.c: Avoid labels at and of
6676         compound statements.
6677
6678 2004-01-14  Hartmut Penner  <hpenner@de.ibm.com>
6679
6680         * gcc.dg/ppc64-abi-1.c: New test.
6681
6682 2004-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
6683
6684          * g++.dg/ext/attrib9.C: Add dg-warnings.
6685
6686 2004-01-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6687
6688         PR c++/12335
6689         * g++.dg/parse/dtor3.C: New test.
6690
6691 2004-01-13  Andrew Pinski  <pinskia@physics.uc.edu>
6692
6693         PR c++/12709
6694         * g++.dg/parse/try-catch-1.C: New test.
6695
6696 2004-01-13  Arnaud Charlet  <charlet@act-europe.fr>
6697
6698         * ada/acats/run_all.sh: Add more verbose output in acats.log
6699         when compiling tests.
6700
6701 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
6702
6703         PR 13656
6704         * gcc.dg/typedef-redecl.c: New test case.
6705         * gcc.dg/typedef-redecl.h: New support file.
6706
6707 2004-01-13  Jan Hubicka  <jh@suse.cz>
6708
6709         * gcc.dg/always_inline.c: New test.
6710         * gcc.dg/debug/20031231-1.c: Fix.
6711
6712 2004-01-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6713
6714         PR c++/13474
6715         * g++.dg/template/array3.C: New test.
6716
6717 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
6718
6719         * g++.dg/ext/lvalue1.C: No longer expected to fail.
6720         * g++.dg/warn/Wunused-2.C: Likewise.
6721
6722 2004-01-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6723
6724         PR c++/13289
6725         * g++.dg/template/instantiate6.C: New test.
6726
6727 2004-01-12  Roger Sayle  <roger@eyesopen.com>
6728
6729         PR middle-end/11397
6730         * gcc.dg/special/wkali-2.c: Add dg-require-alias.
6731
6732 2004-01-12  Jan Hubicka  <jh@suse.cz>
6733
6734         PR opt/12826
6735         * gcc.dg/20040112-1.c: New.
6736
6737         * gcc.dg/dwarf-die[1-7].c: Move to...
6738         * gcc.dg/debug/dwarf2/dwarf-die[1-7].c: ... here.
6739         * gcc.dg/debug/dwarf2/dwarf2.exp: New.
6740
6741 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
6742
6743         PR c++/4100
6744         * g++.dg/parse/friend4.C: New test.
6745
6746 2004-01-12  Scott Brumbaugh  <scottb.lists@verizon.net>
6747
6748         PR c++/4100
6749         * g++.old-deja/g++.pt/niklas01a.C: Mark an error where a class
6750         definition is called a friend.
6751
6752 2004-01-11  Zack Weinberg  <zack@codesourcery.com>
6753
6754         * gcc.dg/tls/diag-3.c: Tweak dg-error regexp.
6755
6756 2004-01-11  Ian Lance Taylor  <ian@wasabisystems.com>
6757
6758         PR c++/3478
6759         * g++.dg/parse/error10.C: New test.
6760         * g++.dg/template/arg2.C: Accept "invalid type" error.
6761
6762 2004-01-11  Jakub Jelinek  <jakub@redhat.com>
6763
6764         PR middle-end/13392
6765         * g++.dg/opt/expect2.C: New test.
6766
6767 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
6768
6769         * gcc.dg/Wshadow-1.c, gcc.dg/attr-noinline.c, gcc.dg/decl3.c
6770         * gcc.dg/redecl-1.c, gcc.dg/visibility-7.c, gcc.dg/wtr-static-1.c
6771         * gcc.dg/noncompile/20020220-1.c, objc.dg/method-1.m:
6772         Update dg-error regexps.
6773
6774 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
6775
6776         * gcc.c-torture/compile/20021123-2.c: Delete; dup of 20021120-1.c.
6777         * gcc.c-torture/compile/20021123-3.c: Delete; dup of 20021120-2.c.
6778
6779 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
6780
6781         * gcc.dg/pragma-re-1.c: Use right pointer type.
6782
6783 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
6784
6785         * g++.dg/eh/simd-1.c: Ajust line number for dg-error line.
6786
6787 2004-01-09  Geoffrey Keating  <geoffk@apple.com>
6788
6789         * gcc.dg/rs6000-ldouble-1.c: New.
6790
6791 2004-01-10  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6792
6793         DR 337
6794         PR c++/9256
6795         * g++.dg/other/abstract1.C: New test.
6796
6797 2004-01-09  Alexandre Oliva  <aoliva@redhat.com>
6798
6799         * g++.dg/lookup/strong-using-1.C: New.
6800
6801 2004-01-09  Joseph S. Myers  <jsm@polyomino.org.uk>
6802
6803         PR c/11234
6804         * gcc.dg/func-ptr-conv-1.c: New test.
6805         * gcc.dg/weak/weak-6.c, gcc.dg/weak/weak-7.c: Update.
6806
6807 2004-01-09  Kazu Hirata  <kazu@cs.umass.edu>
6808
6809         PR target/13380.
6810         * gcc.c-torture/compile/20040109-1.c: New.
6811
6812 2004-01-08  Stuart Hastings  <stuart@apple.com>
6813
6814         * testsuite/gcc.dg/20020523-2.c (bail_if_no_sse): Moved cpu-ID code...
6815         testsuite/gcc.dg/i386-cpuid.h (i386_cpuid): ...to here, to share with...
6816         * testsuite/gcc.dg/i386-sse-6.c: ...this new testcase.
6817
6818 2004-01-09  Alan Modra  <amodra@bigpond.net.au>
6819
6820         * gcc.dg/array-quals-1.c: Accept .data.rel.ro.
6821
6822 2004-01-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
6823
6824         * ada/acats/run_acats: Treat 'gnatchop' the same way
6825         as 'gnatmake'.  Export GCC_DRIVER.
6826         * ada/acats/run_all.sh: Add target_gnatchop.  Use
6827         'host_gnatchop' and 'target_gnatchop' instead of 'gnatshop'.
6828
6829 2004-01-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6830
6831         PR c++/12573
6832         * g++.dg/template/dependent-expr4.C: New test.
6833
6834 2004-01-08  Hartmut Penner  <hpenner@de.ibm.com>
6835
6836         * gcc.dg/altivec-11.c: New test.
6837
6838 2004-01-07  Mark Mitchell  <mark@codesourcery.com>
6839
6840         * g++.dg/abi/vbase10.C: Use -mstructure-size-boundary=8 on ARM.
6841
6842 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
6843
6844         PR c/6024
6845         * gcc.dg/enum-compat-1.c: New test.
6846         * gcc.c-torture/execute/builtin-types-compatible-p.c: Update.
6847
6848 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
6849
6850         PR c/12165
6851         * gcc.dg/array-quals-1.c, gcc.dg/c90-idem-qual-3.c,
6852         gcc.dg/c99-idem-qual-3.c: New tests.
6853
6854 2004-01-07  Alan Modra  <amodra@bigpond.net.au>
6855
6856         * gcc.dg/winline-7.c: Don't cast void * to int.
6857
6858 2004-01-06  Jan Hubicka  <jh@suse.cz>
6859
6860         * gcc.dg/i386-sse-5.c: New test
6861         * g++.dg/eh/simd-1.c: Add -w argument for i386.
6862
6863 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
6864
6865         PR c++/12815
6866         * g++.dg/rtti/typeid4.C: New test.
6867
6868 2004-01-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
6869
6870         * gcc.dg/compat/sdata-section.h: Declare 'abort'.
6871
6872 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
6873
6874         PR c++/12132
6875         * g++.dg/template/error11.C: New test.
6876
6877         PR c++/13451
6878         * g++.dg/template/class2.C: New test.
6879
6880 2004-01-05  Nathan Sidwell  <nathan@codesourcery.com>
6881         Richard Sandiford <rsandifo@redhat.com>
6882
6883         PR c++/13387
6884         * g++.dg/opt/alias3.C: New test.
6885
6886 2004-01-04  Mark Mitchell  <mark@codesourcery.com>
6887
6888         PR c++/13157
6889         * g++.dg/template/koenig3.C: New test.
6890
6891         PR c++/13529
6892         * g++.dg/parse/offsetof3.C: New test.
6893
6894         * g++.dg/init/copy7.C: Add missing dg-error markers.
6895
6896         PR c++/12226
6897         * g++.dg/init/copy7.c: New test.
6898
6899         PR c++/13536
6900         * g++.dg/parse/cast1.C: New test.
6901
6902 2004-01-04  Jan Hubicka  <jh@suse.cz>
6903
6904         * gcc.dg/winline[1-7].c: New tests.
6905
6906 2004-01-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6907
6908         PR c++/13520
6909         * g++.dg/template/qualttp22.C: New test.
6910
6911 2004-01-01  Jan Hubicka  <jh@suse.cz>
6912
6913         * gcc.dg/debug/20031231-1.c: New.
6914         * gcc.c-torture/compile/20040101-1.c: New.
6915         * gcc.dg/dwarf-die-[1-7].c: New.
6916
6917 2004-01-01  Jakub Jelinek  <jakub@redhat.com>
6918
6919         PR optimization/13521
6920         * gcc.c-torture/compile/20031231-1.c: New test.
6921
6922 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
6923
6924         * gcc.dg/sibcall-4.c: Replace mn10?00 with mn10300.
6925
6926 2003-12-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6927
6928         PR c++/10079
6929         * g++.dg/template/crash16.C: New test.
6930
6931 2003-12-30  Mark Mitchell  <mark@codesourcery.com>
6932
6933         * g++.dg/abi/vbase10.C: XFAIL on arm*-*-*.
6934
6935 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
6936
6937         * g++.old-deja/g++.jason/thunk2.C: Remove traces of dead
6938         ports.
6939         * g++.old-deja/g++.jason/thunk3.C: Likewise.
6940         * g++.old-deja/g++.law/profile1.C: Likewise.
6941         * gcc.c-torture/compile/981006-1.c: Likewise.
6942         * gcc.c-torture/execute/loop-2e.x: Likewise.
6943         * gcc.c-torture/execute/loop-2f.x: Remove.
6944         * gcc.c-torture/execute/loop-2g.x: Likewise.
6945         * gcc.c-torture/execute/strct-varg-1.x: Likewise.
6946         * gcc.dg/20020312-2.c: Remove traces of dead ports.
6947
6948 2003-12-30  Nathan Sidwell  <nathan@codesourcery.com>
6949
6950         PR c++/13507
6951         * g++.dg/ext/attrib11.C: New test.
6952
6953         PR c++/13494
6954         * g++.dg/template/array2-1.C: New test.
6955         * g++.dg/template/array2-2.C: New test.
6956
6957 2003-12-29  Mark Mitchell  <mark@codesourcery.com>
6958
6959         * g++.old-deja/g++.pt/static11.C: Correct XFAIL syntax.
6960
6961 2003-12-29  Nathan Sidwell  <nathan@codesourcery.com>
6962
6963         PR c++/12774
6964         * g++.dg/template/array1-1.C: New test.
6965         * g++.dg/template/array1-2.C: New test.
6966
6967 2003-12-29  Roger Sayle  <roger@eyesopen.com>
6968
6969         PR fortran/12632
6970         * g77.dg/12632.f: New test case.
6971
6972 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6973
6974         PR c++/13289
6975         * g++.dg/parse/nontype1.C: New test.
6976
6977 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6978
6979         PR c++/12403
6980         * g++.dg/parse/explicit1.C: New test.
6981         * g++.old-deja/g++.pt/explicit71.C: Adjust expected error.
6982
6983 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
6984
6985         PR c++/13081
6986         * g++.dg/opt/inline6.C: New test.
6987
6988         PR c++/12613
6989         * g++.dg/parse/error9.C: New test.
6990
6991         * gcc.dg/const-elim-1.c: XFAIL on arm-*-*.
6992
6993 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
6994
6995         PR c++/13009
6996         * g++.dg/init/assign1.C: New test.
6997
6998 2003-12-28  Roger Sayle  <roger@eyesopen.com>
6999
7000         PR c++/13070
7001         * g++.dg/warn/format3.C: New test case.
7002
7003 2003-12-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7004
7005         * gcc.c-torture/compile/20031227-1.c: New test.
7006
7007 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
7008
7009         * g++.dg/bprob/bprob.exp: Load target-supports.exp
7010         * g77.dg/bprob/bprob.exp: Likewise.
7011         * gcc.misc-tests/bprob.exp: Likewise.
7012         * gcc.dg/builtins-18.c: Use builtins-config.h.  Do not test float
7013         variants on systems where the library does not provide that
7014         functionality.
7015         * gcc.dg/builtins-20.c: Use builtins-config.h.
7016         * gcc.dg/builtins-config.h: New file.
7017
7018 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
7019
7020         * lib/gcc-dg.exp (dg-require-profiling): New function.
7021         * lib/target-supports.exp (check_profiling_available): Likewise.
7022         * g++.dg/bprob/bprob.exp: Use check_profiling_available.
7023         * g77.dg/bprob/bprob.exp: Likewise.
7024         * gcc.misc-tests/bprob.exp: Likewise.
7025         * g++.old-deja/g++.law/profile1.C: Use dg-require-profiling.
7026         * gcc.dg/20021014-1.c: Likewise.
7027         * gcc.dg/nest.c: Likewise.
7028
7029 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
7030
7031         * g++.dg/lookup/java1.C: Use -fdollars-in-identifiers when
7032         compiling.
7033         * g++.dg/lookup/java2.C: Likewise.
7034         * gcc.dg/cpp/lexident.c: Likewise.
7035
7036 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
7037
7038         * gcc.c-torture/compile/20020604-1.c: XFAIL on H8 if -mn is
7039         given.
7040         * gcc.c-torture/compile/961203-1.c: Likewise.
7041         * gcc.c-torture/compile/980506-1.c: Likewise.
7042
7043 2003-12-23  Zack Weinberg  <zack@codesourcery.com>
7044
7045         * lib/gcc-dg.exp (dg-prune-output): New annotation.
7046         (additional_prunes): New global.
7047         (gcc-dg-prune): Handle additional per-test pruning.
7048         (dg-test): Clear additional_prunes between tests.
7049
7050         * gcc.c-torture/compile/920625-1.c: Remove xfail.  Use
7051         dg-prune-output to avoid spurious failures from assembler
7052         complaining about nonexistent WAW violations.
7053         * gcc.c-torture/compile/981223-1.c: Remove dg-options line.
7054         Use dg-prune-output to avoid spurious failures from assembler
7055         warning about Itanium B-step errata.
7056
7057 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
7058
7059         * g++.dg/abi/macro0.C: New test.
7060         * g++.dg/abi/macro1.C: Likewise.
7061         * g++.dg/abi/macro2.C: Likewise.
7062
7063         * g++.dg/abi/bitfield5.C: Add explicit -fabi-version=1 option.
7064         * g++.dg/abi/bitfield7.C: Likewise.
7065         * g++.dg/abi/dtor2.C: Likewise.
7066         * g++.dg/abi/mangle11.C: Likewise.
7067         * g++.dg/abi/mangle12.C: Likewise.
7068         * g++.dg/abi/mangle14.C: Likewise.
7069         * g++.dg/abi/mangle17.C: Likewise.
7070         * g++.dg/abi/vbase10.C: Likewise.
7071         * g++.dg/abi/vbase14.C: Likewise.
7072         * g++.dg/template/qualttp17.C: Likewise.
7073
7074 2003-12-21  Andrew Pinski  <pinskia@physics.uc.edu>
7075
7076         PR c/11995
7077         * gcc.dg/20031223-1.c: New test.
7078
7079 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
7080
7081         * gcc.dg/noreturn-7.c: New test.
7082
7083 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
7084
7085         * gcc.dg/null-pointer-1.c: New test.
7086
7087 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
7088
7089         * g++.old-deja/g++.jason/template18.C: Remove.
7090         * g++.old-deja/g++.jason/template37.C: Likewise.
7091
7092         PR c++/12862
7093         * g++.dg/lookup/ns1.C: New test.
7094
7095         PR c++/12397
7096         * g++.dg/template/lookup3.C: New test.
7097
7098 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
7099
7100         * g++.dg/template/recurse1.C: New test
7101
7102 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
7103
7104         PR c++/12479
7105         * g++.dg/parse/semicolon1.C: New test.
7106         * g++.dg/parse/semicolon1.h: Likewise.
7107
7108 2003-12-22  Fariborz Jahanian <fjahanian@apple.com>
7109
7110         * gcc.dg/darwin-misaligned.c: New test.
7111
7112 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
7113
7114         PR c/9163
7115         * gcc.dg/20031222-1.c: New test.
7116
7117 2003-12-21  Mark Mitchell  <mark@codesourcery.com>
7118
7119         PR c++/13438
7120         * g++.dg/parse/error8.C: New test.
7121
7122         PR c++/11554
7123         * testsuite/g++.dg/warn/ctor-init-1.C: New test.
7124
7125 2003-12-21  Kazu Hirata  <kazu@cs.umass.edu>
7126
7127         * gcc.c-torture/compile/20020910-1.c: Disable if __INT_MAX is
7128         too small.
7129         * gcc.c-torture/compile/930217-1.c: Likewise.
7130         * gcc.c-torture/compile/930513-1.c: Likewise.
7131         * gcc.c-torture/execute/920908-2.c: Likewise.
7132         * gcc.c-torture/execute/921204-1.c: Likewise.
7133         * gcc.c-torture/execute/930621-1.c: Likewise.
7134         * gcc.c-torture/execute/930630-1.c: Likewise.
7135         * gcc.c-torture/execute/931031-1.c: Likewise.
7136         * gcc.c-torture/execute/980602-2.c: Likewise.
7137         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
7138         * gcc.c-torture/execute/compndlit-1.c: Likewise.
7139         * gcc.c-torture/execute/extzvsi.c: Likewise.
7140         * gcc.c-torture/unsorted/ext.c: Likewise.
7141
7142 2003-12-20  Andrew Pinski  <pinskia@gcc.gnu.org>
7143
7144         PR target/12749
7145         * gcc.c-torture/compile/20031220-2.c: New test case.
7146
7147 2003-12-20  Roger Sayle  <roger@eyesopen.com>
7148
7149         PR optimization/13031
7150         * gcc.c-torture/compile/20031220-1.c: New test case.
7151
7152 2003-12-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
7153
7154         * gcc.dg/cast-function-1.c: New test.
7155
7156 2003-12-19  Joseph S. Myers  <jsm@polyomino.org.uk>
7157
7158         * gcc.dg/format/ext-1.c: Allow 'I' flag on floating point decimal
7159         formats.
7160
7161 2003-12-19  Mark Mitchell  <mark@codesourcery.com>
7162
7163         PR c++/12795
7164         * g++.dg/ext/attrib10.C: New test.
7165
7166 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
7167
7168         * gcc.dg/cleanup-10.c: New test.
7169         * gcc.dg/cleanup-11.c: New test.
7170
7171 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
7172
7173         PR c++/13239
7174         * g++.dg/opt/expect1.C: New test.
7175
7176 2003-12-19  Hartmut Penner  <hpenner@de.ibm.com>
7177
7178         * gcc.dg/altivec-varargs-1.c: Enable testcase on ppc linux.
7179
7180 2003-12-18  Andrew Pinski  <pinskia@physics.uc.edu>
7181
7182         PR debug/12923
7183         * gcc.dg/20031218-1.c: New test.
7184
7185         PR debug/12389
7186         * gcc.dg/20031218-2.c: New test.
7187         * gcc.dg/20031218-3.c: New test.
7188
7189         * g++.dg/abi/mangle18-1.C: Modify regexp to test for `[: \t\n]' at end
7190         of label name and allow for USER_LABEL_PREFIX == "_" names.
7191         * g++.dg/abi/mangle18-2.C: Likewise.
7192         * g++.dg/abi/mangle19-1.C: Likewise.
7193         * g++.dg/abi/mangle19-2.C: Likewise.
7194         * g++.dg/abi/mangle20-1.C: Likewise.
7195         * g++.dg/abi/mangle20-2.C: Likewise.
7196
7197 2003-12-18  Richard Henderson  <rth@redhat.com>
7198
7199         * gcc.dg/bitfld-1.c: Expect warnings for enum bitfields.
7200
7201 2003-12-18  Steven Bosscher  <steven@gcc.gnu.org>
7202             Dan Kegel <dank@kegel.com>
7203
7204         PR other/12009
7205         * g++.dg/compat/compat.exp:  Do not set LD_LIBRARY_PATH when
7206         testing a cross compiler, it causes spurious compile failures.
7207         * lib/g++.exp: Likewise.
7208
7209 2003-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7210
7211         PR c++/13262
7212         * g++.dg/template/access13.C: New test.
7213
7214 2003-12-18  Ulrich Weigand  <uweigand@de.ibm.com>
7215
7216         * gcc.dg/20031216-1.c: New test.
7217
7218 2003-12-18  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7219
7220         PR c++/9154
7221         * g++.dg/template/error10.C: New test.
7222
7223 2003-12-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
7224
7225         * g++.dg/eh/simd-1.C: XFAIL on SPARC.
7226         * g++.dg/eh/simd-2.C: Likewise.
7227
7228 2003-12-17  James E Wilson  <wilson@specifixinc.com>
7229             Roger Sayle  <roger@eyesopen.com>
7230
7231         * gcc.c-torture/execute/ieee/mzero5.c: New.
7232
7233 2003-12-17  Mark Mitchell  <mark@codesourcery.com>
7234
7235         PR c++/10603
7236         * g++.dg/parse/error6.C: New test.
7237
7238         PR c++/12827
7239         * g++.dg/parse/error7.C: New test.
7240
7241 2003-12-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
7242
7243         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Do not run debug-[12].c
7244         at -O with stabs debugging formats.
7245         * gcc.dg/debug/debug-1.c: Turn 'p' into a global variable.
7246         * gcc.dg/debug/debug-2.c: Likewise.
7247
7248 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
7249
7250         PR c++/12696
7251         * g++.dg/init/error1.C: New test.
7252
7253         PR c++/12218
7254         * g++.dg/init/pm3.C: New test.
7255
7256 2003-12-17  Joseph S. Myers  <jsm@polyomino.org.uk>
7257
7258         PR c/3347
7259         * gcc.dg/bitfld-8.c: New test.
7260
7261 2003-12-16  James Lemke  <jim@wasabisystems.com>
7262
7263         * gcc.dg/arm-scd42-[123].c: New tests.
7264
7265 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
7266
7267         PR c++/9043
7268         * g++.dg/abi/mangle20-1.C: New test.
7269         * g++.dg/abi/mangle20-2.C: New test.
7270
7271 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
7272
7273         PR c++/13275
7274         * g++.dg/other/offsetof2.C: Remove XFAIL.
7275         * g++.dg/parse/offsetof1.C: New test.
7276         * g++.gd/parse/offsetof2.C: Likewise.
7277
7278 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7279
7280         * g++.dg/template/nontype3.C: New test.
7281         * g++.dg/template/static2.C: Tweaked the dg-error clause.
7282
7283 2003-12-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7284
7285         * g++.dg/warn/noreturn-3.C: Also test instantiation.
7286
7287 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
7288
7289         PR c++/13387
7290         * g++.dg/expr/assign1.C: New test.
7291
7292         PR c++/13242
7293         * g++.dg/abi/mangle19-1.C: New test.
7294         * g++.dg/abi/mangle19-2.C: New test.
7295
7296 2003-12-16  Hartmut Penner  <hpenner@de.ibm.com>
7297
7298         * testsuite/gcc.dg/altivec-10.c: Test vec_cmple and vec_all_numeric.
7299
7300 2003-12-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
7301
7302         * gcc.c-torture/execute/20031216-1.c: New test.
7303
7304 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7305
7306         * g++.dg/template/ptrmem7.C: Simplified the test case to not hit
7307         an ICE regression.
7308
7309 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
7310
7311         PR c++/10926
7312         * g++.dg/template/error9.C: New test.
7313
7314         PR c++/11116
7315         * g++.dg/template/error8.C: New test.
7316
7317 2003-12-15  Roger Sayle  <roger@eyesopen.com>
7318
7319         PR middle-end/13400
7320         * gcc.c-torture/execute/20031215-1.c: New test case.
7321
7322 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
7323
7324         PR c++/13269
7325         * g++.dg/parse/error5.C: New test.
7326
7327         PR c++/12989
7328         * g++.dg/expr/sizeof1.C: New test.
7329
7330         PR c++/13310
7331         * g++.dg/template/crash15.C: New test.
7332
7333 2003-12-15  Geoffrey Keating  <geoffk@apple.com>
7334
7335         * g++.old-deja/g++.pt/vaarg3.C: Don't expect an error for passing
7336         a non-POD type as the last named parameter of a varargs function.
7337
7338 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
7339
7340         PR c++/13243
7341         PR c++/12573
7342         * g++.dg/template/crash14.C: New test.
7343         * g++.dg/template/dependent-expr3.C: Add dg-error markers.
7344
7345 2003-12-15  Nathan Sidwell  <nathan@codesourcery.com>
7346
7347         * g++.dg/other/java1.C: New test.
7348
7349         PR c++/13241
7350         * g++.dg/abi/mangle18-1.C: New test.
7351         * g++.dg/abi/mangle18-2.C: New test.
7352
7353 2003-12-15  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7354
7355         PR optimization/10312
7356         * gcc.c-torture/execute/20031214-1.c: New.
7357
7358 2003-12-14  Mark Mitchell  <mark@codesourcery.com>
7359
7360         PR c++/10779
7361         PR c++/12160
7362         * g++.dg/parse/error3.C: New test.
7363         * g++.dg/parse/error4.C: Likewise.
7364         * g++.dg/abi/mangle4.C: Tweak error messages.
7365         * g++.dg/lookup/using5.C: Likewise.
7366         * g++.dg/other/error2.C: Likewise.
7367         * g++.dg/parse/typename5.C: Likewise.
7368         * g++.dg/parse/undefined1.C: Likewise.
7369         * g++.dg/template/arg2.C: Likewise.
7370         * g++.dg/template/ttp3.C: Likewise.
7371         * g++.dg/template/type1.C: Likewise.
7372         * g++.old-deja/g++.other/crash32.C: Likewise.
7373         * g++.old-djea/g++.pt/defarg8.C: Likewise.
7374
7375 2003-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7376
7377         PR c++/13106
7378         * g++.dg/warn/noreturn-3.C: New test.
7379
7380 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
7381
7382         PR c++/13118
7383         * g++.dg/abi/covariant3.C: New.
7384
7385 2003-12-12  Jakub Jelinek  <jakub@redhat.com>
7386
7387         * g++.dg/eh/ia64-1.C: New test.
7388
7389 2003-12-12  Roger Sayle  <roger@eyesopen.com>
7390
7391         PR optimization/13037
7392         * g77.f-torture/execute/13037.f: New test case.
7393
7394 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
7395
7396         PR c++/12881
7397         * g++.dg/abi/covariant2.C: New.
7398
7399 2003-12-12  Neil Booth  <neil@daikokuya.co.uk>
7400
7401         * testsuite/gcc.dg/cpp/trad/macro.c: New tests.
7402
7403 2003-12-11  Zack Weinberg  <zack@codesourcery.com>
7404
7405         * gcc.c-torture/execute/wchar_t-1.x: Delete.
7406
7407 2003-12-10  Robert Schiele  <rschiele@uni-mannheim.de>
7408
7409         PR other/10819
7410         * lib/gcc.exp (default_gcc_version): Do not match NL/CR characters
7411         to fix Bug 10819.
7412         * lib/g++.exp (g++_version): Likewise.
7413         * lib/g77.exp (g77_version): Likewise.
7414         * lib/objc.exp (default_objc_version): Likewise.
7415
7416 2003-12-10  Richard Henderson  <rth@redhat.com>
7417
7418         * gcc.c-torture/execute/wchar_t-1.c: Convert to utf-8.
7419
7420         * gcc.dg/intermod-1.c: Adjust assembler scan pattern for alpha.
7421
7422 2003-12-08  Matt Austern  <austern@apple.com>
7423
7424         PR c/13134
7425         * lib/gcc-dg.exp (dg-require-visibility): Define.
7426         * lib/target-supports (check_visibility_available): Define.
7427         * gcc.dg/visibility-1.c: New test.
7428         * gcc.dg/visibility-2.c: Likewise.
7429         * gcc.dg/visibility-3.c: Likewise.
7430         * gcc.dg/visibility-4.c: Likewise.
7431         * gcc.dg/visibility-5.c: Likewise.
7432         * gcc.dg/visibility-6.c: Likewise.
7433         * g++.dg/ext/visibility-1.C: Likewise.
7434         * g++.dg/ext/visibility-2.C: Likewise.
7435         * g++.dg/ext/visibility-3.C: Likewise.
7436         * g++.dg/ext/visibility-4.C: Likewise.
7437         * g++.dg/ext/visibility-5.C: Likewise.
7438         * g++.dg/ext/visibility-6.C: Likewise.
7439
7440 2003-12-07  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7441
7442         * g++.dg/lookup/java1.C: New test.
7443         * g++.dg/lookup/java2.C: New test.
7444
7445 2003-12-07  Falk Hueffner  <falk@debian.org>
7446
7447         * g++.dg/opt/noreturn-1.C: New test.
7448
7449 2003-12-07  Wolfgang Bangerth  <bangerth@dealii.org>
7450
7451         * gcc.dg/overflow-1.c: New test.
7452
7453 2003-12-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
7454
7455         * g77.f-torture/compile/13060.f: New test.
7456
7457 2003-12-06  Mark Mitchell  <mark@codesourcery.com>
7458
7459         PR c++/13323
7460         * g++.dg/inherit/operator2.C: New test.
7461
7462 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
7463
7464         PR c++/13305
7465         * g++.dg/ext/attrib9.C: New test.
7466
7467 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
7468
7469         PR c++/13314
7470         * g++.dg/template/error7.C: New test.
7471
7472 2003-12-05  Stuart Menefy <stuart.menefy@st.com>
7473             J"orn Rennecke <joern.rennecke@superh.com>
7474
7475         PR target/13302
7476         * g++.dg/other/struct-va_list.C: New test.
7477
7478 2003-12-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7479
7480         PR c++/13166
7481         * g++.dg/parse/defarg6.C: New test.
7482
7483 2003-12-05  Hans-Peter Nilsson  <hp@axis.com>
7484
7485         PR target/13256
7486         * gcc.c-torture/execute/20031201-1.c: New test.
7487
7488 2003-12-05  Arnaud Charlet  <charlet@act-europe.fr>
7489
7490         * ada/acats/run_acats: Add checks against missing gnatlib/gnattools.
7491
7492 2003-12-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
7493
7494         * gcc.dg/builtin-return-1.c: New test.
7495
7496 2003-12-04  Stuart Menefy <stuart.menefy@st.com>
7497             J"orn Rennecke <joern.rennecke@superh.com>
7498
7499         PR optimization/13260
7500         * gcc.c-torture/execute/20031204-1.c: New test.
7501
7502 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
7503
7504         PR c++/9127
7505         * g++.dg/template/error6.C: New test.
7506
7507 2003-12-03  Jakub Jelinek  <jakub@redhat.com>
7508
7509         * gcc.dg/20031202-1.c: New test.
7510
7511 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
7512
7513         PR c++/13179
7514         * g++.dg/template/eh1.C: New test.
7515
7516         PR c++/10771
7517         * g++.dg/template/error5.C: New test.
7518
7519 2003-12-02  David Ung  <davidu@mips.com>
7520
7521         * gcc.dg/compat/vector-check.h: Corrected type for var
7522         g_##TMODE
7523
7524 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7525
7526         PR c++/10126
7527         * g++.dg/template/ptrmem8.C: New test.
7528
7529 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7530
7531         PR c++/12573
7532         * g++.dg/template/dependent-expr3.C: New test.
7533
7534 2003-12-01  James Lemke  <jim@wasabisystems.com>
7535
7536         * gcc.dg/arm-g2.c: New test.
7537
7538 2003-12-01  Roger Sayle  <roger@eyesopen.com>
7539
7540         PR optimization/11634
7541         * gcc.dg/20031201-2.c: New test case.
7542
7543 2003-12-01  Zack Weinberg  <zack@codesourcery.com>
7544
7545         PR 11433
7546         * objc.dg/proto-lossage-3.m: New test.
7547
7548 2003-12-01  Roger Sayle  <roger@eyesopen.com>
7549
7550         PR optimization/12628
7551         * gcc.dg/20031201-1.c: New test case.
7552
7553 2003-12-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
7554
7555         * gcc.dg/unaligned-1.c: New test.
7556
7557 2003-11-30  Mark Mitchell  <mark@codesourcery.com>
7558
7559         PR c++/9849
7560         * g++.dg/template/error4.C: New test.
7561         * g++.dg/template/nested3.C: Adjust error markers.
7562
7563 2003-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7564
7565         * gcc.dg/cpp/assert4.c: Check more #system assertions.
7566
7567 2003-11-29  Joseph S. Myers  <jsm@polyomino.org.uk>
7568
7569         PR c/10333
7570         * gcc.dg/bitfld-7.c: New test.
7571
7572 2003-11-29  Richard Sandiford  <rsandifo@redhat.com>
7573
7574         * gcc.dg/tls/asm-1.C: New test.
7575
7576 2003-11-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7577
7578         * gcc.dg/cpp/assert4.c: Update.
7579
7580 2003-11-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
7581
7582         * gcc.dg/builtin-apply2.c: Set size of stack argument data to 64.
7583         * gcc.dg/builtin-apply3.c: New test.
7584
7585 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
7586
7587         * lib/compat.exp (compat-obj): New xfaildata parameter.
7588         Use it to set compiler_conditional_xfail_data before compiling.
7589         (compat-get-options): Handle dg-xfail-if.
7590         (compat-execute): Retrieve XFAIL data and pass them to compat-obj.
7591         * gcc.dg/compat/vector-1_x.c: XFAIL on SPARC.
7592         * gcc.dg/compat/vector-1_y.c: Likewise.
7593         * gcc.dg/compat/vector-2_x.c: Likewise.
7594         * gcc.dg/compat/vector-2_y.c: Likewise.
7595
7596 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
7597
7598         * g++.dg/opt/reg-stack4.C: New test.
7599
7600 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
7601
7602         * gcc.dg/builtin-apply2.c: New test.
7603
7604 2003-11-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
7605
7606         * gcc.c-torture/compile/20031023-4.c: Don't XFAIL on SPARC64.
7607
7608 2003-11-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7609
7610         PR c++/12924
7611         * g++.dg/template/template-id-2.C: New test.
7612
7613 2003-11-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7614
7615         PR c++/5369
7616         * g++.dg/template/memfriend1.C: New test.
7617         * g++.dg/template/memfriend2.C: Likewise.
7618         * g++.dg/template/memfriend3.C: Likewise.
7619         * g++.dg/template/memfriend4.C: Likewise.
7620         * g++.dg/template/memfriend5.C: Likewise.
7621         * g++.dg/template/memfriend6.C: Likewise.
7622         * g++.dg/template/memfriend7.C: Likewise.
7623         * g++.dg/template/memfriend8.C: Likewise.
7624         * g++.old-deja/g++.pt/friend44.C: Remove a bogus error.
7625
7626 2003-11-21  Mark Mitchell  <mark@codesourcery.com>
7627
7628         PR c++/12515
7629         * g++.dg/ext/cond1.C: New test.
7630
7631 2003-11-20  Richard Henderson  <rth@redhat.com>
7632
7633         * gcc.dg/20020201-2.c: Remove.
7634         * gcc.dg/20020201-4.c: Remove.
7635         * gcc.dg/20020304-1.c: Remove.
7636
7637 2003-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7638
7639         * gcc.dg/cpp/trad/xwin1.c: New test case.
7640
7641 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
7642
7643         * g++.dg/compat/compat.exp: Add DYLD_LIBRARY_PATH for darwin.
7644         * lib/g77.exp: Likewise.
7645         * lib/objc.exp: Likewise.
7646         * lib/g++.exp: Likewise, add -multiply_defined suppress flag
7647         for darwin.
7648
7649 2003-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7650
7651         PR c++/12932
7652         * g++.dg/template/static5.C: New test.
7653
7654 2003-11-18  Joseph S. Myers  <jsm@polyomino.org.uk>
7655
7656         * gcc.dg/nested-func-1.c: New test.
7657
7658 2003-11-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7659
7660         * gcc.dg/cpp/assert4.c: New test.
7661
7662 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
7663
7664         PR c++/2294
7665         * g++.dg/lookup/using9.c: New test.
7666
7667 2003-11-14  Mark Mitchell  <mark@codesourcery.com>
7668
7669         PR c++/12762
7670         * g++.dg/template/error3.C: New test.
7671
7672 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
7673
7674         PR ada/13035
7675         * ada/acats/run_acats, run_all.sh: Fix syntax error.
7676         No longer use a wrapper for gcc, since this does not work under
7677         Windows.
7678
7679 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
7680
7681         PR c++/2094
7682         * g++.dg/template/ptrmem7.C: New test.
7683
7684 2003-11-13  Andrew Pinski <apinski@apple.com>
7685
7686         * gcc.c-torture/compile/20031113-1.c: New test.
7687
7688 2003-11-13  Mark Mitchell  <mark@codesourcery.com>
7689             Kean Johnston <jkj@sco.com>
7690
7691         PR c/13029
7692         * gcc.dg/unused-4.c: Update.
7693
7694 2003-11-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
7695
7696         * g++.dg/opt/const3.C: New test.
7697
7698 2003-11-13  Jan Hubicka  <jh@suse.cz>
7699
7700         * gcc.c-torture/compile/20031112-1.c: New test.
7701
7702 2003-11-12  Mark Mitchell  <mark@codesourcery.com>
7703
7704         * g++.dg/parse/crash10.C: Remove bogus error marker.
7705
7706 2003-11-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7707
7708         * ada/acats/run_acats (host_gnatmake): Use type in a /bin/sh script.
7709         (host_gcc): Likewise.
7710         (ROOT): Honor $PWDCMD.
7711         (BASE): Likewise.
7712         * ada/acats/run_all.sh (dir): Honor $PWDCMD.
7713
7714 2003-11-12  Catherine Moore  <clm@redhat.com>
7715
7716         * gcc.c-torture/execute/20020720-1.x:  Add xfail for frv-*-*.
7717
7718 2003-11-12  Andreas Jaeger  <aj@suse.de>
7719             Jakub Jelinek  <jakub@redhat.com>
7720             Andrew Pinski  <pinskia@physics.uc.edu>
7721             Richard Henderson  <rth@redhat.com>
7722
7723         * gcc.dg/c90-const-expr-2.c (foo): Avoid extra warning on 64-bit
7724         systems.
7725         * gcc.dg/c99-const-expr-2.c (foo): Likewise.
7726
7727         * gcc.dg/20030926-1.c: Make it work on x86_64 systems.
7728         * gcc.dg/i386-pentium4-not-mull.c: Likewise.
7729
7730 2003-11-11  Andreas Jaeger  <aj@suse.de>
7731
7732         * gcc.c-torture/execute/20020720-1.x: Test passes also on x86_64.
7733
7734         * gcc.c-torture/execute/20020227-1.x: Test passes also on x86_64.
7735
7736 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
7737
7738         * ada/acats/run_all.sh: Add handling of unsupported (tasking) tests.
7739         Clean ups.
7740
7741 2003-11-10  Waldek Hebisch  <hebisch@math.uni.wroc.pl>
7742
7743         * gcc.dg/trampoline-1.c: New test.
7744
7745 2003-11-09  Andrew Pinski  <pinskia@physics.uc.edu>
7746
7747         * gcc.c-torture/compile/200031109-1.c: New test.
7748
7749 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
7750
7751         PR c/3190
7752         PR c/8714
7753         * gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
7754         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/ext3.c,
7755         gcc.dg/format/no-y2k-1.c: Update.
7756
7757 2003-11-08  Roger Sayle  <roger@eyesopen.com>
7758
7759         PR optimization/10467
7760         * gcc.dg/20031108-1.c: New test case.
7761
7762 2003-11-07  Geoffrey Keating  <geoffk@apple.com>
7763
7764         * gcc.dg/pch/warn-1.c: Allow for more helpful error message.
7765
7766 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
7767
7768         * gcc.dg/compound-lvalue-1.c: New test.
7769         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Remove
7770         some XFAILs.
7771
7772 2003-11-06  Geoffrey Keating  <geoffk@apple.com>
7773
7774         * gcc.dg/altivec-varargs-1.c: New test.
7775
7776 2003-11-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
7777
7778         * gcc.c-torture/compile/20031023-4.c: XFAIL on SPARC64
7779         * gcc.c-torture/compile/simd-5.c: XFAIL on SPARC64 at -O0 and -O1.
7780         * gcc.c-torture/execute/simd-4.x: New file.  XFAIL on SPARC at -O0.
7781         * gcc.c-torture/execute/va-arg-25.x: New file.  XFAIL on SPARC.
7782         * gcc.dg/uninit-C.c: XFAIL on non 64-bit Solaris versions.
7783
7784 2003-11-05  Joseph S. Myers  <jsm@polyomino.org.uk>
7785
7786         * gcc.dg/cond-lvalue-1.c: New test.
7787
7788 2003-11-05  Gernot Hillier  <gernot.hillier@siemens.com>
7789
7790         * g++.old-deja/g++.pt/asm1.C: Enable for e.g. x86_64-*-linux-gnu.
7791
7792 2003-11-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7793
7794         PR c++/11616
7795         * g++.dg/template/instantiate5.C: New test.
7796
7797 2003-11-03  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7798
7799         PR c++/12726
7800         * g++.dg/ext/complit2.C: Replace test with self-contained version.
7801         * ChangeLog: Add missing first entry for above test.
7802
7803 2003-11-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7804
7805         PR c++/9810
7806         * g++.dg/template/using8.C: New test.
7807         * g++.old-deja/g++.other/access11.C: Adjust expected error location.
7808
7809 2003-11-02  Roger Sayle  <roger@eyesopen.com>
7810
7811         PR optimization/10817
7812         * gcc.c-torture/compile/20031102-1.c: New test case.
7813
7814 2003-11-02  Kazu Hirata  <kazu@cs.umass.edu>
7815
7816         * gcc.c-torture/execute/va-arg-25.c: Enable only if INT_MAX ==
7817         2147483647.
7818
7819 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
7820
7821         * gcc.dg/20031102-1.c: New test.
7822
7823 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
7824
7825         * gcc.dg/complex-1.c: New test.
7826
7827 2003-11-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7828
7829         PR c++/12796
7830         * g++.dg/template/crash13.C: Adjust expected error location.
7831         * g++.old-deja/g++.brendan/ns1.C: Likewise.
7832
7833 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
7834
7835         * g++.dg/bprob/bprob.exp: Disable test on arm-elf configs.
7836
7837 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
7838
7839         PR/10239
7840         * gcc.c-torture/compile/20031031-2.c: New test.
7841
7842 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
7843
7844         PR/11640
7845         * gcc.c-torture/compile/20031031-1.c: New test.
7846
7847 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
7848
7849         * g77.dg/bprob/bprob.exp: Disable test on arm-elf configs.
7850         * gcc.misc-tests/bprob.exp: Likewise.
7851         * g77.dg/execute/20001201.x, 6367.x, io0.x, io1.x, u77-test.x: XFAIL
7852         the execution test on arm-elf configs.
7853         * g77.dg/execute/10197.x: New file.  XFAIL the execution test on
7854         configs that don't support scratch files.
7855         * g77.dg/execute/u77-test.x: XFAIL compilation on arm-elf configs.
7856
7857 2003-10-30  Arnaud Charlet  <charlet@act-europe.fr>
7858
7859         * ada/acats/run_all.sh: Do not print PASS messages to stdout, as
7860         done by dejagnu.
7861
7862 2003-10-29  Arnaud Charlet  <charlet@act-europe.fr>
7863
7864         * ada/acats/run_all.sh: Redirect mv output to /dev/null
7865         Avoid non pure sh syntax. Add more logging.
7866
7867         * ada/acats/norun.lst: Disable cdd2a03, since it is expected to
7868         fail.
7869
7870 2003-10-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7871
7872         PR libgcj/10610
7873         * gcc.dg/ppc-stackalign-1.c: New test.
7874
7875 2003-10-28  Arnaud Charlet  <charlet@act-europe.fr>
7876
7877         * ada/acats/run_all.sh: Change output to be more compliant with
7878         dejagnu framework.
7879         Create acats.sum and acats.log files under testsuite/ada/acats
7880         Only run [a-z]* directories, to filter out e.g. CVS.
7881         Redirect build output to log file.
7882
7883 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
7884
7885         * README.ada: Removed, integrated in ../doc/sourcebuild.texi
7886
7887 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
7888
7889         PR ada/5909:
7890         * README.ada, ada/acats: Import ACATS 2.5 for GCC Ada test suite.
7891
7892 2003-10-27  Jakub Jelinek  <jakub@redhat.com>
7893
7894         * gcc.c-torture/compile/20031023-1.c: New test.
7895         * gcc.c-torture/compile/20031023-2.c: New test.
7896         * gcc.c-torture/compile/20031023-3.c: New test.
7897         * gcc.c-torture/compile/20031023-4.c: New test.
7898
7899 2003-10-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7900
7901         PR c++/10371
7902         * g++.dg/lookup/scoped8.C: New test.
7903
7904 2003-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
7905
7906         * g++.dg/opt/reg-stack3.C: New test.
7907
7908 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
7909
7910         * gcc.dg/c99-arraydecl-2.c: New test.  PR c/11943.
7911
7912 2003-10-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7913
7914         PR c++/11076
7915         * g++.dg/template/crash13.C: New test.
7916
7917 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
7918
7919         * gcc.dg/c99-restrict-2.c: New test.
7920
7921 2003-10-24  Nathan Sidwell  <nathan@codesourcery.com>
7922
7923         PR c++/12698, c++/12699, c++/12700, c++/12566
7924         * g++.dg/inherit/covariant9.C: New test.
7925         * g++.dg/inherit/covariant10.C: New test.
7926         * g++.dg/inherit/covariant11.C: New test.
7927
7928 2003-10-23  Jason Merrill  <jason@redhat.com>
7929
7930         PR c++/12726
7931         * g++.dg/ext/complit2.C: New test.
7932
7933 2003-10-20  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
7934
7935         PR target/12654
7936         * gcc.c-torture/execute/20031020-1.c: New test.
7937
7938 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7939
7940         * gcc.dg/old-style-asm-1.c: Also check for (set (pc) on lines
7941         following the jump_insn.
7942
7943 2003-10-22  Joseph S. Myers  <jsm@polyomino.org.uk>
7944
7945         * gcc.dg/cast-lvalue-1.c: New test.
7946
7947 2003-10-21  Mark Mitchell  <mark@codesourcery.com>
7948
7949         PR c++/11962
7950         * g++.dg/template/cond2.C: New test.
7951
7952 2003-10-20  Joseph S. Myers  <jsm@polyomino.org.uk>
7953
7954         * gcc.dg/builtins-28.c: New test.
7955
7956 2003-10-20  Jan Hubicka  <jh@suse.cz>
7957
7958         * testsuite/g++.dg/opt/inline4.C: Do not use min-inline-insns
7959         parameter.
7960         * testsuite/gcc.dg/inline-2.c: Likewise.
7961
7962 2003-10-20  Phil Edwards  <phil@codesourcery.com>
7963
7964         * gcc.dg/20021014-1.c:  XFAIL for *-*-windiss targets.
7965         * gcc.dg/nest.c:  Likewise.
7966
7967 2003-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7968
7969         PR c++/9781, c++/10583, c++/11862
7970         * g++.dg/parse/crash13.C: New test.
7971
7972 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7973
7974         * gcc.dg/old-style-asm-1.c: Count jump_insns instead of labels.
7975
7976 2003-10-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
7977
7978         * gcc.dg/builtins-18.c: Wrap C99 tests with HAVE_C99_RUNTIME.
7979         Define HAVE_C99_RUNTIME except on Solaris.
7980         * gcc.dg/builtins-20.c: Likewise.
7981
7982 2003-10-19  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7983
7984         * gcc.dg/old-style-asm-1.c: Use scan-assembler-times.
7985
7986 2003-10-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7987
7988         PR c++/12495
7989         * g++.dg/template/crash21.C: New test.
7990
7991 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7992
7993         PR c++/2513
7994         * g++.dg/template/typename5.C: New test.
7995
7996 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7997
7998         PR c++/12369
7999         * g++.dg/template/friend25.C: New test.
8000
8001 2003-10-16  Ziemowit Laski  <zlaski@apple.com>
8002
8003         * objc.dg/try-catch-2.m: Relax target triple to all Darwin
8004         versions.
8005
8006 2003-10-16  Kazu Hirata  <kazu@cs.umass.edu>
8007
8008         * gcc.c-torture/execute/20031003-1.c: Enable only when INT_MAX
8009         == 2147483647.
8010
8011 2003-10-15  Kazu Hirata  <kazu@cs.umass.edu>
8012
8013         * gcc.c-torture/execute/960416-1.x: Remove.
8014         * gcc.c-torture/execute/divconst-3.x: Likewise.
8015
8016 2003-10-15  Hans-Peter Nilsson  <hp@axis.com>
8017
8018         PR target/12598
8019         * gcc.dg/torture/cris-volatile-1.c: New test.
8020
8021 2003-10-14  Roger Sayle  <roger@eyesopen.com>
8022
8023         PR optimization/9325
8024         * gcc.c-torture/execute/20031003-1.c: Remove non-portable tests
8025         for overflowing floating point to integer conversion during RTL
8026         simplification.
8027
8028 2003-10-13  Ziemowit Laski  <zlaski@apple.com>
8029
8030         * objc/execute/_cmd.m: Fix typo.
8031         * objc.dg/image-info.m, objc.dg/symtab-1.m:
8032         Relax 'scan-assembler' regexp.
8033         * objc.dg/try-catch-1.m, objc.dg/try-catch-3.m,
8034         objc.dg/try-catch-4.m: Run on non-Darwin targets.
8035         * objc.dg/zero-link-2.m: Remove blank line.
8036         * objc.dg/zero-link-3.m: New test case.
8037
8038 2003-10-13  Geoffrey Keating  <geoffk@apple.com>
8039
8040         * g77.f-torture/execute/980520-1.x: XFAIL at -O0.
8041
8042         * gcc.dg/asm-names.c: Use scan-assembler-not rather
8043         than linker trickery.
8044
8045 2003-10-13  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8046
8047         PR c++/12370
8048         * g++.dg/other/friend2.C: New test.
8049
8050 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
8051
8052         * gcc.dg/20031012-1.c: New test.
8053
8054 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
8055
8056         * gcc.dg/weak/weak-3.c: Fix for new warning.
8057
8058 2003-10-12  Kelley Cook  <kcook@gcc.gnu.org>
8059
8060         PR optimization/8750
8061         * gcc.c-torture/execute/20031012-1.c: New test case.
8062
8063 2003-10-11  Roger Sayle  <roger@eyesopen.com>
8064
8065         * gcc.c-torture/execute/string-opt-8.c: Don't test optimizations
8066         that inline strncmp as cmpstrsi on i386 when compiled with -Os.
8067
8068 2003-10-11  Roger Sayle  <roger@eyesopen.com>
8069
8070         PR optimization/12260
8071         * gcc.c-torture/compile/20031011-2.c: New test case.
8072
8073 2003-10-11  Roger Sayle  <roger@eyesopen.com>
8074
8075         * gcc.c-torture/execute/20031011-1.c: New testcase.
8076
8077 2003-10-11  Eric Botcazou  <ebotcazou@libertysurf.fr>
8078
8079         * gcc.c-torture/compile/20031011-1.c: New test.
8080
8081 2003-10-11  Jan Hubicka  <jh@suse.cz>
8082
8083         * g++.dg/other/first-global.C: New test.
8084
8085 2003-10-11  Roger Sayle  <roger@eyesopen.com>
8086
8087         * gcc.c-torture/execute/string-opt-18.c: New testcase.
8088
8089 2003-10-10  Ian Lance Taylor  <ian@wasabisystems.com>
8090
8091         * gcc.c-torture/compile/20031010-1.c: New test.
8092
8093 2003-10-10  Geoffrey Keating  <geoffk@apple.com>
8094
8095         * gcc.c-torture/execute/va-arg-24.c: Correct, and rename to...
8096         * gcc.c-torture/execute/va-arg-25.c: ... here.
8097
8098 2003-10-09  Mark Mitchell  <mark@codesourcery.com>
8099
8100         * g++.dg/ext/attrib8.C: Only run it on x86 targets.
8101
8102 2003-10-08  Richard Sandiford  <rsandifo@redhat.com>
8103
8104         * gcc.c-torture/compile/mipscop-[1-4].c: Disable for mips16.
8105
8106 2003-10-08  Giovanni Bajo  <giovannibajo@libero.it>
8107
8108         * g++.dg/parse/error2.C: New test.
8109
8110 2003-10-08  Giovanni Bajo <giovannibajo@libero.it>
8111
8112         PR c++/11097
8113         * g++.dg/other/error5.C: Modify the error message.
8114         * g++.dg/lookup/using8.C: New test.
8115
8116 2003-10-07  Geoffrey Keating  <geoffk@apple.com>
8117
8118         * gcc.dg/darwin-abi-2.c: New file.
8119         * gcc.c-torture/execute/va-arg-24.c: New file.
8120
8121 2003-10-06  Bob Wilson  <bob.wilson@acm.org>
8122
8123         * g++.dg/template/spec10.C: Set exit value to zero on success.  Fix
8124         indentation.
8125
8126 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
8127
8128         PR c++/10147
8129         * g++.dg/other/error4.C: Update error messages.
8130         * g++.dg/template/ptrmem4.C: Likewise.
8131
8132         PR c++/12337
8133         * g++.dg/init/new9.C: New test.
8134
8135         PR c++/12334, c++/12236, c++/8656
8136         * g++.dg/ext/attrib8.C: New test.
8137
8138 2003-10-06  Devang Patel  <dpatel@apple.com>
8139
8140         * gcc.dg/debug/dwarf2-3.h: New test.
8141         * gcc.dg/debug/dwarf2-3.c: New test case for -feliminate-dwarf2-dups.
8142
8143 2003-10-06  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
8144
8145         * g++.dg/opt/cfg2.C: New test.
8146
8147 2003-10-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
8148
8149         * g++.dg/opt/float1.C: New test.
8150
8151 2003-10-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
8152
8153         * gcc.dg/c90-array-lval-6.c: New test.
8154         * gcc.dg/c99-array-lval-6.c: New test.
8155
8156 2003-10-03  Alexander Malmberg  <alexander@malmberg.org>
8157             Ziemowit Laski  <zlaski@apple.com>
8158
8159         * objc.dg/method-6.m ('starboard'): Move prototype from 'Base' to
8160         'Derived', so that it is never considered a class method; add
8161         new warning for '+port' method ambiguity.
8162         * objc.dg/method-12.m: Include <objc/objc.h> instead of
8163         <objc/objc-api.h> (needed on Mac OS X).
8164         * objc.dg/method-13.m: New test.
8165
8166 2003-10-03  Roger Sayle  <roger@eyesopen.com>
8167
8168         PR optimization/9325, PR java/6391
8169         * gcc.c-torture/execute/20031003-1.c: New test case.
8170
8171 2003-10-02  Mark Mitchell  <mark@codesourcery.com>
8172
8173         PR optimization/12180
8174         * gcc.dg/20031002-1.c: New test.
8175
8176         PR c++/12486
8177         * g++.dg/inherit/error1.C: New test.
8178
8179 2003-10-02  Chris Demetriou  <cgd@broadcom.com>
8180
8181         * lib/f-torture.exp (search_for): Rename to...
8182         (search_for_re): This.  Also, clean up comments and the
8183         "regexp" invocation.
8184
8185 2003-10-02  Josef Zlomek  <zlomekj@suse.cz>
8186
8187         * gcc.c-torture/compile/20031002-1.c: New test.
8188
8189 2003-10-02  Jakub Jelinek  <jakub@redhat.com>
8190
8191         * g++.dg/opt/cond1.C: New test.
8192
8193 2003-10-01  Kelley Cook  <kelleycook@wideopenwest.com>
8194
8195         * gcc.dg/Wold-style-definition-2.c: New testcase.
8196         * gcc.dg/wtr-func-def-1.c: Modify to reflect new warning.
8197
8198 2003-09-29  Richard Henderson  <rth@redhat.com>
8199
8200         * g++.dg/init/array10.C: Add dg-options.
8201
8202 2003-09-29  Eric Botcazou  <ebotcazou@libertysurf.fr>
8203
8204         * g++.dg/opt/unroll1.C: Change unsigned to __SIZE_TYPE__.
8205
8206 2003-09-28  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8207
8208         * g++.dg/template/friend19.C: Fix typo.
8209         * g++.old-deja/g++.other/crash31.C: Adjust expected error.
8210
8211 2003-09-28  Richard Sandiford  <rsandifo@redhat.com>
8212
8213         * gcc.c-torture/execute/20030928-1.c: New test.
8214         * gcc.dg/torture/mips-sdata-1.c (f): Refer to x[0] rather than x[3].
8215
8216 2003-09-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
8217
8218         * g++.dg/opt/unroll1.C: New test.
8219
8220 2003-09-26  Roger Sayle  <roger@eyesopen.com>
8221
8222         PR optimization/11741
8223         * gcc.dg/20030926-1.c: New test case.
8224
8225 2003-09-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8226
8227         PR c++/5655
8228         * g++.dg/parse/access7.C: New test.
8229         * g++.old-deja/g++.brendan/crash56.C: Fix redeclaration error.
8230
8231 2003-09-24  Ziemowit Laski  <zlaski@apple.com>
8232
8233         MERGE OF objc-improvements-branch into MAINLINE:
8234         * lib/objc.exp (objc_target_compile): Do not point at libobjc headers
8235         if libobjc has not been built.
8236         * objc/execute/IMP.m, objc/execute/_cmd.m, objc/execute/bf-common.h,
8237         objc/execute/bycopy-3.m, objc/execute/class-{1-14}.m,
8238         objc/execute/class-self-2.m, objc/execute/many_args_method.m,
8239         objc/execute/nested-3.m, objc/execute/np-2.m,
8240         objc/execute/object_is_class.m, objc/execute/object_is_meta_class.m,
8241         objc/execute/redefining_self.m, objc/execute/root_methods.m,
8242         objc/execute/static-{1-2}.m, objc/execute/string-{1-4}.m,
8243         objc/execute/va_method.m, objc.dg/comp-types-4.m, objc.dg/headers.m,
8244         objc.dg/special/unclaimed-category-1.h,
8245         objc.dg/special/unclaimed-category-1.m: Make usable with NeXT as
8246         well as GNU runtime.
8247         * execute/next_mapping.h: New header, for GNU->NeXT impedance matching.
8248         * execute/cascading-1.m, execute/function-message-1.m,
8249         objc.dg/anon-1.m, objc.dg/bitfield-{3-4}.m,
8250         objc.dg/call-super-{1-3}.m, objc.dg/category-1.m,
8251         objc.dg/const-str-{3-6}.m, objc.dg/encode-{1-4}.m,
8252         objc.dg/func-ptr-1.m, objc.dg/gnu-runtime-1.m, objc.dg/image-info.m,
8253         objc.dg/method-{3-12}.m, objc.dg/missing-proto-{1-3}.m,
8254         objc.dg/nested-func-1.m, objc.dg/proto-lossage-2.m,
8255         objc.dg/proto-qual-1.m, objc.dg/sizeof-1.m, objc.dg/static-1.m,
8256         objc.dg/symtab-1.m, objc.dg/try-catch-{1-4}.m,
8257         objc.dg/type-size-{1-2}.m, objc.dg/zero-link-{1-2}.m: New test cases.
8258         * objc.dg/bitfield-2.m: Run only on Darwin.
8259         * objc.dg/class-2.m, objc.dg/comp-types-1.m, objc.dg/desig-init-1.m,
8260         objc.dg/method-{1-2}.m, objc.dg/proto-hier-1.m,
8261         objc.dg/proto-lossage-1.m: Adjust for message wording changes.
8262         * objc.dg/const-str-1.m: Fix constant string layout.
8263
8264 2003-09-24  Alexandre Oliva  <aoliva@redhat.com>
8265
8266         * gcc.dg/cpp/Wunknown-pragmas-1.c: New test.
8267
8268 2003-09-23  Geoffrey Keating  <geoffk@apple.com>
8269
8270         * gcc.dg/darwin-abi-1.c: New file.
8271
8272 2003-09-21  Andrew Pinski  <pinskia@physics.uc.edu>
8273
8274         PR target/12281
8275         * gcc.c-torture/compile/20030921-1.c: New test.
8276
8277 2003-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
8278
8279         * g++.dg/opt/reg-stack2.C: New test.
8280
8281 2003-09-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
8282
8283         * g++.dg/eh/delayslot1.C: New test.
8284
8285 2003-09-20  Richard Henderson  <rth@redhat.com>
8286
8287         * gcc.dg/format/gcc_diag-1.c: Add tests for %J.
8288
8289 2003-09-20  Roger Sayle  <roger@eyesopen.com>
8290
8291         * gcc.c-torture/execute/20030920-1.c: New test case.
8292
8293 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8294
8295         * g++.dg/rtti/typeid3.C: Correct expected error message.
8296
8297 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8298
8299         PR c++/157
8300         * g++.dg/parse/crash12.C: New test.
8301
8302 2003-09-19  Janis Johnson  <janis187@us.ibm.com>
8303
8304         * gcc.dg/compat/mixed-struct-check.h: New.
8305         * gcc.dg/compat/mixed-struct-defs.h: New.
8306         * gcc.dg/compat/mixed-struct-init.h: New.
8307         * gcc.dg/compat/struct-by-value-19_main.c: New.
8308         * gcc.dg/compat/struct-by-value-19_x.c: New.
8309         * gcc.dg/compat/struct-by-value-19_y.c: New.
8310         * gcc.dg/compat/struct-by-value-20_main.c: New.
8311         * gcc.dg/compat/struct-by-value-20_x.c: New.
8312         * gcc.dg/compat/struct-by-value-20_y.c: New.
8313         * gcc.dg/compat/struct-return-19_main.c: New.
8314         * gcc.dg/compat/struct-return-19_x.c: New.
8315         * gcc.dg/compat/struct-return-19_y.c: New.
8316         * gcc.dg/compat/struct-return-20_main.c: New.
8317         * gcc.dg/compat/struct-return-20_x.c: New.
8318         * gcc.dg/compat/struct-return-20_y.c: New.
8319
8320 2003-09-19  Andrew Pinski  <pinskia@physics.uc.edu>
8321         * g++.dg/init/array11.C: Change unsigned to __SIZE_TYPE__
8322         so that it will not complain on LP64 targets.
8323
8324 2003-09-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8325
8326         PR c++/495
8327         * g++.dg/template/friend24.C: New test.
8328
8329 2003-09-19  Nathan Sidwell  <nathan@codesourcery.com>
8330
8331         PR c++/12332
8332         * g++.dg/template/memtmpl2.C: New test.
8333
8334 2003-09-18  Mark Mitchell  <mark@codesourcery.com>
8335
8336         PR target/11184
8337         * gcc.dg/builtin-apply1.c: New test.
8338
8339 2003-09-18  Nathan Sidwell  <nathan@codesourcery.com>
8340
8341         PR c++/9848
8342         * g++.dg/warn/Wunused-4.C: New test.
8343
8344 2003-09-18  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8345
8346         PR c++/12316
8347         * g++.dg/other/gc2.C: New test.
8348
8349 2003-09-17  Mark Mitchell  <mark@codesourcery.com>
8350
8351         PR c++/11991
8352         * g++.dg/rtti/typeid3.C: New test.
8353
8354         PR c++/12266
8355         * g++.dg/overload/template1.C: New test.
8356
8357 2003-09-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
8358
8359         * g++.dg/opt/cfg3.C: New test.
8360
8361 2003-09-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8362
8363         PR c++/7939
8364         * g++.dg/template/crash11.C: New test.
8365
8366 2003-09-16  Jason Merrill  <jason@redhat.com>
8367             Jakub Jelinek  <jakub@redhat.com>
8368
8369         * gcc.dg/attr-warn-unused-result.c: New test.
8370
8371 2003-09-15  Nathan Sidwell  <nathan@codesourcery.com>
8372
8373         PR c++/12184
8374         * g++.dg/expr/call2.C: New test.
8375
8376 2003-09-15  Andreas Jaeger  <aj@suse.de>
8377
8378         * gcc.dg/Wold-style-definition-1.c: New test.
8379
8380 2003-09-14  Mark Mitchell  <mark@codesourcery.com>
8381
8382         PR c++/3907
8383         * g++.dg/parse/template12.C: New test.
8384
8385         * g++.dg/abi/bitfield11.C: New test.
8386         * g++.dg/abi/bitfield12.C: Likewise.
8387
8388 2003-09-14  Alexandre Oliva  <aoliva@redhat.com>
8389
8390         * gcc.dg/cpp/separate-1.c: Adjust line of error.  Test for correct
8391         non-expansion of functional macro name without arguments at EOL.
8392         * gcc.dg/cpp/spacing1.c: Revert 2003-08-04's change.  Likewise.
8393
8394 2003-09-14  Richard Sandiford  <rsandifo@redhat.com>
8395
8396         * gcc.c-torture/execute/20030914-[12].c: New tests.
8397
8398 2003-09-11  Nathan Sidwell  <nathan@codesourcery.com>
8399
8400         PR c++/11788
8401         * g++.dg/overload/addr1.C: New test.
8402
8403 2003-09-10  Ian Lance Taylor  <ian@wasabisystems.com>
8404
8405         * gcc.dg/20030909-1.c: New test.
8406
8407 2003-09-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
8408
8409         * gcc.dg/ultrasp10.c: New test.
8410
8411 2003-09-09  Devang Patel  <dpatel@apple.com>
8412
8413         * gcc.dg/darwin-ld-6.c: New test.
8414
8415 2003-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8416
8417         * gcc.dg/torture/builtin-explog-1.c: New testcase.
8418
8419 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
8420
8421         * gcc.dg/ia64-types1.c: New test.
8422         * gcc.dg/ia64-types2.c: Likewise.
8423
8424 2003-09-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8425
8426         * gcc.dg/builtins-1.c: Add more _Complex tests.
8427         * gcc.dg/torture/builtin-attr-1.c: Likewise.
8428
8429         * gcc.dg/builtins-1.c: Test existing _Complex functions.
8430         * gcc.dg/torture/builtin-attr-1.c: Likewise.
8431
8432 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
8433
8434         PR c++/11786
8435         * g++.dg/lookup/koenig2.C: New test.
8436
8437         PR c++/5296
8438         * g++.dg/rtti/typeid2.C: New test.
8439
8440 2003-09-08  Jakub Jelinek  <jakub@redhat.com>
8441
8442         * gcc.c-torture/compile/20030904-1.c: New test.
8443
8444 2003-09-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
8445
8446         * g++.dg/opt/longbranch2.C: New test.
8447
8448 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
8449
8450         * g++.dg/template/crash10.C: Only compile it.
8451
8452 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
8453
8454         PR middle-end/11665
8455         * gcc.c-torture/compile/20030907-1.c: New test.
8456         * g++.dg/init/array11.C: New test.
8457
8458 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
8459
8460         PR c++/11852
8461         * g++.dg/init/struct1.C: New test.
8462
8463 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
8464
8465         PR c++/12181
8466         * g++.dg/expr/comma1.C: New test.
8467
8468 2003-09-06  Mark Mitchell  <mark@codesourcery.com>
8469
8470         PR c++/11867
8471         * g++.dg/expr/static_cast5.C: New test.
8472
8473 2003-09-06  Andrew Pinski  <pinskia@physics.uc.edu>
8474
8475         PR c++/11507
8476         * g++.dg/lookup/scoped7.C: New test.
8477
8478         PR c++/9574
8479         * g++.dg/other/static1.C: New test.
8480
8481         PR c++/11490
8482         * g++.dg/warn/template-1.C: New test.
8483
8484         PR c++/11432
8485         * g++.dg/template/crash10.C: New test.
8486
8487         PR c++/2478
8488         * g++.dg/overload/VLA.C: New test.
8489
8490         PR c++/10804
8491         * g++.dg/template/call1.C: New test.
8492
8493 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
8494
8495         PR c++/11794
8496         * g++.dg/parse/using3.C: New test.
8497
8498 2003-09-06  Roger Sayle  <roger@eyesopen.com>
8499
8500         PR c++/11409
8501         * g++.dg/overload/builtin3.C: New test case.
8502
8503 2003-09-06  Steven Bosscher  <steven@gcc.gnu.org>
8504
8505         PR c/9862
8506         * gcc.dg/20030906-1.c: New test.
8507         * gcc.dg/20030906-2.c: Likewise.
8508
8509 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
8510
8511         PR c++/12167
8512         * g++.dg/parse/defarg5.C: New test.
8513
8514         * g++.dg/template/non-type-template-argument-1.C: Tweak expected error.
8515
8516 2003-09-05  Mark Mitchell  <mark@codesourcery.com>
8517
8518         PR c++/12163
8519         * g++.dg/expr/static_cast4.C: New test.
8520
8521         PR c++/12146
8522         * g++.dg/template/crash9.C: New test.
8523
8524 2003-09-05  Andrew Pinski  <pinskia@physics.uc.edu>
8525
8526         * g++.old-deja/g++.ext/pretty2.C: Update for change
8527         in __FUNCTION__.
8528         * g++.old-deja/g++.ext/pretty3.C: Likewise.
8529
8530 2003-09-05  Nathan Sidwell  <nathan@codesourcery.com>
8531
8532         PR c++/11922
8533         * g++/dg/template/qualified-id1.C: New test.
8534
8535         PR c++/12037
8536         * g++.dg/warn/noeffect4.C: New test.
8537
8538 2003-09-04  Matt Austern  <austern@apple.com>
8539
8540         * g++.dg/ext/fnname1.C: New test. (__func__ for C++.)
8541         * g++.dg/ext/fnname2.C: Likewise.
8542         * g++.dg/ext/fnname3.C: Likewise.
8543
8544 2003-09-04  Mark Mitchell  <mark@codesourcery.com>
8545
8546         * g++.dg/expr/lval1.C: New test.
8547         * g++.dg/ext/lvcast.C: Remove.
8548
8549 2003-09-03  Roger Sayle  <roger@eyesopen.com>
8550
8551         PR optimization/11700.
8552         * gcc.c-torture/compile/20030903-1.c: New test case.
8553
8554 2003-09-03  Mark Mitchell  <mark@codesourcery.com>
8555
8556         PR c++/12053
8557         * g++.dg/abi/layout4.C: New test.
8558
8559 2003-09-02  Scott Brumbaugh  <scottb.lists@verizon.net>
8560
8561         PR c++/11553
8562         * g++.dg/parse/friend3.C: New test.
8563
8564 2003-09-02  Mark Mitchell  <mark@codesourcery.com>
8565
8566         PR c++/11847
8567         * g++.dg/template/class1.C: New test.
8568
8569         PR c++/11808
8570         * g++.dg/expr/call1.C: New test.
8571
8572 2003-09-01  Mark Mitchell  <mark@codesourcery.com>
8573
8574         PR c++/12114
8575         * g++.dg/init/ref9.C: New test.
8576
8577         PR c++/11972
8578         * g++.dg/template/nested4.C: New test.
8579
8580 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
8581
8582         PR c++/12093
8583         * g++.dg/template/non-dependent4.C: New test.
8584
8585         PR c++/11928
8586         * g++.dg/inherit/conv1.C: New test.
8587
8588 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
8589
8590         PR c++/6196
8591         * g++.dg/ext/label1.C: New test.
8592         * g++.dg/ext/label2.C: Likewise.
8593
8594 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
8595
8596         * g++.dg/expr/cond3.C: New test.
8597
8598 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8599
8600         * gcc.dg/builtins-1.c: Add new builtin cases.
8601
8602 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8603
8604         * gcc.dg/builtins-1.c: Add new cases.
8605         * gcc.dg/torture/builtin-attr-1.c: Likewise.
8606
8607 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8608
8609         * gcc.dg/builtins-1.c: Add more math builtin tests.
8610         * gcc.dg/torture/builtin-attr-1.c: New test.
8611
8612 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
8613
8614         PR optimization/5079
8615         * g++.dg/opt/static3.C: New test.
8616
8617 2003-08-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8618
8619         * gcc.misc-tests/gcov-10b.c: New test.
8620
8621 2003-08-27  Mark Mitchell  <mark@codesourcery.com>
8622
8623         * g++.dg/opt/ptrmem3.C: New test.
8624
8625         * g++.old-deja/g++.pt/overload8.C: Remove XFAIL.
8626
8627 2003-08-27  Jakub Jelinek  <jakub@redhat.com>
8628
8629         * gcc.dg/20030826-2.c: New test.
8630
8631 2003-08-26  Roger Sayle  <roger@eyesopen.com>
8632
8633         PR middle-end/12002
8634         * g77.f-torture/compile/12002.f: New test case.
8635
8636 2003-08-26  Roger Sayle  <roger@eyesopen.com>
8637
8638         * gcc.dg/20030826-1.c: New test case.
8639
8640 2003-08-26  Matt Kraai  <kraai@alumni.cmu.edu>
8641
8642         * gcc.dg/noncompile/20030818-1.c: Expect second line of error.
8643
8644 2003-08-26  Nathan Sidwell  <nathan@codesourcery.com>
8645
8646         PR c++/11871
8647         * c++.dg/lookup/crash1.C: New test.
8648
8649         * c++.dg/warn/noeffect3.C: New test.
8650
8651 2003-08-25  Janis Johnson  <janis187@us.ibm.com>
8652
8653         * gcc.dg/compat/vector-1_x.c: Compile with -w.
8654         * gcc.dg/compat/vector-1_y.c: Ditto.
8655         * gcc.dg/compat/vector-2_x.c: Ditto.
8656         * gcc.dg/compat/vector-2_y.c: Ditto.
8657
8658 2003-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
8659
8660         * gcc.dg/20030702-1.c: New test.
8661
8662 2003-08-25  Mark Mitchell  <mark@codesourcery.com>
8663
8664         PR c++/8795
8665         * g++.dg/ext/altivec-1.C: New test.
8666
8667 2003-08-24  Richard Henderson  <rth@redhat.com>
8668
8669         * g++.dg/eh/simd-2.C: Add -w for x86.
8670
8671 2003-08-23  Jakub Jelinek  <jakub@redhat.com>
8672
8673         * gcc.dg/20030815-1.c: New test.
8674
8675 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8676
8677         PR c++/3765
8678         * g++.dg/parse/access6.C: New test.
8679
8680 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8681
8682         PR c++/641, c++/11876
8683         * g++.dg/template/friend22.C: New test.
8684         * g++.dg/template/friend23.C: Likewise.
8685
8686 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
8687
8688         * gcc.misc-tests/linkage.exp: Treat all HP-UX platforms
8689         identically.
8690
8691 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
8692
8693         * g++.old-deja/g++.ext/attrib5.C: XFAIL on hppa2*-hp-hpux11*.
8694
8695 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
8696
8697         * gcc.dg/20020313-1.c: Add "-w" to dg-options.
8698
8699 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
8700
8701         * gcc.misc-tests/linkage.exp: Add logic for ia64-hp-hpux*.
8702
8703 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
8704
8705         * g++.dg/other/packed1.C: Add XFAIL marker for ia64-hp-hpux*.
8706
8707 2003-08-21  Mark Mitchell  <mark@codesourcery.com>
8708
8709         PR c++/11919
8710         * g++.dg/overload/prom1.C: New test.
8711
8712         PR c++/11551
8713         * g++.dg/parse/dtor2.C: New test.
8714
8715         PR c++/10762
8716         * g++.dg/parse/using2.C: New test.
8717
8718 2003-08-21  Kazu Hirata  <kazu@cs.umass.edu>
8719
8720         PR target/11805
8721         * gcc.c-torture/compile/20030821-1.c: New.
8722
8723 2003-08-20  Mark Mitchell  <mark@codesourcery.com>
8724
8725         PR c++/11834
8726         * g++.dg/template/deduce2.C: New test.
8727
8728 2003-08-21  Josef Zlomek  <zlomekj@suse.cz>
8729
8730         * gcc.c-torture/execute/20030821-1.c: New test.
8731
8732 2003-08-20  Roger Sayle  <roger@eyesopen.com>
8733
8734         PR middle-end/11984
8735         * gcc.dg/20030820-1.c: New test case.
8736
8737 2003-08-20  Nathan Sidwell  <nathan@codesourcery.com>
8738
8739         PR c++/11945
8740         * g++.dg/warn/noeffect2.C: New test.
8741
8742 2003-08-19  Mark Mitchell  <mark@codesourcery.com>
8743
8744         PR c++/10926
8745         * g++.dg/template/dtor2.C: New test.
8746
8747         PR c++/11684
8748         * g++.dg/template/operator1.C: New test.
8749         * g++.dg/parse/operator4.C: New test.
8750
8751         PR c++/11946.C
8752         * g++.dg/expr/enum1.C: New test.
8753         * gcc.dg/c99-bool-1.c: Remove bogus warning.
8754
8755         PR c++/11036.C
8756         * g++.dg/parse/elab2.C: New test.
8757         * g++.dg/parse/typedef4.C: Change error message.
8758         * g++.old-deja/g++.robertl/eb133.C: Remove bogus error markers.
8759         * g++.old-deja/g++.robertl/eb133a.C: Remove bogus error markers.
8760         * g++.old-deja/g++.robertl/eb133b.C: Remove bogus error markers.
8761
8762 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
8763
8764         * gcc.dg/pch/warn-1.c: New.
8765         * gcc.dg/pch/warn-1.hs: New.
8766
8767         * lib/dg-pch.exp (dg-pch): Use 'return' not 'continue' to skip
8768         not-tested file.
8769
8770 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
8771
8772         * gcc.dg/uninit-E.c: Add forgotten dg-warning marker.
8773
8774 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
8775
8776         * gcc.dg/uninit-D.c: New Test.
8777         * gcc.dg/uninit-E.c: New Test.
8778         * gcc.dg/uninit-F.c: New Test.
8779         * gcc.dg/uninit-G.c: New Test.
8780
8781 2003-08-19  Michael Ritzert  <ritzert@t-online.de>
8782
8783         * g++.dg/README: Describe the pch directory.
8784
8785 2003-08-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8786
8787         PR c++/11174
8788         * g++.dg/parse/access4.C: New test.
8789         * g++.dg/parse/access5.C: Likewise.
8790         * g++.old-deja/g++.jason/access17.C: Adjust error message.
8791
8792 2003-08-18  Matt Kraai  <kraai@alumni.cmu.edu>
8793
8794         * gcc.dg/noncompile/20030818-1.c: New.
8795
8796 2003-08-18  Nathan Sidwell  <nathan@codesourcery.com>
8797
8798         PR c++/11957
8799         * g++.dg/warn/noeffect1.C: New test.
8800
8801         * g++.dg/template/scope2.C: New test.
8802         * g++.dg/template/error2.C: Correct dg-error
8803
8804 2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
8805
8806         * gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests.
8807
8808 2003-08-16  Nathan Sidwell  <nathan@codesourcery.com>
8809
8810         PR C++/11512
8811         * g++.dg/template/warn1.C: New.
8812
8813 2003-08-15  Nathan Sidwell  <nathan@codesourcery.com>
8814
8815         * g++.dg/template/error2.C: New test.
8816         * g++.dg/lookup/using7.C: Adjust errors
8817         * g++.old-deja/g++.pt/crash36.C: Likewise.
8818         * g++.old-deja/g++.pt/derived3.C: Likewise.
8819
8820 2003-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8821
8822         * gcc.c-torture/execute/builtins/lib/strcat.c: New.
8823         * gcc.c-torture/execute/builtins/string-9-lib.c: New.
8824         * gcc.c-torture/execute/builtins/string-9.c: New, from
8825         string-opt-9.c.  Adjust for execute/builtins framework.
8826         * gcc.c-torture/execute/string-opt-9.c: Delete.
8827
8828 2003-08-12  Mark Mitchell  <mark@codesourcery.com>
8829
8830         * g++.dg/init/new8.C: Use __SIZE_TYPE__ to get the type of size_t.
8831
8832         * g++.dg/parse/ret-type2.C: New test.
8833
8834         PR c++/11703
8835         * g++.dg/init/new8.C: New test.
8836
8837         PR c++/10923
8838         * g++.dg/parse/typedef5.C: New test.
8839
8840         PR c++/9512
8841         * g++.dg/parse/qualified2.C: New test.
8842         * g++.old-deja/g++.other/decl5.C: Mark one more instance of
8843         invalid code.
8844
8845 2003-08-11  Mark Mitchell  <mark@codesourcery.com>
8846
8847         * g++.dg/conversion/ptrmem1.C: New test.
8848
8849 2003-08-11  Jakub Jelinek  <jakub@redhat.com>
8850
8851         PR target/11693
8852         * gcc.dg/20030811-1.c: New test.
8853
8854         PR target/11535
8855         * gcc.c-torture/execute/20030811-1.c: New test.
8856
8857 2003-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8858
8859         * gcc.c-torture/execute/string-opt-9.c: Add more strcat cases.
8860
8861 2003-08-10  Mark Mitchell  <mark@codesourcery.com>
8862
8863         PR c++/11789.C
8864         * g++.dg/inherit/multiple1.C: New test.
8865
8866 2003-08-10  Nathan Sidwell  <nathan@codesourcery.com>
8867
8868         * gcc.dg/spe1.c: New test.
8869
8870         PR c++/11670
8871         * g++.dg/expr/cast2.C: New test.
8872
8873         PR c++/10530
8874         * g++.dg/template/dependent-name2.C: New test.
8875
8876 2003-08-08  Andrew Pinski  <pinskia@physics.uc.edu>
8877
8878         * g++.dg/parse/crash11.C: Put the dg options in comments.
8879
8880 2003-08-08  Neil Booth  <neil@daikokuya.co.uk>
8881
8882         * lib/gcc-dg.exp: Update for diagnostic change.
8883
8884 2003-08-07  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8885
8886         PR c++/5767
8887         * g++.dg/parse/crash11.C: New test.
8888
8889 2003-08-06  Alexandre Oliva  <aoliva@redhat.com>
8890
8891         * gcc.dg/cpp/spacing1.c: Update.
8892
8893 2003-08-04  Janis Johnson  <janis187@us.ibm.com>
8894
8895         PR target/11739
8896         * gcc.misc-tests/i386-prefetch.exp: Use -march=i386 when specifying
8897         a value for -mtune.
8898
8899 2003-08-04  Roger Sayle  <roger@eyesopen.com>
8900
8901         PR middle-end/11771
8902         * gcc.c-torture/compile/20030804-1.c: New test case.
8903
8904 2003-08-04  Roger Sayle  <roger@eyesopen.com>
8905
8906         * gcc.dg/20030804-1.c: New test case.
8907
8908 2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
8909
8910         * gcc.dg/cpp/separate-1.c: New test.
8911
8912 2003-08-03  Nathan Sidwell  <nathan@codesourcery.com>
8913
8914         PR c++/11704
8915         * g++.dg/template/dependent-expr2.C: New test.
8916
8917         PR c++/11766
8918         * g++.dg/expr/ptrmem1.C: New test.
8919
8920 2003-08-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8921
8922         PR c++/9453
8923         * g++.dg/template/friend15.C: New test.
8924
8925 2003-08-03  Neil Booth  <neil@daikokuya.co.uk>
8926
8927         * lib/dg-pch.exp: Work round PCH bug.
8928
8929 2003-08-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8930
8931         * gcc.dg/builtins-1.c: Add macro helpers.  Add missing math
8932         builtins.  Move cases from builtins-4.c here.
8933
8934         * gcc.dg/torture/builtin-math-1.c: New test taken from
8935         bits of gcc.dg/builtins-3.c, gcc.dg/builtins-5.c and also some
8936         additional cases.
8937
8938         * gcc.dg/builtins-3.c, gcc.dg/builtins-4.c, gcc.dg/builtins-5.c:
8939         Delete.
8940
8941 2003-08-02  Nathan Sidwell  <nathan@codesourcery.com>
8942
8943         PR c++/9447
8944         * g++.dg/template/using7.C: New test.
8945
8946 2003-08-02  Neil Booth  <neil@daikokuya.co.uk>
8947
8948         * import1.c, import2.c: New tests.
8949
8950 2003-08-01  Jakub Jelinek  <jakub@redhat.com>
8951
8952         * g++.dg/eh/crossjump1.C: New test.
8953
8954 2003-08-01  Mark Mitchell  <mark@codesourcery.com>
8955
8956         PR c++/11697
8957         * g++.dg/template/using6.C: New test.
8958
8959         PR c++/11744
8960         * g++.dg/template/koenig2.C: New test.
8961
8962 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8963
8964         PR c++/7983
8965         * g++.dg/parse/typedef4.C: New test.
8966
8967 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8968
8969         PR c++/8442, c++/8806
8970         * g++.dg/template/elab1.C: New test.
8971         * g++.dg/template/type2.C: Likewise.
8972         * g++.dg/template/ttp3.C: Adjust expected error message.
8973         * g++.old-deja/g++.law/visibility13.C: Likewise.
8974         * g++.old-deja/g++.niklas/t135.C: Likewise.
8975         * g++.old-deja/g++.pt/ttp41.C: Likewise.
8976         * g++.old-deja/g++.pt/ttp43.C: Use qualified name for template
8977         template argument.
8978         * g++.old-deja/g++.pt/ttp44.C: Likewise.
8979
8980 2003-08-01  Nathan Sidwell  <nathan@codesourcery.com>
8981
8982         PR c++/11295
8983         * g++.dg/ext/stmtexpr1.C: New test.
8984
8985         * g++.dg/opt/tmp1.C: New test.
8986
8987         PR c++/11525
8988         * g++.dg/parse/constant4.C: New test.
8989
8990         PR c++/9447
8991         * g++.dg/template/using5.C: New test.
8992
8993 2003-07-31  Roger Sayle  <roger@eyesopen.com>
8994
8995         * gcc.dg/builtins-27.c: New test case.
8996
8997 2003-07-31  Jakub Jelinek  <jakub@redhat.com>
8998
8999         * gcc.dg/tls/opt-7.c: New test.
9000
9001 2003-07-31  Andrew Pinski  <pinskia@physics.uc.edu>
9002
9003         * g++.old-deja/g++.other/crash18.C: Remove.
9004
9005 2003-07-31  Nathan Sidwell  <nathan@codesourcery.com>
9006
9007         * g++.dg/template/explicit3.C: New.
9008         * g++.dg/template/explicit4.C: New.
9009         * g++.dg/template/explicit5.C: New.
9010
9011         PR c++/11347
9012         * g++.dg/template/memtmpl1.C: New.
9013
9014 2003-07-29  Andrew Pinski <pinskia@physics.uc.edu>
9015
9016         PR target/11565
9017         * gcc.dg/i386-387-1.c (dg-options): Add -march=i386.
9018         * gcc.dg/i386-387-5.c (dg-options): Likewise.
9019
9020 2003-07-30  Jan Hubicka  <jh@suse.cz>
9021
9022         * vtgc1.c: Kill.
9023
9024 2003-07-29  Zack Weinberg  <zack@codesourcery.com>
9025
9026         * gcc.dg/struct-in-proto-1.c: New test.
9027
9028 2003-07-29  Neil Booth  <neil@daikokuya.co.uk>
9029
9030         * gcc.dg/cpp/include2.c: Only expect one message.
9031
9032 2003-07-29  Nathan Sidwell  <nathan@codesourcery.com>
9033
9034         PR c++/9447
9035         * g++.dg/template/using1.C: New test.
9036         * g++.dg/template/using2.C: New test.
9037         * g++.dg/template/using3.C: New test.
9038         * g++.dg/template/using4.C: New test.
9039
9040 2003-07-29  Alexandre Oliva  <aoliva@redhat.com>
9041
9042         * gcc.c-torture/execute/string-opt-9.c: strcmp returns int.
9043         * gcc.c-torture/execute/string-opt-10.c: Likewise.
9044
9045 2003-07-28  Jan Hubicka  <jh@suse.cz>
9046
9047         PR c++/11530
9048         * g++.dg/opt/call1.C: New test.
9049
9050 2003-07-28  Alexandre Oliva <aoliva@redhat.com>
9051
9052         PR c++/11667
9053         * g++.dg/init/enum2.C: New test.
9054         * g++.dg/template/overload1.C: Add "-w" option.
9055
9056 2003-07-28    <hp@bitrange.com>
9057
9058         * gcc.dg/Wdeclaration-after-statement-1.c,
9059         gcc.dg/Wdeclaration-after-statement-2.c: New tests.
9060
9061 2003-07-28  Jakub Jelinek  <jakub@redhat.com>
9062
9063         * gcc.c-torture/compile/20030725-1.c: New test.
9064
9065 2003-07-28  Aldy Hernandez  <aldyh@redhat.com>
9066
9067         * gcc.dg/20030505.c: Only run for SPE.
9068         Remove definition of opaque type.
9069
9070 2003-07-27  Mark Mitchell  <mark@codesourcery.com>
9071
9072         * g++.dg/template/ptrmem6.C: New test.
9073
9074 2003-07-26  Geoffrey Keating  <geoffk@apple.com>
9075
9076         * gcc.c-torture/compile/zero-strct-2.c: New test.
9077
9078 2003-07-25  Geoffrey Keating  <geoffk@apple.com>
9079
9080         * gcc.dg/intermod-1.c: New test.
9081
9082 2003-07-25  Nathan Sidwell  <nathan@codesourcery.com>
9083
9084         PR c++/11617
9085         * g++.dg/template/lookup2.C: New test.
9086         * g++.dg/template/memclass1.C: Remove instantiated from error.
9087         * g++.dg/other/error2.C: Tweak expected errors.
9088
9089         PR c++/11596
9090         * g++.dg/template/defarg3.C: New test.
9091
9092         * g++.dg/ext/packed2.C: Pack member struct too. Explain why.
9093
9094 2003-07-24  Mark Mitchell  <mark@codesourcery.com>
9095
9096         * g++.dg/inherit/access5.C: New test.
9097
9098 2003-07-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9099
9100         PR c++/11513
9101         * g++.dg/template/crash8.C: New test.
9102
9103 2003-07-23  Steven Bosscher <steven@gcc.gnu.org>
9104
9105         PR c/10602
9106         * gcc.dg/noncompile/incomplete-2.c: New test.
9107
9108 2003-07-23  Mark Mitchell  <mark@codesourcery.com>
9109
9110         PR c++/11645
9111         * g++.dg/inherit/access4.C: New test.
9112
9113         PR c++/11517
9114         * g++.dg/expr/cond2.C: New test.
9115
9116         PR optimization/10679
9117         * g++.dg/opt/inline4.C: New test.
9118
9119 2003-07-23  Nathan Sidwell  <nathan@codesourcery.com>
9120
9121         * g++.dg/parse/crash10: New test.
9122
9123 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
9124
9125         * g++.dg/ext/flexary1.C: New test.
9126
9127 2003-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9128
9129         PR c++/10793
9130         * g++.dg/template/crash9.C: New test.
9131
9132 2003-07-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
9133
9134         PR c++/3004
9135         * g++.dg/parse/typedef3.C: New test.
9136
9137         PR c++/7906
9138         * g++.dg/parse/operator2.C: New test.
9139
9140         PR c++/8895
9141         * g++.dg/parse/def-tmpl-arg1.C: New test.
9142
9143         PR c++/9282
9144         * g++.dg/parse/funptr1.C: New test.
9145
9146         PR c++/9452
9147         * g++.dg/parse/ambig3.C: New test.
9148
9149         PR c++/9454
9150         * g++.dg/parse/operator3.C: New test.
9151
9152         PR c++/9486
9153         * g++.dg/parse/template10.C: New test.
9154
9155         PR c++/9488
9156         * g++.dg/parse/template11.C: New test.
9157
9158         PR c++/10150
9159         * g++.dg/parse/invalid-op1.C: New test.
9160
9161         PR c++/10247
9162         * g++.dg/parse/condexpr1.C: New test.
9163
9164 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
9165
9166         * g++.dg/ext/packed3.C: New test.
9167         * g++.dg/ext/packed4.C: New test.
9168
9169         * gcc.dg/pack-test-3.c: New test.
9170
9171 2003-07-21  Janis Johnson  <janis187@us.ibm.com>
9172
9173         * lib/compat.exp: Handle dg-options per source file.
9174         * g++.dg/compat/abi/bitfield1_x.C: Specify dg-options.
9175         * g++.dg/compat/abi/bitfield1_y.C: Ditto.
9176         * g++.dg/compat/abi/bitfield2_x.C: Ditto.
9177         * g++.dg/compat/abi/bitfield2_y.C: Ditto.
9178         * g++.dg/compat/abi/vbase8-10_x.C: Ditto.
9179         * g++.dg/compat/abi/vbase8-10_y.C: Ditto.
9180         * g++.dg/compat/abi/vbase8-21_x.C: Ditto.
9181         * g++.dg/compat/abi/vbase8-21_y.C: Ditto.
9182         * g++.dg/compat/abi/vbase8-22_x.C: Ditto.
9183         * g++.dg/compat/abi/vbase8-22_y.C: Ditto.
9184         * g++.dg/compat/abi/vbase8-4_x.C: Ditto.
9185         * g++.dg/compat/abi/vbase8-4_y.C: Ditto.
9186         * g++.dg/compat/break/bitfield7_x.C: Ditto.
9187         * g++.dg/compat/break/bitfield7_y.C: Ditto.
9188
9189 2003-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
9190
9191         PR c/10320
9192         * gcc.c-torture/execute/20030718-1.c: New test.
9193
9194 2003-07-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
9195
9196         PR optimization/11536
9197         * gcc.dg/20030721-1.c: New test.
9198
9199 2003-07-19  Mark Mitchell  <mark@codesourcery.com>
9200
9201         PR c++/11546
9202         * g++.dg/template/lookup1.C: New test.
9203
9204 2003-07-19  Zack Weinberg  <zack@codesourcery.com>
9205
9206         * gcc.dg/noncompile/label-1.c: New comprehensive test case for
9207         diagnostics of ill-formed constructs involving labels.
9208         * gcc.dg/noncompile/label-lineno-1.c: Add error regexp for
9209         the new 'previously defined here' message.
9210
9211 2003-07-18  Nathan Sidwell  <nathan@codesourcery.com>
9212
9213         * g++.dg/parse/non-dependent2.C: New test.
9214
9215 2003-07-18  Andrew Pinski  <pinskia@physics.uc.edu>
9216
9217         * g++.dg/init/init-ref4.C: xfail on targets without
9218         weak symbols.
9219
9220 2003-07-17  Jakub Jelinek  <jakub@redhat.com>
9221
9222         PR target/11087
9223         * gcc.c-torture/execute/20030717-1.c: New test.
9224
9225 2003-07-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
9226
9227         * g++.dg/opt/cfg1.C: New test.
9228
9229 2003-07-17  Mark Mitchell  <mark@codesourcery.com>
9230
9231         PR optimization/11557
9232         * gcc.dg/20030717-1.c: New test.
9233
9234 2003-07-17  Andrew Pinski <pinskia@physics.uc.edu>
9235
9236         PR c++/10476
9237         * g++.dg/expr/crash-1.C: New test.
9238
9239         PR c++/11027
9240         * g++.dg/template/init3.C: New test.
9241
9242         PR c++/8222
9243         * g++.dg/template/non-dependent1.C: New test.
9244
9245         PR c++/11070
9246         * g++.dg/template/non-dependent2.C: New test.
9247
9248         PR c++/11071
9249         * g++.dg/template/non-dependent3.C: New test.
9250
9251         PR c++/9907
9252         * g++.dg/template/sizeof5.C: New test.
9253
9254 2003-07-17  Geoffrey Keating  <geoffk@apple.com>
9255
9256         PR 11498
9257         * gcc.c-torture/compile/mangle-1.c: New file.
9258
9259 2003-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9260
9261         PR c++/7809
9262         * g++.dg/parse/access3.C: New test.
9263
9264 2003-07-17  Andrew Pinski  <pinskia@physics.uc.edu>
9265
9266         PR c++/11384
9267         * g++.dg/init/init-ref4.C: New test.
9268
9269 2003-07-16  Mark Mitchell  <mark@codesourcery.com>
9270
9271         PR c++/11547
9272         * g++.dg/parse/constant3.C: New test.
9273         * g++.dg/parse/crash7.C: Likewise.
9274
9275 2003-07-16  Andrew Pinski  <pinskia@physics.uc.edu>
9276
9277         PR target/11008
9278         * gcc.dg/i386-pentium4-not-mull.c: New.
9279
9280 2003-07-16  J"orn Rennecke <joern.rennecke@superh.com>
9281
9282         * gcc.dg/asm-names.c (ymain): Make it weak.
9283
9284 2003-07-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9285
9286         PR c++/5421
9287         * g++.dg/template/friend21.C: New test.
9288
9289 2003-07-16  Jakub Jelinek  <jakub@redhat.com>
9290
9291         * gcc.dg/cleanup-8.c: New test.
9292         * gcc.dg/cleanup-9.c: New test.
9293
9294 2003-07-16  Danny Smith  <dannysmith@users.sourceforge.net>
9295
9296         * g++.dg/ext/dll-MI1.h: New file.
9297         * g++.dg/ext/dllexport-MI1.C: New file.
9298         * g++.dg/ext/dllimport-MI1.C: New file.
9299
9300 2003-07-15  Jakub Jelinek  <jakub@redhat.com>
9301
9302         * gcc.c-torture/execute/string-opt-8.c (main): Remove i370 and s390,
9303         it does not have cmpstrsi patterns (just cmpmemsi).
9304
9305 2003-07-15  Mark Mitchell  <mark@codesourcery.com>
9306
9307         PR debug/11473
9308         * g++.dg/debug/debug8.C: New test.
9309
9310 2003-07-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9311
9312         PR c++/10108
9313         * g++.dg/template/crash7.C: New test.
9314
9315 2003-07-15  Kazu Hirata  <kazu@cs.umass.edu>
9316
9317         PR target/10795
9318         * gcc.c-torture/compile/20030708-1.c: New.
9319
9320 2003-07-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
9321
9322         * gcc.c-torture/execute/20030715-1.c: New test.
9323
9324 2003-07-14  Geoffrey Keating  <geoffk@apple.com>
9325
9326         * gcc.dg/pch/inline-3.c: New file.
9327         * gcc.dg/pch/inline-3.hs: New file.
9328         * gcc.dg/pch/inline-4.c: New file.
9329         * gcc.dg/pch/inline-4.hs: New file.
9330
9331 2003-07-14  Mark Mitchell  <mark@codesourcery.com>
9332
9333         PR c++/11509
9334         * g++.dg/template/crash6.C: New test.
9335
9336         PR c++/7053
9337         * g++.dg/template/friend20.C: New test.
9338
9339         PR c++/7019
9340         * g++.dg/template/overload2.C: New test.
9341
9342 2003-07-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9343
9344         PR optimization/11440
9345         * gcc.c-torture/execute/20030714-1.c: New test.
9346
9347 2003-07-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9348
9349         PR c++/11154
9350         * g++.dg/template/partial2.C: New test.
9351
9352 2003-07-13  Mark Mitchell  <mark@codesourcery.com>
9353
9354         PR c++/11503
9355         * g++.dg/template/anon1.C: New test.
9356
9357         PR c++/11493
9358         PR c++/11495
9359         * g++.dg/parse/template9.C: Likewise.
9360         * g++.dg/template/crash4.C: New test.
9361         * g++.dg/template/koenig1.C: Likewise.
9362         * g++.old-deja/g++.benjamin/tem03.C: Adjust error markers.
9363         * g++.old-deja/g++.benjamin/tem06.C: Declare "x".
9364         * g++.old-deja/g++.jason/overload33.C: Use this-> when calling
9365         functions.
9366         * g++.old-deja/g++.jason/template36.C: Likewise.
9367         * g++.old-deja/g++.mike/p1989.C: Likewise.
9368         * g++.old-deja/g++.pt/lookup2.C: Use -fpermissive when compiling.
9369         * g++.old-deja/g++.pt/ttp20.C: Use this->.
9370         * g++.old-deja/g++.pt/ttp21.C: Use this->.
9371         * g++.old-deja/g++.pt/typename13.C: Use -fpermissive when
9372         compiling.
9373         * g++.old-deja/g++.pt/union2.C: Use this->.
9374
9375 2003-07-11  Jakub Jelinek  <jakub@redhat.com>
9376
9377         * gcc.dg/20030711-1.c: New test.
9378
9379 2003-07-11  Nathan Sidwell  <nathan@codesourcery.com>
9380
9381         PR c++/11050
9382         * g++.dg/parse/args1.C: New test.
9383         * g++.pt/defarg8.C: Change expected errors.
9384
9385 2003-07-11  Mark Mitchell  <mark@codesourcery.com>
9386
9387         PR c++/8164
9388         * g++.dg/template/nontype2.C: New test.
9389
9390         PR c++/10558
9391         * g++.dg/parse/template8.C: New test.
9392
9393         PR c++/8327
9394         * g++.dg/template/scope1.C: New test.
9395
9396         * g++.dg/warn/Wsign-compare-1.C: New test.
9397
9398 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
9399
9400         * gcc.dg/20021018-1.c: Disable if the sizeof (int) < 4.
9401
9402 2003-07-10  Mark Mitchell  <mark@codesourcery.com>
9403
9404         PR c++/9411
9405         * g++.dg/template/explicit2.C: New test.
9406
9407         PR c++/10032
9408         * g++.dg/warn/pedantic1.C: New test.
9409
9410 2003-07-10  Nathan Sidwell  <nathan@codesourcery.com>
9411
9412         PR c++ 9483
9413         * g++.dg/other/field1.C: New test.
9414
9415 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
9416
9417         PR c/11449
9418         * gcc.c-torture/compile/20030707-1.c: New.
9419
9420 2003-07-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9421
9422         PR c++/10849
9423         * g++.dg/template/access12.C: New test.
9424
9425 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
9426
9427         * g++.dg/bprob/bprob.exp (prof_ext): Update.
9428         * g77.dg/bprob/bprob.exp (prof_ext): Update.
9429         * gcc.misc-tests/bprob.exp (prof_ext): Update.
9430         * gcc.misc-tests/gcov.exp: Update
9431         * g++.dg/gcov/gcov.exp: Update
9432         * lib/gcov.exp: Update.
9433
9434 2003-07-08  Mark Mitchell  <mark@codesourcery.com>
9435
9436         * g++.dg/abi/mangle17.C: Make sure template expressions are
9437         dependent.
9438         * g++.dg/abi/mangle4.C: Mark erroneous casts.
9439         * g++.dg/debug/debug7.C: Mark erronous new-declarator.
9440         * g++.dg/opt/stack1.C: Remove erroneous code.
9441         * g++.dg/parse/template7.C: New test.
9442         * g++.dg/template/dependent-expr1.C: Mark erroneous code.
9443         * g++.old-deja/g++.pt/crash4.C: Likewise.
9444
9445 2003-07-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9446
9447         * gcc.dg/const-elim-1.c (dg-final): Change regexp to match labels
9448         with zero or one occurence of `$' after the initial `L'.
9449
9450 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
9451
9452         * gcc.c-torture/compile/20030704-1.c: Add a comment.
9453
9454 2003-07-08  Roger Sayle  <roger@eyesopen.com>
9455
9456         PR c/11370
9457         * gcc.dg/Wunreachable-6.c: New testcase.
9458         * gcc.dg/Wunreachable-7.c: New testcase.
9459
9460 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
9461
9462         PR c/11420
9463         * gcc.dg/20030708-1.c: New test.
9464
9465 2003-07-08  Richard Sandiford  <rsandifo@redhat.com>
9466
9467         * gcc.dg/compat/sdata-section.h: New file.
9468         * gcc.dg/compat/sdata-1_{x,y,main}.c: New test.
9469         * gcc.dg/torture/mips-sdata-1.c: New test.
9470
9471 2003-07-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9472
9473         PR c++/11030
9474         * g++.dg/template/friend19.C: New test.
9475
9476 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
9477
9478         * g++.dg/opt/strength-reduce.C: New test.
9479
9480 2003-07-07  Roger Sayle  <roger@eyesopen.com>
9481
9482         PR target/10979
9483         * gcc.dg/20030707-1.c: New testcase.
9484
9485 2003-07-07  Roger Sayle  <roger@eyesopen.com>
9486
9487         PR optimization/11059
9488         * g++.dg/opt/emptyunion.C: New testcase.
9489
9490 2003-07-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9491             Eric Botcazou  <ebotcazou@libertysurf.fr>
9492
9493         * g++.dg/opt/stack1.C: New test.
9494
9495 2003-07-05  Mark Mitchell  <mark@codesourcery.com>
9496
9497         * g++.old-deja/g++.jason/typeid1.C: Make it a compile test, not a
9498         run test.
9499
9500         PR c++/11431
9501         * g++.dg/expr/static_cast3.C: New test.
9502
9503 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
9504
9505         * gcc.c-torture/execute/wchar_t-1.x: New file; XFAIL wchar_t-1.c
9506         everywhere.
9507         * gcc.dg/concat.c: Concatenation of string constants with
9508         __FUNCTION__ / __PRETTY_FUNCTION__ is now a hard error.
9509         * gcc.dg/wtr-strcat-1.c: Loosen dg-warning regexp.
9510         * gcc.dg/cpp/escape-2.c: Use wide character constants where
9511         necessary to avoid multi-character character constant warning.
9512         * gcc.dg/cpp/escape.c: Likewise.
9513         * gcc.dg/cpp/ucs.c: Likewise.
9514         Remove backslashes from dg-bogus comments, as they confuse Tcl.
9515         Fix a typo.
9516
9517 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
9518
9519         PR c/11428
9520         * gcc.c-torture/compile/20030704-1.c: New.
9521
9522 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
9523
9524         * gcc.dg/compat/fnptr-by-value-1_x.c: Add a prototype for testva.
9525
9526 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
9527
9528         PR c++/5287, PR c++/7910,  PR c++/11021
9529         * g++.dg/ext/dllimport1.C: Add mingw32 as target. Add
9530         tests for warnings.
9531         * g++.dg/ext/dllimport2.C: Add tests for warnings.
9532         * g++.dg/ext/dllimport3.C: Likewise.
9533         * g++.dg/ext/dllimport4.C: New file.
9534         * g++.dg/ext/dllimport5.C: New file.
9535         * g++.dg/ext/dllimport6.C: New file.
9536         * g++.dg/ext/dllimport7.C: New file.
9537         * g++.dg/ext/dllimport8.C: New file.
9538         * g++.dg/ext/dllimport9.C: New file.
9539         * g++.dg/ext/dllimport10.C: New file.
9540         * g++.dg/ext/dllexport1.C: New file.
9541
9542 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
9543
9544         * g++.old-deja/g++.jason/typeid1.C: Add dg-error marker.
9545         * g++.old-deja/g++.mike/net36.C: Tweak error messages.
9546
9547 2003-07-03  Roger Sayle  <roger@eyesopen.com>
9548
9549         * gcc.dg/builtins-25.c: New testcase.
9550         * gcc.dg/builtins-26.c: New testcase.
9551
9552 2003-07-03  Janis Johnson  <janis187@us.ibm.com>
9553
9554         * gcc.dg/compat/vector-defs.h: New file.
9555         * gcc.dg/compat/vector-setup.h: New file.
9556         * gcc.dg/compat/vector-check.h: New file.
9557         * gcc.dg/compat/vector-1_main.c: New file.
9558         * gcc.dg/compat/vector-1_x.c: New file.
9559         * gcc.dg/compat/vector-1_y.c: New file.
9560         * gcc.dg/compat/vector-2_main.c: New file.
9561         * gcc.dg/compat/vector-2_x.c: New file.
9562         * gcc.dg/compat/vector-2_y.c: New file.
9563
9564         * gcc.dg/compat/fnptr-by-value-1_main.c: New file.
9565         * gcc.dg/compat/fnptr-by-value-1_x.c: New file.
9566         * gcc.dg/compat/fnptr-by-value-1_y.c: New file.
9567         * gcc.dg/compat/struct-align-1.h: New file.
9568         * gcc.dg/compat/struct-align-1_main.c: New file.
9569         * gcc.dg/compat/struct-align-1_x.c: New file.
9570         * gcc.dg/compat/struct-align-1_y.c: New file.
9571         * gcc.dg/compat/struct-align-2.h: New file.
9572         * gcc.dg/compat/struct-align-2_main.c: New file.
9573         * gcc.dg/compat/struct-align-2_x.c: New file.
9574         * gcc.dg/compat/struct-align-2_y.c: New file.
9575
9576         * gcc.dg/compat/compat-common.h (DEBUG_FINI): New.
9577         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
9578         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
9579         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
9580         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
9581         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
9582         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
9583         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
9584         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
9585         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
9586         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
9587         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
9588         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
9589         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
9590         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
9591         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
9592         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
9593         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
9594         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
9595         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
9596         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
9597         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
9598         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
9599         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
9600         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
9601         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
9602         * gcc.dg/compat/struct-return-10_x.c: Ditto.
9603         * gcc.dg/compat/struct-return-2_x.c: Ditto.
9604         * gcc.dg/compat/struct-return-3_x.c: Ditto.
9605
9606 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
9607
9608         * gcc.dg/i386-call-1.c: New test.
9609
9610 2003-07-03  Nathan Sidwell  <nathan@codesourcery.com>
9611
9612         PR c++/9162
9613         * g++.dg/parse/defarg4.C: New.
9614
9615 2003-07-03  Roger Sayle  <roger@eyesopen.com>
9616
9617         PR target/10700
9618         * gcc.c-torture/compile/20030703-1.c: New test case.
9619
9620 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
9621
9622         * g++.dg/template/local3.C: Remove extra semicolon.
9623
9624 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
9625
9626         * gcc.dg/i386-volatile-1.c: New test.
9627
9628 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
9629
9630         PR c++/11072
9631         * g++.dg/other/offsetof2.C: XFAIL.
9632         * g++.dg/other/offsetof5.C: New.
9633
9634         PR c++/10219
9635         * g++.dg/template/error1.C: New.
9636
9637         PR c++/9779
9638         * g++.dg/template/dependent-expr1.C: New.
9639
9640 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
9641
9642         PR c++/6949
9643         * g++.dg/template/local3.C: New test.
9644
9645         PR c++/11149
9646         * g++.dg/lookup/scoped6.C: New test.
9647
9648 2003-07-01  Giovanni Bajo  <giovannibajo@libero.it>
9649
9650         PR c++/8046
9651         * g++.dg/other/error7.C: New test.
9652
9653 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
9654
9655         * g++.old-deja/g++.abi/vbase1.C: Fix comment typos.
9656         * g++.old-deja/g++.abi/vtable3.h: Likewise.
9657         * g++.old-deja/g++.law/code-gen5.C: Likewise.
9658         * g++.old-deja/g++.other/union2.C: Likewise.
9659         * gcc.dg/c90-const-expr-2.c: Likewise.
9660         * gcc.dg/c90-const-expr-3.c: Likewise.
9661         * gcc.dg/c99-const-expr-2.c: Likewise.
9662         * gcc.dg/c99-const-expr-3.c: Likewise.
9663         * gcc.dg/concat.c: Likewise.
9664
9665 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
9666
9667         PR c++/9559
9668         * g++.dg/init/static1.C: New test.
9669
9670 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
9671
9672         * g++.old-deja/g++.niklas/README: Fix spelling for "testcase".
9673         * g++.old-deja/g++.other/access2.C: Likewise.
9674         * g++.old-deja/g++.other/decl2.C: Likewise.
9675         * gcc.c-torture/execute/20020615-1.c: Likewise.
9676
9677 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
9678
9679         PR c++/4933
9680         * g++.dg/template/sizeof4.C: New test.
9681
9682 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
9683
9684         * g++.dg/other/error6.C: New test.
9685
9686 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
9687
9688         PR c++/10750
9689         * g++.dg/parse/constant2.C: New test.
9690
9691 2003-06-30  Giovanni Bajo <giovannibajo@libero.it>
9692
9693         PR c++/11106
9694         * g++.dg/other/error5.C: New test.
9695
9696 2003-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9697
9698         * gcc.dg/format/gcc_diag-1.c: New test.
9699
9700 2003-06-28  Ulrich Weigand  <uweigand@de.ibm.com>
9701
9702         * gcc.c-torture/execute/multi-ix.c: Fix off-by-one bugs.
9703
9704 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
9705
9706         * g++.old-deja/g++.robertl/eb133.C: Set expected line number.
9707         * g++.old-deja/g++.robertl/eb133a.C: Likewise.
9708         * g++.old-deja/g++.robertl/eb133b.C: Likewise.
9709
9710 2003-06-28  Jakub Jelinek  <jakub@redhat.com>
9711
9712         * gcc.c-torture/execute/builtins/string-8.c: New test.
9713         * gcc.c-torture/execute/builtins/string-8-lib.c: New.
9714         * gcc.c-torture/execute/stdio-opt-1.c (main): Add new tests.
9715         * gcc.c-torture/execute/string-opt-7.c (main): Add new test.
9716
9717 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
9718
9719         PR c++/10468
9720         * g++.dg/ext/typeof6.C: New test.
9721
9722 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
9723
9724         PR c++/10796
9725         * g++.dg/init/enum1.C: New test.
9726
9727 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
9728
9729         * gcc.dg/20030627-1.c: New test.
9730
9731 2003-06-26  Mark Mitchell  <mark@codesourcery.com>
9732
9733         PR c++/11332
9734         * g++.dg/expr/static_cast2.C: New test.
9735
9736 2003-06-26  Roger Sayle  <roger@eyesopen.com>
9737             Jakub Jelinek  <jakub@redhat.com>
9738
9739         * gcc.c-torture/execute/string-opt-16.c: Remove test for disabled
9740         sprintf(dst,"%s",src) optimization.
9741         * gcc.c-torture/execute/20030626-1.c: New test case.
9742         * gcc.c-torture/execute/20030626-2.c: New test case.
9743
9744 2003-06-26  J"orn Rennecke <joern.rennecke@superh.com>
9745
9746         * gcc.c-torture/execute/multi-ix.c: New test.
9747
9748         * gcc.c-torture/execute/simd-4.c (main):
9749         Added missing semicolon at end of union.
9750
9751 2003-06-26  Giovanni Bajo  <giovannibajo@libero.it>
9752
9753         PR c++/8266
9754         * g++.dg/template/explicit-instantiation3.C: New test.
9755
9756 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
9757
9758         * gcc.dg/20030626-1.c: Use signed char.
9759
9760 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
9761
9762         * gcc.dg/20030626-1.c: New test.
9763
9764 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
9765
9766         * const-str-2.m: Update.
9767
9768 2003-06-25  Mark Mitchell  <mark@codesourcery.com>
9769
9770         PR c++/10990
9771         * g++.dg/rtti/dyncast1.C: New test.
9772         * g++.dg/abi/mangle4.C: Correct base-specifier access.
9773         * g++.dg/lookup/scoped1.C: Remove XFAIL.
9774         * g++.old-deja/g++.martin/pmf1.C: Correct base-specifier access.
9775
9776         PR c++/10931
9777         * g++.dg/expr/static_cast1.C: New test.
9778
9779 2003-06-25  Josef Zlomek  <zlomekj@suse.cz>
9780
9781         * gcc.dg/20030625-1.c: New test.
9782
9783 2003-06-24  Roger Sayle  <roger@eyesopen.com>
9784
9785         * gcc.c-torture/compile/20030624-1.c: New test case.
9786
9787 2003-06-24  Jakub Jelinek  <jakub@redhat.com>
9788
9789         * gcc.c-torture/execute/string-opt-17.c: New test.
9790
9791 2003-06-24  Mark Mitchell  <mark@codesourcery.com>
9792
9793         PR c++/5754
9794         * g++.dg/parse/crash6.C: New test.
9795
9796 2003-06-23  Roger Sayle  <roger@eyesopen.com>
9797
9798         * gcc.dg/builtins-24.c: New test case.
9799
9800 2003-06-23  Jakub Jelinek  <jakub@redhat.com>
9801
9802         * g++.dg/opt/operator1.C: New test.
9803
9804 2003-06-22  Roger Sayle  <roger@eyesopen.com>
9805
9806         * gcc.c-torture/execute/string-opt-16.c: New test case.
9807
9808 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
9809
9810         * g++.old-deja/g++.benjamin/16077.C: Add -Wconversion  option.
9811         * g++.old-deja/g++.other/conv7.C: Likewise
9812         * g++.old-deja/g++.other/overcnv2.C: Likewise.
9813         * g++.old-deja/g++.other/overload14.C: Likewise.
9814
9815 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
9816
9817         * g++.old-deja/g++.jason/conversion5.C: Adjust option.
9818         * g++.old-deja/g++.bugs/900215_01.C: Likewise.
9819
9820 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
9821
9822         PR c++/10888
9823         * g++.dg/warn/Winline-3.C: New test.
9824
9825 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
9826
9827         * lib/target-supports.exp (check_alias_available): Make the test
9828         program acceptable to the Solaris assembler.
9829
9830         PR c++/10749
9831         * g++.dg/template/memclass2.C: New test.
9832
9833 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
9834             Eric Botcazou  <ebotcazou@libertysurf.fr>
9835
9836         * lib/gcc-dg.exp (dg-xfail-if): Do not process conditional xfail
9837         data for non-matching targets.
9838         * gcc.c-torture/compile/simd-5.c: Fix typo in conditional xfail.
9839
9840 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
9841
9842         PR c++/10845
9843         * g++.dg/template/member3.C: New test.
9844
9845 2003-06-19  Mark Mitchell  <mark@codesourcery.com>
9846
9847         PR c++/10939
9848         * g++.dg/template/func1.C: New test.
9849
9850         PR c++/9649
9851         * g++.dg/template/static4.C: New test.
9852         * g++.old-deja/g++.other/anon7.C: Remove spurious error messages.
9853
9854         PR c++/11041
9855         * g++.dg/init/ref7.C: New test.
9856
9857 2003-06-19  Matt Austern  <austern@apple.com>
9858
9859         PR c++/11228
9860         * g++.dg/anew1.C: New test.
9861         * g++.dg/anew2.C: New test.
9862         * g++.dg/anew3.C: New test.
9863         * g++.dg/anew4.C: New test.
9864
9865 2003-06-19  Kazu Hirata  <kazu@cs.umass.edu>
9866
9867         * gcc.c-torture/compile/simd-5.c: Don't XFAIL on H8.
9868
9869 2003-06-19  J"orn Rennecke <joern.rennecke@superh.com>
9870
9871         * gcc.c-torture/execute/simd-4.c (main): Make expected value
9872         endian-dependent.
9873
9874 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
9875
9876         * lib/g++.exp (g++_include_flags): Tweak path to testsuite_flags.
9877         Remove cruft.
9878
9879 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
9880
9881         * gcc.c-torture/compile/20020604-1.c: Use dg-xfail-if for h8300.
9882         * gcc.c-torture/compile/961203-1.c: Likewise.
9883         * gcc.c-torture/compile/980506-1.c: Likewise.
9884
9885 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
9886
9887         PR c++/10712
9888         * g++.dg/lookup/using7.C: New test.
9889
9890 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
9891
9892         PR c++/11105
9893         * g++.dg/abi/conv1.C: Remove it.
9894         * g++.dg/template/conv7.C: New test.
9895         * g++.dg/template/conv8.C: Likewise.
9896         * g++.old-deja/g++.ext/pretty2.C: Do not test __FUNCTION__ for a
9897         conversion operator.
9898
9899 2003-06-17  Janis Johnson  <janis187@us.ibm.com>
9900
9901         * gcc.dg/compat/compat-common.h (DEBUG_INIT): New.
9902         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
9903         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
9904         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
9905         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
9906         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
9907         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
9908         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
9909         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
9910         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
9911         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
9912         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
9913         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
9914         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
9915         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
9916         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
9917         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
9918         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
9919         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
9920         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
9921         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
9922         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
9923         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
9924         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
9925         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
9926         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
9927         * gcc.dg/compat/struct-return-10_x.c: Ditto.
9928         * gcc.dg/compat/struct-return-2_x.c: Ditto.
9929         * gcc.dg/compat/struct-return-3_x.c: Ditto.
9930
9931 2003-06-16  Mark Mitchell  <mark@codesourcery.com>
9932
9933         * lib/gcc-dg.exp (dg-xfail-if): Fix thinko.
9934         * gcc.c-torture/compile/simd-5.c: Remove spurious PowerPC-64 XFAIL
9935         indications.
9936
9937 2003-06-16  Roger Sayle  <roger@eyesopen.com>
9938
9939         * gcc.dg/i386-387-5.c: New test case.
9940         * gcc.dg/i386-387-6.c: New test case.
9941         * gcc.dg/builtins-23.c: New test case.
9942
9943 2003-06-15  Roger Sayle  <roger@eyesopen.com>
9944
9945         * gcc.dg/builtins-22.c: New test case.
9946         * gcc.dg/i386-387-1.c: Update to test exp.
9947         * gcc.dg/i386-387-2.c: Likewise.
9948
9949 2003-06-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9950
9951         * gcc.dg/format/asm_fprintf-1.c: Update width/precision checks.
9952
9953 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
9954
9955         * lib/gcc-dg.exp (dg-require-dll): New function.
9956         (dg-xfail-if): Likewise.
9957         * gcc.c-torture/compile/compile.exp: Use dg rather than c-torture
9958         driver.
9959
9960         * gcc.c-torture/compile/20000804-1.c: Convert to dg format.
9961         * gcc.c-torture/compile/20001205-1.c: Likewise.
9962         * gcc.c-torture/compile/20001226-1.c: Likewise.
9963         * gcc.c-torture/compile/20010518-2.c: Likewise.
9964         * gcc.c-torture/compile/20020312-1.c: Likewise.
9965         * gcc.c-torture/compile/20020604-1.c: Likewise.
9966         * gcc.c-torture/compile/920501-12.c: Likewise.
9967         * gcc.c-torture/compile/920501-4.c: Likewise.
9968         * gcc.c-torture/compile/920520-1.c: Likewise.
9969         * gcc.c-torture/compile/920521-1.c: Likewise.
9970         * gcc.c-torture/compile/920625-1.c: Likewise.
9971         * gcc.c-torture/compile/961203-1.c: Likewise.
9972         * gcc.c-torture/compile/980506-1.c: Likewise.
9973         * gcc.c-torture/compile/981006-1.c: Likewise.
9974         * gcc.c-torture/compile/981022-1.c: Likewise.
9975         * gcc.c-torture/compile/981223-1.c: Likewise.
9976         * gcc.c-torture/compile/990617-1.c: Likewise.
9977         * gcc.c-torture/compile/dll.c: Likewise.
9978         * gcc.c-torture/compile/labels-3.c: Likewise.
9979         * gcc.c-torture/compile/mipscop-1.c: Likewise.
9980         * gcc.c-torture/compile/mipscop-2.c: Likewise.
9981         * gcc.c-torture/compile/mipscop-3.c: Likewise.
9982         * gcc.c-torture/compile/mipscop-4.c: Likewise.
9983         * gcc.c-torture/compile/simd-5.c: Likewise.
9984         * gcc.c-torture/compile/20000804-1.x: Remove.
9985         * gcc.c-torture/compile/20001205-1.x: Likewise.
9986         * gcc.c-torture/compile/20001226-1.x: Likewise.
9987         * gcc.c-torture/compile/20010518-2.x: Likewise.
9988         * gcc.c-torture/compile/20020312-1.x: Likewise.
9989         * gcc.c-torture/compile/20020604-1.x: Likewise.
9990         * gcc.c-torture/compile/920501-12.x: Likewise.
9991         * gcc.c-torture/compile/920501-4.x: Likewise.
9992         * gcc.c-torture/compile/920520-1.x: Likewise.
9993         * gcc.c-torture/compile/920521-1.x: Likewise.
9994         * gcc.c-torture/compile/920625-1.x: Likewise.
9995         * gcc.c-torture/compile/961203-1.x: Likewise.
9996         * gcc.c-torture/compile/980506-1.x: Likewise.
9997         * gcc.c-torture/compile/981006-1.x: Likewise.
9998         * gcc.c-torture/compile/981022-1.x: Likewise.
9999         * gcc.c-torture/compile/981223-1.x: Likewise.
10000         * gcc.c-torture/compile/990617-1.x: Likewise.
10001         * gcc.c-torture/compile/mipscop-1.x: Likewise.
10002         * gcc.c-torture/compile/mipscop-2.x: Likewise.
10003         * gcc.c-torture/compile/mipscop-3.x: Likewise.
10004         * gcc.c-torture/compile/mipscop-4.x: Likewise.
10005         * gcc.c-torture/compile/simd-5.x: Likewise.
10006
10007         * gcc.c-torture/compile/20021205-1.c: Remove bogus dg commands.
10008
10009 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
10010
10011         * gcc.c-torture/execute/20030611-1.c: New test.
10012
10013 2003-06-12  Roger Sayle  <roger@eyesopen.com>
10014
10015         PR middle-end/168
10016         * gcc.dg/20030612-1.c: New test case.
10017
10018 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
10019
10020         PR c++/10635
10021         * g++.dg/expr/cast1.C: New test.
10022
10023 2003-06-12  Roger Sayle  <roger@eyesopen.com>
10024
10025         * gcc.dg/builtins-21.c: New test case.
10026
10027 2003-06-11  Kelley Cook  <kelleycook@wideopenwest.com>
10028
10029         * lib/gcc.exp (gcc_target_compile): Put TOOL_OPTIONS at front of
10030         options instead of at the end.
10031         * lib/objc.exp (objc_target_compile): Likewise.
10032
10033 2003-06-11  Mark Mitchell  <mark@codesourcery.com>
10034
10035         PR c++/10432
10036         * g++.dg/parse/error1.C: New test.
10037
10038 2003-06-11  Janis Johnson  <janis187@us.ibm.com>
10039
10040         * gcc.dg/compat/struct-by-value-11_main.c: New file.
10041         * gcc.dg/compat/struct-by-value-11_x.c: New file.
10042         * gcc.dg/compat/struct-by-value-11_y.c: New file.
10043         * gcc.dg/compat/struct-by-value-12_main.c: New file.
10044         * gcc.dg/compat/struct-by-value-12_x.c: New file.
10045         * gcc.dg/compat/struct-by-value-12_y.c: New file.
10046         * gcc.dg/compat/struct-by-value-13_main.c: New file.
10047         * gcc.dg/compat/struct-by-value-13_x.c: New file.
10048         * gcc.dg/compat/struct-by-value-13_y.c: New file.
10049         * gcc.dg/compat/struct-by-value-14_main.c: New file.
10050         * gcc.dg/compat/struct-by-value-14_x.c: New file.
10051         * gcc.dg/compat/struct-by-value-14_y.c: New file.
10052         * gcc.dg/compat/struct-by-value-15_main.c: New file.
10053         * gcc.dg/compat/struct-by-value-15_x.c: New file.
10054         * gcc.dg/compat/struct-by-value-15_y.c: New file.
10055         * gcc.dg/compat/struct-by-value-16_main.c: New file.
10056         * gcc.dg/compat/struct-by-value-16_x.c: New file.
10057         * gcc.dg/compat/struct-by-value-16_y.c: New file.
10058         * gcc.dg/compat/struct-by-value-17_main.c: New file.
10059         * gcc.dg/compat/struct-by-value-17_x.c: New file.
10060         * gcc.dg/compat/struct-by-value-17_y.c: New file.
10061         * gcc.dg/compat/struct-by-value-18_main.c: New file.
10062         * gcc.dg/compat/struct-by-value-18_x.c: New file.
10063         * gcc.dg/compat/struct-by-value-18_y.c: New file.
10064
10065         * gcc.dg/compat/scalar-by-value-3_main.c: New file.
10066         * gcc.dg/compat/scalar-by-value-3_x.c: New file.
10067         * gcc.dg/compat/scalar-by-value-3_y.c: New file.
10068         * gcc.dg/compat/scalar-by-value-4_main.c: New file.
10069         * gcc.dg/compat/scalar-by-value-4_x.c: New file.
10070         * gcc.dg/compat/scalar-by-value-4_y.c: New file.
10071         * gcc.dg/compat/scalar-return-3_main.c: New file.
10072         * gcc.dg/compat/scalar-return-3_x.c: New file.
10073         * gcc.dg/compat/scalar-return-3_y.c: New file.
10074         * gcc.dg/compat/scalar-return-4_main.c: New file.
10075         * gcc.dg/compat/scalar-return-4_x.c: New file.
10076         * gcc.dg/compat/scalar-return-4_y.c: New file.
10077
10078 2003-06-10  Janis Johnson  <janis187@us.ibm.com>
10079
10080         * gcc.dg/compat/fp2-struct-check.h: New file.
10081         * gcc.dg/compat/fp2-struct-defs.h: New file.
10082         * gcc.dg/compat/fp2-struct-init.h: New file.
10083         * gcc.dg/compat/struct-by-value-10_main.c: New file.
10084         * gcc.dg/compat/struct-by-value-10_x.c: New file.
10085         * gcc.dg/compat/struct-by-value-10_y.c: New file.
10086         * gcc.dg/compat/struct-return-10_main.c: New file.
10087         * gcc.dg/compat/struct-return-10_x.c: New file.
10088         * gcc.dg/compat/struct-return-10_y.c: New file.
10089
10090         * gcc.dg/compat/compat-common.h: New file.
10091         * gcc.dg/compat/fp-struct-check.h: Improve debugging output.
10092         * gcc.dg/compat/fp-struct-test-by-value-x.h: Ditto.
10093         * gcc.dg/compat/fp-struct-test-by-value-y.h: Ditto.
10094         * gcc.dg/compat/scalar-by-value-1_main.c: Ditto.
10095         * gcc.dg/compat/scalar-by-value-1_x.c: Ditto.
10096         * gcc.dg/compat/scalar-by-value-1_y.c: Ditto.
10097         * gcc.dg/compat/scalar-by-value-2_main.c: Ditto.
10098         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
10099         * gcc.dg/compat/scalar-by-value-2_y.c: Ditto.
10100         * gcc.dg/compat/scalar-return-1_main.c: Ditto.
10101         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
10102         * gcc.dg/compat/scalar-return-1_y.c: Ditto.
10103         * gcc.dg/compat/scalar-return-2_main.c: Ditto.
10104         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
10105         * gcc.dg/compat/scalar-return-2_y.c: Ditto.
10106         * gcc.dg/compat/small-struct-check.h: Ditto.
10107         * gcc.dg/compat/struct-by-value-2_main.c: Ditto.
10108         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
10109         * gcc.dg/compat/struct-by-value-2_y.c: Ditto.
10110         * gcc.dg/compat/struct-by-value-3_main.c: Ditto.
10111         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
10112         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
10113         * gcc.dg/compat/struct-by-value-4_main.c: Ditto.
10114         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
10115         * gcc.dg/compat/struct-by-value-4_y.c: Ditto.
10116         * gcc.dg/compat/struct-by-value-5_main.c: Ditto.
10117         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
10118         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
10119         * gcc.dg/compat/struct-by-value-6_main.c: Ditto.
10120         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
10121         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
10122         * gcc.dg/compat/struct-by-value-7_main.c: Ditto.
10123         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
10124         * gcc.dg/compat/struct-by-value-7_y.c: Ditto.
10125         * gcc.dg/compat/struct-by-value-8_main.c: Ditto.
10126         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
10127         * gcc.dg/compat/struct-by-value-8_y.c: Ditto.
10128         * gcc.dg/compat/struct-by-value-9_main.c: Ditto.
10129         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
10130         * gcc.dg/compat/struct-by-value-9_y.c: Ditto.
10131         * gcc.dg/compat/struct-return-2_main.c: Ditto.
10132         * gcc.dg/compat/struct-return-2_x.c: Ditto.
10133         * gcc.dg/compat/struct-return-2_y.c: Ditto.
10134         * gcc.dg/compat/struct-return-3_main.c: Ditto.
10135         * gcc.dg/compat/struct-return-3_x.c: Ditto.
10136         * gcc.dg/compat/struct-return-3_y.c: Ditto.
10137
10138 2003-06-10  Geoffrey Keating  <geoffk@apple.com>
10139
10140         * g++.dg/pch/static-1.C: New file.
10141         * g++.dg/pch/static-1.Hs: New file.
10142
10143 2003-06-10  Richard Henderson  <rth@redhat.com>
10144
10145         * gcc.dg/asm-7.c: Adjust expected warning text.
10146
10147 2003-06-10  Roger Sayle  <roger@eyesopen.com>
10148
10149         * gcc.dg/builtins-20.c: New test case.
10150
10151 2003-06-10  Mark Mitchell  <mark@codesourcery.com>
10152
10153         PR c++/11131
10154         * g++.dg/opt/template1.C: New test.
10155
10156 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
10157
10158         * lib/gcc-dg.exp (dg-test): Clear additional_files and
10159         additional_sources.
10160
10161 2003-05-21  David Taylor  <dtaylor@emc.com>
10162
10163         * gcc.dg/Wpadded.c: New file.
10164
10165 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
10166
10167         * gcc.dg/special/20000419-2.c: Fix dg-require-alias syntax.
10168         * gcc.dg/special/weak-2.c: Add dg-require-weak.
10169         * gcc.dg/weak/weak-3.c: Reverse order of dg-do and
10170         dg-require-weak.
10171
10172 2003-06-09  J"orn Rennecke <joern.rennecke@superh.com>
10173
10174         * g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning.
10175
10176 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
10177
10178         * lib/gcc-dg.exp (dg-require-weak): Fix typo.
10179         (dg-require-alias): Likewise.
10180         (dg-require-gc-sections): Likewise.
10181         * lib/target-supports.exp (check_gc_sections_available): Likewise.
10182
10183 2003-06-08  Richard Henderson  <rth@redhat.com>
10184
10185         * gcc.dg/20011029-2.c: Fix the array reference.
10186         * gcc.dg/asm-7.c: New.
10187
10188 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
10189
10190         * gcc.c-torture/compile/20000804-1.x: Disable on h8300 port.
10191
10192 2003-06-08  Mark Mitchell  <mark@codesourcery.com>
10193
10194         * lib/gcc-dg.exp (dg-require-alias): Fix typo.
10195         (dg-require-gc-sections): Likewise.
10196
10197 2003-06-08  Jan Hubicka  <jh@suse.cz>
10198
10199         * i386-cmov1.c: Fix regular expression.
10200         * i386-cvt-1.c: Likewise.
10201         * i386-local.c: Likewise.
10202         * i386-local2.c: Likewise.
10203         * i386-mul.c: Likewise.
10204         * i386-ssetype-1.c: Likewise.
10205         * i386-ssetype-3.c: Likewise.
10206         * i386-ssetype-5.c: Likewise.
10207
10208 2003-06-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10209
10210         PR c++/11039
10211         * g++.dg/warn/implicit-typename2.C: New test.
10212         * g++.dg/warn/implicit-typename3.C: New test.
10213
10214 2003-06-07  Richard Henderson  <rth@redhat.com>
10215
10216         * g++.dg/other/offsetof3.C: Use size_t.
10217         * g++.dg/other/offsetof4.C: Likewise.
10218
10219 2003-06-07  H.J. Lu <hongjiu.lu@intel.com>
10220
10221         * lib/copy-file.exp: New. Implement gcc_copy_files.
10222
10223         * lib/dg-pch.exp: Load copy-file.exp
10224         (dg-pch): Use gcc_copy_files instead of "file copy".
10225
10226 2003-06-06  Mark Mitchell  <mark@codesourcery.com>
10227
10228         * gcc.dg/weak/weak.exp: Simplify.
10229         * gcc.dg/weak/typeof-2.c: Use dg-require-weak.
10230         * gcc.dg/weak/weak-1.c: Likewise.
10231         * gcc.dg/weak/weak-2.c: Likewise.
10232         * gcc.dg/weak/weak-3.c: Likewise.
10233         * gcc.dg/weak/weak-4.c: Likewise.
10234         * gcc.dg/weak/weak-5.c: Likewise.
10235         * gcc.dg/weak/weak-6.c: Likewise.
10236         * gcc.dg/weak/weak-7.c: Likewise.
10237         * gcc.dg/weak/weak-8.c: Likewise.
10238         * gcc.dg/weak/weak-9.c: Likewise.
10239
10240 2003-06-06  Richard Earnshaw  <rearnsha@arm.com>
10241
10242         gcc.c-torture/execute/20030606-1.c: New.
10243
10244 2003-06-06  Roger Sayle  <roger@eyesopen.com>
10245
10246         * gcc.dg/builtins-2.c: Correct check-in of incorrect version.
10247         * gcc.dg/builtins-19.c: Likewise.
10248
10249 2003-06-06  Roger Sayle  <roger@eyesopen.com>
10250
10251         * gcc.dg/builtins-2.c: Add some more tests.
10252         * gcc.dg/builtins-18.c: New test case.
10253         * gcc.dg/builtins-19.c: New test case.
10254
10255 2003-06-06  Roger Sayle  <roger@eyesopen.com>
10256             Jim Wilson  <wilson@tuliptree.org>
10257
10258         * gcc.dg/uninit-C.c: Only test TImode on 64-bit platforms.
10259
10260 2003-06-06  Jakub Jelinek  <jakub@redhat.com>
10261
10262         * gcc.c-torture/execute/builtins/string-4.c (main_test): Allow some
10263         mempcpy/stpcpy calls not to be optimized into something else.
10264         * gcc.c-torture/execute/string-opt-3.c: Moved to...
10265         * gcc.c-torture/execute/builtins/string-7.c: ...here.
10266         * gcc.c-torture/execute/builtins/string-7-lib.c: New.
10267
10268 2003-06-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10269
10270         * gcc.dg/format/asm_fprintf-1.c: New test.
10271
10272 2003-06-05  Mark Mitchell  <mark@codesourcery.com>
10273
10274         * lib/gcc-defs.exp (additional_sources): New variable.
10275         (dg-additional-sources): New function.
10276         (additional_files): New variable.
10277         (dg-additional-files): New function.
10278         (dg-additional-files-options): Likewise.
10279         * lib/gcc-dg.exp (dg-require-weak): New function.
10280         (dg-require-alias): Likewise.
10281         (dg-require-gc-sections): Likewise.
10282         * lib/target-supports.exp (check_alias_available): Remove testfile
10283         parameter.
10284         (check_gc_sections_available): New function.
10285         * lib/g++-dg.exp (dg-gpp-additional-sources): Remove.
10286         (dg-gpp-additional-files): Likewise.
10287         * lib/g++.exp (additional_sources): Remove.
10288         (additional_files): Likewise.
10289         (g++_target_compile): Use dg-additional-files-options.
10290
10291         * gcc.dg/special/special.exp: Add "ecos" tests.  Remove complex
10292         Tcl logic.
10293         * gcc.dg/special/ecos.exp: Remove.
10294         * gcc.dg/special/20000419-2.c: Use dg-require-*.
10295         * gcc.dg/special/alias-1.c: Likewise.
10296         * gcc.dg/special/alias-2.c: Likewise.
10297         * gcc.dg/special/gcsec-1.c: Likewise.
10298         * gcc.dg/special/weak-1.c: Likewise.
10299         * gcc.dg/special/weak-2.c: Likewise.
10300         * gcc.dg/special/wkali-1.c: Likewise.
10301         * gcc.dg/special/wkali-2.c: Likewise.
10302
10303         * g++.dg/special/conpr-2.C: Use dg-additional-*, not
10304         dg-gpp-additional-*.
10305         * g++.dg/special/conpr-3.C: Likewise.
10306         * g++.dg/special/conpr-4.C: Likewise.
10307         * g++.old-deja/g++.abi/vtable3a.C: Likewise.
10308         * g++.old-deja/g++.abi/vtable3b.C: Likewise.
10309         * g++.old-deja/g++.abi/vtable3c.C: Likewise.
10310         * g++.old-deja/g++.abi/vtable3d.C: Likewise.
10311         * g++.old-deja/g++.abi/vtable3e.C: Likewise.
10312         * g++.old-deja/g++.abi/vtable3f.C: Likewise.
10313         * g++.old-deja/g++.abi/vtable3g.C: Likewise.
10314         * g++.old-deja/g++.abi/vtable3h.C: Likewise.
10315         * g++.old-deja/g++.abi/vtable3i.C: Likewise.
10316         * g++.old-deja/g++.abi/vtable3j.C: Likewise.
10317         * g++.old-deja/g++.oliva/linkage1.C: Likewise.
10318         * g++.old-deja/g++.other/comdat1.C: Likewise.
10319         * g++.old-deja/g++.other/comdat2.C: Likewise.
10320         * g++.old-deja/g++.other/comdat3.C: Likewise.
10321         * g++.old-deja/g++.other/ctor1.C: Likewise.
10322         * g++.old-deja/g++.pt/instantiate5.C: Likewise.
10323
10324 2003-06-05  Richard Henderson  <rth@redhat.com>
10325
10326         * gcc.dg/debug/20030605-1.c: New.
10327
10328 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
10329
10330         * README.QMTEST: Update.
10331
10332 2003-06-04  Richard Henderson  <rth@redhat.com>
10333
10334         * gcc.dg/cleanup-1.c: New.
10335         * gcc.dg/cleanup-2.c: New.
10336         * gcc.dg/cleanup-3.c: New.
10337         * gcc.dg/cleanup-4.c: New.
10338         * gcc.dg/cleanup-5.c: New.
10339         * gcc.dg/cleanup-6.c: New.
10340         * gcc.dg/cleanup-7.c: New.
10341
10342 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
10343
10344         * g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.
10345
10346         * lib/dg-pch.exp: New file.
10347         * g++.dg/pch/pch.exp: Use dg-pch.exp.
10348         * gcc.dg/pch/pch.exp: Likewise.
10349
10350 2003-06-04  Roger Sayle  <roger@eyesopen.com>
10351
10352         * gcc.dg/builtins-2.c: Add tests for tan(atan(x)).
10353         * gcc.dg/builtins-3.c: Add tests for tan(0.0) and atan(0.0).
10354         * gcc.dg/builtins-7.c: Add tests for tan(atan(x)) == x.
10355         * gcc.dg/builtins-17.c: New test case.
10356         * gcc.dg/i386-387-4.c: New test case.
10357         * gcc.c-torture/execute/ieee/mzero4.c: New test case.
10358
10359 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
10360
10361         * gcc.dg/ultrasp9.c: New test.
10362
10363 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
10364
10365         * gcc.c-torture/compile/20030604-1.c: New test.
10366         * gcc.dg/sparc-constant-1.c: New test.
10367
10368 2003-06-03  Glen Nakamura  <glen@imodulo.com>
10369
10370         * gcc.dg/20020525-1.c: Replace 0x5a5a5a5a with -1.
10371
10372 2003-06-03  J"orn Rennecke <joern.rennecke@superh.com>
10373
10374         * g++.dg/abi/empty6.C (B): Request alignment of 8 bytes.
10375
10376         * gcc.dg/torture/builtin-noret-1.c (_exit, _Exit): Make weak.
10377         * gcc.dg/torture/builtin-noret-2.c (_exit, _Exit): Likewise.
10378
10379 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
10380
10381         * gcc.c-torture/compile/simd-5.x: Remove xfail for PPC64.
10382
10383 2003-06-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10384
10385         PR c++/10940
10386         * g++.dg/template/spec10.C: New test.
10387
10388 2003-06-03  Roger Sayle  <roger@eyesopen.com>
10389
10390         * gcc.dg/builtins-16.c: New test case.
10391
10392 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
10393
10394         * gcc.c-torture/execute/builtins/string-4.c (main_test): Remove
10395         mempcpy test with post-increments.
10396         * gcc.c-torture/execute/string-opt-3.c: New test.
10397         * gcc.dg/string-opt-1.c: New test.
10398
10399 2003-06-03  David Billinghurst <David.Billinghurst@riotinto.com>
10400
10401         PR fortran/10965
10402         * g77.f-torture/compile/20000601-2.f: Fix non-standard code.
10403
10404 2003-06-02  Mark Mitchell  <mark@codesourcery.com>
10405
10406         * lib/scanasm.exp (dg-scan): New function, factored out of ...
10407         (scan-assembler): ... here.  Use dg-scan.
10408         (scan-assembler-not): Likewise.
10409         (scan-file): New function.
10410         (scan-file-not): Likewise.
10411         * gcc.dg/cpp/19990228-1.c: Use scan-file and/or scan-file-not.
10412         * gcc.dg/cpp/_Pragma4.c: Likewise.
10413         * gcc.dg/cpp/_Pragma5.c: Likewise.
10414         * gcc.dg/cpp/avoidpaste1.c: Likewise.
10415         * gcc.dg/cpp/avoidpaste2.c: Likewise.
10416         * gcc.dg/cpp/cmdlne-C2.c: Likewise.
10417         * gcc.dg/cpp/cmdlne-P.c: Likewise.
10418         * gcc.dg/cpp/cmdlne-dD-M.c: Likewise.
10419         * gcc.dg/cpp/cmdlne-dD-dM.c: Likewise.
10420         * gcc.dg/cpp/cmdlne-dI-M.c: Likewise.
10421         * gcc.dg/cpp/cmdlne-dM-M.c: Likewise.
10422         * gcc.dg/cpp/cmdlne-dM-dD.c: Likewise.
10423         * gcc.dg/cpp/cmdlne-dN-M.c: Likewise.
10424         * gcc.dg/cpp/cxxcom1.c: Likewise.
10425         * gcc.dg/cpp/line1.c: Likewise.
10426         * gcc.dg/cpp/maccom1.c: Likewise.
10427         * gcc.dg/cpp/maccom2.c: Likewise.
10428         * gcc.dg/cpp/maccom3.c: Likewise.
10429         * gcc.dg/cpp/maccom4.c: Likewise.
10430         * gcc.dg/cpp/maccom5.c: Likewise.
10431         * gcc.dg/cpp/maccom6.c: Likewise.
10432         * gcc.dg/cpp/multiline.c: Likewise.
10433         * gcc.dg/cpp/spacing1.c: Likewise.
10434         * gcc.dg/cpp/spacing2.c: Likewise.
10435         * gcc.dg/cpp/trad/cmdlne-C2.c: Likewise.
10436         * gcc.dg/cpp/trad/maccom1.c: Likewise.
10437         * gcc.dg/cpp/trad/maccom2.c: Likewise.
10438         * gcc.dg/cpp/trad/maccom3.c: Likewise.
10439         * gcc.dg/cpp/trad/maccom4.c: Likewise.
10440         * gcc.dg/cpp/trad/maccom6.c: Likewise.
10441         * gcc.dg/cpp/cxxcom2.c: Likewise.
10442         * gcc.dg/cpp/cxxcom2.h: New file.
10443
10444         * gcc.dg/cpp/truefalse.cpp: Move it to ...
10445         * g++.dg/cpp/truefalse.C: Here.
10446         * gcc.dg/cpp/cpp.exp: Remove scanning of ".cpp" files.
10447
10448 2003-06-01  Loren James Rittle  <ljrittle@acm.org>
10449
10450         * gcc.dg/cpp/redef3.c: New file.
10451
10452 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
10453
10454         * gcc.dg/i386-loop-3.c: New test.
10455
10456 2003-05-31  Toon Moene  <toon@moene.indiv.nluug.nl>
10457
10458         * g77.dg/ffree-form-2.f: XFAIL removed, because fixed.
10459
10460 2003-05-31  Roger Sayle  <roger@eyesopen.com>
10461
10462         * gcc.dg/fwrapv-1.c: New test case.
10463         * gcc.dg/fwrapv-2.c: New test case.
10464
10465 2003-05-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10466
10467         PR c++/10956
10468         * g++.dg/template/spec9.C: New test.
10469
10470 2003-05-29  Roger Sayle  <roger@eyesopen.com>
10471
10472         * gcc.dg/duff-4.c: New test case.
10473
10474 2003-05-27  David Billinghurst <David.Billinghurst@riotinto.com>
10475
10476         PR fortran/10843
10477         * g77.dg/ffixed-form-1.f: New test
10478         * g77.dg/ffixed-form-2.f: New test
10479         * g77.dg/ffree-form-2.f: New test - XFAIL pending fix
10480         * g77.dg/ffree-form-3.f: New test
10481
10482 2003-05-26  Andreas Tobler <a.tobler@schweiz.ch>
10483
10484         * gcc.dg/wchar_t-1.c: XFAIL on darwin, no wchar.h available.
10485         * gcc.dg/wint_t-1.c: Likewise.
10486
10487 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10488
10489         * g++.dg/template/access11.C: New test.
10490
10491 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10492
10493         PR c++/10849
10494         * g++.dg/template/access10.C: New test.
10495
10496 2003-05-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
10497             Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10498
10499         * gcc.c-torture/compile/simd-5.x: XFAIL on SPARC64.
10500
10501 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
10502
10503         * gcc.dg/torture/builtin-noret-1.c: Add dg-option -multiply_defined
10504         suppress for powerpc-*-darwin*.
10505         * gcc.dg/torture/builtin-noret-2.c: Likewise.
10506
10507 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
10508
10509         * gcc.c-torture/execute/builtins/builtins.exp: Add -multiply_defined
10510         suppress option for powerpc-*-darwin*.
10511
10512 2003-05-23  Roger Sayle  <roger@eyesopen.com>
10513
10514         * gcc.dg/builtins-1.c: Add tests for tan and atan.
10515         * gcc.dg/builtins-4.c: Add test for fmod.
10516
10517 2003-05-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10518
10519         PR c++/10682
10520         * g++.dg/template/instantiate4.C: New test.
10521
10522 2003-05-22  Roger Sayle  <roger@eyesopen.com>
10523
10524         * gcc.c-torture/execute/ieee/inf-2.c: New test case.
10525
10526 2003-05-21  Janis Johnson  <janis187@us.ibm.com>
10527
10528         * gcc.dg/compat/scalar-return-1_main.c: New file.
10529         * gcc.dg/compat/scalar-return-1_x.c: New file.
10530         * gcc.dg/compat/scalar-return-1_y.c: New file.
10531         * gcc.dg/compat/scalar-return-2_main.c: New file.
10532         * gcc.dg/compat/scalar-return-2_x.c: New file.
10533         * gcc.dg/compat/scalar-return-2_y.c: New file.
10534         * gcc.dg/compat/struct-return-3_main.c: New file.
10535         * gcc.dg/compat/struct-return-3_y.c: New file.
10536         * gcc.dg/compat/struct-return-3_x.c: New file.
10537         * gcc.dg/compat/struct-return-2_main.c: New file.
10538         * gcc.dg/compat/struct-return-2_x.c: New file.
10539         * gcc.dg/compat/struct-return-2_y.c: New file.
10540
10541 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10542
10543         * g++.old-deja/g++.law/profile1.C (dg-options): Add -static to options
10544         for hppa*-hp-hpux*.
10545         * gcc.dg/20021014-1.c (dg-options): Likewise.
10546         * gcc.dg/nest.c (dg-options): Likewise.
10547
10548 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
10549
10550         PR c++/9738
10551         * g++.dg/ext/dllimport2.C: New file.
10552         * g++.dg/ext/dllimport3.C: New file.
10553
10554 2003-05-20  Janis Johnson  <janis187@us.ibm.com>
10555
10556         * gcc.dg/compat/struct-by-value-3_x.c: Move common pieces to headers.
10557         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
10558         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
10559         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
10560         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
10561         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
10562         * gcc.dg/compat/struct-by-value-7_x.c Ditto.
10563         * gcc.dg/compat/struct-by-value-7_y.c Ditto.
10564         * gcc.dg/compat/small-struct-defs.h: New file.
10565         * gcc.dg/compat/small-struct-init.h: New file.
10566         * gcc.dg/compat/small-struct-check.h: New file.
10567         * gcc.dg/compat/fp-struct-defs.h: New file.
10568         * gcc.dg/compat/fp-struct-check.h: New file.
10569         * gcc.dg/compat/fp-struct-init.h: New file.
10570         * gcc.dg/compat/fp-struct-test-by-value-y.h: New file.
10571         * gcc.dg/compat/fp-struct-test-by-value-x.h: New file.
10572
10573 2003-05-19  Jakub Jelinek  <jakub@redhat.com>
10574
10575         * gcc.dg/20030225-2.c: New test.
10576
10577 2003-05-18  Roger Sayle  <roger@eyesopen.com>
10578             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10579
10580         * gcc.c-torture/compile/20030518-1.c: New test case.
10581
10582 2003-05-18  Mark Mitchell  <mark@codesourcery.com>
10583
10584         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Add opt_opts parameter.
10585         * gcc.dg/debug/debug.exp: Pass opt_opts parameter to
10586         gcc-dg-debug-runtest.
10587         * g++.dg/debug/debug.exp: Pass opt_opts parameter to
10588         gcc-dg-debug-runtest.
10589
10590 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10591
10592         PR c++/9022
10593         * g++.dg/lookup/using6.C: New test.
10594
10595 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10596
10597         * g++.dg/parse/access2.C: New test.
10598
10599 2003-05-17  Mark Mitchell  <mark@codesourcery.com>
10600
10601         * lib/gcc-dg.exp (gcc-dg-debug-runtest): New method.
10602         * g++.dg/debug/debug.exp: Use gcc-dg-debug-runtest.
10603         * gcc.dg/debug/debug.exp: Likewise.
10604
10605 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
10606
10607         * gcc.dg/dollar.c: New test.
10608
10609 2003-05-16  Janis Johnson  <janis187@us.ibm.com>
10610
10611         * gcc.dg/compat/struct-by-value-4_main.c: Split into multiple tests.
10612         * gcc.dg/compat/struct-by-value-4_x.c: Split into multiple tests.
10613         * gcc.dg/compat/struct-by-value-4_y.c: Split into multiple tests.
10614         * gcc.dg/compat/struct-by-value-5_main.c: Split into multiple tests.
10615         * gcc.dg/compat/struct-by-value-5_x.c: Split into multiple tests.
10616         * gcc.dg/compat/struct-by-value-5_y.c: Split into multiple tests.
10617         * gcc.dg/compat/struct-by-value-6_main.c: New file.
10618         * gcc.dg/compat/struct-by-value-6_x.c: New file.
10619         * gcc.dg/compat/struct-by-value-6_y.c: New file.
10620         * gcc.dg/compat/struct-by-value-7_main.c: New file.
10621         * gcc.dg/compat/struct-by-value-7_x.c: New file.
10622         * gcc.dg/compat/struct-by-value-7_y.c: New file.
10623         * gcc.dg/compat/struct-by-value-8_main.c: New file.
10624         * gcc.dg/compat/struct-by-value-8_x.c: New file.
10625         * gcc.dg/compat/struct-by-value-8_y.c: New file.
10626         * gcc.dg/compat/struct-by-value-9_main.c: New file.
10627         * gcc.dg/compat/struct-by-value-9_x.c: New file.
10628         * gcc.dg/compat/struct-by-value-9_y.c: New file.
10629
10630 2003-05-16  Mark Mitchell  <mark@codesourcery.com>
10631
10632         * lib/gcc-dg.exp (gcc-dg-test): Rename to ...
10633         (gcc-dg-test-1): ... this.  Add target_compile parameter.  Add
10634         support for "repo" mode.
10635         * lib/g++-dg.exp: Use gcc-dg.exp to implement all functionality.
10636         * lib/g77-dg.exp: Likewise.
10637         * lib/obj-dg.exp: Likewise.
10638
10639 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
10640
10641         Merge from gcc-3_2-rhl8-branch:
10642         2003-04-23  Jakub Jelinek  <jakub@redhat.com>
10643
10644         * gcc.dg/tls/opt-6.c: New test.
10645
10646         2003-04-05  Jakub Jelinek  <jakub@redhat.com>
10647
10648         * gcc.dg/20030405-1.c: New test.
10649
10650         2003-03-09  Jakub Jelinek  <jakub@redhat.com>
10651
10652         * gcc.dg/20030309-1.c: New test.
10653
10654         2003-03-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
10655
10656         * gcc.c-torture/execute/20030307-1.c: New test.
10657
10658         2003-02-20  Randolph Chung  <tausq@debian.org>
10659
10660         * gcc.c-torture/compile/20030220-1.c: New test.
10661
10662         2003-02-18  Jakub Jelinek  <jakub@redhat.com>
10663
10664         * gcc.dg/20030217-1.c: New test.
10665
10666         2003-01-29  Jakub Jelinek  <jakub@redhat.com>
10667
10668         * gcc.c-torture/compile/20020129-1.c: New test.
10669
10670         2002-12-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
10671
10672         * gcc.dg/unroll-1.c: New test.
10673
10674         2002-11-16  Jan Hubicka  <jh@suse.cz>
10675
10676         * gcc.c-torture/execute/20020920-1.c: New test.
10677
10678         2002-10-08  Jakub Jelinek  <jakub@redhat.com>
10679
10680         PR target/7434
10681         * gcc.c-torture/compile/20021008-1.c: New test.
10682
10683         2002-08-10  Gwenole Beauchesne  <gbeauchesne@mandrakesoft.com>
10684
10685         PR target/7559
10686         * testsuite/gcc.c-torture/execute/20020810-1.c: New test.
10687
10688         2002-08-07  Jakub Jelinek  <jakub@redhat.com>
10689
10690         * gcc.c-torture/compile/20020807-1.c: New test.
10691
10692         2002-07-30  Jakub Jelinek  <jakub@redhat.com>
10693
10694         * gcc.dg/tls/opt-1.c: New test.
10695
10696         2002-07-29  Jakub Jelinek  <jakub@redhat.com>
10697
10698         * gcc.dg/20020729-1.c: New test.
10699
10700         2002-07-20  Jakub Jelinek  <jakub@redhat.com>
10701
10702         * g++.dg/opt/life1.C: New test.
10703
10704         2002-05-20  Jakub Jelinek  <jakub@redhat.com>
10705
10706         * gcc.dg/20020525-1.c: New test.
10707
10708         2002-05-24  Jakub Jelinek  <jakub@redhat.com>
10709
10710         PR c++/6794
10711         * g++.dg/ext/pretty1.C: New test.
10712         * g++.dg/ext/pretty2.C: New test.
10713
10714 2003-05-15  Mark Mitchell  <mark@codesourcery.com>
10715
10716         PR c++/8385
10717         * g++.dg/ext/typeof5.C: New test.
10718
10719 2003-05-15  J"orn Rennecke <joern.rennecke@superh.com>
10720
10721         * gcc.c-torture/execute/builtins/string-asm-1.c: Take
10722         __USER_LABEL_PREFIX__ into account.
10723         * gcc.c-torture/execute/builtins/string-asm-2.c: Likewise.
10724
10725 2003-05-14  Roger Sayle  <roger@eyesopen.com>
10726
10727         * gcc.dg/builtins-15.c: New test case.
10728
10729 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
10730
10731         * gcc.dg/const-elim-1.c: Tighten scan-assembler-not regexp.
10732
10733 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
10734
10735         * lib/g++.exp: Tweak handling of additional source files.
10736         * g++.dg/special/conpr-2.C: Use dg-gpp-additional-sources.
10737         * g++.dg/special/conpr-2a.C: Rename to ...
10738         * g++.dg/special/conpr-2a.cc: ... this.
10739         * g++.dg/special/conpr-3.C: Use dg-gpp-additional-sources.
10740         * g++.dg/special/conpr-3a.C: Rename to ...
10741         * g++.dg/special/conpr-3a.cc: This.
10742         * g++.dg/special/conpr-3b.C: Rename to ...
10743         * g++.dg/special/conpr-3b.cc: This.
10744         * g++.dg/special/conpr-4.C: New test.
10745         * g++.dg/special/ecos.exp: Rewrite to use ordinary dg driver.
10746
10747 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
10748
10749         * debug/debug.exp: Skip debug-[12].c at -O3 on non-Dwarf targets.
10750
10751 2003-05-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10752
10753         * g++.old-deja/g++.brendan/ns1.C: Remove private member warning.
10754         * g++.old-deja/g++.robertl/eb71.C: Likewise.
10755         * g++.old-deja/g++.brendan/warnings1.C: Add -Wctor-dtor-privacy.
10756         * g++.old-deja/g++.other/warn3.C: Likewise.
10757
10758 2003-05-11  Roger Sayle  <roger@eyesopen.com>
10759
10760         * gcc.dg/i386-387-1.c: Update to also test log.
10761         * gcc.dg/i386-387-2.c: Likewise.
10762
10763 2003-05-11  Toon Moene  <toon@moene.indiv.nluug.nl>
10764
10765         * g77.f-torture/execute/int8421.f: New test.
10766
10767 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10768
10769         PR c++/10230, c++/10481
10770         * g++.dg/lookup/scoped5.C: New test.
10771
10772 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10773
10774         PR c++/10552
10775         * g++.dg/template/ttp6.C: New test.
10776
10777 2003-05-11  Richard Sandiford  <rsandifo@redhat.com>
10778
10779         * gcc.c-torture/execute/builtins: New directory.
10780         * gcc.c-torture/execute/string-opt-{3,4,16,17,18,19}.c: Move into
10781         gcc.c-torture/execute/builtins.
10782         * gcc.c-torture/execute/string-opt-asm-{1,2}.c: Likewise.
10783         * gcc.c-torture/execute/builtin-noret-{1,2}.c: Move to...
10784         * gcc.dg/torture: ...this new directory.  Turn into link-only tests.
10785         * gcc.dg/no-builtin-1.c: Move into gcc.c-torture/execute/builtins.
10786
10787 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10788
10789         PR c++/9252
10790         * g++.dg/template/access8.C: New test.
10791         * g++.dg/template/access9.C: New test.
10792
10793 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10794
10795         PR c++/9554
10796         * g++.dg/parse/access1.C: New test.
10797
10798 2003-05-09  DJ Delorie  <dj@redhat.com>
10799
10800         * g++.dg/other/stdarg1.C: Make sure arg "3" is passed as a
10801         long, and not an int.
10802
10803 2003-05-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10804
10805         PR c++/10555, c++/10576
10806         * g++.dg/template/memclass1.C: New test.
10807
10808 2003-05-08  DJ Delorie  <dj@redhat.com>
10809
10810         * gcc.c-torture/execute/20020404-1.x: New, skip for 16-bit
10811         targets.
10812         * gcc.c-torture/execute/20021024-1.x: Likewise.
10813         * gcc.c-torture/execute/shiftdi.x: Likewise.
10814         * g++.old-deja/g++.mike/p700.C: Handle 16-bit targets.
10815         * g++.old-deja/g++.other/exprstmt1.C: Likewise.
10816         * gcc.dg/20021018-1.c: Likewise.
10817
10818 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10819
10820         * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.
10821
10822         gcc.c-torture/execute/string-opt-19.c: Add general rodata tests.
10823         (bcopy): Call memmove.
10824
10825 2003-05-08  Roger Sayle  <roger@eyesopen.com>
10826
10827         * g77.f-torture/compile/8485.f: New test case.
10828
10829 2003-05-07  Richard Henderson  <rth@redhat.com>
10830
10831         PR c++/10570
10832         * g++.dg/eh/forced1.C: Expect catch-all handlers to run.
10833         Verify exception_cleanup not called for rethrows.
10834         * g++.dg/eh/forced2.C: Test that exception_cleanup is called
10835         when exiting catch block without rethrowing.
10836         * g++.dg/eh/forced3.C: New.
10837         * g++.dg/eh/forced4.C: New.
10838
10839 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
10840
10841         * gcc.dg/20030505.c: Fix triplet.
10842
10843 2003-05-06  DJ Delorie  <dj@redhat.com>
10844
10845         * gcc.dg/20021014-1.c: XFAIL for xstormy16 also.
10846         * gcc.dg/nest.c: Likewise.
10847
10848 2003-05-05  Roger Sayle  <roger@eyesopen.com>
10849
10850         * gcc.dg/builtins-14.c: New test case.
10851
10852 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
10853
10854         * lib/compat.exp (compat-execute): New argument.
10855         * g++.dg/compat/compat.exp: Pass new argument to compat-execute.
10856         * gcc.dg/compat: New test directory.
10857         * gcc.dg/compat/compat.exp: New expect script.
10858         * gcc.dg/compat/scalar-by-value-1_main.c: New test file.
10859         * gcc.dg/compat/scalar-by-value-1_x.c: New test file.
10860         * gcc.dg/compat/scalar-by-value-1_y.c: New test file.
10861         * gcc.dg/compat/scalar-by-value-2_main.c: New test file.
10862         * gcc.dg/compat/scalar-by-value-2_x.c: New test file.
10863         * gcc.dg/compat/scalar-by-value-2_y.c: New test file.
10864
10865         * gcc.dg/compat/struct-by-value-1_main.c: New test file.
10866         * gcc.dg/compat/struct-by-value-1_x.c: New test file.
10867         * gcc.dg/compat/struct-by-value-1_y.c: New test file.
10868         * gcc.dg/compat/struct-by-value-2_main.c: New test file.
10869         * gcc.dg/compat/struct-by-value-2_x.c: New test file.
10870         * gcc.dg/compat/struct-by-value-2_y.c: New test file.
10871         * gcc.dg/compat/struct-by-value-3_main.c: New test file.
10872         * gcc.dg/compat/struct-by-value-3_x.c: New test file.
10873         * gcc.dg/compat/struct-by-value-3_y.c: New test file.
10874         * gcc.dg/compat/struct-by-value-4_main.c: New test file.
10875         * gcc.dg/compat/struct-by-value-4_x.c: New test file.
10876         * gcc.dg/compat/struct-by-value-4_y.c: New test file.
10877         * gcc.dg/compat/struct-by-value-5_main.c: New test file.
10878         * gcc.dg/compat/struct-by-value-5_x.c: New test file.
10879         * gcc.dg/compat/struct-by-value-5_y.c: New test file.
10880
10881 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
10882
10883         * gcc.dg/const-elim-1.c, gcc.dg/const-elim-2.c: New testcases.
10884
10885 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
10886
10887         * gcc.c-torture/execute/string-opt-18.c (main): Add 3 new tests.
10888
10889 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
10890
10891         * gcc.c-torture/execute/ieee/fp-cmp-8.c: New test.
10892         * gcc.dg/ppc-fsel-2.c: New test.
10893
10894         * gcc.dg/unused-5.c: New test.
10895
10896 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10897
10898         PR c++/10496
10899         * g++.dg/warn/pmf1.C: New test.
10900
10901 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10902
10903         PR c++/4494
10904         * g++.dg/warn/main.C: New test.
10905
10906 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10907
10908         * gcc.dg/nonnull-3.c: New test.
10909
10910 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
10911
10912         * gcc.dg/cpp/Wtrigraphs.c: Update.
10913         * gcc.dg/cpp/Wtrigraphs-2.c: New tests.
10914
10915 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
10916
10917         * gcc.dg/ppc-fsel-1.c: New test.
10918
10919 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
10920
10921         PR c/10604
10922         * gcc.dg/compare7.c, g++.dg/warn/compare1.C: New testcases.
10923
10924 2003-05-03  Kazu Hirata  <kazu@cs.umass.edu>
10925
10926         * gcc.dg/m-un-2.c: Fix the typedef of size_t.
10927
10928 2003-05-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10929
10930         PR c++/9364, c++/10553, c++/10586
10931         * g++.dg/parse/typename4.C: New test.
10932         * g++.dg/parse/typename5.C: Likewise.
10933
10934 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
10935
10936         * gcc.c-torture/compile/20030503-1.c: New test.
10937
10938 2003-05-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10939
10940         * g++.dg/lookup/using5.C: Fix testcase error.
10941
10942 2003-05-01  Chris Demetriou  <cgd@broadcom.com>
10943
10944         * gcc.dg/special/mips-abi.exp (is_meabi_config): Remove,
10945         since MEABI is no longer supported.  Remove all vestiges
10946         of MEABI from the test.
10947
10948 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10949
10950         PR c++/10554
10951         * g++.dg/lookup/using5.C: New test.
10952
10953 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10954
10955         PR c++/8772
10956         * g++.dg/template/ttp5.C: New test.
10957
10958 2003-04-30  Mark Mitchell  <mark@codesourcery.com>
10959
10960         * lib/g++-dg.exp (g++-dg-test): Add "repo" option.
10961         (dg-gpp-additional-sources): New function.
10962         (dg-gpp-additional-files): Likewise.
10963         * lib/g++.exp (additional_sources): New variable.
10964         (additional_files): Likewise.
10965         (g++_target_compile): Deal with them.
10966         * lib/old-dejagnu.exp: Remove.
10967         * g++.old-deja/old-deja.exp: Use dg.exp, not old-dejagnu.exp.
10968         * g++.old-deja: Revise all tests to use dg commands.
10969
10970 2003-04-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10971
10972         PR c++/9432, c++/9528
10973         * g++.dg/lookup/using4.C: New test.
10974
10975 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
10976
10977         * gcc.dg/noreturn-5.c: New file.
10978         * gcc.dg/noreturn-6.c: New file.
10979
10980         * gcc.c-torture/compile/inline-1.c: New file.
10981
10982 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
10983
10984         PR c++/10551
10985         * g++.dg/template/explicit1.C: New test.
10986
10987 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
10988
10989         PR c++/10549
10990         * g++.dg/other/bitfield1.C: New test.
10991
10992         PR c++/10527
10993         * g++.dg/init/new7.C: New test.
10994
10995 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
10996
10997         * g++.dg/ext/desig1.C: New test.
10998         * g++.dg/ext/init1.C: Update.
10999
11000         * g++.old-deja/g++.pt/deduct5.C: Remove unnecessary initializer.
11001
11002 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
11003
11004         PR c++/10180
11005         * g++.dg/warn/Winline-1.C: New test.
11006
11007 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
11008
11009         * gcc.c-torture/execute/string-opt-19.c: New test.
11010
11011         * gcc.c-torture/execute/string-opt-asm-1.c: New test.
11012         * gcc.c-torture/execute/string-opt-asm-2.c: New test.
11013
11014 2003-04-27  Mark Mitchell  <mark@codesourcery.com>
11015
11016         PR c++/10506
11017         * g++.dg/init/new6.C: New test.
11018
11019         PR c++/10503
11020         * g++.dg/init/ref6.C: New test.
11021
11022 2003-04-26  David Edelsohn  <edelsohn@gnu.org>
11023
11024         * g++.dg/warn/weak1.C: XFAIL on AIX4.
11025
11026 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11027
11028         * gcc.c-torture/execute/string-opt-8.c: Don't perform cmpstr
11029         checks for __pj__, but do them for !__OPTIMIZE__ and __s390__.
11030
11031 2003-04-25  Mark Mitchell  <mark@codesourcery.com>
11032
11033         * g++.old-deja/g++.pt/instantiate12.C: Explicit instantiate
11034         initialized static data members.
11035
11036 2003-04-25  H.J. Lu <hjl@gnu.org>
11037
11038         * gcc.dg/ia64-sync-4.c: New test.
11039
11040 2003-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11041
11042         * gcc.c-torture/execute/string-opt-18.c: Clean up.  Fix copyright
11043         date.
11044
11045 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
11046
11047         PR c++/10337
11048         * g++.dg/warn/conv1.C: New test.
11049         * g++.old-deja/g++.other/conv7.C: Adjust.
11050         * g++.old-deja/g++.other/overload14.C: Adjust.
11051
11052 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
11053
11054         PR c++/10471
11055         * g++.dg/template/defarg2.C: New test.
11056
11057 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
11058
11059         * gcc.dg/cpp/include2.c: Update.
11060         * gcc.dg/cpp/multiline-2.c: New.
11061         * gcc.dg/cpp/multiline.c: Update.
11062         * gcc.dg/cpp/strify2.c: Update.
11063         * gcc.dg/cpp/trad/literals-2.c: Update.
11064
11065 2003-04-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11066
11067         * g++.dg/other/packed1.C: XFAIL hppa*-*-*.
11068
11069 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
11070
11071         * g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.
11072
11073 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
11074
11075         PR c++/10451
11076         * g++.dg/parse/crash4.C: New test.
11077
11078         PR c++/9847
11079         * g++.dg/parse/crash5.C: New test.
11080
11081 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
11082
11083         PR c++/10446
11084         * g++.dg/parse/crash3.C: New test.
11085
11086         PR c++/10428
11087         * g++.dg/parse/elab1.C: New test.
11088
11089 2003-04-22  Devang Patel  <dpatel@apple.com>
11090
11091         * gcc.dg/cpp/trad/funlike-5.c: New test.
11092
11093 2003-04-21  Andreas Tobler <a.tobler@schweiz.ch>
11094
11095         * g++.dg/other/packed1.C: Fix dg options.
11096
11097 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
11098
11099         * g++.dg/other/offsetof2.C: New test.
11100
11101 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
11102
11103         * g++.dg/template/recurse.C: Adjust location of error messages.
11104
11105 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
11106
11107         PR c++/9881
11108         * g++.dg/init/addr-const1.C: New test.
11109         * g++.dg/other/packed1.C: XFAIL on aligned architectures.
11110
11111 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
11112
11113         PR c++/10405
11114         * g++.dg/lookup/struct-hack1.C: New test.
11115
11116 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
11117
11118         * ucs.c: Update diagnostic messages.
11119
11120 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
11121
11122         * gcc.dg/cpp/truefalse.cpp: New test.
11123         * gcc.dg/cpp/cpp.exp: Update.
11124         * g++.dg/other/stdbool-if.C: Remove.
11125
11126 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
11127
11128         * gcc.dg/cpp/_Pragma4.c: Remove stray space.
11129         * gcc.dg/cpp/trad/escaped-eof.c: Correct line number.
11130
11131 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
11132
11133         * gcc.c-torture/compile/20030418-1.c: New test.
11134
11135 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
11136
11137         * README.compat: Remove; content moved to doc/sourcebuild.texi.
11138
11139 2003-04-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11140
11141         PR c++/10347
11142         g++.dg/template/dependent-name1.C: New test.
11143
11144 2003-04-17  J"orn Rennecke <joern.rennecke@superh.com>
11145
11146         * gcc.dg/warn-1.c (tourist_guide): New array,
11147         contains a pointer to bar.
11148
11149 2003-04-16  Roger Sayle  <roger@eyesopen.com>
11150
11151         * gcc.dg/Wunreachable-5.c: New test case for PR c/10175.
11152         * gcc.c-torture/execute/medce-1.c: New test case.
11153         * gcc.c-torture/execute/medce-2.c: New test case.
11154
11155 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
11156
11157         * lib/prune.exp: Ignore more messages.
11158
11159         PR c++/10381
11160         * g++.dg/parse/lookup3.C: New test.
11161
11162 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
11163
11164         * gcc.c-torture/compile/20030415-1.c : New test.
11165
11166 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
11167
11168         * gcc.c-torture/execute/scope-2.c: Move to ...
11169         * gcc.dg/noncompile/scope.c: .... here.
11170
11171 2003-04-14  Roger Sayle  <roger@eyesopen.com>
11172
11173         * gcc.dg/20030414-2.c: New test case.
11174
11175 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
11176
11177         PR target/10377
11178         * gcc.dg/20030414-1.c: New test.
11179
11180 2003-04-13  Roger Sayle  <roger@eyesopen.com>
11181
11182         * gcc.dg/builtins-12.c: New test case.
11183         * gcc.dg/builtins-13.c: New test case.
11184
11185 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11186
11187         * gcc.c-torture/execute/string-opt-18.c: New test.
11188
11189 2003-04-13  Mark Mitchell  <mark@codesourcery.com>
11190
11191         PR c++/10300
11192         * g++.dg/init/new5.C: New test.
11193
11194 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
11195
11196         PR c++/7910
11197         * g++.dg/ext/dllimport1.C: New test.
11198
11199 2003-04-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
11200
11201         * gcc.dg/ultrasp8.c: Fix for 32-bit Sparc.
11202
11203 2003-04-11  Bud Davis <bdavis9659@comcast.net>
11204
11205         PR Fortran/9263
11206         * g77.f-torture/noncompile/9263.f: New test
11207         PR Fortran/1832
11208         * g77.f-torture/execute/1832.f: New test
11209
11210 2003-04-11  David Chad  <davidc@freebsd.org>
11211             Loren J. Rittle  <ljrittle@acm.org>
11212
11213         libobjc/8562
11214         * objc.dg/headers.m: New test.
11215
11216 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
11217
11218         * gcc.c-torture/execute/builtin-noret-2.c: New.
11219         * gcc.c-torture/execute/builtin-noret-2.x: New.
11220         XFAIL builtin-noret-2.c at -O1 and above.
11221         * gcc.dg/redecl.c: New.
11222         * gcc.dg/Wshadow-1.c: Update error regexps.
11223
11224 2003-04-10  Mark Mitchell  <mark@codesourcery.com>
11225
11226         * g++.dg/abi/bitfield10.C: New test.
11227
11228 2003-04-09  Mike Stump  <mrs@apple.com>
11229
11230         * gcc.dg/pch/pch.exp: Make testcase names longer.
11231         * g++.dg/pch/pch.exp: Make testcase names longer.
11232
11233 2003-04-08  Roger Sayle  <roger@eyesopen.com>
11234
11235         * gcc.dg/builtins-11.c: New test case.
11236
11237 2003-04-08  Roger Sayle  <roger@eyesopen.com>
11238
11239         * gcc.dg/builtins-9.c: New test case.
11240         * gcc.dg/builtins-10.c: New test case.
11241
11242 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
11243
11244         * gcc.dg/noncompile/init-4.c.c: New test.
11245
11246 2003-04-06  Nathan Sidwell  <nathan@codesourcery.com>
11247
11248         * gcc.misc-test/gcov-9.c: New test.
11249         * gcc.misc-test/gcov-10.c: New test
11250         * gcc.misc-test/gcov-11.c: New test.
11251
11252 2003-04-05  Zack Weinberg  <zack@codesourcery.com>
11253
11254         PR optimization/10024
11255         * gcc.c-torture/compile/20030405-1.c: New test.
11256
11257 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
11258
11259         * gcc.dg/pch/static-3.c: New.
11260         * gcc.dg/pch/static-3.hs: New.
11261         * gcc.dg/pch/pch.exp: Test with -O0 -g too.
11262
11263 2003-04-04  Richard Henderson  <rth@redhat.com>
11264
11265         * g++.dg/eh/forced1.C: Use _Unwind_SjLj_ForcedUnwind as appropriate.
11266         * g++.dg/eh/forced2.C: Likewise.
11267
11268 2003-04-03  Mike Stump  <mrs@apple.com>
11269
11270         * lib/scanasm.exp (scan-assembler): Add xfail processing for
11271         target arg.
11272         (scan-assembler-times, scan-assembler-not): Likewise.
11273         (scan-assembler-dem, scan-assembler-dem-not): Likewise.
11274
11275 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
11276
11277         * gcc.dg/sparc-loop-1.c: New test.
11278
11279 2003-04-02  Geoffrey Keating  <geoffk@apple.com>
11280
11281         PR other/9274
11282         * g++.dg/pch/system-2.C: New.
11283         * g++.dg/pch/system-2.Hs: New.
11284
11285 2003-04-02  Aldy Hernandez  <aldyh@redhat.com>
11286
11287         * g++.dg/eh/simd-2.C (vecfunc): Fix typo.
11288
11289         * g++.dg/eh/simd-1.C (vecfunc): Same.
11290
11291 2003-04-01  Roger Sayle  <roger@eyesopen.com>
11292
11293         * gcc.c-torture/execute/20030401-1.c: New test case.
11294
11295 2003-04-01  Ziemowit Laski <zlaski@apple.com>
11296
11297         * objc.dg/defs.m: New.
11298
11299 2003-04-01  Aldy Hernandez  <aldyh@redhat.com>
11300
11301         * g++.dg/eh/simd-1.C: New.
11302         * g++.dg/eh/simd-2.C: New.
11303
11304 2003-03-01  Aldy Hernandez  <aldyh@redhat.com>
11305
11306         * gcc.c-torture/execute/simd-3.c: New.
11307
11308 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
11309
11310         PR c/9936
11311         * gcc.dg/20030331-2.c: New test.
11312
11313 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
11314
11315         PR c++/10278
11316         * g++.dg/parse/crash2.C: New test.
11317
11318 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
11319
11320         * gcc.c-torture/compile/20030331-1.c: New test, moved from...
11321         * gcc.c-torture/execute/20030331-1.c: ...here.
11322
11323 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
11324
11325         * gcc.c-torture/execute/20030331-1.c: New test.
11326
11327 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
11328
11329         * lib/gcov.exp: Adjust call return testing strings.
11330         * g77.dg/gcov/gcov-1.f: Don't expect unconditional branches.
11331
11332 2003-03-31  Roger Sayle  <roger@eyesopen.com>
11333
11334         * gcc.dg/builtins-3.c: Add new tests for sin and cos.
11335         * gcc.dg/builtins-7.c: New test case.
11336         * gcc.dg/builtins-8.c: New test case.
11337
11338 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
11339
11340         * gcc.c-torture/execute/ieee/20030331-1.c: New test.
11341
11342 2003-03-30  Mark Mitchell  <mark@codesourcery.com>
11343
11344         PR c++/7647
11345         * g++.dg/lookup-class-member-2.C: New test.
11346
11347 2003-03-30  Glen Nakamura  <glen@imodulo.com>
11348
11349         * gcc.dg/20030324-1.c: Add comments and abort if test fails.
11350
11351 2003-03-28  Roger Sayle  <roger@eyesopen.com>
11352
11353         * gcc.c-torture/execute/ieee/fp-cmp-6.c:  Correct test for -O0.
11354
11355 2003-03-28  Mark Mitchell  <mark@codesourcery.com>
11356
11357         * g++.dg/init/attrib1.C: New test.
11358
11359 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
11360
11361         * gcc.dg/ultrasp8.c: New test.
11362
11363 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
11364
11365         * gcc.dg/ultrasp7.c: New test.
11366
11367 2003-03-28  Nathan Sidwell  <nathan@codesourcery.com>
11368
11369         PR c++/10047
11370         * g++.dg/template/inline1.C: New test.
11371
11372 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
11373
11374         * gcc.dg/sparc-dwarf2.c: New test.
11375
11376 2003-03-27  Roger Sayle  <roger@eyesopen.com>
11377
11378         * gcc.c-torture/execute/ieee/fp-cmp-6.c: New test case.
11379         * gcc.c-torture/execute/ieee/fp-cmp-7.c: New test case.
11380
11381 2003-03-27  Mark Mitchell  <mark@codesourcery.com>
11382
11383         * lib/gcov.exp (run-gcov): Add branches and calls options, rather
11384         than reading .x files.
11385         * g++.dg/gcov/gcov-1.C: Use run-gcov options, not .x files.
11386         * g77.dg/gcov/gcov-1.f: Likewise.
11387         * gcc.misc-tests/gcov-4b.c: Likewise.
11388         * gcc.misc-tests/gcov-5b.c: Likewise.
11389         * gcc.misc-tests/gcov-6.c: Likewise.
11390         * gcc.misc-tests/gcov-7.c: Likewise.
11391         * gcc.misc-tests/gcov-8.c: Likewise.
11392         * g++.dg/gcov/gcov-1.x: Remove.
11393         * g77.dg/gcov/gcov-1.x: Likewise.
11394         * gcc.misc-tests/gcov-4b.x: Likewise.
11395         * gcc.misc-tests/gcov-5b.x: Likewise.
11396         * gcc.misc-tests/gcov-6.x: Likewise.
11397         * gcc.misc-tests/gcov-7.x: Likewise.
11398         * gcc.misc-tests/gcov-8.x: Likewise.
11399
11400 2003-03-27  Glen Nakamura  <glen@imodulo.com>
11401
11402         PR opt/10087
11403         * gcc.dg/20030324-1.c: New test.
11404
11405 2003-03-27  Nathan Sidwell  <nathan@codesourcery.com>
11406
11407         PR c++/10224
11408         * g++.dg/template/arg3.C: New test.
11409
11410         PR c++/10158
11411         * g++.dg/template/friend18.C: New test.
11412
11413 2003-03-26  Roger Sayle  <roger@eyesopen.com>
11414
11415         * g77.f-torture/compile/20030326-1.f: New test case.
11416
11417 2003-03-26  Janis Johnson  <janis187@us.ibm.com>
11418
11419         * gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.
11420
11421         * gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.
11422
11423 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
11424
11425         * gcc.dg/ia64-sync-3.c: New test.
11426
11427 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
11428
11429         * gcc.dg/loop-2.c: Replace "inline" with "__inline__".
11430
11431 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
11432
11433         * gcc.dg/ultrasp6.c: New test.
11434
11435 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
11436
11437         * gcc.dg/i386-signbit-1.c: New test.
11438         * gcc.dg/i386-signbit-2.c: New test.
11439         * gcc.dg/i386-signbit-3.c: New test.
11440
11441 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
11442
11443         * gcc.dg/ultrasp5.c: Fix options.
11444
11445 2003-03-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
11446
11447         * gcc.dg/ultrasp5.c: Fix comment.
11448
11449 2003-03-24  Bud Davis  <bdavis9659@comcast.net>
11450
11451         PR fortran/10197
11452         * g77.f-torture/execute/10197.f: New test.
11453
11454 2003-03-24  Nathan Sidwell  <nathan@codesourcery.com>
11455
11456         PR c++/9898, c++/383
11457         * g++.dg/template/conv6.C: New test.
11458
11459         PR c++/10119
11460         * g++.dg/template/ptrmem5.C: New test.
11461
11462         PR c++/10026
11463         * g++.dg/lookup/koenig1.C: New test.
11464
11465         PR C++/10199
11466         * g++.dg/lookup/template2.C: New test.
11467
11468 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
11469
11470         * g++.dg/opt/rtti1.C: New test.
11471
11472 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
11473
11474         * gcc.dg/ultrasp5.c: New test.
11475
11476 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
11477
11478         PR middle-end/9967
11479         * gcc.c-torture/execute/stdio-opt-1.c: Adjust test for change to
11480         builtin fputs.
11481
11482 2003-03-23  Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
11483
11484         PR c/8224
11485         * gcc.dg/20030323-1.c: New test.
11486
11487 2003-03-23  Roger Sayle  <roger@eyesopen.com>
11488
11489         * gcc.c-torture/compile/20030323-1.c: New test case.
11490
11491 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
11492
11493         * gcc.dg/20030321-1.c: New test.
11494
11495 2003-03-22  Zack Weinberg  <zack@codesourcery.com>
11496
11497         * gcc.dg/Wshadow-1.c: Add a dg-warning line.
11498
11499 2003-03-22  Nathan Sidwell  <nathan@codesourcery.com>
11500
11501         PR c++/9978, c++/9708
11502         * g++.dg/ext/vlm1.C: Adjust expected error.
11503         * g++.dg/ext/vla2.C: New test.
11504         * g++.dg/template/arg1.C: New test.
11505         * g++.dg/template/arg2.C: New test.
11506
11507 2003-03-22  Bud Davis  <bdavis9659@comcast.net>
11508
11509         * g77.f-torture/execute/select.f: New test.
11510         * g77.f-torture/noncompile/select_no_compile.f: New test.
11511
11512 2003-03-21  Nathan Sidwell  <nathan@codesourcery.com>
11513
11514         PR c++/9898
11515         * g++.dg/other/error4.C: New test.
11516
11517 2003-03-20  Mark Mitchell  <mark@codesourcery.com>
11518
11519         * g++.dg/template/friend17.C: New test.
11520
11521 2003-03-21  Alan Modra  <amodra@bigpond.net.au>
11522
11523         * gcc.c-torture/compile/20030320-1.c: New.
11524
11525 2003-03-20  Roger Sayle  <roger@eyesopen.com>
11526
11527         * gcc.dg/builtins-6.c: New test case.
11528
11529 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
11530
11531         PR target/10073
11532         * gcc.c-torture/compile/20030319-1.c: New.
11533
11534 2003-03-18  Jan Hubicka  <jh@suse.cz>
11535
11536         * gcc.dg/i386-cvt-1.c: New test.
11537
11538 2003-03-17  Zack Weinberg  <zack@codesourcery.com>
11539
11540         * objc.dg/naming-1.m: Use "(parse|syntax) error".
11541         * objc.dg/naming-2.m: Likewise.
11542
11543 2003-03-17  Mark Mitchell  <mark@codesourcery.com>
11544
11545         PR c++/9639
11546         * g++.dg/parse/crash1.C: New test.
11547
11548 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
11549
11550         PR c++/8805
11551         * g++.dg/eh/cleanup1.C: New test.
11552
11553 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
11554
11555         * gcc.c-torture/execute/20030316-1.c: New test case.
11556
11557 2003-03-16  Nathan Sidwell  <nathan@codesourcery.com>
11558
11559         PR c++/9629
11560         * g++.dg/init/ctor2.C: New test.
11561
11562 2003-03-15  Roger Sayle  <roger@eyesopen.com>
11563
11564         * g77.f-torture/compile/xformat.f: New test case.
11565
11566 2003-03-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11567
11568         * g++.old-deja/g++.mike/eh33.C: Remove xfail for hppa*-*-*.
11569         * g++.old-deja/g++.mike/eh50.C: Likewise.
11570
11571 2003-03-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11572
11573         PR c++/6440
11574         * g++.dg/template/spec7.C: New test.
11575         * g++.dg/template/spec8.C: Likewise.
11576
11577 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
11578
11579         * gcc.c-torture/execute/20030313-1.c: New test.
11580
11581 2003-03-14  Richard Henderson  <rth@redhat.com>
11582
11583         * gcc.dg/inline-2.c: Adjust alpha test for external call.
11584
11585 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
11586
11587         * gcc.c-torture/compile/20030314-1.c: New test.
11588
11589 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
11590
11591         * gcc.dg/dll-1.c: Remove thumb target. Change exp to _exp.
11592         * gcc.dg/dll-2.c: Enable for cygwin and mingw. Remove
11593         thumb target,
11594         * gcc.dg/dll-3.c: Likewise. Adjust scan-assembler
11595         to accept newer _imp__  prefix and additional
11596         newline in .drectve section.
11597         * gcc.dg/dll-4.c: Likewise.
11598         * gcc.dg/dll-5.c: New file to test -mnop-fun-dllimport
11599         switch.
11600
11601 2003-03-13  Mark Mitchell  <mark@codesourcery.com>
11602
11603         * g++.dg/parse/namespace9.C: New test.
11604
11605         * g++.dg/init/ref5.C: New test.
11606         * g++.dg/parse/ptrmem1.C: Likewise.
11607
11608 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11609
11610         * gcc.dg/special/ecos.exp (gcsec-1.c): Find linker used by gcc.
11611         * gcc.dg/old-style-asm-1.c (dg-final): Add hpux label alternative to
11612         regular expression.
11613         * gcc.dg/funcorder.c (dg-final): Check for "link_error,%r" on hppa*-*-*.
11614         * gcc.dg/inline-1.c (dg-final): Check for "xyzzy?,%r" on hppa*-*-*.
11615
11616 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
11617
11618         * gcc.c-torture/execute/20030224-2.c: New test.
11619
11620 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
11621
11622         * gcc.dg/decl-3.c: New test.
11623
11624 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
11625
11626         * gcc.dg/i386-loop-2.c: New test.
11627
11628 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
11629
11630         PR c++/9474
11631         * g++.dg/parse/namespace8.C: New test.
11632
11633         PR c++/9924
11634         * g++.dg/overload/builtin2.C: New test.
11635
11636 2003-03-11  Steven Bosscher  <s.bosscher@student.tudelft.nl>
11637
11638         * gcc.dg/return-type-3.c: New test.
11639
11640 2003-03-11  D.Venkatasubramanian  <dvenkat@noida.hcltech.com>
11641
11642         * gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
11643         profiling options are not supported.
11644
11645 2003-03-10  Mark Mitchell  <mark@codesourcery.com>
11646
11647         * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
11648         * g++.old-deja/g++.warn/impint2.C: Likewise.
11649
11650 2003-03-10  Devang Patel  <dpatel@apple.com>
11651
11652         * g++.dg/cpp/c++_cmd_1.C: New test.
11653         * g++.dg/cpp/c++_cmd_1.h: New file.
11654
11655 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
11656
11657         * gcc.dg/altivec-9.c: New file.
11658
11659 2003-03-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11660
11661         * gcc.dg/ppc-sdata-1.c: New test.
11662         * gcc.dg/ppc-sdata-2.c: New test.
11663
11664 2003-03-09  Mark Mitchell  <mark@codesourcery.com>
11665
11666         PR c++/9373
11667         * g++.dg/opt/ptrmem2.C: New test.
11668
11669         PR c++/8534
11670         * g++.dg/opt/ptrmem1.C: New test.
11671
11672 2003-03-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
11673
11674         * gcc.dg/i386-loop-1.c: New test.
11675
11676 2003-03-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11677
11678         PR c++/9970
11679         * g++.dg/lookup/friend1.C: New test.
11680
11681 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
11682
11683         PR c++/9823
11684         * g++.dg/parser/constructor1.C: New test.
11685
11686 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
11687
11688         * gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.
11689
11690         * gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware.
11691
11692 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
11693
11694         * gcc.dg/cpp/Wunused.c: Update test.
11695
11696 2003-03-08  Jan Hubicka  <jh@suse.cz>
11697
11698         * gcc.dg/inline-3.c: New test.
11699
11700 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
11701
11702         PR c++/9809
11703         * g++.dg/parse/builtin1.C: New test.
11704
11705         PR c++/9982
11706         * g++.dg/abi/cookie1.C: New test.
11707         * g++.dg/abi/cookie2.C: Likewise.
11708
11709         PR c++/9524
11710         * g++.dg/template/field1.C: New test.
11711
11712         PR c++/9912
11713         * g++.dg/parse/class1.C: New test.
11714         * g++.dg/parse/namespace7.C: Likewise.
11715         * g++.old-deja/g++.other/decl5.C: Remove XFAILs.
11716
11717 2003-03-07  Mark Mitchell  <mark@codesourcery.com>
11718
11719         * g++.dg/init/ref4.C: New test.
11720
11721 2003-03-07  Jan Hubicka  <jh@suse.cz>
11722
11723         * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
11724         * gcc.dg/inline-3.c:  New test.
11725
11726 2003-03-06  Mark Mitchell  <mark@codesourcery.com>
11727
11728         * g++.dg/init/ref3.C: New test.
11729
11730         PR c++/9965
11731         * g++.dg/init/ref2.C: New test.
11732
11733         PR c++/9400
11734         * g++.dg/warn/Wshadow-2.C: New test.
11735
11736         PR c++/9791
11737         * g++.dg/warn/Woverloaded-1.C: New test.
11738
11739 2003-03-05  Jan Hubicka  <jh@suse.cz>
11740
11741         * gcc.dg/i386-local2.c: New.
11742         * gcc.dg/i386-local.c: Fix typo.
11743
11744 2003-03-05  Mark Mitchell  <mark@codesourcery.com>
11745
11746         * g++.dg/abi/layout3.C: New test.
11747
11748 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
11749
11750         * gcc.c-torture/compile/20030305-1.c
11751
11752 2003-03-05  Jan Hubicka  <jh@suse.cz>
11753
11754         * gcc.dg/i386-local.c: New.
11755
11756 2003-03-04  J"orn Rennecke <joern.rennecke@superh.com>
11757
11758         * gcc.dg/sh-relax.c: Disable for sh64-*-*.
11759
11760 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
11761
11762         * gcc.dg/switch-2.c: New test.
11763         * gcc.dg/switch-3.c: New test.
11764         * gcc.dg/Wswitch.c: Adjust line numbers.
11765         * gcc.dg/Wswitch-default.c: Likewise.
11766         * gcc.dg/Wswitch-enum.c: Likewise.
11767
11768 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
11769
11770         * gcc.c-torture/execute/20030222-1.c: New test.
11771
11772 2003-03-03  James E Wilson  <wilson@tuliptree.org>
11773
11774         * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
11775
11776 2003-03-03  Mark Mitchell  <mark@codesourcery.com>
11777
11778         PR c++/9878
11779         * g++.dg/init/ref1.C: New test.
11780
11781 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
11782
11783         * gcc.dg/sh-relax.c: New SH-only test.
11784
11785 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
11786
11787         * gcc.c-torture/compile/20010327-1.c: Back out last change.  Add
11788         comment explaining purpose of testcase.
11789
11790 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
11791
11792         * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
11793         for HC11/HC12 (asm needs two int registers).
11794         * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
11795         HC11/HC12 because the test uses an asm which needs two 32-bit
11796         registers.
11797
11798 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
11799
11800         * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
11801         for HC11/HC12 (array is too large otherwise).
11802         * gcc.c-torture/compile/920501-4.x: New file, likewise.
11803         * gcc.c-torture/compile/20010518-2.x: Likewise.
11804         * gcc.c-torture/compile/980506-1.x: Don't execute this test on
11805         HC11/HC12 (array is too large).
11806
11807 2003-03-01  Geoffrey Keating  <geoffk@apple.com>
11808
11809         * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
11810         * lib/g++-dg.exp (g++-dg-test): Likewise.
11811
11812 2003-03-01  Roger Sayle  <roger@eyesopen.com>
11813
11814         * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
11815         * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
11816
11817 2003-03-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11818
11819         * g++.dg/warn/implicit-typename1.C: Remove warning.
11820
11821 2003-02-28  Richard Henderson  <rth@redhat.com>
11822
11823         * gcc.dg/noreturn-1.c: Move noreturn warning line.
11824         * gcc.dg/return-type-1.c: Move control reaches end warning line.
11825
11826 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
11827
11828         * gcc.dg/pch/pch.exp: Change .pch to .gch.
11829         * g++.dg/pch/pch.exp: Likewise.
11830
11831 2003-02-28  Mark Mitchell  <mark@codesourcery.com>
11832
11833         PR c++/9879
11834         * testsuite/g++.dg/init/new4.C: New test.
11835
11836 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
11837
11838         * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
11839
11840 2003-02-28  Alexandre Oliva  <aoliva@redhat.com>
11841
11842         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
11843         unsigned long.
11844
11845         * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
11846         wider than float.
11847
11848 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11849
11850         * lib/scanasm.exp: Add support for counting numbers of
11851         occurences.
11852         * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
11853         gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
11854
11855 2003-02-25  Mark Mitchell  <mark@codesourcery.com>
11856
11857         PR c++/9683
11858         * g++.dg/template/static3.C: New test.
11859
11860         PR c++/9829
11861         * g++.dg/parse/namespace6.C: New test.
11862
11863 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11864
11865         PR target/9732
11866         * gcc.dg/20030225-1.c: New test.
11867
11868 2003-02-24  Mark Mitchell  <mark@codesourcery.com>
11869
11870         * README: Remove out-of-date information.
11871
11872         PR c++/9836
11873         * g++.dg/template/spec6.C: New test.
11874
11875 2003-02-24  Jeff Law  <law@redhat.com>
11876
11877         * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
11878
11879 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11880
11881         * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
11882         * gcc.dg/pragma-ep-1.c: Likewise.
11883
11884 2003-02-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11885
11886         PR c++/9602
11887         * g++.dg/template/friend16.C: New test.
11888
11889 2003-02-23  Mark Mitchell  <mark@codesourcery.com>
11890
11891         PR c++/5333
11892         * g++.dg/parse/fused-params1.C: Adjust error messages.
11893         * g++.dg/template/nested3.C: New test.
11894
11895 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
11896
11897         * g++.dg/abi/param1.C: New test.
11898
11899 2003-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11900
11901         PR c++/7982
11902         * g++.dg/warn/implicit-typename1.C: New test.
11903
11904 2003-02-22  Kelley Cook <kelleycook@comcast.net>
11905
11906         * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
11907         with "mtune".
11908         * g++.old-deja/g++.other/store-expr2.C: Likewise.
11909         * gcc.c-torture/execute/20010129-1.x: Likewise.
11910         * gcc.dg/20011107-1.c: Likewise.
11911         * gcc.dg/20020108-1.c: Likewise.
11912         * gcc.dg/20020122-3.c: Likewise.
11913         * gcc.dg/20020206-1.c: Likewise.
11914         * gcc.dg/20020310-1.c: Likewise.
11915         * gcc.dg/20020426-2.c: Likewise.
11916         * gcc.dg/20020517-1.c: Likewise.
11917         * gcc.dg/991230-1.c: Likewise.
11918         * gcc.dg/i386-unroll-1.c: Likewise.
11919         * gcc.misc-tests/i386-prefetch.exp: Likewise.
11920
11921 2003-02-22  Jan Hubicka  <jh@suse.cz>
11922
11923         * gcc.dg/i386-mul.c: New test.
11924
11925 2003-02-21  Roger Sayle  <roger@eyesopen.com>
11926
11927         * gcc.dg/builtins-5.c: New test case.
11928
11929 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
11930
11931         * gcc.dg/asmreg-1.c: New test.
11932
11933 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
11934
11935         PR c++/9749
11936         * g++.dg/parse/varmod1.C: New test.
11937
11938 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
11939
11940         PR c++/9727
11941         * g++.dg/template/op1.C: New test.
11942
11943 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
11944
11945         PR c++/8906
11946         * g++.dg/template/nested2.C: New test.
11947
11948 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
11949
11950         PR c++/8724
11951         * g++.dg/expr/dtor1.C: New test.
11952
11953 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
11954
11955         * gcc.dg/cpp/include3.c: New test.
11956         * gcc.dg/cpp/inc/foo.h: New file.
11957
11958 2003-02-21  Glen Nakamura  <glen@imodulo.com>
11959
11960         * gcc.c-torture/execute/20030221-1.c: New test.
11961
11962 2003-02-20  Mark Mitchell  <mark@codesourcery.com>
11963
11964         PR c++/9729
11965         * g++.dg/abi/conv1.C: New test.
11966
11967 2003-02-20  Jan Hubicka  <jh@suse.cz>
11968
11969         * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
11970
11971 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
11972
11973         * gcc.c-torture/compile/20030219-1.c: New test.
11974
11975 2003-02-18  Jan Hubicka  <jh@suse.cz>
11976
11977         * gcc.dg/funcorder.c: New test.
11978
11979 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
11980
11981         * gcc.c-torture/execute/20030218-1.c: New.
11982
11983 2003-02-18  Aldy Hernandez  <aldyh@redhat.com>
11984
11985         * gcc.dg/20030218-1.c: New.
11986
11987 2003-02-18  Richard Henderson  <rth@redhat.com>
11988
11989         * gcc.dg/attr-invalid.c: Allow __used__ on static data.
11990         * gcc.dg/attr-used-2.c: New.
11991
11992 2003-02-18  Mark Mitchell  <mark@codesourcery.com>
11993
11994         PR c++/9704
11995         * g++.dg/init/copy5.C: New test.
11996
11997 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
11998
11999         * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
12000         * g++.dg/pch/pch.exp: Likewise.
12001
12002 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
12003
12004         * gcc.c-torture/execute/20030209-1.c: Enable the test if
12005         STACK_SIZE is not defined.
12006
12007 2003-02-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12008
12009         PR c++/9457
12010         * g++.dg/template/init1.C: New test.
12011
12012 2003-02-16  Jan HUbicka  <jh@suse.cz>
12013
12014         * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
12015         (foo): Add few extra tests
12016         * gcc.dg/c99-const-expr-3.c: Likewise.
12017         * gcc.c-torture/execute/20030216-1.c: New.
12018
12019 2003-02-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12020
12021         PR c++/9459
12022         * g++.dg/ext/typeof4.C: New test.
12023
12024 2003-02-15  Roger Sayle  <roger@eyesopen.com>
12025
12026         * gcc.dg/i386-387-3.c: New test case.
12027
12028 2003-02-14  Josef Zlomek  <zlomekj@suse.cz>
12029
12030         * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
12031         cris-*-elf* cris-*-aout* and mmix-*-*.
12032
12033 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
12034
12035         * gcc.dg/20030213-1.c: New test.
12036
12037 2003-02-12  Roger Sayle  <roger@eyesopen.com>
12038
12039         * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
12040         * gcc.dg/i386-387-2.c: Likewise.
12041
12042 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
12043
12044         * gcc.dg/ppc-spe.c: Fix formatting.
12045         Enable tests that were previously unsupported by gas.
12046         Delete tests for instructions that no longer exist.
12047         Switch arguments on evsubifw builtin.
12048
12049 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
12050
12051         * gcc.c-torture/execute/20030209-1.c: Disable the test if
12052         STACK_SIZE is too small.
12053
12054 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
12055             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
12056
12057         * gcc.dg/decl-2.c: New test.
12058
12059 2003-02-10  Jan Hubicka  <jh@suse.cz>
12060
12061         * gcc.dg/i386-fpcvt-1.c:  New test.
12062
12063 2002-02-09  Richard Sandiford  <rsandifo@redhat.com>
12064
12065         * gcc.c-torture/execute/20030209-1.c: New test.
12066
12067 2003-02-09  Kazu Hirata  <kazu@cs.umass.edu>
12068
12069         * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
12070         int-wide bitops, use the constants of the same width.
12071         Likewise, if long long is 32-bit wide, test bitops using
12072         32-bit constants.
12073
12074 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
12075
12076         * gcc.dg/20021014-1.c: Annotate with expected notice text.
12077
12078 2003-02-07  Roger Sayle  <roger@eyesopen.com>
12079
12080         * testsuite/gcc.dg/builtins-4.c: New test case.
12081
12082 2003-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12083
12084         * gcc.dg/20020430-1.c: Fix dg command typos.
12085         * gcc.dg/20020503-1.c: Likewise.
12086
12087 2003-02-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
12088
12089         PR c++/8785
12090         * g++.dg/parse/fused-params1.C: New test.
12091
12092         PR c++/8857
12093         * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
12094
12095         PR c++/8921
12096         * g++.dg/parse/non-dependent1.C: New test.
12097
12098         PR c++/8928
12099         * g++.dg/parse/dupl-tmpl-args1.C: New test.
12100
12101         PR c++/9228
12102         * g++.dg/parse/undefined7.C: New test.
12103         * g++.dg/parse/non-templ1.C: New test.
12104
12105         PR c++/9229
12106         * g++.dg/parse/too-many-tmpl-args1.C: New test.
12107
12108 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
12109
12110         * gcc.c-torture/compile/20030206-1.c: New test.
12111
12112 2003-02-05  Roger Sayle  <roger@eyesopen.com>
12113
12114         * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
12115         "pow" to "foo" to avoid potential confusion with a math built-in.
12116
12117 2003-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12118
12119         * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
12120         conditions for SPARC targets.
12121
12122 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
12123
12124         * gcc.dg/20030204-1.c: New test.
12125
12126 2003-02-04  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
12127
12128         PR c++/38
12129         * g++.dg/parse/array-size1.C: New test.
12130
12131         PR c++/5657
12132         * g++.dg/parse/undefined3.C: New test.
12133
12134         PR c++/5665
12135         * g++.dg/parse/undefined4.C: New test.
12136
12137         PR c++/5975
12138         * g++.dg/parse/undefined5.C: New test.
12139
12140         PR c++/7259
12141         * g++.dg/parse/tmpl-tmpl-param1.C: New test.
12142
12143         PR c++/8578
12144         * g++.dg/parse/casting-operator1.C: New test.
12145
12146         PR c++/8596
12147         * g++.dg/parse/undefined6.C: New test.
12148
12149         PR c++/8736
12150         * g++.dg/parse/missing-template1.C: New test.
12151
12152 2003-02-04  Jan Hubicka  <jh@suse.cz>
12153
12154         * gcc.dg/i386-cadd.c:  Compile using -march=k8.
12155         * gcc.dg/i386-cmov?.c:  Likewise.
12156         * gcc.dg/i386-fpcvt-?.c:  Likewise.
12157         * gcc.dg/i386-ssefp-1.c:  Likewise.
12158         * gcc.dg/i386-ssetype-?.c:  Likewise; fix for register passing
12159         conventions.
12160
12161 2003-02-03  Mark Mitchell  <mark@codesourcery.com>
12162
12163         PR c++/7129
12164         * testsuite/g++.dg/ext/max.C: New test.
12165
12166 2003-02-03  Jan Hubicka  <jh@suse.cz>
12167
12168         * gcc.c-torture/execute/20030203-1.c: New test.
12169
12170 2003-02-03  Richard Earnshaw  <rearnsha@arm.com>
12171
12172         * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
12173         'natural-endian'.
12174
12175 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
12176
12177         * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
12178         * g++.dg/init/new2.C: Likewise.
12179         * g++.dg/other/new1.C: Likewise.
12180
12181 2003-01-31  Loren J. Rittle <ljrittle@acm.org>
12182
12183         * gcc.dg/struct-ret-libc.c: New test.
12184
12185 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
12186
12187         * gcc.dg/20030129-1.c: New test.
12188
12189 2003-01-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12190
12191         PR c++/8849
12192         * g++.dg/template/ptrmem4.C: New test.
12193
12194 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
12195
12196         * g++.dg/parser/constant1.C: New test.
12197
12198 2003-01-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12199
12200         PR c++/8591
12201         * g++.dg/parse/friend2.C: New test.
12202
12203 2003-01-29  Nathan Sidwell  <nathan@codesourcery.com>
12204
12205         PR c++/9437
12206         * g++.dg/template/unify4.C: New test.
12207
12208 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
12209
12210         * gcc.c-torture/execute/20030128-1.c: New test.
12211
12212 2003-01-28  Jeffrey D. Oldham  <oldham@codesourcery.com>
12213
12214         * g++.dg/lookup/nested1.C: Test moved from ...
12215         * g++.old-deja/g++.other/lookup24.C: ... here.
12216
12217 2003-01-28  Jan Hubicka  <jh@suse.cz>
12218
12219         * gcc.dg/i386-cmov5.c:  New test.
12220
12221 2003-01-28  D.Venkatasubramanian   <dvenkat@noida.hcltech.com>
12222
12223         * gcc.c-torture/execute/20010925-1.c: Changed the
12224         memcpy declaration.
12225
12226 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
12227
12228         PR c++/3902
12229         * g++.dg/parse/template5.C: New test.
12230
12231 2003-01-28  Toon Moene  <toon@moene.indiv.nluug.nl>
12232
12233         PR fortran/9258
12234         * g77.dg/pr9258: New test.
12235
12236 2003-01-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12237
12238         * README: Move relevant parts from README.g++.
12239
12240         * README.g++: Remove this file.
12241
12242 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
12243
12244         * g++.dg/abi/dcast1.C: New test.
12245
12246 2003-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12247
12248         * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
12249
12250 2003-01-27  Jeffrey D. Oldham  <oldham@codesourcery.com>
12251
12252         PR c++/47
12253         * g++.old-deja/g++.other/lookup24.C: New test.
12254
12255 2003-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12256
12257         PR middle-end/7227
12258         * gcc.dg/uninit-C.c: New test.
12259
12260 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
12261
12262         * g++.dg/abi/covariant1.C: New test.
12263
12264 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
12265
12266         * gcc.dg/20030123-1.c: New test.
12267
12268 2003-01-25  Jan Hubicka  <jh@suse.cz>
12269
12270         PR opt/8492
12271         * gcc.c-torture/compile/20030125-1.c
12272
12273 2003-01-25  Nathan Sidwell  <nathan@codesourcery.com>
12274
12275         PR c++/9403
12276         * g++.dg/parse/template3.C: New test.
12277         * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
12278
12279         PR c++/795
12280         * g++.dg/parse/template4.C: New test.
12281
12282         PR c++/9415
12283         * g++.dg/template/qual2.C: New test.
12284
12285         PR c++/8545
12286         * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
12287
12288         * g++.old-deja/g++.ns/bogus1.C: Change expected error.
12289
12290 2003-01-25  Roger Sayle  <roger@eyesopen.com>
12291
12292         * gcc.c-torture/execute/switch-1.c: New test case.
12293
12294 2003-01-25  Jan Hubicka  <jh@suse.cz>
12295
12296         * gcc.c-torture/execute/20030125-1.[cx]: New test.
12297
12298 2003-01-25  Paolo Carlini  <pcarlini@unitus.it>
12299
12300         Tweaks for Bison-1.875. From the NEWS file:
12301         "- `parse error' -> `syntax error'
12302         Bison now uniformly uses the term `syntax error'"
12303         * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
12304         * gcc.dg/cpp/digraph2.c: Likewise.
12305         * gcc.dg/cpp/direct2.c: Likewise.
12306         * gcc.dg/cpp/paste4.c: Likewise.
12307         * gcc.dg/c90-restrict-1.c: Likewise.
12308         * gcc.dg/c99-func-2.c: Likewise.
12309         * gcc.dg/noncompile/920721-2.c: Likewise.
12310         * gcc.dg/noncompile/930622-2.c: Likewise.
12311         * gcc.dg/noncompile/940112-1.c: Likewise.
12312         * gcc.dg/noncompile/950921-1.c: Likewise.
12313         * gcc.dg/noncompile/951123-1.c: Likewise.
12314         * gcc.dg/noncompile/971104-1.c: Likewise.
12315         * gcc.dg/noncompile/990416-1.c: Likewise.
12316
12317 2003-01-24  Paolo Carlini  <pcarlini@unitus.it>
12318
12319         * g++.dg/parse/undefined1.C: Add error message.
12320
12321 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
12322
12323         PR c++/9354
12324         * g++.dg/parse/new1.C: New test.
12325
12326         PR c++/9216
12327         * g++.dg/parse/template2.C: New test.
12328
12329         PR c++/9354
12330         * g++.dg/parse/typedef2.C: New test.
12331
12332         PR c++/9328
12333         * g++.dg/ext/typeof3.C: New test.
12334
12335 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
12336
12337         PR c++/2738
12338         * g++.dg/parse/ret-type1.C: New test.
12339
12340         PR c++/3792
12341         * g++.dg/parse/tmpl-outside1.C: New test.
12342
12343         PR c++/4207
12344         * g++.dg/parse/int-as-enum1.C: New test.
12345
12346         PR c++/4903
12347         * g++.dg/parse/no-typename1.C: New test.
12348
12349         PR c++/5533
12350         * g++.dg/parse/no-value1.C: New test.
12351
12352         PR c++/5921
12353         * g++.dg/parse/wrong-inline1.C: New test.
12354
12355         PR c++/6402
12356         * g++.dg/parse/ref1.C: New test.
12357
12358         PR c++/6992
12359         * g++.dg/parse/attr-ctor1.C: New test.
12360
12361         PR c++/7229
12362         * g++.dg/parse/namespace5.C: New test.
12363
12364         PR c++/7917
12365         * g++.dg/parse/func-def1.C: New test.
12366
12367         PR c++/8143
12368         * g++.dg/parse/undefined1.C: New test.
12369
12370         PR c++/5723, PR c++/8522
12371         * g++.dg/parse/specialization1.C: New test.
12372
12373         PR c++/163, PR c++/8595
12374         * g++.dg/parse/struct-as-enum1.C: New test.
12375
12376         PR c++/9173
12377         * g++.dg/parse/undefined2.C: New test.
12378
12379 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
12380
12381         PR c++/9298
12382         * g++.dg/parse/template1.C: New test.
12383
12384         PR c++/9384
12385         * g++.dg/parse/using1.C: New test.
12386
12387         PR c++/9285
12388         PR c++/9294
12389         * g++.dg/parse/expr2.C: New test.
12390
12391         PR c++/9388
12392         * g++.dg/parse/lookup2.C: Likewise.
12393
12394 2003-01-21  Jan Hubicka  <jh@suse.cz>
12395
12396         * gcc.c-torture/execute/990208-1.c:  Add noinline attributes as needed.
12397         * gcc.c-torture/execute/eeprof-1.c:  Likewise.
12398         * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
12399         * gcc.c-torture/execute/string-opt-*.c: Likewise.
12400
12401 2003-01-20  Nick Clifton  <nickc@redhat.com>
12402
12403         * gcc.c-torture/execute/20030117-1.c: New test case.  Exposes
12404         problem with ARM sibcall code generation.
12405
12406 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
12407
12408         * gcc.c-torture/execute/20030120-1.c: New.
12409
12410 2003-01-19  Paolo Carlini  <pcarlini@unitus.it>
12411
12412         * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
12413
12414 2003-01-17  Mark Mitchell  <mark@codesourcery.com>
12415
12416         PR c++/9272
12417         * g++.dg/parse/ctor1.C: New test.
12418
12419         PR c++/9294:
12420         * g++.dg/parse/qualified1.C: New test.
12421
12422         * g++.dg/parse/typename3.C: New test.
12423
12424 2003-01-16  Richard Henderson  <rth@redhat.com>
12425
12426         * g++.dg/tls/init-2.C: Fix error matches for real this time.
12427
12428 2003-01-16  Richard Henderson  <rth@redhat.com>
12429
12430         * g++.dg/pch/pch.exp: Copy test header to the working directory
12431         before using it either for precompilation or direct use.
12432         * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
12433         * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
12434
12435 2003-01-16  Richard Henderson  <rth@redhat.com>
12436
12437         * gcc.dg/pch/pch.exp: Copy test header to the working directory
12438         before using it either for precompilation or direct use.
12439         * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
12440         * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
12441
12442 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
12443
12444         * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
12445         * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
12446         * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
12447         * gcc/testsuite/g++.dg/parse/typename2.C: New test.
12448         * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
12449         typename warning into error.
12450         * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
12451         error messages.
12452         * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
12453         * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
12454         * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
12455         messages.
12456         * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
12457         make declaration visible in template.
12458         * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
12459         * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
12460         messages.
12461         * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
12462         message.
12463         * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
12464         * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
12465         * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
12466         * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
12467         typename warning with error message.
12468         * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
12469         * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
12470         * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
12471
12472 2003-01-16  Nathan Sidwell  <nathan@codesourcery.com>
12473
12474         * g++.dg/parse/ambig2.C: New test.
12475
12476 2003-01-15  Richard Henderson  <rth@redhat.com>
12477
12478         * g++.dg/tls/init-2.C: Update error message string.
12479
12480 2003-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12481
12482         * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
12483
12484 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
12485
12486         * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
12487         all for HC11/HC12.
12488         * gcc.c-torture/compile/20001205-1.x: Likewise.
12489         * gcc.c-torture/compile/20001226-1.x: Likewise.
12490         * gcc.c-torture/compile/920520-1.x: Likewise.
12491         * gcc.c-torture/compile/961203-1.x: Likewise.
12492         * gcc.c-torture/compile/20020604-1.x: Likewise.
12493
12494 2003-01-15  Jan Hubicka  <jh@suse.cz>
12495
12496         * gcc.c-torture/compile/20030115-1.c: New test.
12497
12498         * gcc.dg/i386-fpcvt-1.c: New test.
12499         * gcc.dg/i386-fpcvt-2.c: New test.
12500
12501 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
12502
12503         Further conform g++'s __vmi_class_type_info to the C++ ABI
12504         specification.
12505         * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
12506         the specification.
12507
12508 2003-01-14  Jan Hubicka  <jh@suse.cz>
12509
12510         * gcc.dg/i386-fpcvt-1.c: New test.
12511         * gcc.dg/i386-fpcvt-2.c: New test.
12512
12513 2003-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
12514
12515         * gcc.dg/i386-mmx-3.c: New test.
12516
12517 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
12518
12519         PR c++/9264
12520         * g++.dg/parse/octal1.C: New file.
12521
12522         PR c++/9172
12523         * g++.dg/parse/typename1.C: New file.
12524
12525 2003-01-10  Danny Smith  <dannysmith@users.sourceforge.net>
12526
12527         * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
12528         * gcc.dg/bf-no-ms-layout.c: Likewise.
12529         * gcc.dg/bf-ms-attrib.c: Likewise.
12530
12531 2003-01-10  Mark Mitchell  <mark@codesourcery.com>
12532
12533         PR c++/9099
12534         * g++.dg/parse/dtor1.C: New file.
12535
12536         PR c++/9128
12537         * g++.dg/rtti/typeid1.C: New file.
12538
12539         PR c++/9153
12540         * g++.dg/parse/lookup1.C: New file.
12541
12542         PR c++/9171
12543         * g++.dg/templ/spec5.C: New file.
12544
12545 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
12546
12547         * gcc.c-torture/compile/20030110-1.c: New test.
12548
12549 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
12550
12551         Merge from pch-branch:
12552
12553         2002-12-23  Geoffrey Keating  <geoffk@apple.com>
12554
12555         * gcc.dg/pch/cpp-1.h: New.
12556         * gcc.dg/pch/cpp-1.c: New.
12557         * gcc.dg/pch/cpp-2.h: New.
12558         * gcc.dg/pch/cpp-2.c: New.
12559
12560         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
12561
12562         * gcc.dg/pch/except-1.h: New.
12563         * gcc.dg/pch/except-1.c: New.
12564
12565         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
12566
12567         * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
12568         running test.
12569         * gcc.dg/pch: Include *.hp not *.h.
12570         * gcc.dg/pch/system-1.h: New.
12571         * gcc.dg/pch/system-1.c: New.
12572
12573         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
12574
12575         * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
12576         rather than trying to build and run a program using PCH.
12577         * gcc.dg/pch: Remove dg-do commands from test files.
12578
12579         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
12580
12581         * gcc.dg/pch/macro-3.c: New.
12582         * gcc.dg/pch/macro-3.h: New.
12583
12584         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
12585
12586         * gcc.dg/pch/common-1.c: New.
12587         * gcc.dg/pch/common-1.h: New.
12588         * gcc.dg/pch/decl-1.c: New.
12589         * gcc.dg/pch/decl-1.h: New.
12590         * gcc.dg/pch/decl-2.c: New.
12591         * gcc.dg/pch/decl-2.h: New.
12592         * gcc.dg/pch/decl-3.c: New.
12593         * gcc.dg/pch/decl-3.h: New.
12594         * gcc.dg/pch/decl-4.c: New.
12595         * gcc.dg/pch/decl-4.h: New.
12596         * gcc.dg/pch/decl-5.c: New.
12597         * gcc.dg/pch/decl-5.h: New.
12598         * gcc.dg/pch/global-1.c: New.
12599         * gcc.dg/pch/global-1.h: New.
12600         * gcc.dg/pch/inline-1.c: New.
12601         * gcc.dg/pch/inline-1.h: New.
12602         * gcc.dg/pch/inline-2.c: New.
12603         * gcc.dg/pch/inline-2.h: New.
12604         * gcc.dg/pch/static-1.c: New.
12605         * gcc.dg/pch/static-1.h: New.
12606         * gcc.dg/pch/static-2.c: New.
12607         * gcc.dg/pch/static-2.h: New.
12608
12609         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
12610
12611         * g++.dg/pch/pch.exp: Better handle failing testcases.
12612         * gcc.dg/pch/pch.exp: Likewise.
12613         * gcc.dg/pch/macro-1.c: New.
12614         * gcc.dg/pch/macro-1.h: New.
12615         * gcc.dg/pch/macro-2.c: New.
12616         * gcc.dg/pch/macro-2.h: New.
12617
12618         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
12619
12620         * g++.dg/dg.exp: Treat files in pch/ specially.
12621         * g++.dg/pch/pch.exp: New file.
12622         * g++.dg/pch/empty.H: New file.
12623         * g++.dg/pch/empty.C: New file.
12624         * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
12625         "precompile".
12626
12627         * gcc.dg/pch/pch.exp: New file.
12628         * gcc.dg/pch/empty.h: New file.
12629         * gcc.dg/pch/empty.c: New file.
12630         * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
12631         "precompile".
12632
12633 2003-01-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12634
12635         * g++.dg/template/friend14.C: New test.
12636
12637 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
12638
12639         * gcc.dg/old-style-asm-1.c: New test.
12640
12641 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
12642
12643         * gcc.c-torture/compile/20030109-1.c: New test.
12644
12645 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
12646
12647         * gcc.c-torture/execute/20030109-1.c: New test.
12648
12649 2003-01-08  Larin Hennessey  <larin@science.oregonstate.edu>
12650
12651         * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
12652         * g++.old-deja/g++.mike/dyncast2.C: Likewise
12653         * g++.old-deja/g++.mike/dyncast3.C: Likewise
12654         * g++.old-deja/g++.mike/eh2.C: Likewise
12655         * g++.old-deja/g++.mike/eh3.C: Likewise
12656         * g++.old-deja/g++.mike/eh5.C: Likewise
12657         * g++.old-deja/g++.mike/eh6.C: Likewise
12658         * g++.old-deja/g++.mike/eh7.C: Likewise
12659         * g++.old-deja/g++.mike/eh8.C: Likewise
12660         * g++.old-deja/g++.mike/eh9.C: Likewise
12661         * g++.old-deja/g++.mike/eh10.C: Likewise
12662         * g++.old-deja/g++.mike/eh12.C: Likewise
12663         * g++.old-deja/g++.mike/eh13.C: Likewise
12664         * g++.old-deja/g++.mike/eh14.C: Likewise
12665         * g++.old-deja/g++.mike/eh16.C: Likewise
12666         * g++.old-deja/g++.mike/eh17.C: Likewise
12667         * g++.old-deja/g++.mike/eh18.C: Likewise
12668         * g++.old-deja/g++.mike/eh21.C: Likewise
12669         * g++.old-deja/g++.mike/eh23.C: Likewise
12670         * g++.old-deja/g++.mike/eh24.C: Likewise
12671         * g++.old-deja/g++.mike/eh25.C: Likewise
12672         * g++.old-deja/g++.mike/eh26.C: Likewise
12673         * g++.old-deja/g++.mike/eh27.C: Likewise
12674         * g++.old-deja/g++.mike/eh28.C: Likewise
12675         * g++.old-deja/g++.mike/eh29.C: Likewise
12676         * g++.old-deja/g++.mike/eh31.C: Likewise
12677         * g++.old-deja/g++.mike/eh33.C: Likewise
12678         * g++.old-deja/g++.mike/eh34.C: Likewise
12679         * g++.old-deja/g++.mike/eh35.C: Likewise
12680         * g++.old-deja/g++.mike/eh36.C: Likewise
12681         * g++.old-deja/g++.mike/eh37.C: Likewise
12682         * g++.old-deja/g++.mike/eh38.C: Likewise
12683         * g++.old-deja/g++.mike/eh39.C: Likewise
12684         * g++.old-deja/g++.mike/eh40.C: Likewise
12685         * g++.old-deja/g++.mike/eh41.C: Likewise
12686         * g++.old-deja/g++.mike/eh42.C: Likewise
12687         * g++.old-deja/g++.mike/eh44.C: Likewise
12688         * g++.old-deja/g++.mike/eh46.C: Likewise
12689         * g++.old-deja/g++.mike/eh47.C: Likewise
12690         * g++.old-deja/g++.mike/eh48.C: Likewise
12691         * g++.old-deja/g++.mike/eh49.C: Likewise
12692         * g++.old-deja/g++.mike/eh50.C: Likewise
12693         * g++.old-deja/g++.mike/eh51.C: Likewise
12694         * g++.old-deja/g++.mike/eh53.C: Likewise
12695         * g++.old-deja/g++.mike/eh55.C: Likewise
12696         * g++.old-deja/g++.mike/p7912.C: Likewise
12697         * g++.old-deja/g++.mike/p9706.C: Likewise
12698         * g++.old-deja/g++.mike/p10416.C: Likewise
12699         * g++.old-deja/g++.mike/p11667.C: Likewise
12700         * g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
12701         Remove redundant reference to Iris.
12702         * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
12703         Elxsi, i860, Pico Java, and WE32K.
12704
12705 2003-01-07  Mark Mitchell  <mark@codesourcery.com>
12706
12707         * g++.dg/ext/asm4.C: New test.
12708
12709 2003-01-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12710
12711         PR c++/9030
12712         * g++.dg/template/friend12.C: New test.
12713         * g++.dg/template/friend13.C: Likewise.
12714         * g++.old-deja/g++.eh/spec6.C: Add missing error message.
12715
12716 2003-01-08  Jan Hubicka  <jh@suse.cz>
12717
12718         * gcc.dg/i386-cadd.c: New test.
12719         * gcc.dg/i386-cmov4.c: Likewise.
12720
12721 2003-01-06  Mark Mitchell  <mark@codesourcery.com>
12722
12723         PR c++/9165
12724         * g++.dg/warn/Wunused-3.C: New test.
12725
12726         * g++.dg/abi/bitfield9.C: New test.
12727
12728         PR c++/9189
12729         * g++.dg/parse/defarg3.C: New test.
12730
12731 2003-01-06  Nathan Sidwell  <nathan@codesourcery.com>
12732
12733         * g++.dg/parse/ambig1.C: New test.
12734         * g++.dg/parse/defarg2.C: New test.
12735
12736 2003-01-05  Mark Mitchell  <mark@codesourcery.com>
12737
12738         * g++.dg/template/defarg-1.C: New test.
12739         * g++.dg/template/local2.C: Likewise.
12740
12741 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
12742
12743         * gcc.c-torture/execute/20030105-1.c: New test.
12744
12745 2003-01-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12746
12747         * g++.dg/parse/namespace3.C: Remove extra semicolons.
12748         * g++.dg/parse/namespace4.C: Likewise.
12749
12750 2003-01-03  Nathan Sidwell  <nathan@codesourcery.com>
12751
12752         * g++.dg/template/ntp2.C: New test.
12753
12754 2003-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12755
12756         * g++.dg/parse/extern-C-1.C: New test.
12757
12758         * g++.dg/parse/namespace4.C: New test.
12759
12760         * g++.dg/template/nested1.C: New test.
12761
12762         * g++.dg/parse/namespace3.C: New test.
12763
12764 2003-01-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12765
12766         * g++.dg/lookup/two-stage1.C: New test.
12767
12768 2003-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12769
12770         * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
12771         * g++.old-deja/g++.jason/access8.C: Likewise.
12772         * g++.old-deja/g++.other/decl5.C: Likewise.
12773
12774 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
12775
12776         * g++.dg/parse/parse7.C: New test.
12777
12778 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
12779
12780         PR c++/2843
12781         * g++.dg/ext/attrib7.C: New test.
12782
12783 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
12784
12785         * g++.dg/parse/parse6.C: New test.
12786
12787 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
12788
12789         * gcc.dg/h8300-stack-1.c: New.
12790
12791 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
12792
12793         g++.dg/lookup/exception1.C: New test.
12794
12795         g++.dg/lookup/template1.C: New test.
12796
12797         g++.dg/parse/namespace2.C: New test.
12798
12799         g++.dg/parse/parens2.C: New test.
12800
12801 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
12802
12803         * g++.dg/parse/parse5.C: New test.
12804         * g++.dg/lookup/scoped4.C: New test.
12805
12806 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
12807
12808         * g++.dg/parse/parens1.C: New test.
12809
12810         * g++.dg/parse/parens2.C: Removed, turned out to duplicate
12811         angle-bracket1.C.
12812         * g++.dg/parse/parens2.C: New test.
12813
12814         * g++.dg/lookup/scope-operator1.C: New test.
12815
12816         * g++.dg/parse/operator1.C: New test.
12817
12818 2003-01-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12819
12820         * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
12821         * g++.old-deja/g++.other/access6.C: Likewise.
12822         * g++.old-deja/g++.other/decl1.C: Likewise.
12823         * g++.old-deja/g++.pt/typename12.C: Likewise.
12824
12825 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
12826
12827         * g++.dg/parse/namespace1.C: New test.
12828
12829 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
12830
12831         * g++.dg/parse/parse4.C: New test.
12832
12833 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
12834
12835         * g++.dg/parse/parse3.C: New test.
12836
12837 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
12838
12839         * g++.dg/parse/parse2.C: New test.
12840
12841 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
12842
12843         * g++.dg/template/friend11.C: New test.
12844
12845 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
12846
12847         * g++.dg/parse/parse1.C: New test.
12848
12849 2002-12-31  Janis Johnson  <janis187@us.ibm.com>
12850
12851         * lib/profopt.exp: Change the name of a global variable to avoid
12852         possible clashes with other test suites.
12853
12854 2002-12-31  Nathan Sidwell  <nathan@codesourcery.com>
12855
12856         * g++.dg/inherit/covariant8.C: New test.
12857
12858 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
12859
12860         * g++.dg/init/array9.C: New test.
12861
12862         PR c++/9112
12863         * g++.dg/parse/expr1.C: New test.
12864
12865 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
12866
12867         * gcc.c-torture/compile/20021230-1.c: New test.
12868
12869 2002-12-30  Nathan Sidwell  <nathan@codesourcery.com>
12870
12871         * g++.dg/inherit/covariant5.C: New test.
12872         * g++.dg/inherit/covariant6.C: New test.
12873         * g++.dg/inherit/covariant7.C: New test.
12874
12875 2002-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12876
12877         PR c++/2739
12878         * g++.dg/other/access2.C: New test.
12879
12880 2002-12-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
12881
12882         * g++.dg/other/anon-struct.C: No longer fails
12883         * g++.old-deja/g++.brendan/parse4.C: Likewise.
12884         * g++.old-deja/g++.brendan/parse5.C: Likewise.
12885         * g++.old-deja/g++.brendan/parse6.C: Likewise.
12886
12887 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
12888
12889         * g++.dg/parse/angle-bracket.C (main): No longer fails.
12890
12891 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
12892
12893         * g++.dg/eh/spec4.C: Remove stray semicolon.
12894         * g++.dg/expr/pmf-1.C: Change error message.
12895         * g++.dg/ext/asm1.C: Remove stray semicolon.
12896         * g++.dg/ext/typename1.C: Add missing typenames.
12897         * g++.dg/inherit/template-as-base.C: Change error message.
12898         * g++.dg/lookup/scoped1.C: Likewise.
12899         * g++.dg/lookup/scoped2.C: Likewise.
12900         * g++.dg/lookup/using2.C: Likewise.
12901         * g++.dg/other/component1.C: Remove stray semicolon.
12902         * g++.dg/other/do1.C: Change error message.
12903         * g++.dg/other/error2.C: Likewise.
12904         * g++.dg/other/init1.C: Likewise.
12905         * g++.dg/other/packed1.C: Remove stray semicolon.
12906         * g++.dg/other/ptrmem2.C: Change error message.
12907         * g++.dg/parse/parameter-declaration-1.C: Remove line number
12908         marker.
12909         * g++.dg/special/initp1.C: Remove invalid attribute usage.
12910         * g++.dg/template/access3.C: Add typename keyword.
12911         * g++.dg/template/access5.C: Remove stray semicolon.
12912         * g++.dg/template/access6.C: Likewise.
12913         * g++.dg/template/complit1.C: Likewise.
12914         * g++.dg/template/crash1.C: Change error message.
12915         * g++.dg/template/inherit2.C: Remove stray semicolon.
12916         * g++.dg/template/instantiate2.C: Likewise.
12917         * g++.dg/template/instantiate3.C: Change error message.
12918         * g++.dg/template/qual1.C: Remove stray semicolon.
12919         * g++.dg/template/qualttp18.C: Change error message.
12920         * g++.dg/template/ref1.C: Remove stray semicolon.
12921         * g++.dg/template/sizeof1.C (A::value): Declare it.
12922         * g++.dg/template/spec4.C: Change error message.
12923         * g++.dg/template/static1.C: Likewise.
12924         * g++.dg/template/type1.C: Likewise.
12925         * g++.dg/template/typename3.C: Likewise.
12926         * g++.old-deja/g++.benjamin/13478.C: Change error message.
12927         * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
12928         * g++.old-deja/g++.benjamin/bool01.C: Likewise.
12929         * g++.old-deja/g++.benjamin/bool02.C: Likewise.
12930         * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
12931         named return value extension.
12932         * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
12933         * g++.old-deja/g++.benjmain/warn01.C: Likewise.
12934         * g++.old-deja/g++.bob/extern_C.C: Likewise.
12935         * g++.old-deja/g++.bob/inherit2.C: Likewise.
12936         * g++.old-deja/g++.brendan/complex1.C: Likewise.
12937         * g++.old-deja/g++.brendan/copy5.C: Likewise.
12938         * g++.old-deja/g++.brendan/crash13.C: Likewise.
12939         * g++.old-deja/g++.brendan/crash15.C: Likewise.
12940         * g++.old-deja/g++.brendan/crash18.C: Change error message.
12941         * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
12942         * g++.old-deja/g++.brendan/crash38.C: Likewise.
12943         * g++.old-deja/g++.brendan/crash50.C: Likewise.
12944         * g++.old-deja/g++.brendan/crash56.C: Likewise.
12945         * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
12946         syntax.
12947         * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
12948         * g++.old-deja/g++.brendan/crash8.C: Change error message.
12949         * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
12950         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
12951         * g++.old-deja/g++.brendan/shadow1.C: Likewise.
12952         * g++.old-deja/g++.brendan/template11.C: Likewise.
12953         * g++.old-deja/g++.brendan/template26.C: Likewise.
12954         * g++.old-deja/g++.brendan/template27.C: Use explicit
12955         specialization syntax.
12956         * g++.old-deja/g++.brendan/template30.C: Likewise.
12957         * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
12958         * g++.old-deja/g++.brendan/visibility3.C: Account for use of
12959         non-dependent names.
12960         * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
12961         * g++.old-deja/g++.brendan/warnings7.C: Likewise.
12962         * g++.old-deja/g++.bugs/900121_02.C: Likewise.
12963         * g++.old-deja/g++.eh/catchptr1.C: Likewise.
12964         * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
12965         * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
12966         named return value extension.
12967         * g++.old-deja/g++.ext/namedret2.C: Likewise.
12968         * g++.old-deja/g++.ext/namedret3.C: Likewise.
12969         * g++.old-deja/g++.ext/return1.C: Likewise.
12970         * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
12971         * g++.old-deja/g++.jason/access17.C: Issue more error messages.
12972         * g++.old-deja/g++.jason/access8.C: Likewise.
12973         * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
12974         * g++.old-deja/g++.jason/destruct.C: Remove incorrect
12975         pseudo-destructor names.
12976         * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
12977         * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
12978         pseudo-destructor names.
12979         * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
12980         * g++.old-deja/g++.jason/overload19.C: Likewise.
12981         * g++.old-deja/g++.jason/overload32.C: Likewise.
12982         * g++.old-deja/g++.jason/parse11.C: Issue error messages about
12983         stray semicolons.
12984         * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
12985         * g++.old-deja/g++.jason/return.C: Likewise.
12986         * g++.old-deja/g++.jason/return2.C: Likewise.
12987         * g++.old-deja/g++.jason/shadow1.C: Likewise.
12988         * g++.old-deja/g++.jason/special.C: Use explicit specialization
12989         syntax.
12990         * g++.old-deja/g++.jason/template10.C: Account for use of
12991         non-dependent names.
12992         * g++.old-deja/g++.jason/template11.C: Use explicit specialization
12993         syntax.
12994         * g++.old-deja/g++.jason/template37.C: Likewise.
12995         * g++.old-deja/g++.law/access4.C: Change error messages.
12996         * g++.old-deja/g++.law/arm13.C:  Remove incorrect
12997         pseudo-destructor names.
12998         * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
12999         * g++.old-deja/g++.law/ctors9.C: Likewise.
13000         * g++.old-deja/g++.law/cvt22.C: Likewise.
13001         * g++.old-deja/g++.law/dtors5.C: Likewise.
13002         * g++.old-deja/g++.law/global-init1.C: Likewise.
13003         * g++.old-deja/g++.law/missed-error3.C: Likewise.
13004         * g++.old-deja/g++.law/operators28.C: Likewise.
13005         * g++.old-deja/g++.law/visibility28.C: Likewise.
13006         * g++.old-deja/g++.martin/eval1.C: Likewise.
13007         * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
13008         name.
13009         * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
13010         * g++.old-deja/g++.mike/net34.C: Likewise.
13011         * g++.old-deja/g++.mike/net36.C: Likewise.
13012         * g++.old-deja/g++.mike/ns2.C: Likewise.
13013         * g++.old-deja/g++.mike/p12306.C: Likewise.
13014         * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
13015         value extension.
13016         * g++.old-deja/g++.mike/p700.C: Likewise.
13017         * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
13018         * g++.old-deja/g++.mike/p710.C: Likewise.
13019         * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
13020         value extension.
13021         * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
13022         * g++.old-deja/g++.mike/pmf9.C: Likewise.
13023         * g++.old-deja/g++.ns/crash2.C: Likewise.
13024         * g++.old-deja/g++.ns/crash3.C: Likewise.
13025         * g++.old-deja/g++.ns/invalid1.C: Likewise.
13026         * g++.old-deja/g++.ns/ns17.C: Likewise.
13027         * g++.old-deja/g++.ns/template16.C: Likewise.
13028         * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
13029         keyword.
13030         * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
13031         * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
13032         * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
13033         named return value extension.
13034         * g++.old-deja/g++.oliva/nameret2.C: Likewise.
13035         * g++.old-deja/g++.other/access4.C: Issue additional error
13036         messages.
13037         * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
13038         * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
13039         * g++.old-deja/g++.other/crash11.C: Add missing class-key.
13040         * g++.old-deja/g++.other/crash25.C: Change error message.
13041         * g++.old-deja/g++.other/crash4.C: Change error message.
13042         * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
13043         * g++.old-deja/g++.other/decl5.C: Issue more error messages.
13044         * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
13045         checks.
13046         * g++.old-deja/g++.other/defarg8.C: Likewise.
13047         * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
13048         * g++.old-deja/g++.other/dtor10.C: Likewise.
13049         * g++.old-deja/g++.other/incomplete.C: Likewise.
13050         * g++.old-deja/g++.other/linkage7.C: Likewise.
13051         * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
13052         lookup algorithm.
13053         * g++.old-deja/g++.other/mangle2.C: Likewise.
13054         * g++.old-deja/g++.other/refinit2.C: Likewise.
13055         * g++.old-deja/g++.other/sizeof2.C: Change error messages.
13056         * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
13057         * g++.old-deja/g++.pt/crash28.C: Likewise.
13058         * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
13059         syntax.
13060         * g++.old-deja/g++.pt/crash32.C: Change error message.
13061         * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
13062         * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
13063         * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
13064         error message position.
13065         * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
13066         * g++.old-deja/g++.pt/defarg8.C: Change error message.
13067         * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
13068         syntax.
13069         * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
13070         * g++.old-deja/g++.pt/eichin01b.C: Likewise.
13071         * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
13072         * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
13073         keyword.
13074         * g++.old-deja/g++.pt/explicit31.C: Likewise.
13075         * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
13076         * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
13077         keyword.
13078         * g++.old-deja/g++.pt/explicit71.C: Change error message.
13079         * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
13080         syntax.
13081         * g++.old-deja/g++.pt/friend28.C: Account for use of
13082         non-dependent names.
13083         * g++.old-deja/g++.pt/friend29.C: Likewise.
13084         * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
13085         rules.
13086         * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
13087         * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
13088         * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
13089         lookup rules.
13090         * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
13091         * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
13092         keyword.
13093         * g++.old-deja/g++.pt/memclass20.C: Likewise.
13094         * g++.old-deja/g++.pt/memclass5.C: Likewise.
13095         * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
13096         keyword.
13097         * g++.old-deja/g++.pt/memtemp75.C: Likewise.
13098         * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
13099         * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
13100         * g++.old-deja/g++.pt/overload13.C: Correct error messages.
13101         * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
13102         * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template
13103         keyword.
13104         * g++.old-deja/g++.pt/spec10.C: Likewise.
13105         * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
13106         * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
13107         * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
13108         * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
13109         * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
13110         * g++.old-deja/g++.pt/ttp62.C: Likewise.
13111         * g++.old-deja/g++.pt/ttp64.C: Likewise.
13112         * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
13113         * g++.old-deja/g++.pt/typename15.C: Likewise.
13114         * g++.old-deja/g++.pt/typename22.C: Likewise.
13115         * g++.old-deja/g++.pt/typename6.C: Change error messages.
13116         * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
13117         * g++.old-deja/g++.pt/virtual2.C: Likewise.
13118         * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
13119         syntax.
13120         * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
13121         return value extension.
13122         * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
13123         * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
13124         * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
13125         * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
13126
13127 2002-12-26  Nathan Sidwell  <nathan@codesourcery.com>
13128
13129         * g++.dg/warn/inline1.C: New test.
13130         * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
13131         * g++.old-deja/g++.jason/synth10.C: Likewise.
13132         * g++.old-deja/g++.mike/net31.C: Likewise.
13133         * g++.old-deja/g++.mike/p8786.C: Likewise.
13134
13135         * g++.dg/template/friend10.C: New test.
13136         * g++.dg/template/conv5.C: New test.
13137
13138 2002-12-24  Nathan Sidwell  <nathan@codesourcery.com>
13139
13140         * g++.dg/lookup/scoped3.C: New test.
13141
13142         * g++.dg/lookup/decl1.C: New test.
13143         * g++.dg/lookup/decl2.C: New test.
13144
13145 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
13146
13147         * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
13148         gcc.c-torture/compile/20021015-1.c,
13149         gcc.c-torture/compile/20021015-2.c,
13150         gcc.c-torture/compile/20021123-1.c,
13151         gcc.c-torture/compile/20021123-2.c,
13152         gcc.c-torture/compile/20021123-3.c,
13153         gcc.c-torture/compile/20021123-4.c,
13154         gcc.c-torture/execute/20021024-1.c: Add tests previously added
13155         only to 3.1 or 3.2 branch.
13156
13157 2002-12-23  Mark Mitchell  <mark@codesourcery.com>
13158
13159         * gcc.dg/i386-bitfield3.c: New test.
13160
13161         * gcc.dg/i386-bitfield2.c: New test.
13162
13163 2002-12-22  Nathan Sidwell  <nathan@codesourcery.com>
13164
13165         * g++.dg/parse/conv_op1.C: New test.
13166
13167 2002-12-21  Josef Zlomek  <zlomekj@suse.cz>
13168
13169         * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
13170         approved.
13171
13172 2002-12-20  Josef Zlomek  <zlomekj@suse.cz>
13173
13174         * gcc.c-torture/compile/20021220-1.c: New test.
13175
13176 2002-12-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
13177
13178         * gcc.dg/i386-fastcall-1.c: New.
13179
13180 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
13181
13182         * gcc.c-torture/execute/20021219-1.c: New test.
13183
13184 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
13185
13186         * gcc.dg/i386-pic-1.c: New test.
13187
13188 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13189
13190         PR c++/8099
13191         * g++.dg/template/friend9.C: New test.
13192
13193 2002-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13194
13195         PR c++/3663
13196         * g++.dg/template/access7.C: New test.
13197
13198 2002-12-18  Nick Clifton  <nickc@redhat.com>
13199
13200         * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
13201         the libstdc++-v3 directory has been found.
13202
13203 2002-12-12  Devang Patel <dpatel@apple.com>
13204         * gcc.dg/darwin-ld-1.c: New test.
13205         * gcc.dg/darwin-ld-2.c: New test.
13206         * gcc.dg/darwin-ld-3.c: New test.
13207         * gcc.dg/darwin-ld-4.c: New test.
13208         * gcc.dg/darwin-ld-5.c: New test.
13209
13210 2002-12-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
13211
13212         * gcc.c-torture/compile/20021212-1.c: New test.
13213
13214 2002-12-11  Neil Booth  <neil@daikokuya.co.uk>
13215
13216         * gcc.dg/fshort-wchar: New test.
13217
13218 2002-12-10  Mark Mitchell  <mark@codesourcery.com>
13219
13220         PR c++/8372
13221         * g++.dg/template/dtor1.C: New test.
13222
13223         * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
13224         markers.
13225
13226 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
13227
13228         * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
13229
13230 2002-12-09  Mark Mitchell  <mark@codesourcery.com>
13231
13232         * g++.dg/template/static1.C: New test.
13233         * g++.dg/template/static2.C: New test.
13234         * g++.old-deja/g++.ext/memconst.C: New test.
13235
13236 2002-12-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13237
13238         * g++.dg/special/conpr-2.C: Expect failure on solaris2.
13239         * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
13240         * g++.dg/special/initp1.C: Likewise.
13241
13242 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
13243
13244         * gcc.c-torture/execute/20021204-1.c: New test.
13245
13246 2002-12-04  Geoffrey Keating  <geoffk@apple.com>
13247
13248         * gcc.dg/ppc-fmadd-1.c: New file.
13249         * gcc.dg/ppc-fmadd-2.c: New file.
13250         * gcc.dg/ppc-fmadd-3.c: New file.
13251
13252 2002-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
13253
13254         * gcc.c-torture/compile/20021204-1.c: New test.
13255
13256 2002-12-03  Nathan Sidwell  <nathan@codesourcery.com>
13257
13258         * g++.dg/inherit/covariant2.C: New test.
13259         * g++.dg/inherit/covariant3.C: New test.
13260         * g++.dg/inherit/covariant4.C: New test.
13261         * g++.dg/inherit/covariant1.C: Remove XFAIL.
13262         * g++.old-deja/g++.robertl/eb17.C: Likewise.
13263
13264 2002-12-03  Mark Mitchell  <mark@codesourcery.com>
13265
13266         PR c++/8688
13267         * g++.dg/init/brace3.C: New test.
13268
13269 2002-12-02  Kazu Hirata  <kazu@cs.umass.edu>
13270
13271         * gcc.dg/20020210-1.c: Fix a comment typo.
13272
13273 2002-12-02  Mark Mitchell  <mark@codesourcery.com>
13274
13275         PR c++/8720
13276         * g++.dg/parse/defarg1.C: New test.
13277
13278         PR c++/8615
13279         * g++.dg/template/char1.C: New test.
13280
13281         * g++.dg/template/varmod1.C: Fix typo.
13282
13283 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13284
13285         DR 180
13286         * g++.old-deja/g++.pt/crash32.C: Expect error.
13287
13288 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
13289
13290         PR c++/5919
13291         * g++.dg/template/varmod1.C: New test.
13292
13293         PR c++/8727
13294         * g++.dg/inherit/typeinfo1.C: New test.
13295
13296         PR c++/8663
13297         * g++.dg/inherit/typedef1.C: New test.
13298
13299 2002-11-30  Mark Mitchell  <mark@codesourcery.com>
13300
13301         PR c++/8332
13302         PR c++/8493
13303         * g++.dg/template/strlen1.C: New test.
13304
13305         PR c++/8227
13306         * g++.dg/template/ctor2.C: New test.
13307
13308         PR c++/8214
13309         * g++.dg/init/string1.C: New test.
13310
13311         PR c++/8511
13312         * g++.dg/template/friend8.C: New test.
13313
13314 2002-11-29  Joe Buck <jbuck@synopsys.com>
13315
13316         * g++.dg/lookup/anon2.C: New test.
13317
13318 2002-11-28  Kazu Hirata  <kazu@cs.umass.edu>
13319
13320         * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
13321         h8300 port.
13322
13323 2002-11-27  Richard Sandiford  <rsandifo@redhat.com>
13324
13325         * gcc.dg/bitfld-6.c: New test.
13326
13327 2002-11-27  Jan Hubicka  <jh@suse.cz>
13328
13329         * gcc.c-torture/execute/20021127.[cx]: New test.
13330
13331 2002-11-26  Jan Hubicka  <jh@suse.cz>
13332
13333         * gcc.dg/i386-cmov[123].c: New tests for conditional move code
13334         quality.
13335
13336 2002-11-26  Geoffrey Keating  <geoffk@apple.com>
13337
13338         * g++.dg/init/brace2.C: New test.
13339         * g++.old-deja/g++.mike/p9129.C: Correct.
13340
13341 2002-11-26  Mark Mitchell  <mark@codesourcery.com>
13342
13343         * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
13344
13345 2002-11-25  Andreas Bauer  <baueran@in.tum.de>
13346
13347         * gcc.dg/sibcall-6: New test for indirect sibcalls.
13348
13349 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
13350
13351         * testsuite/g++.dg/abi/empty11.C: New test.
13352         * testsuite/g++.dg/rtti/cv1.C: New test.
13353
13354 2002-11-25  Hans-Peter Nilsson  <hp@bitrange.com>
13355
13356         * lib/prune.exp: Prune more -fpic/-fPIC warnings.
13357
13358 2002-11-24  Mark Mitchell  <mark@codesourcery.com>
13359
13360         * g++.dg/abi/empty10.C: New test.
13361
13362 2002-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
13363
13364         * gcc.c-torture/compile/20021124-1.c: New test.
13365
13366 2002-11-22  Mark Mitchell  <mark@codesourcery.com>
13367
13368         * g++.dg/abi/rtti2.C: New test.
13369
13370 2002-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
13371
13372         * gcc.dg/i386-unroll-1.c: New test.
13373
13374 2002-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
13375
13376         * gcc.c-torture/compile/20021120-1.c: New test.
13377         * gcc.c-torture/compile/20021120-2.c: New test.
13378
13379 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
13380
13381         * gcc.dg/bitfld-5.c: New test.
13382
13383 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
13384
13385         * gcc.c-torture/execute/20021120-3.c: New test.
13386
13387 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
13388
13389         * gcc.c-torture/execute/20021120-2.c: New test.
13390
13391 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
13392
13393         * gcc.c-torture/execute/20021120-1.c: New test.
13394
13395 2002-11-20  Jakub Jelinek  <jakub@redhat.com>
13396
13397         * gcc.c-torture/execute/20021118-3.c: New test.
13398
13399 2002-11-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
13400
13401         * gcc.c-torture/compile/20021119-1.c: New test.
13402
13403 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
13404
13405         * gcc.dg/duff-1.c: New test.
13406         * gcc.dg/duff-2.c: New test.
13407         * gcc.dg/duff-3.c: New test.
13408
13409 2002-11-18  Neil Booth  <neil@daikokuya.co.uk>
13410
13411         * gcc.dg/cpp/_Pragma5.c: New test.
13412
13413 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
13414
13415         * gcc.c-torture/execute/20021118-2.c: New test.
13416
13417 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
13418
13419         * gcc.c-torture/execute/20021118-1.c: New test.
13420
13421 2002-11-16  Jakub Jelinek  <jakub@redhat.com>
13422
13423         * gcc.dg/20021116-1.c: New test.
13424
13425 2002-11-14  Mark Mitchell  <mark@codesourcery.com>
13426
13427         * g++.dg/abi/vcall1.C: New test.
13428
13429 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
13430
13431         * gcc.dg/20021029-1.c: New test.
13432         * gcc.dg/20021029-2.c: New test.
13433
13434 2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13435
13436         * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
13437
13438 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
13439
13440         PR c/8439
13441         * gcc.dg/20021110.c: Move to ...
13442         * gcc.c-torture/compile/20021110.c: .... here.
13443
13444 2002-11-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13445
13446         PR c/8467
13447         * gcc.c-torture/execute/20021111-1.c
13448
13449 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
13450
13451         PR c/8439
13452         * gcc.dg/20021110.c: New test.
13453
13454 2002-11-10  Mark Mitchell  <mark@codesourcery.com>
13455
13456         * g++.dg/abi/vthunk3.C: Run only on x86.
13457
13458 2002-11-10  Joseph S. Myers  <jsm@polyomino.org.uk>
13459
13460         * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
13461
13462 2002-11-09  Hans-Peter Nilsson  <hp@bitrange.com>
13463
13464         * lib/compat.exp (compat-execute): Fix logic error in last
13465         change.
13466
13467 2002-11-09  Neil Booth  <neil@daikokuya.co.uk>
13468
13469         * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
13470
13471 2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13472
13473         PR c++/8389
13474         * g++.dg/template/access6.C: New test.
13475
13476 2002-11-08  Jan Hubicka  <jh@suse.cz>
13477
13478         * gcc.dg/i386-ssefp-1.c: New test.
13479         * gcc.dg/i386-ssefp-1.c: New test.
13480
13481 2002-11-08  Jan Hubicka  <jh@suse.cz>
13482
13483         * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
13484
13485 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
13486
13487         * g++.dg/abi/vthunk3.C: New test.
13488
13489         PR c++/8338
13490         * g++.dg/template/crash2.C: New test.
13491
13492 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
13493
13494         * testsuite/g++.dg/abi/dtor1.C: New test.
13495         * testsuite/g++.dg/abi/dtor2.C: Likewise.
13496
13497 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
13498
13499         * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
13500         Darwin.
13501
13502 2002-11-04  Adam Nemet  <anemet@lnxw.com>
13503
13504         * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
13505         -mthumb.  Only xfail with -O0.
13506
13507 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
13508
13509         * g++.dg/abi/thunk1.C: New test.
13510         * g++.dg/abi/thunk2.C: Likewise.
13511         * g++.dg/abi/vtt1.C: Likewise.
13512
13513 2002-11-02  Diego Novillo  <dnovillo@redhat.com>
13514
13515         PR optimization/8423
13516         * gcc.c-torture/execute/builtin-constant.c: New test.
13517
13518 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
13519
13520         * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
13521         Add some more cases.
13522
13523 2002-11-01  Mark Mitchell  <mark@codesourcery.com>
13524
13525         PR c++/8391
13526         * g++.dg/opt/local1.C: New test.
13527
13528 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
13529
13530         PR c++/8160
13531         * g++.dg/template/complit1.C: New test.
13532
13533         PR c++/8149
13534         * g++.dg/template/typename4.C: Likewise.
13535
13536 2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13537
13538         Core issue 287, PR c++/7639
13539         * g++.dg/template/instantiate1.C: Adjust error location.
13540         * g++.dg/template/instantiate3.C: New test.
13541         * g++.old-deja/g++.pt/crash10.C: Adjust error location.
13542         * g++.old-deja/g++.pt/derived3.C: Adjust error location.
13543         * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
13544
13545 2002-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
13546
13547         * lib/compat.exp (compat-execute): Don't clean out a gluefile.
13548
13549 2002-10-29  Mark Mitchell  <mark@codesourcery.com>
13550
13551         PR c++/8287
13552         * g++.dg/init/dtor2.C: New test.
13553
13554 2002-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13555
13556         * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
13557         * gcc.dg/nest.c: Bypass errors on irix6.
13558
13559 2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
13560
13561         * gcc.dg/nest.c: Expect error for mmix-*-*.
13562         * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
13563
13564 2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
13565
13566         * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
13567         markers.
13568
13569         * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
13570
13571 2002-10-25  Mike Stump  <mrs@apple.com>
13572
13573         * gcc.dg/warn-1.c: New test.
13574
13575 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
13576
13577         * g++.dg/template/typename3.C: New test.
13578
13579 2002-10-25  Mark Mitchell  <mark@codesourcery.com>
13580
13581         * g++.dg/lookup/ptrmem1.C: New test.
13582
13583         * g++.dg/abi/vthunk2.C: New test.
13584
13585 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
13586
13587         * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
13588
13589 2002-10-24  Mark Mitchell  <mark@codesourcery.com>
13590
13591         * g++.dg/abi/empty9.C: New test.
13592
13593 2002-10-24  Richard Henderson  <rth@redhat.com>
13594
13595         * g++.dg/inherit/thunk1.C: Enable for ia64.
13596
13597 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
13598
13599         PR c++/8067
13600         * g++.dg/lookup/pretty1.C: New test.
13601
13602 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
13603
13604         * gcc.dg/20021023-1.c: New test.
13605
13606 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
13607
13608         PR c++/7679
13609         * g++.dg/parse/inline1.C: New test.
13610
13611 2002-10-23  Richard Henderson  <rth@redhat.com>
13612
13613         * g++.dg/inherit/thunk1.C: Enable for x86_64.
13614
13615         * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
13616
13617 2002-10-22  Mark Mitchell  <mark@codesourcery.com>
13618
13619         PR c++/6579
13620         * g++.dg/parse/stmtexpr3.C: New test.
13621
13622 2002-10-22  Nathan Sidwell  <nathan@codesourcery.com>
13623
13624         * g++.dg/expr/cond1.C: New test.
13625
13626 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
13627
13628         * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
13629
13630 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
13631
13632         * g++.dg/abi/vbase13.C: New test.
13633         * g++.dg/abi/vbase14.C: Likewise.
13634
13635 2002-10-21  Jakub Jelinek  <jakub@redhat.com>
13636
13637         * gcc.dg/tls/pic-1.c: New test.
13638         * gcc.dg/tls/nonpic-1.c: New test.
13639         * gcc.dg/20021018-1.c: New test.
13640
13641 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
13642
13643         * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
13644         Remove only files with the same base name as the test case.
13645         (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
13646         (profopt-execute): Likewise.  Also, remove old profiling
13647         and performance data files before running the tests.
13648
13649         * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
13650         * g++.dg/bprob/bprob.exp: Likewise.
13651         * g77.dg/bprob/bprob.exp: Likewise.  Also, relax regexp
13652         to allow more general test case names.
13653
13654         * g++.dg/bprob/bprob-1.C: Rename to ...
13655         * g++.dg/bprob/g++-bprob-1.C: ... this.
13656
13657         * g77.dg/bprob/bprob-1.f: Rename to ...
13658         * g77.dg/bprob/g77-bprob-1.f: ... this.
13659
13660 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
13661
13662         * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
13663         bison 1.50 or later.
13664
13665 2002-10-21  Janis Johnson  <janis187@us.ibm.com>
13666
13667         * g++.dg/README: Describe more test directories.
13668
13669 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
13670
13671         * g++.dg/init/array6.C: Add additional tests.
13672
13673 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
13674
13675         * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
13676         * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
13677
13678 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
13679
13680         * gcc.c-torture/compile/20020604-1.x: New.
13681         * gcc.c-torture/compile/simd-5.x: Likewise.
13682         * gcc.c-torture/execute/920710-1.x: Likewise.
13683         * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
13684
13685 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
13686
13687         * g++.dg/inherit/override1.C: Add dg-options clause.
13688
13689 2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
13690
13691         * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
13692         _mm_slli_si128.
13693
13694 2002-10-19  Andreas Schwab  <schwab@suse.de>
13695
13696         * lib/compat.exp (compat-run): Prepend "./" when $dest has no
13697         directory component.
13698
13699 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
13700
13701         * g++.dg/inherit/thunk1.C: New test.
13702
13703         * g++.dg/inherit/override1.C: New test.
13704
13705         * g++.dg/abi/mangle11.C: New test.
13706         * g++.dg/abi/mangle14.C: New test.
13707         * g++.dg/abi/mangle17.C: New test.
13708
13709 2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
13710
13711         * g++.dg/overload/member2.C: New test.
13712
13713 2002-10-17  Janis Johnson  <janis187@us.ibm.com>
13714
13715         * g++.dg/README: Describe new compat directory.
13716         * g++.dg/dg.exp: Skip tests in compat directory.
13717         * README.compat: New file.
13718         * lib/compat.exp: New expect script.
13719         * g++.dg/compat: New test directory.
13720         * g++.dg/compat/compat.exp: New expect script.
13721         * g++.dg/compat/abi: New test directory.
13722         * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
13723         g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
13724         g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
13725         g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
13726         g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
13727         g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
13728         g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
13729         g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
13730         g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
13731         g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
13732         g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
13733         g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
13734         * g++.dg/compat/break: New test directory.
13735         * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
13736         g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
13737         g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
13738         g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
13739         g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
13740         g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
13741         g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
13742         g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
13743         g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
13744         g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
13745         g++.dg/compat/break/README: New files.
13746         * g++.dg/compat/eh: New test directory.
13747         * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
13748         g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
13749         g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
13750         g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
13751         g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
13752         g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
13753         g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
13754         g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
13755         g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
13756         g++.dg/compat/eh/filter2_y.C,
13757         g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
13758         g++.dg/compat/eh/new1_y.C,
13759         g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
13760         g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
13761         g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
13762         g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
13763         g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
13764         g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
13765         g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
13766         g++.dg/compat/eh/unexpected1_y.C: New files.
13767         * g++.dg/compat/init: New test directory.
13768         * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
13769         g++.dg/compat/init/array5_y.C,
13770         g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
13771         g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
13772         g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
13773         g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
13774         g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
13775         g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
13776         g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
13777         g++.dg/compat/init/init-ref2_y.C: New files.
13778
13779 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
13780
13781         PR c++/7584
13782         * g++.dg/inherit/using3.C: New test.
13783
13784 2002-10-17  Jan Hubicka  <jh@suse.cz>
13785
13786         * gcc.dg/20021017-2.c: New test.
13787
13788 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
13789
13790         * g++.dg/abi/mangle16.C: Adjust.
13791
13792         * g++.dg/init/array8.C: New test.
13793
13794 2002-10-17  Richard Sandiford  <rsandifo@redhat.com>
13795
13796         * gcc.dg/special/mips-abi.exp: New test.
13797         * gcc.dg/special/mips-abi.s: Empty file used by the above.
13798
13799 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
13800
13801         * g++.dg/abi/mangle16.C: New test.
13802         * g++.dg/abi/mangle17.C: Likewise.
13803
13804         PR c++/7478
13805         * g++.dg/template/ref1.C: New test.
13806
13807 2002-10-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13808
13809         * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
13810
13811 2002-10-16  Ulrich Weigand  <uweigand@de.ibm.com>
13812
13813         * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
13814
13815 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
13816
13817         PR c++/7524
13818         * g++.dg/init/array7.C: New test.
13819
13820 2002-10-15  Mark Mitchell  <mark@codesourcery.com>
13821
13822         * g++.dg/init/array6.C: New test.
13823
13824         * g++.dg/abi/mangle13.C: Likewise.
13825         * g++.dg/abi/mangle14.C: Likewise.
13826         * g++.dg/abi/mangle15.C: Likewise.
13827
13828 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
13829
13830         * g++.dg/abi/empty8.C: New test.
13831
13832 2002-10-15  Nathan Sidwell  <nathan@codesourcery.com>
13833
13834         * g++.dg/init/ctor1.C: New test.
13835
13836 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
13837
13838         * gcc.c-torture/execute/20021015-1.c: New test.
13839
13840 2002-10-15  J"orn Rennecke <joern.rennecke@superh.com>
13841
13842         * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
13843
13844 2002-10-14  Jan Hubicka  <jh@suse.cz>
13845
13846         * gcc.dg/i386-ssetype-[1-5].c: New tests.
13847
13848 2002-10-14  Richard Henderson  <rth@redhat.com>
13849
13850         * gcc.dg/20020219-1.c: Disable for 16-bit targets.
13851
13852 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
13853
13854         PR optimization/6631
13855         * g++.dg/opt/const2.C: New test.
13856
13857 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
13858
13859         PR c++/7176
13860         * g++.dg/parse/friend1.C: New test.
13861         * g++.old-deja/g++.pt/memtemp64.C: Adjust.
13862
13863 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
13864
13865         * gcc.dg/20021014-1.c: New test.
13866
13867 2002-10-11  Mark Mitchell  <mark@codesourcery.com>
13868
13869         PR c++/5661
13870         * g++.dg/ext/vlm1.C: New test.
13871         * g++.dg/ext/vlm2.C: Likewise.
13872
13873         * g++.dg/init/array1.C: Remove invalid braces.
13874         * g++.dg/init/brace1.C: New test.
13875         * g++.dg/init/copy2.C: Likewise.
13876         * g++.dg/init/copy3.C: Likewise.
13877         * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
13878         * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
13879         braces.
13880
13881 2002-10-11  Neil Booth  <neil@daikokuya.co.uk>
13882
13883         * gcc.dg/cpp/assembler.S: Don't use -ansi.
13884
13885 2002-10-11  Richard Shann  <richard.shann@superh.com>
13886
13887         * gcc.c-torture/compile/simd-5.c: New test.
13888
13889 2002-10-10  Roger Sayle  <roger@eyesopen.com>
13890
13891         * gcc.c-torture/execute/shiftopt-1.c: New test case.
13892
13893 2002-10-10  Jim Wilson  <wilson@redhat.com>
13894
13895         * gcc.c-torture/execute/20021010-1.c: New test.
13896
13897 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
13898
13899         PR c/7353
13900         * g++.dg/ext/typedef-init.C: New test.
13901         * gcc.dg/typedef-init.c: New test.
13902
13903 2002-10-09  Neil Booth  <neil@daikokuya.co.uk>
13904
13905         * gcc.dg/cpp/paste13.c: New test.
13906
13907 2002-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13908
13909         * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs.  For
13910         remaining platforms, XFAIL during compile, not execute.  Don't
13911         XFAIL at -O0.
13912
13913 2002-10-08  Nathan Sidwell  <nathan@codesourcery.com>
13914
13915         * gcc.dg/alias-1.c: Tweak expected warning.
13916
13917 2002-10-06  D.Venkatasubramanian <dvenkat@noida.hcltech.com>
13918
13919         * gcc.dg/20020411-1.c: Disable for 16-bit "int".
13920
13921 2002-10-06  Andreas Jaeger  <aj@suse.de>
13922
13923         * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
13924         * gcc.dg/cpp/c++98.C: Likewise.
13925
13926         * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
13927         * g++.dg/cpp/c++98.C: Likewise.
13928
13929         * g++.dg/README (Subdirectories): Mention cpp directory.
13930
13931         PR target/7559
13932         * gcc.dg/20021006-1.c: New test.
13933
13934 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13935
13936         PR c++/7804
13937         * g++.dg/other/warning1.C: New test.
13938
13939 2002-10-04  Roger Sayle  <roger@eyesopen.com>
13940
13941         * gcc.c-torture/execute/20020720-1.x:  XFAIL instead of skipping
13942         the test on failing platforms.  Mark sparcv9-*-*, sparc64-*-*
13943         and sparc-*-* with -m64 as expected failures.  See PR 8087.
13944
13945 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
13946
13947         PR c++/7931
13948         * g++.dg/template/ptrmem3.C: New test.
13949
13950         PR c++/7754
13951         * g++.dg/template/union1.C: New test.
13952
13953 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
13954
13955         PR c++/8006
13956         * g++.dg/abi/mangle9.C: New test.
13957         * g++.dg/abi/mangle10.C: New test.
13958         * g++.dg/abi/mangle11.C: New test.
13959         * g++.dg/abi/mangle12.C: New test.
13960
13961 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
13962
13963         PR c++/7188.
13964         * g++.dg/template/meminit1.C: New test.
13965         * g++.dg/warn/Wreorder-1.C: Likewise.
13966         * g++.old-deja/g++.mike/warn3.C: Tweak.
13967         * lib/prune.exp: Ingore "in copy constructor".
13968
13969 2002-10-02  Andreas Jaeger  <aj@suse.de>
13970
13971         * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
13972         gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
13973         g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
13974         on x86-64.
13975
13976 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
13977
13978         * gcc.dg/empty1.C: Fix typo.
13979
13980 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
13981
13982         * gcc.dg/alias-1.c: New test.
13983
13984 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
13985
13986         * gcc.dg/empty1.C: New test.
13987
13988         * g++.dg/tls/init-2.C: Tweak error messages.
13989
13990 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
13991
13992         * gcc.c-torture/compile/20020923-1.c: New test.
13993
13994 2002-09-30  Jason Thorpe  <thorpej@wasabisystems.com>
13995
13996         * gcc.c-torture/execute/ffs-1.c: New test.
13997         * gcc.c-torture/execute/ffs-2.c: Ditto.
13998
13999 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
14000
14001         * g++.dg/overload/member1.C: New test.
14002
14003 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
14004
14005         * g++.dg/abi/empty7.C: New test.
14006         * g++.dg/init/pm2.C: Likewise.
14007
14008 2002-09-29  Nathan Sidwell  <nathan@codesourcery.com>
14009
14010         * g++.dg/rtti/crash1.C: New test.
14011
14012 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
14013
14014         * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
14015         gcc.dg/sibcall-4.c: New tests.
14016
14017 2002-09-28  Roger Sayle  <roger@eyesopen.com>
14018
14019         * gcc.c-torture/execute/20020720-1.x: No longer skip test on
14020         powerpc and MMIX targets.
14021
14022 2002-09-27  Zack Weinberg  <zack@codesourcery.com>
14023
14024         * gcc.dg/cpp/20020927-1.c: New.
14025
14026 2002-09-26  David S. Miller  <davem@redhat.com>
14027
14028         * gcc.c-torture/compile/trunctfdf.c: New.
14029
14030 2002-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14031
14032         * lib/target-supports.exp (check_weak_available): Handle solaris2.
14033
14034 2002-09-27  Alan Modra  <amodra@bigpond.net.au>
14035
14036         * gcc.c-torture/execute/loop-15.c: New.
14037
14038 2002-09-26  Janis Johnson  <janis187@us.ibm.com>
14039
14040         * README.QMTEST: Fix typo.
14041
14042 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
14043
14044         * gcc.dg/20020926-1.c: New test.
14045
14046 2002-09-25  David S. Miller  <davem@redhat.com>
14047
14048         PR target/7842
14049         * gcc.c-torture/execute/shiftdi.c: New test.
14050
14051 2002-09-26  Richard Earnshaw  <rearnsha@arm.com>
14052
14053         * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
14054         unique to the tool.
14055         * lib/g77.exp (g77_init): Likewise.
14056         * lib/g++.exp (g++_init): Likewise.
14057         * lib/objc.exp (objc_init): Likewise.
14058
14059 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
14060
14061         * gcc/testsuite/g++.dg/abi/empty5.C: New test.
14062         * gcc/testsuite/g++.dg/abi/empty6.C: New test.
14063         * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
14064
14065 2002-09-25  Richard Henderson  <rth@redhat.com>
14066
14067         * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
14068         too-small long double.
14069
14070 2002-09-23  Hans-Peter Nilsson  <hp@axis.com>
14071
14072         * gcc.dg/20020919-1.c: New test.
14073
14074 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
14075
14076         * g++.dg/abi/bitfield6.C: New test.
14077         * g++.dg/abi/bitfield7.C: New test.
14078         * g++.dg/abi/bitfield8.C: New test.
14079         * g++.dg/abi/vbase11.C: New test.
14080
14081 2002-09-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14082
14083         * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
14084         hppa*-*-hpux*.  Update test comment.
14085
14086 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
14087
14088         * gcc.dg/tls/struct-1.c: New test.
14089
14090 2002-09-20  Neil Booth  <neil@daikokuya.co.uk>
14091
14092         * gcc.dg/cpp/tr-warn2.c: Update.
14093
14094 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
14095
14096         * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
14097
14098 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
14099
14100         * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
14101         systems.
14102
14103 2002-09-20  Hans-Peter Nilsson  <hp@bitrange.com>
14104
14105         * gcc.c-torture/execute/ieee/mzero3.c: New test.
14106
14107         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
14108         Adjust for c++filt moved to binutils.  Remove spurious duplicate
14109         setting of cxxfilt.
14110
14111 2002-09-19  Geoffrey Keating  <geoffk@apple.com>
14112
14113         * gcc.dg/20020312-2.c: Update for darwin.
14114
14115 2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
14116
14117         * g++.old-deja/g++.other/crash32.C: Mark ICE.
14118
14119 2002-09-17  Nicola Pero  <n.pero@mi.flashnet.it>
14120
14121         * objc.dg/comp-types-1.m: New test.
14122         * objc.dg/comp-types-2.m: New test.
14123         * objc.dg/comp-types-3.m: New test.
14124         * objc.dg/comp-types-4.m: New test.
14125         * objc.dg/comp-types-5.m: New test.
14126         * objc.dg/comp-types-6.m: New test.
14127
14128 2002-09-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14129
14130         * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
14131
14132 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
14133
14134         * g++.dg/other/do1.C: New test.
14135
14136         * g++.dg/template/subst1.C: New test.
14137
14138 2002-09-16  Steve Ellcey  <sje@cup.hp.com>
14139
14140         * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
14141
14142 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
14143
14144         * g++.dg/template/qualttp20.C: Adjust expected errors.
14145         * g++.old-deja/g++.jason/report.C: Likewise.
14146         * g++.old-deja/g++.other/qual1.C: Likewise.
14147
14148         * g++.dg/lookup/scoped2.C: New test.
14149
14150         * g++.dg/ext/asm3.C: New test.
14151
14152 2002-09-16  Richard Earnshaw  <rearnsha@arm.com>
14153
14154         * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
14155
14156 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
14157
14158         * ChangeLog: follow spelling conventions.
14159         * g++.old-deja/g++.abi/ptrmem.C: Likewise.
14160         * g++.old-deja/g++.bugs/900210_05.C: Likewise.
14161         * g++.old-deja/g++.bugs/900211_04.C: Likewise.
14162         * g++.old-deja/g++.bugs/900321_02.C: Likewise.
14163         * g++.old-deja/g++.bugs/900404_02.C: Likewise.
14164         * g++.old-deja/g++.bugs/900520_06.C: Likewise.
14165         * g++.old-deja/g++.law/global-init1.C: Likewise.
14166         * g++.old-deja/g++.other/delete4.C: Likewise.
14167         * g++.old-deja/g++.other/inline21.C: Likewise.
14168         * g++.old-deja/g++.other/singleton.C: Likewise.
14169         * g77.dg/strlen0.f: Likewise.
14170         * g77.f-torture/compile/20010519-1.f: Likewise.
14171         * g77.f-torture/compile/980310-4.f: Likewise.
14172         * gcc.c-torture/compile/20000605-1.c: Likewise.
14173         * gcc.c-torture/execute/20020225-1.c: Likewise.
14174         * gcc.dg/c90-hexfloat-2.c: Likewise.
14175         * gcc.dg/c99-bool-1.c: Likewise.
14176         * gcc.dg/c99-hexfloat-2.c: Likewise.
14177         * gcc.dg/dll-2.c: Likewise.
14178         * gcc.dg/wtr-union-init-1.c: Likewise.
14179         * gcc.dg/wtr-union-init-2.c: Likewise.
14180         * gcc.dg/wtr-union-init-3.c: Likewise.
14181         * gcc.dg/cpp/avoidpaste1.c: Likewise.
14182         * gcc.dg/cpp/defined.c: Likewise.
14183         * gcc.dg/cpp/macsyntx.c: Likewise.
14184         * gcc.dg/cpp/paste2.c: Likewise.
14185         * gcc.dg/cpp/trad/defined.c: Likewise.
14186         * gcc.dg/format/c90-printf-1.c: Likewise.
14187         * gcc.dg/format/c90-scanf-1.c: Likewise.
14188         * gcc.dg/format/c99-printf-1.c: Likewise.
14189         * gcc.dg/format/c99-scanf-1.c: Likewise.
14190         * gcc.misc-tests/gcov-8.c: Likewise.
14191         * lib/profopt.exp: Likewise.
14192
14193 2002-09-15  Krister Walfridsson  <cato@df.lth.se>
14194
14195         * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
14196
14197 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
14198
14199         * g++.dg/inherit/using2.C: New test.
14200
14201 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
14202
14203         * ChangeLog: Follow spelling conventions.
14204         * g++.dg/template/friend4.C: Likewise.
14205         * g++.old-deja/g++.pt/crash67.C: Likewise.
14206         * gcc.c-torture/execute/20000801-4.c: Likewise.
14207         * gcc.dg/c90-digraph-1.c: Likewise.
14208         * gcc.dg/c94-digraph-1.c: Likewise.
14209         * gcc.dg/c99-digraph-1.c: Likewise.
14210         * gcc.dg/cpp/line5.c: Likewise.
14211         * gcc.dg/cpp/multiline.c: Likewise.
14212         * gcc.dg/cpp/trad/literals-1.c: Likewise.
14213         * gcc.dg/format/attr-3.c: Likewise.
14214         * gcc.dg/format/c90-scanf-3.c: Likewise.
14215         * gcc.dg/format/ext-4.c: Likewise.
14216
14217 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
14218
14219         * g++.dg/template/pretty1.C: New test.
14220
14221 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
14222
14223         * gcc.c-torture/execute/struct-cpy-1.c: New test.
14224
14225 2002-09-13  Matt Austern  <austern@apple.com>
14226
14227         * testsuite/g++.dg/other/constref[12].C: New, regression tests for
14228         passing a cast expression to a function by const reference.
14229
14230 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
14231
14232         * g++.dg/template/deduce1.C: New test.
14233
14234 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
14235
14236         * gcc.c-torture/execute/simd-1.c: Force all use of int to
14237         32-bit int.
14238
14239 2002-09-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14240
14241         * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
14242         usage.
14243
14244 2002-09-10  Richard Earnshaw  <rearnsha@arm.com>
14245
14246         * gcc.c-torture/compile/20020910-1.c: New test.
14247
14248 2002-09-10  Frank Ch. Eigler  <fche@redhat.com>
14249
14250         * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
14251
14252 2002-09-10  Andreas Jaeger  <aj@suse.de>
14253
14254         * gcc.dg/20020312-2.c: Adjust for x86-64.
14255
14256 2002-09-08  Toon Moene  <toon@moene.indiv.nluug.nl>
14257
14258         * g77.dg/7388.f: New test case for PR 7388.
14259
14260 2002-09-07  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
14261
14262         * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
14263
14264 2002-09-05  Ziemowit Laski <zlaski@apple.com>
14265
14266         * objc.dg/proto-lossage-1.m: New test.
14267
14268 2002-09-06  Neil Booth  <neil@daikokuya.co.uk>
14269
14270         * gcc.dg/cpp/_Pragma4.c: Fix typo.
14271
14272 2002-09-06  Nicola Pero  <n.pero@mi.flashnet.it>
14273
14274         * objc/execute/formal_protocol-6.x: Removed.  This testcase is now
14275         expected to pass.
14276
14277 2002-09-06  Stan Shebs  <shebs@apple.com>
14278             David Edelsohn  <edelsohn@gnu.org>
14279
14280         * gcc.dg/weak: New directory.
14281         * gcc.dg/weak-[1-9].c: Move to new directory, remove all
14282         target-specific xfail bits.
14283         * gcc.dg/typeof-2.c: Move to new directory.
14284         * gcc.dg/weak.exp: New expect script.
14285
14286 2002-09-06  Alan Modra  <amodra@bigpond.net.au>
14287
14288         * gcc.c-torture/execute/extzvsi.c: New test.
14289
14290 2002-09-05  Stan Shebs  <shebs@apple.com>
14291
14292         * gcc.dg/weak-1.c: xfail on Darwin.
14293         * gcc.dg/weak-2.c: Ditto.
14294         * gcc.dg/weak-3.c: Ditto.
14295         * gcc.dg/weak-4.c: Ditto.
14296         * gcc.dg/weak-5.c: Ditto.
14297         * gcc.dg/weak-6.c: Ditto.
14298         * gcc.dg/weak-7.c: Ditto.
14299         * gcc.dg/weak-8.c: Ditto.
14300         * gcc.dg/weak-9.c: Ditto.
14301
14302 2002-09-05  J"orn Rennecke <joern.rennecke@superh.com>
14303
14304         * gcc.c-torture/execute/loop-14.c: New test.
14305
14306 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
14307
14308         * g++.dg/other/cxa-atexit1.C: New test.
14309
14310         * gcc.dg/typeof-2.c: New test.
14311
14312 2002-09-03  Roger Sayle  <roger@eyesopen.com>
14313
14314         * gcc.dg/builtins-2.c: New testcase.
14315         * gcc.dg/builtins-3.c: New testcase.
14316
14317 2002-09-03  Neil Booth  <neil@daikokuya.co.uk>
14318
14319         * gcc.dg/cpp/_Pragma4.c: New test.
14320
14321 2002-09-03  Nicola Pero  <n.pero@mi.flashnet.it>
14322
14323         * objc/execute/nil_method-1.m: New testcase.
14324
14325 2002-09-01  Nicola Pero  <n.pero@mi.flashnet.it>
14326
14327         * objc/execute/class-tests-1.h (test_class_with_superclass): Call
14328         [Object class], not [Object initialize].
14329
14330 2002-08-31  Roger Sayle  <roger@eyesopen.com>
14331             Hans-Peter Nilsson  <hp@bitrange.com>
14332
14333         * gcc.c-torture/execute/20020720-1.x: Skip test on
14334         mmix-knuth-mmixware.  Correct comment.
14335
14336 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
14337
14338         * testsuite/g++.dg/abi/bitfield5.C: New test.
14339         * testsuite/g++.dg/abi/vbase10.C: Likewise.
14340
14341 2002-08-27  Nicola Pero  <n.pero@mi.flashnet.it>
14342
14343         * objc.dg/undeclared-selector.m: New test.
14344
14345 2002-08-27  Nathan Sidwell  <nathan@codesourcery.com>
14346
14347         * g++.dg/other/offsetof1.C: Avoid cast warning.
14348
14349 2002-08-26  Ziemowit Laski  <zlaski@apple.com>
14350
14351         * objc.dg/super-class-2.m: New test.
14352
14353 2002-08-24  Matt Austern  <austern@apple.com>
14354
14355         * g++.dg/ext/lvaddr.C: New test.
14356         * g++.dg/ext/lvcast.C: New test.
14357
14358 2002-08-22  Mark Mitchell  <mark@codesourcery.com>
14359
14360         * testsuite/g++.dg/inherit/cond1.C: New test.
14361
14362 2002-08-22  Geoffrey Keating  <geoffk@redhat.com>
14363
14364         * gcc.dg/noncompile/incomplete-1.c: New test.
14365
14366 2002-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
14367
14368         * gcc.dg/typespec-1.c: New test.
14369
14370 2002-08-20  Devang Patel  <dpatel@apple.com>
14371         * objc.dg/proto-hier-2.m: New test.
14372
14373 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
14374
14375         * objc.dg/bitfield-1.m: New test.
14376         * objc.dg/bitfield-2.m: New test.
14377
14378 2002-08-17  Joseph S. Myers  <jsm@polyomino.org.uk>
14379
14380         * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
14381         gcc.dg/c99-flex-array-4.c: New tests.
14382
14383 2002-08-16  Stan Shebs  <shebs@apple.com>
14384
14385         * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
14386
14387 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
14388
14389         * gcc.dg/typeof-1.c: New test.
14390         * g++.dg/ext/typeof2.C: New test.
14391
14392 2002-08-15  Nathan Sidwell  <nathan@codesourcery.com>
14393
14394         * g++.dg/other/offsetof1.C: New test.
14395
14396 2002-08-14  Richard Henderson  <rth@redhat.com>
14397
14398         * gcc.dg/tls/diag-3.c: Fix expected message strings.
14399
14400 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
14401
14402         * gcc.dg/cpp/_Pragma3.c: New test.
14403
14404 2002-08-13  Mark Mitchell  <mark@codesourcery.com>
14405
14406         * g++.dg/template/inherit3: New test.
14407
14408 2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
14409
14410         * gcc.dg/bitfld-4.c: Add blank options.
14411
14412 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
14413
14414         * g++.dg/template/crash1.C: New test.
14415
14416 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
14417
14418         * gcc.dg/tls/opt-2.c: New test.
14419
14420 2002-08-08  Devang Patel  <dpatel@apple.com>
14421
14422         * objc.dg/selector-1.m : New test
14423
14424 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
14425
14426         * g++.dg/abi/bitfield4.C: New test.
14427         * gcc.dg/bitfld-4.c: New test.
14428
14429 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
14430
14431         * g++.dg/other/packed1.C: New test.
14432
14433 2002-08-07  Mark Mitchell  <mark@codesourcery.com>
14434
14435         * g++.dg/abi/offsetof.C: Tweak error messages.
14436         * g++.old-deja/g++.mike/p10769a.C: Likewise.
14437
14438 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
14439
14440         * gcc.dg/bitfld-3.c: New test.
14441
14442 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
14443             Richard Henderson  <rth@redhat.com>
14444
14445         * gcc.dg/i386-bitfield1.c: New test.
14446         * g++.dg/abi/bitfield3.C: Update.
14447
14448 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
14449
14450         * objc.dg/const-str-2.m: Update.
14451         * gcc.dg/cpp/c++98.c: Change to C extension.
14452         * gcc.dg/cpp/c++98-pedantic.c: Similarly.
14453         * gcc.dg/cpp/cpp.exp: Process .C extensions too.
14454
14455 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
14456
14457         * testsuite/gcc.dg/tls/diag-3.c: New.
14458
14459 2002-08-07  Gabriel Dos Reis  <gdr@nerim.net>
14460
14461         * g++.dg/README (Subdirectories): Document new subdir expr.
14462         * g++.dg/expr/pmf-1.C: New test.
14463
14464 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
14465
14466         * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
14467
14468 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
14469
14470         * g++.dg/abi/bitfield3.C: New test.
14471
14472 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
14473
14474         * lib/gcov.exp: Tweak expected line formats.
14475         * gcc.misc-tests/gcov8.c: New test.
14476         * gcc.misc-tests/gcov8.x: New flags.
14477
14478 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
14479
14480         * consistency.vlad/layout/endian.c: Include string.h.
14481
14482         * gcc.c-torture/execute/20020805-1.c: New test.
14483
14484 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
14485
14486         * g++.dg/other/conversion1.C: New test.
14487
14488 2002-08-03  Roger Sayle  <roger@eyesopen.com>
14489
14490         * gcc.dg/builtins-1.c: New testcase.
14491
14492 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
14493
14494         * g++.dg/inherit/access3.C: New test.
14495
14496 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
14497
14498         * gcc.dg/ia64-visibility-2.c: New test.
14499
14500 2002-08-01  Benjamin Kosnik   <bkoz@redhat.com>
14501
14502         * g++.old-deja/g++.abi/ptrflags.C (expect): Change
14503         __qualifier_flags to __flags.
14504
14505 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
14506
14507         * g++.dg/inherit/operator1.C: New test.
14508         * g++.dg/lookup/disamb1.C: Fix typo in comment.
14509         * g++.dg/other/error1.C: Change expected error message.
14510         * g++.dg/template/conv4.C: Likewise.
14511
14512 2002-07-26  Neil Booth  <neil@daikokuya.cop.uk>
14513
14514         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
14515         for documented behavior.
14516
14517 2002-07-25  Roger Sayle  <roger@eyesopen.com>
14518
14519         * gcc.c-torture/execute/20020720-1.x: Skip this test on
14520         several targets known to fail.
14521
14522 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
14523
14524         * gcc.dg/mips-args-[123].c: New tests.
14525
14526 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
14527
14528         * gcc.dg/ppc-spe.c: New.
14529
14530 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
14531
14532         * g++.dg/other/ptrmem4.C: New testcase.
14533
14534 2002-07-24  Richard Henderson  <rth@redhat.com>
14535
14536         * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
14537
14538 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
14539
14540         * g++.dg/ext/alignof1.C (main): Return 0 for success.
14541
14542 2002-07-24  Roger Sayle  <roger@eyesopen.com>
14543
14544         * gcc.c-torture/execute/memset-3.c: New testcase.
14545
14546 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
14547
14548         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
14549         gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
14550
14551 2002-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14552
14553         * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
14554         Delete.
14555
14556 2002-07-23  J"orn Rennecke <joern.rennecke@superh.com>
14557
14558         * gcc.c-torture/compile/simd-4.c: New test.
14559
14560 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14561
14562         PR c++/7347, c++/7348
14563         * g++.dg/template/access4.C: New test.
14564         * g++.dg/template/access5.C: New test.
14565         * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
14566         * g++.old-deja/g++.pt/memtemp86.C: Likewise.
14567         * g++.old-deja/g++.pt/ttp58.C: Likewise.
14568         * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
14569
14570 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
14571
14572         * gcc.dg/gnu89-init-2.c: New test.
14573
14574 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
14575
14576         * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
14577
14578 2002-07-20  Roger Sayle  <roger@eyesopen.com>
14579
14580         * gcc.c-torture/execute/20020720-1.c: New testcase.
14581
14582 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
14583
14584         * gcc.dg/cpp/Wsignprom.c: New tests.
14585
14586 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
14587
14588         * gcc.c-torture/execute/loop-13.c: New test.
14589
14590 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
14591
14592         * gcc.dg/cpp/expr.c: New tests.
14593
14594 2002 07-18  David Edelsohn  <edelsohn@gnu.org>
14595
14596         * g++.dg/opt/pr6713.C: Add template instantiation.
14597
14598 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
14599
14600         * gcc.dg/nest.c: New test.
14601
14602 2002-07-17  Richard Henderson  <rth@redhat.com>
14603
14604         * g++.dg/opt/pr6713.C: New test.
14605
14606 2002-07-17  Eric Botcazou  <ebotcazou@multimania.com>
14607
14608         * gcc.c-torture/execute/loop-2e.x: Let the testcase
14609         XFAIL for all x86 processors.
14610
14611 2002-07-17  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
14612
14613         * gcc.c-torture/execute/20010122-1.x: Do not test with
14614         -fomit-frame-pointer.
14615
14616 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14617
14618         * g++.dg/template/instantiate2.C: New test.
14619         * g++.dg/template/spec4.C: New test.
14620
14621 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14622
14623         * g++.dg/template/access2.C: New test.
14624         * g++.dg/template/access3.C: New test.
14625
14626 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
14627
14628         * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
14629         c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
14630         c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
14631         c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
14632         Convert to use <stdarg.h>.
14633         * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
14634         Delete.
14635         * gcc.dg/va-arg-2.c: New.
14636         * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
14637
14638 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
14639
14640         * gcc.c-torture/compile/20020710-1.c: New test.
14641
14642 2002-07-11  J"orn Rennecke <joern.rennecke@superh.com>
14643                           Andrew Pinski  <pinskia@physics.uc.edu>
14644
14645         gcc.c-torture/compile/simd-2.c: New testcase.
14646         gcc.c-torture/compile/simd-3.c: Likewise.
14647
14648 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
14649
14650         PR c++/7224
14651         * g++.dg/overload/error1.C: New test.
14652
14653 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14654
14655         * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
14656         configuration and IRIX 6 O32 ABI.
14657
14658 2002-07-11  Roger Sayle  <roger@eyesopen.com>
14659
14660         * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
14661
14662 2002-07-10  Roger Sayle  <roger@eyesopen.com>
14663
14664         * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
14665
14666 2002-07-10  Jeffrey A Law  <law@redhat.com>
14667
14668         * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
14669
14670         * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.
14671
14672 2002-07-09  Aldy Hernandez  <aldyh@redhat.com>
14673
14674         * gcc.dg/20020312-2.c: Check for __PPC__.
14675
14676 2002-07-09  Diego Novillo  <dnovillo@redhat.com>
14677
14678         * gcc.c-torture/compile/20020709-1.c: New test.
14679
14680 2002-07-07  Roger Sayle  <roger@eyesopen.com>
14681
14682         * g++.dg/template/qualttp21.C: New test case.
14683
14684 2002-07-06  Alexandre Oliva  <aoliva@redhat.com>
14685
14686         * gcc.c-torture/compile/20020706-1.c: New test.
14687         * gcc.c-torture/compile/20020706-2.c: New test.
14688
14689 2002-07-06  Brian R. Gaeke  <brg@dgate.ORG>
14690             Alexandre Oliva  <aoliva@redhat.com>
14691
14692         * g++.dg/warn/incomplete1.C: New test.
14693
14694 2002-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14695
14696         PR c++/7099
14697         * g++.dg/warn/noreturn1.C: New test.
14698
14699 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
14700
14701         PR c++/6706
14702         * g++.dg/debug/debug6.C: New test.
14703         * g++.dg/debug/debug7.C: New test.
14704
14705 2002-07-04  J"orn Rennecke <joern.rennecke@superh.com>
14706
14707         * gcc.c-torture/compile/simd-3.c: New test.
14708
14709 2002-07-03  Chris Demetriou  <cgd@broadcom.com>
14710
14711         * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
14712         * gcc.dg/20020620-1.c: Likewise.
14713
14714 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14715
14716         PR c++/6944
14717         * g++.dg/init/array4.C: New test.
14718         * g++.dg/init/array5.C: New test.
14719
14720 2002-07-03  J"orn Rennecke <joern.rennecke@superh.com>
14721
14722         * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
14723         * gcc.c-torture/execute/simd-2.c (main): Likewise.
14724
14725 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14726
14727         * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
14728         * gcc.dg/wtr-aggr-init-1.c: Likewise.
14729         * gcc.dg/wtr-conversion-1.c: Likewise.
14730         * gcc.dg/wtr-escape-1.c: Likewise.
14731         * gcc.dg/wtr-int-type-1.c: Likewise.
14732         * gcc.dg/wtr-label-1.c: Likewise.
14733         * gcc.dg/wtr-static-1.c: Likewise.
14734         * gcc.dg/wtr-strcat-1.c: Likewise.
14735         * gcc.dg/wtr-suffix-1.c: Likewise.
14736         * gcc.dg/wtr-switch-1.c: Likewise.
14737         * gcc.dg/wtr-unary-plus-1.c: Likewise.
14738         * gcc.dg/wtr-union-init-1.c: Likewise.
14739         * gcc.dg/wtr-union-init-2.c: Likewise.
14740         * gcc.dg/wtr-union-init-3.c: Likewise.
14741
14742         * gcc.dg/wtr-func-def-1.c: New test.
14743
14744 2002-07-02 Devang Patel <dpatel@apple.com>
14745
14746         * objc.dg/param-1.m: New test.
14747
14748 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
14749
14750         * gcc.dg/cpp/trad/directive.c: Add test.
14751         * gcc.dg/cpp/trad/macroargs.c: Add test.
14752         * gcc.dg/cpp/trad/recurse-3.c: Add tests.
14753
14754 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
14755
14756         * gcc.dg/cpp/cmdlne-M.c: New test.
14757
14758 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
14759
14760         * objc.dg/desig-init-1.m: New test.
14761
14762 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14763
14764         PR c++/6716
14765         * g++.dg/template/instantiate1.C: New test.
14766
14767 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
14768
14769         PR c++/7112
14770         * g++.dg/template/sizeof2.C: New test.
14771
14772 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
14773
14774         * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
14775         gcc.dg/cpp/trad/include.c: New tests.
14776
14777 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
14778
14779         PR target/7177
14780         * gcc.c-torture/compile/20020701-1.c: New test.
14781
14782 2002-07-01  Stan Shebs  <shebs@apple.com>
14783
14784         * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
14785         header here...
14786         * lib/objc-torture.exp (objc-torture-compile): ...instead of here
14787         (objc-torture-execute): or here.
14788
14789 2002-07-01  J"orn Rennecke <joern.rennecke@superh.com>
14790
14791         * gcc.c-torture/execute/arith-rand-ll.c: New test.
14792
14793 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
14794
14795         * gcc.dg/cpp/trad/escaped-nl.c: New test.
14796
14797 2002-06-30  Devang Patel  <dpatel@apple.com>
14798
14799         * objc.dg/fsyntax-only.m: New test.
14800
14801 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
14802
14803         PR c++/6695
14804         * g++.dg/template/friend7.C: New file.
14805
14806 2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
14807
14808         * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
14809         return type.
14810
14811 2002-06-27  J"orn Rennecke <joern.rennecke@superh.com>
14812
14813         * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
14814         avoid division by zero.
14815
14816 2002-06-27  Neil Booth  <neil@daikokuya.co.uk>
14817
14818         * gcc.dg/Wunknownprag.c: New tests.
14819
14820 2002-06-25  J"orn Rennecke <joern.rennecke@superh.com>
14821
14822         * gcc.c-torture/execute/simd-2.c: New test.
14823
14824 2002-06-25  Neil Booth  <neil@daikokuya.co.uk>
14825
14826         * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
14827         gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
14828         gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
14829         gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
14830         gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
14831         gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
14832         gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
14833         gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
14834         gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
14835         gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
14836         gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
14837         gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
14838         gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
14839         gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
14840         gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
14841         gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
14842         gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
14843
14844 2002-06-24  Neil Booth  <neil@daikokuya.co.uk>
14845
14846         * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
14847         gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
14848         gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
14849         gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
14850         New tests.
14851         * gcc.dg/cpp/trad/directive.c: Update.
14852
14853 2002-06-23  Andreas Jaeger  <aj@suse.de>
14854
14855         * gcc.c-torture/execute/complex-6.c: New.
14856
14857 2002-06-22  Neil Booth  <neil@daikokuya.co.uk>
14858
14859         * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
14860         gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
14861         gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
14862         gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
14863
14864 2002-06-21  Neil Booth  <neil@daikokuya.co.uk>
14865
14866         * gcc.dg/cpp/trad: New directory with traditional tests copied
14867         from parent directory.
14868         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
14869         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
14870         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
14871         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
14872         Move to trad/ and rename.
14873         * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
14874         gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
14875         gcc.dg/cpp/trad/redef2.c: New tests.
14876         * gcc.dg/cpp/trad/trad.exp: New driver.
14877
14878 2002-06-20  Neil Booth  <neil@daikokuya.co.uk>
14879
14880         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
14881         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
14882         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
14883         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
14884         Remove.
14885
14886 2002-06-20  Richard Sandiford  <rsandifo@redhat.com>
14887
14888         * gcc.dg/20020620-1.c: New test.
14889
14890 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14891
14892         * g++.dg/template/ttp4.C: New test.
14893
14894 2002-06-19  Jakub Jelinek  <jakub@redhat.com>
14895
14896         * g++.dg/opt/vt1.C: Fix regexp.
14897
14898 2002-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14899
14900         * gcc.c-torture/execute/pure-1.c: Make functions static again.
14901         Don't use attribute `noinline'.
14902
14903 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
14904
14905         * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
14906
14907 2002-06-18  Aldy Hernandez  <aldyh@redhat.com>
14908
14909         * gcc.c-torture/execute/simd-1.c: New.
14910
14911         * gcc.dg/simd-1.c: New.
14912
14913 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
14914
14915         * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
14916
14917 2002-06-16  Richard Henderson  <rth@redhat.com>
14918
14919         * g++.dg/ext/anon-struct1.C: New.
14920         * g++.dg/ext/anon-struct2.C: New.
14921         * g++.dg/ext/anon-struct3.C: New.
14922         * gcc.dg/anon-struct-1.c: New.
14923         * gcc.dg/anon-struct-2.c: New.
14924         * gcc.dg/anon-struct-3.c: New.
14925         * gcc.dg/20011008-1.c: Adjust warning text.
14926         * gcc.dg/20020527-1.c: Add -fms-extensions.
14927
14928 2002-06-16  Richard Henderson  <rth@redhat.com>
14929
14930         * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
14931
14932 2002-06-15  Hans-Peter Nilsson  <hp@axis.com>
14933
14934         * gcc.c-torture/execute/20020615-1.c: New test.
14935
14936 2002-06-15  Roger Sayle  <roger@eyesopen.com>
14937
14938         * gcc.c-tortuture/execute/compare-1.c: New test case.
14939         * gcc.c-tortuture/execute/compare-2.c: New test case.
14940         * gcc.c-tortuture/execute/compare-3.c: New test case.
14941
14942 2002-06-13  Richard Henderson  <rth@redhat.com>
14943
14944         * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New.  Define for
14945         ia64 ilp32.
14946
14947 2002-06-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14948
14949         * g++.dg/template/typename2.C: Update error message.
14950
14951 2002-06-12  Hans-Peter Nilsson  <hp@axis.com>
14952
14953         * gcc.c-torture/execute/20020611-1.c: New test.
14954
14955 2002-06-11  Bob Wilson  <bob.wilson@acm.org>
14956
14957         * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
14958         list of targets to skip.
14959
14960 2002-06-10  Bob Wilson  <bob.wilson@acm.org>
14961
14962         * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
14963         targets if not optimizing.
14964
14965 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
14966
14967         * gcc.c-torture/compile/20020605-1.c: New test.
14968
14969         * g++.dg/opt/vt1.C: New test.
14970
14971         * gcc.dg/20020531-1.c: New test.
14972
14973         * gcc.dg/20020530-1.c: New test.
14974
14975         * gcc.dg/20020527-1.c: New test.
14976
14977         * g++.dg/opt/cse1.C: New test.
14978
14979 2002-06-07  Roger Sayle  <roger@eyesopen.com>
14980
14981         * gcc.dg/20020607-2.c: New test case.
14982
14983 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
14984
14985         * gcc.c-torture/compile/20020604-1.c: New test.
14986
14987 2002-06-04  Richard Henderson  <rth@redhat.com>
14988
14989         * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
14990         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
14991         * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
14992
14993 2002-06-04  Aldy Hernandez  <aldyh@redhat.com>
14994
14995         * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
14996
14997 2002-06-03  Richard Henderson  <rth@redhat.com>
14998
14999         * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
15000         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
15001
15002 2002-06-02  Richard Henderson  <rth@redhat.com>
15003
15004         * gcc.c-torture/execute/pure-1.c: Don't mark any of the
15005         test functions static.
15006
15007 2002-06-02  Andreas Jaeger  <aj@suse.de>
15008
15009         * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
15010         now.
15011
15012 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
15013
15014         * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
15015         gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
15016         Update for mofified diagnostics.
15017         * gcc.dg/c99-intconst-1.c: No longer fail.
15018
15019 2002-06-02  Richard Henderson  <rth@redhat.com>
15020
15021         * gcc.dg/uninit-A.c: Remove xfail markers.
15022
15023 2002-06-01  Roger Sayle  <roger@eyesopen.com>
15024
15025         * gcc.dg/fnegate-1.c: New test case.
15026
15027 2002-05-30  Osku Salerma  <osku@iki.fi>
15028
15029         * gcc.c-torture/execute/mayalias-1.c: New file.
15030
15031 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
15032
15033         * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
15034         gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
15035         gcc.dg/cpp/if-1.c: Update for modified diagnostics.
15036
15037 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
15038
15039         * gcc.c-torture/execute/20020529-1.c: New test.
15040
15041 2002-05-27  Richard Henderson  <rth@redhat.com>
15042
15043         * g++.dg/ext/attrib6.C: New test case.
15044
15045 2002-05-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15046
15047         * gcc.c-torture/execute/pure-1.c: New test.
15048
15049 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
15050
15051         * gcc.dg/cpp/arith-2.c: Remove.
15052
15053 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
15054
15055         * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
15056         * gcc.dg/cpp/if-3.c: Remove.
15057
15058 2002-05-26  Jakub Jelinek  <jakub@redhat.com>
15059
15060         * g++.dg/opt/cse2.C: New test.
15061
15062 2002-05-26  Neil Booth  <neil@daikokuya.demon.co.uk>
15063
15064         * gcc.dg/cpp/arith-1.c: New semantic tests.
15065         * gcc.dg/cpp/if-1.c: Update.
15066
15067 2002-05-24  Ben Elliston  <bje@redhat.com>
15068
15069         * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
15070
15071 2002-05-24  Jakub Jelinek  <jakub@redhat.com>
15072
15073         * gcc.dg/verbose-asm.c: New test.
15074
15075 2002-05-24  Neil Booth  <neil@daikokuya.demon.co.uk>
15076
15077         * gcc.dg/cpp/paste12.c: New test.
15078
15079 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
15080
15081         * g++.dg/parse/named_ops.C: New test.
15082
15083 2002-05-23  Mark Mitchell  <mark@codesourcery.com>
15084
15085         * gcc/testsuite/gcc.dg/weak-8.c: New test.
15086
15087 2002-05-23  J"orn Rennecke <joern.rennecke@superh.com>
15088
15089         * gcc.dg/weak-2.c: Allow optional leading underscore
15090         in scan-assembler symbol name.
15091         * gcc.dg/weak-3.c: Likewise.
15092         * gcc.dg/weak-4.c: Likewise.
15093         * gcc.dg/weak-5.c: Likewise.
15094
15095 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
15096
15097         * gcc.dg/20020523-1.c: New test.
15098
15099 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
15100
15101         * objc.dg/const-str-2.m: Update now that we stop after
15102         a command line error.
15103
15104 2002-05-22  Richard Henderson  <rth@redhat.com>
15105
15106         * g++.dg/dg.exp: Fix typo in test pruneing.
15107
15108 2002-05-22  Richard Henderson  <rth@redhat.com>
15109
15110         * g++.dg/dg.exp: Prune the tls subdirectory.
15111         * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
15112         * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
15113         * g++.dg/tls/init-1.C: New.
15114
15115 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
15116
15117         * gcc.dg/20020517-1.c: New test.
15118
15119 2002-05-21  Richard Henderson  <rth@redhat.com>
15120
15121         * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
15122         gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
15123
15124 2002-05-21  Brian R. Gaeke  <brg@dgate.ORG>
15125
15126         * g++.dg/other/copy2.C: New test.
15127
15128 2002-05-20  J"orn Rennecke <joern.rennecke@superh.com>
15129
15130         * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
15131         (MAX_COPY): Bump up to 10 times sizeof (long long).
15132         (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
15133
15134         * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
15135         sizeof (long long).
15136
15137         * gcc.c-torture/execute/strcpy-1.c: New test.
15138
15139 2002-05-19  Jason Merrill  <jason2redhat.com>
15140
15141         * g++.dg/ext/oper1.C: New test.
15142
15143 2002-05-20  David Billinghurst <David.Billinghurst@riotinto.com>
15144 2002-05-19  Mark Mitchell  <mitchell@doubledemon.codesourcery.com>
15145
15146         * README.QMTEST: New file.
15147
15148         * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
15149
15150 2002-05-19  Andreas Jaeger  <aj@suse.de>
15151
15152         * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
15153         now.
15154         * gcc.c-torture/execute/loop-2d.x: Likewise.
15155
15156 2002-05-19  David Billinghurst <David.Billinghurst@riotinto.com>
15157
15158         * gcc.dg/weak-2.c:  xfail warnings for platforms that don't
15159         support weak symbols.
15160         * gcc.dg/weak-4.c: Likewise
15161         * gcc.dg/weak-6.c: Likewise
15162
15163 2002-05-16  David.Billinghurst <David.Billinghurst@riotinto.com>
15164
15165         * gcc.dg/weak-3.c: Add dg-excess-error comment for
15166         cygwin, coff and h8300-*-hms targets
15167         * gcc.dg/weak-5.c: Likewise
15168         * gcc.dg/weak-7.c: Likewise
15169
15170 2002-05-16  Jason Merrill  <jason@redhat.com>
15171
15172         * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
15173         (scan-assembler-not, scan-assembler-dem): Likewise.
15174         (scan-assembler-dem-not): Likewise.
15175
15176 2002-05-15  Richard Henderson  <rth@redhat.com>
15177
15178         * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
15179
15180 2002-05-15  Richard Henderson  <rth@redhat.com>
15181
15182         * gcc.dg/weak-5.c (vfoo1c): No warning here.
15183         (vfoo1f): Warning here.
15184         (vfoo1l): Don't redefine the alias.
15185
15186 2002-05-14  Jason Merrill  <jason@redhat.com>, Alexandre Oliva  <aoliva@redhat.com>
15187
15188         * g++.dg/init/pm1.C: New test.
15189
15190 2002-05-12  David S. Miller  <davem@redhat.com>
15191
15192         * gcc.c-torture/execute/conversion.c (ldnear): Use long double
15193         types.
15194
15195 2002-05-10  Roger Sayle  <roger@eyesopen.com>
15196
15197         * gcc.c-torture/execute/20020510-1.c: New test case.
15198
15199 2002-05-10  David S. Miller  <davem@redhat.com>
15200
15201         * gcc.c-torture/execute/conversion.c: Test long double too.
15202
15203 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
15204
15205         * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
15206         libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
15207         * lib/g++.exp (g++_link_flags): Likewise.
15208         * lib/objc.exp (objc_target_compile): Likewise.
15209
15210 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
15211
15212         * gcc.dg/cpp/poison.c: Update.
15213         * gcc.dg/cpp/20000625-2.c: Remove.
15214         * gcc.dg/cpp/direct2s.c: Remove final test.
15215
15216 2002-05-08  Tom Rix  <trix@redhat.com>
15217
15218         * gcc.c-torture/execute/20020508-1.c: New test.
15219         * gcc.c-torture/execute/20020508-2.c: New test.
15220         * gcc.c-torture/execute/20020508-3.c: New test.
15221
15222 2002-05-08  Neil Booth  <neil@daikokuya.demon.co.uk>
15223
15224         * gcc.dg/cpp/charconst-4.c: More tests.
15225
15226 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
15227
15228         PR c/6569
15229         * gcc.dg/weak-3.c: Update location of warning messages.
15230         * gcc.dg/weak-5.c: Likewise.
15231
15232 2002-05-06  Roger Sayle  <roger@eyesopen.com>
15233
15234         * gcc.c-torture/execute/20020506-1.c: New test case.
15235
15236 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
15237
15238         * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
15239
15240 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
15241
15242         * gcc.dg/cpp/charconst-3.c: Run, don't compile.
15243
15244 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
15245
15246         * gcc.dg/cpp/charconst-3.c: New test.
15247
15248 2002-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
15249
15250         * gcc.dg/cpp/charconst.c: Update tests.
15251
15252 2002-05-05  Tim Josling  <tej@melbpc.org.au>
15253
15254         * treelang: Added directory for new sample language treelang. Also
15255         lib/treelang.exp: New file to signal treelang should be tested.
15256
15257 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
15258
15259         * gcc.dg/cpp/cmdlne-dM-M.c: New test.
15260         * gcc.dg/cpp/cmdlne-dD-M.c: New test.
15261         * gcc.dg/cpp/cmdlne-dN-M.c: New test.
15262         * gcc.dg/cpp/cmdlne-dI-M.c: New test.
15263         * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
15264         * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
15265         * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
15266
15267 2002-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
15268
15269         * gcc.dg/format/xopen-2.c: New test.
15270
15271 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
15272
15273         * gcc.dg/20020503-1.c: New test.
15274
15275 2002-05-02  Mark Mitchell  <mark@codesourcery.com>
15276
15277         * g++.dg/init/dtor1.C: Make it tougher.
15278
15279 2002-05-01  Mark Mitchell  <mark@codesourcery.com>
15280
15281         * g++.dg/init/dtor1.C: New test.
15282
15283 2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
15284
15285         * gcc.dg/altivec-8.c: New.
15286
15287 2002-05-01  Aldy Hernandez  <aldyh@redhat.com>
15288
15289         * gcc.dg/altivec-7.c: New.
15290
15291 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
15292
15293         * g++.dg/parse/typedef1.C: New test.
15294
15295 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
15296
15297         PR c++/6486
15298         * g++.dg/template/friend6.C: New test.
15299
15300         PR c++/6492
15301         * g++.dg/init/copy1.C: New test.
15302
15303 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
15304
15305         * g++.dg/warn/effc1.C: New test.
15306
15307 2002-04-29  Neil Booth  <neil@daikokuya.demon.co.uk>
15308
15309         * gcc.dg/cpp/if-cexp.c: Add a test.
15310
15311 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
15312
15313         * gcc.dg/20020426-2.c: New test.
15314
15315 2002-04-28  Neil Booth  <neil@daikokuya.demon.co.uk>
15316
15317         * gcc.dg/cpp/if-mop.c: Update.
15318         * gcc.dg/cpp/if-mpar.c: Add test.
15319         * gcc.dg/cpp/if-oppr.c: Update.
15320
15321 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15322
15323         PR c/6343
15324         * gcc.dg/weak-[2-7].c: New tests.
15325
15326 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
15327
15328         * gcc.dg/enum1.c: New test.
15329
15330 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
15331
15332         PR c++/6497
15333         * g++.dg/inherit/access2.C: New test.
15334
15335 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
15336
15337         PR bootstrap/6445
15338         * gcc.dg/20020426-1.c: New test.
15339
15340 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
15341
15342         * g++.dg/abi/enum1.C: New test.
15343
15344 2002-04-26  Richard Henderson  <rth@redhat.com>
15345
15346         * gcc.dg/c99-bool-1.c: Expect always true warning.
15347
15348 2002-04-25  Roger Sayle  <roger@eyesopen.com>
15349
15350         * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
15351
15352 2002-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15353
15354         * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
15355         targets.
15356
15357 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
15358
15359         * g++.dg/abi/mange7.C: New test.
15360
15361         PR c++/6438.
15362         * g++.dg/parse/stmtexpr2.C: New test.
15363
15364 2002-04-24  J"orn Rennecke <joern.rennecke@superh.com>
15365
15366         * gcc.dg/20020312-2.c: Add SH target.
15367
15368 2002-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15369
15370         * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
15371         compiler output on mips*-*-irix*.
15372
15373 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
15374
15375         * g++.dg/parse/attr1.C: New test.
15376
15377 2002-04-23  Roger Sayle  <roger@eyesopen.com>
15378
15379         * gcc.c-torture/execute/string-opt-17.c: New test case.
15380         * gcc.c-torture/execute/memset-2.c: New test case.
15381
15382 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
15383
15384         PR c++/6256:
15385         * g++.dg/template/friend5.C: New test.
15386
15387         PR c++/6331:
15388         * g++.dg/template/qual1.C: Likewise.
15389
15390 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
15391
15392         * gcc.c-torture/execute/980707-1.c: Don't use isspace().
15393         Include stdlib.h, not stdio.h or ctype.h.
15394
15395 2002-04-22  Hans-Peter Nilsson  <hp@axis.com>
15396
15397         * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
15398         cris-*-elf* and mmix-*-*.
15399         * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
15400         * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
15401         g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
15402         Ditto.
15403         * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
15404         * gcc.dg/wchar_t-1.c: Ditto.
15405
15406 2002-04-21  Hans-Peter Nilsson  <hp@axis.com>
15407
15408         * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
15409         Clarify comment.
15410
15411 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
15412
15413         * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
15414
15415 2002-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15416
15417         * gcc.c-torture/execute/20000906-1.x: Delete.
15418
15419 2002-04-20  David.Billinghurst <David.Billinghurst@riotinto.com>
15420
15421         * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
15422
15423 2002-04-19  Toon Moene  <toon@moene.indiv.nluug.nl>
15424
15425         * PR6367
15426         * g77.f-torture/execute/6367.f: New test.
15427         * g77.f-torture/execute/6367.x: Disable for MMIX.
15428
15429 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
15430
15431         * PR6352
15432         * g++.dg/opt/inline2.C: New test.
15433
15434 2002-04-18  Richard Henderson  <rth@redhat.com>
15435
15436         * gcc.dg/20000906-1.c: Enable for all targets.
15437         * gcc.c-torture/compile/iftrap-2.c: New.
15438
15439 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
15440
15441         * gcc.dg/20020418-1.c: New test.
15442         * gcc.dg/20020418-2.c: New test.
15443
15444 2002-04-18  Richard Henderson  <rth@redhat.com>
15445
15446         * gcc.c-torture/compile/iftrap-1.c: New.
15447         * gcc.dg/iftrap-1.c: Adjust for ia64.
15448         * gcc.dg/iftrap-2.c: New.
15449
15450 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
15451
15452         * gcc.c-torture/compile/20020418-1.c: New test.
15453
15454 2002-04-18  Roger Sayle  <roger@eyesopen.com>
15455
15456         * gcc.c-torture/compile/20020415-1.c: New.
15457
15458 2002-04-18  David S. Miller  <davem@redhat.com>
15459
15460         * gcc.c-torture/execute/20020418-1.c: New test.
15461
15462 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
15463
15464         * gcc.dg/20020416-1.c: New test.
15465
15466         * g++.dg/opt/inline1.C: New test.
15467
15468 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
15469
15470         * gcc.dg/altivec-5.c: New test.
15471
15472         * gcc.dg/20020415-1.c: New test.
15473
15474 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
15475
15476         * testsuite/lib/chill.exp: Remove.
15477
15478 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
15479
15480         * g++.dg/other/big-struct.C: New test.
15481
15482 2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>
15483
15484         * g77.dg/f77-edit-i-in.f: Use internal buffer in place
15485         of scratch file.
15486
15487 2002-04-13  David Billinghurst <David.Billinghurst@riotinto.com>
15488
15489         PR c/6277
15490         * gcc.dg/i386-387-1.c:  Allow optional leading underscore
15491         in scan-assembler function name
15492
15493 2002-04-13  Hans-Peter Nilsson  <hp@bitrange.com>
15494
15495         * g77.f-torture/execute/980628-4.x,
15496         g77.f-torture/execute/980628-5.x,
15497         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
15498         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
15499         g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
15500         i[34567]86-*-*.
15501
15502 2002-04-13  David S. Miller  <davem@redhat.com>
15503
15504         * gcc.c-torture/execute/20020413-1.c: New test.
15505
15506 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
15507
15508         * gcc.dg/asm-6.c,
15509         * g++.dg/ext/asm1.C: New tests.
15510
15511 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
15512
15513         PR c++ 5373.
15514         * g++.dg/parse/stmtexpr1.C: New test.
15515
15516         PR c++/5189.
15517         * g++.dg/template/copy1.C: New test.
15518
15519 2002-04-12  Richard Henderson  <rth@redhat.com>
15520
15521         * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
15522
15523 2002-04-12  Geoffrey Keating  <geoffk@redhat.com>
15524
15525         * gcc.c-torture/execute/20020412-1.c: New file, renamed from
15526         gcc.c-torture/execute/20020307-2.c.
15527
15528 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
15529
15530         * g++.dg/ext/attrib5.C,
15531         * g++.dg/lookup/struct1.C: New tests.
15532
15533 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
15534
15535         * gcc.dg/20020411-1.c: New test.
15536
15537         * gcc.c-torture/execute/20020411-1.c: New test.
15538
15539 2002-04-10  Janis Johnson  <janis187@us.ibm.com>
15540
15541         * g77.f-torture/execute/6177.f: New test.
15542
15543 2002-04-10  Jakub Jelinek  <jakub@redhat.com>
15544
15545         PR middle-end/6247
15546         * g++.dg/opt/cleanup1.C: New test.
15547
15548         * g++.dg/opt/const1.C: New test.
15549
15550 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
15551
15552         * gcc.c-torture/execute/20020406-1.c: Declare malloc.
15553
15554 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
15555
15556         PR c++/5507
15557         * g++.dg/template/typename2.C: New test.
15558
15559 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
15560
15561         * gcc.c-torture/execute/loop-12.c: New.
15562
15563 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
15564
15565         * g77.f-torture/execute/980628-4.x,
15566         g77.f-torture/execute/980628-5.x,
15567         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
15568         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
15569         g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
15570
15571 2002-04-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15572
15573         PR optimization/6086
15574         * g++.dg/opt/preinc1.C: New test.
15575
15576 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
15577
15578         PR c++/5571
15579         * g++.dg/opt/static2.C: New test.
15580
15581 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
15582
15583         PR c/5120
15584         * gcc.dg/20020406-1.c: New test.
15585
15586 2002-04-04  David S. Miller  <davem@redhat.com>
15587
15588         * gcc.c-torture/execute/20020404-1.c: New test.
15589
15590 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
15591
15592         PR c/6123
15593         * gcc.dg/20020312-2.c: Do not declare global register variable
15594         if __PIC__ or __pic__ is defined.
15595
15596 2002-04-04  Richard Earnshaw  <rearnsha@arm.com>
15597
15598         * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC.  Use
15599         __asm__ so that it works correctly even if -ansi -pedantic-errors.
15600
15601 2002-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15602
15603         * gcc.misc-tests/linkage.exp: Update last change to handle
15604         sparc*-, not just sparc-.
15605
15606 2002-04-03  Richard Henderson  <rth@redhat.com>
15607
15608         * gcc.dg/cpp/ucs.c: Improved long UCS test.
15609
15610 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
15611
15612         * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
15613
15614 2002-04-02  David S. Miller  <davem@redhat.com>
15615
15616         * gcc.c-torture/execute/20020402-3.c: New test.
15617
15618 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
15619
15620         * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
15621         * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
15622
15623         * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
15624         * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
15625         g77.f-torture/execute/20001201.x,
15626         g77.f-torture/execute/u77-test.x: New files.
15627
15628         * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
15629         * gcc.dg/wchar_t-1.c: Ditto.
15630
15631 2002-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15632
15633         * gcc.c-torture/execute/20020402-1.c: New test.
15634
15635 2002-04-01  Richard Henderson  <rth@redhat.com>
15636
15637         * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
15638
15639         * g++.dg/other/new1.C: Use __SIZE_TYPE__.
15640
15641 2002-04-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15642
15643         * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
15644
15645 2002-04-01  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
15646
15647         * g++.dg/inherit/template-as-base.C: Expect error.
15648         * g++.dg/inherit/namespace-as-base.C: Likewise.
15649
15650 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
15651
15652         * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
15653         g++.dg/ext/instantiate3.C: Tweak match patterns.
15654
15655         * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
15656         * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
15657         -da test.
15658
15659 2002-03-31  Richard Henderson  <rth@redhat.com>
15660
15661         * gcc.dg/special/alias-2.c: New.
15662         * gcc.dg/special/ecos.exp: Run it.
15663
15664 2002-03-31  Richard Henderson  <rth@redhat.com>
15665
15666         * gcc.dg/va-arg-1.c: Expect warnings, not errors.
15667
15668 2002-03-31  Kazu Hirata  <kazu@hxi.com>
15669
15670         * gcc.dg/weak-1.c: Disable on h8300 port.
15671
15672 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
15673
15674         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
15675         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
15676         ordering tests.
15677         * g++.dg/bprob/bprob-1.C: New test.
15678         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
15679         * g++.dg/gcov/gcov-1.C: New test.
15680         * g++.dg/gcov/gcov-1.x: New file.
15681         * g++.dg/gcov/gcov-2.C: New test.
15682         * g++.dg/gcov/gcov-3.C: New test.
15683         * g++.dg/gcov/gcov-3.h: New file.
15684
15685 2002-03-28  Roger Sayle  <roger@eyesopen.com>
15686
15687         * g++.old-deja/g++.other/builtins5.C: New test.
15688         * g++.old-deja/g++.other/builtins6.C: New test.
15689         * g++.old-deja/g++.other/builtins7.C: New test.
15690         * g++.old-deja/g++.other/builtins8.C: New test.
15691         * g++.old-deja/g++.other/builtins9.C: New test.
15692
15693 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
15694
15695         * g++.dg/opt/static1.C: New test.
15696
15697         * g++.dg/opt/longbranch1.C: New test.
15698
15699 2002-03-28  Hans-Peter Nilsson  <hp@bitrange.com>
15700
15701         * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
15702
15703         * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
15704
15705 2002-03-28  Jeffrey A Law  (law@redhat.com)
15706
15707         * gcc.c-torture/execute/20020328-1.c: New test.
15708
15709 2002-03-27  Richard Henderson  <rth@redhat.com>
15710
15711         * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
15712         * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
15713         move from g++.old-deja/g++.ext/.
15714
15715 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
15716
15717         * g++.dg/init/new2.C: New test.
15718
15719 2002-03-26  Richard Henderson  <rth@redhat.com>
15720
15721         * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
15722
15723         * gcc.dg/20020312-2.c: Don't test epilogue vs global register
15724         on sparc.
15725
15726         * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc.  Only run on
15727         sparcv9 systems.
15728         * gcc.dg/20001102-1.c: Likewise.
15729
15730 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
15731
15732         * gcc.dg/cpp/endif-pedantic1.c,
15733         gcc.dg/cpp/endif-pedantic2.c:  New tests.
15734
15735 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
15736
15737         * g++.dg/init/new1.C: New test.
15738
15739 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
15740
15741         * g++.dg/abi/vbase9.C: New test.
15742
15743 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
15744
15745         * gcc.dg/arm-asm.c: New test.
15746
15747 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
15748
15749         * gcc.dg/Wswitch-enum.c: New test.
15750         Fix PR c/5044.
15751
15752 2002-03-26  Richard Henderson  <rth@redhat.com>
15753
15754         * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
15755         structure.
15756
15757 2002-03-25  Richard Henderson  <rth@redhat.com>
15758
15759         * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc.  Only run on
15760         sparcv9 systems.
15761
15762         * gcc.c-torture/compile/20011119-1.c (xxx): New.
15763         * gcc.c-torture/compile/20011119-2.c (xxx): New.
15764
15765 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
15766
15767         * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
15768
15769 2002-03-25  Bob Wilson  <bob.wilson@acm.org>
15770
15771         * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
15772         targets using generic thunk support.
15773
15774 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
15775
15776         * gcc.c-torture/compile/20020323-1.c: New test.
15777
15778         * g++.dg/opt/conj2.C: New test.
15779
15780 2002-03-24  Richard Henderson  <rth@redhat.com>
15781
15782         * gcc.dg/weak-1.c: Use -fno-common.
15783
15784 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
15785
15786         * g77.dg/f77-edit-apostrophe-out.f: New test
15787         * g77.dg/f77-edit-h-out.f: New test
15788         * g77.dg/f77-edit-t-in.f: New test
15789         * g77.dg/f77-edit-t-out.f: New test
15790         * g77.dg/f77-edit-x-out.f: New test
15791         * g77.dg/f77-edit-slash-out.f: New test
15792         * g77.dg/f77-edit-colon-out.f: New test
15793         * g77.dg/f77-edit-s-out.f: New test
15794
15795 2002-03-24  Richard Henderson  <rth@redhat.com>
15796
15797         * objc/execute/formal_protocol-6.x: New XFAIL.
15798
15799 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
15800
15801         * gcc.dg/weak-1.c:  Early return from dg-final on platforms
15802         that do not support weak symbols
15803
15804 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
15805
15806         * lib/g++.exp:  Fix handling of LD_LIBRARY_PATH et al
15807         * lib/g77.exp:  Likewise
15808         * lib/objc.exp: Likewise
15809
15810 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
15811
15812         * gcc.dg/Wswitch-default.c: New test.
15813
15814 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
15815
15816         * g++.dg/other/enum1.C: New test.
15817
15818 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
15819
15820         * gcc.dg/pragma-ep-3.c: Fix typo.
15821
15822 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
15823
15824         * g++.dg/inherit/template-as-base.C: New test.
15825
15826 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
15827
15828         * g++.old-deja/g++.other/dwarf2-1.C: Move...
15829         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
15830
15831 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
15832
15833         * gcc.dg/cpp/multiline.c: Update to match.
15834
15835 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
15836
15837         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
15838
15839 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
15840
15841         * gcc.dg/cpp/extratokens2.c:  New file.
15842
15843 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
15844
15845         * gcc.dg/20020312-2.c: Add rs6000 target.
15846
15847         * gcc.c-torture/compile/20020319-1.c: New test.
15848
15849 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15850
15851         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
15852         (A, E): Handle this.
15853
15854 2002-03-20  Jason Merrill  <jason@redhat.com>
15855
15856         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
15857         ignoring -fpic.
15858         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
15859         through prune_gcc_output.
15860
15861 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
15862
15863         * gcc.c-torture/compile/20020320-1.c: New test.
15864
15865 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
15866
15867         * gcc.c-torture/compile/20020318-1.c: New test.
15868
15869         * gcc.dg/struct-by-value-1.c: New test.
15870
15871         * gcc.dg/20020319-1.c: New test.
15872
15873 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
15874
15875         * g++.dg/opt/conj1.C: New test.
15876
15877 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
15878
15879         * g++.dg/template/qualttp20.C: Revert previous change.
15880         * g++.dg/template/qualttp3.C: Likewise.
15881         * g++.dg/template/qualttp4.C: Likewise
15882         * g++.dg/template/qualttp5.C: Likewise
15883         * g++.dg/template/qualttp6.C: Likewise
15884         * g++.dg/template/qualttp7.C: Likewise
15885         * g++.dg/template/qualttp8.C: Likewise
15886         * g++.dg/template/recurse.C: Likewise.
15887
15888 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
15889
15890         * gcc.dg/cpp/wchar-1.c: Update.
15891
15892 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
15893
15894         * g++.dg/template/conv1.C: New test.
15895         * g++.dg/template/conv2.C: New test.
15896         * g++.dg/template/conv3.C: New test.
15897         * g++.dg/template/conv4.C: New test.
15898
15899 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
15900
15901         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
15902         * g++.dg/template/qualttp3.C: Likewise.
15903         * g++.dg/template/qualttp4.C: Likewise
15904         * g++.dg/template/qualttp5.C: Likewise
15905         * g++.dg/template/qualttp6.C: Likewise
15906         * g++.dg/template/qualttp7.C: Likewise
15907         * g++.dg/template/qualttp8.C: Likewise
15908         * g++.dg/template/recurse.C: Likewise.
15909
15910 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
15911
15912         * g++.dg/opt/dtor1.C: New test.
15913
15914 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
15915
15916         * gcc.c-torture/compile/20020315-1.c: New test.
15917
15918 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
15919
15920         * gcc.dg/weak-1.c: Fix scan tests.
15921
15922 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
15923
15924         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
15925         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
15926         cris-*-aout* mmix-*-*.
15927         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
15928         cris-*-aout* mmix-*-*.
15929         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
15930         cris-*-elf* cris-*-aout* and mmix-*-*.
15931         * gcc.dg/20001009-1.c: Ditto.
15932         * gcc.dg/20010912-1.c: Ditto.
15933         * gcc.dg/20020122-4.c: Ditto.
15934         * gcc.dg/inline-2.c: Ditto.
15935
15936 2002-03-14  Jeffrey A Law  (law@cygnus.com)
15937
15938         * gcc.c-torture/compile/20020314-1.c: New test.
15939
15940 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
15941
15942         * gcc.c-torture/execute/20020314-1.c: New test.
15943
15944 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
15945
15946         * g++.dg/warn/Wunused-1.C: New test.
15947
15948 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
15949
15950         * g++.dg/abi/mangle6.C: New test.
15951
15952 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
15953
15954         * gcc.c-torture/compile/20020309-2.c: New test.
15955
15956         * gcc.c-torture/compile/20020312-1.c: New test.
15957
15958 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
15959
15960         * g++.dg/other/access1.C: New test.
15961
15962 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
15963
15964         * gcc.c-torture/execute/wchar_t-1.c: New test.
15965
15966 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
15967
15968         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
15969
15970 2002-03-12  Roger Sayle  <roger@eyesopen.com>
15971
15972         * gcc.dg/20020312-1.c: New test case.
15973
15974 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
15975
15976         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
15977
15978 2002-03-11  Richard Henderson  <rth@redhat.com>
15979
15980         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
15981         * g++.old-deja/g++.jason/report.C: Likewise.
15982
15983 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
15984
15985         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
15986         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
15987
15988 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
15989
15990         * testsuite/g++.dg/overload/pmf1.C: New test.
15991
15992 2002-03-11  Kazu Hirata  <kazu@hxi.com>
15993
15994         * gcc.c-torture/execute/20020307-1.c: Use long.
15995
15996 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
15997
15998         PR optimization/5844
15999         * gcc.dg/20020310-1.c: New test.
16000
16001 2002-03-09  Michael Meissner  <meissner@redhat.com>
16002
16003         * gcc.c-torture/execute/memcpy-2.c: New test.
16004         * gcc.c-torture/execute/memset-1.c: New test.
16005         * gcc.c-torture/execute/strlen-1.c: New test.
16006         * gcc.c-torture/execute/strcmp-1.c: New test.
16007         * gcc.c-torture/execute/strncmp-1.c: New test.
16008
16009 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
16010
16011         * gcc.dg/ppc-ldstruct.c: New test.
16012
16013 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
16014
16015         * gcc.c-torture/execute/va-arg-22.c: New test.
16016
16017 2002-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16018
16019         * gcc.c-torture/compile/20020309-1.c: New test.
16020
16021 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
16022
16023         * gcc.c-torture/execute/20020307-2.c: New test.
16024
16025 2002-03-07  Jeffrey A Law  (law@redhat.com)
16026
16027         * g77.f-torture/compile/20020307-1.f: New test.
16028
16029 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
16030
16031         * gcc.dg/unordered-1.c: New test.
16032
16033 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
16034
16035         * gcc.c-torture/execute/20020307-1.c: New test.
16036
16037 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
16038
16039         * gcc.dg/20020304-1.c: New test.
16040
16041         * gcc.c-torture/compile/20020304-2.c: New test.
16042
16043 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
16044
16045         * gcc.c-torture/compile/20020304-1.c: New test case
16046         (from PR c/5830).
16047
16048 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
16049
16050         * gcc.dg/20020103-1.c: Add other -D ppc variants.
16051
16052 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
16053
16054         * g++.dg/other/classkey1.C: New test.
16055
16056 2002-03-01  Richard Henderson  <rth@redhat.com>
16057
16058         * gcc.c-torture/compile/981223-1.x: New.
16059         * gcc.c-torture/compile/920625-1.x: New.
16060
16061 2002-02-28  Richard Henderson  <rth@redhat.com>
16062
16063         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
16064
16065 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
16066
16067         * gcc.c-torture/execute/20020227-1.c: New test.
16068
16069 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
16070
16071         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
16072         here" ERROR lines.
16073         * g++.old-deja/g++.oliva/partord1.C: Likewise.
16074         * g++.old-deja.g++.other/defarg1.C: Likewise.
16075         * g++.old-deja/g++.pt/calls2.C: Likewise.
16076         * g++.old-deja/g++.pt/crash20.C: Likewise.
16077         * g++.old-deja/g++.pt/crash30.C: Likewise.
16078         * g++.old-deja/g++.pt/crash36.C: Likewise.
16079         * g++.old-deja/g++.pt/crash6.C: Likewise.
16080         * g++.old-deja/g++.pt/defarg13.C: Likewise.
16081         * g++.old-deja/g++.pt/derived3.C: Likewise.
16082         * g++.old-deja/g++.pt/error1.C: Likewise.
16083         * g++.old-deja/g++.pt/friend21.C: Likewise.
16084         * g++.old-deja/g++.pt/friend23.C: Likewise.
16085         * g++.old-deja/g++.pt/infinite1.C: Likewise.
16086         * g++.old-deja/g++.robertl/eb128.C: Likewise.
16087
16088 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
16089
16090         * gcc.c-torture/execute/20020225-2.c: New test.
16091
16092 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
16093
16094         * gcc.c-torture/execute/920730-1t.c,
16095         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
16096         Delete test cases, only relevant to -traditional.
16097
16098 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
16099
16100         * gcc.dg/cpp/undef1.c: Remove.
16101         * gcc.dg/cpp/directiv.c: Update.
16102         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
16103
16104 2002-02-27  Michael Meissner  <meissner@redhat.com>
16105
16106         * gcc.c-torture/execute/20020226-1.c: New test.
16107
16108 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
16109
16110         * g++.dg/debug/debug4.C: New test.
16111
16112         * gcc.dg/ia64-visibility-1.c: New test.
16113
16114 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
16115
16116         * gcc.dg/debug/20020224-1.c: New.
16117
16118 2002-02-25  Kazu Hirata  <kazu@hxi.com>
16119
16120         * gcc.c-torture/execute/960416-1.x: New.
16121         * gcc.c-torture/execute/divconst-3.x: Likewise.
16122
16123 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
16124
16125         * gcc.dg/20020224-1.c: New test.
16126
16127 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
16128
16129         * gcc.c-torture/execute/20020225-1.c: New.
16130
16131 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
16132
16133         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
16134
16135 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
16136
16137         * gcc.dg/20020222-1.c: New test.
16138
16139 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
16140
16141         * g++.dg/opt/anonunion1.C: New test.
16142
16143 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
16144
16145         * g++.dg/template/qualttp19.C: New test.
16146         * g++.dg/template/qualttp20.C: New test.
16147         * g++.old-deja/g++.jason/report.C: Adjust expected errors
16148         * g++.old-deja/g++.other/qual1.C: Likewise.
16149
16150 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
16151
16152         * gcc.dg/attr-alwaysinline.c: New.
16153
16154 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
16155
16156         * gcc.dg/20020220-1.c: New test.
16157
16158         * gcc.dg/20020220-2.c: New test.
16159
16160         * g++.dg/opt/mmx1.C: New test.
16161
16162 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
16163
16164         * gcc.c-torture/compile/20020110.c: New test.
16165
16166 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
16167
16168         * gcc.c-torture/execute/20020219-1.c: New test.
16169
16170         * gcc.dg/20020219-1.c: New test.
16171
16172         * gcc.dg/noncompile/20020220-1.c: New test.
16173
16174         * g++.dg/opt/ptrintsum1.C: New test.
16175
16176         * gcc.dg/debug/20020220-1.c: New test.
16177
16178 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
16179
16180         * gcc.c-torture/execute/20020216-1.c: New test.
16181
16182 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
16183
16184         * gcc.dg/decl-1.c: Update, new test.
16185
16186 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
16187
16188         * g++.dg/abi/bitfield1.C: New test.
16189         * g++.dg/abi/bitfield2.C: New test.
16190
16191 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
16192
16193         * gcc.dg/attr-nest.c: New test.
16194
16195 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
16196
16197         * gcc.c-torture/execute/20020215-1.c: New test.
16198
16199 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
16200
16201         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
16202         * g++.dg/debug/debug.exp: New.
16203         * g++.dg/debug/trivial.C: New.
16204         * g++.dg/debug/debug1.C: Moved...
16205         * g++.dg/other/debug1.C: ...from here.
16206         * g++.dg/debug/debug2.C: Moved...
16207         * g++.dg/other/debug2.C: ...from here.
16208         * g++.dg/debug/debug3.C: Moved...
16209         * g++.dg/other/debug3.C: ...from here.
16210
16211         * gcc.dg/noncompile/20020213-1.c: New test.
16212
16213 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
16214
16215         * g++.dg/other/debug3.C: New test.
16216
16217         * gcc.c-torture/execute/20020213-1.c: New test.
16218
16219 2002-02-13  Richard Smith <richard@ex-parrot.com>
16220
16221         * g++.old-deja/g++.other/thunk1.C: New test.
16222
16223 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
16224
16225         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
16226
16227 2002-02-13  Stan Shebs  <shebs@apple.com>
16228
16229         * gcc.dg/altivec-3.c: New.
16230
16231 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
16232
16233         * gcc.dg/Wunreachable-1.c: New test.
16234         * gcc.dg/Wunreachable-2.c: New test.
16235
16236 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
16237
16238         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
16239
16240 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
16241
16242         * gcc.dg/decl-1.c: New test.
16243
16244 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
16245
16246         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
16247
16248 2002-02-10  Kazu Hirata  <kazu@hxi.com>
16249
16250         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
16251         * gcc.c-torture/compile/980506-1.x: Likewise.
16252
16253 2002-02-10  Kazu Hirata  <kazu@hxi.com>
16254
16255         * gcc.dg/20020210-1.c: New.
16256
16257 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
16258
16259         * g77.f-torture/execute/947.f: New regression test
16260         for PR fortran/947.
16261
16262 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
16263
16264         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
16265         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
16266
16267 2002-02-08  Richard Henderson  <rth@redhat.com>
16268
16269         * gcc.c-torture/compile/labels-3.c: New.
16270
16271 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
16272
16273         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
16274         expression statements work instead.
16275         * gcc.dg/noncompile/20020207-1.c: New test.
16276
16277 2002-02-07  Richard Henderson  <rth@redhat.com>
16278
16279         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
16280
16281 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
16282
16283         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
16284         message from g77
16285         * lib/g77-dg.exp: Trim g77 error messages so that they are
16286         recognized by dg.exp.
16287
16288 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
16289
16290         PR fortran/5473
16291         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
16292
16293 2002-02-07  Richard Henderson  <rth@redhat.com>
16294
16295         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
16296         to be sufficiently aligned for integers.
16297
16298 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
16299
16300         * g++.dg/template/friend4.C: New test.
16301
16302 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
16303
16304         PR fortran/5743
16305         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
16306         unsupported cases.
16307
16308 2002-02-07  Richard Henderson  <rth@redhat.com>
16309
16310         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
16311         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
16312         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
16313         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
16314
16315 2002-02-06  Richard Henderson  <rth@redhat.com>
16316
16317         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
16318
16319 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
16320
16321         * gcc.dg/20020206-1.c: New test.
16322
16323 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
16324
16325         * gcc.c-torture/execute/20020206-1.c: New test.
16326
16327         * gcc.c-torture/execute/20020206-2.c: New test.
16328
16329         PR optimization/5429:
16330         * gcc.c-torture/compile/20020206-1.c: New test.
16331
16332 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
16333
16334         * g++.dg/ext/align1.C: Do not use an explicit alignment value
16335         as certain file formats cannot support particularly large
16336         alignments.
16337
16338         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
16339         and do not expect to be able to link the executable.
16340
16341         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
16342         fail because the COFF format does not support the weak attribute.
16343
16344 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
16345
16346         * g77.dg/pr5473.f:  New test
16347
16348 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
16349
16350         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
16351         Fix testcase accordingly.
16352
16353 2002-02-04  Richard Henderson  <rth@redhat.com>
16354
16355         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
16356         (buf): Change to be an array of pointers, not ints.
16357
16358 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
16359
16360         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
16361         before all tests.  Move warning one line above to match where it
16362         C frontend emits.
16363         * gcc.dg/Wswitch-2.c: New test.
16364         * g++.dg/warn/Wswitch-1.C: New test.
16365         * g++.dg/warn/Wswitch-2.C: New test.
16366
16367 2002-02-04  Richard Henderson  <rth@redhat.com>
16368
16369         * g++.dg/abi/offsetof.C: Fix size comparison.
16370
16371 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
16372
16373         * gcc.dg/cast-qual-2.c: New test.
16374
16375 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
16376
16377         * gcc.dg/20020201-4.c: New test.
16378
16379 2002-02-04  Ben Elliston  <bje@redhat.com>
16380
16381         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
16382         target_info attribute != 0, in addition to the empty string.
16383         (gcc_target_compile): Likewise.
16384
16385 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
16386
16387         * gcc.dg/Wswitch.c: New test.
16388         PR gcc/4475. PR gcc/3780.
16389
16390 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
16391
16392         * g77.f-torture/execute/5122.f: New test for regressions
16393         against PR fortran/5122.
16394
16395 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
16396
16397         * g77.f-torture/compile/pr3743.f: Delete
16398         * g77.dg/pr3743-1.f: New test.
16399         * g77.dg/pr3743-2.f: New test.
16400         * g77.dg/pr3743-3.f: New test.
16401         * g77.dg/pr3743-4.f: New test.
16402
16403 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
16404
16405         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
16406
16407 2002-02-02  Richard Henderson  <rth@redhat.com>
16408
16409         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
16410         * gcc.c-torture/execute/bf64-1.c: Likewise.
16411
16412 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
16413
16414         * gcc.dg/20020201-2.c: New test.
16415
16416         * gcc.dg/20020201-3.c: New test.
16417
16418         * gcc.c-torture/execute/bitfld-2.c: New test.
16419
16420 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
16421
16422         * gcc.dg/bitfld-1.c: Update.
16423         * gcc.dg/bitfld-2.c: Update.
16424         * gcc.c-torture/execute/bitfld-1.x: New.
16425
16426 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
16427
16428         * gcc.c-torture/execute/20020201-1.c: New test.
16429
16430 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
16431
16432         PR target/5469
16433         * gcc.dg/20020201-1.c: New test.
16434
16435 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
16436
16437         PR fortran/3743
16438         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
16439         * g77.f-torture/compile/pr3743.x: Remove
16440
16441 2002-01-31  Tom Rix  <trix@redhat.com>
16442
16443         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
16444
16445 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
16446
16447         * gcc.dg/noncompile/20020130-1.c: New test.
16448
16449 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
16450
16451         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
16452
16453 2002-01-29  Richard Henderson  <rth@redhat.com>
16454
16455         * gcc.c-torture/execute/991118-1.c: Cast various constants back
16456         to long long.
16457         * gcc.c-torture/execute/bf64-1.c: Likewise.
16458
16459 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
16460
16461         * gcc.c-torture/execute/20020129-1.c: New test.
16462
16463 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
16464
16465         * gcc.c-torture/compile/20000224-1.c: Update.
16466         * gcc.c-torture/execute/bitfld-1.c: New tests.
16467         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
16468         * gcc.dg/uninit-A.c: Update.
16469
16470 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
16471
16472         * g++.dg/template/ctor1.C: Add instantiation.
16473
16474 2002-01-28  Paul Koning  <pkoning@equallogic.com>
16475
16476         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
16477         argument to __builtin_prefetch to be const ptr.
16478
16479 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
16480
16481         * gcc.c-torture/compile/20020120-1.c: New test.
16482
16483 2002-01-27  Kazu Hirata  <kazu@hxi.com>
16484
16485         * gcc.c-torture/execute/20020127-1.c: New test.
16486
16487 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
16488
16489         * g77.dg/f77-edit-i-in.f: New test
16490         * g77.dg/f77-edit-i-out.f: New test
16491
16492 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
16493
16494         * gcc.dg/debug/debug.exp: New file.
16495         * gcc.dg/debug/trivial.c: New file.
16496         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
16497         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
16498         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
16499         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
16500         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
16501         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
16502         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
16503         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
16504         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
16505         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
16506         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
16507         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
16508         * gcc.dg/20000503-1.c: Removed.
16509         * gcc.dg/20010207-1.c: Removed.
16510         * gcc.dg/20011223-1.c: Removed.
16511         * gcc.dg/20020104-2.c: Removed.
16512         * gcc.dg/debug-1.c: Removed.
16513         * gcc.dg/debug-2.c: Removed.
16514         * gcc.dg/debug-3.c: Removed.
16515         * gcc.dg/debug-4.c: Removed.
16516         * gcc.dg/debug-5.c: Removed.
16517         * gcc.dg/debug-6.c: Removed.
16518         * gcc.dg/dwarf2-1.c: Removed.
16519         * gcc.dg/dwarf2-2.c: Removed.
16520
16521 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
16522
16523         * g++.old-deja/g++.other/eh5.C: New test.
16524         * g++.old-deja/g++.other/sibcall2.C: New test.
16525         * g++.old-deja/g++.other/array9.C: New test.
16526         * g++.old-deja/g++.other/typename2.C: New test.
16527         * g++.old-deja/g++.other/crash60.C: New test.
16528         * g++.old-deja/g++.other/conv9.C: New test.
16529         * g++.old-deja/g++.other/mangle10.C: New test.
16530         * g++.old-deja/g++.other/unchanging1.C: New test.
16531         * g++.old-deja/g++.other/exprstmt1.C: New test.
16532         * g++.old-deja/g++.other/inline23.C: New test.
16533         * g++.old-deja/g++.eh/ia64-1.C: New test.
16534         * g++.old-deja/g++.other/dwarf2-1.C: New test.
16535         * g++.old-deja/g++.other/reload1.C: New test.
16536         * g++.old-deja/g++.other/static20.C: New test.
16537         * g++.old-deja/g++.other/local-alloc1.C: New test.
16538         * g++.old-deja/g++.other/conv8.C: New test.
16539         * g++.old-deja/g++.other/stmtexpr2.C: New test.
16540         * g++.old-deja/g++.other/storeexpr1.C: New test.
16541         * g++.old-deja/g++.other/storeexpr2.C: New test.
16542         * g++.dg/eh/template2.C: New test.
16543         * g++.dg/warn/weak1.C: New test.
16544
16545 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
16546
16547         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
16548         Remove first, non-varying, argument.
16549
16550 2002-01-23  Richard Henderson  <rth@redhat.com>
16551
16552         * gcc.dg/inline-2.c: New.
16553
16554         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
16555         Add optional target arg.  Check number of arguments.
16556         (scan-assembler-not, scan-assembler-dem): Likewise.
16557         (scan-assembler-dem-not): Likewise.
16558
16559 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
16560
16561         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
16562         line 12.
16563         * g++.old-deja/g++.brendan/parse3.C,
16564         g++.old-deja/g++.other/crash26.C,
16565         g++.old-deja/g++.other/crash28.C,
16566         g++.old-deja/g++.other/crash29.C,
16567         g++.old-deja/g++.other/crash30.C,
16568         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
16569
16570 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
16571
16572         * gcc.dg/20020115-1.c: New.
16573
16574 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
16575
16576         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
16577
16578 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
16579
16580         * gcc.dg/20020122-3.c: New.
16581
16582 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
16583
16584         * g++.dg/other/gc1.C: New test.
16585
16586 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
16587
16588         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
16589
16590 2002-01-22  Richard Henderson  <rth@redhat.com>
16591
16592         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
16593
16594 2002-01-22  Richard Henderson  <rth@redhat.com>
16595
16596         * gcc.dg/20020122-4.c: New.
16597
16598 2002-01-22  H.J. Lu <hjl@gnu.org>
16599
16600         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
16601         link output.
16602         * gcc.dg/special/ecos.exp: Likewise.
16603         * lib/g++-dg.exp: Likewise.
16604         * lib/g77-dg.exp: Likewise.
16605         * lib/gcc-dg.exp : Likewise.
16606         * lib/mike-g++.exp: Likewise.
16607         * lib/mike-g77.exp: Likewise.
16608         * lib/mike-gcc.exp: Likewise.
16609         * lib/objc-dg.exp: Likewise.
16610
16611 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
16612
16613         PR target/5379
16614         * gcc.dg/20020122-2.c: New test.
16615
16616 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
16617
16618         * gcc.dg/20020122-1.c: New test.
16619
16620 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
16621
16622         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
16623
16624 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
16625
16626         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
16627
16628 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16629
16630         * gcc.c-torture/compile/20020121-1.c: New test.
16631
16632 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
16633
16634         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
16635         ld_library_path.
16636
16637 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
16638
16639         * gcc.dg/20020218-1.c: New test.
16640
16641 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
16642
16643         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
16644         messages
16645         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
16646         "At global scope" warning
16647         * g++.dg/ext/align1.C: Change cygwin test for alignment
16648         from db-bogus to dg-warning
16649
16650 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
16651
16652         * g77.f-torture/compile/cpp2.F: New test.
16653
16654 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
16655
16656         * g++.dg/template/access1.C: New test.
16657
16658 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
16659
16660         * gcc.dg/20020118-1.c: New.
16661
16662 2002-01-18  Kazu Hirata  <kazu@hxi.com>
16663
16664         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
16665
16666 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
16667
16668         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
16669         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
16670         alignment warnings.
16671
16672 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
16673
16674         * gcc.misc-tests/i386-prefetch.exp: Save and restore
16675         torture_with_loops and torture_without_loops
16676
16677 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
16678
16679         * gcc.c-torture/compile/20020116-1.c: New test.
16680
16681 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
16682
16683         * gcc.dg/20020116-2.c: New test.
16684
16685         * gcc.dg/ultrasp4.c: New test.
16686
16687         * gcc.dg/20020116-1.c: New test.
16688
16689 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
16690
16691         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
16692         by EABI.
16693
16694 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
16695
16696         * gcc.misc-tests/i386-prefetch.exp: New.
16697         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
16698         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
16699         * gcc.misc-tests/i386-pf-none-1.c: New test.
16700         * gcc.misc-tests/i386-pf-sse-1.c: New test.
16701
16702 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
16703
16704         * gcc.dg/gnu89-init-1.c: Add new tests.
16705
16706 2002-01-15  Andreas Jaeger  <aj@suse.de>
16707
16708         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
16709         * gcc.dg/i386-mmx-2.c: Likewise.
16710         * gcc.dg/i386-sse-1.c: Likewise.
16711         * gcc.dg/i386-sse-2.c: Likewise.
16712         * gcc.dg/i386-sse-3.c: Likewise.
16713
16714 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
16715
16716         * g77.f-torture/execute/intrinsic-unix-bessel.f:
16717         Uncomment additional cases that now pass.
16718
16719 2002-01-11  Richard Henderson  <rth@redhat.com>
16720
16721         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
16722         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
16723
16724 2002-01-11  Nicola Pero  <n.pero@mi.flashnet.it>
16725
16726         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
16727
16728 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
16729
16730         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
16731         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
16732
16733 2002-01-10  Dale Johannesen  <dalej@apple.com>
16734
16735         * gcc.c-torture/execute/loop-11.c: New.
16736
16737 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
16738
16739         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
16740         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
16741
16742 2002-01-09  Richard Henderson  <rth@redhat.com>
16743
16744         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
16745         type in which to perform the operation for each size.
16746
16747 2002-01-09  Alan Matsuoka  (alanm@redhat.com)
16748
16749         * gcc.c-torture/compile/20020109-2.c: New test.
16750
16751 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
16752
16753         * gcc.c-torture/execute/loop-10.c: New test.
16754
16755 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
16756
16757         * gcc.c-torture/compile/20010226-1.c: New test.
16758         * gcc.c-torture/compile/20010227-1.c: New test.
16759         * gcc.c-torture/compile/20010426-1.c: New test.
16760         * gcc.c-torture/compile/20010510-1.c: New test.
16761         * gcc.c-torture/compile/20010605-3.c: New test.
16762         * gcc.c-torture/compile/20010824-1.c: New test.
16763         * gcc.c-torture/execute/20010409-1.c: New test.
16764         * gcc.dg/noncompile/20000901-1.c: New test.
16765         * gcc.dg/20001023-1.c: New test.
16766         * gcc.dg/20001101-1.c: New test.
16767         * gcc.dg/20001102-1.c: New test.
16768         * gcc.dg/20010207-1.c: New test.
16769         * gcc.dg/20010405-1.c: New test.
16770         * gcc.dg/20010822-1.c: New test.
16771         * gcc.dg/20011107-1.c: New test.
16772
16773 2002-01-09  Jeffrey A Law  (law@redhat.com)
16774
16775         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
16776
16777         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
16778         execution failure on PA targets.
16779
16780 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
16781
16782         * gcc.c-torture/compile/20020109-1.c: New test.
16783
16784 2002-01-08  Kazu Hirata  <kazu@hxi.com>
16785
16786         * gcc.c-torture/execute/20020108-1.c: New test.
16787
16788 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
16789
16790         * gcc.dg/20020108-1.c: New test.
16791
16792 2002-01-08  H.J. Lu <hjl@gnu.org>
16793
16794         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
16795         for header files.
16796
16797 2002-01-08  Geoff Keating  <geoffk@redhat.com>
16798
16799         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
16800         consistency.
16801
16802 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
16803
16804         * gcc.dg/altivec-4.c: Test altivec predicates.
16805
16806 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
16807
16808         * gcc.c-torture/execute/20020107-1.c: New test.
16809
16810 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
16811
16812         PR c/5279
16813         * gcc.c-torture/compile/20020106-1.c: New test.
16814
16815 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
16816
16817         * gcc.c-torture/execute/nestfunc-4.c: New test.
16818
16819 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
16820
16821         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
16822         extra triple that slipped in.
16823         * g++.old-deja/g++.abi/align.C: Likewise.
16824         * g++.old-deja/g++.abi/bitfields.C: Likewise.
16825
16826 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
16827
16828         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
16829         * g++.old-deja/g++.abi/align.C: Likewise.
16830         * g++.old-deja/g++.abi/bitfields.C: Likewise.
16831
16832         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
16833         on FreeBSD/i386.
16834         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
16835         FreeBSD.
16836
16837 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
16838
16839         * gcc.dg/20020104-1.c: New test.
16840
16841         * gcc.dg/20020104-2.c: New test.
16842
16843 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
16844
16845         * gcc.dg/20020103-1.c: Fix typo in target selector.
16846
16847 2002-01-03  Richard Henderson  <rth@redhat.com>
16848
16849         * gcc.dg/20020103-1.c: New.
16850
16851 2002-01-03  Kazu Hirata  <kazu@hxi.com>
16852
16853         * gcc.c-torture/execute/20020103-1.c: New test.
16854
16855 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
16856
16857         * g++.dg/other/debug2.C: New test.
16858
16859         * gcc.c-torture/compile/20020103-1.c: New test.
16860
16861 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
16862
16863         * gcc.dg/gnu89-init-1.c: Added new tests.
16864
16865 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
16866
16867         * g++.dg/template/friend2.C: Remove as patch is reverted.
16868
16869         * g++.dg/warn/oldcast1.C: New test.
16870
16871         * g++.dg/template/ptrmem1.C: New test.
16872         * g++.dg/template/ptrmem2.C: New test.
16873
16874         * g++.dg/template/ntp.C: New test.
16875
16876         * g++.dg/other/component1.C: New test.
16877
16878         * g++.dg/template/ttp3.C: New test.
16879
16880         * g++.dg/template/friend2.C: New test.
16881         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
16882
16883 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
16884
16885         * g++.dg/other/ptrmem1.C: New test.
16886         * g++.dg/other/ptrmem2.C: New test.
16887
16888 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
16889
16890         * g++.dg/template/ctor1.C: New test.
16891
16892 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
16893
16894         * g++.dg/template/friend2.C: New test.
16895
16896 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
16897
16898         * gcc.dg/mmix-1.c: New test.
16899
16900 2001-12-31  Richard Henderson  <rth@redhat.com>
16901
16902         * gcc.dg/asm-5.c: New.
16903
16904 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
16905
16906         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
16907         in namespace __gnu_cxx
16908
16909 2001-12-30  Richard Henderson  <rth@redhat.com>
16910
16911         * gcc.dg/debug-6.c: New.
16912
16913 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
16914
16915         * gcc.c-torture/compile/20011229-2.c: New test.
16916
16917 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
16918
16919         * gcc.dg/debug-3.c: New test.
16920         * gcc.dg/debug-4.c: New test.
16921         * gcc.dg/debug-5.c: New test.
16922
16923 2001-12-29  Richard Henderson  <rth@redhat.com>
16924
16925         * g++.dg/eh/loop1.C: New.
16926
16927 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
16928
16929         * g++.dg/template/crash1.C: New test.
16930
16931 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
16932
16933         * g++.dg/other/const1.C: New test.
16934
16935 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
16936
16937         * gcc.c-torture/compile/20011229-1.c: New test.
16938
16939 2001-12-28  Stan Shebs  <shebs@apple.com>
16940
16941         * lib/objc-torture.exp: Resync with c-torture.exp.
16942         * lib/objc.exp: Load standard libraries.
16943
16944 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
16945
16946         * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
16947         additional tests.
16948
16949 2001-12-27  Roger Sayle <roger@eyesopen.com>
16950
16951         * gcc.c-torture/execute/string-opt-16.c: New testcase.
16952
16953 2001-12-27  Richard Henderson  <rth@redhat.com>
16954
16955         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
16956
16957 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
16958
16959         * g++.dg/eh/ctor1.C: New test.
16960         * g++.dg/other/error2.C: New test.
16961
16962 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
16963
16964         * g++.dg/other/init2.C: New test.
16965
16966 2001-12-24  Richard Henderson  <rth@redhat.com>
16967
16968         * gcc.dg/20011223-1.c: New.
16969         * gcc.dg/inline-1.c: New.
16970
16971 2001-12-23  Richard Henderson  <rth@redhat.com>
16972
16973         * gcc.dg/asm-4.c: Test operand modifiers.
16974
16975 2001-12-23  Richard Henderson  <rth@redhat.com>
16976
16977         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
16978
16979 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
16980
16981         * gcc.c-torture/execute/20011223-1.c: New test.
16982
16983 2001-12-21  Richard Henderson  <rth@redhat.com>
16984
16985         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
16986         re-enables the warning.
16987
16988 2001-12-21  Richard Henderson  <rth@redhat.com>
16989
16990         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
16991
16992 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
16993
16994         * gcc.c-torture/compile/20011218-1.c: New test.
16995
16996 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
16997
16998         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
16999         arm-isr.c test.
17000         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
17001         epilogue generation for ARM ISR routines.
17002
17003 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17004
17005         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
17006         * gcc.dg/format/c90-printf-3.c: Likewise.
17007         * gcc.dg/format/c99-printf-3.c: Likewise.
17008         * gcc.dg/format/ext-1.c: Likewise.
17009         * gcc.dg/format/ext-6.c: Likewise.
17010         * gcc.dg/format/format.h: Prototype unlocked stdio.
17011
17012 2001-12-20  Richard Henderson  <rth@redhat.com>
17013
17014         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
17015         (arena): Use it.
17016         (malloc): Correct allocation logic.  Abort if we fill up the
17017         arena before initialization complete.
17018         (realloc): Correct allocation logic.
17019
17020 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
17021
17022         * gcc.c-torture/compile/20011219-2.c: New test.
17023
17024         * gcc.c-torture/execute/20011219-1.c: New test.
17025
17026 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
17027
17028         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
17029         target does not support weak symbols.
17030
17031 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
17032
17033         * gcc.c-torture/compile/20011219-1.c: New test.
17034
17035 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
17036
17037         * g++.dg/other/error1.C: New test.
17038
17039 2001-12-17  Jeffrey A Law  (law@redhat.com)
17040
17041         * gcc.c-torture/execute/20011217-1.c: New test.
17042
17043 2001-12-17  Nicola Pero  <nicola@brainstorm.co.uk>
17044
17045         * objc.dg/special/: New directory.
17046         * objc.dg/special/special.exp: New file.
17047         * objc.dg/special/unclaimed-category-1.h: New file.
17048         * objc.dg/special/unclaimed-category-1a.m: New file.
17049         * objc.dg/special/unclaimed-category-1.m: New file.
17050
17051 2001-12-17  Andreas Jaeger  <aj@suse.de>
17052
17053         * gcc.c-torture/compile/20011217-2.c: New test.
17054
17055 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
17056
17057         * gcc.c-torture/compile/20011217-1.c: New test.
17058
17059 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
17060
17061         * testsuite/gcc.dg/20011214-1.c: New.
17062
17063 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
17064
17065         * gcc.dg/altivec-4.c: New.
17066
17067 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
17068
17069         * gcc.dg/20011113-1.c: New test.
17070
17071 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
17072
17073         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
17074         std::__malloc_alloc_template<0> and
17075         std::__default_alloc_template<false, 0>.
17076
17077 2001-12-13  Nicola Pero  <n.pero@mi.flashnet.it>
17078
17079         * objc/execute/bf-21.m: New test.
17080         * objc/execute/enumeration-1.m: New test.
17081         * objc/execute/enumeration-2.m: New test.
17082
17083 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
17084
17085         * gcc.dg/gnu89-init-1.c: New test.
17086
17087 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
17088
17089         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
17090         * g++.old-deja/g++.jason/2371.C: Likewise.
17091         * g++.old-deja/g++.jason/template33.C: Likewise.
17092         * g++.old-deja/g++.jason/template34.C: Likewise.
17093         * g++.old-deja/g++.jason/template36.C: Likewise.
17094         * g++.old-deja/g++.oliva/typename1.C: Likewise.
17095         * g++.old-deja/g++.oliva/typename2.C: Likewise.
17096         * g++.old-deja/g++.other/typename1.C: Likewise.
17097         * g++.old-deja/g++.pt/inherit2.C: Likewise.
17098         * g++.old-deja/g++.pt/nontype5.C: Likewise.
17099         * g++.old-deja/g++.pt/typename11.C: Likewise.
17100         * g++.old-deja/g++.pt/typename14.C: Likewise.
17101         * g++.old-deja/g++.pt/typename16.C: Likewise.
17102         * g++.old-deja/g++.pt/typename3.C: Likewise.
17103         * g++.old-deja/g++.pt/typename4.C: Likewise.
17104         * g++.old-deja/g++.pt/typename5.C: Likewise.
17105         * g++.old-deja/g++.pt/typename7.C: Likewise.
17106         * g++.old-deja/g++.robertl/eb9.C: Likewise.
17107
17108 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
17109
17110         * g++.dg/other/linkage1.C: New test.
17111         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
17112         specifiers.
17113
17114 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
17115
17116         * gcc.dg/concat.c: New test.
17117
17118 2001-12-11  Stan Shebs  <shebs@apple.com>
17119
17120         * objc/compile: New test directory.
17121         * objc/compile/compile.exp: New expect script.
17122         * objc/compile/20011211-1.m: New compile test.
17123
17124 2001-12-11  Jason Merrill  <jason@redhat.com>
17125
17126         * lib/prune.exp (prune_gcc_output): Also handle "In member
17127         function".  So many permutations...
17128
17129 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
17130
17131         * g++.dg/template/typedef1.C: New test.
17132
17133 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
17134
17135         * g++.dg/other/copy1.C: New test.
17136
17137 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
17138
17139         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
17140
17141         * gcc.dg/builtin-choose-expr.c: New.
17142
17143 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
17144
17145         * gcc.dg/altivec-2.c: New.
17146
17147 2001-12-07  Richard Henderson  <rth@redhat.com>
17148
17149         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
17150
17151 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
17152
17153         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
17154         ultrasparc.
17155
17156 2001-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
17157
17158         * g++-old.deja/g++.robertl/eb101.C: Deleted.
17159
17160 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
17161
17162         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
17163         variable argument list.
17164
17165 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
17166
17167         * gcc.c-torture/execute/memcheck: Delete entire directory.
17168         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
17169         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
17170
17171 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
17172
17173         * gcc.dg/Wshadow-1.c: New test.
17174
17175 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
17176
17177         * gcc.c-torture/compile/20011130-1.c: New test.
17178
17179         * gcc.dg/noncompile/20011025-1.c: New test.
17180
17181         * g++.dg/other/anon-union.C: New test.
17182
17183         * gcc.c-torture/execute/20011024-1.c: New test.
17184
17185 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
17186
17187         * gcc.c-torture/execute/20000722-1.x,
17188         gcc.c-torture/execute/20010123-1.x: Remove.
17189         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
17190         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
17191         gcc.dg/c99-complit-2.c: New tests.
17192
17193 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
17194
17195         * g++.dg/inherit/base1.C: New test.
17196
17197 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
17198
17199         * g++.dg/other/stdarg1.C: New test.
17200
17201         * gcc.c-torture/compile/20011130-2.c: New test.
17202
17203 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
17204
17205         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
17206         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
17207         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
17208         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
17209         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
17210         * gcc.dg/builtin-prefetch-1.c: New test.
17211
17212 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
17213
17214         * gcc.dg/20011130-1.c: New test.
17215
17216 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
17217
17218         * g++.dg/other/scope1.C: New test.
17219         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
17220
17221 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
17222
17223         * gcc.dg/vla-init-1.c: New test.
17224
17225 2001-12-01  Geoff Keating  <geoffk@redhat.com>
17226
17227         * gcc.c-torture/compile/structs.c: New testcase from GDB.
17228
17229 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
17230
17231         * objc.dg/alias.m: Update.
17232         * objc.dg/class-1.m: Update.
17233         * objc.dg/const-str-1.m: Update.
17234         * objc.dg/fwd-proto-1.m: Update.
17235         * objc.dg/id-1.m: Update.
17236         * objc.dg/super-class-1.m: Update.
17237
17238 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
17239
17240         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
17241         constructs.
17242
17243 2001-11-28  Jeffrey A Law  (law@cygnus.com)
17244
17245         * gcc.c-torture/execute/20011128-1.c: New test.
17246
17247 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
17248
17249         * gcc.dg/20011127-1.c: New test.
17250
17251 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
17252
17253         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
17254         from Austin Group draft 7.
17255         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
17256         scanf format arguments.
17257         * gcc.dg/format/no-exargs-2.c: New test.
17258
17259 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
17260
17261         * g++.dg/abi/vbase8-4.C: New test.
17262
17263 2001-11-24  Ian Lance Taylor  <ian@airs.com>
17264
17265         * gcc.c-torture/execute/20011121-1.c: New test.
17266
17267 2001-11-23  Jeffrey A Law  (law@cygnus.com)
17268
17269         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
17270
17271 2001-11-23  Andreas Jaeger  <aj@suse.de>
17272
17273         * gcc.dg/cpp/charconst-2.c: New test.
17274
17275 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
17276
17277         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
17278         to the host if it is remote.  Let tests specify extra headers
17279         they use.
17280         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
17281         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
17282         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
17283         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
17284         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
17285         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
17286         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
17287         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
17288         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
17289         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
17290
17291 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
17292
17293         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
17294         for little endian ARMs.
17295
17296 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
17297
17298         * gcc.c-torture/compile/20011119-1.c: New test.
17299         * gcc.c-torture/compile/20011119-2.c: New test.
17300
17301 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
17302
17303         * gcc.dg/altivec-1.c: Fix typo.
17304
17305 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
17306
17307         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
17308
17309 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
17310
17311         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
17312
17313 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
17314
17315         * lib/g77.exp: Don't specify --rpath-link.
17316
17317         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
17318         across all the headers.
17319         * gcc.dg/format/format.exp: For testing on a remote host,
17320         copy format.h.
17321
17322         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
17323         * gcc.c-torture/execute/930406-1.c: Likewise.
17324         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
17325
17326 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
17327
17328         * gcc.dg/altivec-1.c: New.
17329
17330 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
17331
17332         * gcc.dg/cpp/fpreprocessed.c: New test case.
17333
17334 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
17335
17336         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
17337         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
17338         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
17339
17340 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
17341
17342         * gcc.dg/no-builtin-1.c: New test.
17343
17344 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
17345
17346         * gcc.c-torture/execute/20011115-1.c: New test.
17347
17348 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
17349
17350         * gcc.c-torture/compile/20011114-2.c: New test.
17351         * gcc.c-torture/compile/20011114-3.c: New test.
17352         * gcc.c-torture/compile/20011114-4.c: New test.
17353
17354 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
17355
17356         * g++.dg/other/init1.C: New test.
17357
17358 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
17359
17360         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
17361         message.
17362
17363         * gcc.c-torture/execute/20011114-1.c: New testcase.
17364
17365         * gcc.c-torture/compile/20010327-1.c: Revert last change.
17366         * gcc.c-torture/compile/20011114-1.c: New test, exactly
17367         like the (before this change) version of 20010327-1.c.
17368
17369 2001-11-14  Roger Sayle <roger@eyesopen.com>
17370
17371         * gcc.c-torture/execute/string-opt-13.c: New testcase.
17372
17373 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
17374
17375         * g++.dg/init/array2.C: New test.
17376
17377 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
17378
17379         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
17380
17381 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
17382
17383         * g++.dg/other/forscope1.C: New test.
17384         * g++.dg/ext/forscope1.C: New test.
17385         * g++.dg/ext/forscope2.C: New test.
17386
17387 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
17388
17389         * gcc.c-torture/execute/20011113-1.c: New test.
17390
17391 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
17392
17393         * gcc.c-torture/execute/20011109-2.c: New test.
17394
17395         * gcc.c-torture/execute/20011109-1.c: New test.
17396
17397 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
17398
17399         * gcc.c-torture/compile/20011109-1.c: New test.
17400
17401 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
17402
17403         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
17404         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
17405         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
17406         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
17407         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
17408         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
17409         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
17410
17411 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
17412
17413         * g++.dg/warn/Wshadow-1.C: New tests.
17414         * g++.old-deja/g++.mike/for3.C: Update.
17415
17416 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
17417
17418         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
17419         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
17420         XFAILs.  Adjust expected error texts.
17421         * gcc.c-torture/compile/20011106-1.c,
17422         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
17423         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
17424         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
17425         gcc.dg/c99-array-lval-5.c: New tests.
17426
17427 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
17428
17429         * gcc.dg/cpp/defined.c: Update.
17430
17431 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
17432
17433         * gcc.c-torture/execute/anon-1.c: New test.
17434
17435 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
17436
17437         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
17438         same size, so no warning should be produced on stormy16.
17439
17440         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
17441         due to oversized array.
17442         * g++.old-deja/g++.mike/ns15.C: Likewise.
17443         * g++.old-deja/g++.pt/crash16.C: Likewise.
17444
17445 2001-11-02  Graham Stott  <grahams@redhat.com>
17446
17447         * g++.dgother/debug1.C: Fix typos.
17448
17449 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
17450
17451         * g++.dg/other/debug1.C: New test.
17452
17453 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
17454
17455         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
17456         of unsigned long.
17457
17458 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
17459
17460         * gcc.dg/20011029-2.c: New test.
17461
17462         * gcc.c-torture/compile/20011029-1.c: New test.
17463
17464 2001-10-29  Nicola Pero  <n.pero@mi.flashnet.it>
17465
17466         * objc/execute/class_self-1.m: New test.
17467         * objc/execute/class_self-2.m: New test.
17468
17469 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
17470
17471         * gcc.misc-tests/msgs.exp: Delete.
17472         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
17473         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
17474         error set to match recent changes.
17475
17476 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
17477
17478         * gcc.dg/20011021-1.c: New test.
17479
17480 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
17481
17482         * gcc.c-torture/compile/20011023-1.c: New test.
17483
17484 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
17485
17486         * lib/g77.exp: Rewrite based on lib/g++.exp.
17487
17488 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
17489
17490         * gcc.c-torture/execute/20011019-1.c: New test.
17491
17492         * gcc.dg/20011018-1.c: New test.
17493
17494 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
17495
17496         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
17497
17498 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
17499
17500         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
17501         * gcc.dg/attr-invalid.c: Likewise.
17502
17503 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
17504
17505         * testsuite/gcc.dg/20011015-1.c: New test.
17506
17507 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
17508
17509         * g++.dg/template/unify2.C: New test.
17510
17511 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
17512
17513         * g++.dg/other/exception-specification.C: New test
17514
17515 2001-10-13  Tom Rix  <trix@redhat.com>
17516
17517         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
17518         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
17519
17520 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
17521
17522         * testsuite/gcc.dg/20011009-1.c: New test.
17523
17524 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
17525
17526         PR g++/4476
17527         * g++.dg/other/friend1.C: New test.
17528
17529 2001-10-11  Richard Henderson  <rth@redhat.com>
17530
17531         * g++.old-deja/g++.other/crash18.C: Add -S to options.
17532
17533 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17534
17535         * gcc.c-torture/compile/20011010-1.c: New.
17536
17537 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
17538
17539         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
17540         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
17541         g77.f-torture/execute/execute.exp,
17542         g77.f-torture/noncompile/noncompile.exp,
17543         gcc.c-torture/compile/compile.exp,
17544         gcc.c-torture/execute/execute.exp,
17545         gcc.c-torture/execute/ieee/ieee.exp,
17546         gcc.c-torture/execute/memcheck/memcheck.exp,
17547         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
17548         objc/execute/execute.exp: Update FSF address.
17549
17550 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
17551
17552         * gcc.dg/cpp/cmdlne-C.c: Update.
17553         * gcc.dg/cpp/cmdlne-C2.c: New.
17554
17555 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17556
17557         * gcc.c-torture/execute/20011008-3.c: New.
17558
17559 2001-10-08  DJ Delorie  <dj@redhat.com>
17560
17561         * gcc.dg/20011008-1.c: New.
17562         * gcc.dg/20011008-2.c: New.
17563
17564 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
17565
17566         * gcc.dg/cpp/spacing1.c: Update test.
17567
17568 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
17569
17570         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
17571         spelling errors of "separate" as "seperate".
17572
17573 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
17574
17575         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
17576         enough to avoid inlining.
17577
17578 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
17579
17580         * lib/g77.exp: set libg2c_dir correctly.
17581
17582 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
17583
17584         * gcc.dg/cpp/macro11.c: New test.
17585
17586 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
17587
17588         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
17589         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
17590         gcc.dg/format/multattr-3.c: New tests.
17591         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
17592         tests for format attributes on function pointers being rejected.
17593
17594 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
17595
17596         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
17597
17598 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
17599
17600         * g++.dg/warn/format1.C: New test.
17601
17602 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
17603
17604         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
17605
17606 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
17607
17608         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
17609
17610 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
17611
17612         * gcc.dg/cpp/redef2.c: Add test.
17613
17614 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
17615
17616         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
17617         long-standing bug on i686, apparently.
17618         * gcc.c-torture/execute/loop-2c.x: New file.
17619         * gcc.c-torture/execute/loop-2d.x: New file.
17620         * gcc.c-torture/execute/loop-3c.x: New file.
17621
17622 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
17623
17624         * gcc.dg/cpp/20000625-2.c: Correct line number.
17625
17626 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
17627
17628         * gcc.dg/cpp/macro10.c: New test.
17629         * gcc.dg/cpp/strify3.c: New test.
17630         * gcc.dg/cpp/spacing1.c: Add tests.
17631         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
17632         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
17633
17634 2001-09-24  DJ Delorie  <dj@redhat.com>
17635
17636         * gcc.c-torture/execute/20010924-1.c: New test.
17637
17638 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
17639
17640         * testsuite/objc/execute/paste.m: Remove.
17641
17642 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
17643
17644         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
17645
17646 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
17647
17648         * g77.dg/strlen0.f: New test.
17649
17650 2001-09-21  Richard Henderson  <rth@redhat.com>
17651
17652         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
17653         * g++.old-deja/g++.abi/vtable2.C: Likewise.
17654
17655 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
17656
17657         Table-driven attributes.
17658         * g++.dg/ext/attrib1.C: New test.
17659
17660 2001-09-20  DJ Delorie  <dj@redhat.com>
17661
17662         * gcc.dg/20000926-1.c: Update expected warning messages.
17663         * gcc.dg/array-2.c: Likewise, and test for warnings too.
17664         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
17665         array.
17666
17667 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
17668
17669         * g++.dg/eh/registers1.C: New test case.
17670
17671 2001-09-17  Richard Henderson  <rth@redhat.com>
17672
17673         * gcc.dg/array-5.c: Fix VLA decomposition test.
17674
17675 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
17676
17677         * gcc.dg/cpp/line5.c: New testcase.
17678
17679 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
17680
17681         * gcc.dg/cpp/macro9.c: New test.
17682
17683 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
17684
17685         * gcc.c-torture/execute/980223.c: Change type of addr from long
17686         to char *.
17687
17688 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
17689
17690         * gcc.c-torture/execute/20010915-1.c: New test.
17691
17692 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
17693
17694         * g77.dg/bprob: New directory.
17695         * g77.dg/bprob/bprob.exp: New file.
17696         * g77.dg/bprob/bprob-1.f: New test.
17697         * g77.dg/gcov: New directory.
17698         * g77.dg/gcov/gcov.exp: New file.
17699         * g77.dg/gcov/gcov-1.f: New test.
17700         * g77.dg/gcov/gcov-1.x: New file.
17701
17702 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
17703
17704         * gcc.dg/cpp/directiv.c: Update.
17705         * gcc.dg/cpp/undef1.c: Update.
17706
17707 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
17708
17709         * gcc.dg/20010912-1.c: New test.
17710
17711 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
17712
17713         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
17714         language-independent file in lib.
17715         * lib/gcov.exp: New file.
17716
17717 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
17718
17719         * gcc.c-torture/compile/20010911-1.c: New test.
17720
17721 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
17722
17723         * lib/profopt.exp: New, to support profile-directed optimizations.
17724         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
17725         * gcc.misc-tests/bprob-1.c: New test.
17726         * gcc.misc-tests/bprob-2.c: New test.
17727
17728 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
17729
17730         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
17731         XFAIL and which kinds of gcov output to verify.
17732         * gcc.misc-tests/gcov-4b.x: New file.
17733         * gcc.misc-tests/gcov-5b.x: New file.
17734         * gcc.misc-tests/gcov-6.x: New file.
17735         * gcc.misc-tests/gcov-7.c: New test.
17736         * gcc.misc-tests/gcov-7.x: New file.
17737
17738 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
17739
17740         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
17741         * gcc.misc-tests/gcov-6.c: New test.
17742
17743 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
17744
17745         PR c++/3986
17746         * g++.dg/abi/vbase1.C: New test.
17747
17748 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
17749
17750         * objc.dg/method-2.m: New.
17751
17752 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
17753
17754         PR c++/4203
17755         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
17756         * g++.dg/init/empty1.C: New test.
17757
17758 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
17759
17760         * gcc.c-torture/compile/20010903-1.c: New test.
17761
17762 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
17763
17764         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
17765         for m68k.
17766
17767 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
17768
17769         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
17770
17771         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
17772
17773         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
17774
17775 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
17776
17777         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
17778         for 16-bit 'unsigned int'.
17779
17780 2001-08-29  Kazu Hirata  <kazu@hxi.com>
17781
17782         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
17783
17784 2001-08-27  Richard Henderson  <rth@redhat.com>
17785
17786         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
17787         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
17788
17789 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
17790
17791         * gcc.dg/asm-names.c (ymain): New.
17792
17793 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
17794
17795         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
17796         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
17797         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
17798
17799 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17800
17801         * gcc.dg/compare5.c: New testcase.
17802
17803 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
17804
17805         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
17806         and "In instantiation".
17807
17808 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
17809
17810         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
17811
17812 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
17813
17814         * gcc.misc-tests/gcov.exp: Add support for branch information.
17815         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
17816         * gcc.misc-tests/gcov-4.c: New test.
17817         * gcc.misc-tests/gcov-4b.c: New test.
17818         * gcc.misc-tests/gcov-5b.c: New test.
17819
17820 2001-08-20  Zack Weinberg  <zackw@panix.com>
17821
17822         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
17823         expected to fail.
17824
17825 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
17826
17827         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
17828
17829 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
17830
17831         * g++.dg/eh/template1.C: New test.
17832
17833 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
17834
17835         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
17836         Fix thinko.
17837         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
17838         for xfail.
17839
17840 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
17841
17842         * lib/g77-dg.exp:  Use prune.exp for common procedures
17843         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
17844         * lib/g77.exp: (g77-dg-prune) Remove
17845
17846 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
17847
17848         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
17849
17850 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
17851
17852         * g++.dg/template/unify1.C: New test.
17853
17854 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
17855
17856         * g++.dg/abi/empty4.C: New test.
17857
17858 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
17859
17860         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
17861         solaris2.*
17862         * g77.f-torture/compile/pr3743.x: Likewise
17863
17864 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
17865
17866         * g++.dg/other/using-declaration.C: New test.
17867
17868 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
17869
17870         * gcc.dg/cpp/tr-sign.c: New testcase.
17871
17872 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
17873
17874         * gcc.dg/cpp/19951025-1.c: Revert.
17875         * gcc.dg/cpp/directiv.c: We no longer process directives that
17876         interrupt macro arguments.
17877
17878 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
17879
17880         * gcc.dg/bconstp-1.c: New test.
17881
17882 2001-08-03  Richard Henderson  <rth@redhat.com>
17883
17884         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
17885
17886 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
17887
17888         * gcc.dg/cpp/19951025-1.c: Update.
17889
17890 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
17891
17892         * g77.dg/ff90-1.f (s): Fix reference of variable z,
17893         should be x.
17894
17895 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
17896
17897         Kill -fhonor-std.
17898         * g++.old-deja/g++.ns/ns14.C: Remove special options.
17899         * g++.old-deja/g++.other/std1.C: Likewise.
17900         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
17901
17902 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
17903
17904         * lib/g77.exp:  Load gcc-defs.exp for common procedures
17905         (g77_pass, g77_fail, g77_finish, g77_exit,
17906         ${tool}_check_unsupported_p} Now redundant.  Deleted.
17907
17908 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
17909
17910         * g77.dg/fbackslash.f
17911         * g77.dg/fcase-preserve.f
17912         * g77.dg/ff90-1.f
17913         * g77.dg/ffixed-line-length-0.f
17914         * g77.dg/ffixed-line-length-132.f
17915         * g77.dg/ffixed-line-length-7.f
17916         * g77.dg/ffixed-line-length-72.f
17917         * g77.dg/ffixed-line-length-none.f
17918         * g77.dg/ffree-form-1.f
17919         * g77.dg/fno-backslash.f
17920         * g77.dg/fno-f90-1.f
17921         * g77.dg/fno-fixed-form-1.f
17922         * g77.dg/fno-onetrip.f
17923         * g77.dg/fno-typeless-boz.f
17924         * g77.dg/fno-underscoring.f
17925         * g77.dg/fno-vxt-1.f
17926         * g77.dg/fonetrip.f
17927         * g77.dg/ftypeless-boz.f
17928         * g77.dg/fugly-assumed.f
17929         * g77.dg/funderscoring.f
17930         * g77.dg/fvxt-1.f
17931
17932 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
17933
17934         * objc.dg/fwd-proto-1.m: New.
17935         * objc.dg/local-decl-1.m: New.
17936         * objc.dg/naming-1.m: New.
17937         * objc.dg/naming-2.m: New.
17938         * objc.dg/proto-hier-1.m: New.
17939
17940 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
17941
17942         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
17943         largest-type elements to a struct makes its size grow.
17944
17945 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
17946
17947         * g++.dg/abi/vthunk1.C: New test.
17948
17949 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
17950
17951         * g++.dg/abi/vbase8-22.C: New test.
17952
17953 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
17954
17955         * gcc.dg/cpp/macro8.c: New test.
17956
17957 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
17958
17959         * g++.dg/abi/vbase8-21.C: New test.
17960
17961 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
17962
17963         * g++.dg/abi/vbase8-10.C: New test.
17964
17965 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
17966
17967         * lib/g++.exp (g++_set_ld_library_path): Renamed to
17968         ${tool}_set_ld_library_path.
17969         Changed caller.
17970         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
17971         g++.exp.
17972
17973 2001-07-26  Stan Cox <scox@redhat.com>
17974
17975         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
17976         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
17977         gcc_exit, gcc_check_unsupported_p):
17978         Moved to gcc-deps.exp
17979         * gcc-deps.exp: New file.
17980
17981 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
17982
17983         * g++.old-deja/g++.pt/defarg14.C: New test.
17984
17985 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
17986
17987         * g++.old-deja/g++.other/lineno5.C: New test.
17988
17989 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
17990
17991         * g++.old-deja/g++.pt/crash68.C: New test.
17992
17993 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
17994
17995         * g++.old-deja/g++.other/crash42.C: New test.
17996
17997 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
17998
17999         * gcc.dg/cpp/extratokens.c: Fix.
18000         * gcc.dg/cpp/skipping2.c: New tests.
18001
18002 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18003
18004         * gcc.c-torture/execute/20010724-1.c: New file.
18005         * gcc.c-torture/execute/20010724-1.x: New file.
18006
18007 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
18008
18009         * g++.old-deja/g++.other/cond7.C: New test.
18010
18011 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
18012
18013         * g++.old-deja/g++.other/optimize4.C: New test.
18014
18015 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
18016
18017         * g++.old-deja/g++.abi/vbase8-5.C: New test.
18018
18019 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
18020
18021         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
18022         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
18023         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
18024         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
18025
18026         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
18027         bug report" message.
18028
18029         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
18030         * g++.dg/ext/instantiate1.C: Move from old-deja.
18031
18032 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
18033
18034         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
18035         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
18036         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
18037         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
18038
18039 2001-07-23  Jeffrey A Law  (law@cygnus.com)
18040
18041         * gcc.c-torture/execute/20010723-1.c: New test.
18042
18043 2001-07-23  Ben Elliston  <bje@redhat.com>
18044
18045         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
18046
18047 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
18048
18049         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
18050         i[34567]86-*-*.
18051         Delete handling of ieee_multilib_flags.
18052         Pass -mieee for alpha*-*-* and sh-*-*.
18053         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
18054
18055 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
18056
18057         Remove old-abi tests.
18058         * g++.old-deja/g++.mike/p11116.C: Remove.
18059         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
18060
18061 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
18062
18063         * g77.f-torture/compile/pr3743.f:  New test
18064
18065 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
18066
18067         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
18068
18069 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18070
18071         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
18072         g++.old-deja/g++.pt/static6.C: Likewise.
18073         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
18074         supports weak symbols.
18075
18076 2001-07-18  Andreas Jaeger  <aj@suse.de>
18077
18078         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
18079         supported again.
18080
18081 2001-07-18  Andreas Jaeger  <aj@suse.de>
18082
18083         * gcc.dg/iftrap-1.c: Fix target line.
18084
18085 2001-07-17  Richard Henderson  <rth@redhat.com>
18086
18087         * gcc.c-torture/execute/20010717-1.c: New.
18088
18089 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
18090
18091         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
18092         tests.
18093
18094 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
18095
18096         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
18097
18098 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18099
18100         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
18101         UAC_SIGBUS, UAC_NOPRINT definitions.
18102
18103 2001-07-16  Nicola Pero  <n.pero@mi.flashnet.it>
18104
18105         * objc/execute/object_is_class.m: New test.
18106         * objc/execute/object_is_meta_class.m: New test.
18107
18108 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
18109
18110         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
18111         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
18112
18113 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
18114
18115         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
18116         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
18117
18118 2001-07-14  Richard Henderson  <rth@redhat.com>
18119
18120         * gcc.dg/iftrap-1.c: New.
18121
18122 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
18123
18124         * g77.f-torture/execute/intrinsic77.f: New test.
18125
18126 2001-07-11  Janis Johnson <janis@us.ibm.com>
18127
18128         * gcc.misc-tests/gcov-3.c: New test.
18129
18130 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
18131
18132         * gcc.c-torture/compile/20010711-1.c,
18133         * gcc.c-torture/compile/20010711-2.c: New tests.
18134
18135 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
18136
18137         * gcc.c-torture/execute/20010711-1.c: New test.
18138
18139 2001-07-11  Ben Elliston  <bje@redhat.com>
18140
18141         * g++.old-deja/g++.other/enum5.C: New test.
18142
18143 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
18144
18145         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
18146         (g++-dg-prune): Call prune_gcc_output.
18147         * prune.exp: New file for prune_gcc_output.
18148         * lib/g++.exp, lib/gcc.exp: Load it.
18149
18150 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
18151
18152         * gcc.c-torture/compile/20010701-1.c,
18153         g++.old-deja/g++.ext/attrib6.C: New tests.
18154
18155 2001-07-06  Jeffrey A Law  (law@cygnus.com)
18156
18157         * gcc.c-torture/compile/20010706-1.c: New test.
18158
18159 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
18160
18161         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
18162
18163 2001-06-28  Stan Shebs  <shebs@apple.com>
18164
18165         * gcc.dg/pragma-darwin.c: New test.
18166
18167 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18168
18169         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
18170         Solaris 2.[678] system.
18171
18172 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
18173
18174         * gcc.dg/20010622-1.c: New test.
18175
18176 2001-06-18  Stan Shebs  <shebs@apple.com>
18177
18178         * objc.dg: New directory.
18179         * objc.dg/dg.exp: New file.
18180         * objc.dg/alias.m: New.
18181         * objc.dg/class-1.m: New.
18182         * objc.dg/class-2.m: New.
18183         * objc.dg/const-str-1.m: New.
18184         * objc.dg/const-str-2.m: New.
18185         * objc.dg/id-1.m: New.
18186         * objc.dg/method-1.m: New.
18187         * objc.dg/super-class-1.m: New.
18188         * lib/objc-dg.exp: New file.
18189
18190 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18191
18192         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
18193         of label name.
18194
18195 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
18196
18197         * g++.old-deja/g++.abi/vbase8-9.C: New test.
18198
18199 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
18200
18201         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
18202         variable.
18203
18204 2001-06-12  Richard Henderson  <rth@redhat.com>
18205
18206         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
18207
18208 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
18209
18210         * g++.old-deja/g++.abi/vbase5.C: New test.
18211         * g++.old-deja/g++.abi/vbase6.C: New test.
18212         * g++.old-deja/g++.abi/vbase7.C: New test.
18213
18214 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18215
18216         * gcc.c-torture/compile/20010610-1.c: New test.
18217
18218 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
18219
18220         * g++.old-deja/g++.abi/vbase4.C: New test.
18221
18222 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
18223
18224         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
18225         support %f for HC11/HC12 targets.
18226         * gcc.c-torture/execute/930513-1.x: New file, likewise.
18227         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
18228         on HC11/HC12 targets.
18229         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
18230
18231 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18232
18233         * gcc.dg/wchar_t-1.c: New file.
18234         * gcc.dg/wint_t-1.c: Likewise.
18235
18236 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
18237
18238         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
18239
18240 2001-06-11  Richard Henderson  <rth@redhat.com>
18241
18242         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
18243
18244 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
18245
18246         * gcc.c-torture/compile/20010611-1.c: New test.
18247
18248 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
18249
18250         * gcc.dg/c99-tag-1.c: Add more tests.
18251
18252 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
18253
18254         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
18255         representation on MN10300 and ARM/Thumb.
18256
18257 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
18258
18259         * g77.f-torture/execute/20010610.f: New.
18260
18261 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
18262
18263         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
18264         names.
18265
18266 2001-06-09  Richard Henderson  <rth@redhat.com>
18267
18268         * gcc.c-torture/execute/ashrdi-1.c: New.
18269         * gcc.c-torture/execute/ashldi-1.c: New.
18270         * gcc.c-torture/execute/lshrdi-1.c: New.
18271
18272 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
18273
18274         * objc/execute/load-3.m: Added. Check sending +load to categories,
18275         in addition to classes.
18276
18277 2001-06-08  Stan Shebs  <shebs@apple.com>
18278
18279         * objc/execute/load-2.m: New test.  From Nicola Pero
18280         <n.pero@mi.flashnet.it>.
18281
18282 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
18283
18284         * gcc.c-torture/execute/20010605-2.c: New test.
18285
18286 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
18287
18288         * g++.old-deja/g++.abi/vbase2.C: New test.
18289         * g++.old-deja/g++.abi/vbase3.C: New test.
18290
18291 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
18292
18293         * g++.old-deja/g++.pt/friend49.C: New test.
18294
18295 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
18296
18297         * g++.old-deja/g++.ext/anon3.C: New test.
18298
18299 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
18300
18301         * g++.old-deja/g++.other/conv7.C: New test.
18302
18303 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
18304
18305         * gcc.c-torture/compile/20010605-2.c: New test.
18306
18307 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18308
18309         * gcc.c-torture/execute/20010604-1.c: New test.
18310
18311 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
18312
18313         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
18314
18315 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
18316
18317         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
18318         (g++_link_flags): Likewise.
18319         (g++_init): Pass gccpath's value to two previous functions.
18320
18321 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18322
18323         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
18324         Ensure logfile entry matches exec command line.
18325
18326 2001-05-31  Richard Henderson  <rth@redhat.com>
18327
18328         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
18329         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
18330
18331 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
18332
18333         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
18334         compiler for irix6.2
18335
18336 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
18337
18338         * g++.old-deja/g++.other/optimize3.C: New file.
18339
18340 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
18341
18342         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
18343         assemble.
18344
18345 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
18346
18347         * g++.old-deja/g++.other/optimize2.C: New file.
18348
18349 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
18350
18351         * gcc.c-torture/compile/20010518-2.c: New file.
18352         * gcc.c-torture/execute/20010518-1.c: New file.
18353         * gcc.c-torture/execute/20010518-2.c: New file.
18354
18355 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
18356
18357         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
18358
18359 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
18360
18361         G++ no longer defines builtins that do not begin with __builtin.
18362         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
18363         * g++.old-deja/g++.brendand/misc13.C: Likewise.
18364         * g++.old-deja/g++.law/builtin1.C: Likewise.
18365         * g++.old-deja/g++.law/cvt2.C: Likewise.
18366         * g++.old-deja/g++.mike/net5.C: Likewise.
18367         * g++.old-deja/g++.other/builtins1.C: Likewise.
18368         * g++.old-deja/g++.other/builtins2.C: Likewise.
18369         * g++.old-deja/g++.other/builtins3.C: Likewise.
18370         * g++.old-deja/g++.other/builtins4.C: Likewise.
18371         * g++.old-deja/g++.other/inline8.C: Likewise.
18372         * g++.old-deja/g++.robertl/eb39.C: Likewise.
18373
18374 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
18375
18376         * g++.old-deja/g++.pt/using1.C: Adjust.
18377         * g++.old-deja/g++.pt/using2.C: New test.
18378
18379 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
18380
18381         * gcc.dg/cpp/charconst.c: New tests.
18382         * gcc.dg/cpp/escape.c: New tests.
18383         * gcc.dg/cpp/escape-1.c: New tests.
18384         * gcc.dg/cpp/escape-2.c: New tests.
18385         * gcc.dg/cpp/ucs.c: New tests.
18386
18387 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
18388
18389         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
18390         native compiler for irix6.5.
18391
18392 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
18393
18394         * lib/g++.exp (g++_include_flags): Use args to compute
18395         get_multilibs.
18396         (g++_link_flags): Likewise.
18397         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
18398
18399 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
18400
18401         * gcc.dg/c90-hexfloat-1.c: Add more tests.
18402
18403 2001-05-21  Geoff Keating  <geoffk@redhat.com>
18404
18405         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
18406         this file.
18407
18408 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
18409
18410         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
18411         STACK_SIZE;
18412         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
18413         to STACK_SIZE; Use it to define size of add_histo array.
18414         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
18415         to STACK_SIZE.
18416         (f): Use GITT_SIZE to define size of gitt local table.
18417         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
18418         to STACK_SIZE; Use it to define size of bytemem array.
18419
18420 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
18421
18422         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
18423         on 68HC11/HC12 due to the asm instruction.
18424         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
18425         * gcc.c-torture/compile/920520-1.x: Likewise.
18426         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
18427         on 68HC11/HC12 because the function is larger than 64K.
18428         * gcc.c-torture/compile/961203-1.x: New file, this test fails
18429         on 68HC11/HC12 because the structure is too large.
18430
18431 2001-05-20  Richard Henderson  <rth@redhat.com>
18432
18433         * gcc.c-torture/execute/20010520-1.c: New.
18434
18435 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18436
18437         * g++.old-deja/g++.warn/compare1.C: New test.
18438         * gcc.dg/compare4.c: New test.
18439
18440 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
18441
18442         * g++.old-deja/g++.other/optimize1.C: New test.
18443
18444 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
18445
18446         * g++.old-deja/g++.pt/spec41.C: New test.
18447
18448 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
18449
18450         * gcc.c-torture/compile/20010114-1.x: Remove.
18451
18452 2001-05-18  Stan Shebs  <shebs@apple.com>
18453
18454         * gcc.c-torture/compile/20010518-1.c: New test.
18455
18456 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
18457
18458         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
18459         * g++.old-deja/g++.pt/crash67.C: New test.
18460
18461 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
18462
18463         * g++.old-deja/g++.other/debug9.C: New test.
18464
18465 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
18466
18467         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
18468
18469 2001-05-16  Jan Hubicka  <jh@suse.cz>
18470
18471         * gcc.c-torture/compile/20010516-1.c: New test.
18472
18473 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
18474
18475         * g++.old-deja/g++.other/crash41.C: New test.
18476
18477 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
18478
18479         * g++.old-deja/g++.pt/crash66.C: New test.
18480
18481 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
18482
18483         * g++.old-deja/g++.robertl/eb27.C: Convert.
18484
18485 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
18486
18487         * g++.dg/friend-warn.C: New test.  Do not warn about friend
18488         declaration being redundant.
18489
18490 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
18491
18492         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
18493
18494 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
18495
18496         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
18497
18498 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
18499
18500         * lib/g++.exp: Use testsuite_flags.
18501
18502 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
18503
18504         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
18505
18506 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18507
18508         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
18509
18510 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
18511
18512         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
18513
18514 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
18515
18516         * gcc.c-torture/compile/20010313-1.c: New test.
18517
18518 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
18519
18520         * gcc.dg/cpp/direct2.c: New test.
18521         * gccq.dg/cpp/direct2s.c: New test.
18522
18523         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
18524
18525 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
18526
18527         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
18528         * g++.old-deja/g++.other/op3.C: Likewise.
18529
18530 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
18531
18532         * gcc.dg/cpp/syshdr.h: New file.
18533         * gcc.dg/cpp/sysmac1.c: Update.
18534         * gcc.dg/cpp/sysmac2.c: Update.
18535
18536 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
18537
18538         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
18539
18540 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
18541
18542         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
18543         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
18544
18545 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
18546
18547         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
18548
18549 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
18550
18551         * lib/g++.exp (g++_include_flags): Don't use any special flags
18552         if TESTING_IN_BUILD_TREE is not defined.
18553         (g++_init): Use a plain 'c++' as the compiler if
18554         TESTING_IN_BUILD_TREEE is not defined.
18555
18556 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
18557
18558         * g++.old-deja/g++.eh/catch13.C: New test.
18559         * g++.old-deja/g++.eh/catch14.C: New test.
18560
18561 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
18562
18563         * gcc.dg/cpp/tr-define.c: New test.
18564
18565 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
18566
18567         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
18568         <stdlib.h>, not <malloc.h>.
18569
18570 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
18571
18572         * g++.old-deja/g++.ns/template17.C: New test.
18573
18574 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
18575
18576         * g++.old-deja/g++.pt/ref4.C: New test.
18577
18578 2001-04-30  Richard Henderson  <rth@redhat.com>
18579
18580         * gcc.dg/20000724-1.c: Revert last change.
18581
18582 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
18583
18584         * g77.f-torture/execute/20010430.f: New test.
18585
18586 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
18587
18588         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
18589
18590 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
18591
18592         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
18593
18594 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
18595
18596         * g++.old-deja/g++.eh/crash6.C: New test.
18597
18598 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
18599
18600         * g++.old-deja/g++.other/warn7.C: New test.
18601
18602 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
18603
18604         * g++.old-deja/g++.other/defarg9.C: New test.
18605
18606 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
18607
18608         * g77.f-torture/compile/20010426.f: New test.
18609         * g77.f-torture/execute/20010426.f: New test.
18610
18611 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
18612
18613         * g77.f-torture/compile/20000629-1.x: Remove - error
18614         has been fixed.
18615
18616 2001-04-26  Jeffrey A Law  (law@cygnus.com)
18617
18618         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
18619         Tweak slightly to work with g++.dg framework.
18620         * g++.dg/special/ecos.exp: Run initp1.C test.
18621         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
18622
18623         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
18624         its linker doesn't give line numbers either.
18625         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
18626
18627 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
18628
18629         * g++.old-deja/g++.other/lex1.C: New test.
18630
18631 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
18632
18633         * gcc.dg/noncompile/20010425-1.c: New test.
18634
18635 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
18636
18637         * g++.old-deja/g++.pt/mangle2.C: New test.
18638
18639 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
18640
18641         * gcc.dg/format/plus-1.c: New test.
18642
18643 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
18644
18645         * gcc.dg/20010423-1.c: New test.
18646
18647 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
18648
18649         * gcc.c-torture/execute/20010422-1.c: New test.
18650
18651 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
18652
18653         * g++.old-deja/g++.ns/type2.C: New test.
18654
18655 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
18656
18657         * g++.old-deja/g++.other/perf1.C: New test.
18658
18659 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
18660
18661         * gcc.dg/c99-func-2.c: Remove xfail.
18662         * gcc.dg/c99-func-3.c: Remove xfail.
18663         * gcc.dg/c99-func-4.c: Remove xfail.
18664
18665 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
18666
18667         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
18668
18669 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
18670
18671         * gcc.c-torture/compile/20010423-1.c: New test.
18672
18673 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
18674
18675         * g++.old-deja/g++.pt/typename28.C: New test.
18676
18677 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
18678
18679         * g++.old-deja/g++.abi/empty2.C: New test.
18680         * g++.old-deja/g++.abi/empty3.C: New test.
18681
18682 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
18683
18684         * g++.old-deja/g++.other/comdat2.C: New test.
18685         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
18686
18687 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
18688
18689         * g++.old-deja/g++.other/overload14.C: New test.
18690
18691 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
18692
18693         * g++.old-deja/g++.other/lookup23.C: New test.
18694
18695 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
18696
18697         * gcc.c-torture/execute/20010403-1.c: New test.
18698
18699 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
18700             Mark Mitchell  <mark@codesourcery.com>
18701
18702         * lib/old-dejagnu.exp: Don't delete output of executable.
18703         Add .exe suffix to executables.
18704
18705 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
18706
18707         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
18708
18709 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18710
18711         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
18712
18713 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
18714
18715         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
18716         * g++.old-deja/g++.abi/crash1.C: New test.
18717
18718 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
18719
18720         * g++.old-deja/g++.other/crash40.C: New test.
18721
18722 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18723
18724         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
18725
18726 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
18727
18728         * g++.old-deja/g++.other/warn6.C: New test.
18729
18730 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
18731
18732         * g++.old-deja/g++.robertl/eb42.C: Same.
18733
18734 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18735
18736         * gcc.dg/wtr-conversion-1.c: New testcase.
18737
18738 2001-04-10  Richard Henderson  <rth@redhat.com>
18739
18740         * g++.old-deja/g++.other/array5.C: New.
18741
18742 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
18743
18744         * gcc.c-torture/execute/20010408-1.c: New test.
18745
18746 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
18747
18748         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
18749         headers and constructs.
18750         * g++.old-deja/g++.robertl/eb79.C: Same.
18751         * g++.old-deja/g++.robertl/eb77.C (main): Same.
18752         * g++.old-deja/g++.robertl/eb73.C: Same.
18753         * g++.old-deja/g++.robertl/eb66.C (main): Same.
18754         * g++.old-deja/g++.robertl/eb55.C (t): Same.
18755         * g++.old-deja/g++.robertl/eb54.C (main): Same.
18756         * g++.old-deja/g++.robertl/eb46.C (main): Same.
18757         * g++.old-deja/g++.robertl/eb44.C: Same.
18758         * g++.old-deja/g++.robertl/eb41.C (main): Same.
18759         * g++.old-deja/g++.robertl/eb4.C (main): Same.
18760         * g++.old-deja/g++.robertl/eb39.C: Same.
18761         * g++.old-deja/g++.robertl/eb33.C (main): Same.
18762         * g++.old-deja/g++.robertl/eb31.C (main): Same.
18763         * g++.old-deja/g++.robertl/eb30.C: Same.
18764         * g++.old-deja/g++.robertl/eb3.C: Same.
18765         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
18766         * g++.old-deja/g++.robertl/eb21.C: Same.
18767         * g++.old-deja/g++.robertl/eb15.C: Same.
18768         * g++.old-deja/g++.robertl/eb118.C: Same.
18769         * g++.old-deja/g++.robertl/eb115.C (main): Same.
18770         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
18771         * g++.old-deja/g++.robertl/eb109.C: Same.
18772         * g++.old-deja/g++.other/sibcall1.C (main): Same.
18773         * g++.old-deja/g++.mike/rtti1.C: Same.
18774         * g++.old-deja/g++.mike/p658.C: Same.
18775         * g++.old-deja/g++.mike/net46.C: Same.
18776         * g++.old-deja/g++.mike/net34.C: Same.
18777         * g++.old-deja/g++.mike/memoize1.C: Same.
18778         * g++.old-deja/g++.mike/eh2.C: Same.
18779         * g++.old-deja/g++.law/weak.C: Same.
18780         * g++.old-deja/g++.law/visibility7.C: Same.
18781         * g++.old-deja/g++.law/visibility25.C: Same.
18782         * g++.old-deja/g++.law/visibility22.C: Same.
18783         * g++.old-deja/g++.law/visibility2.C: Same.
18784         * g++.old-deja/g++.law/visibility17.C: Same.
18785         * g++.old-deja/g++.law/visibility13.C: Same.
18786         * g++.old-deja/g++.law/visibility10.C: Same.
18787         * g++.old-deja/g++.law/visibility1.C: Same.
18788         * g++.old-deja/g++.law/virtual3.C (eval): Same.
18789         * g++.old-deja/g++.law/vbase1.C: Same.
18790         * g++.old-deja/g++.law/operators32.C: Same.
18791         * g++.old-deja/g++.law/nest3.C: Same.
18792         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
18793         * g++.old-deja/g++.law/except5.C (main): Same.
18794         * g++.old-deja/g++.law/cvt7.C (run): Same.
18795         * g++.old-deja/g++.law/cvt2.C: Same.
18796         * g++.old-deja/g++.law/cvt16.C: Same.
18797         * g++.old-deja/g++.law/ctors6.C (bar): Same.
18798         * g++.old-deja/g++.law/ctors17.C (main): Same.
18799         * g++.old-deja/g++.law/ctors13.C: Same.
18800         * g++.old-deja/g++.law/ctors12.C (main): Same.
18801         * g++.old-deja/g++.law/ctors10.C: Same.
18802         * g++.old-deja/g++.law/code-gen5.C: Same.
18803         * g++.old-deja/g++.law/bad-error7.C: Same.
18804         * g++.old-deja/g++.law/arm9.C: Same.
18805         * g++.old-deja/g++.law/arm12.C: Same.
18806         * g++.old-deja/g++.law/arg8.C: Same.
18807         * g++.old-deja/g++.law/arg1.C: Same.
18808         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
18809         * g++.old-deja/g++.jason/template31.C: Same.
18810         * g++.old-deja/g++.jason/template24.C (main): Same.
18811         * g++.old-deja/g++.jason/2371.C: Same.
18812         * g++.old-deja/g++.eh/new2.C: Same.
18813         * g++.old-deja/g++.eh/new1.C: Same.
18814         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
18815         * g++.old-deja/g++.brendan/nest21.C (main): Same.
18816         * g++.old-deja/g++.brendan/err-msg3.C: Same.
18817         * g++.old-deja/g++.brendan/crash62.C: Same.
18818         * g++.old-deja/g++.brendan/crash52.C: Same.
18819         * g++.old-deja/g++.brendan/crash49.C (main): Same.
18820         * g++.old-deja/g++.brendan/crash38.C: Same.
18821         * g++.old-deja/g++.brendan/crash15.C (main): Same.
18822         * g++.old-deja/g++.brendan/copy9.C: Same.
18823
18824 2001-04-06  J"orn Rennecke <amylaar@redhat.com>
18825
18826         * gcc.c-torture/execute/20001203-2.c (memset):
18827         Count argument is of type __SIZE_TYPE__.
18828
18829 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
18830
18831         * gcc.c-torture/compile/20010404-1.c: New test.
18832
18833 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
18834
18835         * gcc.c-torture/compile/20010326-1.c: New test.
18836
18837 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
18838
18839         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
18840         peculiarities of the SH.
18841         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
18842
18843 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18844
18845         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
18846         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
18847         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
18848
18849 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
18850
18851         * g77.f-torture/compile/20010321-1.f: New test.
18852
18853 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
18854
18855         * gcc.c-torture/compile/20010329-1.c: New test.
18856
18857 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
18858
18859         * gcc.c-torture/execute/20010329-1.c: New test.
18860
18861 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
18862
18863         * g++.old-deja/g++.other/eh4.C: Fix typo.
18864
18865 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
18866
18867         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
18868
18869 2001-03-28  Philip Blundell  <philb@gnu.org>
18870
18871         * gcc.c-torture/compile/20010328-1.c: New test.
18872
18873 2001-03-27  Richard Henderson  <rth@redhat.com>
18874
18875         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
18876         * g++.old-deja/g++.eh/vbase3.C: Likewise.
18877
18878 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
18879
18880         * gcc.c-torture/compile/20010327-1.c: New test.
18881
18882 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
18883
18884         * g++.old-deja/g++.other/friend12.C: New test.
18885         * g++.old-deja/g++.other/friend9.C: Expect no errors.
18886         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
18887
18888 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
18889
18890         * gcc.c-torture/execute/20010325-1.c: New test.
18891
18892 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
18893
18894         * g++.old-deja/g++.other/mangle3.C: New test.
18895
18896 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
18897
18898         * g++.old-deja/g++.other/anon8.C: New test.
18899
18900 2001-03-20  Philip Blundell  <philb@gnu.org>
18901
18902         * gcc.c-torture/compile/20010320-1.c: New test.
18903
18904 2001-03-17  Richard Henderson  <rth@redhat.com>
18905
18906         * g++.old-deja/g++.other/eh4.C: Add expected error text.
18907
18908 2001-03-15  Geoff Keating  <geoff@redhat.com>
18909
18910         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
18911         tests on AIX.
18912
18913 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
18914
18915         * g++.old-deja/g++.other/eh4.C: New test.
18916
18917 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
18918
18919         * gcc.dg/cpp/mi1.c: Update.
18920
18921 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
18922
18923         * g++.old-deja/g++.other/regstack.C: New test.
18924
18925 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
18926
18927         * g++.old-deja/g++.other/ref4.C: New test.
18928
18929 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
18930
18931         * objc/execute/va_method.m: Added.
18932         * objc/execute/IMP.m: Added.
18933         * objc/execute/_cmd.m: Added.
18934         * objc/execute/accessing_ivars.m: Added.
18935         * objc/execute/class-1.m: Added.
18936         * objc/execute/class-10.m: Added.
18937         * objc/execute/class-11.m: Added.
18938         * objc/execute/class-12.m: Added.
18939         * objc/execute/class-13.m: Added.
18940         * objc/execute/class-14.m: Added.
18941         * objc/execute/class-2.m: Added.
18942         * objc/execute/class-3.m: Added.
18943         * objc/execute/class-4.m: Added.
18944         * objc/execute/class-5.m: Added.
18945         * objc/execute/class-6.m: Added.
18946         * objc/execute/class-7.m: Added.
18947         * objc/execute/class-8.m: Added.
18948         * objc/execute/class-9.m: Added.
18949         * objc/execute/class-tests-1.h
18950         * objc/execute/class-tests-2.h
18951         * objc/execute/compatibility_alias.m: Added.
18952         * objc/execute/encode-1.m: Added.
18953         * objc/execute/formal_protocol-1.m: Added.
18954         * objc/execute/formal_protocol-2.m: Added.
18955         * objc/execute/formal_protocol-3.m: Added.
18956         * objc/execute/formal_protocol-4.m: Added.
18957         * objc/execute/formal_protocol-5.m: Added.
18958         * objc/execute/formal_protocol-6.m: Added.
18959         * objc/execute/formal_protocol-7.m: Added.
18960         * objc/execute/informal_protocol.m: Added.
18961         * objc/execute/initialize.m: Added.
18962         * objc/execute/load.m: Added.
18963         * objc/execute/many_args_method.m: Added.
18964         * objc/execute/nested-3.m: Added.
18965         * objc/execute/no_clash.m: Added.
18966         * objc/execute/private.m: Added.
18967         * objc/execute/redefining_self.m: Added.
18968         * objc/execute/root_methods.m: Added.
18969         * objc/execute/selector-1.m: Added.
18970         * objc/execute/static-1.m: Added.
18971         * objc/execute/static-2.m: Added.
18972         * objc/execute/va_method.m: Added.
18973
18974 2001-03-10  Richard Henderson  <rth@redhat.com>
18975
18976         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
18977
18978 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
18979
18980         * g++.old-deja/g++.other/crash31.C: XFAIL.
18981         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
18982         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
18983         * gcc.c-torture/execute/20010123-1.x: XFAIL.
18984         * gcc.c-torture/execute/20010124-1.x: XFAIL.
18985         * gcc.dg/sequence-pt-1.c: XFAIL one test.
18986
18987 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
18988
18989         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
18990
18991 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
18992
18993         * gcc.dg/20000724-1.c: Don't use multiline strings.
18994
18995 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
18996
18997         * objc/execute/string1.m, objc/execute/string2.m: Compare the
18998         result of -cString against what we expect it to be; don't just
18999         print it out for no one to read.
19000
19001         * objc/execute/string3.m, objc/execute/string4.m: New tests.
19002         Based on testcases provided by Nicola Pero.
19003
19004 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
19005
19006         * gcc.dg/cpp/macro7.c: New test.
19007
19008 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
19009
19010         * gcc.dg/cpp/multiline.c: Update.
19011
19012 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
19013
19014         * g++.old-deja/g++.other/enum3.C: New test.
19015
19016 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
19017
19018         * g++.old-deja/g++.other/pod1.C: New test.
19019
19020 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
19021
19022         * g++.old-deja/g++.ext/overload1.C: New test.
19023
19024 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
19025
19026         * g++.old-deja/g++.pt/using1.C: New test.
19027
19028 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
19029
19030         * g++.old-deja/g++.other/using9.C: New test.
19031
19032 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
19033
19034         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
19035
19036         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
19037
19038 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
19039
19040         * g++.old-deja/g++.ext/realpt1.C: Remove.
19041
19042 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
19043
19044         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
19045
19046 2001-02-26  Will Cohen  <wcohen@redhat.com>
19047
19048         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
19049
19050 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
19051
19052         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
19053         templatized constructors.
19054
19055 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19056
19057         * gcc.c-torture/execute/20010224-1.c: New test.
19058
19059 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
19060
19061         * gcc.c-torture/execute/20010222-1.c: New test.
19062
19063 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
19064
19065         * g++.old-deja/g++.other/inline20.C: New test.
19066
19067 2001-02-21  Ovidiu Predescu  <ovidiu@cup.hp.com>
19068
19069         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
19070
19071 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
19072
19073         * g++.old-deja/g++.other/lookup22.C: New test.
19074
19075 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
19076
19077         * g77.dg: New directory.
19078         * g77.dg/20010216-1.f: New test case.
19079         * g77.dg/dg.exp: New driver.
19080         * lib/g77-dg.exp: New driver library.
19081
19082 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19083
19084         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
19085
19086 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
19087
19088         * g++.old-deja/g++.other/decl9.C: New test.
19089
19090 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
19091
19092         * g++.old-deja/g++.other/init16.C: Update the test so that it does
19093         not need <string> and also tests the initialization at runtime.
19094
19095 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
19096
19097         * gcc.c-torture/execute/longlong.c: New test.
19098
19099 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
19100
19101         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
19102
19103 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
19104
19105         * gcc.c-torture/execute/920302-1.c (execute):
19106         Change argument type to short.
19107
19108 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
19109
19110         * g++.old-deja/g++.pt/deduct6.C: New test.
19111
19112 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
19113
19114         * g++.old-deja/g++.pt/deduct5.C: New test.
19115
19116 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
19117
19118         * gcc.c-torture/execute/20010209-1.c: New test.
19119
19120 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
19121
19122         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
19123
19124 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
19125
19126         * g++.dg/vtgc1.C: Update for new ABI.
19127
19128         * consistency.vlad: New directory, 1665 files.
19129
19130 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
19131
19132         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
19133         return type.
19134         * gcc.dg/cpp/digraphs.c: Declare puts.
19135
19136 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
19137
19138         * g++.old-deja/g++.other/warn5.C: New test.
19139
19140 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
19141
19142         * g++.old-deja/g++.pt/spec40.C: New test.
19143
19144 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
19145
19146         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
19147         case.
19148         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
19149
19150 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
19151
19152         * gcc.c-torture/compile/20010209-1.c: New test.
19153
19154 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
19155
19156         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
19157         excess errors message but not if it crashes.
19158         * g++.old-deja/g++.other/crash27.C: Likewise.
19159         * g++.old-deja/g++.other/crash28.C: Likewise.
19160         * g++.old-deja/g++.other/crash30.C: Likewise.
19161         * g++.old-deja/g++.other/crash32.C: Likewise.
19162         * g++.old-deja/g++.other/crash35.C: Likewise.
19163         * g++.old-deja/g++.pt/inherit2.C: Likewise.
19164
19165 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
19166
19167         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
19168         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
19169         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
19170         g77.f-torture/execute/execute.exp,
19171         g77.f-torture/noncompile/noncompile.exp,
19172         gcc.c-torture/execute/execute.exp,
19173         gcc.c-torture/execute/memcheck/memcheck.exp,
19174         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
19175         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
19176         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
19177         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
19178         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
19179         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
19180         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
19181         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
19182         Remove bug reporting instructions with ancient email addresses.
19183
19184 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
19185
19186         * gcc.dg/20010202-1.c: New test.
19187         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
19188
19189 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
19190
19191         * g++.dg/stdbool-if.C: New test.
19192
19193 2001-02-07  Ovidiu Predescu  <ovidiu@cup.hp.com>
19194
19195         * objc/execute/fdecl.m: Added main().
19196
19197 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
19198
19199         * gcc.c-torture/execute/20010206-1.c: New test.
19200
19201 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
19202
19203         * gcc.dg/cpp/avoidpaste1.c: Update.
19204
19205 2001-02-05  Ovidiu Predescu  <ovidiu@cup.hp.com>
19206
19207         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
19208         Pero <nicola@brainstorm.co.uk>.
19209         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
19210
19211 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
19212
19213         * g++.old-deja/g++.pt/spec39.C: New test.
19214
19215 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
19216
19217         * gcc.c-torture/compile/20010202-1.c: New test.
19218
19219 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
19220
19221         * g++.old-deja/g++.abi/primary2.C: New test.
19222         * g++.old-deja/g++.abi/primary3.C: New test.
19223         * g++.old-deja/g++.abi/primary4.C: New test.
19224         * g++.old-deja/g++.abi/primary5.C: New test.
19225         * g++.old-deja/g++.abi/vtable3.h: New test.
19226         * g++.old-deja/g++.abi/vtable3a.C: New test.
19227         * g++.old-deja/g++.abi/vtable3b.C: New test.
19228         * g++.old-deja/g++.abi/vtable3c.C: New test.
19229         * g++.old-deja/g++.abi/vtable3d.C: New test.
19230         * g++.old-deja/g++.abi/vtable3e.C: New test.
19231         * g++.old-deja/g++.abi/vtable3f.C: New test.
19232         * g++.old-deja/g++.abi/vtable3g.C: New test.
19233         * g++.old-deja/g++.abi/vtable3h.C: New test.
19234         * g++.old-deja/g++.abi/vtable3i.C: New test.
19235         * g++.old-deja/g++.abi/vtable3j.C: New test.
19236         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
19237
19238 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
19239
19240         * g++.old-deja/g++.other/anon6.C: New test.
19241         * g++.old-deja/g++.other/anon7.C: New test.
19242
19243 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
19244
19245         * gcc.dg/cpp/avoidpaste2.c: New tests.
19246
19247 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
19248
19249         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
19250
19251 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
19252
19253         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
19254         DECIMAL_DIG cases for Irix."
19255
19256 2001-01-31  J"orn Rennecke <amylaar@redhat.com>
19257
19258         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
19259
19260 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
19261
19262         * gcc.dg/c99-tag-1.c: New test.
19263
19264 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
19265
19266         * gcc.dg/cpp/tr-warn1.c: Add tests.
19267
19268 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
19269
19270         * gcc.dg/cpp/avoidpaste1.c: Update.
19271         * gcc.dg/cpp/paste4.c: Update.
19272
19273 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
19274
19275         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
19276         cases for Irix.
19277
19278 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
19279
19280         * g++.old-deja/g++.other/inline19.C: New test.
19281
19282 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
19283
19284         * gcc.dg/Wlarger-than.c: New test.
19285
19286 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
19287
19288         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
19289
19290 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
19291
19292         * gcc.c-torture/execute/20010129-1.c: New test.
19293         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
19294
19295 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
19296
19297         * gcc.dg/cpp/avoidpaste1.c: Test case.
19298
19299 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
19300
19301         * g++.old-deja/g++.other/inline18.C: New test.
19302
19303 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19304
19305         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
19306         and __builtin_putchar.
19307
19308 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
19309
19310         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
19311         tests.
19312
19313 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
19314
19315         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
19316         floating point number rounding mode to round to the nearest
19317         representable mode.
19318
19319 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
19320
19321         * g++.old-deja/g++.other/mangle2.C: New test.
19322
19323 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
19324
19325         * gcc.c-torture/compile/20010124-1.c: New test.
19326
19327 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
19328
19329         * g++.old-deja/g++.pt/spec38.C: New test.
19330
19331 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19332
19333         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
19334         "Build don't run".
19335
19336 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19337
19338         * gcc.c-torture/execute/20010123-1.c: New test.
19339
19340 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
19341
19342         * g++.old-deja/g++.pt/spec37.C: New test.
19343
19344 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
19345
19346         * g++.old-deja/g++.pt/overload14.C: New test.
19347
19348 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19349
19350         * gcc.c-torture/execute/20010122-1.c: New test, exercise
19351         __builtin_return_address.
19352
19353 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
19354
19355         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
19356         * g++.old-deja/g++.pt/spec35.C: New test.
19357         * g++.old-deja/g++.pt/spec36.C: New test.
19358
19359 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
19360
19361         * gcc.c-torture/compile/20010118-1.c: New test.
19362
19363 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
19364
19365         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
19366
19367 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
19368
19369         * gcc.c-torture/execute/20010119-1.c: New test.
19370
19371 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
19372
19373         * g++.old-deja/g++.other/vbase5.C: New test.
19374
19375 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
19376
19377         * gcc.c-torture/execute/20010118-1.c: New test.
19378
19379 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
19380
19381         * g++.old-deja/g++.pt/deduct3.C: New test.
19382
19383 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
19384
19385         * g++.old-deja/g++.pt/spec34.C: New test.
19386
19387 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
19388
19389         * g77.f-torture/compile/20000601-2.f: New test.
19390
19391 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
19392
19393         * g++.old-deja/g++.other/init17.C: New test.
19394
19395 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
19396
19397         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
19398
19399 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
19400
19401         * g++.old-deja/g++.pt/unify8.C: New test.
19402
19403 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
19404
19405         * g++.old-deja/g++.abi/vbase1.C: New test.
19406
19407 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
19408
19409         * g++.old-deja/g++.pt/crash65.C: New test.
19410
19411 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
19412
19413         * gcc.dg/cpp/assembl2.S: New test case.
19414
19415 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
19416
19417         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
19418         are supported.
19419
19420 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19421
19422         * g++.old-deja/g++.other/builtins1.C: New test.
19423         * g++.old-deja/g++.other/builtins2.C: Likewise.
19424         * g++.old-deja/g++.other/builtins3.C: Likewise.
19425         * g++.old-deja/g++.other/builtins4.C: Likewise.
19426
19427 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
19428
19429         * gcc.c-torture/compile/20010117-1.c: New test.
19430         * gcc.c-torture/compile/20010117-2.c: New test.
19431
19432 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
19433
19434         * g77.f-torture/execute/20010116.[fx]: New test,
19435         XFAIL on i?86-*-*.
19436         * g77.f-torture/compile/20010115.f: Indicate it's
19437         a test for PR fortran/1636.
19438
19439 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
19440
19441         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
19442
19443 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
19444
19445         * g77.f-torture/compile/20010115.f: New test.
19446
19447 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
19448
19449         * g++.old-deja/g++.pt/nontype5.C: New test.
19450
19451 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
19452
19453         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
19454         have an equivalent working one below it.
19455
19456 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
19457
19458         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
19459         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
19460
19461 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
19462
19463         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
19464         message containing "init_priority".
19465         (conpr-2.C): Likewise.
19466         (conpr-3.C): Likewise.
19467         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
19468
19469 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19470
19471         * gcc.c-torture/execute/20010114-2.c: New test.
19472
19473 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
19474
19475         * gcc.c-torture/compile/20010114-1.c: New test.
19476         * gcc.c-torture/compile/20010114-1.x: Xfail.
19477         * gcc.c-torture/compile/20010114-2.c: New test.
19478         * gcc.c-torture/execute/20010114-1.c: New test.
19479         * gcc.dg/trunc-1.c: New test.
19480         * gcc.dg/uninit-B.c: New test.
19481
19482 2001-01-13  Nick Clifton  <nickc@redhat.com>
19483
19484         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
19485         target.
19486
19487 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
19488
19489         * gcc.c-torture/compile/20010113-1.c: New test.
19490
19491 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
19492
19493         * gcc.c-torture/compile/20001212-1.c: New test.
19494
19495 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
19496
19497         * gcc.dg/cpp/widestr1.c: Update.
19498         * gcc.dg/cpp/prag-imp.c: Remove.
19499
19500 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
19501
19502         * gcc.c-torture/execute/20000801-3.x: Remove.
19503         * gcc.dg/c90-init-1.c: New test.
19504         * gcc.dg/c99-init-1.c: New test.
19505         * gcc.dg/c99-init-2.c: New test.
19506         * gcc.dg/gnu99-init-1.c: New test.
19507
19508 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
19509
19510         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
19511         testing that no relevant ones were found.
19512
19513 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
19514
19515         * g++.old-deja/g++.pt/cast2.C: New test.
19516
19517 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
19518
19519         * g++.old-deja/g++.pt/friend47.C: New test.
19520
19521 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
19522
19523         * g++.old-deja/g++.pt/instantiate13.C: New test.
19524
19525 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
19526
19527         * g++.old-deja/g++.other/defarg7.C: New test.
19528         * g++.old-deja/g++.other/defarg8.C: New test.
19529
19530 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
19531
19532         * g++.old-deja/g++.pt/crash64.C: New test.
19533
19534 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
19535
19536         * g++.old-deja/g++.pt/crash63.C: New test.
19537
19538 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
19539
19540         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
19541
19542 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
19543
19544         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
19545
19546 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
19547
19548         * g++.old-deja/g++.pt/error3.C: New test.
19549
19550 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
19551
19552         * g++.old-deja/g++.other/crash39.C: New test.
19553
19554 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
19555
19556         * g++.old-deja/g++.other/vbase4.C: New test.
19557
19558 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
19559
19560         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
19561         * gcc.dg/special/20000419-2.c: New file. Identical to above.
19562         * gcc.dg/special/special.exp: New test driver which will check
19563         for alias support for the above test.
19564
19565 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
19566
19567         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
19568         problems on small machines.
19569         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
19570         parameterize.
19571
19572 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
19573
19574         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
19575         mips.
19576         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
19577
19578 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
19579
19580         * g++.old_deja/g++.pt/using8.C: New test.
19581
19582 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
19583
19584         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
19585
19586 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
19587
19588         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
19589         where a failure is expected.
19590         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
19591
19592 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
19593
19594         * g++.old_deja/g++.pt/instantiate12.C: New test.
19595
19596 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
19597
19598         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
19599         start of structs.
19600         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
19601         * g++.old-deja/g++.brendan/crash17.C: Likewise.
19602         * g++.old-deja/g++.brendan/crash29.C: Likewise.
19603         * g++.old-deja/g++.brendan/crash48.C: Likewise.
19604         * g++.old-deja/g++.brendan/ns1.C: Likewise.
19605         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
19606         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
19607         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
19608         * g++.old-deja/g++.eh/spec6.C: Likewise.
19609         * g++.old-deja/g++.jason/crash3.C: Likewise.
19610         * g++.old-deja/g++.law/ctors11.C: Likewise.
19611         * g++.old-deja/g++.law/ctors17.C: Likewise.
19612         * g++.old-deja/g++.law/ctors5.C: Likewise.
19613         * g++.old-deja/g++.law/ctors9.C: Likewise.
19614         * g++.old-deja/g++.mike/ambig1.C: Likewise.
19615         * g++.old-deja/g++.mike/net22.C: Likewise.
19616         * g++.old-deja/g++.mike/p3538a.C: Likewise.
19617         * g++.old-deja/g++.mike/p3538b.C: Likewise.
19618         * g++.old-deja/g++.mike/virt3.C: Likewise.
19619         * g++.old-deja/g++.niklas/t128.C: Likewise.
19620         * g++.old-deja/g++.other/anon4.C: Likewise.
19621         * g++.old-deja/g++.other/using1.C: Likewise.
19622         * g++.old-deja/g++.other/warn3.C: Likewise.
19623         * g++.old-deja/g++.pt/t37.C: Likewise.
19624         * g++.old-deja/g++.robertl/eb69.C: Likewise.
19625         * g++.old-deja/g++.robertl/eb71.C: Likewise.
19626
19627 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
19628
19629         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
19630
19631 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19632
19633         * gcc.c-torture/execute/stdio-opt-3.c: New test.
19634
19635 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
19636
19637         * gcc.c-torture/compile/20010107-1.c: New test.
19638
19639 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
19640
19641         * gcc.c-torture/execute/builtin-noret-1.c: New test.
19642
19643 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
19644
19645         * gcc.dg/format/format.h: New file.
19646         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
19647         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
19648         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
19649         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
19650         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
19651         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
19652         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
19653         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
19654         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
19655         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
19656         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
19657         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
19658         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
19659         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
19660         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
19661         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
19662         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
19663         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
19664         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
19665         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
19666         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
19667         instead of declaring standard types, macros and functions in each
19668         test.
19669
19670 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
19671
19672         * gcc.c-torture/execute/20010106-1.c: New test.
19673
19674 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
19675
19676         * gcc.dg/format/format.exp: New file.
19677         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
19678         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
19679         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
19680         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
19681         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
19682         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
19683         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
19684         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
19685         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
19686         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
19687         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
19688         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
19689         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
19690         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
19691         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
19692         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
19693         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
19694         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
19695         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
19696         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
19697         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
19698         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
19699         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
19700         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
19701         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
19702         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
19703         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
19704         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
19705         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
19706         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
19707         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
19708         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
19709         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
19710         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
19711         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
19712         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
19713         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
19714         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
19715         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
19716         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
19717         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
19718         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
19719
19720 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
19721
19722         * gcc.c-torture/execute/991228-1.c: Take word endianness into
19723         account.
19724
19725 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
19726
19727         * gcc.c-torture/execute/builtin-complex-1.c: New test.
19728
19729 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
19730
19731         * g++.old-deja/g++.pt/crash62.C: New test.
19732
19733 2001-01-04  Richard Henderson  <rth@redhat.com>
19734
19735         * gcc.dg/20000926-1.c: Update expected warnings.
19736         * gcc.dg/array-2.c: Likewise.
19737         * gcc.dg/array-4.c: Also validate flexible array members.
19738         * gcc.dg/c99-flex-array-1.c: New.
19739
19740 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
19741
19742         * gcc.c-torture/compile/20001222-1.x: Remove.
19743
19744 2001-01-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
19745
19746         * gcc.c-torture/execute/built-in-setjmp.c: New.
19747
19748 2001-01-03  Richard Henderson  <rth@redhat.com>
19749
19750         * gcc.dg/940510-1.c: Update expected error wording.
19751         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
19752
19753 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
19754
19755         * lib/target-supports.exp (check_alias_available): Modified to
19756         indicate aliases not supported if only weak aliases are supported.
19757
19758 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19759
19760         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
19761         Turn on cmpstrsi checks for __pj__ and __i370__.
19762
19763 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
19764
19765         * g++.old-deja/g++.other/virtual11.C: New test.
19766
19767 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
19768
19769         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
19770
19771 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19772
19773         * gcc.c-torture/compile/20010102-1.c: New test.
19774
19775 2001-01-02  Andreas Jaeger  <aj@suse.de>
19776
19777         * gcc.dg/noreturn-3.c: New test.
19778
19779         * gcc.dg/noreturn-4.c: New test.
19780
19781 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19782
19783         * gcc.c-torture/execute/stdio-opt-1.c: Also test
19784         __builtin_fputc and __builtin_fwrite.
19785
19786 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
19787
19788         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
19789         signed char, not default char.
19790
19791 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
19792
19793         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
19794
19795 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
19796
19797         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
19798
19799 2000-12-29  Richard Henderson  <rth@redhat.com>
19800
19801         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
19802         (__cyg_profile_func_exit): Define.
19803
19804 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
19805
19806         * g++.dg/vtgc1.C: New test.
19807
19808 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
19809
19810         * gcc.dg/noncompile/20001228-1.c: New test.
19811
19812         * gcc.dg/20001228-1.c: New test.
19813
19814         * gcc.c-torture/execute/20001228-1.c: New test.
19815
19816 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
19817
19818         * gcc.dg/format-strfmon-1.c: New test.
19819
19820 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19821
19822         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
19823         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
19824         * gcc.c-torture/execute/string-opt-1.c: Likewise.
19825         * gcc.c-torture/execute/string-opt-2.c: Likewise.
19826         * gcc.c-torture/execute/string-opt-3.c: Likewise.
19827         * gcc.c-torture/execute/string-opt-4.c: Likewise.
19828         * gcc.c-torture/execute/string-opt-6.c: Likewise.
19829         * gcc.c-torture/execute/string-opt-7.c: Likewise.
19830         * gcc.c-torture/execute/string-opt-8.c: Likewise.
19831         * gcc.c-torture/execute/string-opt-9.c: Likewise.
19832         * gcc.c-torture/execute/string-opt-10.c: Likewise.
19833         * gcc.c-torture/execute/string-opt-11.c: Likewise.
19834         * gcc.c-torture/execute/string-opt-12.c: Likewise.
19835
19836         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
19837         * gcc.c-torture/execute/string-opt-4.c: Test index.
19838
19839 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
19840
19841         * gcc.c-torture/compile/20001226-1.c: New test.
19842
19843 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
19844
19845         * gcc.c-torture/compile/20001222-1.c: New test.
19846         * gcc.c-torture/compile/20001222-1.x: Xfail.
19847
19848 2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
19849
19850         * gcc.c-torture/execute/comp-goto-2.c: New test.
19851
19852 2000-12-21  J"orn Rennecke <amylaar@redhat.com>
19853
19854         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
19855         Use long types if __INT_MAX__ is 32767.
19856         (main): Use cast to (sint32 *) when poking 88 into a_page.
19857
19858         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
19859
19860 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
19861
19862         * gcc.c-torture/compile/20001221-1.c: New test.
19863         * gcc.c-torture/execute/20001221-1.c: New test.
19864
19865 2000-12-20  Richard Henderson  <rth@redhat.com>
19866
19867         * g++.old-deja/g++.pt/crash36.C: Update error lines.
19868         * g++.old-deja/g++.robertl/eb109.C: Likewise.
19869
19870 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19871
19872         * gcc.dg/compare3.c: New test.
19873
19874 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
19875
19876         * gcc.dg/format-warnll-1.c: New test.
19877
19878 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
19879
19880         * gcc.dg/cpp/cmdlne-P.c: New test.
19881
19882 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
19883
19884         * gcc.c-torture/execute/builtin-abs-1.c,
19885         gcc.c-torture/execute/builtin-abs-2.c: New tests.
19886
19887 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
19888
19889         * gcc.dg/cpp/multiline.c: New test.
19890
19891 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
19892
19893         * g++.old-deja/g++.other/syshdr1.C: Update.
19894         * gcc.dg/cpp/lineflags.c: Remove temporarily.
19895
19896 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19897
19898         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
19899
19900 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19901
19902         * g++.old-deja/g++.pt/ttp65.C: New test.
19903
19904 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19905
19906         * g++.old-deja/g++.pt/ttp64.C: New test.
19907
19908 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19909
19910         * g++.old-deja/g++.pt/spec33.C: New test.
19911
19912 2000-12-14  Catherine Moore  <clm@redhat.com>
19913
19914         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
19915         * gcc.c-torture/execute/920612-2.c: Likewise.
19916         * gcc.c-torture/execute/920428-2.c: Likewise.
19917         * gcc-c-torture/execute/va-arg-11.c: Call exit.
19918         * gcc.c-torture/execute/va-arg-21.c: Likewise.
19919
19920 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19921
19922         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
19923         * gcc.dg/pack-test-2.c: Likewise.
19924
19925 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
19926
19927         Tests by Zack Weinberg <zackw@stanford.edu>.
19928
19929         * gcc.dg/cpp/defined.c: Update.
19930         * gcc.dg/cpp/defined_trad.c: New tests.
19931
19932 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
19933
19934         * gcc.dg/cpp/trad-direct.c: Update.
19935
19936 2000-12-11  Neil Booth  <neilb@earthling.net>
19937
19938         * gcc.dg/cpp/defined_trad.c
19939
19940 2000-12-11  Neil Booth  <neilb@earthling.net>
19941
19942         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
19943
19944 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
19945
19946         * gcc.dg/format-miss-2.c: New test.
19947
19948 2000-12-09  Neil Booth  <neilb@earthling.net>
19949
19950         * gcc.dg/cpp/lineflags.c: New tests.
19951         * gcc.dg/cpp/poison.c: Update.
19952         * gcc.dg/cpp/redef2.c: Update.
19953         * gcc.dg/cpp/skipping.c: New test.
19954
19955 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
19956
19957         * g++.old-deja/g++.other/eh3.C: New testcase.
19958
19959 2000-12-07  Neil Booth  <neilb@earthling.net>
19960
19961         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
19962         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
19963         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
19964         wtr-union-init-2.c, wtr-union-init-3.c: Update.
19965         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
19966         Update.
19967
19968 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
19969
19970         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
19971         __SIZE_TYPE__ instead of int for type of integers cast to
19972         pointers.
19973
19974 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
19975
19976         * g++.old-deja/g++.other/cleanup4.C: New test.
19977
19978 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
19979
19980         * format-sec-1.c: New test.
19981
19982 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
19983
19984         * gcc.dg/format-nonlit-3.c: New test.
19985
19986 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
19987
19988         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
19989         through a null pointer.
19990
19991 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19992
19993         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
19994         * g++.old-deja/g++.pt/partial4.C: New test.
19995
19996 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
19997
19998         * gcc.c-torture/execute/ieee/hugeval.x: New.
19999
20000 2000-12-06  Neil Booth  <neilb@earthling.net>
20001
20002         * gcc.dg/cpp/backslash2.c: New tests.
20003
20004 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20005
20006         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
20007         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
20008
20009 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
20010
20011         * gcc.c-torture/execute/20001203-2.c: New testcase.
20012
20013 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
20014
20015         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
20016         * g++.old-deja/g++.other/virtual10.C: New test.
20017
20018 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
20019
20020         * g++.old-deja/g++.mike/pmf5.C: Remove test.
20021
20022 2000-12-05  Richard Henderson  <rth@redhat.com>
20023
20024         * gcc.c-torture/compile/20001205-1.c: New.
20025
20026 2000-12-04  Neil Booth  <neilb@earthling.net>
20027
20028         * g++.old-deja/g++.other/virtual9.C: New test.
20029         * g++.old-deja/g++.pt/crash61.C: New test.
20030         * gcc.c-torture/execute/loop-9.c: New test.
20031
20032 2000-12-04  Neil Booth  <neilb@earthling.net>
20033
20034         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
20035         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
20036         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
20037         * gcc.dg/cpp/extratokens.c: ...here.
20038
20039 2000-12-04  Neil Booth  <neilb@earthling.net>
20040
20041         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
20042         New tests.
20043
20044 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20045
20046         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
20047         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
20048
20049 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
20050
20051         * gcc.c-torture/execute/20001203-1.c: New test.
20052
20053 2000-12-03  Neil Booth  <neilb@earthling.net>
20054
20055         * gcc.dg/cpp/macro6.c: New test cases.
20056
20057 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20058
20059         * gcc.c-torture/execute/string-opt-9.c: New test.
20060         * gcc.c-torture/execute/string-opt-10.c: Likewise.
20061         * gcc.c-torture/execute/string-opt-11.c: Likewise.
20062         * gcc.c-torture/execute/string-opt-12.c: Likewise.
20063
20064         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
20065         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
20066
20067 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
20068
20069         * gcc.dg/cpp/if-6.c: New testcase.
20070
20071         * gcc.dg/20001201-1.c: New testcase.
20072
20073 2000-12-02  Neil Booth  <neilb@earthling.net>
20074
20075         * g++.old-deja/g++.other/externC4.C,
20076         g++.old-deja/g++.other/friend10.C: New tests.
20077
20078 2000-12-02  Neil Booth  <neilb@earthling.net>
20079
20080         * g++.old-deja/g++.other/instan2.C
20081         * g++.old-deja/g++.other/instan3.C: New test.
20082
20083 2000-12-02  Neil Booth  <neilb@earthling.net>
20084
20085         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
20086         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
20087         gnuc99.c,gnuc99-pedantic.c: New tests.
20088
20089 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
20090
20091         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
20092         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
20093
20094 2000-12-01  Neil Booth  <neilb@earthling.net>
20095
20096         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
20097         * gcc.dg/cpp/poison.c: Update.
20098         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
20099
20100 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
20101
20102         * g77.f-torture/execute/20001201.f: New test.
20103
20104 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
20105
20106         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
20107
20108 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
20109
20110         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
20111
20112 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
20113
20114         * g++.old-deja/g++.other/cast6.C: New test.
20115
20116 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
20117
20118         * gcc.c-torture/execute/20001130-2.c: New testcase.
20119
20120 2000-11-30  Richard Henderson  <rth@redhat.com>
20121
20122         * gcc.c-torture/execute/20001130-1.c: New test.
20123
20124 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
20125
20126         * g++.old-deja/g++.other/op3.C: New test.
20127
20128 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
20129
20130         * g++.old-deja/g++.other/op2.C: New test.
20131
20132 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
20133
20134         * g++.old-deja/g++.other/crash38.C: New test.
20135
20136 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
20137
20138         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
20139
20140 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
20141
20142         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
20143         tests.
20144         * gcc.c-torture/execute/string-opt-6.c: New test.
20145
20146         * gcc.dg/20001117-1.c: Add main.
20147
20148 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
20149
20150         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
20151         Move from here ...
20152         * gcc.dg/940510-1.c: ... to here.
20153
20154         * gcc.dg/20000926-1.c: GNU C now allows initializations of
20155         zero-size arrays in toplevel structures.
20156
20157 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
20158
20159         * gcc.c-torture/execute/loop-8.c: New test.
20160
20161 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
20162
20163         * g++.old-deja/g++.other/base1.C: New test.
20164
20165 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
20166
20167         * g++.old-deja/g++.other/parse2.C: New test.
20168
20169 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
20170
20171         * g++.old-deja/g++.pt/incomplete1.C: New test.
20172
20173 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
20174
20175         * g++.old-deja/g++.other/friend9.C: New test.
20176
20177 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
20178
20179         * gcc.dg/20001127-1.c: New test.
20180
20181 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
20182
20183         * g++.old-deja/g++.pt/friend46.C: New test.
20184
20185 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
20186
20187         * g++.old-deja/g++.other/ptrmem8.C: New test.
20188
20189 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20190
20191         * gcc.c-torture/execute/string-opt-7.c: New test.
20192         * gcc.c-torture/execute/string-opt-8.c: Likewise.
20193
20194 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
20195
20196         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
20197         instead of 'mkcheck 2'.
20198
20199 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
20200
20201         * gcc.c-torture/execute/memcheck/driver.c,
20202         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
20203         C9X references to refer to C99.
20204
20205 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
20206
20207         * gcc.dg/ultrasp3.c: New test.
20208
20209 2000-11-25  Neil Booth  <neilb@earthling.net>
20210
20211         * gcc.dg/cpp/include2.c: Update test to be locale independent.
20212
20213 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
20214
20215         * gcc.c-torture/compile/20001123-2.c: New.
20216
20217 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
20218
20219         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
20220
20221 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
20222
20223         * gcc.dg/sequence-point-1.c: Add some new tests.
20224         * gcc.c-torture/execute/20001124-1.c: New test.
20225
20226 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
20227
20228         * g++.old-deja/g++.other/vaarg4.C: New test.
20229         * gcc.c-torture/compile/20001123-1.c: New test.
20230
20231 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
20232
20233         * g++.other/crash24.C: Adjust and remove XFAIL.
20234         * g++.other/crash37.C: New test.
20235
20236 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
20237
20238         * g++.old-deja/g++.pt/instantiate9.C: New test.
20239
20240 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
20241
20242         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
20243         new ABI, too.
20244
20245         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
20246         * g++.old-deja/g++.robertl/eb55.C: Likewise.
20247
20248 2000-11-22  Neil Booth  <neilb@earthling.net>
20249
20250         * gcc.dg/cpp/Wtrigraphs.c: New test.
20251
20252 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
20253
20254         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
20255
20256 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
20257
20258         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
20259
20260 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
20261
20262         * lib/gcc-dg.exp: load_lib scanasm.exp.
20263         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
20264         * lib/g++-dg.exp: load_lib scanasm.exp.
20265         * lib/scanasm.exp: New.
20266         (scan-assembler, scan-assembler-not): Add optional arguments to
20267         test name, or if not present, the pattern name.
20268         (scan-assembler-dem, scan-assembler-dem-not): New.
20269
20270         * g++.dg/dg.exp: New.
20271
20272 2000-11-21  Neil Booth  <neilb@earthling.net>
20273
20274         * gcc.dg/cpp/integrated1.c: Remove.
20275
20276 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
20277
20278         * gcc.c-torture/execute/20001121-1.c: New test.
20279
20280 2000-11-21  Richard Henderson  <rth@redhat.com>
20281
20282         * gcc.c-torture/compile/20001121-1.c: New test.
20283
20284 2000-11-20  Neil Booth  <neilb@earthling.net>
20285
20286         * gcc.dg/cpp/integrated1.c: New test.
20287
20288 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
20289
20290         * g++.old-deja/g++.other/inline17.C: New test.
20291
20292 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
20293
20294         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
20295         local variable to be zero: I made the variable global. Now
20296         uses abort() and exit() instead of relying on main's return value.
20297
20298 2000-11-20  Neil Booth  <neilb@earthling.net>
20299
20300         * gcc.dg/cpp/paste2.c: Update test.
20301         * objc/execute/paste.m: New test.
20302
20303 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
20304
20305         * gcc.dg/c99-condexpr-1.c: New test.
20306
20307 2000-11-20  Neil Booth  <neilb@earthling.net>
20308
20309         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
20310
20311 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
20312
20313         * g++.old-deja/g++.pt/export1.C: New test.
20314
20315 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
20316
20317         * gcc.dg/20001117-1.c: New test.
20318
20319 2000-11-18  Richard Henderson  <rth@redhat.com>
20320
20321         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
20322
20323 2000-11-18  Richard Henderson  <rth@redhat.com>
20324
20325         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
20326         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
20327         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
20328
20329 2000-11-18  Richard Henderson  <rth@redhat.com>
20330
20331         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
20332         (main): New.  Exit cleanly.
20333
20334 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
20335
20336         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
20337         gcc.dg/c99-fordecl-2.c: New tests.
20338
20339 2000-11-18  Richard Henderson  <rth@redhat.com>
20340
20341         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
20342         * gcc.c-torture/execute/zerolen-2.c: New.
20343
20344 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
20345
20346         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
20347         memory.
20348
20349 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
20350
20351         * g++.old-deja/g++.pt/instantiate8.C: New test.
20352
20353 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
20354
20355         * g++.old-deja/g++.other/incomplete.C: Add more tests.
20356         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
20357
20358 2000-11-16  Nick Clifton  <nickc@redhat.com>
20359
20360         * gcc.c-torture/execute/nestfunc-2.c: New test.
20361         * gcc.c-torture/execute/nestfunc-3.c: New test.
20362
20363 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
20364
20365         * gcc.c-torture/compile/20001116-1.c: New test.
20366
20367 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
20368
20369         * gcc.c-torture/execute/20001115-1.c: New test.
20370
20371 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
20372
20373         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
20374         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
20375         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
20376         * g++.old-deja/g++.abi/vmihint.C: Likewise.
20377
20378 2000-11-15  Neil Booth  <neilb@earthling.net>
20379
20380         gcc.dg/cpp/_Pragma1.c: Update.
20381         gcc.dg/cpp/_Pragma2.c: New test.
20382
20383 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
20384
20385         * g++.old-deja/g++.other/anon5.C: New test.
20386
20387 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
20388
20389         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
20390         tests.
20391
20392 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
20393
20394         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
20395         output.
20396
20397 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
20398
20399         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
20400         labels at end of compound statements.
20401
20402 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
20403
20404         * gcc.c-torture/execute/loop-7.c: New test.
20405
20406 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
20407
20408         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
20409
20410 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
20411
20412         * gcc.dg/c99-bool-1.c: New test.
20413
20414 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
20415
20416         * gcc.dg/c99-scope-1.c: Remove xfail.
20417         * gcc.dg/c99-scope-2.c: New test.
20418
20419 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20420
20421         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
20422         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
20423
20424 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
20425
20426         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
20427         error messages.
20428
20429         * g++.mike/p700.C: Don't typedef wchar_t.
20430         * g++.mike/p784.C: Likewise.
20431         * g++.mike/eb101.C: Don't use __wchar_t.
20432
20433 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
20434
20435         * g77.f-torture/execute/20001111.[fx]: Test premature exit
20436         from DO loop.
20437
20438 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
20439
20440         * gcc.c-torture/execute/20001111-1.c: New test.
20441
20442 2000-11-10  Nick Clifton  <nickc@redhat.com>
20443
20444         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
20445         long multuiple and accumulate.
20446
20447 2000-11-09  Richard Henderson  <rth@redhat.com>
20448
20449         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
20450         via size_t instead of int.
20451
20452         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
20453         * gcc.c-torture/execute/string-opt-2.c: Likewise.
20454         * gcc.c-torture/execute/string-opt-3.c: Likewise.
20455         * gcc.c-torture/execute/string-opt-4.c: Likewise.
20456
20457 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
20458
20459         * gcc.c-torture/compile/20001109-1.c: New test.
20460         * gcc.c-torture/compile/20001109-2.c: New test.
20461
20462 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
20463
20464         * g++.old-deja/g++.pt/operator1.C: New test.
20465         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
20466
20467 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
20468
20469         * gcc.dg/20001108-1.c: New test.
20470
20471 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
20472
20473         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
20474         with both arguments constant strings.
20475         * gcc.c-torture/execute/string-opt-3.c: New test.
20476         * gcc.c-torture/execute/string-opt-4.c: New test.
20477         * gcc.c-torture/execute/string-opt-5.c: New test.
20478
20479 2000-11-08  Nick Clifton  <nickc@redhat.com>
20480
20481         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
20482         mulsidi3adddi patterns.
20483
20484 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
20485
20486         * g++.old-deja/g++.other/crash36.C: New test.
20487
20488 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
20489
20490         * g++.old-deja/g++.other/init16.C: New test.
20491
20492 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
20493
20494         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
20495
20496 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
20497
20498         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
20499         * gcc.c-torture/execute/va-arg-16.x: Likewise.
20500         * gcc.c-torture/execute/va-arg-17.x: Likewise.
20501
20502 2000-11-07  DJ Delorie  <dj@redhat.com>
20503
20504         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
20505
20506 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20507
20508         * gcc.c-torture/execute/string-opt-1.c: New test.
20509
20510 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
20511
20512         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
20513         mips-sgi-irix6.* because the MIPS ABI passes floating-point
20514         parameters in registers, and there is no way for a varargs
20515         function to know in which order the integer and floating-point
20516         parameters should be interleaved when they are placed on the
20517         stack.
20518         * gcc.c-torture/execute/va-arg-16.x: Likewise.
20519         * gcc.c-torture/execute/va-arg-17.x: Likewise.
20520
20521 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20522
20523         * gcc.c-torture/execute/string-opt-2.c: New test.
20524
20525 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
20526
20527         * g++.old-deja/g++.pt/crash60.C: New test.
20528
20529 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
20530
20531         * g++.old-deja/g++.other/crash24.C: New test.
20532         * g++.old-deja/g++.other/crash25.C: New test.
20533         * g++.old-deja/g++.other/crash26.C: New test.
20534         * g++.old-deja/g++.other/crash27.C: New test.
20535         * g++.old-deja/g++.other/crash28.C: New test.
20536         * g++.old-deja/g++.other/crash29.C: New test.
20537         * g++.old-deja/g++.other/crash30.C: New test.
20538         * g++.old-deja/g++.other/crash31.C: New test.
20539         * g++.old-deja/g++.other/crash32.C: New test.
20540         * g++.old-deja/g++.other/crash33.C: New test.
20541         * g++.old-deja/g++.other/crash34.C: New test.
20542         * g++.old-deja/g++.other/crash35.C: New test.
20543
20544 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
20545
20546         * gcc.c-torture/execute/20001031-1.c: New test.
20547
20548 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
20549
20550         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
20551         namespace.
20552
20553         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
20554         standards-conformant.
20555
20556         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
20557
20558         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
20559         * g++.old-deja/g++.mike/p755a.C: Likewise.
20560         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
20561         library makes no calls to `operator new' during initialization.
20562
20563 2000-11-04  Neil Booth  <neilb@earthling.net>
20564
20565         * gcc.dg/cpp/include2.c: New tests.
20566
20567 2000-11-03  Mark P Mitchell  <mark@codesourcery.com>
20568
20569         * lib/g++.exp (g++_set_ld_library_path): New function.
20570         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
20571
20572 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
20573
20574         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
20575         warnings.
20576
20577 2000-11-01  Richard Henderson  <rth@redhat.com>
20578
20579         * g++.old-deja/g++.ext/namedret1.C: New.
20580         * g++.old-deja/g++.ext/namedret2.C: New.
20581         * g++.old-deja/g++.ext/namedret3.C: New.
20582
20583 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
20584
20585         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
20586         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
20587
20588 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20589
20590         * gcc.c-torture/execute/va-arg-21.c: New test.
20591
20592 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
20593
20594         * gcc.dg/c99-complex-2.c: New test.
20595
20596 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20597
20598         * gcc.c-torture/execute/stdio-opt-1.c: New test.
20599
20600 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
20601
20602         * g++.old-deja/g++.other/inline16.C: New test.
20603
20604 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
20605
20606         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
20607         __PRETTY_FUNCTION__
20608
20609 2000-10-29  Neil Booth  <neilb@earthling.net>
20610
20611         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
20612         New tests.
20613         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
20614         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
20615         optimisation.
20616
20617 2000-10-29  Neil Booth  <neilb@earthling.net>
20618
20619         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
20620         * mi1.c, mi1c.h: Add null directives to multiple-include test.
20621         * mi5.c: Test multiple includes work with -C.
20622         * trigraphs.c: Test ^= version.
20623
20624 2000-10-28  Neil Booth  <neilb@earthling.net>
20625
20626         New tests and test updates for new macro expander.
20627
20628         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
20629         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
20630         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
20631         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
20632         new diagnostic messages.
20633
20634         * gcc.dg/cpp/macro3.c: New tests.
20635
20636 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
20637
20638         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
20639         on the same line.
20640
20641 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
20642
20643         * g++.old-deja/g++.other/eh2.C: New test.
20644
20645 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
20646
20647         * gcc.c-torture/execute/20001027-1.c: New test.
20648
20649 2000-10-26  Richard Henderson  <rth@redhat.com>
20650
20651         * gcc.c-torture/execute/20001026-1.c: New.
20652
20653 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
20654
20655         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
20656         * g++.old-deja/g++.law/builtin1.C: Likewise.
20657         * g++.old-deja/g++.law/ctors10.C: Likewise.
20658         * g++.old-deja/g++.law/virtual3.C: Likewise.
20659         * g++.old-deja/g++.mike/p658.C: Likewise.
20660         * g++.old-deja/g++.other/sibcall1.C: Likewise.
20661         * g++.old-deja/g++.other/vaarg2.C: Likewise.
20662         * g++.old-deja/g++.robertl/eb124.C: Likewise.
20663         * g++.old-deja/g++.robertl/eb44.C: Likewise.
20664         * g++.old-deja/g++.robertl/eb77.C: Likewise.
20665
20666 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
20667
20668         * gcc.c-torture/compile/20001024-1.c: New test.
20669
20670 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
20671
20672         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
20673         to tell us whether or not we are using V3.
20674
20675 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
20676
20677         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
20678         operands.
20679
20680 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
20681
20682         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
20683
20684 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
20685
20686         * gcc.c-torture/execute/20001024-1.c: New test.
20687
20688 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
20689
20690         * g++.old-deja/g++.other/sibcall1.C: New test.
20691
20692 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
20693
20694         * gcc.dg/noncompile/init-3.c: New test.
20695
20696 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
20697
20698         * gcc.dg/format-array-1.c: New test.
20699
20700 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
20701
20702         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
20703         writing through null pointers; remove comment about testing
20704         unterminated strings.
20705
20706 2000-10-17  Matthew Hiller  <hiller@redhat.com>
20707
20708         * gcc.c-torture/execute/20001017-2.c: New test.
20709
20710 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
20711
20712         * gcc.c-torture/compile/20001018-1.c: New test.
20713         * gcc.c-torture/compile/20001018-1.x: Xfail.
20714
20715 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
20716
20717         * gcc.c-torture/execute/20001017-1.c: New test.
20718
20719 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
20720
20721         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
20722         for multiple use of arguments with scanf formats; add tests for
20723         multiple use of arguments.
20724
20725 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
20726
20727         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
20728
20729 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
20730
20731         * gcc.dg/format-miss-1.c: New test.
20732
20733 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
20734
20735         * gcc.c-torture/execute/20001013-1.c: New test.
20736
20737 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
20738
20739         * gcc.dg/format-branch-1.c: New test.
20740
20741 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
20742
20743         * README, lib/file-format.exp: Remove EGCS references.
20744
20745 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
20746
20747         * gcc.dg/20001013-1.c: New test.
20748
20749 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
20750
20751         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
20752         for intmax_t in the compiler using __typeof__ and the type rules
20753         for conditional expressions.
20754
20755 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
20756
20757         * gcc.dg/20001012-1.c: New test.
20758         * gcc.dg/20001012-2.c: New test.
20759
20760 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
20761
20762         * gcc.dg/format-attr-1.c: New test.
20763
20764 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
20765
20766         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
20767         __LONG_LONG_MAX__ instead of LLONG_MAX.
20768
20769 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
20770
20771         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
20772         scanf flags.
20773         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
20774         flags.
20775
20776 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
20777
20778         * gcc.dg/sequence-pt-1.c: New test.
20779
20780 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
20781
20782         * gcc.c-torture/execute/20001011-1.c: New testcase.
20783         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
20784
20785 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
20786
20787         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
20788         does not error on it.
20789
20790 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
20791
20792         * gcc.dg/20001009-1.c: New test.
20793
20794 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
20795
20796         * gcc.c-torture/compile/20001009-1.c: Move from here ....
20797         * gcc.c-torture/execute/20001009-2.c: ... to here.
20798
20799 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
20800
20801         * gcc.c-torture/compile/20001009-1.c: New testcase.
20802         * gcc.c-torture/execute/20001009-1.c: New testcase.
20803         Testcases provided by Jan Hubicka <jh@suse.cz>.
20804
20805 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
20806
20807         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
20808         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
20809         uintmax_t using <limits.h> to emulate the compiler's internal
20810         logic.  No longer XFAIL %j tests.
20811
20812 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
20813
20814         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
20815         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
20816         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
20817         regexps and details of expected handling of some bad formats.
20818         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
20819         suppression.
20820
20821 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
20822
20823         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
20824         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
20825         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
20826         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
20827         in list archives.
20828
20829 2000-10-06  Richard Henderson  <rth@cygnus.com>
20830
20831         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
20832         * g++.old-deja/g++.brendan/crash52.C: Likewise.
20833         * g++.old-deja/g++.jason/report.C: Likewise.
20834         * g++.old-deja/g++.law/friend5.C: Likewise.
20835         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
20836         of the expected warnings.
20837
20838 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
20839
20840         * g++.old-deja/g++.pt/enum14.C: New test.
20841
20842 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
20843
20844         * g++.old-deja/g++.pt/crash59.C: New test.
20845
20846 2000-10-04  Will Cohen  <wcohen@redhat.com>
20847
20848         * gcc.dg/20000926-1.c: New test.
20849
20850 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
20851
20852         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
20853         function name for current C++ compiler.
20854         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
20855
20856 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
20857
20858         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
20859         __PRETTY_FUNCTION__.
20860         * g++.old-deja/g++.ext/pretty2.C: Likewise.
20861
20862 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20863
20864         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
20865
20866 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
20867
20868         * gcc.c-torture/compile/20000923-1.c: New test.
20869
20870 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
20871
20872         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
20873         * g++.old-deja/g++.pt/ttp62.C: Same.
20874         * g++.old-deja/g++.other/inline14.C: Same.
20875
20876 2000-09-24  Richard Henderson  <rth@cygnus.com>
20877
20878         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
20879
20880 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
20881
20882         * gcc.dg/c90-printf-1.c: Add test for wide string format.
20883
20884 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
20885
20886         * gcc.c-torture/compile/20000922-1.c: New file.
20887
20888 2000-09-21  Nick Clifton  <nickc@redhat.com>
20889
20890         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
20891         a signed long modulo operation.
20892         (mod6): New function - perform an unsigned long modulo operation.
20893         (main): Add tests for modulos of very large numbers by very small
20894         dividends.
20895
20896 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20897
20898         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
20899
20900 2000-09-19  Richard Henderson  <rth@cygnus.com>
20901
20902         * gcc.dg/compare2.c (case 10): XFAIL.
20903
20904 2000-09-18  Richard Henderson  <rth@cygnus.com>
20905
20906         * gcc.c-torture/execute/20000906-1.c: Move ...
20907         * gcc.dg/20000906-1.c: ... here.  Only run on targets
20908         that support __builtin_trap.
20909
20910 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
20911
20912         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
20913
20914 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
20915
20916         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
20917         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
20918         more $ format tests.
20919
20920 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
20921
20922         * gcc.dg/format-errmk-1.c: New test.
20923
20924 2000-09-17  Greg McGary  <greg@mcgary.org>
20925
20926         * gcc.c-torture/execute/20000917-1.x: Remove.
20927
20928 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
20929
20930         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
20931
20932 2000-09-17  Greg McGary  <greg@mcgary.org>
20933
20934         * gcc.c-torture/execute/20000917-1.c: New test.
20935         * gcc.c-torture/execute/20000917-1.x: XFAIL.
20936
20937 2000-09-16  Neil Booth  <NeilB@earthling.net>
20938
20939         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
20940         in nested macro bug.
20941
20942 2000-09-15  Neil Booth  <NeilB@earthling.net>
20943
20944         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
20945
20946 2000-09-14  Jeffrey A Law  (law@cygnus.com)
20947
20948         * gcc.c-torture/execute/20000914-1.c: New test.
20949
20950 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
20951
20952         * g++.other/inline13.C: New test.
20953
20954 2000-09-12  Andreas Jaeger  <aj@suse.de>
20955
20956         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
20957         constant by Ulrich Drepper <drepper@redhat.com>.
20958
20959 2000-09-12  J"orn Rennecke <amylaar@redhat.co.uk>
20960
20961         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
20962
20963 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20964
20965         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
20966
20967 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
20968
20969         * gcc.dg/cpp/backslash.c: New test.
20970
20971 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
20972
20973         * gcc.c-torture/execute/20000910-1.c: New test.
20974         * gcc.c-torture/execute/20000910-2.c: Likewise.
20975
20976 2000-09-11  Robert Lipe  <robertl@sco.com>
20977
20978         * gcc.dg/pragma-align.c: New test.
20979
20980 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
20981
20982         * g++.old-deja/g++.pt/explicit82.C: New test.
20983         * g++.old-deja/g++.pt/explicit83.C: New test.
20984
20985 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
20986
20987         * gcc.dg/asm-names.c: New test.
20988
20989 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20990
20991         * gcc.dg/cpp/tr-warn6.c: New test
20992
20993 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
20994
20995         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
20996         be accepted.
20997
20998 2000-09-07  Catherine Moore  <clm@redhat.com>
20999
21000         * gcc.c-torture/execute/unroll-1.c: New test.
21001
21002 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
21003
21004         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
21005         ERROR markers.
21006         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
21007         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
21008         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
21009         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
21010         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
21011         Preprocess only.
21012         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
21013         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
21014
21015 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
21016
21017         * g++.old-deja/g++.pt/deduct2.C: New test.
21018
21019 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
21020
21021         * g++.old-deja/g++.pt/parms2.C: New test.
21022
21023 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
21024
21025         * g++.old-deja/g++.pt/crash58.C: New test.
21026
21027 2000-09-06  Greg McGary  <greg@mcgary.org>
21028
21029         * gcc.c-torture/execute/20000906-1.c: New test.
21030         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
21031
21032 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21033
21034         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
21035
21036 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
21037
21038         * g++.old-deja/g++.pt/crash57.C: New test.
21039
21040 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
21041
21042         * g++.old-deja/g++.pt/crash56.C: New test.
21043
21044 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
21045
21046         * g++.old-deja/g++.pt/koenig1.C: New test.
21047
21048 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
21049
21050         * gcc.dg/20000904-1.c: New test.
21051
21052 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
21053
21054         * gcc.dg/cpp/paste8.c: New test.
21055
21056 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
21057
21058         * gcc.c-torture/compile/20000827-1.c: New test.
21059
21060 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
21061
21062         * gcc.dg/format-diag-1.c: New test.
21063
21064 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
21065
21066         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
21067         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
21068         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
21069         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
21070         gcc.dg/formatz-1.c: Adjust warning regular expressions.
21071
21072 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
21073
21074         * g++.old-deja/g++.other/nested4.C: New test.
21075
21076 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
21077
21078         * g++.old-deja/g++.ns/scoped1.C: New test.
21079
21080 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
21081
21082         * lib/g++.exp: Support testing already-installed GCC.
21083
21084 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21085
21086         * wtr-label-1.c, wtr-suffix-1.c: New tests.
21087
21088 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21089
21090         * gcc.dg/return-type-2.c: New test.
21091
21092 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
21093
21094         * gcc.c-torture/compile/20000825-1.c: New test.
21095
21096 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
21097
21098         * gcc.dg/dwarf2-2.c: New test.
21099
21100 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
21101
21102         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
21103         dg-warning regexps.
21104
21105 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
21106
21107         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
21108         gcc.dg/format-ext-5.c: New tests.
21109
21110 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
21111
21112         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
21113
21114 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
21115
21116         * gcc.dg/noncompile/930622-2.c: Adjust error message.
21117
21118 2000-08-24  Richard Henderson  <rth@cygnus.com>
21119
21120         * gcc.dg/ia64-sync-1.c: New test.
21121         * gcc.dg/ia64-sync-2.c: New test.
21122         * gcc.dg/ia64-asm-1.c: New test.
21123
21124 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
21125
21126         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
21127         * gcc.dg/format-ext-2.c: New test.
21128
21129 2000-08-23  Jason Merrill  <jason@redhat.com>
21130
21131         * lib/old-dejagnu.exp: Also ignore "In member function" and
21132         "At global scope".
21133
21134 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21135
21136         * gcc.dg/noncompile/label-lineno-1.c: New test.
21137
21138 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
21139
21140         * gcc.dg/c99-array-nonobj-1.c: New test.
21141
21142 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
21143
21144         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
21145         tests.
21146         * gcc.dg/format-ext-1.c: New test.
21147
21148 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21149
21150         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
21151         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
21152         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
21153         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
21154         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
21155
21156 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
21157
21158         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
21159         gcc.dg/c99-strftime-2.c: New tests.
21160
21161 2000-08-22  Richard Henderson  <rth@cygnus.com>
21162
21163         * gcc.c-torture/execute/20000822-1.c: New test.
21164
21165 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
21166
21167         * gcc.c-torture/execute/20000819-1.x: Remove.
21168
21169 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
21170
21171         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
21172         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
21173         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
21174         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
21175         gcc.dg/format-xopen-1.c: New tests.
21176
21177 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
21178
21179         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
21180
21181 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
21182
21183         * g++.old-deja/g++.other/loop2.C: New test.
21184
21185         * gcc.c-torture/compile/20000606-1.c: New test.
21186         * gcc.c-torture/compile/20000728-1.c: New test.
21187         * gcc.c-torture/execute/20000801-1.c: New test.
21188         * gcc.c-torture/execute/20000801-2.c: New test.
21189         * gcc.c-torture/execute/20000819-1.c: New test.
21190         * gcc.c-torture/execute/20000819-1.x: XFAIL.
21191         * gcc.dg/20000629-1.c: New test.
21192         * gcc.dg/20000724-1.c: New test.
21193         * gcc.dg/20000807-1.c: New test.
21194
21195 2000-08-20 Dennis Chernoivanov <cdi@sparc.spb.su>
21196
21197         * gcc.dg/cpp/pragma-1.c: New test.
21198         * gcc.dg/cpp/pragma-2.c: New test.
21199
21200 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
21201
21202         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
21203         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
21204
21205 2000-08-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
21206
21207         * gcc.c-torture/compile/20000818-1.c: New test.
21208
21209 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
21210
21211         * gcc.c-torture/execute/20000818-1.c: New test.
21212
21213 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
21214
21215         * gcc.dg/format-va-1.c: New test.
21216
21217 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
21218
21219         * g++.old-deja/g++.other/typedef8.C: New test.
21220
21221 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
21222
21223         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
21224         * g++.old-deja/g++.mike/net36.C: Mark candidate.
21225         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
21226         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
21227         * g++.old-deja/g++.other/ptrmem7.C: New test.
21228         * g++.old-deja/g++.pt/ptrmem10.C: New test.
21229
21230 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
21231
21232         * g++.old-deja/g++.pt/typename27.C: New test.
21233
21234 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
21235
21236         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
21237         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
21238         * g++.old-deja/g++.pt/friend45.C: New test.
21239         * g++.old-deja/g++.other/friend8.C: New test.
21240
21241 2000-08-15  Richard Henderson  <rth@cygnus.com>
21242
21243         * gcc.c-torture/execute/20000815-1.c: New test.
21244
21245 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
21246
21247         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
21248         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
21249         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
21250
21251 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
21252
21253         * g++.old-deja/g++.other/refinit2.C: New test.
21254
21255 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
21256
21257         * lib/c-torture.exp (c-torture): Make
21258         compiler_conditional_xfail_data global.
21259         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
21260         compiler_conditional_xfail_data machinery.
21261         (f-torture-execute): Likewise.
21262         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
21263         and only when unrolling loops.
21264
21265         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
21266
21267 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
21268
21269         * g++.old-deja/g++.pt/explicit81.C: New test.
21270
21271 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
21272
21273         * g++.old-deja/g++.pt/typename26.C: New test.
21274
21275 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
21276
21277         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
21278         warning.
21279
21280 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
21281
21282         * g++.old-deja/g++.other/array3.C: New test.
21283
21284 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
21285
21286         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
21287         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
21288         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
21289         New tests.
21290
21291 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
21292
21293         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
21294         * g++.old-deja/g++.abi/vmihint.C: Likewise.
21295
21296 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
21297
21298         * gcc.c-torture/execute/20000808-1.c: New test.
21299
21300 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
21301
21302         * gcc.dg/c90-const-expr-1.c: New test.
21303
21304 2000-08-08  Richard Henderson  <rth@cygnus.com>
21305
21306         * gcc.dg/noncompile/920923-1.c: Declare calloc.
21307
21308 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
21309
21310         * gcc.dg/noncompile/const-ll-1.c: New test.
21311
21312 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
21313
21314         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
21315
21316 2000-08-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
21317
21318         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
21319         that running programs linked against the shared version of libobjc
21320         run correctly.
21321
21322 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
21323
21324         * gcc.dg/c99-printf-1.c: New test.
21325
21326 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
21327
21328         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
21329
21330 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
21331
21332         * gcc.c-torture/execute/20000731-1.x: Delete.
21333
21334 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
21335
21336         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
21337         and torture_without_loops as is done by c-torture.exp.
21338         (search_for): Copy from c-torture.exp.
21339         (gcc-dg-runtest): New function, drives a directory of tests
21340         iterating over the TORTURE_OPTIONS.
21341         (scan-assembler, scan-assembler-not): Move here from
21342         individual directory drivers.
21343
21344         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
21345         defined by lib/gcc-dg.exp.
21346         * gcc.dg/cpp/cpp.exp: Likewise.
21347         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
21348         gcc-dg-runtest, so we cycle over optimization options.
21349
21350         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
21351         * gcc.dg/compare2.c: No longer expected to fail.
21352
21353 2000-08-04  J"orn Rennecke <amylaar@cygnus.co.uk>
21354
21355         * gcc.c-torture/execute/20000804-1.c: New test.
21356
21357 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
21358
21359         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
21360
21361 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
21362
21363         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
21364
21365 2000-08-03  Jeffrey A Law  (law@cygnus.com)
21366
21367         * gcc.c-torture/compile/20000803-1.c: New test.
21368
21369 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
21370
21371         * gcc.c-torture/execute/20000801-3.c,
21372         gcc.c-torture/execute/20000801-4.c: New tests.
21373         * gcc.c-torture/execute/20000801-3.x,
21374         gcc.c-torture/execute/20000801-4.x: Xfail.
21375
21376 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
21377
21378         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
21379         libobjc/.libs to allow for libtool.
21380
21381 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
21382
21383         * gcc.c-torture/compile/20000802-1.c: New test.
21384
21385 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
21386
21387         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
21388
21389 2000-07-31  Jeffrey A Law  (law@cygnus.com)
21390
21391         * gcc-c-torture/execute/20000731-2.c: New test.
21392
21393         * gcc.c-torture/execute/20000731-1.c: New test.
21394         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
21395
21396 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
21397
21398         * testsuite/gcc.dg/cpp/paste7.c: New test.
21399         * gcc.dg/cpp/20000725-1.c: New test.
21400
21401 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
21402
21403         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
21404         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
21405         declaration warning for __builtin_dwarf_reg_size.
21406
21407         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
21408
21409 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
21410
21411         * gcc.dg/noncompile/voidparam-1.c: New test.
21412
21413 2000-07-30  Richard Henderson  <rth@cygnus.com>
21414
21415         * gcc.dg/c90-digraph-1.c: Don't xfail.
21416         * gcc.dg/compare2.c (case 10): Xfail.
21417         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
21418
21419 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
21420
21421         * gcc.dg/c99-main-1.c: New test.
21422
21423 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
21424
21425         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
21426
21427 2000-07-26  Hans-Peter Nilsson  <hp@axis.com>
21428
21429         * gcc.c-tortuer/execute/20000726-1.c: New test.
21430
21431 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
21432
21433         * gcc.c-torture/execute/enum-2.c: New test.
21434
21435 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21436
21437         * gcc.dg/cpp/tr-warn3.c: New test.
21438
21439 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
21440
21441         * g++.old-deja/g++.ext/implicit1.C: Remove.
21442         * g++.old-deja/g++.jason/c2.C: Remove
21443         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
21444         * g++.old-deja/g++.pt/crash16.C: Likewise.
21445         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
21446
21447 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
21448
21449         * g++.old-deja/g++.other/for2.C: New test.
21450
21451 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
21452
21453         * gcc.dg/20000720-1.c: New test.
21454
21455 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
21456
21457         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
21458
21459 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
21460
21461         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
21462         * gcc.c-torture/execute/20000722-1.c: New.
21463         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
21464
21465 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
21466
21467         * gcc.dg/cpp/20000720-1.S: New test.
21468
21469 2000-07-21  Michael Meissner  <meissner@redhat.com>
21470
21471         * gcc.c-torture/execute/ieee/hugeval.c: New test.
21472
21473 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
21474
21475         * g++.old-deja/g++.brendan/crash16.C,
21476         g++.old-deja/g++.brendan/parse3.C,
21477         g++.old-deja/g++.brendan/redecl1.C,
21478         g++.old-deja/g++.ns/template13.C,
21479         g++.old-deja/g++.other/decl4.C,
21480         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
21481
21482 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
21483
21484         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
21485         and "Internal error".
21486
21487         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
21488         regexps.
21489         * gcc.dg/cpp/paste6.c: New test.
21490
21491 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
21492
21493         * gcc.dg/cpp/tr-direct.c: New test.
21494
21495         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
21496         gcc.dg/cpp/undef1.c: Tweak error regexps.
21497
21498 2000-07-18  Eric Christopher <echristo@redhat.com>
21499
21500         * gcc.c-torture/compile/20000718-1.c: New test.
21501
21502 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
21503
21504         * cpplex.c (_cpp_push_token): If the token being pushed back
21505         is the previous token in this context, just subtract one from
21506         context->posn.
21507         * cppmacro.c (save_expansion): Clear aux field when storing a
21508         placemarker.
21509
21510 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
21511
21512         * gcc.dg/noncompile/redecl-1.c: New test.
21513
21514 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
21515
21516         * gcc.c-torture/execute/20000717-5.c: New test.
21517         * gcc.c-torture/execute/20000717-1.x: Removed.
21518
21519 2000-07-17  Richard Henderson  <rth@cygnus.com>
21520
21521         * gcc.c-torture/execute/20000717-4.c: New test.
21522
21523 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
21524
21525         * gcc.dg/cpp/syshdr.c: New test.
21526         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
21527
21528 2000-07-17  Neil Booth  <neilb@earthling.net>
21529
21530         * gcc.dg/cpp/cmdlne-dM.c: New test.
21531         * gcc.dg/cpp/cmdlne-dD.c: New test.
21532
21533 2000-07-17  Jeffrey A Law  (law@cygnus.com)
21534
21535         * gcc.c-torture/execute/20000717-3.c: New test.
21536
21537         * gcc.c-torture/compile/20000717-1.c: New test.
21538
21539 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
21540
21541         * gcc.c-torture/execute/20000717-2.c: New test.
21542
21543 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
21544
21545         * gcc.dg/formatz-1.c: New test.
21546
21547         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
21548         * gcc.dg/c99-digraph-1.c: New tests.
21549
21550         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
21551         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
21552
21553         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
21554         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
21555         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
21556         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
21557         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
21558         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
21559         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
21560
21561 2000-07-17   Greg McGary <greg@mcgary.org>
21562
21563         * gcc.c-torture/execute/20000717-1.c: New test.
21564         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
21565
21566 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
21567
21568         * gcc.c-torture/execute/20000715-2.c: New test.
21569         * gcc.dg/20000715-1.c: New test.
21570
21571 2000-07-15  Michael Meissner  <meissner@redhat.com>
21572
21573         * gcc.c-torture/execute/20000715-1.c: New test.
21574
21575 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
21576
21577         * gcc.c-torture/execute/20000707-1.c: New test.
21578
21579 2000-07-13  Neil Booth  <NeilB@earthling.net>
21580
21581         * testsuite/gcc.dg/cpp/digraph1.c,
21582         testsuite/gcc.dg/cpp/digraph2.c,
21583         testsuite/gcc.dg/cpp/digraphs.c: New tests.
21584
21585 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
21586
21587         * g77.f-torture/compile/20000630-2.f:  New test.
21588         * g77.f-torture/compile/20000630-2.x
21589
21590 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
21591
21592         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
21593
21594 2000-07-11  Neil Booth  <NeilB@earthling.net>
21595
21596         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
21597
21598 2000-07-11  Neil Booth  <NeilB@earthling.net>
21599
21600         * gcc.dg/cpp/cmdlne-C.c: New.
21601
21602 2000-07-09  Neil Booth  <NeilB@earthling.net>
21603
21604         * gcc.dg/cpp/directiv.c: New tests.
21605         * gcc.dg/cpp/undef1.c: Update.
21606
21607 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
21608
21609         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
21610
21611 2000-07-09  Neil Booth  <NeilB@earthling.net>
21612
21613         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
21614
21615 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
21616
21617         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
21618         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
21619
21620 2000-07-08  Neil Booth  <NeilB@earthling.net>
21621
21622         * gcc.dg/cpp/macsyntx.c: New tests.
21623
21624 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
21625
21626         * gcc.dg/20000707-1.c: New test.
21627
21628 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
21629
21630         * gcc.c-torture/execute/20000706-1.c: New test.
21631         * gcc.c-torture/execute/20000706-2.c: New test.
21632         * gcc.c-torture/execute/20000706-3.c: New test.
21633         * gcc.c-torture/execute/20000706-4.c: New test.
21634         * gcc.c-torture/execute/20000706-5.c: New test.
21635
21636 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
21637
21638         * g++.old-deja/g++.pt/instantiate7.C: New test.
21639
21640 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
21641
21642         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
21643         * g++.old-deja/g++.mike/thunk3.C: Likewise.
21644         * g++.old-deja/g++.other/rtti3.C: Likewise.
21645         * g++.old-deja/g++.other/rttid3.C: Likewise.
21646
21647 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
21648
21649         *  g77.f-torture/compile/20000630-1.x: Fix typo
21650
21651 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
21652
21653         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
21654         assembly output.
21655
21656 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
21657
21658         * gcc.dg/cpp/ident.c: New test.
21659
21660 2000-07-05  Neil Booth  <NeilB@earthling.net>
21661
21662         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
21663           gcc.dg/cpp/lexstrng.c: New tests.
21664
21665 2000-07-04  Neil Booth  <NeilB@earthling.net>
21666
21667         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
21668         * gcc.dg/cpp/strify2.c: Same.
21669
21670 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
21671
21672         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
21673         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
21674         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
21675         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
21676
21677         * testsuite/gcc.dg/cpp/macro1.c,
21678         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
21679         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
21680         testsuite/gcc.dg/cpp/strify1.c,
21681         testsuite/gcc.dg/cpp/strify2.c: New tests.
21682
21683 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
21684
21685         * gcc.c-torture/execute/20000703-1.c: New test.
21686
21687 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
21688
21689         * g++.old-deja/g++.pt (lookup10.C): New test.
21690
21691 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
21692
21693         * g++.old-deja/g++.pt (typename25.C): New test.
21694
21695 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
21696
21697         * gcc.c-torture/compile/20000701-1.c: New test.
21698
21699 2000-06-30  Nick Clifton  <nickc@cygnus.com>
21700
21701         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
21702         to test case.
21703
21704 2000-06-30  Catherine Moore  <clm@cygnus.com>
21705
21706         * gcc.c-torture/execute/align-1.c: New test.
21707
21708 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
21709
21710         * g++.old-deja/g++.pt/expr8.C: New test.
21711         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
21712
21713 2000-06-29  Nick Clifton  <nickc@cygnus.com>
21714
21715         * gcc.c-torture/compile/20000629-1.c: New test.
21716
21717 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
21718
21719
21720         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
21721         gcc.dg/noncompile directory, depending on whether they're
21722         preprocessor tests or not.  Annotate all the tests for the dg
21723         framework.
21724
21725         * gcc.c-torture/noncompile/noncompile.exp: Delete.
21726         * gcc.dg/noncompile/noncompile.exp: New.
21727
21728         * Moved files:
21729         Old name                                New name
21730         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
21731         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
21732         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
21733         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
21734         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
21735         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
21736         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
21737         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
21738         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
21739         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
21740         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
21741         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
21742         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
21743         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
21744         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
21745         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
21746         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
21747         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
21748         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
21749         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
21750         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
21751         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
21752         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
21753         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
21754
21755         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
21756         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
21757         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
21758         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
21759         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
21760         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
21761
21762 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
21763
21764         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
21765         declare one variable.  On the fourth, error.
21766         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
21767         declared by 20000628-1a.h.
21768
21769 2000-06-29  Richard Henderson  <rth@redhat.com>
21770
21771         * gcc.c-torture/execute/930529-1.x: New file.
21772         * gcc.dg/920413-1.c: Adjust expected warning text.
21773         * gcc.dg/980217-1.c: Declare abort.
21774         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
21775
21776 2000-06-29  Jeffrey A Law  (law@cygnus.com)
21777
21778         * g77.f-torture/compile/20000629-1.f: New test.
21779         * g77.f-torture/compile/20000629-1.x: Expected to fail.
21780
21781 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
21782
21783         Rearrange lots of files, removing entirely the
21784         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
21785         directories.
21786
21787         * Deleted files:
21788         gcc.c-torture/code_quality/code_quality.exp
21789         gcc.c-torture/special/special.exp
21790         gcc.failure/failure.exp
21791         gcc.failure/940409-1.x
21792         gcc.c-torture/compile/961203-1.x
21793
21794         * New files:
21795         gcc.misc-tests/linkage.exp
21796         gcc.c-torture/execute/920730-1t.c
21797         gcc.c-torture/execute/920730-1t.x
21798         gcc.c-torture/compile/920520-1.x
21799         gcc.c-torture/compile/920521-1.x
21800         gcc.c-torture/compile/981006-1.x
21801         gcc.c-torture/execute/eeprof-1.x
21802
21803         * Moved files (possibly with modifications to fit a new harness):
21804         Old name                                New name
21805         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
21806         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
21807         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
21808         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
21809         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
21810         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
21811         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
21812         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
21813         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
21814         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
21815         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
21816         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
21817         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
21818         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
21819
21820 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
21821
21822         * c-torture/compile/961203-1.x: Delete.
21823
21824         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
21825         not exit. Include stdio.h.
21826         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
21827         * gcc.misc-tests/dg-12.c: Likewise.
21828         * gcc.misc-tests/dg-5.c: Likewise.
21829         * gcc.misc-tests/dg-6.c: Likewise.
21830         * gcc.misc-tests/dg-7.c: Prototype abort.
21831         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
21832         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
21833         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
21834         not exit.
21835         * gcc.misc-tests/sieve.c: Use return from main, not exit.
21836         * gcc.misc-tests/sort2.c: Use return from main, not exit.
21837
21838 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
21839
21840         * gcc.dg/cpp/20000628-1.c: New test.
21841         * gcc.dg/cpp/20000628-1.h: New header for above test.
21842         * gcc.dg/cpp/20000628-1a.h: Likewise.
21843
21844 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
21845
21846         * gcc.dg/cpp: New directory.
21847         * gcc.dg/cpp/cpp.exp: New driver.
21848         * gcc.dg/cpp/20000627-1.c: New test.
21849         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
21850         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
21851         and rewrite as a compilation test.
21852
21853         * gcc.dg: Move many files into the cpp subdirectory, possibly
21854         renaming or editing them as well.
21855         Old name                New name
21856         990119-1.c              cpp/19990119-1.c
21857         990228-1.c              cpp/19990228-1.c
21858         990407-1.c              cpp/19990407-1.c
21859         990409-1.c              cpp/19990409-1.c
21860         990413-1.c              cpp/19990413-1.c
21861         990703-1.c              cpp/19990703-1.c
21862         20000127-1.c            cpp/20000127-1.c
21863         20000129-1.c            cpp/20000129-1.c
21864         20000207-1.c            cpp/20000207-1.c
21865         20000207-2.c            cpp/20000207-2.c
21866         20000209-1.c            cpp/20000209-1.c
21867         20000209-2.c            cpp/20000209-2.c
21868         20000301-1.c            cpp/20000301-1.c
21869         20000419-1.c            cpp/20000419-1.c
21870         20000510-1.S            cpp/20000510-1.S
21871         20000519-1.c            cpp/20000519-1.c
21872         20000529-1.c            cpp/20000529-1.c
21873         20000625-1.c            cpp/20000625-1.c
21874         20000625-2.c            cpp/20000625-2.c
21875         cpp-as1.c               cpp/assert1.c
21876         cpp-as2.c               cpp/assert2.c
21877         cxx-comments-1.c        cpp/cxxcom1.c
21878         cxx-comments-2.c        cpp/cxxcom2.c
21879         endif-label.c           cpp/endif.c
21880         cpp-hash1.c             cpp/hash1.c
21881         cpp-hash2.c             cpp/hash2.c
21882         cpp-if1.c               cpp/if-1.c
21883         cpp-if2.c               cpp/if-2.c
21884         cpp-if3.c               cpp/if-3.c
21885         cpp-if4.c               cpp/if-4.c
21886         cpp-if5.c               cpp/if-5.c
21887         cpp-cond.c              cpp/if-cexp.c
21888         cpp-missingop.c         cpp/if-mop.c
21889         cpp-missingparen.c      cpp/if-mpar.c
21890         cpp-opprec.c            cpp/if-oppr.c
21891         cpp-ifparen.c           cpp/if-paren.c
21892         cpp-shortcircuit.c      cpp/if-sc.c
21893         cpp-shift.c             cpp/if-shift.c
21894         cpp-unary.c             cpp/if-unary.c
21895         cpp-li1.c               cpp/line1.c
21896         cpp-li2.c               cpp/line2.c
21897         lineno.c                cpp/line3.c
21898         lineno-2.c              cpp/line4.c
21899         cpp-mi.c                cpp/mi1.c
21900         cpp-mic.h               cpp/mi1c.h
21901         cpp-micc.h              cpp/mi1cc.h
21902         cpp-mind.h              cpp/mi1nd.h
21903         cpp-mindp.h             cpp/mi1ndp.h
21904         cpp-mix.h               cpp/mi1x.h
21905         cpp-mi2.c               cpp/mi2.c
21906         cpp-mi2a.h              cpp/mi2a.h
21907         cpp-mi2b.h              cpp/mi2b.h
21908         cpp-mi2c.h              cpp/mi2c.h
21909         cpp-mi3.c               cpp/mi3.c
21910         cpp-mi3.def             cpp/mi3.def
21911         poison-1.c              cpp/poison.c
21912         pr-impl.c               cpp/prag-imp.c
21913         cpp-redef-2.c           cpp/redef1.c
21914         cpp-redef.c             cpp/redef2.c
21915         strpaste.c              cpp/strp1.c
21916         strpaste-2.c            cpp/strp2.c
21917         cpp-tradpaste.c         cpp/tr-paste.c
21918         cpp-tradstringify.c     cpp/tr-str.c
21919         cpp-tradwarn1.c         cpp/tr-warn1.c
21920         cpp-tradwarn2.c         cpp/tr-warn2.c
21921         trigraphs.c             cpp/trigraphs.c
21922         cpp-unc1.c              cpp/unc1.c
21923         cpp-unc2.c              cpp/unc2.c
21924         cpp-unc3.c              cpp/unc3.c
21925         cpp-unc.c               cpp/unc4.c
21926         undef.c                 cpp/undef1.c
21927         undef-2.c               cpp/undef2.c
21928         cpp-wi1.c               cpp/widestr1.c
21929
21930 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
21931
21932         * lib/g++.exp (g++_include_flags): Tweak.
21933
21934 2000-06-27  H.J. Lu  <hjl@gnu.org>
21935             Loren J. Rittle  <ljrittle@acm.org>
21936
21937         * lib/g++.exp (g++_include_flags): Override libgloss.exp
21938         version with one that knows about the new gcc tree structure.
21939         (g++_link_flags): Same.
21940
21941 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
21942
21943         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
21944         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
21945         case we are cross-compiling.
21946
21947         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
21948         g++.old-deja/g++.niklas/Makefile.in,
21949         g++.old-deja/g++.niklas/configure.in,
21950         g++.old-deja/g++.other/Makefile.in,
21951         g++.old-deja/g++.other/configure.in,
21952         gcc.c-torture/code_quality/Makefile.in,
21953         gcc.c-torture/code_quality/configure.in,
21954         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
21955         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
21956         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
21957         gcc.c-torture/execute/ieee/Makefile.in,
21958         gcc.c-torture/execute/ieee/configure.in,
21959         gcc.c-torture/noncompile/Makefile.in,
21960         gcc.c-torture/noncompile/configure.in,
21961         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
21962         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
21963         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
21964
21965 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
21966
21967         * g++.old-deja/g++.other/ambig3.C: New test.
21968
21969 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
21970
21971         * g++.old-deja/g++.pt/syntax1.C: New test.
21972         * g++.old-deja/g++.pt/syntax2.C: New test.
21973         * g++.old-deja/g++.other/syntax3.C: New test.
21974         * g++.old-deja/g++.other/syntax4.C: New test.
21975
21976 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
21977
21978         * gcc.dg/20000623-1.c: Prototype exit and abort.
21979
21980 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
21981
21982         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
21983         New tests.
21984         * gcc.dg/cpp-mi3.def: New file.
21985
21986         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
21987         inside assertions.
21988         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
21989         lexer's error messages.
21990         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
21991         divine anything from the linemarkers.
21992         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
21993         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
21994
21995 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
21996
21997         * gcc.dg/20000623-1.c: New test.
21998
21999 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
22000
22001         * gcc.c-torture/execute/20000622-1.c: New test.
22002
22003 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
22004
22005         * g++.old-deja/g++.other/init15.C: New test.
22006
22007 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
22008
22009         * g++.old-deja/g++.pt/vaarg2.C: New test.
22010         * g++.old-deja/g++.pt/vaarg3.C: New test.
22011
22012 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
22013
22014         * g++.old-deja/g++.other/dyncast6.C: New test.
22015
22016 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
22017
22018         * gcc.c-torture/execute/loop-6.c: New test.
22019
22020 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
22021
22022         * gcc.dg/20000614-1.c: New test.
22023         * gcc.dg/20000614-2.c: New test.
22024
22025 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
22026
22027         * g++.old-deja/g++.other/inline12.C: New test.
22028
22029 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
22030
22031         * g++.old-deja/g++.other/eh1.C: New test.
22032
22033 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
22034
22035         * g++.old-deja/g++.other/type.C: New test.
22036
22037 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
22038
22039         * g++.old-deja/g++.other/initstring.C: New test.
22040
22041 2000-06-12  Jason Merrill  <jason@redhat.com>
22042
22043         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
22044
22045 2000-06-09  Jeffrey A Law  (law@cygnus.com)
22046
22047         * gcc.c-torture/compile/20000609-1.c: New test.
22048
22049 2000-06-09  Clinton Popetz  <cpopetz@cygnus.com>
22050
22051         * gcc.dg/20000609-1.c: New test.
22052
22053 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
22054
22055         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
22056         * gcc.c-torture/noncompile/poison-1.c: Move...
22057         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
22058         * gcc.dg/cpp-li1.c: Add a token after the #line.
22059
22060 2000-06-05  Richard Henderson  <rth@cygnus.com>
22061
22062         * gcc.c-torture/execute/20000605-2.c: New test.
22063         * gcc.c-torture/execute/20000605-3.c: New test.
22064
22065 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
22066
22067         * g77.f-torture/execute/20000503-1.x: New file.
22068
22069 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
22070
22071         * g++.old-deja/g++.eh/badalloc1.C: New test.
22072
22073 2000-06-05  Richard Henderson  <rth@cygnus.com>
22074
22075         * gcc.c-torture/execute/20000605-1.c: New test.
22076
22077 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
22078             Nathan Sidwell <nathan@codesourcery.com>
22079
22080         * gcc.c-torture/compile/20000605-1.c: New test.
22081
22082 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
22083
22084         * g77.f-torture/compile/20000601-1.f:  New test.
22085
22086 2000-06-03  Richard Henderson  <rth@cygnus.com>
22087
22088         * gcc.c-torture/execute/20000603-1.c: New.
22089
22090 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
22091
22092         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
22093         * gcc.dg/noreturn-2.c (noreturn): Likewise.
22094
22095 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
22096
22097         * gcc.dg/compare2.c (case 12): XFAIL.
22098         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
22099         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
22100
22101         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
22102
22103 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
22104
22105         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
22106         guard macro is already defined when the header is first
22107         included.
22108         * gcc.dg/cpp-mix.h: New file.
22109         * gcc.dg/endif-label.c: Update patterns to match compiler.
22110
22111         * g++.brendan/complex1.C: Declare abort.
22112         * g++.law/refs4.C: Remove XFAIL.
22113         * g++.oliva/expr2.C: Declare abort and exit.
22114
22115 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
22116
22117         * gcc.c-torture/execute/20000528-1.c: New test.
22118
22119         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
22120         * g++.old-deja/g++.law/temps4.C: Likewise.
22121
22122         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
22123         stdlib.h.  Call abort() on failure.
22124         * g++.old-deja/g++.law/refs4.C: Likewise.
22125         * g++.old-deja/g++.law/temps4.C: Likewise.
22126         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
22127         * gcc.c-torture/execute/20000112-1.c: Include string.h.
22128
22129 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
22130
22131         Relative to g++.dg/special:
22132         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
22133
22134         Relative to g++.old-deja:
22135         * g++.brendan/complex1.C, g++.jason/optimize2.C,
22136         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
22137         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
22138         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
22139         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
22140         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
22141         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
22142
22143         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
22144         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
22145         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
22146         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
22147         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
22148         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
22149         and/or string.h.
22150
22151         * g++.other/goto1.C: Update expectations for error messages.
22152
22153 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
22154
22155         * gcc.c-torture/compile/20000523-1.c: New test.
22156
22157 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
22158
22159         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
22160
22161 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
22162
22163         * g++.old-deja/g++.eh/catch11.C: New test.
22164         * g++.old-deja/g++.eh/catch12.C: New test.
22165
22166 2000-05-24  Nick Clifton  <nickc@cygnus.com>
22167
22168         * gcc.c-torture/execute/20000523-1.c: New test.
22169
22170 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
22171
22172         * c-torture/execute/bcp-1.c: Replace abort in arg of
22173         __builtin_constant_p with a generic external function.
22174
22175         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
22176         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
22177         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
22178         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
22179         Prototype abort and/or exit.
22180
22181         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
22182         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
22183         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
22184         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
22185
22186 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
22187
22188         * gcc.dg/dwarf2-1.c: New test.
22189
22190 2000-05-20  Richard Henderson  <rth@cygnus.com>
22191
22192         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
22193
22194 2000-05-20  Andreas Jaeger  <aj@suse.de>
22195
22196         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
22197         testcase.
22198
22199 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
22200
22201         * gcc.c-torture/execute/20000519-2.c: New test.
22202
22203 2000-05-19  Andreas Jaeger  <aj@suse.de>
22204
22205         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
22206         which fails with SSA.
22207
22208         * lib/c-torture.exp: Also test with -O3 -fssa.
22209
22210 2000-05-18  Michael Meissner  <meissner@redhat.com>
22211
22212         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
22213         * gcc.c-torture/execute/920415-1.c: Ditto.
22214         * gcc.c-torture/execute/920501-1.c: Ditto.
22215         * gcc.c-torture/execute/conversion.c: Ditto.
22216         * gcc.c-torture/execute/cvt-1.c: Ditto.
22217
22218 2000-05-18  Jeffrey A Law  (law@cygnus.com)
22219
22220         * gcc.c-torture/compile/20000518-1.c: New test.
22221
22222 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
22223
22224         * g77.f-torture/compile/200005018.f:  New test.
22225
22226 2000-05-17  Jeffrey A Law  (law@cygnus.com)
22227
22228         * gcc.c-torture/compile/20000517-1.c: New test.
22229
22230 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
22231
22232         * gcc.c-torture/execute/20000516-1.c: New test.
22233
22234 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
22235
22236         * g++.old-deja/g++.other/eh.C: New test.
22237
22238 2000-05-12  Richard Henderson  <rth@cygnus.com>
22239
22240         * gcc.c-torture/execute/990208-1.c (main): Don't pass
22241         constants through to doit's conditional.
22242
22243 2000-05-11  Jeffrey A Law  (law@cygnus.com)
22244
22245         * gcc.c-torture/compile/20000511-1.c: New test.
22246         * g77.f-torture/compile/20000511-1.f: New test.
22247         * g77.f-torture/compile/20000511-2.f: New test.
22248
22249 2000-05-11  Michael Meissner  <meissner@redhat.com>
22250
22251         * gcc.c-torture/execute/20000511-1.c: New test.
22252
22253 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
22254
22255         * gcc.dg/dg.exp: Scan .S files as well as .c files.
22256         * gcc.dg/20000510-1.S: New.
22257
22258 2000-05-08  Catherine Moore  <clm@cygnus.com>
22259
22260         * gcc.dg/unused-3.c: New.
22261
22262 2000-05-06  Richard Henderson  <rth@cygnus.com>
22263
22264           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
22265           * g++.old-deja/g++.mike/warn1.C: Likewise.
22266           * g++.old-deja/g++.pt/local1.C: Likewise.
22267           * g++.old-deja/g++.pt/local7.C: Likewise.
22268           * g++.old-deja/g++.pt/spec16.C: Likewise.
22269
22270 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
22271
22272         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
22273
22274 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
22275
22276           * g77.f-torture/execute/20000503-1.f:  New test.
22277
22278 2000-05-04  Andreas Jaeger  <aj@suse.de>
22279
22280         * gcc.dg/noreturn-2.c: New test.
22281
22282 2000-05-04  Neil Booth  <NeilB@earthling.net>
22283
22284         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
22285         preprocessor.
22286
22287 2000-05-04  Richard Henderson  <rth@cygnus.com>
22288
22289         * gcc.c-torture/execute/20000503-1.c: Fix typo.
22290
22291 2000-05-04  Richard Henderson  <rth@cygnus.com>
22292
22293         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
22294         OpenSSL by Jason R Thorpe.
22295
22296 2000-05-03  Jim Wilson  <wilson@cygnus.com>
22297
22298         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
22299
22300 2000-05-03  Robert Lipe <robertlipe@usa.net>
22301
22302         * gcc.dg/20000503-1.c: New test.
22303
22304 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
22305
22306         * gcc.c-torture/compile/20000502-1.c: New test.
22307         * g++.old-deja/g++.other/align.C: New test.
22308         * gcc.dg/cpp-tradstringify.c: New test.
22309
22310 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
22311
22312         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
22313         and hard registers.
22314
22315 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
22316
22317         * gcc.c-torture/execute/loop-5.c: New test.
22318
22319 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
22320
22321         * gcc.c-torture/execute/va-arg-20.c: New test.
22322
22323 2000-04-23  Jeffrey A Law  (law@cygnus.com)
22324
22325         * gcc.c-torture/execute/20000422-1.c: New test.
22326
22327 2000-04-20  Greg McGary  <gkm@gnu.org>
22328
22329         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
22330         when optimizing, but without sibling-call optimizations (-O1).
22331
22332 2000-04-20  Jeffrey A Law  (law@cygnus.com)
22333
22334           * gcc.c-torture/compile/20000420-1.c: New test.
22335
22336 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
22337
22338         * g++.abi/ptrflags.C: New test.
22339         * g++.eh/catchptr1.C: Test incomplete pointer chains.
22340
22341 2000-04-19  Catherine Moore  <clm@cygnus.com>
22342
22343         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
22344
22345 2000-04-19  Greg McGary  <gkm@gnu.org>
22346
22347         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
22348         sibling-call optimizations.
22349
22350 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
22351
22352         * gcc.dg/20000419-1.c: New test.
22353
22354 2000-04-12  Hans-Peter Nilsson  <hp@axis.com>
22355
22356         * gcc.c-torture/execute/20000412-6.c: New test.
22357
22358 2000-04-12  Jeffrey A Law  (law@cygnus.com)
22359
22360         * gcc.c-torture/execute/20000412-5.c: New test.
22361         * g77.f-torture/compile/20000412-1.f: New test.
22362         * gcc.c-torture/execute/20000412-4.c: New test.
22363         * gcc.c-torture/compile/20000412-2.c: New test.
22364         * gcc.c-torture/execute/20000412-3.c: New test.
22365         * gcc.c-torture/compile/20000412-1.c: New test.
22366         * gcc.c-torture/execute/20000412-2.c: New test.
22367
22368 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
22369
22370         * objc/execute/bf-20.m: New test.
22371
22372 2000-04-10  Richard Henderson  <rth@cygnus.com>
22373
22374         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
22375
22376         * gcc.c-torture/execute/20000412-1.c: New test.
22377
22378 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
22379
22380         * g++.old-deja/g++.eh/catchptr1.C: New test.
22381
22382 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
22383
22384         * g++.old-deja/g++.abi/cxa_vec.C: New test.
22385
22386 2000-04-08  Neil Booth  <NeilB@earthling.net>
22387
22388         * gcc.dg/cpp-nullchar.c: Remove test as
22389         embedded nulls cause problems.
22390
22391 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22392
22393         * gcc.dg/compare2.c: New test.
22394
22395 2000-04-08  Neil Booth  <NeilB@earthling.net>
22396
22397         * gcc.dg/cpp-nullchar.c: New test.
22398
22399 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
22400
22401         * gcc.dg/cpp-mi2.c: New test.
22402         * gcc.dg/cpp-mi2[abc].h: New files.
22403
22404 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
22405
22406         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
22407         member name.
22408
22409 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
22410
22411         * g++.old-deja/g++.abi/vmihint.C: New test.
22412
22413 2000-04-06  Neil Booth  <NeilB@earthling.net>
22414
22415         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
22416         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
22417         copyright.
22418
22419 2000-04-05  Hans-Peter Nilsson  <hp@axis.com>
22420
22421         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
22422         avoid stack-frame overwrite.
22423
22424 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
22425
22426         * gcc.c-torture/compile/20000405-2.c: New test.
22427         * gcc.c-torture/compile/20000405-3.c: New test.
22428
22429 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22430
22431         * gcc.c-torture/compile/20000405-1.c: New test.
22432
22433 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
22434
22435         * gcc.dg/cast-qual-1.c: Revert last change.
22436
22437 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22438
22439         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
22440
22441 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
22442
22443         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
22444         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
22445
22446 2000-04-03  Jeffrey A Law  (law@cygnus.com)
22447
22448         * gcc.c-torture/compile/20000403-2.c: New test.
22449         * gcc.c-torture/compile/20000403-1.c: New test.
22450
22451 2000-04-03  Hans-Peter Nilsson  <hp@axis.com>
22452
22453         * gcc.c-torture/execute/20000403-1.c: New test.
22454
22455 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
22456
22457         * gcc.c-torture/execute/20000402-1.c: New test.
22458
22459 2000-04-03  Donald Lindsay  <dlindsay@cygnus.com>
22460
22461         * gcc.c-torture/execute/va-arg-15.c: New test.
22462         * gcc.c-torture/execute/va-arg-16.c: New test.
22463         * gcc.c-torture/execute/va-arg-17.c: New test.
22464         * gcc.c-torture/execute/va-arg-18.c: New test.
22465         * gcc.c-torture/execute/va-arg-19.c: New test.
22466
22467 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
22468
22469         * gcc.c-torture/compile/981211-1.c: Move to...
22470         * gcc.dg/cpp-as1.c: ...here.
22471         * gcc.dg/cpp-as2.c: New file.
22472
22473         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
22474         compiler.
22475
22476 2000-04-02  Neil Booth  <NeilB@earthling.net>
22477
22478         * gcc.dg/cpp-cond.c  New tests.
22479         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
22480         accidental success less likely.
22481         * gcc.dg/cpp-missingop.c  New tests.
22482         * gcc.dg/cpp-missingparen.c  New tests.
22483         * gcc.dg/cpp-shift.c  New tests.
22484         * gcc.dg/cpp-shortcircuit.c  New tests.
22485         * gcc.dg/cpp-unary.c  New tests.
22486
22487 2000-03-29  Jeffrey A Law  (law@cygnus.com)
22488
22489         * gcc.c-torture/compile/20000329-1.c: New test.
22490
22491 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
22492
22493         * gcc.c-torture/compile/20000326-1.c: New test.
22494         * gcc.c-torture/compile/20000326-2.c: New test.
22495
22496 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
22497
22498         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
22499         the first parameter is a function argument.
22500
22501 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
22502
22503         * g++.old-deja/g++.ext/array4.C: New test.
22504
22505 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
22506
22507         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
22508
22509 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22510
22511         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
22512
22513 2000-03-19  Richard Henderson  <rth@cygnus.com>
22514
22515         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
22516
22517 2000-03-19  Richard Henderson  <rth@cygnus.com>
22518
22519         * gcc.c-torture/compile/20000319-1.c: New test.
22520
22521 2000-03-14  Jeffrey A Law  (law@cygnus.com)
22522
22523         * gcc.c-torture/execute/20000314-3.c: New test.
22524         * gcc.c-torture/execute/20000314-2.c: New test.
22525         * gcc.c-torture/execute/20000314-1.c: New test.
22526         * gcc.c-torture/compile/20000314-2.c: New test.
22527         * gcc.c-torture/compile/20000314-1.c: New test.
22528
22529 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
22530
22531         * g++.old-deja/g++.warn/inline.C: New test.
22532
22533 2000-03-10  Hans-Peter Nilsson  <hp@bitrange.com>
22534
22535         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
22536         standards-compliant result rather than specific constants.
22537         Put test-values in array.
22538
22539 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
22540
22541         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
22542         (g++_target_compile): Put test-specific options last.
22543
22544 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
22545
22546         * g++.old-deja/g++.eh/vbase4.C: New test.
22547
22548 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
22549
22550         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
22551
22552 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
22553
22554         * g++.old-deja/g++.brendan/misc12.C: Removed.
22555         * g++.old-deja/g++.pt/memtemp77.C: Constify.
22556         * g++.old-deja/g++.ext/pretty4.C: New test.
22557
22558 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
22559
22560         * g++.old-deja/g++.other/string2.C: New test.
22561
22562 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
22563
22564         * g++.old-deja/g++.warn/impint2.C: New test.
22565
22566 2000-03-05  Hans-Peter Nilsson  <hp@bitrange.com>
22567
22568         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
22569         is 1, not zero.
22570
22571 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
22572
22573         * g++.old-deja/g++.warn/impint.C: New test.
22574         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
22575         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
22576         * g++.old-deja/g++.pt/explicit12.C: Likewise.
22577         * g++.old-deja/g++.pt/explicit13.C: Likewise.
22578         * g++.old-deja/g++.pt/explicit17.C: Likewise.
22579         * g++.old-deja/g++.pt/explicit18.C: Likewise.
22580         * g++.old-deja/g++.pt/explicit19.C: Likewise.
22581         * g++.old-deja/g++.pt/explicit23.C: Likewise.
22582         * g++.old-deja/g++.pt/explicit31.C: Likewise.
22583         * g++.old-deja/g++.pt/explicit35.C: Likewise.
22584         * g++.old-deja/g++.pt/explicit6.C: Likewise.
22585         * g++.old-deja/g++.pt/memclass7.C: Likewise.
22586
22587 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
22588
22589         * gcc.dg/cpp-redef.c: New test.
22590
22591 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
22592
22593         * g++.old-deja/g++.pt/unify7.C: New test.
22594
22595 2000-02-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
22596
22597         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
22598         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
22599
22600 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
22601
22602         * gcc.c-torture/compile/20000224-1.c: New test.
22603
22604 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22605
22606         * gcc.c-torture/compile/cpp-2.c: New test.
22607         * gcc.c-torture/compile/cpp-1.c: New test.
22608
22609 2000-02-25  Jeffrey A Law  (law@cygnus.com)
22610
22611         * gcc.c-torture/execute/20000225-1.c: New test.
22612
22613 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22614
22615         * gcc.dg/cpp-li2.c: New test.
22616
22617         * gcc.dg/cpp-wi1.c: New test.
22618
22619         * gcc.dg/cpp-li1.c: New test.
22620
22621 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
22622
22623         * g++.old-deja/g++.other/sizeof5.C: New test.
22624
22625 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
22626
22627         * gcc.c-torture/execute/va-arg-13.c: New test.
22628
22629 2000-02-23  Donald Lindsay  <dlindsay@cygnus.com>
22630
22631         * gcc.c-torture/execute/va-arg-12.c: New test.
22632
22633 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
22634
22635         * gcc.c-torture/execute/20000223-1.c: New test.
22636
22637 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
22638
22639         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
22640
22641 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
22642
22643         * g++.old-deja/g++.abi/ptrmem.C: New test.
22644
22645 2000-02-19  Richard Henderson  <rth@cygnus.com>
22646
22647         * gcc.c-torture/compile/init-3.c: New.
22648
22649 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
22650
22651         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
22652         ALWAYS_CXXFLAGS.
22653
22654 2000-02-11  Robert Lipe <robertl@sco.com>
22655
22656         * gcc.c-torture/compile/20000211-3.c: New test.
22657
22658 2000-02-11  Martin Buchholz <martin@xemacs.org>
22659
22660         * gcc.c-torture/compile/20000211-2.c: New test.
22661
22662 2000-02-11  Jeffrey A Law  (law@cygnus.com)
22663
22664         * gcc.c-torture/compile/20000211-1.c: New test.
22665
22666 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
22667
22668         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
22669           on native targets
22670
22671 2000-02-08  Nathan Sidwell  <nathan@acm.org>
22672
22673         * g++.old-deja/g++.other/cast5.C: New test.
22674
22675 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
22676
22677         * gcc.c-torture/execute/20000205-1.c: New.
22678
22679 2000-02-03  Nathan Sidwell  <nathan@acm.org>
22680
22681         * g++.old-deja/g++.jason/cast3.C: Return void.
22682         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
22683
22684 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22685
22686         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
22687
22688         * gcc.dg/loop-1.c: New test.
22689
22690 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
22691
22692         * gcc.c-torture/compile/20000127-1.c: New test.
22693         * gcc.c-torture/execute/991228-1.c: New test.
22694
22695 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22696
22697         * gcc.dg/unused-2.c: New test.
22698
22699         * gcc.dg/conv-1.c: New test.
22700
22701 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
22702
22703         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
22704         compiler.
22705         (tool_option_proc): Fix typo.
22706
22707 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
22708
22709         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
22710         of the ld on the host, not on the build machine.
22711         Also, don't crash if '--help' is not a supported option.
22712
22713 2000-01-24  Richard Henderson  <rth@cygnus.com>
22714
22715         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
22716
22717 2000-01-20  Jeffrey A Law  (law@cygnus.com)
22718
22719         * gcc.c-torture/execute/20000120-2.c: New test.
22720         * gcc.c-torture/execute/20000120-1.c: New test.
22721
22722 2000-01-13  Jeffrey A Law  (law@cygnus.com)
22723
22724         * gcc.c-torture/execute/20000113-1.c: New test.
22725
22726 2000-01-12  Jeffrey A Law  (law@cygnus.com)
22727
22728         * gcc.c-torture/execute/20000112-1.c: New test.
22729
22730 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22731
22732         * gcc.dg/20000111-1.c: New test.
22733
22734 2000-01-10  Jeffrey A Law  (law@cygnus.com)
22735
22736         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
22737         with 16 bit integers.
22738
22739 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22740
22741         * gcc.dg/20000108-1.c: New test.
22742
22743 2000-01-05  Nathan Sidwell  <nathan@acm.org>
22744
22745         * g++.old-deja/g++.ns/koenig8.C: New test.
22746
22747 2000-01-05  Nathan Sidwell  <nathan@acm.org>
22748
22749         * g++.old-deja/g++.other/cast4.C: New test.
22750
22751 2000-01-05  Jeffrey A Law  (law@cygnus.com)
22752
22753         * gcc.c-torture/compile/20000105-2.c: New test.
22754         * gcc.c-torture/compile/20000105-1.c: New test.
22755
22756 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22757
22758         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
22759         references to printf & atoi to conform to ANSI standard.
22760         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
22761         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
22762         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
22763         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
22764         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
22765         * g++.old-deja/g++.brendan/complex1.C: Likewise.
22766         * g++.old-deja/g++.brendan/copy1.C: Likewise.
22767         * g++.old-deja/g++.brendan/copy2.C: Likewise.
22768         * g++.old-deja/g++.brendan/copy3.C: Likewise.
22769         * g++.old-deja/g++.brendan/copy4.C: Likewise.
22770         * g++.old-deja/g++.brendan/copy5.C: Likewise.
22771         * g++.old-deja/g++.brendan/copy6.C: Likewise.
22772         * g++.old-deja/g++.brendan/copy7.C: Likewise.
22773         * g++.old-deja/g++.brendan/copy8.C: Likewise.
22774         * g++.old-deja/g++.brendan/crash11.C: Likewise.
22775         * g++.old-deja/g++.brendan/crash14.C: Likewise.
22776         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
22777         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
22778         * g++.old-deja/g++.brendan/delete2.C: Likewise.
22779         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
22780         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
22781         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
22782         * g++.old-deja/g++.brendan/eh1.C: Likewise.
22783         * g++.old-deja/g++.brendan/groff1.C: Likewise.
22784         * g++.old-deja/g++.brendan/init3.C: Likewise.
22785         * g++.old-deja/g++.brendan/misc12.C: Likewise.
22786         * g++.old-deja/g++.brendan/misc7.C: Likewise.
22787         * g++.old-deja/g++.brendan/new2.C: Likewise.
22788         * g++.old-deja/g++.brendan/operators4.C: Likewise.
22789         * g++.old-deja/g++.brendan/operators5.C: Likewise.
22790         * g++.old-deja/g++.brendan/overload2.C: Likewise.
22791         * g++.old-deja/g++.brendan/overload7.C: Likewise.
22792         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
22793         * g++.old-deja/g++.brendan/reference1.C: Likewise.
22794         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
22795         * g++.old-deja/g++.brendan/template24.C: Likewise.
22796         * g++.old-deja/g++.brendan/template3.C: Likewise.
22797         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
22798         * g++.old-deja/g++.jason/inline3.C: Likewise.
22799         * g++.old-deja/g++.jason/opeq.C: Likewise.
22800         * g++.old-deja/g++.law/arg5.C: Likewise.
22801         * g++.old-deja/g++.law/arm7.C: Likewise.
22802         * g++.old-deja/g++.law/ctors11.C: Likewise.
22803         * g++.old-deja/g++.law/cvt8.C: Likewise.
22804         * g++.old-deja/g++.law/init9.C: Likewise.
22805         * g++.old-deja/g++.law/refs4.C: Likewise.
22806         * g++.old-deja/g++.law/template2.C: Likewise.
22807         * g++.old-deja/g++.law/visibility24.C: Likewise.
22808         * g++.old-deja/g++.law/vtable3.C: Likewise.
22809         * g++.old-deja/g++.mike/asm2.C: Likewise.
22810         * g++.old-deja/g++.mike/eh1.C: Likewise.
22811         * g++.old-deja/g++.mike/misc1.C: Likewise.
22812         * g++.old-deja/g++.mike/misc13.C: Likewise.
22813         * g++.old-deja/g++.mike/misc14.C: Likewise.
22814         * g++.old-deja/g++.mike/ns12.C: Likewise.
22815         * g++.old-deja/g++.mike/p1248.C: Likewise.
22816         * g++.old-deja/g++.mike/p3708.C: Likewise.
22817         * g++.old-deja/g++.mike/p3708a.C: Likewise.
22818         * g++.old-deja/g++.mike/p3708b.C: Likewise.
22819         * g++.old-deja/g++.mike/p646.C: Likewise.
22820         * g++.old-deja/g++.mike/p700.C: Likewise.
22821         * g++.old-deja/g++.mike/p783.C: Likewise.
22822         * g++.old-deja/g++.mike/p783a.C: Likewise.
22823         * g++.old-deja/g++.mike/p783b.C: Likewise.
22824         * g++.old-deja/g++.mike/p786.C: Likewise.
22825         * g++.old-deja/g++.mike/p789.C: Likewise.
22826         * g++.old-deja/g++.mike/p789a.C: Likewise.
22827         * g++.old-deja/g++.mike/p807a.C: Likewise.
22828         * g++.old-deja/g++.other/delete3.C: Likewise.
22829         * g++.old-deja/g++.other/dyncast1.C: Likewise.
22830         * g++.old-deja/g++.other/dyncast2.C: Likewise.
22831         * g++.old-deja/g++.other/dyncast3.C: Likewise.
22832         * g++.old-deja/g++.other/empty1.C: Likewise.
22833         * g++.old-deja/g++.other/temporary1.C: Likewise.
22834         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
22835         * g++.old-deja/g++.pt/t16.C: Likewise.
22836         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
22837
22838 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
22839
22840         * gcc.dg/991230-1.c: New test.
22841
22842 1999-12-29  Jeffrey A Law  (law@cygnus.com)
22843
22844         * gcc.c-torture/compile/991229-3.c: New test.
22845         * gcc.c-torture/compile/991229-2.c: New test.
22846         * gcc.c-torture/compile/991229-1.c: New test.
22847
22848 1999-12-29  Greg McGary <gkm@eng.ascend.com>
22849
22850         * gcc.c-torture/compile/labels-2.c: New test.
22851
22852 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
22853
22854         * gcc.c-torture/execute/991227-1.c: New test.
22855
22856 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22857
22858         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
22859
22860 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
22861
22862         * gcc.c-torture/execute/991221-1.c: New test.
22863
22864 1999-12-20  Nathan Sidwell  <nathan@acm.org>
22865
22866         * g++.old-deja/g++.other/cast3.C: New test.
22867
22868 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
22869
22870         * gcc.c-torture/execute/991216-4.c: New test.
22871
22872 1999-12-16  Michael Meissner  <meissner@cygnus.com>
22873
22874         * gcc.c-torture/execute/991216-1.c: New test.
22875         * gcc.c-torture/execute/991216-2.c: New test.
22876         * gcc.c-torture/execute/991216-3.c: New test.
22877
22878 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
22879
22880         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
22881         Actually make the test fail by using "-O2" for compilation.
22882
22883 1999-12-15  Nathan Sidwell  <nathan@acm.org>
22884
22885         * g++.old-deja/g++.warn/cast-align1.C: New test.
22886
22887 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
22888
22889         * gcc.c-torture/compile/991214-1.c: New test.
22890         * gcc.c-torture/compile/991214-2.c: New test.
22891
22892 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
22893
22894         * gcc.dg/991214-1.c: New test.
22895
22896 1999-12-13  Jeffrey A Law  (law@cygnus.com)
22897
22898         * gcc.c-torture/compile/991213-3.c: New test.
22899         * gcc.c-torture/compile/991213-2.c: New test.
22900         * gcc.c-torture/compile/991213-1.c: New test.
22901
22902 1999-12-10  J"orn Rennecke <amylaar@cygnus.co.uk>
22903
22904         * gcc.dg/991209-1.c: New test.
22905
22906 1999-12-08  Nathan Sidwell <nathan@acm.org>
22907
22908         * gcc.c-torture/compile/991208-1.c: New test.
22909
22910 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22911
22912         * gcc.dg/ultrasp2.c: New test.
22913
22914 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
22915
22916         * g++.old-deja/g++.abi/align.C (main): Fix typo.
22917
22918 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
22919
22920         * gcc.c-torture/compile/991202-1.c: New test.
22921         * gcc.c-torture/execute/991202-1.c: New test.
22922         * gcc.c-torture/execute/991202-2.c: New test.
22923         * gcc.c-torture/execute/991202-3.c: New test.
22924
22925 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
22926
22927         * g++.old-deja/g++.abi/align.C: New test.
22928         * g++.old-deja/g++.abi/aggregates.C: Likewise.
22929         * g++.old-deja/g++.abi/bitfields.C: Likewise.
22930
22931 1999-12-01  Richard Henderson  <rth@cygnus.com>
22932
22933         * gcc.c-torture/execute/991201-1.c: New.
22934
22935 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
22936
22937         * gcc.dg/991129-1.c: New test.
22938
22939 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
22940
22941         * gcc.c-torture/compile/991127-1.c: New test.
22942
22943 1999-11-22  Nathan Sidwell  <nathan@acm.org>
22944
22945         * g++.old-deja/g++.other/warn4.C: New test.
22946
22947 1999-11-22  Nathan Sidwell  <nathan@acm.org>
22948
22949         * g++.old-deja/g++.eh/cleanup2.C: New test.
22950         * g++.old-deja/g++.ext/pretty2.C: New test.
22951         * g++.old-deja/g++.ext/pretty3.C: New test.
22952         * g++.old-deja/g++.other/debug6.C: New test.
22953
22954 1999-10-20  Jim Wilson  <wilson@cygnus.com>
22955
22956         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
22957         compiler_output to look for one error message instead of two.
22958
22959 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
22960
22961         * gcc.c-torture/execute/991118-1.c: Also test case
22962         where the word boundary does not split a byte evenly.
22963
22964 1999-11-19  Nathan Sidwell  <nathan@acm.org>
22965
22966         * g++.old-deja/g++.ext/restrict1.C: New test.
22967
22968 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
22969
22970         * gcc.c-torture/execute/991118-1.c: New test.
22971
22972 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
22973
22974         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
22975         working directory pathnames.
22976
22977 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
22978
22979         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
22980         host is equipped with driver.h and driver.o so it can actually
22981         compile and run the tests.
22982
22983 1999-10-08  Bernd Schmidt  <bernds@cygnus.co.uk>
22984
22985         * gcc.c-torture/compile/991008-1.c: New test.
22986
22987 1999-11-08  Nick Clifton  <nickc@cygnus.com>
22988
22989         * lib/gcc-dg.exp: Include target-supports.exp
22990
22991 1999-11-05  Nick Clifton  <nickc@cygnus.com>
22992
22993         * lib/target-supports.exp: New file: Provide procs to test for
22994         features supported by the target.
22995         (check_weak_available): Moved here from ecos.exp.
22996         (check_alias_available): New proc: Determine of the target
22997         toolchain supports the alias attribute.
22998
22999         * gcc.dg/special/ecos.exp: Move check_weak_available to
23000         target-supports.exp.
23001         (alias-1.c): Only perform the test if the target supports
23002         aliases.
23003         (wkali-1.c): Only perform the test if the target supports
23004         aliases.
23005
23006         * gcc.dg/990506-0.c: Expect error messages from cross
23007         targets as well as native targets.
23008
23009 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
23010
23011         * gcc.dg/ultrasp1.c: Removed xfail.
23012         * gcc.dg/struct-ret-2.c: Likewise.
23013         * gcc.dg/array-1.c: Likewise.
23014
23015 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
23016
23017         * gcc.dg/struct-ret-2.c: New test.
23018
23019         * gcc.dg/array-1.c: New test.
23020
23021 1999-10-30  Stephen L Moshier <moshier@mediaone.net>
23022
23023         * gcc.c-torture/execute/991030-1.c: New test.
23024
23025 1999-10-26  Richard Henderson  <rth@cygnus.com>
23026
23027         * gcc.c-torture/compile/991026-2.c: New test.
23028
23029 1999-10-26  Jeffrey A Law  (law@cygnus.com)
23030
23031         * gcc.c-torture/compile/991026-1.c: New test.
23032
23033 1999-10-23  Jeffrey A Law  (law@cygnus.com)
23034
23035         * gcc.c-torture/execute/991023-1.c: New test.
23036
23037 1999-10-19  Jeffrey A Law  (law@cygnus.com)
23038
23039         * gcc.c-torture/execute/991019-1.c: New test.
23040
23041 1999-10-16  Richard Henderson  <rth@cygnus.com>
23042
23043         * gcc.c-torture/execute/991016-1.c: New test.
23044
23045 1999-10-14  Stephane Carrez  <stcarrez@worldnet.fr>
23046
23047         * gcc.c-torture/execute/991014-1.c: New test.
23048
23049 1999-10-13  J"orn Rennecke <amylaar@cygnus.co.uk>
23050
23051         * g++.old-deja/g++.other/union2.C: New test.
23052
23053 1999-10-13  Nathan Sidwell  <nathan@acm.org>
23054
23055         * g++.old-deja/g++.other/vaarg2.C: New test.
23056         * g++.old-deja/g++.other/vaarg3.C: New test.
23057
23058 1999-10-12  Craig Burley  <craig@jcb-sc.com>
23059
23060         * g77.f-torture/noncompile/19990905-1.f: Moved from being
23061         in compile/.
23062
23063 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
23064
23065         * gcc.c-torture/execute/va-arg-11.c: New test.
23066
23067 1999-10-01  Mark P. Mitchell  <mark@codesourcery.com>
23068
23069         * lib/file-format.exp (gcc_target_object_format): Don't
23070         crash if objdump is unavailable.
23071
23072 1999-09-29  Donn Terry <donn@interix.com>
23073
23074         * gcc.misc-tests/mg.exp: delete extraneous redirection.
23075
23076 1999-09-28  Nick Clifton  <nickc@cygnus.com>
23077
23078         * gcc.c-torture/compile/990928-1.c: New test.
23079
23080 1999-09-28  Nathan Sidwell  <nathan@acm.org>
23081
23082         * g++.old-deja/g++.other/decl6.C: New test.
23083
23084 1999-09-28  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
23085
23086         * gcc.c-torture/execute/va-arg-10.c: New test.
23087
23088 1999-09-27  Nathan Sidwell  <nathan@acm.org>
23089
23090         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
23091         __PRETTY_FUNCTION__.
23092
23093 1999-09-23  Nick Clifton  <nickc@cygnus.com>
23094
23095         * gcc.c-torture/execute/990923-1.c: New test.
23096
23097 1999-09-21  Nick Clifton  <nickc@cygnus.com>
23098
23099         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
23100         for which -fpic is inappropriate.
23101
23102 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
23103
23104         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
23105
23106 1999-09-21  Nathan Sidwell  <nathan@acm.org>
23107
23108         * g++.old-deja/g++.other/dyncast1.C: New test.
23109         * g++.old-deja/g++.other/dyncast2.C: New test.
23110         * g++.old-deja/g++.other/dyncast3.C: New test.
23111         * g++.old-deja/g++.other/dyncast4.C: New test.
23112         * g++.old-deja/g++.other/dyncast5.C: New test.
23113         * g++.old-deja/g++.eh/catch3.C: New test.
23114         * g++.old-deja/g++.eh/catch3p.C: New test.
23115         * g++.old-deja/g++.eh/catch4.C: New test.
23116         * g++.old-deja/g++.eh/catch4p.C: New test.
23117         * g++.old-deja/g++.eh/catch5.C: New test.
23118         * g++.old-deja/g++.eh/catch5p.C: New test.
23119         * g++.old-deja/g++.eh/catch6.C: New test.
23120         * g++.old-deja/g++.eh/catch6p.C: New test.
23121         * g++.old-deja/g++.eh/catch7.C: New test.
23122         * g++.old-deja/g++.eh/catch7p.C: New test.
23123         * g++.old-deja/g++.eh/catch8.C: New test.
23124         * g++.old-deja/g++.eh/catch8p.C: New test.
23125         * g++.old-deja/g++.eh/catch9.C: New test.
23126         * g++.old-deja/g++.eh/catch9p.C: New test.
23127
23128 1999-09-13  Nathan Sidwell  <nathan@acm.org>
23129
23130         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
23131         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
23132
23133 1999-09-13  Jeffrey A Law  (law@cygnus.com)
23134
23135         * gcc.c-torture/compile/990913-1.c: New test.
23136
23137 1999-09-10  Nathan Sidwell  <nathan@acm.org>
23138
23139         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
23140         * g++.old-deja/g++.jason/rfg5.C: Likewise.
23141
23142 1999-09-09  Richard Henderson  <rth@cygnus.com>
23143
23144         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
23145
23146 1999-09-09  Nathan Sidwell  <nathan@acm.org>
23147
23148         * g++.old-deja/g++.other/lookup11.C: New test.
23149         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
23150         what is permitted and what we want.
23151         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
23152         overload use.
23153         * g++.old-deja/g++.jason/rfg5.C: Likewise
23154
23155 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
23156
23157         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
23158         * gcc.c-torture/noncompile/poison-1.c: New file.
23159
23160 1999-09-08  Nathan Sidwell  <nathan@acm.org>
23161
23162         * g++.old-deja/g++.other/sizeof3.C: New test.
23163         * g++.old-deja/g++.other/sizeof4.C: New test.
23164         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
23165         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
23166
23167 1999-09-07  Richard Henderson  <rth@cygnus.com>
23168
23169         * gcc.dg/va-arg-1.c: New.
23170
23171 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
23172
23173         * gcc.c-torture/execute/va-arg-9.c: New test.
23174
23175 1999-09-05  Craig Burley  <craig@jcb-sc.com>
23176
23177         * g77.f-torture/compile/980519-2.f: New test.
23178         * g77.f-torture/compile/19990905-0.f: New test.
23179         * g77.f-torture/compile/19990905-1.f: New test.
23180         * g77.f-torture/compile/19990905-2.f: New test.
23181
23182         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
23183
23184 1999-09-03  Richard Earnshaw <rearnsha@arm.com>
23185
23186         * gcc.c-torture/execute/990827-1.c: Fix typo.
23187
23188 1999-09-03  Nathan Sidwell  <nathan@acm.org>
23189
23190         * g++.old-deja/g++.other/deref1.C: New test.
23191
23192 1999-09-02  Nathan Sidwell  <nathan@acm.org>
23193
23194         * g++.old-deja/g++.other/ambig2.C: New test.
23195         * g++.old-deja/g++.other/cond5.C: New test.
23196         * g++.old-deja/g++.other/lookup16.C: New test.
23197
23198 1999-09-02  Marc Espie <espie@cvs.openbsd.org>
23199
23200         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
23201         assemblers too.
23202
23203 1999-08-31  Jeffrey A Law  (law@cygnus.com)
23204
23205         * lib/c-torture.exp: Avoid the "compare executables" optimization
23206         when testing native.
23207
23208 1999-08-29  Jeffrey A Law  (law@cygnus.com)
23209
23210         * gcc.c-torture/execute/990829-1.c: New test.
23211         * gcc.c-torture/compile/990829-1.c: New test.
23212
23213 1999-08-27  Paul Burchard  <burchard@pobox.com>
23214
23215         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
23216         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
23217         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
23218         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
23219         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
23220         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
23221         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
23222         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
23223         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
23224         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
23225         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
23226
23227 1999-08-27  Jeffrey A Law  (law@cygnus.com)
23228
23229         * gcc.c-torture/execute/990827-1.c: New test.
23230
23231 1999-08-26  Craig Burley  <craig@jcb-sc.com>
23232
23233         * g77.f-torture/noncompile/19990826-4.f: New test.
23234
23235         * g77.f-torture/compile/19990826-3.f: New test.
23236
23237         * g77.f-torture/execute/19990826-2.f: New test.
23238
23239         * g77.f-torture/compile/19990826-1.f: New test.
23240
23241         * gcc.c-torture/execute/990826-0.c: New test.
23242         * g77.c-torture/execute/19990826-0.f: New test.
23243
23244         * g77.f-torture/noncompile/970626-2.f: New test.
23245
23246 1999-08-25  Paul Burchard  <burchard@pobox.com>
23247
23248         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
23249         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
23250         lss-011.C: New tests.
23251
23252 1999-08-25  Nathan Sidwell  <nathan@acm.org>
23253
23254         * g++.old-deja/g++.other/decl5.C: New test.
23255
23256 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23257
23258         * noncompile/noncompile.exp: Load_lib c-torture.exp.
23259         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
23260         call `postbase' for each one.  All callers of `postbase' changed
23261         to call this instead.
23262
23263 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
23264
23265         * gcc.c-torture/execute/990811-1.c: New test.
23266
23267 1999-08-09  Nick Clifton  <nickc@cygnus.com>
23268
23269         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
23270         just native ones.
23271
23272         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
23273         just native ones.
23274
23275 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
23276
23277         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
23278
23279 1999-08-04  Jeffrey A Law  (law@cygnus.com)
23280
23281         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
23282
23283 1999-08-04  Nathan Sidwell  <nathan@acm.org>
23284
23285         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
23286
23287 1999-08-04  Jeffrey A Law  (law@cygnus.com)
23288
23289         * gcc.c-torture/execute/990804-1.c: New test.
23290
23291 1999-08-03  Nathan Sidwell  <nathan@acm.org>
23292
23293         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
23294         * g++.old-deja/g++.brendan/crash64.C: Likewise
23295         * g++.old-deja/g++.brendan/overload8.C: Likewise
23296
23297 1999-08-03  Nathan Sidwell  <nathan@acm.org>
23298
23299         * g++.old-deja/g++.other/struct1.C: New test.
23300
23301 1999-08-03  Nathan Sidwell  <nathan@acm.org>
23302
23303         * g++.old-deja/g++.other/enum2.C: New test.
23304
23305 1999-08-02  Richard Henderson  <rth@cygnus.com>
23306
23307         Adapted from tests from Franz Sirl:
23308         * gcc.c-torture/execute/va-arg-7.c: New test.
23309         * gcc.c-torture/execute/va-arg-8.c: New test.
23310
23311 1999-08-01  Jeffrey A Law  (law@cygnus.com)
23312
23313         * gcc.c-torture/compile/990801-2.c: New test.
23314
23315         * gcc.c-torture/compile/990801-1.c: New test.
23316
23317 1999-07-27  Michael Meissner  <meissner@cygnus.com>
23318
23319         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
23320         fp-cmp-1.c, converting double to float.
23321
23322         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
23323         fp-cmp-1.c, converting double to long double.
23324
23325         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
23326         from fr1 to unknown_register, since fr1 is a legitimate register
23327         on some machines.
23328
23329 1999-07-25  Jeffrey A Law  (law@cygnus.com)
23330
23331         * README: More listname related changes.
23332
23333 1999-07-08  Catherine Moore  <clm@cygnus.com>
23334
23335         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
23336
23337 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
23338
23339         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
23340
23341 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
23342
23343         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
23344
23345 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
23346
23347         * gcc.dg/990703-1.c: New test.
23348
23349 1999-06-29  Nick Clifton  <nickc@cygnus.com>
23350
23351         * lib/file-format.exp: New file: Move definition of proc
23352         gcc_target_object_format to here from
23353         gcc.dg/special/ecos.exp.
23354
23355         * lib/c-torture.exp: Include lib file-format.exp.
23356         * lib/gcc-dg.exp: Include lib file-format.exp.
23357
23358         * gcc.dg/special/ecos.exp: Remove definition of proc
23359         gcc_target_object_format.
23360
23361 1999-06-28  Jeffrey A Law  (law@cygnus.com)
23362
23363         * gcc.c-torture/execute/990628-1.c: New test.
23364
23365 1999-06-25  Jeffrey A Law  (law@cygnus.com)
23366
23367         * gcc.c-torture/compile/990625-2.c: New test.
23368
23369         * gcc.c-torture/compile/990625-1.c: New test.
23370
23371 1999-06-23  Nick Clifton  <nickc@cygnus.com>
23372
23373         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
23374         attributes compile.
23375         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
23376         ports that use the COFF/PE file format.
23377
23378 1999-06-17  Jeffrey A Law  (law@cygnus.com)
23379
23380         * gcc.c-torture/compile/990617-1.c: New test.
23381
23382 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
23383
23384         * g++.old-deja/g++.other/decl4.C: New test.
23385
23386 1999-06-14  Nathan Sidwell  <nathan@acm.org>
23387
23388         * g++.old-deja/g++.other/bitfld3.C: New test.
23389
23390 1999-06-08  Nathan Sidwell  <nathan@acm.org>
23391
23392         * g++.old-deja/g++.eh/catch1.C: New test.
23393
23394 1999-06-07  Jeffrey A Law  (law@cygnus.com)
23395
23396         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
23397
23398         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
23399         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
23400
23401 1999-06-05  Craig Burley  <craig@jcb-sc.com>
23402
23403         * g77.f-torture/compile/19990502-0.f: Replace with new,
23404         shorter, test that still fails after recent changes.
23405
23406 1999-06-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
23407
23408         * gcc.c-torture/execute/990604-1.c: New test.
23409
23410 1999-05-31  Jeffrey A Law  (law@cygnus.com)
23411
23412         * gcc.c-torture/execute/990531-1.c: New test.
23413
23414 1999-05-27  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
23415
23416         * gcc.c-torture/compile/990527-1.c: New test.
23417
23418 1999-05-27  Joern Rennecke <amylaar@cygnus.com>
23419
23420         * gcc.c-torture/execute/990527-1.c: New test.
23421
23422 1999-05-25  Nick Clifton  <nickc@cygnus.com>
23423
23424         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
23425         bitfields as signed.
23426
23427 1999-05-25  Craig Burley  <craig@jcb-sc.com>
23428
23429         * g77.f-torture/compile/19990525-0.f: New test.
23430
23431 1999-05-25  Jeffrey A Law  (law@cygnus.com)
23432
23433         * gcc.c-torture/execute/990525-2.c: New test.
23434
23435         * gcc.c-torture/execute/990525-1.c: New test.
23436
23437 1999-05-24  Nathan Sidwell  <nathan@acm.org>
23438
23439         * g++.old-deja/g++.other/anon3.C: New test.
23440         * g++.old-deja/g++.other/anon4.C: New test.
23441         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
23442         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
23443         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
23444         Merrill).
23445
23446 1999-05-24  Jeffrey A Law  (law@cygnus.com)
23447
23448         * gcc.c-torture/execute/990524-1.c: New test.
23449
23450         * gcc.dg/990524-1.c: New test.
23451
23452 1999-05-23  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
23453
23454         * gcc.c-torture/compile/990523-1.c: New test.
23455
23456 1999-05-19  Raja R Harinath <harinath@cs.umn.edu>
23457
23458         * gcc.c-torture/compile/990519-1.c: New test.
23459
23460 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
23461
23462         * gcc.c-torture/compile/990517-1.c: New test.
23463
23464         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
23465         (e4, f4): New tests.
23466         (main): Call them.
23467
23468 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23469
23470         * gcc.dg/noreturn-1.c: New test.
23471
23472 1999-05-13  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
23473
23474         * gcc.c-torture/execute/990513-1.c: New test.
23475
23476 1999-05-10  Richard Henderson  <rth@cygnus.com>
23477
23478         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
23479
23480 1999-05-10  Craig Burley  <craig@jcb-sc.com>
23481
23482         * g77.f-torture/execute/erfc.f: Use small single-precision
23483         values, to avoid problems on Alphas when not -mieee.
23484
23485 1999-05-08  Craig Burley  <craig@jcb-sc.com>
23486
23487         * gcc.dg/990506-0.c: New test.
23488
23489 1999-05-08  Richard Henderson  <rth@cygnus.com>
23490
23491         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
23492         the constant to test.  Don't XFAIL 64-bit targets.
23493
23494         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
23495         * g++.old-deja/g++.law/profile1.C: Likewise.
23496
23497         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
23498         operator new instances.
23499         * g++.old-deja/g++.other/delete5.C: Likewise.
23500
23501 1999-05-03  Craig Burley  <craig@jcb-sc.com>
23502
23503         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
23504         intrinsic.
23505
23506 1999-05-03  Craig Burley  <craig@jcb-sc.com>
23507
23508         * g77.f-torture/execute/u77-test.f: Reverse order of two
23509         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
23510
23511 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23512
23513         * gcc.dg/compare1.c: New test.
23514
23515 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
23516
23517         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
23518         New tests.
23519
23520 1999-05-02  Craig Burley  <craig@jcb-sc.com>
23521
23522         * g77.f-torture/compile/19990502-1.f: New test.
23523
23524 1999-05-02  Craig Burley  <craig@jcb-sc.com>
23525
23526         * g77.f-torture/compile/19990502-0.f: New test.
23527
23528 1999-05-02  Craig Burley  <craig@jcb-sc.com>
23529
23530         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
23531         intrinsic.
23532
23533 1999-05-02  Craig Burley  <craig@jcb-sc.com>
23534
23535         * g77.f-torture/execute/u77-test.f (main): List libU77
23536         intrinsics not currently tested.
23537         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
23538         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
23539         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
23540         Trim blanks off the ends of some printed strings.
23541
23542 1999-05-02  Craig Burley  <craig@jcb-sc.com>
23543
23544         * g77.f-torture/execute/u77-test.f (main): Just warn about
23545         FSTAT gid disagreement, as it's expected on some systems.
23546
23547 1999-05-01  Craig Burley  <craig@jcb-sc.com>
23548
23549         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
23550         use a new function, which allows for some slop.
23551         Clean up some commentary.
23552         (issum): The new function.
23553         (sgladd): Deleted subroutine.
23554
23555 1999-05-01  Craig Burley  <craig@jcb-sc.com>
23556
23557         * g77.f-torture/execute/u77-test.f: Modify to be more like
23558         libf2c/libU77 version, bringing patches to that version here.
23559         Add suitable commentary.
23560
23561 1999-04-25  Richard Henderson  <rth@cygnus.com>
23562
23563         * gcc.dg/990424-1.c: New test.
23564
23565 1999-04-24  Craig Burley  <craig@jcb-sc.com>
23566
23567         * g77.f-torture/execute/u77-test.f (main): Bug involving
23568         LSTAT has been fixed, so turn back on full checking.
23569
23570 1999-04-20  Craig Burley  <craig@jcb-sc.com>
23571
23572         * g77.f-torture/compile/19990419-0.f: New test.
23573         * g77.f-torture/execute/19990419-1.f: New test.
23574
23575 1999-04-17  Richard Henderson  <rth@cygnus.com>
23576
23577         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
23578         to avoid the need for a prototype to supress a warning.
23579
23580 1999-04-07  Jim Wilson  <wilson@cygnus.com>
23581
23582         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
23583
23584 1999-04-04  Jeffrey A Law  (law@cygnus.com)
23585
23586         * gcc.c-torture/execute/990404-1.c: New test.
23587
23588 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
23589
23590         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
23591         * gcc.dg/cpp-if3.c: Don't use -pedantic.
23592         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
23593         missing initializer warnings.
23594
23595 1999-03-28  Jeffrey A Law  (law@cygnus.com)
23596
23597         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
23598         matching strings.
23599
23600 1999-03-26  Jeffrey A Law  (law@cygnus.com)
23601
23602         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
23603
23604 1999-03-26  Craig Burley  <craig@jcb-sc.com>
23605
23606         * g77.f-torture/execute/19990325-0.f: New test.
23607         * g77.f-torture/execute/19990325-1.f: New test.
23608
23609 1999-03-24  Jeffrey A Law  (law@cygnus.com)
23610
23611         * gcc.c-torture/execute/990324-1.c: New test.
23612
23613 1999-03-22  Jim Wilson  <wilson@cygnus.com>
23614
23615         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
23616         test with 4.
23617
23618 1999-03-17  Richard Henderson  <rth@cygnus.com>
23619
23620         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
23621
23622 1999-03-13  Craig Burley  <craig@jcb-sc.com>
23623
23624         * g77.f-torture/execute/19990313-2.f: New test.
23625         * g77.f-torture/execute/19990313-3.f: New test.
23626
23627 1999-03-13  Craig Burley  <craig@jcb-sc.com>
23628
23629         * g77.f-torture/execute/19990313-0.f: New test.
23630         * g77.f-torture/execute/19990313-1.f: New test.
23631
23632 1999-03-12  Jim Wilson  <wilson@cygnus.com>
23633
23634         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
23635         printf to sprintf.
23636         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
23637         (main): Add check for u15.  Conditionalize u31 check depending on
23638         whether ints are <32 bits or >=32 bits.
23639
23640 1999-03-08  Craig Burley  <craig@jcb-sc.com>
23641
23642         * g77.f-torture/execute/19981119-0.f: Improve testiness.
23643
23644 1999-03-08  Craig Burley  <craig@jcb-sc.com>
23645
23646         * g77.f-torture/compile/19990305-0.f: New test.
23647         * g77.f-torture/execute/19981119-0.f: New test.
23648
23649 1999-03-08  Craig Burley  <craig@jcb-sc.com>
23650
23651         * g77.f-torture/execute/970625-2.f: call ABORT if final
23652         result is not correct, instead of just printing it.
23653         Add this checking via newly introduced obfuscation, to
23654         trip up buggy front ends.
23655
23656 1999-03-07  Craig Burley  <craig@jcb-sc.com>
23657
23658         * g77.f-torture/compile/960317-1.f: Moved from being
23659         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
23660
23661 1999-03-06  Craig Burley  <craig@jcb-sc.com>
23662
23663         * g77.f-torture/execute/960317-1.f: New (old) test.
23664         * g77.f-torture/execute/970625-2.f: Ditto.
23665
23666 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
23667
23668         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
23669         message on line 1 or line 2; cccp and cpplib do this differently.
23670
23671 1999-03-01  Jeffrey A Law  (law@cygnus.com)
23672
23673         * g++.old-deja/g++.law/weak1.C: New test.
23674
23675 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
23676
23677         * gcc.c-torture/execute/990119-1.c: Renamed to...
23678         * gcc.dg/990119-1.c: this, so it will only be tested once
23679         (it's a preprocessor test, it doesn't need to be run at
23680         multiple optimization levels).
23681
23682 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
23683
23684         * lib/g++.exp: Don't add incdir=$base_dir/../include to
23685           ALWAYS_CXXFLAGS.
23686
23687 1999-02-24  Craig Burley  <craig@jcb-sc.com>
23688
23689         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
23690         * g77.f-torture/compile/19981216-0.f: ...as it is expected
23691         to not be compilable by current g77.
23692
23693 1999-02-24  Nick Clifton  <nickc@cygnus.com>
23694
23695         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
23696
23697 1999-02-22  Jeffrey A Law  (law@cygnus.com)
23698
23699         * gcc.c-torture/execute/990222-1.c: New test.
23700
23701 1999-02-19  Craig Burley  <craig@jcb-sc.com>
23702
23703         * g77.f-torture/compile/19990218-0.f: New test.
23704         * g77.f-torture/noncompile/19990218-1.f: New test.
23705
23706 1999-02-18  Craig Burley  <craig@jcb-sc.com>
23707
23708         * g77.f-torture/compile/19981216-0.f: New test.
23709
23710 1999-02-14  Jeffrey A Law  (law@cygnus.com)
23711
23712         * gcc.dg/990214-1.c: New test.
23713
23714 1999-02-13  Jeffrey A Law  (law@cygnus.com)
23715
23716         * gcc.dg/990213-2.c: New test.
23717
23718         * gcc.dg/990213-1.c: New test.
23719
23720 1999-02-12  Jeffrey A Law  (law@cygnus.com)
23721
23722         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
23723         ints.
23724
23725 1999-02-11  Nick Clifton  <nickc@cygnus.com>
23726
23727         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
23728         specified by target.
23729
23730         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
23731
23732 1999-02-11  Jeffrey A Law  (law@cygnus.com)
23733
23734         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
23735
23736 1999-02-10  Jonathan Larmour  <jlarmour@cygnus.co.uk>
23737
23738         * gcc.dg/special/ecos.exp: New test driver for new tests with
23739         special requirements.
23740
23741         * gcc.dg/special/alias-1.c: New test.
23742         * gcc.dg/special/gcsec-1.c: New test.
23743         * gcc.dg/special/weak-1.c: New test.
23744         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
23745         * gcc.dg/special/weak-2.c: New test.
23746         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
23747         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
23748         * gcc.dg/special/wkali-1.c: New test.
23749         * gcc.dg/special/wkali-2.c: New test.
23750         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
23751         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
23752
23753 1999-02-10  Felix Lee  <flee@cygnus.com>
23754
23755           * lib/c-torture.exp (c-torture-compile): Pull out code for
23756           analyzing gcc error messages.
23757           (c-torture-execute): Likewise.  Fix some (harmless) false
23758           positives.
23759           * lib/gcc.exp (gcc_check_compile): New function.
23760
23761 1999-02-08  Richard Henderson  <rth@cygnus.com>
23762
23763         * gcc.c-torture/execute/990208-1.c: New test.
23764
23765 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
23766
23767         * g++.dg/special/ecos.exp: New driver for new tests with special
23768         requirements
23769
23770         * g++.dg/special/conpr-1.C: New test
23771         * g++.dg/special/conpr-2.C: New test
23772         * g++.dg/special/conpr-2a.C: New test
23773         * g++.dg/special/conpr-3.C: New test
23774         * g++.dg/special/conpr-3a.C: New test
23775         * g++.dg/special/conpr-3b.C: New test
23776
23777         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
23778         allow g++ to use the dg driver
23779
23780         * README: Add comment about g++.dg directory
23781
23782 1999-02-06  Jeffrey A Law  (law@cygnus.com)
23783
23784         * README: Update email addresses.
23785
23786 1999-02-03  Nick Clifton  <nickc@cygnus.com>
23787
23788         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
23789         arguments in order to force structure S onto the stack even on
23790         the alpha.
23791         (test): Pass 10 leading arguments to function foo as well as the
23792         structure S.
23793
23794         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
23795         failure for all targets.
23796
23797         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
23798         abort to terminate program execution.
23799
23800 1999-01-30  Richard Henderson  <rth@cygnus.com>
23801
23802         * gcc.c-torture/execute/990130-1.c: New test.
23803
23804 1999-01-30  Jeffrey A Law  (law@cygnus.com)
23805
23806         * gcc.dg/990130-1.c: New test.
23807
23808 1999-01-28  Michael Meissner  <meissner@cygnus.com>
23809
23810         * gcc.c-torture/execute/990128-1.c: New test.
23811
23812 1999-01-27  Michael Meissner  <meissner@cygnus.com>
23813
23814         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
23815
23816 1999-01-27  Felix Lee  <flee@cygnus.com>
23817
23818         * lib/c-torture.exp (c-torture-compile): pull out code for
23819         analyzing gcc error messages.
23820         (c-torture-execute): ditto, and fix some (harmless) false
23821         positives.
23822         * lib/gcc.exp (gcc_check_compile): new function.
23823
23824 1999-01-17  Jeffrey A Law  (law@cygnus.com)
23825
23826         * gcc.dg/990117-1.c: New test.
23827
23828         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
23829
23830         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
23831
23832 1999-01-15  Jeffrey A Law  (law@cygnus.com)
23833
23834         * g77.f-torture/compile/990115-1.f: New test.
23835
23836 1999-01-07  Jeffrey A Law  (law@cygnus.com)
23837
23838         * gcc.c-torture/compile/990107-1.c: New test
23839
23840 1999-01-06  Jeffrey A Law  (law@cygnus.com)
23841
23842         * gcc.c-torture/execute/990106-2.c: New test.
23843
23844         * gcc.c-torture/execute/990106-1.c: New test.
23845
23846 1998-12-30  Zack Weinberg <zack@rabi.columbia.edu>
23847
23848         * gcc.c-torture/compile/981223-1.c: New test.
23849
23850 1998-12-29  Richard Henderson  <rth@cygnus.com>
23851
23852         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
23853         (opt3): Rename from opt4 and disable.
23854
23855 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
23856
23857         * g++.old-deja/g++.pt/ptrmem5.C: New test.
23858
23859 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
23860
23861         * g++.old-deja/g++.other/conv5.C: New test.
23862
23863 1998-12-14  Nick Clifton  <nickc@cygnus.com>
23864
23865         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
23866
23867 1998-12-11  Jeffrey A Law  (law@cygnus.com)
23868
23869         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
23870
23871 1998-12-11  Zack Weinberg <zack@rabi.columbia.edu>
23872
23873         * gcc.c-torture/compile/981211-1.c: New test.
23874
23875 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
23876
23877         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
23878
23879         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
23880
23881 1998-12-08  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
23882
23883         * gcc.special/930510-1.c: Make C9X safe.
23884         * gcc.misc-tests/gcov-1.c Similarly.
23885         * gcc.misc-tests/gcov-2.c Similarly.
23886
23887 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
23888
23889         * gcc.dg/ultrasp1.c: New test.
23890
23891 1998-12-06  Richard Henderson  <rth@cygnus.com>
23892
23893         * gcc.c-torture/execute/981206.c: New test.
23894
23895 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
23896
23897         * g++.old-deja/g++.ns/template7.C: New test.
23898
23899         * g++.old-deja/g++.other/expr1.C: New test.
23900
23901         * g++.old-deja/g++.eh/tmpl3.C: New test.
23902
23903         * g++.old-deja/g++.eh/tmpl2.C: New test.
23904
23905 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
23906
23907         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
23908         * g++.old-deja/g++.other/using6.C: Removed.
23909         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
23910
23911         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
23912
23913 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
23914
23915         * g++.old-deja/g++.pt/overload8.C: New test.
23916
23917         * g++.old-deja/g++.pt/overload7.C: New test.
23918
23919         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
23920
23921         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
23922         and relinking messages.
23923         * lib/g++.exp (g++_target_compile): Remove .rpo file when
23924         compiling with -frepo.
23925
23926 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
23927
23928         * g++.old-deja/g++.pt/lookup6.C: New test.
23929
23930 1998-11-30  Nick Clifton  <nickc@cygnus.com>
23931
23932         * gcc.c-torture/execute/981130-1.c: New test.
23933         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
23934
23935 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
23936
23937         * g++.old-deja/g++.pt/explicit76.C: New test.
23938
23939         * g++.old-deja/g++.pt/friend38.C: New test.
23940
23941         * g++.old-deja/g++.ns/crash2.C: New test.
23942
23943         * g++.old-deja/g++.pt/defarg8.C: New test.
23944
23945         * g++.old-deja/g++.pt/instantiate6.C: New test.
23946
23947         * g++.old-deja/g++.pt/static6.C: New test.
23948
23949         * g++.old-deja/g++.pt/decl2.C: New test.
23950
23951 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
23952
23953         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
23954         problem is actually related with name lookup, but so what? :-)
23955
23956         * g++.old-deja/g++.pt/friend37.C: New test.
23957
23958 1998-11-25  Dave Love  <d.love@dl.ac.uk>
23959
23960         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
23961         element, which fails on some systems.
23962
23963         * g77.f-torture/execute/labug1.f: New test.
23964
23965 1998-11-21  Jeffrey A Law  (law@cygnus.com)
23966
23967         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
23968         is defined.
23969
23970 1998-11-18  Dave Love  <d.love@dl.ac.uk>
23971
23972         * g77.f-torture/compile/981117-1.f: New test.
23973
23974 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
23975
23976         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
23977         properly discarded.
23978
23979 1998-10-11  Ken Raeburn  <raeburn@cygnus.com>
23980
23981         * gcc.c-torture/execute/memcheck: New directory of tests for
23982         -fcheck-memory-usage.
23983
23984 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
23985
23986         * README: New file, general information about the testsuite and
23987         new description of the various C++ test subdirectories.
23988         * README.g++: Eliminate obsolete information, update and move most
23989         relevant stuff to README.
23990
23991 1998-11-07  Richard Henderson  <rth@cygnus.com>
23992
23993         * gcc.c-torture/compile/981107-1.c: New test.
23994
23995 1998-11-02  Doug Evans  <devans@canuck.cygnus.com>
23996
23997         * execute/memcpy-bi.c: New testcase.
23998
23999 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
24000
24001         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
24002         base classes.
24003
24004         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
24005         template is selected.
24006
24007         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
24008         classes, it should be accepted for all types.
24009
24010         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
24011
24012         * g++.old-deja/g++.pt/spec24.C: Ensure that template
24013         specializations start with template headers.
24014
24015 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
24016
24017         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
24018
24019         * g++.old-deja/g++.other/init9.C: Test cross initialization of
24020         non-POD types.
24021
24022 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
24023
24024         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
24025
24026 1998-10-22  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
24027
24028         * compile/981022-1.c, compile/981022-1.x: New test and driver.
24029
24030 1998-10-19  Jeffrey A Law  (law@cygnus.com)
24031
24032         * 981019-1.c: New test.
24033
24034 1998-10-14  Robert Lipe <robertl@dgii.com>
24035
24036         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
24037         find objc headers.
24038
24039 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
24040
24041         * compile/981001-4.c: Remove use of GCC extension that triggers a
24042         compiler bug.
24043
24044 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
24045
24046         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
24047
24048 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
24049
24050         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
24051         instantiation of template produces incorrect code for delete
24052         expression.
24053
24054         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
24055         constructors' name is not unique.
24056         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
24057         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
24058
24059         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
24060         automatic array of const is ill-formed.
24061
24062         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
24063         of template parameter?
24064
24065         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
24066         const.
24067
24068         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
24069         pointer-to-member expression.
24070
24071         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
24072         declaration causes ICE.
24073
24074 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
24075
24076         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
24077         reserved in the global namespace.
24078
24079         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
24080         generate needed virtual table.
24081
24082         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
24083
24084 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
24085
24086         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
24087         template-dependent type
24088
24089 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
24090
24091         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
24092         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
24093         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
24094
24095         * g++.old-deja/g++.other/using5.C: New test; using decl from base
24096         class should be usable as argument of member function.
24097         * g++.old-deja/g++.other/using6.C: New test; using decl from base
24098         class should be usable as return type of member function.
24099         * g++.old-deja/g++.other/using7.C: New test; using decl from base
24100         class should be usable as type of data member.
24101
24102         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
24103
24104 1998-10-09  Jeffrey A Law  (law@cygnus.com)
24105
24106         * gcc.c-torture/special/920521-1.c: Fix bogus test.
24107
24108 1998-10-08  Nick Clifton  <nickc@cygnus.com>
24109
24110         * gcc.dg/dll-?.c Add thumb to target list.
24111         Fix assembler scan patterns to match current assembler output.
24112
24113 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
24114
24115         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
24116         matching of template brackets.
24117
24118         * g++.old-deja/g++.other/using4.C: New test.  Test using
24119         declarations of methods from base classes.
24120
24121         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
24122         within functions should introduce names into the innermost
24123         enclosing namespace.
24124
24125         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
24126         of static locals if first initialization throws.
24127
24128 1998-10-07  Jim Wilson  <wilson@cygnus.com>
24129
24130         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
24131
24132 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
24133
24134         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
24135         lose track of the possible targets of tablejump insns.
24136         * special/special.exp: Run it.
24137
24138 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
24139
24140         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
24141         must be declared before its specializations can be named in friend
24142         declarations.
24143
24144 1998-10-05  Dave Love  <d.love@dl.ac.uk>
24145
24146         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
24147
24148         * g77.f-torture/execute/io1.f: New test.
24149
24150 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
24151
24152         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
24153         with pointer to template function, for which no argument deduction
24154         is possible.
24155
24156         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
24157         specialization of template function as argument to template
24158         function.
24159
24160         * g++.old-deja/g++.other/access2.C: New test; Inner class
24161         shouldn't have privileged access to Outer's names.
24162
24163 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
24164
24165         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
24166         friend template declared within template class conflicts with
24167         nested class of the same name.
24168
24169         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
24170         is ignored.
24171
24172         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
24173         object with direct initializer as function declaration.
24174
24175         * g++.old-deja/g++.other/decl2.C: New test; duplicate
24176         initializers.
24177
24178         * g++.old-deja/g++.other/null2.C: New test; conditional operator
24179         involving const pointer and NULL produces incorrect result.
24180
24181         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
24182         type name without `typename' should be rejected with -pedantic.
24183
24184 1998-10-02  Richard Henderson  <rth@cygnus.com>
24185
24186         * g++.old-deja/g++.other/addrof1.C: New test.
24187
24188 1998-10-01  Nick Clifton  <nickc@cygnus.com>
24189
24190         * gcc.c-torture/compile/981001-1.c: New test.
24191         * gcc.c-torture/execute/981001-1.c: New test.
24192
24193 1998-10-01  Jeffrey A Law  (law@cygnus.com)
24194
24195         * gcc.c-torture/compile/981001-2.c: New test.
24196         * gcc.c-torture/compile/981001-3.c: New test.
24197         * gcc.c-torture/compile/981001-4.c: New test.
24198
24199 1998-10-01  Robert Lipe  <robertl@dgii.com>
24200
24201         * lib/objc.exp (objc_target_compile): Add -L during compiles for
24202         multilibbed hosts.   Idea grafted from g77.exp.
24203
24204 1998-09-30  Dave Love  <d.love@dl.ac.uk>
24205
24206         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
24207         avoid losing on systems which need -lsocket.
24208
24209 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
24210
24211         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
24212         * g++.old-deja/g++.other/nested2.C: Ditto.
24213         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
24214         failure.
24215
24216 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
24217
24218         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
24219         preferred over template operator!= for enum bitfields.
24220
24221 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
24222
24223         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
24224         that happen to have the same base name, but in different scopes,
24225         are incorrectly rejected.
24226
24227 1998-09-16  Richard Henderson  <rth@cygnus.com>
24228
24229         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
24230         on the native word size instead of an integer literal.
24231
24232 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
24233
24234         * g++.old-deja/g++.other/static2.C: Invocation of static data
24235         member of type pointer-to-function denoted as non-static member.
24236
24237         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
24238         checks involving function types and aliases.
24239
24240 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
24241
24242         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
24243         redefined to the same non-trivial type.
24244
24245         * g++.old-deja/g++.pt/explicit73.C: Test for proper
24246         namespace-qualification of template specializations declared in
24247         other namespaces.
24248
24249         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
24250         to declare a subset of the specializations of a template function
24251         as friends of specializations of a template class.
24252
24253         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
24254         member templates that do not fully specialize the enclosing
24255         template class are rejected.
24256
24257 1998-09-11  Dave Love  <d.love@dl.ac.uk>
24258
24259         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
24260
24261 1998-09-08  Dave Love  <d.love@dl.ac.uk>
24262
24263         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
24264         altered from libf2c/libU77 version.
24265
24266 1998-09-06  Dave Love  <d.love@dl.ac.uk>
24267
24268         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
24269
24270 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
24271
24272         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
24273         (un)signed char are different types for template specialization
24274         purposes.
24275
24276 1998-09-03  Ovidiu Predescu  <ovidiu@aracnet.com>
24277
24278         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
24279         * objc: ObjC testsuite.
24280
24281 1998-08-31  Catherine Moore  <clm@cygnus.com>
24282
24283         * gcc.c-torture/execute/941014-1.x:  New file.
24284
24285 1998-08-31  Nick Clifton  <nickc@cygnus.com>
24286
24287         * lib/c-torture.exp: Add support for
24288         torture_eval_before_compile and torture_eval_before_execute
24289         variables.
24290
24291 1998-08-30  Jeffrey A Law  (law@cygnus.com)
24292
24293         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
24294         this test triggers valid.
24295
24296 1998-08-27  Jeffrey A Law  (law@cygnus.com)
24297
24298         * gcc.dg/980827-1.c: New test.
24299
24300 1997-08-26  J"orn Rennecke <amylaar@cygnus.co.uk>
24301
24302         * gcc.c-torture/execute/loop-4b.c: New test.
24303
24304 1998-08-26  Nick Clifton  <nickc@cygnus.com>
24305
24306         * lib/c-torture.exp: Add support for
24307         torture_eval_before_compile and torture_eval_before_execute
24308         variables.
24309
24310 1998-08-25  Jeffrey A Law  (law@cygnus.com)
24311
24312         * gcc.c-torture/compile/980825-1.c: New test.
24313
24314 1998-08-24  Nick Clifton  <nickc@cygnus.com>
24315
24316         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
24317         count number tests in opt_t0 not good_t0.
24318
24319 1998-08-24  Jeffrey A Law  (law@cygnus.com)
24320
24321         * gcc.c-torture/compile/930326-1.x: Fix typo.
24322
24323 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
24324
24325         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
24326         causes an ICE.
24327
24328 1998-08-21  Jeffrey A Law  (law@cygnus.com)
24329
24330         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
24331         STACK_SIZE is defined.
24332         * gcc.c-torture/unsorted/stuct.c: Similarly.
24333
24334         * gcc.c-torture/compile/980821-1.c: New test.
24335
24336 1998-08-21  Jeffrey A Law  (law@cygnus.com)
24337
24338         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
24339
24340 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
24341
24342         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
24343         code.
24344
24345 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
24346
24347         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
24348         error'.
24349
24350 1998-08-18  Jeffrey A Law  (law@cygnus.com)
24351
24352         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
24353
24354 1998-08-16  Jeffrey A Law  (law@cygnus.com)
24355
24356         * gcc.c-torture/compile/980816-1.c: New test.
24357
24358         * gcc.dg/980816-1.c: New test.
24359
24360 1998-08-13  Jeffrey A Law  (law@cygnus.com)
24361
24362         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
24363         compiler for ieee tests.
24364
24365 1998-08-01  Dave Love  <d.love@dl.ac.uk>
24366
24367         * g77.f-torture/compile/980729-0.f: New test.
24368
24369 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
24370
24371         * gcc.c-torture/special/eeprof-1.c: New test, for
24372         -finstrument-functions.
24373         * gcc.c-torture/special/special.exp: Run it.
24374
24375 1998-07-29  Jeffrey A Law  (law@cygnus.com)
24376
24377         * gcc.c-torture/compile/980729-1.c: New test.
24378
24379 1998-07-27  Nick Clifton  <nickc@cygnus.com>
24380
24381         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
24382         __thumb__ is defined, and test for ARM style doubles if so.
24383
24384 1998-07-26  Dave Love  <d.love@dl.ac.uk>
24385
24386         * g77.f-torture/noncompile/980615-0.f: New test.
24387
24388 1998-07-26  H.J. Lu  (hjl@gnu.org)
24389
24390         * gcc.dg/980312-1.c: Do link instead of compile.
24391         * gcc.dg/980313-1.c: Likewise.
24392
24393 1998-07-26  Jeffrey A Law  (law@cygnus.com)
24394
24395         * gcc.c-torture/compile/980726-1.c: New test.
24396
24397 1998-07-25  Dave Love  <d.love@dl.ac.uk>
24398
24399         * g77.f-torture/execute/io0.f: New test.
24400
24401 1998-07-24  Nick Clifton  <nickc@cygnus.com>
24402
24403         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
24404         an int.
24405
24406 1998-06-18  Michael Meissner  <meissner@cygnus.com>
24407
24408         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
24409         m32r bugs.
24410
24411 1998-07-17  Nick Clifton  <nickc@cygnus.com>
24412
24413         * gcc.dg/980626-1.c: Expect failures for all toolchains until
24414         c-decl.c:grokdeclarator can handle mode attributes.
24415
24416 1998-07-16  Jeffrey A Law  (law@cygnus.com)
24417
24418         * gcc.c-torture/execute/980716-1.c: New test.
24419
24420 1998-07-13  Jeffrey A Law  (law@cygnus.com)
24421
24422         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
24423         the mn10200.
24424         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
24425         the mn10200.
24426         * gcc.c-torture/execute/va-arg-3.x: Similarly.
24427         * gcc.c-torture/compile/930326-1.x: Similarly.
24428
24429 1998-07-13  Dave Love  <d.love@dl.ac.uk>
24430
24431         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
24432         New test from Craig.
24433
24434 1998-07-12  Dave Love  <d.love@dl.ac.uk>
24435
24436         * g77.f-torture/noncompile/980616-0.f: New test.
24437
24438         * g77.f-torture/execute/970816-3.f:  New test from Craig.
24439
24440 1998-07-10 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
24441
24442         *  g++.other/singleton.C: Return error value instead of taking
24443         SIGSEGV.
24444
24445 1998-07-10  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
24446
24447         *  g++.other/singleton.C: New test.   Warning is under dispute.
24448         Runtime crash is not.
24449
24450 1998-07-09  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
24451
24452         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
24453         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
24454         using6.C, using7.C}:  New namespace tests.
24455
24456 1998-07-09  Alexandre Oliva   <oliva@dcc.unicamp.br>
24457
24458         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
24459         specialization with typedef'ed names used as array indexes.
24460
24461 1998-07-09  Jeffrey A Law  (law@cygnus.com)
24462
24463         * gcc.c-torture/execute/980709-1.c: New test.
24464
24465         * gcc.dg/980709-1.c: New test.
24466
24467 1998-07-07  Richard Henderson  <rth@cygnus.com>
24468
24469         * gcc.c-torture/execute/bcp-1.c: New test.
24470
24471 1998-07-07  Jeffrey A Law  (law@cygnus.com)
24472
24473         * gcc.c-torture/execute/980707-1.c: New test.
24474
24475 1998-07-06  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
24476
24477         * gcc.c-torture/compile/980706-1.c: New test.
24478
24479 1998-07-01  Dave Love  <d.love@dl.ac.uk>
24480
24481         * g77.f-torture/execute/980701-0.f,
24482         g77.f-torture/execute/980701-1.f: New test from Craig.
24483
24484 1998-07-01  Jeffrey A Law  (law@cygnus.com)
24485
24486         * gcc.c-torture/compile/980701-1.c: New test.
24487
24488         * gcc.c-torture/execute/980701-1.c: New test.
24489
24490 1998-06-30  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
24491 rlsruhe.de>
24492
24493         * g++.old-deja/g++.robertl/eb132.C: New test.
24494         * g++.old-deja/g++.robertl/eb133.C: Likewise.
24495
24496 1998-06-29  Dave Love  <d.love@dl.ac.uk>
24497
24498         * g77.f-torture/execute/980628-7.f,
24499         g77.f-torture/execute/980628-8.f,
24500         g77.f-torture/execute/980628-9.f,
24501         g77.f-torture/execute/980628-10.f: New tests from Craig.
24502
24503         * g77.f-torture/execute/980628-3.f: Remove mail headers.
24504
24505 1998-06-28  Jeffrey A Law  (law@cygnus.com)
24506
24507         * g77.f-torture/execute/980628-4.f: New test from Craig.
24508         * g77.f-torture/execute/980628-5.f: Likewise.
24509         * g77.f-torture/execute/980628-2.f: Likewise.
24510         * g77.f-torture/execute/980628-0.f: Likewise.
24511         * g77.f-torture/execute/980628-1.f: Likewise.
24512         * g77.f-torture/execute/980628-3.f: Likewise.
24513         * g77.f-torture/execute/980628-6.f: Likewise.
24514
24515 1998-06-28  Jeffrey A Law  (law@cygnus.com)
24516
24517         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
24518         directory when nothing has been installed yet.
24519
24520 1998-06-27  Carlo Wood  <carlo@runaway.xs4all.nl>
24521
24522         * gcc.c-torture/special/special.exp: Handle newer versions of
24523         dejagnu.
24524
24525 1998-06-26  Jeffrey A Law  (law@cygnus.com)
24526
24527         * gcc.dg/980626-1.c: New test.
24528
24529 1998-06-19  Bruno Haible <haible@ilog.fr>
24530
24531         * gcc.misc-tests/m-un-2.c: New test.
24532         * g++.old-deja/g++.other/warn01.c: Likewise.
24533
24534 1998-06-19  Robert Lipe  <robertl@dgii.com>
24535
24536         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
24537         compatibility with assmblers with a different comment character.
24538         Eliminate use of GAS-specific extensions.
24539
24540 1998-06-19  Jeffrey A Law  (law@cygnus.com)
24541
24542         * gcc.c-torture/execute/ieee/980619-1.c: New test.
24543
24544 1998-06-19  Robert Lipe  <robertl@dgii.com>
24545
24546         *lib/g77.exp: Replace search for libf2c.a with search for newly
24547         renamed libg2c.a
24548
24549 1998-06-17  Jeffrey A Law  (law@cygnus.com)
24550
24551         * gcc.c-torture/execute/980617-1.c: New test.
24552
24553 1998-06-12  Jeffrey A Law  (law@cygnus.com)
24554
24555         * gcc.c-torture/execute/980612-1.c: New test.
24556
24557 1998-06-08  Jeffrey A Law  (law@cygnus.com)
24558
24559         * gcc.dg/980523-1.c: Only test on ppc-linux.
24560         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
24561
24562         * gcc.c-torture/execute/980608-1.c: New test.
24563
24564 1997-06-05  J"orn Rennecke <amylaar@cygnus.co.uk>
24565
24566         * gcc.c-torture/execute/980605-1.c: New test.
24567
24568 1998-06-04  Jeffrey A Law  (law@cygnus.com)
24569
24570         * gcc.c-torture/execute/980604-1.c: New test.
24571
24572 1998-06-02  Jeffrey A Law  (law@cygnus.com)
24573
24574         * gcc.c-torture/execute/980602-1.c: New test.
24575         * gcc.c-torture/execute/980602-2.c: Likewise.
24576
24577 1998-06-02  Dave Love  <d.love@dl.ac.uk>
24578
24579         * 970125-0.f: Fix per JCB.  Add commentary.
24580
24581 1998-05-31  Michael Meissner  <meissner@cygnus.com>
24582
24583         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
24584         IEEE -0 support.
24585
24586 1998-05-29  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
24587
24588         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
24589         earlier.
24590
24591 1998-05-28  Catherine Moore <clm@cygnus.com>
24592
24593         * gcc.c-torture/execute/980526-3.c: New test.
24594
24595 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
24596
24597         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
24598         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
24599         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
24600         m88k-motorola-sysv3 to XFAIL.
24601
24602 1998-05-26  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
24603
24604         * gcc.dg/980526-1.c: New test.
24605         * gcc.c-torture/execute/980526-2.c: New test.
24606
24607 1998-05-26  Jeffrey A Law  (law@cygnus.com)
24608
24609         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
24610
24611         * gcc.c-torture/execute/980526-1.c: New test.
24612
24613 1998-05-26  Dave Love  <d.love@dl.ac.uk>
24614
24615         * g77.f-torture/execute/alpha2.f: Add runtime test.
24616
24617 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
24618
24619         * g++.old-deja/old-deja.exp: Strip leading directories.
24620
24621         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
24622         error for the line.  Don't run multiple tests for the same line.
24623
24624 1998-05-23  Jeffrey A Law  (law@cygnus.com)
24625
24626         * gcc.dg/980523-1.c: New test.
24627
24628 1998-05-23  Dave Love  <d.love@dl.ac.uk>
24629
24630         * g77.f-torture/compile/970915-0.f: New test.
24631
24632 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
24633
24634         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
24635
24636 1998-05-21  Jeffrey A Law  (law@cygnus.com)
24637
24638         * gcc.dg/980520-1.c: New test.
24639
24640 1998-05-20  Manfred Hollstein  <manfred@s-direktnet.de>
24641
24642         * gcc.dg/980502-1.c: Fix return type.
24643
24644 1998-05-20  Jeffrey A Law  (law@cygnus.com)
24645
24646         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
24647         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
24648         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
24649         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
24650         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
24651
24652 1998-05-20  Dave Love  <d.love@dl.ac.uk>
24653
24654         * g77.f-torture/execute/980520-1.f: New test.
24655
24656 1998-05-15  Dave Love  <d.love@dl.ac.uk>
24657
24658         * lib/mike-g77.exp: New file.
24659
24660         * g77.f-torture/noncompile/noncompile.exp,
24661         g77.f-torture/noncompile/check0.f: New files.
24662
24663 1998-05-14  Dave Love  <d.love@dl.ac.uk>
24664
24665         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
24666         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
24667         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
24668         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
24669         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
24670         abort where appropriate.
24671
24672 1998-05-05  Michael Meissner  <meissner@cygnus.com>
24673
24674         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
24675         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
24676
24677 1998-04-29  Dave Love  <d.love@dl.ac.uk>
24678
24679         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
24680
24681 1998-04-27  Dave Love  <d.love@dl.ac.uk>
24682
24683         * g77.f-torture/compile/980427-0.f: New test.
24684
24685 1998-04-24  Dave Love  <d.love@dl.ac.uk>
24686
24687         * g77.f-torture/compile/980424-0.f: New test.
24688
24689 1998-04-19  Dave Love  <d.love@dl.ac.uk>
24690
24691         * g77.f-torture/compile/980419-2.f (main): New test.
24692         * g77.f-torture/compile/970125-0.f: New test.
24693         * g77.f-torture/compile/980419-1.f: New test.
24694
24695 1998-04-08  Jim Wilson  <wilson@cygnus.com>
24696
24697         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
24698         of loop-4.c.
24699
24700 1998-04-07  Jim Wilson  <wilson@cygnus.com>
24701
24702         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
24703
24704 1998-04-03  Jim Wilson  <wilson@cygnus.com>
24705
24706         * gcc.c-torture/compile/980329-1.c: New test.
24707
24708 1998-03-18  Jim Wilson  <wilson@cygnus.com>
24709
24710         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
24711         * gcc.dg/980312-1.c: Fix typo in -march command.
24712
24713 1998-03-16  H.J. Lu  (hjl@gnu.org)
24714
24715         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
24716
24717 1998-03-11  Robert Lipe  <robertl@dgii.com>
24718
24719         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
24720         Dave Love agree the Fortran source is bogus.
24721
24722 1998-03-11  Robert Lipe  <robertl@dgii.com>
24723
24724         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
24725         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
24726         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
24727         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
24728         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
24729
24730 1998-03-10  Alexandre Oliva   <oliva@dcc.unicamp.br>
24731
24732         * g++.old-deja/g++.other/friend1.C: New test.
24733
24734 1998-02-18  Dave Love  <d.love@dl.ac.uk>
24735
24736         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
24737         possibly uninitialized) variables and declare dnrm2.
24738
24739 1998-02-23  Robert Lipe <robertl@dgii.com>
24740
24741         From Bruno Haible <haible@ilog.fr>:
24742         * gcc.c-torture/execute/980223.c: New test.
24743
24744 1998-02-13  Jeffrey A Law  (law@cygnus.com)
24745
24746         * gcc.dg/ifelse-1.c: New test.
24747
24748 1998-02-09  H.J. Lu  (hjl@gnu.org)
24749
24750         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
24751
24752           * lib/old-dejagnu.exp (old-dejagnu): Added the
24753           "execution test - XFAIL *-*-*" handling in the spirit of
24754           "excess errors test -". Changed the "execution test fails"
24755           handling to be like "excess errors test fails".
24756           * Update various tests accordingly.
24757
24758 1998-02-06  Jim Wilson  <wilson@cygnus.com>
24759
24760         * gcc.c-torture/execute/980205.c: New test.
24761
24762 1998-01-18  Jeffrey A Law  (law@cygnus.com)
24763
24764         * lib/c-torture.exp: Look for .x files instead of .cexp files.
24765         * lib/f-torture.exp: Similarly.
24766         * gcc.c-torture: Rename all .cexp files to .x files.
24767
24768 1997-12-08  J"orn Rennecke <amylaar@cygnus.co.uk>
24769
24770         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
24771         (940510-1.c): Removed duplicate.
24772         (971104-1.c): New test.
24773
24774 1997-11-25  Kate Hedstrom  (kate@ahab.rutgers.edu)
24775
24776           * lib/f-torture.exp: Improve error and loop detection.
24777
24778 1997-11-19  Michael Meissner  <meissner@cygnus.com>
24779
24780         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
24781         use that to size the filler array.
24782
24783 1997-09-26  Bob Manson  <manson@charmed.cygnus.com>
24784
24785         * lib/c-torture.exp(c-torture-execute): Fix typo.
24786
24787         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
24788         testcase as the executable name. Keep the executable around if
24789         the test fails.
24790
24791 1997-09-19  Bob Manson  <manson@charmed.cygnus.com>
24792
24793         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
24794         changes.  Only test one -g option, and move it to the end of the
24795         list of options to test.
24796
24797 1997-09-19  Michael Meissner  <meissner@cygnus.com>
24798
24799         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
24800         variable GCC_TORTURE_OPTIONS to supply default switches separated
24801         by colons.  If no environment variable, run tests with -O0 -g, -O1
24802         -g, and -O2 -g as well.
24803
24804 1997-09-17  Bob Manson  <manson@charmed.cygnus.com>
24805
24806         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
24807         explanatory comments. Fix indentation.
24808
24809 1997-09-15  Jeffrey A Law  (law@cygnus.com)
24810
24811         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
24812
24813 1997-09-11  Jeffrey A Law  (law@cygnus.com)
24814
24815         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
24816         * g++.old-deja/g++.mike/p7325.C: Likewise.
24817         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
24818
24819 1997-09-11  Alexandre Oliva  (oliva@dcc.unicamp.br)
24820
24821         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
24822         * g++.old-deja/g++.brendan/crash30.C: Likewise.
24823         * g++.old-deja/g++.brendan/crash39.C: Likewise.
24824         * g++.old-deja/g++.law/operators4.C: Likewise.
24825
24826 1997-09-11  Joe Buck  (jbuck@synopsys.com)
24827
24828         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
24829         * g++.old-deja/g++.mike/p784.C: Ditto.
24830         * g++.old-deja/g++.mike/p785.C: Ditto.
24831
24832 1997-09-05  Jeffrey A Law  (law@cygnus.com)
24833
24834           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
24835
24836 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
24837
24838         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
24839         target feature; pass this to c-torture-execute as needed.
24840
24841 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
24842
24843         * lib/c-torture.exp(c-torture-execute): If the previous and the
24844         current executables being tested are identical, we don't need to
24845         run the executable again. Try to make the executable names
24846         unique. Add an optional argument for passing additional compiler
24847         flags.
24848
24849 1997-09-02  Doug Evans  <dje@canuck.cygnus.com>
24850
24851         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
24852
24853 1997-08-29  Jeffrey A Law  (law@cygnus.com)
24854
24855         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
24856
24857 1997-07-31  Jeffrey A Law  (law@cygnus.com)
24858
24859         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
24860         32bit or larger longs.
24861
24862         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
24863         have either a 32bit long or 32bit int.
24864
24865 1997-07-29  J"orn Rennecke <amylaar@cygnus.co.uk>
24866
24867         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
24868         Make double precision tests dependent on sizeof (double).
24869
24870 1997-07-09  Bob Manson  <manson@charmed.cygnus.com>
24871
24872         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
24873         too.
24874
24875 1997-06-17  J"orn Rennecke <amylaar@cygnus.co.uk>
24876
24877         * gcc.c-torture/compile/961203-1.cexp: New script.
24878
24879 1997-06-16  Bob Manson  <manson@charmed.cygnus.com>
24880
24881         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
24882         up the includes ourselves.
24883
24884 1997-06-11  Bob Manson  <manson@charmed.cygnus.com>
24885
24886         * lib/plumhall.exp: Remove random include, and add a few
24887         verbose messages for debugging.
24888
24889 1997-06-06  Bob Manson  <manson@charmed.cygnus.com>
24890
24891         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
24892         of trying to do it ourselves.
24893
24894 1997-06-04  J"orn Rennecke <amylaar@cygnus.co.uk>
24895
24896         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
24897
24898 1997-06-04  Bob Manson  <manson@charmed.cygnus.com>
24899
24900         * gcc.prms/5403.c: Made regexp a bit less strict.
24901
24902 1997-06-03  Bob Manson  <manson@charmed.cygnus.com>
24903
24904         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
24905         is returned from remote_load instead.
24906         * lib/plumhall.exp: Ditto.
24907         * lib/mike-g++.exp: Ditto.
24908         * lib/old-dejagnu.exp: Ditto.
24909         * lib/c-torture.exp: Ditto.
24910
24911 1997-05-30  Bob Manson  <manson@charmed.cygnus.com>
24912
24913         * lib/g++.exp: Use build_wrapper procedure.
24914         * lib/gcc.exp: Ditto.
24915
24916 1997-05-20  Jeffrey A Law  (law@cygnus.com)
24917
24918         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
24919         an old-style decl for malloc.  Fixes tests to work when
24920         sizeof (int) != sizeof (size_t).
24921
24922 1997-05-15  Mike Meissner  <meissner@cygnus.com>
24923
24924         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
24925
24926         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
24927         use stdargs.h interface.
24928
24929 1997-05-15  Mike Meissner  <meissner@cygnus.com>
24930
24931         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
24932         NO_VARARGS when compiling.
24933
24934 1997-05-01  Bob Manson  <manson@charmed.cygnus.com>
24935
24936         * lib/plumhall.exp(ph_includes): New procedure.
24937         (ph_make): Use it.
24938         (ph_compiler): Ditto.
24939
24940         * lib/g++.exp: Rename test-glue.c to testglue.c.
24941         * lib/gcc.exp: Ditto.
24942
24943 1997-04-10  Bob Manson  <manson@charmed.cygnus.com>
24944
24945         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
24946         to completion when it's called.
24947
24948 1997-03-21  Michael Meissner  <meissner@cygnus.com>
24949
24950         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
24951         is defined, don't do test.
24952
24953 1997-03-20  Doug Evans  <dje@canuck.cygnus.com>
24954
24955         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
24956         for object files.
24957         (ph_summary): Mark skipped testcases as untested, not unresolved.
24958
24959         * lib/plumhall.exp (ph_make): If unresolved because of bad
24960         errorCode, record errorCode in log file.
24961         (*): Replace send_log/verbose with verbose -log.
24962
24963 1997-03-19  Michael Meissner  <meissner@cygnus.com>
24964
24965         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
24966         double conversion if double isn't at least 8 bytes.
24967
24968         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
24969         int to work with targets where int is 16 bits.
24970
24971         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
24972         8 bytes, just exit, since 4 byte doubles don't have enough bits of
24973         precision for the test to complete.
24974
24975 1997-03-14  Michael Meissner  <meissner@cygnus.com>
24976
24977         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
24978         if d10v is not compiled with the -mdouble64 flag.
24979         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
24980
24981         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
24982         d10v is not compiled with the -mint32 flag.
24983
24984 1997-03-13  Bob Manson  <manson@charmed.cygnus.com>
24985
24986         * lib/plumhall.exp: Use incr_count.
24987
24988 1997-03-12  Jeffrey A Law  (law@cygnus.com)
24989
24990         * gcc.c-torture: Update to c-torture-1.45.
24991
24992 1997-02-23  Bob Manson  <manson@charmed.cygnus.com>
24993
24994         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
24995         the name of the expect testcase file).
24996
24997         * lib/g++.exp(g++_init): Ditto.
24998
24999 1997-02-20  Bob Manson  <manson@charmed.cygnus.com>
25000
25001         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
25002         the host.
25003
25004         * lib/gcc.exp(gcc_exit): New procedure.
25005
25006 1997-02-19  Bob Manson  <manson@charmed.cygnus.com>
25007
25008         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
25009         specs where appropriate.
25010
25011         * g++.old-deja/g++.arm/*: Added additional ERROR checks
25012         because of new "candidates are" messages, and removed a few
25013
25014         * Converted all non-old-style g++ testcases to old-style, and
25015         moved into g++.old-deja.
25016
25017 1997-02-14  Bob Manson  <manson@charmed.cygnus.com>
25018
25019         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
25020         options.
25021
25022         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
25023         succeeded.
25024
25025         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
25026
25027 1997-02-13  Michael Meissner  <meissner@cygnus.com>
25028
25029         * lib/gcc.exp (gcc_target_compile): Add support for defining
25030         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
25031         the machine doesn't have those features.
25032
25033 1997-02-11  Bob Manson  <manson@charmed.cygnus.com>
25034
25035         * g++.law/operators4.exp: Don't use LIBS.
25036
25037 1997-02-08  Bob Manson  <manson@charmed.cygnus.com>
25038
25039         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
25040
25041         * lib/mike-g++.exp: Don't set the compiler to be tested here.
25042         * lib/g++.exp: Set it here instead. Also, allow use of the
25043         --tool_exec and --tool_opt options. Change CXX to
25044         GXX_UNDER_TEST.
25045
25046         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
25047
25048         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
25049
25050 1997-02-07  Bob Manson  <manson@charmed.cygnus.com>
25051
25052         * lib/old-dejagnu.exp: Use prune_warnings instead of
25053         prune_system_crud.
25054         * lib/mike-g++.exp: Ditto.
25055         * lib/gcc.exp: Ditto.
25056         * lib/g++.exp: Ditto.
25057
25058         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
25059
25060 1997-02-07  Jeffrey A Law  (law@cygnus.com)
25061
25062           * 941014-2.c: Include stdlib.h
25063           * 960327-1.c: Include stdio.h
25064           * dbra.c, index-1.c: Don't assume ints are 32bits.
25065
25066 1997-02-04  Bob Manson  <manson@charmed.cygnus.com>
25067
25068         * lib/gcc.exp: Add gcc,stack_size target feature.
25069
25070         * lib/g++.exp(g++_target_compile): Add the include and link
25071         paths here, not in two other places. And, it's $options, not
25072         options.
25073
25074         * lib/mike-g++.exp(postbase): Remove the code that determines
25075         the correct include and link paths.
25076         * g++.old-deja/old-deja.exp: Ditto.
25077
25078 1997-02-03  Bob Manson  <manson@charmed.cygnus.com>
25079
25080         * lib/g++.exp(g++_init): target_compile no longer returns the
25081         filename of the result.
25082
25083 1997-02-02  Bob Manson  <manson@charmed.cygnus.com>
25084
25085         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
25086         call to glob.
25087
25088         * gcc.c-torture/special/special.exp: Change call to
25089         gcc_target_compile to include the object file.
25090
25091 1997-02-02  Ian Lance Taylor  <ian@cygnus.com>
25092
25093         * gcc.c-torture/special/special.exp: Correct misspelling in last
25094         change.
25095
25096 1997-02-01  Bob Manson  <manson@charmed.cygnus.com>
25097
25098         * lib/plumhall.exp(ph_summary): Log the entire output of the
25099         executable. Return -1 if there were any failures, 0 otherwise.
25100         (ph_execute): Return -1 if there were any failures, 0 otherwise.
25101         (ph_make): Clean up objects and executables that were built
25102         if the tests succeeded.
25103
25104 1997-01-30  Bob Manson  <manson@charmed.cygnus.com>
25105
25106         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
25107         libraries and includes in the build tree as appropriate.
25108
25109 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
25110
25111         * lib/c-torture.exp: Instead of looking for the global variable
25112         NO_LONG_LONG, check to see if that's a feature of the target.
25113
25114 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
25115
25116         * config/default.exp: Minimize. Delete the remainer of the files in
25117         config; this functionality is now in devo/dejagnu/config.
25118
25119         g++.*/*: Pass any additional flags used to compile to postbase;
25120         delete CXXFLAGS.
25121
25122         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
25123         is now done by runtest.exp. Use gcc_target_compile instead of
25124         compile.
25125
25126         lib/c-torture.exp: Use gcc_target_compile instead of compile.
25127         Remove references to CFLAGS. Use remote_file instead of
25128         calling rm -f.
25129         (c-torture): Take a list of arguments to use to compile this
25130         testcase.
25131
25132         lib/g++.exp: Simplify. Use target_compile instead of compile.
25133         lib/gcc-dg.exp: Ditto.
25134         lib/gcc.exp: Ditto.
25135         lib/mike-{gcc,g++}.exp: Ditto.
25136         lib/old-dejagnu.exp: Ditto.
25137         lib/plumhall.exp: Ditto.
25138
25139 1997-01-08  Jim Wilson  <wilson@cygnus.com>
25140
25141         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
25142         (ph_linker): Likewise.
25143
25144 1996-11-13  Joern Rennecke <amylaar@cygnus.com>
25145
25146           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
25147         MAP_ANON / MAP_ANONYMOUS if defined;
25148         else try to map from /dev/zero .
25149
25150 1996-11-12  Jeffrey A Law  (law@cygnus.com)
25151
25152         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
25153         isn't defined, then define it to MAP_ANONYMOUS.
25154
25155 1996-11-12  Jeffrey A Law  (law@cygnus.com)
25156
25157         * gcc.c-torture: Update to c-torture-1.42 release.
25158
25159 1996-11-11  Jeffrey A Law  (law@cygnus.com)
25160
25161         * gcc.c-torture: Update to c-torture-1.41 release.
25162
25163 1996-10-27  Jeffrey A Law  (law@cygnus.com)
25164
25165         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
25166         c-torture release.
25167
25168 1996-08-15  Brendan Kehoe  <brendan@lisa.cygnus.com>
25169
25170         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
25171         and LDFLAGS.  Fix second case to append the target_info ldflags
25172         onto LDFLAGS, not CFLAGS.
25173         * lib/g++.exp (g++_init): Add target_info stuff.
25174         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
25175         of libgloss and newlib flags for !native.
25176
25177         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
25178         (GDB): Fix relative path to go up another dir for finding gdb.
25179
25180 1996-08-08  Rob Savoye  <rob@chinadoll.cygnus.com>
25181
25182         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
25183         versions in the target_info array, if they don't exist.
25184
25185 1996-08-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
25186
25187         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
25188
25189 1996-07-08  Jim Wilson  <wilson@cygnus.com>
25190
25191         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
25192         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
25193
25194 1996-07-01  Bob Manson  <manson@charmed.cygnus.com>
25195
25196         * lib/old-dejagnu.exp: Don't remove the output file before we've
25197         actually tested it. Don't append pwd to the path of the executable
25198         we're testing.
25199
25200 1996-06-30  Doug Evans  <dje@canuck.cygnus.com>
25201
25202         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
25203
25204 1996-06-26  Bob Manson  <manson@charmed.cygnus.com>
25205
25206         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
25207         temporary directory for compiler files, and set it to a default
25208         value of /tmp. Set $output as the name of the output file from
25209         compiling the testcase. Add a -o option to $cflags_var so the
25210         compiler writes the final output file as $output. Set $executable
25211         to $output.
25212
25213         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
25214         directory for compiler files, and set it to /tmp if it doesn't
25215         already have a value. Set $output_file to the name of the output
25216         file from compiling the testcase. Add a -o option to CXXFLAGS so
25217         the compiler writes the final output file as $output. Use $output
25218         as the executable to be tested.
25219
25220 1996-06-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
25221
25222         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
25223
25224 1996-06-08  Jeffrey A Law  (law@cygnus.com)
25225
25226         * gcc.c-torture/execute/pending-1.c: New test.  Still
25227         pending in Tege's queue.
25228
25229 1996-04-24  Jim Wilson  <wilson@chestnut.cygnus.com>
25230
25231         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
25232         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
25233         if there were failures.  Call unresolved if there were unresolved
25234         testcases.  Call gcc_fail if program did not run to completion.
25235         (ph_make): Pass additional argument name to ph_execute.
25236         (ph_execute): Add new argument.  Pass additional arguments to
25237         ph_summary.  Call gcc_fail is there is no execution output.
25238
25239 1996-04-24  Jeffrey A Law  (law@cygnus.com)
25240
25241         * lib/plumhall.exp (proc_summary): Output relavent summary
25242         lines into the log so specific failures in plumhall can be
25243         investigated.
25244
25245 1996-04-10  Jeffrey A Law  (law@cygnus.com)
25246
25247         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
25248         (c-torture-execute): Don't try to execute tests which use
25249         "long long" types if $NO_LONG_LONG is nonzero.
25250
25251 1996-04-08  Doug Evans  <dje@canuck.cygnus.com>
25252
25253         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
25254         not c-torture.
25255
25256         * gcc.ieee: Move from here.
25257         * gcc.c-torture/execute/ieee: To here.
25258
25259 1996-03-26  Jeffrey A Law  (law@cygnus.com)
25260
25261         * gcc.c-torture: Update to c-torture-1.41 release.
25262
25263 1996-03-22  Jeffrey A Law  (law@cygnus.com)
25264
25265         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
25266         not "$output".
25267
25268 1996-03-07  Doug Evans  <dje@charmed.cygnus.com>
25269
25270         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
25271         -c present.
25272
25273 1996-03-02  Jeffrey A Law  (law@cygnus.com)
25274
25275         * config/proelf.exp: Handle connecting to a simulator.
25276
25277 1996-01-31  Jeffrey A Law  (law@cygnus.com)
25278
25279         * config/proelf.exp: New file.  Enough framework that we can
25280         run c-torture tests on the proelf targets (or any other target
25281         that gdb can connect to for that matter).
25282
25283 1996-01-29  Doug Evans  <dje@canuck.cygnus.com>
25284
25285         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
25286         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
25287
25288         * lib/plumhall.exp (ph_execute): Always call ph_summary if
25289         exec_output exists.
25290
25291 1996-01-28  Doug Evans  <dje@charmed.cygnus.com>
25292
25293         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
25294         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
25295
25296         * config/*.exp: Update FSF address.  Change result of ${tool}_load
25297         to pass/fail/unresolved/unsupported/untested.  Caller must now
25298         call unresolved/unsupported/untested.
25299         * lib/*.exp: Update FSF address.  Update to handle new results of
25300         ${tool}_load.
25301         * lib/chill.exp (verbose): Delete.
25302
25303 1996-01-27  Doug Evans  <dje@charmed.cygnus.com>
25304
25305         * lib/gcc.exp (default_gcc_start): Change order of args to
25306         $LDFLAGS $CFLAGS $LIBS.
25307         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
25308         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
25309         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
25310         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
25311         * gcc.misc-tests/dg-test.exp: Likewise.
25312         * gcc.misc-tests/msgs.exp: Likewise.
25313         * gcc.prms/prms.exp: Likewise.
25314         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
25315         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
25316
25317         * lib/dg.exp: Deleted, moved to dejagnu/lib.
25318
25319 1996-01-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
25320
25321         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
25322
25323         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
25324         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
25325
25326         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
25327         necessary.
25328
25329 1996-01-20  Brendan Kehoe  <brendan@cygnus.com>
25330
25331         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
25332         global for loop; add use of $mathlib.
25333         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
25334         settings here; set mathlib for anything but VxWorks.
25335
25336 1996-01-22  Jeffrey A Law  (law@cygnus.com)
25337
25338         * gcc.c-torture: Update to c-torture-1.40 release.
25339
25340 1996-01-03  Jeffrey A Law  (law@cygnus.com)
25341
25342         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
25343         dg.exp.
25344
25345 1995-12-03  Jeffrey A. Law  <law@sethra.cygnus.com>
25346
25347         * lib/c-torture.exp (c-torture-execute): Declare "output" as
25348         global.
25349
25350 1995-11-17  Doug Evans  <dje@canuck.cygnus.com>
25351
25352         * lib/g++.exp (LIBS): Define if not already.
25353         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
25354         (gcc-dg-prune): Call prune_gcc_output.
25355         * lib/gcc.exp (prune_gcc_output): New proc.
25356         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
25357         prune_gcc_output.
25358
25359 1995-11-16  Doug Evans  <dje@canuck.cygnus.com>
25360
25361         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
25362         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
25363
25364 1995-11-15  Jeffrey A Law  (law@cygnus.com)
25365
25366         * gcc.c-torture: Update to c-torture-1.39 release.
25367
25368 1995-11-04  Doug Evans  <dje@canuck.cygnus.com>
25369
25370         * lib/c-torture.exp (c-torture-execute): Don't return if one option
25371         fails, try others as well.
25372
25373 1995-11-02  Doug Evans  <dje@canuck.cygnus.com>
25374
25375         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
25376         If compilation fails, mark execute tests as `untested'.
25377         If test is marked as unsupported, don't mark compilation and
25378         execute tests as failed.
25379
25380 1995-10-25  Brendan Kehoe  <brendan@lisa.cygnus.com>
25381
25382         * lib/g++.exp (g++_init): Don't link in libg++, and look to
25383         libstdc++ for whether or not we want to be doing shared
25384         libraries.  Delete link_curses since we don't need it anymore.
25385         * lib/mike-g++.exp (postbase): Don't link in libg++.
25386         * g++.old-deja/old-deja.exp: Likewise.
25387
25388 1995-10-23  Brendan Kehoe  <brendan@lisa.cygnus.com>
25389
25390         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
25391
25392 1995-10-17  Brendan Kehoe  <brendan@lisa.cygnus.com>
25393
25394         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
25395         For that, add `-Wl,-a,shared_archive'.
25396         * g++.old-deja/old-deja.exp: Likewise.
25397
25398 1995-10-17  Doug Evans  <dje@canuck.cygnus.com>
25399
25400         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
25401
25402 1995-10-16  Brendan Kehoe  <brendan@cygnus.com>
25403
25404         * lib/mike-g++.exp (postbase): Pay attention to the status of
25405         g++_load.
25406
25407 1995-10-16  Brendan Kehoe  <brendan@lisa.cygnus.com>
25408
25409           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
25410
25411 1995-10-16  Doug Evans  <dje@canuck.cygnus.com>
25412
25413         * lib/gcc.exp (default_gcc_start): No longer need to log program
25414         being executed or its output, execute_anywhere does that now.
25415         * lib/g++.exp (default_g++_version): Call execute_anywhere.
25416         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
25417
25418 1995-10-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
25419
25420         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
25421         the same as those in lib/g++.exp.
25422
25423 1995-10-10  Jeff Law  (law@hurl.cygnus.com)
25424
25425         * gcc.c-torture: Update to c-torture-1.38 release.
25426         * gcc.ieee: Related changes.
25427
25428 1995-10-06  Rob Savoye  <rob@darkstar.cygnus.com>
25429
25430         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
25431         "exec". Minor reformatting changes.
25432
25433         * config/rom68k.exp (${tool}_load): Make it work in a canadian
25434         cross. This means all "exec" calls now work on a remote host as
25435         well.
25436         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
25437         cross. Filter out the extra "\r\n" stuff that expect puts in.
25438         (c-torture-execute): Filter out the bogus warnings like
25439         c-torture-compile does. Add support for canadian cross.
25440         * lib/gcc.exp (default_gcc_version, default_gcc_start)
25441         Use execute_anywhere rather than calling exec directly. Now it
25442         works for canadian cross testing.
25443
25444 1995-10-05  Brendan Kehoe  <brendan@rtl.cygnus.com>
25445
25446         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
25447         results into a variable, and check that rather than using file exists.
25448
25449 1995-10-04  Brendan Kehoe  <brendan@lisa.cygnus.com>
25450
25451         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
25452         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
25453
25454 1995-09-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
25455
25456         * g++.old-deja/old-deja.exp: Create and pass runshlib and
25457         lib_curses if there's a shared libg++ in the build tree.
25458
25459 1995-09-22  Doug Evans  <dje@canuck.cygnus.com>
25460
25461         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
25462         if not supported target.
25463
25464 1995-09-22  Brendan Kehoe  <brendan@lisa.cygnus.com>
25465
25466         * lib/g++.exp (g++_init): Move empty setting of runshlib and
25467         link_curses up to always happen, not just for native builds.
25468
25469 1995-09-21  Jeff Law  (law@snake.cs.utah.edu)
25470
25471         * gcc.c-torture: Update to c-torture-1.36 release.
25472         * gcc.failure: Related changes.
25473
25474 1995-09-20  Doug Evans  <dje@canuck.cygnus.com>
25475
25476         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
25477
25478 1995-09-19  Brendan Kehoe  <brendan@lisa.cygnus.com>
25479
25480         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
25481         * lib/mike-g++.exp (postbase): Not in here.  Still reference
25482         runshlib, link_curses, and mathlib for link and run.
25483
25484         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
25485         pass the runtime shared library options for Solaris, OSF/1, and
25486         Irix5, and link with -lcurses to avoid unresolved references.
25487
25488 1995-09-13  Brendan Kehoe  <brendan@lisa.cygnus.com>
25489
25490         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
25491         only run once.
25492
25493 1995-09-13  Doug Evans  <dje@canuck.cygnus.com>
25494
25495         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
25496
25497 1995-09-11  Jeff Law  (law@snake.cs.utah.edu)
25498
25499         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
25500         do not have a framework for the "compat" tests yet.
25501
25502 1995-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
25503
25504         * lib/mike-g++.exp (postbase): New local variable `mathlib',
25505         set to null if we're testing vxworks5.1.  Use that instead of
25506         `-lm' in the setting of LIBS for link and run.
25507
25508 1995-09-08  Brendan Kehoe  <brendan@lisa.cygnus.com>
25509
25510         * config/rom68k.exp (${tool}_load): Major changes to make it
25511         work.  Verified that it does in fact return the stuff in
25512         exec_output properly.  Catch any Emul or any TRAP other than 0.
25513
25514 1995-09-07  Brendan Kehoe  <brendan@lisa.cygnus.com>
25515
25516         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
25517         LDFLAGS properly for targets that need stuff from libgloss.
25518         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
25519         only run once.
25520         (gpp_initialized): New variable.
25521
25522 1995-09-06  Rob Savoye  <rob@darkstar.cygnus.com>
25523
25524         * config/rom68k.exp: Load libgloss.exp.
25525         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
25526         so we can produce a fully linked binary.
25527         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
25528         so we can produce a fully linked binary.
25529
25530 1995-09-03  Doug Evans  <dje@canuck.cygnus.com>
25531
25532         * lib/plumhall.exp (ph_section): Watch for expected failures.
25533         Add missing `else'.
25534
25535         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
25536         run the testcase.
25537         (c-torture): Likewise.
25538
25539 1995-08-28  Doug Evans  <dje@cygnus.com>
25540
25541         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
25542
25543         * lib/mike-g++.exp (mike_cleanup): New proc.
25544         (prebase): New globals compiler_result, not_compiler_result,
25545         target_regexp.
25546         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
25547         allow leading "-" in pattern.  Watch for unsupported tests.
25548         If $compiler_result is set, pattern match assembler code,
25549         and ditto for $not_compiler_result.
25550         * lib/mike-gcc.exp: Likewise.
25551
25552         * lib/plumhall.exp (ph_execute): Only call ph_summary if
25553         execution "succeeded".
25554
25555 1995-08-14  Doug Evans  <dje@canuck.cygnus.com>
25556
25557         * config/win32.exp: New file.
25558         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
25559
25560 1995-08-04  Doug Evans  <dje@canuck.cygnus.com>
25561
25562         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
25563         unsupported.
25564         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
25565         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
25566         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
25567
25568         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
25569         "... without exceptions was ...".  That is now handled by
25570         prune_system_crud.
25571         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
25572
25573 1995-08-01  Doug Evans  <dje@canuck.cygnus.com>
25574
25575         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
25576         sieve.c,sort2.c}: New files.
25577         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
25578         sieve.exp,sort2.exp}: Drivers for them.
25579
25580         * lib/mike-gcc.exp (program_output): New user settable variable.
25581         (postbase): Call prune_system_crud.  Also prune extraneous compiler
25582         messages.
25583         * lib/mike-g++.exp (program_output): New user settable variable.
25584
25585         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
25586
25587         * config/sh.exp: Deleted (use sim.exp instead).
25588
25589 1995-07-28  Brendan Kehoe  <brendan@lisa.cygnus.com>
25590
25591         * config/vx.exp: Declare CHECKTASK as global.
25592         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
25593         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
25594         * lib/old-dejagnu.exp: Load [pwd]/$executable.
25595
25596 1995-07-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
25597
25598         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
25599         target. Like vx.exp, only includes `vx29k.exp' instead of
25600         `vxworks.exp'.
25601
25602 1995-07-23  Ian Lance Taylor  <ian@cygnus.com>
25603
25604         * config/sim.exp: Increase time limit from 120 seconds to 240.
25605
25606 1995-07-06  Jeffrey A. Law  <law@rtl.cygnus.com>
25607
25608         * gcc.c-torture/execute/950628-1.c: New test.
25609
25610 1995-06-10  Jeff Law  (law@snake.cs.utah.edu)
25611
25612         * gcc.c-torture: Update with changes/additions from
25613         c-torture-1.34.
25614
25615 1995-06-05  Doug Evans  <dje@canuck.cygnus.com>
25616
25617         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
25618
25619 1995-06-04  Jeff Law  (law@snake.cs.utah.edu)
25620
25621         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
25622
25623 1995-06-01  Jeff Law  (law@snake.cs.utah.edu)
25624
25625         * gcc.c-torture/compile/950512-1.c: New test.
25626         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
25627         * gcc.dg/struct-ret-1.c: Likewise.
25628
25629 1995-05-31  Doug Evans  <dje@canuck.cygnus.com>
25630
25631         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
25632           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
25633
25634 1995-05-30  Doug Evans  <dje@canuck.cygnus.com>
25635
25636         * gcc.c-torture/special/920411-1.c: Deleted.
25637         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
25638
25639 1995-05-22  Doug Evans  <dje@chestnut.cygnus.com>
25640
25641         * config/sim.exp (${tool}_load): Hack in call to bash to get a
25642         cpu limit.
25643
25644 1995-05-12  Torbjorn Granlund  <tege@rtl.cygnus.com>
25645
25646         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
25647
25648 1995-05-04  Torbjorn Granlund  <tege@adder.cygnus.com>
25649
25650         From kenner;
25651         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
25652         is the proper length.
25653         * va-arg-3.c: Likewise.
25654
25655 1995-04-30  Doug Evans  <dje@canuck.cygnus.com>
25656
25657         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
25658         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
25659
25660         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
25661         * lib/g++.exp (default_g++_start): Delete old cruft.
25662
25663 1995-04-25  Torbjorn Granlund  <tege@cygnus.com>
25664
25665         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
25666         (2 * (1 << 18)) to (2 * (1 << 17)).
25667
25668         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
25669
25670 1995-04-20  J.T. Conklin  <jtc@rtl.cygnus.com>
25671
25672         * config/rom68k.exp: Renamed from config/idp.exp
25673
25674 1995-04-18  Torbjorn Granlund  <tege@rtl.cygnus.com>
25675
25676         * c-torture/compile/921109-2.c
25677
25678 1995-04-18  Mike Stump  <mrs@cygnus.com>
25679
25680         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
25681         excess errors.
25682
25683 1995-04-15  Doug Evans  <dje@chestnut.cygnus.com>
25684
25685         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
25686         output.
25687         * lib/g++.exp (default_g++_start): Likewise.
25688
25689 1995-03-29  Torbjorn Granlund  <tege@adder.cygnus.com>
25690
25691         * gcc.c-torture/compile/950329-1.c: New test.
25692
25693 1995-03-28  J.T. Conklin  <jtc@rtl.cygnus.com>
25694
25695           * config/bug.exp (${tool}_load): Updated to use new remote_open
25696           and remote_close procs.
25697         * config/idp.exp: New file.
25698
25699 1995-03-22  Torbjorn Granlund  <tege@rtl.cygnus.com>
25700
25701         * gcc.c-torture/execute/950322-1.c: New test.
25702
25703 1995-03-21  Doug Evans  <dje@canuck.cygnus.com>
25704
25705         * config/vx.exp (${tool}_load): Clean up testing of return code from
25706         vxworks_ld and vxworks_spawn.
25707
25708 1995-03-21  Doug Evans  <dje@deneb.cygnus.com>
25709
25710         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
25711
25712 1995-03-13  Mike Stump  <mrs@cygnus.com>
25713
25714         * lib/old-deja.exp: Add `excess errors test - ' error, now one
25715         can mark excess errors on a machine by machine basis.  Note, the
25716         default is to not expect any excess errors, even when excess
25717         errors test - is given, so you will want to put an XFAIL ... on
25718         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
25719         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
25720         those 4 machines, but no others.
25721
25722 1995-03-10  J.T. Conklin  <jtc@rtl.cygnus.com>
25723
25724         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
25725         * lib/c-torture.exp: to here.
25726
25727 1995-03-10  Torbjorn Granlund  <tege@adder.cygnus.com>
25728
25729         * gcc.c-torture/execute/950221-1.c: New test.
25730         * gcc.c-torture/execute/struct-ret-1.c: New test.
25731         * gcc.c-torture/compile/950221-1.c: New test.
25732
25733         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
25734
25735 1995-03-03  Doug Evans  <dje@canuck.cygnus.com>
25736
25737         * gcc.c-torture/execute/arith-1.c (main): Return 0.
25738         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
25739
25740 1995-03-01  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
25741
25742         * g++.gb: New directory of tests, derived from my signature and
25743         class scoping tests.
25744
25745         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
25746         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
25747         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
25748         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
25749         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
25750         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
25751         * g++.gb/sig25.C: Likewise.
25752
25753         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
25754         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
25755         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
25756         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
25757         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
25758         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
25759         * g++.gb/sig25.exp: Likewise.
25760
25761         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
25762         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
25763         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
25764         * g++.gb/scope13.C: Likewise, this test still fails.
25765
25766         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
25767         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
25768         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
25769         * g++.gb/scope13.exp: Ditto.
25770
25771         * g++.gb/README: New file, explains what these tests are about.
25772
25773 1995-02-28  Doug Evans  <dje@canuck.cygnus.com>
25774
25775         * lib/dg.exp (dg-do): Support `preprocess'.
25776         (dg-test): Likewise.
25777
25778 1995-02-13  J.T. Conklin  <jtc@rtl.cygnus.com>
25779
25780         * config/udi.exp: change "continue -expect" to "exp_continue".
25781
25782 1995-02-11  Torbjorn Granlund  (tege@tiny.cygnus.com)
25783
25784         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
25785         Delete redundant tests.
25786
25787         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
25788         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
25789         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
25790         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
25791         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
25792         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
25793         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
25794         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
25795
25796         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
25797         storing label pointers.
25798         * gcc.c-torture/execute/921019-1.c: Likewise.
25799         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
25800         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
25801         parameter fp.
25802         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
25803         constants.
25804
25805         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
25806         Delete obsolete tests.
25807
25808         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
25809         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
25810         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
25811         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
25812         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
25813         * gcc.c-torture/compile/950124-1.c: New test.
25814
25815         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
25816
25817 1995-02-08  Jason Merrill  <jason@phydeaux.cygnus.com>
25818
25819         * lib/mike-g++.exp: Add -lm to LIBS.
25820
25821 1995-02-07  Doug Evans  <dje@canuck.cygnus.com>
25822
25823         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
25824
25825 1995-01-30  Jason Merrill  <jason@phydeaux.cygnus.com>
25826
25827         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
25828
25829 1995-01-12  Doug Evans  <dje@canuck.cygnus.com>
25830
25831         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
25832
25833 1995-01-02  Jeff Law  (law@snake.cs.utah.edu)
25834
25835         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
25836         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
25837         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
25838         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
25839         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
25840         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
25841         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
25842         * g++.law/{operators31.C, operators32.C,
25843         * g++.law/{operators33.C, operators34.C}: Likewise.
25844         * g++.law/{pic1.C, refs2.C}: Likewise.
25845         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
25846         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
25847         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
25848         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
25849
25850         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
25851         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
25852         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
25853         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
25854         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
25855         * g++.law/{enum9.exp, friend5.exp}: Likewise.
25856         * g++.law/{nest3.exp, nest4.exp}: Likewise.
25857         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
25858         * g++.law/{operators30.exp, operators31.exp}: Likewise.
25859         * g++.law/{operators32.exp, operators33.exp}: Likewise.
25860         * g++.law/{operators34.exp}: Likewise.
25861         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
25862         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
25863         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
25864         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
25865         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
25866
25867         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
25868         No longer expected to fail.
25869         * g++.law/missed-error3.C: Tweak for recent bool changes.
25870
25871 1994-12-04  Doug Evans  <dje@canuck.cygnus.com>
25872
25873         * config/emb-unix: Deleted.
25874         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
25875         remote execution.  Do final link on remote host if REMOTE_LINK is set.
25876
25877 1994-12-01  Doug Evans  <dje@canuck.cygnus.com>
25878
25879         * lib/dg.exp (dg-test): Fix typo in last patch.
25880
25881 1994-11-30  Doug Evans  <dje@canuck.cygnus.com>
25882
25883         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
25884         (handles multiple occurrences).
25885
25886 1994-11-24  Doug Evans  <dje@canuck.cygnus.com>
25887
25888         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
25889         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
25890         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
25891         printed).
25892         * lib/c-torture.exp (c-torture-compile): Likewise.
25893         (c-torture): Prepend full path if missing.
25894         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
25895         (gcc_fail): Likewise.
25896         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
25897
25898 1994-11-23  J.T. Conklin  <jtc@rtl.cygnus.com>
25899
25900         * lib/netware.exp: Only attach to NetWare i386 systems.
25901
25902 1994-11-16  Doug Evans  <dje@canuck.cygnus.com>
25903
25904         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
25905         messages.  Add test name to "output pattern match" pass/fail message.
25906
25907 1994-11-12  Doug Evans  <dje@canuck.cygnus.com>
25908
25909         * gcc.dg: New testsuite.
25910         * gcc.dg/dg.exp: New file.
25911
25912         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
25913         test-switch.c}: Deleted.
25914
25915         * gcc.misc-tests/msgs.exp: New testcase driver.
25916
25917 1994-11-09  Doug Evans  <dje@canuck.cygnus.com>
25918
25919         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
25920         Watch for illegal return values from ${tool}_load.
25921         * config/unix.exp (${tool}_load): Fix pass/fail detection for
25922         cross targets.  Coerce return value >0 to 1.
25923
25924 1994-11-08  Doug Evans  <dje@canuck.cygnus.com>
25925
25926         * config/unix.exp (${tool}_load): Call program rsh, not proc.
25927
25928         * config/emb-unix.exp: New file.
25929
25930         * config/sim.exp: Error if variable $SIM not defined.
25931         (${tool}_load): Mark test as "untested" if simulator missing.
25932
25933         * config/unix.exp: Load remote.exp to get rcp_download.
25934         * lib/c-torture.exp: Use different option lists for testcases with
25935         and without loops.
25936         * gcc.c-torture/execute/execute.exp: Likewise.
25937
25938 1994-11-02  Doug Evans  <dje@canuck.cygnus.com>
25939
25940         * config/*.exp: Clarify return code from ${tool}_load.
25941         Call `unresolved' or `untested' instead of `warning' or `perror'
25942         (sometimes you still want to call both though).
25943         Add comment that `shell_id' is local to each file.
25944         * config/udi.exp (timeout): Set to 30.
25945         Don't print warning if connection fails, $connectmode has already
25946         printed an error.
25947         (${tool}_load): Move verbose messages to level 2.
25948         Rework pattern for "Process started" message.
25949         Pass `shell_id' to ${connectmode}_download.
25950         Retry twice upon timeout.  Make resetting of target more robust.
25951         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
25952         Pass `shell_id' to exit_$connectmode.
25953         Only call exit_$connectmode if connected.
25954         * config/unix.exp (${tool}_load): Check return codes better.
25955         * config/vrtx.exp (${tool}_load): Likewise.
25956         * config/vx.exp (${tool}_load): Likewise.
25957         Delete unneeded global's.
25958         * lib/dg.exp (dg-test): Update to reflect clarified return codes
25959         from ${tool}_load.
25960         (dg-stat): Delete.
25961         (dg-init): Delete recording of pass/fail counts.
25962         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
25963         (old-dejagnu-init): Likewise.
25964         (old-dejagnu-stat): Delete contents, empty proc now.
25965         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
25966         (c-torture): Delete references to lcnt, lpass, lfail.
25967         Get option list from TORTURE_OPTIONS.
25968         Delete -funroll[-all]-loops if no loops.
25969         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
25970         (g++_stat): Delete contents (empty proc now).
25971         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
25972         (gcc_finish): Likewise.
25973         (gcc_stat): Deleted.
25974         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
25975         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
25976         * gcc.c-torture/execute/execute.exp: Likewise.
25977         Split tests into two parts: compile, execute.
25978         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
25979         no loops.  Update to reflect clarified return codes from ${tool}_load.
25980
25981 1994-10-21  Doug Evans  <dje@canuck.cygnus.com>
25982
25983         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
25984         to grep for.
25985         (old-dejagnu): Likewise (where necessary).
25986
25987 1994-10-14  Doug Evans  <dje@canuck.cygnus.com>
25988
25989         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
25990
25991         * lib/dg.exp (dg-process-target): Fix processing of selector.
25992         Add comment regarding use of `error'.
25993
25994         * lib/gcc.exp (prune_system_crud): Define if missing.
25995         * lib/g++.exp (prune_system_crud): Likewise.
25996
25997         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
25998         Call prune_system_crud.
25999         * lib/dg.exp (dg-runtest): New proc.
26000         Use perror instead of send_user for tcl errors in testcase.
26001         Don't return any value, it's never used.
26002         Don't clobber previous definition of `unknown'.
26003         Print tcl errors in `dg-final'.
26004
26005 1994-10-12  Doug Evans  <dje@canuck.cygnus.com>
26006
26007         * lib/dg.exp (dg-process-target): Improve syntax error messages.
26008         (dg-test): Don't print errorInfo, it contains stack backtrace.
26009
26010 1994-09-26  Doug Evans  (dje@canuck.cygnus.com)
26011
26012         * lib/g++.exp (runtest_file_p): Define if missing.
26013
26014 1994-09-24  Doug Evans  (dje@cygnus.com)
26015
26016         * lib/mike-g++.exp: Comment out loading of g++.exp.
26017         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
26018         (default_g++_version): Always print something.
26019         (default_g++_start): Comment out call to `which'.
26020         (g++_start, g++_load): Deleted (must be defined in config file).
26021         * lib/gcc.exp: Test for existence of $CC at start.
26022         Delete check for tmpdir (done in gcc_init).
26023         (default_gcc_version): Always print something.
26024         (default_gcc_start): Comment out call to `which'.
26025         * config/*.exp: Major cleanup - make cross targets work at least a
26026         little better for g++ (by not being "--tool gcc" specific).
26027         Rename gcc_xxx to ${tool}_xxx.
26028         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
26029         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
26030
26031 1994-09-22  Doug Evans  (dje@canuck.cygnus.com)
26032
26033         * lib/c-torture.exp (c-torture-compile): Rework compiler
26034         message processing.
26035
26036         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
26037         c-torture.
26038
26039 1994-09-21  Doug Evans  (dje@canuck.cygnus.com)
26040
26041         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
26042
26043         * lib/dg.exp (dg-process-target): Support { target native }.
26044
26045 1994-09-20  Doug Evans  (dje@canuck.cygnus.com)
26046
26047         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
26048         looked for "... program xxx got fatal signal".
26049         Correct regsub munging of `comp_output'.
26050         Ignore compiler messages "path prefix not used" and "linker input
26051         file unused".
26052
26053 1994-09-14  Doug Evans  (dje@canuck.cygnus.com)
26054
26055         * lib/gcc.exp (runtest_file_p): Define if missing.
26056         * gcc.prms/template.c: Example to work from.
26057
26058 1994-09-13  Doug Evans  (dje@canuck.cygnus.com)
26059
26060         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
26061         * lib/dg.exp (dg-test): Call unsupported testcases as such.
26062
26063         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
26064         * gcc.prms/1883.c: Moved from compile/940714-1.c.
26065         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
26066         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
26067
26068         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
26069         (dg-process-target): No longer a varargs proc.
26070         Return S/N for target, P/F for xfail.  All callers changed.
26071         (user option procs): More argument checking.
26072         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
26073         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
26074         (dg-test): Skip test if not running on selected target in `dg-do'.
26075         Update handling of `dg-do-what', `dg-output-text'.
26076         Separate execution pass/fail from output pattern match pass/fail.
26077         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
26078
26079 1994-09-12  Jim Wilson  (wilson@sphagnum.cygnus.com)
26080
26081         * gcc.c-torture/special/special.exp: Don't expect failure for mips
26082         target for 920510-1.c.
26083
26084 1994-09-12  Doug Evans  (dje@canuck.cygnus.com)
26085
26086         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
26087         Clean up comment regarding use of passcnt, etc.
26088         (gcc_stat): Don't update `testcnt' here.
26089         (gcc_finish): Do it here.
26090         Might as well reset `but_id' here too.
26091         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
26092         to determine if the file should be tested.
26093         * gcc.c-torture/compile/compile.exp: Likewise.
26094         * gcc.c-torture/execute/execute.exp: Likewise.
26095         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
26096         * gcc.misc-tests/dg-test.exp: Likewise.
26097         * gcc.prms/prms.exp: Likewise.
26098         * gcc.wendy/wendy.exp: Likewise.
26099         * g++.old-deja.exp: Likewise.
26100         Move "Testing file" message to verbose level 1.
26101
26102 1994-09-09  Doug Evans  (dje@canuck.cygnus.com)
26103
26104         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
26105
26106 1994-09-08  Doug Evans  (dje@canuck.cygnus.com)
26107
26108         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
26109         (default_gcc_start): Accept optional second list element
26110         of compiler flags.  Print compiler output at verbosity level 2.
26111         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
26112         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
26113         Save current values of framework globals passcnt, failcnt, xpasscnt,
26114         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
26115         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
26116         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
26117         xfailcnt to compute stats.  Update framework global `testcnt' from
26118         pass/fail counts.
26119         (gcc_finish): New proc.  Clean up test environment.
26120         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
26121         (gcc_epass, gcc_efail): Delete.
26122         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
26123         argument of line number.
26124         (dg-init): If the tool has an init routine, call it.
26125         (dg-test): Remove args `cflags_var' and `libs_var'.
26126         Pass all compiler options to ${tool}_start.
26127         Handle missing line number.
26128         (dg-finish): New function.
26129         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
26130         particular files.  Call gcc_finish at end.  Move "skipping test"
26131         message to verbosity level 3.
26132         * gcc.c-torture/compile/compile.exp: Likewise.
26133         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
26134         * gcc.c-torture/execute/execute.exp: Likewise.
26135         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
26136         Print testcase being tried at verbosity level 1.
26137         * gcc.c-torture/special/special.exp: Unset xfail.
26138         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
26139         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
26140         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
26141         * gcc.failure/failure.exp: Likewise.
26142         * gcc.ieee/ieee.exp: Likewise.
26143         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
26144         Update call to dg-test.  Call dg-finish at end.
26145         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
26146         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
26147         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
26148         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
26149         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
26150         * gcc.wendy/wendy.exp: Add copyright.
26151         Delete setting of tmpdir (done by gcc_init).
26152         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
26153         Pass compiler flags to gcc_start.  Call gcc_finish at end.
26154         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
26155         gcc_[ce]pass/fail.
26156
26157 1994-09-07  Doug Evans  (dje@canuck.cygnus.com)
26158
26159         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
26160         confusion.
26161         (g++_load): Likewise.
26162
26163         * config/*.exp (gcc_load): Some were varargs fns and some were not.
26164         Rename argument to `prog' to remove the confusion.
26165         Varargs fns behave differently too!
26166         (g++_load): Likewise.
26167
26168         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
26169
26170         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
26171         what it is.  Delete (always) printing of status value for !native.
26172         Simplify verbose code, and include status and exec_output.
26173         (g++_load): Use gcc_load.
26174
26175 1994-09-04  Jim Wilson  (wilson@sphagnum.cygnus.com)
26176
26177         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
26178         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
26179         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
26180         940714-3.c as these testcases don't exist anymore.  Make
26181         va-arg-1.c expected to pass.
26182
26183 1994-08-19  Doug Evans  (dje@canuck.cygnus.com)
26184
26185         * gcc.misc-tests/misc.exp: Only run specific testcases.
26186         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
26187         * gcc.misc-tests/dg-[1-9].c: New files.
26188
26189         * lib/dg.exp: New testsuite driver.
26190         * gcc.prms/prms.exp: Use it.
26191
26192         * README.gcc: New file.
26193
26194         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
26195         Document and reset `lxpass' and `lxfail'.
26196         Simplify "initialized" message.
26197         (gcc_stat): Clean up comments a little.
26198
26199 1994-08-16  Doug Evans  (dje@canuck.cygnus.com)
26200
26201         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
26202
26203 1994-08-15  Doug Evans  (dje@canuck.cygnus.com)
26204
26205         * lib/old-dejagnu.exp (process-option): New proc.
26206         (old-dejagnu-init, old-dejagnu-stat): Likewise.
26207         (old-dejagnu): Simplify.
26208         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
26209
26210 1994-08-14  Jeff Law  (law@snake.cs.utah.edu)
26211
26212         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
26213         exists and is not an empty string.
26214
26215         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
26216         $xfail rather than calling setup_xfail.  Clear $xfail when test is
26217         finished.
26218         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
26219         automatically.
26220
26221         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
26222         longer expected to fail.
26223
26224         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
26225         "f" function call.
26226
26227         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
26228
26229         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
26230         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
26231         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
26232         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
26233         c-torture-1.29.
26234
26235         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
26236         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
26237
26238         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
26239
26240         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
26241         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
26242
26243         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
26244         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
26245         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
26246
26247 1994-07-12  Jim Kingdon  (kingdon@lioth.cygnus.com)
26248
26249         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
26250         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
26251         940714-1.c, 940714-2.c, 940714-3.c},
26252         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
26253         gcc.misc-tests/{mg.c,mg.exp}:
26254         New tests.
26255         * gcc.noncompile/noncompile.exp: Change accordingly.
26256
26257 1994-07-07  Doug Evans  (dje@canuck.cygnus.com)
26258
26259         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
26260         Undo previous clobberage.
26261
26262 1994-07-04  Jeff Law  (law@snake.cs.utah.edu)
26263
26264         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
26265         * gcc.special/{930510-1.c, special.exp}:
26266         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
26267         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
26268         struct-varargs-1.c}: New tests from c-torture-1.26.
26269
26270 1994-06-28  J.T. Conklin  (jtc@phishhead.cygnus.com)
26271
26272         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
26273           argument to switch.
26274
26275 1994-05-21  Bill Cox  (bill@rtl.cygnus.com)
26276
26277         * Revert the previous changes.  Please see Rob's directory
26278           (/lisa/test/rob/progressive/gcc/testsuite) for testing
26279           fixes.
26280
26281 1994-05-19  Bill Cox  (bill@rtl.cygnus.com)
26282
26283         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
26284             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
26285             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
26286             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
26287             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
26288             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
26289             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
26290             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
26291             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
26292             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
26293             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
26294             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
26295             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
26296             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
26297             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
26298             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
26299             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
26300             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
26301             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
26302             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
26303             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
26304             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
26305             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
26306             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
26307             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
26308             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
26309             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
26310
26311 1994-05-17  Bill Cox  (bill@rtl.cygnus.com)
26312
26313         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
26314             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
26315           with perror calls.
26316
26317 1994-05-02  Jason Merrill  (jason@deneb.cygnus.com)
26318
26319         * config/unix.exp (g++_load): Fix syntax.
26320
26321 1994-04-14  Jim Wilson  (wilson@sphagnum.cygnus.com)
26322
26323         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
26324         * gcc.noncompile/921017-1.c: Deleted obsolete test.
26325         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
26326         Don't expect va-arg-1.c to fail.  Correct expected output for
26327         920928-1.c.
26328         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
26329         * gcc.wendy/hbm4.c: Correct typo.
26330         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
26331
26332 1994-03-28  Doug Evans  (dje@canuck.cygnus.com)
26333
26334         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
26335         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
26336         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
26337         * lib/c-torture.exp (c-torture-compile): Ditto.
26338
26339         Reduce volume of output (remove all the -I's and such).
26340         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
26341         Call gcc_cpass, gcc_cfail.
26342         (c-torture): Pass testing option to c-torture-compile.
26343
26344 1994-03-21  Doug Evans  (dje@cygnus.com)
26345
26346         Bring patches over from progressive.
26347         * config/default.exp: Exit remote shell cleanly.
26348         (g++_exit, g++_start): Add default versions.
26349         * config/sim.exp (gcc_load): Use perror, not error.
26350
26351 1994-03-20  Doug Evans  (dje@canuck.cygnus.com)
26352
26353         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
26354         set in site.exp.
26355
26356 1994-03-14  Doug Evans  (dje@cygnus.com)
26357
26358         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
26359         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
26360         (wendy_try): New proc to run testcase.
26361         (main loop): Call 'em.
26362         * gcc.wendy/*.c: Clean up pass to correct expected output.
26363
26364         * lib/gcc.exp: Minor cleanup work.
26365         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
26366
26367 1994-03-09  Doug Evans  (dje@canuck.cygnus.com)
26368
26369         * config/sim.exp (gcc_load): Document return codes better.
26370         Don't pass -v to simulator.
26371
26372 1994-02-24  Jeffrey A. Law  (law@snake.cs.utah.edu)
26373
26374           * gcc.special/920717-x.c: Fix typo.
26375           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
26376           get at sources.
26377
26378         * lib/mike-gcc.exp: Fix typo.
26379
26380 1994-02-15  Rob Savoye  (rob@darkstar.cygnus.com)
26381
26382         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
26383         binary to use, transform the name.
26384         * config/*.exp: rename everything. Nuke any g++ specific files,
26385         it's now a special case of gcc that requires no special support.
26386         Add a default.exp for unsupported targets.
26387
26388 1994-02-11  Rob Savoye  (rob@poseidon.cygnus.com)
26389
26390         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
26391         lib/old-dejagnu.exp: Fix a few patterns to work with the new
26392         version of Tcl.
26393
26394 1994-02-09  Rob Savoye  (rob@darkstar.cygnus.com)
26395
26396         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
26397         than a warning.
26398
26399 1994-02-06  Jeffrey A. Law  (law@snake.cs.utah.edu)
26400
26401         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
26402
26403 1994-01-03  Jim Wilson  (wilson@sphagnum.cygnus.com)
26404
26405         * gcc.execute/execute.exp: Combine opt_list and foption_list into
26406         option_list.  Compile every file with only 4/6 option choices
26407         (same as C torture) instead of with 12/18 different option
26408         choices.
26409         * lib/c-torture.exp: Likewise.
26410
26411         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
26412         not already set.
26413
26414 1993-12-30  Mike Stump  (mrs@rtl.cygnus.com)
26415
26416         * lib/old-deja.exp: Add `excess errors test fails' error, now one
26417         can put an XFAIL *-*-* on excess errors.
26418
26419 1993-12-19  Jeffrey A. Law  (law@snake.cs.utah.edu
26420
26421         * g++.law: Add more tests derived from g++-bugs snapshots.
26422
26423         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
26424         equivalent to g++.law/init9.
26425
26426         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
26427         compiled it, and the a.out file after we've run it.
26428
26429 1993-12-17  Brendan Kehoe  (brendan@lisa.cygnus.com)
26430
26431         * lib/mike-g++.exp (postbase): Delete the .o file after we've
26432         compiled it, and the a.out file after we've run it.
26433
26434 1993-12-17  Jeffrey A. Law  (law@snake.cs.utah.edu)
26435
26436         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
26437
26438 1993-12-15  Rob Savoye  (rob@darkstar.cygnus.com)
26439
26440         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
26441         version number.
26442
26443 1993-12-12  Jeffrey A. Law  (law@snake.cs.utah.edu)
26444
26445         * g++.law: New directory of g++ tests derived from the g++-bugs
26446         snapshots.
26447
26448 1993-12-09  Jeffrey Wheat  (cassidy@cygnus.com)
26449
26450         * gcc.compile: initbug1.c initbug1.exp testcase added
26451
26452 1993-12-06  Jeffrey Wheat  (cassidy@cygnus.com)
26453
26454         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
26455         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
26456           fixes submitted by Jeff Law (law@cs.utah.edu)
26457         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
26458           Jeff Law (law@cs.utah.edu)
26459
26460
26461 1993-11-30  Mike Stump  (mrs@cygnus.com)
26462
26463         * config/unix-g++.exp: Follow the gcc way of doing things.
26464         * g++.old-deja/old-deja.exp: Minor updates.
26465         * lib/g++.exp: New file, follow the gcc way of doing things.
26466         * lib/old-dejagnu.exp: Minor updates.
26467         * lib/mike-g++.exp: Always unset errorInfo.
26468
26469 1993-11-06  Mike Stump  (mrs@cygnus.com)
26470
26471         * lib/gcc.exp: Fix some errors with the below change, CC and
26472         CFLAGS should be global when setting, not local.
26473
26474 1993-11-03  Rob Savoye  (rob@darkstar.cygnus.com)
26475
26476         * lib/gcc.exp: Transform tool name.
26477
26478 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
26479
26480         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
26481
26482 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
26483
26484         * lib/gcc.exp: change gcc_done to gcc_stat
26485
26486 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
26487
26488         * Upgraded gcc testsuite to c-torture version 1.25
26489
26490 1993-10-24  Jeffrey Wheat  (cassidy@cygnus.com)
26491
26492         * lib/gcc.exp: added reporting code. Changed verbose compile message.
26493         * lib/c-torture: added hooks for new reporting code.
26494
26495 1993-10-21  Jeffrey Wheat  (cassidy@cygnus.com)
26496
26497         * config/sh-gcc.exp: check if sh-sim exists in the path
26498
26499 1993-10-18  Jeffrey Wheat  (cassidy@cygnus.com)
26500
26501         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
26502         * gcc.compile/compile.exp: Initial changes for new logic.
26503         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
26504         * gcc.failure/failure.exp: Initial changes for new logic.
26505         * gcc.ieee/ieee.exp: Initial changes for new logic.
26506         * gcc.misc-tests/misc.exp: Initial changes for new logic.
26507         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
26508         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
26509         * lib/c-torture.exp: Initial changes for new logic.
26510         * lib/gcc.exp: Initial changes for new logic.
26511
26512 1993-10-15  Mike Stump  (mrs@cygnus.com)
26513
26514         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
26515         depend upon failure or success.  Fully qualify names in failure
26516         and success messages.  Always remove a.out before starting
26517         compile, just in case.  Pay more attention to error text output by
26518         the compiler.  Handle testcases with no known past errors just
26519         like all others, so that things are uniform.  Other miscellaneous
26520         improvements.
26521
26522 1993-10-13  Jeffrey Wheat  (cassidy@cygnus.com)
26523
26524         * gcc.cpp: new directory for cpp tests
26525
26526 1993-10-04  Jeffrey Wheat  (cassidy@cygnus.com)
26527
26528         * lib/chill.exp: Code reformatted, removed unused code.
26529         * config/unix-chill.exp: Code reformatted, removed unused code.
26530         * chill.execute/execute.exp: Code reformatted, removed unused code.
26531         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
26532
26533 1993-10-04  Ian Lance Taylor  (ian@cygnus.com)
26534
26535         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
26536         routines not written.
26537
26538 1993-09-27  Rob Savoye  (rob@darkstar.cygnus.com)
26539
26540         * config/bug-gcc.exp: Use new procs from bug.exp.
26541
26542 1993-09-21  Rob Savoye  (rob@darkstar.cygnus.com)
26543
26544         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
26545         via ftp, rather than depending on NFS.
26546         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
26547         case.
26548
26549 1993-09-09  Rob Savoye  (rob@darkstar.cygnus.com)
26550
26551         * config/bug-gcc.exp: Use new download proc.
26552
26553 1993-09-14  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
26554
26555         * chill.execute/execute.exp: cleanups, handles errors better
26556         * chill.compile/compile.exp: rewrite, based on execute.exp
26557         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
26558         * lib/chill.exp: major changes to diff proc and compile and link
26559           procs. added chill_fail and chill_pass wrappers to pass and
26560           fail. added more comments, and handle error codes better.
26561           Added a hack to capture stderr from exec, so noncompile tests
26562           can work.
26563
26564 1993-09-11  Jeffrey Wheat  (cassidy@cygnus.com)
26565
26566         * chill.execute/execute.exp: rewrite of testsuite driver
26567         * lib/chill.exp: rewrite of testsuite driver
26568         * config/unix-chill.exp: rewrite of testsuite driver
26569
26570 1993-08-25  Bill Cox  (bill@rtl.cygnus.com)
26571
26572     In chill.execute:
26573         * iexpr.ch: Standardize uppercase.
26574         * tuples.dat: Standardize uppercase.
26575         * vary.ch: standardize.  Correct varying string assignments.
26576         * vary.dat: Add new output lines.
26577
26578 1993-08-24  Bill Cox  (bill@rtl.cygnus.com)
26579
26580     In chill.execute:
26581         * chprintf.ch: Standardize use of uppercase.
26582         * tuples.ch: Standardize and turn arr2 into a DCL,
26583           rather than a SYN.
26584         * pinits.ch: Standardize.
26585
26586 1993-08-23  Per Bothner  (bothner@kalessin.cygnus.com)
26587
26588         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
26589         * Makefil: Renamed to Makefile.in.
26590         * configure.in: New.
26591
26592 1993-08-23  Bill Cox  (bill@rtl.cygnus.com)
26593
26594     In chill.execute:
26595         * .cvsignore: Add result/output files.
26596         * Makefile: Fix up variables at start.  Use MFLAGS
26597           everywhere.  Correct bool_loc, built_ins entries.
26598           Add entry for vary1.ch.
26599         * bitarray.ch: Standardize upper-case usage.
26600         * bitexpr.ch: Standardize, add output of b1.
26601         * params.ch: Use arrayt in along PROC parameters, to
26602           avoid novelty problems.
26603         * sets.ch: Tiny cleanup.
26604         * vary1.ch: Re-indent.
26605
26606 1993-08-17  Bill Cox  (bill@rtl.cygnus.com)
26607
26608           * Add PR-related files to Makefiles, .cvsignore files, etc.
26609
26610 1993-08-02  Jeff Wheat  (cassidy@cygnus.com)
26611
26612         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
26613           with compiler objects. New names are test-flow.c and test-loop.c
26614
26615 1993-07-27  Jeff Wheat  (cassidy@cygnus.com)
26616
26617         * Upgraded c-torture tests from 1.19 to 1.20
26618
26619         * new files:
26620         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
26621         * gcc.compile: 930623-1.c 930623-2.c
26622         * gcc.noncompile: 930622-1.c 930622-2.c
26623         * gcc.failure: 920411-1.c 920627-2.c
26624         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
26625
26626 1993-07-20  Jeff Wheat  (cassidy@cygnus.com)
26627
26628         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
26629           More changes to get testsuite working properly. Needs more work.
26630           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
26631
26632 1993-07-19  Jeff Wheat  (cassidy@cygnus.com)
26633
26634         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
26635           More changes to get testsuite working properly. Needs more work.
26636
26637 1993-07-13 Jeff Wheat  (cassidy@cygnus.com)
26638
26639         * chill.compile/compile.exp: Added for Dejagnu support
26640         * chill.execute/execute.exp: Added for Dejagnu support
26641         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
26642
26643 1993-06-19  Bill Cox  (bill@rtl.cygnus.com)
26644
26645     This should complete moving the CHILL test files.
26646         * chill.noncompile(.cvsignore printf.grt
26647             in-printf.grt chprintf.grt chprintf.ch):
26648             Added test-support files.
26649           (Makefile): Modified further.
26650         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
26651             signal.ch): Added test files.
26652           * chill.execute (.cvsignore printf.grt printr.c
26653             in-printf.grt rts.c chprintf.grt rts.h): Added
26654           test-support files.
26655             (Makefile): More corrections.
26656
26657 1993-06-18  Bill Cox  (bill@rtl.cygnus.com)
26658
26659         * chill.compile, chill.execute, chill.nocompile: Add CHILL
26660           test cases, ready for DejaGnu.
26661
26662 1993-06-17  Jeffrey Wheat  (cassidy@cygnus.com)
26663
26664         * Upgraded c-torture tests from 1.18 to 1.19
26665
26666         * gcc.compile: added test(s):
26667           930607-1.c
26668         * gcc.execute: added test(s):
26669           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
26670
26671         * added new subdirectory for misc tests: gcc.misc-tests
26672         * gcc.misc-test(s): added tests:
26673           inst-check.c test-consts.c test-ior.c test-switch.c
26674
26675 1993-06-09  Brendan Kehoe  (brendan@lisa.cygnus.com)
26676
26677         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
26678
26679 1993-06-07  Ian Lance Taylor  (ian@cygnus.com)
26680
26681         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
26682
26683 1993-06-03  Jeffrey Wheat  (cassidy@cygnus.com)
26684
26685         * Upgraded c-torture tests from 1.17 to 1.18
26686
26687 1993-06-02  Jeffrey Wheat  (cassidy@cygnus.com)
26688
26689         * Upgraded c-torture tests from 1.12 to 1.17
26690
26691 1993-04-30  Mike Werner  (mtw@deneb.cygnus.com)
26692
26693         * lib/old-dejagnu.exp:
26694           Fixed handling of XFAIL target triplets to correctly
26695           recognize wildcard characters.  Removed code that
26696           appended a unique id tag to the end of the file name
26697           printed out by the result of the testcases within a
26698           given test file.
26699
26700 1993-04-29  Mike Werner  (mtw@deneb.cygnus.com)
26701
26702         * lib/old-dejagnu.exp:
26703           Reworked expected failure handling to trigger off of XFAIL
26704           keyword in keyphrase embeded in testcase source code. The
26705           XFAIL keyword must be at the end of the keyphrase line. It
26706           may optionally be followed by one or more target triplets.
26707           It has just occured that the handling of wildcards in the
26708           target triplet may not be correct.
26709
26710 1993-04-23  Mike Werner  (mtw@deneb.cygnus.com)
26711
26712         * g++.old-deja/tests:
26713           Moved all subdirectories up one level into g++.old-deja .
26714
26715         * lib/old-dejagnu.exp:
26716           Fixed problem with CXXFLAGS not being properly reset, and being
26717           corrupted with extraneous "-c" compiler option.  This was
26718           causing binaries to not be generated for test that needed them.
26719           Modified strings passed to "pass" and "fail" so that individual
26720           tests from the same test file would be distinguished by an
26721           identifier appended to the test file name in the summary logs;
26722           this corrected a problem with erroneous diff logs.  Added code
26723           to search testcases for expected fail and unexpected pass keywords.
26724
26725 1993-04-20  Rob Savoye  (rob at darkstar.cygnus.com)
26726
26727         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
26728
26729 1993-04-15  Mike Werner  (mtw@deneb.cygnus.com)
26730
26731         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
26732           Removed extraneous text from end of "Special g++ Options"
26733           keyphrase.
26734
26735         * lib/old-dejagnu.exp: Added pattern matching to look for new
26736           keywords, embedded in testcases comments, which will trigger
26737           calls to xpass and xfail.
26738
26739 1993-04-14  Mike Werner  (mtw@deneb.cygnus.com)
26740
26741         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
26742           comments embedded in the testcases, especially the one looking for
26743           special compiler options, as well as the pattern matching for the
26744           compiler output again.
26745
26746 1993-04-12  Mike Werner  (mtw@deneb.cygnus.com)
26747
26748         * lib/old-dejagnu.exp: Do a proper check of the return value for
26749           execute tests. Fixed several problems with the pattern matching
26750           of the compiler output which gave erroneous test results.
26751           Changed several of the test result messages to be more descriptive.
26752         * config/unix-g++.exp: Proc g++_load now actually works and
26753           executes the tests passed to it and returns a usable return
26754           value.
26755
26756 1993-04-11  Rob Savoye  (rob at darkstar.cygnus.com)
26757
26758           * lib/gcc.exp: Exits gracefully if $CC is bogus.
26759
26760 1993-04-09  Mike Werner  (mtw@deneb.cygnus.com)
26761
26762         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
26763           Modified both files to properly execute the old style
26764           dejagnu tests. The previous versions of these files were
26765           experimental and did not function anything near correctly.
26766
26767 1993-04-05  Rob Savoye  (rob@cygnus.com)
26768
26769         * Removed all Makefile.in and configure.in files. No configuration
26770         needed now.
26771
26772 1993-04-02  Mike Werner  (mtw@deneb.cygnus.com)
26773
26774         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
26775
26776 1993-03-28  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
26777
26778         * gcc.compile/configure.in, gcc.unsorted/configure.in,
26779         gcc.special/configure.in, gcc.noncompile/configure.in,
26780         gcc.execute/configure.in, gcc.code_quality/configure.in,
26781         g++.other/configure.in, g++.old-deja/configure.in,
26782         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
26783         in srcname setting.
26784
26785 1993-03-25  Rob Savoye  (rob at darkstar.cygnus.com)
26786
26787         * lib/udi.exp:  Fixed mondfe and mondfe_download.
26788         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
26789         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
26790
26791 1993-03-25  Ian Lance Taylor  (ian@cygnus.com)
26792
26793         * config/udi-gdb.exp: Check $shell_id after connecting to target.
26794         (gdb_exit): Don't remove *_soc files.
26795
26796 1993-03-22  Ian Lance Taylor  (ian@cygnus.com)
26797
26798         * lib/c-torture.exp: Don't look for main; instead always use -w
26799         -c.  This is how the c-torture tests work.  Remove the object
26800         file if the compilation succeeds.
26801         * gcc.execute/execute.exp: Remove executable if test passes.
26802         * gcc.noncompile/noncompile.exp: Every test is an expected
26803         failure.
26804         * gcc.special/special.exp: Added tests from c-torture 1.11,
26805         corrected use of existing test.
26806         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
26807         gcc.execute/920625-1.c: Updated to c-torture 1.11.
26808         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
26809         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
26810         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
26811         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
26812         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
26813         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
26814         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
26815         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
26816         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
26817         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
26818         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
26819         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
26820         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
26821         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
26822         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
26823         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
26824         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
26825         c-torture 1.11.
26826         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
26827         correspond to c-torture 1.11.
26828
26829         * New file.