OSDN Git Service

* dwarf2out.c (rtl_for_decl_location): Avoid segfault if
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2004-10-25  Jakub Jelinek  <jakub@redhat.com>
2
3         * gcc.dg/debug/20041023-1.c: New test.
4
5 2004-10-25  Andrew Pinski  <pinskia@physics.uc.edu>
6
7         PR middle-end/17407
8         * gcc.c-torture/compile/pr17407.c: New test.
9
10         PR c++/18121
11         * g++.dg/template/array8.C: New test.
12
13 2004-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
14
15         PR other/18138
16         * lib/g++.exp: Accept more than one multilib libgcc.
17         * lib/gcc-dg.exp: Likewise.
18         * lib/objc.exp: Likewise.
19         * lib/treelang.exp: Likewise.
20         * lib/gfortran.exp: Likewise.
21
22 2004-10-24  Ben Elliston  <bje@au.ibm.com>
23
24         * gcc.dg/c90-const-expr-3.c: Reference the ISO C standard.
25
26 2004-10-24  Geoffrey Keating  <geoffk@geoffk.org>
27
28         * gcc.dg/c90-const-expr-3.c: xfail all the ASSERT_NOT_NPC tests.
29         * gcc.dg/c99-const-expr-3.c: Likewise.
30
31 2004-10-23  Andrew Pinski  <pinskia@physics.uc.edu>.
32
33         * gcc.dg/tree-ssa/loop-1.c: Add -static for *-*-darwin*.
34
35 2004-10-23  Ben Elliston  <bje@au.ibm.com>
36
37         * gcc.c-torture/execute/loop-2e.x: Remove.
38
39 2004-10-22  Nathan Sidwell  <nathan@codesourcery.com>
40
41         PR c++/18095
42         * g++.dg/parse/crash18.C: New.
43         * g++.dg/parse/crash19.C: New.
44
45 2004-10-22  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
46
47         * g++.dg/ext/dllimport1.C: Move dg-warnings.
48         * g++.dg/ext/dllimport2.C: Same.
49         * g++.dg/ext/dllimport8.C: Same.
50
51 2004-10-21  Mark Mitchell  <mark@codesourcery.com>
52
53         PR c++/10841
54         * g++.dg/conversion/cast1.C: New test.
55         * g++.dg/overload/pmf1.C: Adjust error marker.
56
57 2004-10-21  Andrew Pinski  <pinskia@physics.uc.edu>
58
59         PR objc/17923
60         * objc.dg/const-str-7.m: New test.
61
62 2004-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
63
64         * g++.dg/template/memfriend11.C: Fix comment typo.
65         * g++.dg/template/memfriend14.C: Likewise.
66
67 2004-10-20  Richard Henderson  <rth@redhat.com>
68
69         * gcc.dg/cleanup-10.c, gcc.dg/cleanup-11.c, gcc.dg/cleanup-8.c,
70         gcc.dg/cleanup-9.c: Use -fnon-call-exceptions, not
71         -fasynchronous-unwind-tables.
72
73 2004-10-20  Richard Henderson  <rth@redhat.com>
74
75         * gcc.c-torture/unsorted/call386.c (foo): Fix return type.
76         (main): Return success.
77         * gcc.c-torture/unsorted/subcc.c (foo, bar): Fix return types.
78         (main): Return success.
79
80 2004-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
81
82         PR c++/13495
83         * g++.dg/template/memfriend9.C: New test.
84         * g++.dg/template/memfriend10.C: Likewise.
85         * g++.dg/template/memfriend11.C: Likewise.
86         * g++.dg/template/memfriend12.C: Likewise.
87         * g++.dg/template/memfriend13.C: Likewise.
88         * g++.dg/template/memfriend14.C: Likewise.
89         * g++.dg/template/memfriend15.C: Likewise.
90         * g++.dg/template/memfriend16.C: Likewise.
91         * g++.dg/template/memfriend17.C: Likewise.
92         * g++.old-deja/g++.pt/friend44.C: Remove bogus error.
93
94 2004-10-20  Nathan Sidwell  <nathan@codesourcery.com>
95
96         * g++.dg/conversion/dr195.C: New.
97         * g++.old-deja/g++.mike/p10148.C: Remove ill-formed cast.
98
99 2004-10-20  Ben Elliston  <bje@au.ibm.com>
100             Devang Patel  <dpatel@apple.com>
101
102         * gcc.dg/tree-ssa/ifc-20040816-2.c: Use integer arithmetic instead
103         of floating point arithmetic, which could trap.
104
105 2004-10-19  Mark Mitchell  <mark@codesourcery.com>
106
107         PR c++/14035
108         * g++.dg/conversion/reinterpret1.C: Adjust error markers.
109         * g++.dg/conversion/const2.C: New test.
110         * g++.dg/expr/reinterpret2.C: New test.
111         * g++.dg/expr/reinterpret3.C: New test.
112         * g++.dg/expr/cast2.C: New test.
113         * g++.dg/expr/copy1.C: New test.
114         * g++.dg/other/conversion1.C: Change error message.
115         * g++.dg/parse/comma1.C: Use __extension__ to allow casts from
116         function pointers to void *.
117         * g++.old-deja/g++.mike/p10148.C: Likewise.
118
119 2004-10-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
120
121         * gcc.dg/smod-1.c: Pass -mtune=i486 only on x86.
122
123 2004-10-19  Paolo Bonzini  <bonzini@gnu.org>
124
125         PR c++/18047
126
127         * g++.dg/parse/expr3.C: New test.
128
129 2004-10-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
130
131         * gcc.dg/smod-1.c: New test.
132
133 2004-10-18  Ziemowit Laski  <zlaski@apple.com>
134
135         * objc.dg/method-14.m: New test.
136
137 2004-10-18  Andrew Pinski  <pinskia@physics.uc.edu>
138
139         * gcc.c-torture/compile/pr17529.c: Fix test for non x86.
140         Also xfail as the patch was reverted.
141
142 2004-10-18  Andrew Pinski  <pinskia@physics.uc.edu>
143
144         PR middle-end/16973
145         * gcc.dg/pr16973.c: New test.
146
147 2004-10-18  Diego Novillo  <dnovillo@redhat.com>
148
149         PR tree-optimization/17656
150         * testsuite/gcc.c-torture/compile/pr17656.c: New test.
151
152 2004-10-18  Nathan Sidwell  <nathan@codesourcery.com>
153
154         * g++.dg/eh/shadow1.C: New.
155
156 2004-10-18  Jakub Jelinek  <jakub@redhat.com>
157
158         * gcc.c-torture/compile/20041018-1.c: New test.
159
160 2004-10-18  Ben Elliston  <bje@au.ibm.com>
161
162         * gcc.dg/ppc-sdata-1.c: Update to consider the possibility of the
163         compiler referring to register 0 when accessing sdata.  The linker
164         now patches things up.
165
166 2004-10-17  Andrew Pinski  <pinskia@physics.uc.edu>
167
168         PR c/17529
169         * gcc.c-torture/compile/pr17529.c: New test.
170
171 2004-10-17  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
172
173         PR c++/17743
174         * g++.dg/ext/attrib17.C: New test.
175
176 2004-10-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
177
178         * gcc.dg/bf-spl1.c: Use 'float' as the base type for FP types.
179
180 2004-10-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
181
182         PR c++/10479
183         * g++.dg/ext/attrib16.C: New test.
184
185 2004-10-15  Mark Mitchell  <mark@codesourcery.com>
186
187         PR c++/17042
188         * g++.dg/init/dso_handle1.C: New test.
189
190         PR c++/14667
191         * g++.dg/parse/typedef6.C: New test.
192
193         PR c++/17916
194         * g++.dg/parse/pragma1.C: New test.
195
196 2004-10-15  Aldy Hernandez  <aldyh@redhat.com>
197
198         * gcc.c-torture/execute/ieee/ieee.exp: Disable on powerpc-*-*spe.
199
200 2004-10-15  Steve Ellcey  <sje@cup.hp.com>
201
202         * gcc.dg/compat/struct-layout-1_generate.c (switchfiles):  Use
203         -fno-common when on HPPA HP-UX platforms.
204
205 2004-10-15  Jakub Jelinek  <jakub@redhat.com>
206
207         PR other/16820
208         * gcc.dg/compat/struct-layout-1.h: Don't include complex.h nor
209         stdint.h.
210         * gcc.dg/compat/struct-layout-1_x1.h (TX): Cast to long instead of
211         uintptr_t.
212
213 2004-10-14  Andrew Pinski  <pinskia@physics.uc.edu>
214
215         PR c++/16301
216         * g++.dg/lookup/strong-using-4.C: New test.
217
218 2004-10-14  Andrew Pinski  <pinskia@physics.uc.edu>
219
220         PR middle-end/16567
221         * gcc.c-torture/compile/nested-1.c: New test.
222
223 2004-10-14  Dorit Naishlos  <dorit@il.ibm.com>
224
225         * testsuite/gcc.dg/vect/vect-44.c: xfail on i?86-*-*, x86_64-*-*,
226         and mipsisa64*-*-* (until support for misaligned loads is added).
227         * testsuite/gcc.dg/vect/vect-50.c: Likewise.
228         * testsuite/gcc.dg/vect/vect-52.c: Likewise.
229         * testsuite/gcc.dg/vect/vect-54.c: Likewise.
230         * testsuite/gcc.dg/vect/vect-58.c: Likewise.
231         * testsuite/gcc.dg/vect/vect-60.c: Likewise.
232         * testsuite/gcc.dg/vect/vect-80.c: Likewise.
233
234 2004-10-14  Mark Mitchell  <mark@codesourcery.com>
235
236         PR c++/17976
237         * g++.dg/init/dtor3.C: New test.
238
239 2004-10-15  Ben Elliston  <bje@au.ibm.com>
240
241         * gcc.dg/ppc-stackalign-1.c: Set dg-options to {}.
242
243 2004-10-14  Geoffrey Keating  <geoffk@apple.com>
244
245         * gcc.dg/darwin-misaligned.c: Don't supply -force_cpusubtype_ALL.
246         * gcc.dg/macho-lo-sum.c: Likewise.
247
248 2004-10-14  Joseph S. Myers  <joseph@codesourcery.com>
249
250         * gcc.dg/ppc-spe64-1.c: New test.
251
252 2004-10-14  Devang Patel  <dpatel@apple.com>
253
254         PR 17635
255         * gcc.dg/pr17635.c : New test.
256         
257 2004-10-14  Olga Golovanevsky  <olga@il.ibm.com>
258
259         * testsuite/gcc.dg/vect/vect-28.c: Remove xfail.
260         * testsuite/gcc.dg/vect/vect-30.c: Remove xfail.
261         * testsuite/gcc.dg/vect/vect-31.c: Vectorize 4 loops instead of 2.
262         * testsuite/gcc.dg/vect/vect-33.c: Remove xfail.
263         * testsuite/gcc.dg/vect/vect-44.c: Remove xfail.
264         * testsuite/gcc.dg/vect/vect-46.c: Remove xfail.
265         * testsuite/gcc.dg/vect/vect-50.c: Remove xfail.
266         * testsuite/gcc.dg/vect/vect-52.c: Remove xfail.
267         * testsuite/gcc.dg/vect/vect-54.c: Remove xfail.
268         * testsuite/gcc.dg/vect/vect-58.c: Remove xfail.
269         * testsuite/gcc.dg/vect/vect-60.c: Remove xfail.
270         * testsuite/gcc.dg/vect/vect-64.c: Vectorize 3 loops instead of 1.
271         * testsuite/gcc.dg/vect/vect-66.c: Vectorize 3 loops instead of 2.
272         * testsuite/gcc.dg/vect/vect-68.c: Vectorize 4 loops instead of 2.
273         * testsuite/gcc.dg/vect/vect-69.c: Vectorize 4 loops instead of 2.
274         * testsuite/gcc.dg/vect/vect-8.c: Remove xfail.
275         * testsuite/gcc.dg/vect/vect-80.c: Remove xfail.
276         * testsuite/gcc.dg/vect/vect-none.c: Vectorize 1 loops instead of 0.
277
278 2004-10-14  Dorit Naishlos  <dorit@il.ibm.com>
279
280         * gcc.dg/vect/vect-82.c: New testcase.  
281         * gcc.dg/vect/vect-82_64.c: New testcase.       
282         * gcc.dg/vect/vect-83.c: New testcase.  
283         * gcc.dg/vect/vect-83_64.c: New testcase.       
284
285 2004-10-14  Joseph S. Myers  <jsm@polyomino.org.uk>
286
287         * gcc.dg/cpp/error-1.c: New test.
288
289 2004-10-14  Joseph S. Myers  <jsm@polyomino.org.uk>
290
291         * gcc.dg/c99-tag-3.c, gcc.dg/declspec-14.c: New tests.
292
293 2004-10-14  Hans-Peter Nilsson  <hp@axis.com>
294
295         PR target/17984
296         * gcc.dg/cris-peep2-xsrand2.c: New test.
297
298 2004-10-13  Andrew Pinski  <pinskia@physics.uc.edu>
299
300         PR c++/17661
301         * testsuite/g++.dg/expr/for2.C: New test.
302
303 2004-10-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
304
305         * g++.dg/inherit/thunk1.C: Run on the SPARC.
306
307 2004-10-13  Jakub Jelinek  <jakub@redhat.com>
308
309         PR tree-optimization/17724
310         * g++.dg/opt/pr17724-1.C: New test.
311         * g++.dg/opt/pr17724-2.C: New test.
312         * g++.dg/opt/pr17724-3.C: New test.
313         * g++.dg/opt/pr17724-4.C: New test.
314         * g++.dg/opt/pr17724-5.C: New test.
315         * g++.dg/opt/pr17724-6.C: New test.
316
317 2004-10-12  Joseph S. Myers  <jsm@polyomino.org.uk>
318
319         PR c/17301
320         * gcc.dg/pr17301-2.c: New test.
321
322 2004-10-11  Mark Mitchell  <mark@codesourcery.com>
323
324         PR c++/15876
325         * g++.dg/parse/error22.C: New test.
326
327         PR c++/17936
328         * g++.dg/template/spec18.C: New test.
329
330 2004-10-11  Steve Ellcey  <sje@cup.hp.com>
331
332         * testsuite/gcc.dg/ia64-asm-1.c: Add prototype for abort
333         * testsuite/gcc.dg/ia64-sync-1.c: Add prototype for abort and
334         memcpy. 
335         * testsuite/gcc.dg/ia64-sync-2.c: Ditto.
336         * testsuite/gcc.dg/ia64-sync-3.c: Ditto.
337
338 2004-10-11  Andrew Pinski  <pinskia@physics.uc.edu>
339
340         * g++.dg/eh/cleanup5.C: Add dg-options "".
341
342 2004-10-11  Roger Sayle  <roger@eyesopen.com>
343
344         PR middle-end/17657
345         * gcc.dg/switch-4.c: New test case.
346
347 2004-10-11  Richard Sandiford  <rsandifo@redhat.com>
348
349         * gcc.c-torture/execute/20041011-1.c: New test.
350
351 2004-10-10  Andrew Pinski  <pinskia@physics.uc.edu>
352
353         PR c++/17554
354         * g++.dg/init/for3.C: New test.
355
356         PR c++/17657
357         * g++.dg/opt/switch2.C: New test.
358
359         PR middle-end/17703
360         * g++.dg/warn/Wreturn-2.C: New test.
361
362 2004-10-10  Andrew Pinski  <pinskia@physics.uc.edu>
363
364         PR c++/17907
365         * g++.dg/eh/cleanup5.C: New test.
366
367 2004-10-10  Mark Mitchell  <mark@codesourcery.com>
368
369         PR c++/17393
370         * g++.dg/parse/error21.C: New test.
371
372 2004-10-10  Gabriel Dos Reis  <gdr@integrable-solutions.net>
373
374         * g++.dg/overload/pmf1.C: Adjust quoting marks.
375         * g++.dg/warn/incomplete1.C: Likewise.
376         * g++.dg/template/qualttp20.C: Likewise.
377
378 2004-10-10  Joseph S. Myers  <jsm@polyomino.org.uk>
379
380         PR c/17881
381         * parm-incomplete-1.c: New test.
382
383 2004-10-09  Mark Mitchell  <mark@codesourcery.com>
384
385         PR c++/17867
386         * g++.dg/parse/error19.C: New test.
387
388         PR c++/17670
389         * g++.dg/init/new11.C: New test.
390
391         PR c++/17821
392         * g++.dg/parse/error20.C: New test.
393
394         PR c++/17826
395         * g++.dg/template/crash24.C: New test.
396         
397 2004-10-10  Joseph S. Myers  <jsm@polyomino.org.uk>
398
399         PR c/17301
400         * gcc.dg/pr17301-1.c: New test.
401
402 2004-10-10  Joseph S. Myers  <jsm@polyomino.org.uk>
403
404         PR c/17189
405         * gcc.dg/anon-struct-5.c: New test.
406
407 2004-10-09  Joseph S. Myers  <jsm@polyomino.org.uk>
408
409         PR c/17844
410         * gcc.dg/pr17844-1.c: New test.
411
412 2004-10-09  Zdenek Dvorak  <dvorakz@suse.cz>
413
414         PR tree-optimization/17906
415         * gcc.c-torture/compile/pr17906.c: New.
416
417 2004-10-09  Stuart Hastings  <stuart@apple.com>
418             Roger Sayle  <roger@eyesopen.com>
419
420         PR rtl-optimization/17853
421         * gcc.dg/i386-mmx-5.c: New testcase.
422
423 2004-10-09  Andrew Pinski  <pinskia@physics.uc.edu>
424
425         * g++.dg/opt/pr17902.C: Fix typo in dg-do.
426
427 2004-10-09  Mark Mitchell  <mark@codesourcery.com>
428
429         PR c++/17524
430         * g++.dg/template/static9.C: New test.
431
432         PR c++/17685
433         * g++.dg/parse/operator5.C: New test.
434
435 2004-10-09  Roger Sayle  <roger@eyesopen.com>
436
437         PR middle-end/17894
438         * gcc.c-torture/execute/divcmp-4.c: New test case.
439
440 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
441
442         PR tree-opt/17902
443         * g++.dg/opt/pr17902.C: New test.
444
445 2004-10-09  Jakub Jelinek  <jakub@redhat.com>
446
447         * gcc.dg/cpp/ident-1.c: Add dg-options "".
448
449 2004-10-08  Joseph S. Myers  <jsm@polyomino.org.uk>
450
451         * gcc.dg/float-range-1.c, gcc.dg/float-range-2.c: New tests.
452
453 2004-10-08  Joseph S. Myers  <jsm@polyomino.org.uk>
454
455         * gcc.dg/assign-warn-3.c: New test.
456
457 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
458
459         PR c/16999
460         * gcc.dg/cpp/ident-1.c: New test.
461
462 2004-10-08  Nathan Sidwell  <nathan@codesourcery.com>
463
464         * gcc.c-torture/compile/acc1.c: New.
465
466 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
467
468         * gcc.dg/darwin-longdouble.c: Include stdlib.h and string.h.
469         * gcc.dg/darwin-abi-2.c: Include stdlib.h.
470
471 2004-10-08  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
472
473         * gcc.dg/ultrasp11.c: New test.
474
475 2004-10-08  Michael Matz  <matz@suse.de>
476
477         * gcc.dg/doloop-2.c: New test.
478
479 2004-10-08  Joseph S. Myers  <jsm@polyomino.org.uk>
480
481         * gcc.dg/assign-warn-1.c, gcc.dg/assign-warn-2.c: New tests.
482         * gcc.dg/warn-1.c, gcc.dg/noncompile/20020213-1.c,
483         objc.dg/method-9.m: Update expected diagnostics.
484
485 2004-10-07  Geoffrey Keating  <geoffk@apple.com>
486
487         * gcc.dg/ppc-fsel-3.c: New file.
488         * gcc.dg/ppc-fsel-1.c: Add -fno-trapping-math, update comment.
489
490 2004-10-07  Paul Brook  <paul@codesourcery.com>
491
492         * gfortran.dg/intrinsic_verify_1.f90: New test.
493
494 2004-10-07  Paul Brook  <paul@codesourcery.com>
495
496         * gfortran.dg/empty_format_1.f90: Remove stray commas.
497
498 2004-10-07  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
499
500         * gfortran.fortran-torture/execute/intrinsic_mvbits.f90, 
501         gfortran.dg/ishft.f90: Add more tests. Add dg-warning in followup
502         commit.
503
504 2004-10-07  Andrew Pinski  <pinskia@physics.uc.edu>
505
506         * g++.dg/ext/asm6.C: Remove extraneous semicolon.
507
508 2004-10-07  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
509
510         PR c++/17115
511         * g++.dg/warn/Winline-4.C: New test.
512
513 2004-10-07  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
514
515         * gcc.c-torture/compile/20041007-1.c: New test.
516
517 2004-10-07  Paul Brook  <paul@codesourcery.com>
518
519         PR fortran/17678
520         * gfortran.dg/use_allocated_1.f90: New test.
521
522 2004-10-06  Andrew Pinski  <pinskia@physics.uc.edu>
523
524         PR middle-end/17849
525         * gfortran.fortran-torture/compile/nested.f90: New test
526
527 2004-10-06  Joseph S. Myers  <jsm@polyomino.org.uk>
528
529         * gcc.dg/Wconversion-2.c, gcc.dg/func-args-1.c: New tests.
530
531 2004-10-06  Andrew Pinski  <pinskia@physics.uc.edu>
532
533         PR c++/17368
534         * g++.dg/ext/asm6.C: New test.
535
536 2004-10-06  Kenneth Zadeck <zadeck@naturalbridge.com>
537
538         * gcc.dg/20011119-1.c : Added memory attribute to asm sequence.
539
540 2004-10-06  Paul Brook  <paul@codesourcery.com>
541
542         PR libfortran/17709
543         * gfortran.dg/empty_format_1.f90: New test.
544
545 2004-10-06  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
546
547         PR fortran/17568
548         * gfortran.dg/ishft.f90: New test.
549
550         PR fortran/17283
551         * gfortran.fortran-torture/execute/intrinsic_pack.f90: Enable new
552         tests.
553
554 2004-10-06  Paul Brook  <paul@codesourcery.com>
555
556         * gfortran.dg/do_1.f90: New test.
557
558 2004-10-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
559
560         * gcc.c-torture/execute/builtins/lib/strcpy.c: Don't abort when
561         optimizing for size.
562
563 2004-10-05  Joseph S. Myers  <jsm@polyomino.org.uk>
564
565         * gcc.dg/complex-2.c, gcc.dg/complex-2.h: New test.
566
567 2004-10-05  Joseph S. Myers  <jsm@polyomino.org.uk>
568
569         * gcc.c-torture/compile/20041005-1.c: New test.
570
571 2004-10-05  Nathan Sidwell  <nathan@codesourcery.com>
572
573         PR c++/17829
574         * g++.dg/lookup/koenig4.C: New.
575
576 2004-10-05  Gabriel Dos Reis  <gdr@integrable-solutions.net>
577
578         * g++.dg/other/classkey1.C: Adjust quoting marks.
579         * g++.dg/parse/error15.C: Likewise.
580         * g++.dg/template/meminit2.C (int>): Likewise.
581
582 2004-10-04  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
583
584         PR fortran/17283
585         * gfortran.fortran-torture/execute/intrinsic_pack.f90: Add more tests.
586
587         PR fortran/17631
588         * gfortran.fortran-torture/execute/intrinsic_mvbits.f90: New test.
589
590         PR fortran/17708
591         * gfortran.dg/pr17708.f90: New test.
592         
593 2004-10-04  Chao-ying Fu  <fu@mips.com>
594
595         * gcc.dg/vect/pr16105.c: Enable for mipsisa64*-*-*.
596         * gcc.dg/vect/vect-4.c: Ditto.
597         * gcc.dg/vect/vect-5.c: Ditto.
598         * gcc.dg/vect/vect-6.c: Ditto.
599         * gcc.dg/vect/vect-8.c: Ditto.
600         * gcc.dg/vect/vect-16.c: Ditto.
601         * gcc.dg/vect/vect-30.c: Ditto.
602         * gcc.dg/vect/vect-40.c: Ditto.
603         * gcc.dg/vect/vect-41.c: Ditto.
604         * gcc.dg/vect/vect-42.c: Ditto.
605         * gcc.dg/vect/vect-43.c: Ditto.
606         * gcc.dg/vect/vect-44.c: Ditto.
607         * gcc.dg/vect/vect-45.c: Ditto.
608         * gcc.dg/vect/vect-46.c: Ditto.
609         * gcc.dg/vect/vect-47.c: Ditto.
610         * gcc.dg/vect/vect-48.c: Ditto.
611         * gcc.dg/vect/vect-49.c: Ditto.
612         * gcc.dg/vect/vect-50.c: Ditto.
613         * gcc.dg/vect/vect-51.c: Ditto.
614         * gcc.dg/vect/vect-52.c: Ditto.
615         * gcc.dg/vect/vect-53.c: Ditto.
616         * gcc.dg/vect/vect-54.c: Ditto.
617         * gcc.dg/vect/vect-55.c: Ditto.
618         * gcc.dg/vect/vect-56.c: Ditto.
619         * gcc.dg/vect/vect-57.c: Ditto.
620         * gcc.dg/vect/vect-58.c: Ditto.
621         * gcc.dg/vect/vect-59.c: Ditto.
622         * gcc.dg/vect/vect-60.c: Ditto.
623         * gcc.dg/vect/vect-74.c: Ditto.
624         * gcc.dg/vect/vect-79.c: Ditto.
625         * gcc.dg/vect/vect-80.c: Ditto.
626
627 2004-10-04  Andrew Pinski  <pinskia@physics.uc.edu>
628
629         * gcc.dg/unused-7.c: Use the correct option.
630
631 2004-10-04  Paul Brook  <paul@codesourcery.com>
632         Bud Davis  <bdavis9659@comcast.net>
633
634         PR fortran/17706
635         PR fortran/16434
636         * gfortran/pr17706.f90: New test.
637         * gfortran.dg/g77/f77-edit-s-out.f: Remove xfail.
638
639 2004-10-04  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
640
641         * gfortran.dg/pr17612.f90: New test.
642
643 2004-10-03  Gabriel Dos Reis  <gdr@integrable-solutions.net>
644
645         * g++.dg/template/local1.C: Adjust quoting marks in
646         testing for diagnostics.
647         * g++.dg/tls/diag-2.C: Likewise.
648         * g++.dg/other/error8.C: Likewise.
649
650 2004-10-03  Andrew Pinski  <pinskia@physics.uc.edu>
651
652         PR c/17178
653         * gcc.dg/unused-4.c: Adjust to be correct.
654
655         PR c/17820
656         * gcc.dg/unused-7.c: New test.
657
658 2004-10-03  Andrew Pinski  <pinskia@physics.uc.edu>
659
660         PR c++/17797
661         * g++.dg/overload/template2.C: New test.
662
663 2004-10-03  Kazu Hirata  <kazu@cs.umass.edu>
664
665         PR tree-optimization/16632
666         * gcc.dg/tree-ssa/20041002-1.c: New.
667
668 2004-10-03  Paul Brook  <paul@codesourcery.com>
669
670         * gfortran.dg/pr17286.f90: Add dg-do line.  Explicitly test bug,
671         rather than relying on default formatting.
672
673 2004-10-02  Joseph S. Myers  <jsm@polyomino.org.uk>
674
675         * gcc.dg/20040920-1.c: Update expected message text.
676
677 2004-10-02  Ulrich Weigand  <uweigand@de.ibm.com>
678
679         * gcc.dg/tree-ssa/loop-1.c: Merge changed dg-options for s390-*-*.
680
681 2004-10-01  Zdenek Dvorak  <dvorakz@suse.cz>
682
683         * gcc.dg/tree-ssa/loop-1.c: Check that unrolling occurs already on
684         tree level.
685
686 2004-10-01  Andrew Pinski  <pinskia@physics.uc.edu>
687
688         * gcc.dg/tree-ssa/pr17343.c: Remove.
689
690 2004-10-01  Andrew Pinski  <pinskia@physics.uc.edu>
691
692         PR tree-opt/17343
693         * gcc.dg/tree-ssa/pr17343.c: New test.
694
695 2004-10-01  Jakub Jelinek  <jakub@redhat.com>
696
697         * gcc.dg/tree-ssa/stdarg-1.c: Removed.
698         * gcc.dg/tree-ssa/stdarg-2.c: Removed.
699         * gcc.dg/tree-ssa/stdarg-3.c: Removed.
700         * gcc.dg/tree-ssa/stdarg-4.c: Removed.
701         * gcc.dg/tree-ssa/stdarg-5.c: Removed.
702
703 2004-09-30  Joseph S. Myers  <jsm@polyomino.org.uk>
704
705         * gcc.dg/lvalue-2.c: New test.
706
707 2004-09-30  Joseph S. Myers  <jsm@polyomino.org.uk>
708
709         PR c/17730
710         * gcc.dg/pr17730-1.c: New test
711
712 2004-09-29  Joseph S. Myers  <jsm@polyomino.org.uk>
713
714         PR c/7425
715         * gcc.dg/deprecated-3.c, g++.dg/warn/deprecated-2.C: New tests.
716
717 2004-09-29  Jakub Jelinek  <jakub@redhat.com>
718
719         * gcc.c-torture/execute/stdarg-1.c: New test.
720         * gcc.c-torture/execute/stdarg-2.c: New test.
721         * gcc.c-torture/execute/stdarg-3.c: New test.
722         * gcc.dg/tree-ssa/stdarg-1.c: New test.
723         * gcc.dg/tree-ssa/stdarg-2.c: New test.
724         * gcc.dg/tree-ssa/stdarg-3.c: New test.
725         * gcc.dg/tree-ssa/stdarg-4.c: New test.
726         * gcc.dg/tree-ssa/stdarg-5.c: New test.
727
728 2004-09-29  Jakub Jelinek  <jakub@redhat.com>
729
730         PR tree-optimization/17697
731         * g++.dg/opt/pr17697-1.C: New test.
732         * g++.dg/opt/pr17697-2.C: New test.
733         * g++.dg/opt/pr17697-3.C: New test.
734
735 2004-09-28  Joseph S. Myers  <jsm@polyomino.org.uk>
736
737         PR c/16409
738         * gcc.dg/vla-init-2.c, gcc.dg/vla-init-3.c, gcc.dg/vla-init-4.c,
739         gcc.dg/vla-init-5.c: New tests.
740
741 2004-09-27  Joseph S. Myers  <jsm@polyomino.org.uk>
742
743         PR c/13804
744         * gcc.dg/pr13804-1.c: New test.
745
746 2004-09-27  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
747
748         PR fortran/16938
749         * gfortran.dg/pr16938.f90: New test.
750
751 2004-09-27  Mark Mitchell  <mark@codesourcery.com>
752
753         * g++.dg/template/crash23.C: New test.
754
755 2004-09-27  Mark Mitchell  <mark@codesourcery.com>
756
757         PR c++/17585
758         * g++.dg/template/static8.C: New test.
759
760 2004-09-27  Nathan Sidwell  <nathan@codesourcery.com>
761
762         PR c++/17681
763         * g++.dg/other/error9.C: New test.
764
765 2004-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
766
767         * gcc.dg/tree-ssa/loop-1.c: Use -msmall-exec on s390-*-* targets.
768
769 2004-09-26  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
770
771         PR fortran/15164
772         * gfortran.dg/pr15164.f90: New test. Fixed in followup commit.
773
774 2004-09-26  Roger Sayle  <roger@eyesopen.com>
775
776         PR middle-end/17112
777         * gcc.dg/pr17112-1.c: New test case.
778
779 2004-09-26  Joseph S. Myers  <jsm@polyomino.org.uk>
780
781         PR c/11459
782         * gcc.dg/pr11459-1.c: New test.
783
784 2004-09-25  Ulrich Weigand  <uweigand@de.ibm.com>
785
786         * gcc.dg/tree-ssa/loop-2.c: Avoid matching new-line in regexp.
787         * gcc.dg/tree-ssa/loop-4.c: Likewise.
788
789 2004-09-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
790
791         * gfortran.dg/pr15324.f90: Make array bounds consistent.
792
793 2004-09-25  Jan Hubicka  <jh@suse.cz>
794
795         * compile/30040909-1.c: New test.
796         * compile/30040907-1.c: New test.
797
798 2004-09-25  Richard Sandiford  <rsandifo@redhat.com>
799
800         * gcc.c-torture/execute/va-arg-26.c: New test.
801
802 2004-09-24  Zack Weinberg  <zack@codesourcery.com>
803
804         * objc.dg/proto-lossage-4.m: Use long instead of int to avoid
805         extra diagnostics on targets with 64-bit pointers.
806         * objc.dg/selector-1.m: Adjust dg-warning regexp.
807
808 2004-09-24  Joseph S. Myers  <jsm@polyomino.org.uk>
809
810         PR c/17188
811         * gcc.dg/nested-redef-1.c, gcc.dg/pr17188-1.c: New tests.
812         * gcc.dg/decl-3.c: Adjust expected message.
813
814 2004-09-24  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
815
816         PR fortran/17615
817         * gfortran.dg/pr17615.f90: New test.
818
819 2004-09-24  Andrew MacLeod  <amacleod@redhat.com>
820
821         PR tree-optimzation/17517
822         * g++.dg/tree-ssa/pr17517.C: New Test.
823
824 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
825
826         PR c++/16889
827         * g++.dg/lookup/ambig3.C: New.
828
829 2004-09-24  Andrew Pinski  <pinskia@physics.uc.edu>
830
831         PR tree-opt/17624
832         * g++.dg/opt/pr17624.C: New test.
833
834 2004-09-24  Joseph S. Myers  <jsm@polyomino.org.uk>
835
836         PR c/6980
837         * gcc.dg/Wbad-function-cast-1.c: New test.
838
839 2004-09-23  Zack Weinberg  <zack@codesourcery.com>
840
841         * g++.dg/ext/complit1.C
842         * g++.dg/other/error2.C
843         * g++.dg/other/nontype-1.C
844         * g++.dg/parse/crash11.C
845         * g++.dg/parse/crash12.C
846         * g++.dg/parse/error15.C
847         * g++.dg/parse/error4.C
848         * g++.dg/parse/tmpl-outside1.C
849         * g++.dg/parse/too-many-tmpl-args1.C
850         * g++.dg/template/dependent-expr3.C
851         * g++.dg/template/error10.C
852         * g++.dg/template/instantiate1.C
853         * g++.dg/template/vtable2.C
854         * g++.dg/warn/Wshadow-1.C
855         * g++.dg/warn/weak1.C
856         * g++.old-deja/g++.brendan/crash16.C
857         * g++.old-deja/g++.brendan/crash18.C
858         * g++.old-deja/g++.brendan/crash48.C
859         * g++.old-deja/g++.brendan/crash49.C
860         * g++.old-deja/g++.brendan/crash55.C
861         * g++.old-deja/g++.brendan/crash56.C
862         * g++.old-deja/g++.brendan/crash8.C
863         * g++.old-deja/g++.brendan/enum11.C
864         * g++.old-deja/g++.brendan/enum8.C
865         * g++.old-deja/g++.brendan/enum9.C
866         * g++.old-deja/g++.brendan/friend3.C
867         * g++.old-deja/g++.brendan/misc14.C
868         * g++.old-deja/g++.bugs/900402_02.C
869         * g++.old-deja/g++.bugs/900404_03.C
870         * g++.old-deja/g++.bugs/900404_04.C
871         * g++.old-deja/g++.bugs/900428_03.C
872         * g++.old-deja/g++.jason/crash4.C
873         * g++.old-deja/g++.jason/overload21.C
874         * g++.old-deja/g++.jason/redecl1.C
875         * g++.old-deja/g++.jason/report.C
876         * g++.old-deja/g++.jason/rfg10.C
877         * g++.old-deja/g++.jason/template30.C
878         * g++.old-deja/g++.law/arm12.C
879         * g++.old-deja/g++.law/ctors5.C
880         * g++.old-deja/g++.law/cvt20.C
881         * g++.old-deja/g++.law/init10.C
882         * g++.old-deja/g++.law/init8.C
883         * g++.old-deja/g++.law/visibility17.C
884         * g++.old-deja/g++.law/visibility7.C
885         * g++.old-deja/g++.mike/net8.C
886         * g++.old-deja/g++.mike/p646.C
887         * g++.old-deja/g++.mike/p700.C
888         * g++.old-deja/g++.mike/p701.C
889         * g++.old-deja/g++.mike/p811.C
890         * g++.old-deja/g++.ns/template13.C
891         * g++.old-deja/g++.other/array3.C
892         * g++.old-deja/g++.other/crash25.C
893         * g++.old-deja/g++.other/dtor3.C
894         * g++.old-deja/g++.other/dtor4.C
895         * g++.old-deja/g++.other/main1.C
896         * g++.old-deja/g++.other/warn7.C
897         * g++.old-deja/g++.pt/crash11.C
898         * g++.old-deja/g++.pt/crash36.C
899         * g++.old-deja/g++.pt/spec22.C
900         * g++.old-deja/g++.pt/spec9.C
901         * g++.old-deja/g++.pt/ttp52.C
902         * g++.old-deja/g++.robertl/eb103.C
903         * g++.old-deja/g++.robertl/eb121.C
904         * g++.old-deja/g++.robertl/eb22.C
905         * g++.old-deja/g++.robertl/eb8.C:
906         Update locations and/or regexps of dg-error markers.
907         Remove markers for some bogus messages that are no longer issued.
908
909 2004-09-23  Jakub Jelinek  <jakub@redhat.com>
910
911         * gcc.c-torture/execute/builtins/strcpy-2.c: New test.
912         * gcc.c-torture/execute/builtins/strcpy-2-lib.c: New.
913
914 2004-09-23  Andrew Pinski  <pinskia@physics.uc.edu>
915
916         PR c++/17618
917         * g++.dg/lookup/crash5.C: New test.
918
919 2004-09-23  Dorit Naishlos <dorit@il.ibm.com>
920
921         * gcc.dg/vect/vect-27.c: Now vectorized on altivec.
922         * gcc.dg/vect/vect-29.c: Now vectorized on altivec.
923         * gcc.dg/vect/vect-48.c: Now vectorized on altivec.
924         * gcc.dg/vect/vect-56.c: Now vectorized on altivec.
925         * gcc.dg/vect/vect-72.c: New test for altivec and sse2.
926         * gcc.dg/vect/vect-77.c: Now vectorized on altivec.
927
928         * gcc.dg/vect/vect-27a.c: New test for altivec and mmx.
929         * gcc.dg/vect/vect-29a.c: New test for altivec and mmx.
930         * gcc.dg/vect/vect-48a.c: New test for altivec and mmx.
931         * gcc.dg/vect/vect-56a.c: New test for altivec and mmx.
932         * gcc.dg/vect/vect-72a.c: New test for altivec and mmx.
933         * gcc.dg/vect/vect-77a.c: New test for altivec and mmx.
934
935         * gcc.dg/vect/vect-13.c: Change to run test instead of compile.
936
937         * gcc.dg/vect/vect-44.c: Check additional cases.
938         * gcc.dg/vect/vect-48.c: Check additional cases.
939
940         * gcc.dg/vect/vect-26.c: Use sse2 instead of sse.
941         * gcc.dg/vect/vect-27.c: Use sse2 instead of sse.
942         * gcc.dg/vect/vect-28.c: Use sse2 instead of sse.
943         * gcc.dg/vect/vect-29.c: Use sse2 instead of sse.
944         * gcc.dg/vect/vect-4?.c: Use sse2 instead of sse.
945         * gcc.dg/vect/vect-75.c: Use sse2 instead of sse.
946         * gcc.dg/vect/vect-76.c: Use sse2 instead of sse.
947         * gcc.dg/vect/vect-77.c: Use sse2 instead of sse.
948         * gcc.dg/vect/vect-78.c: Use sse2 instead of sse.
949
950         * gcc.dg/vect/vect-5?.c: Use sse2 instead of sse. Add return 0.
951         * gcc.dg/vect/vect-60.c: Use sse2 instead of sse. Add return 0.
952         * gcc.dg/vect/vect-61.c: Use sse2 instead of sse. Add return 0.
953
954 2004-09-23  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
955
956         * gcc.dg/tree-ssa/loop-6.c: New test.
957
958 2004-09-23  Nathan Sidwell  <nathan@codesourcery.com>
959
960         PR c++/17620
961         * g++.dg/inherit/base2.C: New.
962
963 2004-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
964
965         * gcc.dg/20001012-1.c: Add prototypes for builtin functions.
966         * gcc.dg/20001012-2.c: Likewise.
967         * gcc.dg/20001013-1.c: Likewise.
968         * gcc.dg/20001101-1.c: Likewise.
969         * gcc.dg/20001102-1.c: Likewise.
970         * gcc.dg/bf-spl1.c: Likewise.
971         * gcc.dg/titype-1.c: Remove special-casing for SPARC.
972         * gcc.dg/20040813-1.c: Add missing "." to the regexp.
973
974 2004-09-22  Diego Novillo  <dnovillo@redhat.com>
975
976         PR tree-optimization/16721
977         * testsuite/gcc.dg/tree-ssa/pr16721.c: New test.
978
979 2004-09-23  Ulrich Weigand  <uweigand@de.ibm.com>
980
981         * gcc.dg/20030123-1.c: Add prototypes for builtin functions.
982         * gcc.dg/20040305-1.c: Likewise.
983
984 2004-09-22  Joseph S. Myers  <jsm@polyomino.org.uk>
985
986         PR c/16566
987         * gcc.c-torture/compile/pr16566-1.c,
988         gcc.c-torture/compile/pr16566-2.c,
989         gcc.c-torture/compile/pr16566-3.c: New tests.
990
991 2004-09-22  Kazu Hirata  <kazu@cs.umass.edu>
992
993         PR tree-optimization/17512
994         * gcc.c-torture/compile/20040916-1.c.
995
996 2004-09-21  Mark Mitchell  <mark@codesourcery.com>
997
998         * gcc.dg/pragma-re-3.c: New test.
999
1000 2004-09-17  Matt Austern  <austern@apple.com>
1001
1002         PR c++/15049
1003         * g++.dg/other/anon3.C: New.
1004
1005 2004-09-21  Roger Sayle  <roger@eyesopen.com>
1006
1007         PR c++/7503
1008         * g++.dg/opt/pr7503-1.C: New testcase for COND_EXPR lvalues.
1009         * g++.dg/opt/pr7503-2.C: New testcase for <? and >? lvalues.
1010         * g++.dg/opt/pr7503-3.C: New testcase for invalid <? lvalue errors.
1011         * g++.dg/opt/pr7503-4.C: New testcase for <?= and >?= assignments.
1012         * g++.dg/opt/pr7503-5.C: New testcase for side-effects with <?=.
1013
1014 2004-09-21  Bud Davis  <bdavis9659@comcast.net>
1015
1016         PR fortran/17286
1017         * gfortran.dg/pr17286.f90: New test.
1018
1019 2004-09-20  Mark Mitchell  <mark@codesourcery.com>
1020
1021         PR c++/17530
1022         * g++.dg/template/static7.C: New test.
1023
1024 2004-09-20  Andrew Pinski  <pinskia@physics.uc.edu>
1025
1026         PR tree-opt/17558
1027         * gcc.c-torture/compile/pr17558.c: New test.
1028
1029 2004-09-20  Richard Sandiford  <rsandifo@redhat.com>
1030
1031         * gcc.dg/compat/sdata-section.h (SDATA_SECTION): Don't use an attribute
1032         if SKIP_ATTRIBUTE is defined.
1033
1034 2004-09-20  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1035
1036         PR fortran/15957
1037         * gfortran.dg/pr15957.f90: New test.
1038
1039 2004-09-20  Dorit Naishlos  <dorit@il.ibm.com>
1040
1041         * gcc.dg/vect/vect-74.c: Avoid floating point precision error
1042         in comparison.
1043         * gcc.dg/vect/vect-79.c: Likewise.
1044         * gcc.dg/vect/vect-80.c: Likewise.
1045
1046 2004-09-20  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1047
1048         PR fortran/15750
1049         * gfortran.fortran-torture/execute/iolength_2.f90: New test.
1050
1051 2004-09-20  Ira Rosen  <irar@il.ibm.com>
1052
1053         * gcc.dg/vect/vect-13.c: Added xfail for non ppc platforms.
1054         * gcc.dg/vect/vect-74.c: Split into 3 tests (vect-79.c, vect-80.c).
1055         * gcc.dg/vect/vect-62.c: New testcase.
1056         * gcc.dg/vect/vect-63.c: New testcase.
1057         * gcc.dg/vect/vect-64.c: New testcase.
1058         * gcc.dg/vect/vect-65.c: New testcase.
1059         * gcc.dg/vect/vect-66.c: New testcase.
1060         * gcc.dg/vect/vect-67.c: New testcase.
1061         * gcc.dg/vect/vect-68.c: New testcase.
1062         * gcc.dg/vect/vect-69.c: New testcase.
1063         * gcc.dg/vect/vect-79.c: New testcase.
1064         * gcc.dg/vect/vect-80.c: New testcase.
1065
1066 2004-09-20  Richard Sandiford  <rsandifo@redhat.com>
1067
1068         * gcc.target/mips/asm-1.c: New test.
1069
1070 2004-09-19  Ira Rosen  <irar@il.ibm.com>
1071
1072         * gcc.dg/vect/vect-13.c: Now vectorized on ppc*.
1073         * gcc.dg/vect/vect-73.c: New testcase.
1074         * gcc.dg/vect/vect-74.c: New testcase.
1075         * gcc.dg/vect/vect-75.c: New testcase.
1076         * gcc.dg/vect/vect-76.c: New testcase.
1077         * gcc.dg/vect/vect-77.c: New testcase.
1078         * gcc.dg/vect/vect-78.c: New testcase
1079
1080 2004-09-18  Paul Brook  <paul@codesourcery.com>
1081
1082         * g++.old-deja/g++.pt/static11.C: XFAIL on arm*-*-eabi.
1083
1084 2004-09-18  Joseph S. Myers  <jsm@polyomino.org.uk>
1085
1086         PR c/17424
1087         * gcc.dg/pr17424-1.c: New test.
1088
1089 2004-09-18  Diego Novillo  <dnovillo@redhat.com>
1090
1091         * g++.dg/tree-ssa/pr17153.C: New test.
1092
1093 2004-09-16  Geoffrey Keating  <geoffk@apple.com>
1094
1095         PR pch/13361
1096         * testsuite/g++.dg/pch/wchar-1.C: New.
1097         * testsuite/g++.dg/pch/wchar-1.Hs: New.
1098
1099 2004-09-17  Kenneth Zadeck  <Kenneth.Zadeck@NaturalBridge.com>
1100
1101         * gcc.c-torture/execute/20040917-1.c: New test.
1102
1103 2004-09-17  Diego Novillo  <dnovillo@redhat.com>
1104
1105         PR tree-optimization/17319
1106         * gcc.dg/pr17319.c: New test.
1107
1108 2004-09-17  Devang Patel  <dpatel@apple.com>
1109
1110         * gcc.dg/20040813-1.c: New test.
1111
1112 2004-09-17  Diego Novillo  <dnovillo@redhat.com>
1113
1114         PR tree-optimization/17273
1115         * gcc.c-torture/compile/pr17273.c: New test.
1116
1117 2004-09-17  Joseph S. Myers  <jsm@polyomino.org.uk>
1118
1119         * gcc.dg/declspec-4.c, gcc.dg/declspec-5.c, gcc.dg/declspec-6.c:
1120         Update expected messages.
1121         * gcc.dg/declspec-13.c: New test.
1122
1123 2004-09-17  David Edelsohn  <edelsohn@gnu.org>
1124
1125         * gcc.dg/darwin-longlong.c: XFAIL on AIX and SPE.
1126
1127 2004-09-17  Diego Novillo  <dnovillo@redhat.com>
1128
1129         * gcc.c-torture/execute/pr17252.c: Use post-increment to
1130         change what 'a' is pointing to.
1131
1132 2004-09-17  Mark Mitchell  <mark@codesourcery.com>
1133
1134         PR c++/16002
1135         * g++.dg/template/error18.C: New test.
1136
1137         PR c++/16029
1138         * g++.dg/warn/Wunused-8.C: New test.
1139
1140 2004-09-17  Steven Bosscher  <stevenb@suse.de>
1141
1142         PR tree-optimization/17513
1143         * gcc.dg/20040916-1.c: New test.
1144
1145 2004-09-16  Mark Mitchell  <mark@codesourcery.com>
1146
1147         PR c++/17501
1148         * g++.dg/template/typename7.C: New test.
1149
1150 2004-09-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1151
1152         * gcc.dg/tree-ssa/copy-headers.c: Update outcome.
1153
1154 2004-09-16  Frank Ch. Eigler  <fche@redhat.com>
1155
1156         * gcc.misc-tests/bprob.exp, g++.dg/bprob/bprob.exp: Iterate tests
1157         with -ftree-based-profiling also.
1158         * lib/profopt.exp: Support late-set profile_option/feedback_option.
1159
1160 2004-09-16  Victor Leikehman  <lei@il.ibm.com>
1161
1162         PR/15364
1163         * gfortran.dg/der_array_io_1.f90: New test.
1164         * gfortran.dg/der_array_io_2.f90: New test.
1165         * gfortran.dg/der_array_io_3.f90: New test.
1166
1167 2004-09-15  Mark Mitchell  <mark@codesourcery.com>
1168
1169         * testsuite/g++.old-deja/g++.abi/cxa_vec.C: Adjust for ARM
1170         EABI.
1171
1172 2004-09-15  Mark Mitchell  <mark@codesourcery.com>
1173
1174         * g++.dg/opt/switch1.C: New test.
1175
1176 2004-09-15  Joseph S. Myers  <jsm@polyomino.org.uk>
1177
1178         * g++.dg/ext/member-attr.C, g++.dg/warn/deprecated.C,
1179         gcc.dg/deprecated.c, gcc.dg/noreturn-1.c, gcc.dg/noreturn-4.c:
1180         Update expected messages.
1181
1182 2004-09-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1183
1184         PR fortran/16485
1185         * gfortran.dg/same_name_1.f90: New test.
1186
1187 2004-09-15  Diego Novillo  <dnovillo@redhat.com>
1188
1189         * gcc.c-torture/execute/pr17252.c: Fix thinko.  Don't
1190         dereference garbage pointers.
1191
1192 2004-09-15  Jakub Jelinek  <jakub@redhat.com>
1193
1194         * gcc.c-torture/execute/builtins/strlen-3.c: New test.
1195         * gcc.c-torture/execute/builtins/strlen-3-lib.c: New.
1196
1197         * gcc.c-torture/execute/builtins/memmove.c (main_test): Formatting.
1198         * gcc.c-torture/execute/builtins/memmove-2.c: New test.
1199         * gcc.c-torture/execute/builtins/memmove-2-lib.c: New.
1200
1201 2004-09-14  Mark Mitchell  <mark@codesourcery.com>
1202
1203         PR c++/17324
1204         * g++.dg/template/mangle1.C: New test.
1205
1206 2004-09-14  Diego Novillo  <dnovillo@redhat.com>
1207
1208         PR tree-optimization/17252
1209         * gcc.c-torture/execute/pr17252.c: New test.
1210
1211 2004-09-14  Andrew Pinski  <apinski@apple.com>
1212
1213         * g++.dg/tree-ssa/pointer-reference-alias.C: New test.
1214
1215 2004-09-14  Roger Sayle  <roger@eyesopen.com>
1216
1217         PR rtl-optimization/9771
1218         * gcc.dg/pr9771-1.c: New test case.
1219
1220 2004-09-14  Diego Novillo  <dnovillo@redhat.com>
1221
1222         PR tree-optimization/15262
1223         * gcc.c-torture/execute/pr15262-1.c: New test.
1224         * gcc.c-torture/execute/pr15262-2.c: New test.
1225
1226 2004-09-14  Joseph S. Myers  <jsm@polyomino.org.uk>
1227
1228         * gcc.dg/declspec-12.c: New test.
1229
1230 2004-09-14  Bud Davis  <bdavis9659@comcast.net>
1231
1232         * gfortran.dg/pr17090.f90: Add directives to test.
1233
1234 2004-09-14  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1235
1236         * gcc.c-torture/compile/20040914-1.c: New test.
1237
1238 2004-09-13  Mark Mitchell  <mark@codesourcery.com>
1239
1240         PR c++/16162
1241         * g++.dg/template/decl2.C: New test.
1242
1243 2004-09-13  Bud Davis  <bdavis9659@comcast.net>
1244
1245         PR fortran/17090
1246         * gfortran.dg/pr17090.f90: New test.
1247
1248 2004-09-13  Dale Johannesen  <dalej@apple.com>
1249
1250         * gcc.c-torture/compile/pr17408.c:  New test case.
1251
1252 2004-09-13  Mark Mitchell  <mark@codesourcery.com>
1253
1254         PR c++/16716
1255         * g++.dg/parse/crash17.C: New test.
1256
1257         PR c++/17327
1258         * g++.dg/template/enum3.C: New test.
1259
1260 2004-09-13  Hans-Peter Nilsson  <hp@bitrange.com>
1261
1262         * lib/gcc-defs.exp: Load wrapper.exp.
1263         * lib/g++.exp (g++_init): Call g++_maybe_build_wrapper instead of
1264         using local code.
1265         * lib/gcc.exp (gcc_init): Similar.
1266         * lib/gfortran.exp (gfortran_init): Similar.
1267         * lib/objc.exp (objc_init): Similar.
1268         * lib/treelang.exp (treelang_init): Similar.
1269         * lib/wrapper.exp: New file with build_wrapper call machinery in
1270         ${tool}_maybe_build_wrapper.
1271
1272 2004-09-13  Joseph S. Myers  <jsm@polyomino.org.uk>
1273
1274         * gcc.dg/declspec-7.c: Don't expect diagnostic for duplicate
1275         "inline".
1276         * gcc.dg/declspec-11.c: Update expected messages.
1277         * gcc.dg/inline-6.c, gcc.dg/inline-7.c, gcc.dg/inline-8.c,
1278         gcc.dg/inline-9.c, gcc.dg/inline-10.c, gcc.dg/inline-11.c,
1279         gcc.dg/inline-12.c: New tests.
1280
1281 2004-09-13  Andrew MacLeod  <amacleod@redhat.com>
1282
1283         * g++.dg/tree-ssa/pr17400.C: New testcase.
1284
1285 2004-09-13  James E Wilson  <wilson@specifixinc.com>
1286
1287         * gcc.target/mips/sb1-1.c: New testcase.
1288
1289 2004-09-12  Hans-Peter Nilsson  <hp@bitrange.com>
1290
1291         * lib/g77-dg.exp: Remove unused file.
1292         * lib/mike-g77.exp: Ditto.
1293         * lib/g77.exp: Ditto.
1294
1295 2004-09-12  Richard Henderson  <rth@redhat.com>
1296
1297         * g++.old-deja/g++.other/sizeof3.C: Fix abort declaration.
1298
1299 2004-09-13  Joseph S. Myers  <jsm@polyomino.org.uk>
1300
1301         * g++.dg/warn/Wswitch-1.C, g++.dg/warn/Wswitch-2.C,
1302         gcc.dg/Wswitch-2.c, gcc.dg/Wswitch-enum.c, gcc.dg/Wswitch.c,
1303         gcc.dg/declspec-9.c, gcc.dg/declspec-10.c, gcc.dg/declspec-11.c,
1304         gcc.dg/m-un-2.c, gcc.dg/noreturn-1.c, gcc.dg/wtr-conversion-1.c:
1305         Update expected messages.
1306
1307 2004-09-13  Hans-Peter Nilsson  <hp@axis.com>
1308
1309         * gcc.dg/asmreg-1.c (__syscall_getdents64): Adjust signedness
1310         declaration/use mismatch for dirp parameter.
1311
1312 2004-09-12  Andrew Pinski  <apinski@apple.com>
1313
1314         * lib/objc.exp (objc_target_compile): Look for libobjc-gnu.a also when
1315         -fgnu-runtime is passed.
1316
1317 2004-09-12  Richard Henderson  <rth@redhat.com>
1318
1319         * lib/fortran-torture.exp (add-ieee-options): Replace ieee-options;
1320         do the uplevel thing and update additional_flags directly.
1321         * gfortran.fortran-torture/execute/intrinsic_fraction_exponent.x,
1322         gfortran.fortran-torture/execute/intrinsic_nearest.x,
1323         gfortran.fortran-torture/execute/intrinsic_set_exponent.x,
1324         gfortran.fortran-torture/execute/nan_inf_fmt.x: Update to match.
1325
1326 2004-09-11  Steven Bosscher  <stevenb@suse.de>
1327
1328         * g++.dg/parse/break-in-for.C: Fix for -ansi -pedantic-errors.
1329
1330 2004-09-11  Roger Sayle  <roger@eyesopen.com>
1331
1332         PR middle-end/17411
1333         * g++.dg/opt/pr17411-1.C: New test case.
1334
1335 2004-09-11  Joseph S. Myers  <jsm@polyomino.org.uk>
1336
1337         * gcc.dg/declspec-4.c, gcc.dg/declspec-5.c, gcc.dg/declspec-6.c,
1338         gcc.dg/tls/diag-2.c: Update expected messages.
1339         * gcc.dg/991209-1.c: Specify compilation options.  Update expected
1340         messages.
1341         * gcc.dg/pr14289-2.c, gcc.dg/pr14289-3.c: Remove.
1342         * gcc.dg/declspec-7.c, gcc.dg/declspec-8.c, gcc.dg/declspec-9.c,
1343         gcc.dg/declspec-10.c, gcc.dg/declspec-11.c, gcc.dg/tls/diag-4.c,
1344         gcc.dg/tls/diag-5.c: New tests.
1345
1346 2004-09-11  Zack Weinberg  <zack@codesourcery.com>
1347
1348         * gcc.dg/20040910-1.c: Correct dg-error regexp.
1349
1350 2004-09-11  Steven Bosscher  <stevenb@suse.de>
1351
1352         * g++.dg/parse/break-in-for.C: New test.
1353
1354 2004-09-11  Jakub Jelinek  <jakub@redhat.com>
1355
1356         * gcc.dg/tree-ssa/20040911-1.c: New test.
1357
1358 2004-09-11  Andreas Jaeger  <aj@suse.de>
1359
1360         * gcc.c-torture/execute/991118-1.x: Delete, PR 16437 is fixed.
1361         * gcc.c-torture/execute/bf64-1.x: Remove XFAIL on x86-64.
1362
1363 2004-09-11  Richard Sandiford  <rsandifo@redhat.com>
1364
1365         * gcc.target/frv: New directory of FR-V-specific tests.
1366
1367 2004-09-10  James E Wilson  <wilson@specifixinc.com>
1368
1369         * gcc.dg/convert-vec-1.c: New test.
1370
1371 2004-09-10  Roger Sayle  <roger@eyesopen.com>
1372
1373         PR middle-end/17024
1374         * gcc.dg/pr17024-1.c: New test case.
1375
1376 2004-09-10  Eric Christopher  <echristo@redhat.com>
1377
1378         * gcc.dg/20040910-1.c: New test.
1379
1380 2004-09-11  Joseph S. Myers  <jsm@polyomino.org.uk>
1381
1382         * gcc.dg/bitfld-9.c: New test.
1383
1384 2004-09-10  Richard Sandiford  <rsandifo@redhat.com>
1385
1386         * gcc.c-torture/execute/ieee/acc1.c: New test.
1387         * gcc.c-torture/execute/ieee/acc2.c: New test.
1388         * gcc.c-torture/execute/ieee/mzero6.c: New test.
1389
1390 2004-09-10  Joseph S. Myers  <jsm@polyomino.org.uk>
1391
1392         * gcc.dg/deprecated-2.c: New test.
1393
1394 2004-09-09  James E Wilson  <wilson@specifixinc.com>
1395
1396         * gcc.dg/init-vec-1.c: New test.
1397
1398 2004-09-09  Roger Sayle  <roger@eyesopen.com>
1399
1400         PR middle-end/17055
1401         * gcc.dg/pr17055-1.c: New test case.
1402
1403 2004-09-09  Hans-Peter Nilsson  <hp@axis.com>
1404
1405         PR target/17377
1406         * gcc.c-torture/execute/pr17377.c: New test.
1407
1408 2004-09-09  Joseph S. Myers  <jsm@polyomino.org.uk>
1409
1410         PR c/8420
1411         * gcc.dg/anon-struct-4.c, gcc.dg/declspec-1.c,
1412         gcc.dg/declspec-2.c, gcc.dg/declspec-3.c, gcc.dg/declspec-4.c,
1413         gcc.dg/declspec-5.c, gcc.dg/declspec-6.c,
1414         gcc.dg/long-long-typespec-1.c: New tests.
1415         * gcc.dg/tls/diag-2.c: Update expected diagnostics
1416
1417 2004-09-09  Joseph S. Myers  <jsm@polyomino.org.uk>
1418
1419         * gcc.dg/c90-static-1.c, gcc.dg/c99-static-1.c,
1420         gcc.dg/gnu99-static-1.c: New tests.
1421
1422 2004-09-08  Devang Patel  <dpatel@apple.com>
1423
1424         * gcc.dg/darwin-ld-20040828-1.c: New test.
1425         * gcc.dg/darwin-ld-20040828-2.c: New test.
1426         * gcc.dg/darwin-ld-20040828-3.c: New test.
1427
1428 2004-09-08  Ziemowit Laski  <zlaski@apple.com>
1429
1430         * objc.dg/bitfield-2.m: Make 'id' definition a typedef.
1431         * obj.dg/bitfield-4.m: Allow 'unsigned' in addition to 'unsigned int'
1432         in error message.
1433         * objc.dg/id-1.m: Attempt to define 'id' in an incompatible fashion.
1434         * objc.dg/method-6.m: Allow 'unsigned' in addition to 'unsigned int'
1435         in error message.
1436         * objc.dg/proto-qual-1.m: Protocol qualifiers now appear before the
1437         types they qualify.
1438         * objc.dg/type-size-2.m: Fix wording in comment.
1439         * objc.dg/va-meth-1.m: New test case.
1440
1441 2004-09-06  H.J. Lu  <hongjiu.lu@intel.com>
1442
1443         PR c/16633:
1444         * lib/gcc-dg.exp: Set up LD_LIBRARY_PATH, SHLIB_PATH,
1445         LD_LIBRARYN32_PATH, LD_LIBRARY64_PATH and DYLD_LIBRARY_PATH.
1446
1447 2004-09-06  Devang Patel  <dpatel@apple.com>
1448
1449         * gcc.dg/tree-ssa/ifc-20040816-1.c: Use -ftree-vectorize.
1450         * gcc.dg/tree-ssa/ifc-20040816-2.c: Use -ftree-vectorize.
1451
1452 2004-09-06  Zack Weinberg  <zack@codesourcery.com>
1453
1454         * g++.old-deja/g++.other/enum2.C: Move dg-error markers to
1455         reflect changed line numbering of diagnostics.
1456
1457 2004-09-06  Paul Brook  <paul@codesourcery.com>
1458
1459         * gfortran.dg/edit_real_1.f90: Add new test.
1460
1461 2004-09-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1462
1463         * gcc.dg/tree-ssa/loop-2.c: New test.
1464         * gcc.dg/tree-ssa/loop-3.c: New test.
1465         * gcc.dg/tree-ssa/loop-4.c: New test.
1466         * gcc.dg/tree-ssa/loop-5.c: New test.
1467
1468 2004-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1469
1470         * gcc.dg/format/sentinel-1.c: Update for parameter option.
1471
1472 2004-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1473
1474         * gcc.dg/format/sentinel-1.c: New test.
1475
1476 2004-09-04  Uros Bizjak  <uros@kss-loka.si>
1477
1478         * testsuite/gcc.dg/builtins-46.c: New.
1479
1480 2004-09-03  Devang Patel  <dpatel@apple.com>
1481
1482         * gcc.dg/tree-ssa/ifc-20040816-1.c: New test.
1483         * gcc.dg/tree-ssa/ifc-20040816-2.c: New test.
1484
1485 2004-09-03  Jan Beulich  <jbeulich@novell.com>
1486
1487         * g++.dg/abi/bitfield5.C: Use -mno-ms-bitfields.
1488         * g++.old-deja/g++.jason/thunk2.C: xfail for NetWare.
1489         * g++.old-deja/g++.law/profile1.C: xfail for NetWare.
1490         * g++.old-deja/g++.other/store-expr1.C: xfail for NetWare.
1491         * gcc.c-torture/compile/20001109-1.c: xfail for NetWare.
1492         * gcc.c-torture/compile/20001109-2.c: xfail for NetWare.
1493         * gcc.c-torture/execute/multi-ix.c: Use __builtin_bzero rather than
1494         the non-portable bzero.
1495         * gcc.dg/20010912-1.c: xfail for NetWare.
1496         * gcc.dg/20020426-2.c: xfail for NetWare.
1497         * gcc.dg/20021014-1.c: xfail for NetWare.
1498         * gcc.dg/20021018-1.c: xfail for NetWare.
1499         * gcc.dg/20030213-1.c: xfail for NetWare.
1500         * gcc.dg/20030225-1.c: xfail for NetWare.
1501         * gcc.dg/20030708-1.c: xfail for NetWare.
1502         * gcc.dg/builtins-config.h: Also exclude NetWare.
1503         * gcc.dg/format/format.h: Define restrict only if not already defined.
1504         * gcc.dg/nest.c: xfail for NetWare.
1505         * gcc.dg/special/gcsec-1.c: Don't pass -static for NetWare.
1506         * lib/target-supports.exp (check_visibility_available): Exclude
1507         NetWare.
1508
1509 2004-09-03  Jan Beulich  <jbeulich@novell.com>
1510
1511         * gcc.dg/pack-test-2.c: Adjust to permit and check #pragma pack(push).
1512         * gcc.dg/c99-flex-array-4.c: Add -fpack-struct=8 to provide a
1513         deterministic starting point for the alignment of structure fields.
1514         * gcc.dg/Wpadded.c: Dito.
1515         * g++.dg/abi/vbase10.C: Dito.
1516
1517 2004-09-03  Devang Patel  <dpatel@apple.com>
1518
1519         * g++.dg/debug/pr15736.cc: New test.
1520
1521 2004-09-02  Mark Mitchell  <mark@codesourcery.com>
1522
1523         * README.QMTEST: Fix out-of-date link.
1524
1525 2004-09-03  David Billinghurst <David.Billinghurst@riotinto.com>
1526
1527         PR fortran/16579
1528         * gfortran.fortran-torture/execute/intrinsic_i_char.f90:
1529         Delete.  Duplicate of gfortran.dg/g77/20010610.f
1530
1531 2004-09-02  Mark Mitchell  <mark@codesourcery.com>
1532
1533         * g++.dg/abi/arm_rtti1.C: New test.
1534
1535 2004-09-02  Geoffrey Keating  <geoffk@apple.com>
1536
1537         * gcc.dg/ppc-vector-memcpy.c: New.
1538         * gcc.dg/ppc-vector-memset.c: New.
1539
1540 2004-09-02  Chao-ying Fu  <fu@mips.com>
1541
1542         * gcc.target/mips/mips-3d-1.c: New test.
1543         * gcc.target/mips/mips-3d-2.c: New test.
1544         * gcc.target/mips/mips-3d-3.c: New test.
1545         * gcc.target/mips/mips-3d-4.c: New test.
1546         * gcc.target/mips/mips-3d-5.c: New test.
1547         * gcc.target/mips/mips-3d-6.c: New test.
1548         * gcc.target/mips/mips-3d-7.c: New test.
1549         * gcc.target/mips/mips-3d-8.c: New test.
1550         * gcc.target/mips/mips-3d-9.c: New test.
1551         * gcc.target/mips/mips-ps-1.c: New test.
1552         * gcc.target/mips/mips-ps-2.c: New test.
1553         * gcc.target/mips/mips-ps-3.c: New test.
1554         * gcc.target/mips/mips-ps-4.c: New test.
1555         * gcc.target/mips/mips-ps-type.c: New test.
1556
1557 2004-09-02  Paul Brook  <paul@codesourcery.com>
1558
1559         * gfortran.dg/edit_real_1.f90: Add new tests.
1560
1561 2004-09-01  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1562
1563         PR fortran/15327
1564         * gfortran.dg/merge_char_1.f90: New test.
1565
1566 2004-09-01  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1567
1568         PR fortran/16404
1569         * gfortran.dg/der_io_1.f90: XFAIL illegal testcase.
1570
1571 2004-09-01  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1572
1573         PR c/1522
1574         * gcc.c-torture/compile/20040901-1.c: New test, from PR.
1575
1576 2004-09-01  Mark Mitchell  <mark@codesourcery.com>
1577
1578         * g++.dg/opt/loop1.C: Do not XFAIL.
1579
1580 2004-09-01  Jakub Jelinek  <jakub@redhat.com>
1581
1582         * gcc.c-torture/execute/20040831-1.c: New test.
1583
1584 2004-09-01  David Billinghurst <David.Billinghurst@riotinto.com>
1585
1586         PR fortran/16579
1587         * gfortran.dg/g77/20010610.f: Now passes.
1588         Copy from g77.f-torture/execute. Add dg-run directive.
1589         * gfortran.dg/g77/README: Update
1590
1591 2004-08-31  Andrew Pinski  <pinskia@physics.uc.edu>
1592
1593         * gcc.dg/rs6000-power2-1.c (t1, t2, t3, t4): Add volatile.
1594         * gcc.dg/rs6000-power2-2.c: Fix the scan-assembly for the store.
1595         (t1, t2, t3, t4): Add volatile.
1596
1597 2004-08-31  Mark Mitchell  <mark@codesourcery.com>
1598
1599         * g++.dg/ext/visibility/arm1.C: New test.
1600
1601 2004-08-31  Geoffrey Keating  <geoffk@apple.com>
1602
1603         * gcc.dg/funcdef-storage-1.c: Add dg-options to suppress
1604         -pedantic-errors.
1605
1606 2004-09-01  Paul Brook  <paul@codesourcery.com>
1607
1608         * gfortran.dg/eof_2.f90: New test.
1609
1610 2004-08-31  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1611
1612         PR fortran/16579
1613         * gfortran.fortran-torture/execute/intrinsic_i_char.f90: New test.
1614
1615 2004-08-31  Bud Davis  <bdavis9659@comcast.net>
1616
1617         PR libfortran/16805
1618         * gfortran.dg/list_read_2.f90: New test.
1619
1620 2004-08-31  Mark Mitchell  <mark@codesourcery.com>
1621
1622         * g++.dg/abi/key1.C: New test.
1623
1624 2004-08-31  Richard Henderson  <rth@redhat.com>
1625
1626         * g++.dg/other/offsetof1.C: Include cstddef, use non-builtin
1627         form of offsetof.
1628         * g++.dg/other/offsetof5.C: Remove duplicate.
1629
1630 2004-08-31  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1631
1632         PR fortran/17244
1633         * gfortran.dg/func_derived_1.f90: New test.
1634
1635 2004-08-31  Paul Brook  <paul@codesourcery.com>
1636
1637         * gfortran.dg/eof_1.f90: New test.
1638
1639 2004-08-31  Paul Brook  <paul@codesourcery.com>
1640
1641         * gfortran.dg/list_read_1.f90: New file.
1642
1643 2004-08-30  Mark Mitchell  <mark@codesourcery.com>
1644
1645         * g++.dg/opt/loop1.C: XFAIL.
1646
1647 2004-08-30  Geoffrey Keating  <geoffk@apple.com>
1648
1649         * gcc.dg/funcdef-storage-1.c: New.
1650         * gcc.c-torture/compile/920625-2.c: Don't use 'static' to declare
1651         an extern function in local scope.
1652         * gcc.c-torture/execute/20010605-1.c: Don't use 'static inline' to
1653         declare an 'auto inline' function in local scope.
1654         * gcc.dg/20011130-1.c: Likewise.
1655         * gcc.c-torture/execute/nest-stdar-1.c: Don't use 'static' to declare
1656         an 'auto' function in local scope.
1657         * gcc.dg/20021014-1.c: Likewise.
1658         * gcc.dg/20030331-2.c: Likewise.
1659
1660 2004-08-30  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1661
1662         * gfortran.dg/blockdata_1.f90: New test.
1663
1664 2004-08-30  Richard Henderson  <rth@redhat.com>
1665
1666         * g++.dg/other/offsetof1.C: Use __builtin_offsetof.
1667
1668 2004-08-30  Richard Henderson  <rth@redhat.com>
1669
1670         * lib/fortran-torture.exp (fortran-torture-execute): Honor
1671         additional_flags set by alternate driver.
1672         (ieee-options): New procedure.
1673         * gfortran.fortran-torture/execute/intrinsic_fraction_exponent.x: New.
1674         * gfortran.fortran-torture/execute/intrinsic_nearest.x: New.
1675         * gfortran.fortran-torture/execute/intrinsic_set_exponent.x: New.
1676         * gfortran.fortran-torture/execute/nan_inf_fmt.x: New.
1677
1678 2004-08-30  Richard Henderson  <rth@redhat.com>
1679
1680         * lib/f-torture.exp: Remove.
1681
1682 2004-08-29  Mark Mitchell  <mark@codesourcery.com>
1683
1684         PR rtl-optimization/16590
1685         * g++.dg/opt/loop1.C: New test.
1686
1687 2004-08-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1688
1689         PR fortran/13910
1690         * gfortran.dg/oldstyle_1.f90: New test.
1691
1692 2004-08-29  Steven G. Kargl  <kargls@comcast.net>
1693         Paul Brook  <paul@codesourcery.com>
1694
1695         * gfortran.dg/g77/README: Update.
1696         * gfortran.dg/g77/erfc.f: Copy from g77.f-torture.
1697         * gfortran.dg/g77/intrinsic-unix-bessel.f: Ditto.
1698         * gfortran.dg/g77/intrinsic-unix-erf.f: Ditto.
1699
1700 2004-08-28  Paul Brook  <paul@codesourcery.com>
1701
1702         PR libfortran/17195
1703         * gfortran.dg/edit_real_1.f90: New test.
1704
1705 2004-08-27  Paul Brook  <paul@codesourcery.com>
1706
1707         * gfortran.dg/rewind_1.f90: New test.
1708
1709 2004-08-27  Bud Davis  <bdavis9659@comcast.net>
1710
1711         PR fortran/16597
1712         * gfortran.dg/pr16597.f90: New test.
1713
1714 2004-08-26  Joseph S. Myers  <jsm@polyomino.org.uk>
1715
1716         PR c/13801
1717         * gcc.dg/redecl-3.c, gcc.dg/redecl-4.c, gcc.dg/redecl-6.c,
1718         gcc.dg/redecl-7.c, gcc.dg/redecl-8.c, gcc.dg/redecl-9.c,
1719         gcc.dg/redecl-10.c, gcc.dg/debug/redecl-1.c,
1720         gcc.dg/debug/redecl-2.c, gcc.dg/debug/redecl-3.c,
1721         gcc.dg/debug/redecl-4.c, gcc.dg/debug/redecl-5.c: New tests.
1722
1723 2004-08-26  Nick Clifton  <nickc@redhat.com>
1724
1725         * gcc.c-torture/compile/pr17119.c: New test.
1726
1727 2004-08-26  Joseph S. Myers  <jsm@polyomino.org.uk>
1728
1729         * gcc.dg/c90-typespec-1.c, gcc.dg/c99-typespec-1.c: New tests.
1730
1731 2004-08-25  Richard Henderson  <rth@redhat.com>
1732
1733         * gfortran.fortran-torture/execute/intrinsic_sr_kind.f90: Disable
1734         the bits that expect kind=8 to be the largest real kind.
1735
1736 2004-08-25  Ziemowit Laski  <zlaski@apple.com>
1737
1738         * objc.dg/const-str-3.m: Include <stdlib.h> and <memory.h>.
1739
1740 2004-08-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1741
1742         * gfortran.dg/assignment_1.f90: New test.
1743
1744 2004-08-25  Adam Nemet  <anemet@lnxw.com>
1745
1746         * g++.dg/template/repo3.C: New test.
1747
1748 2004-08-25  Roger Sayle  <roger@eyesopen.com>
1749
1750         PR middle-end/16693
1751         PR tree-optimization/16372
1752         * g++.dg/opt/pr16372-1.C: New test case.
1753         * g++.dg/opt/pr16693-1.C: New test case.
1754         * g++.dg/opt/pr16693-2.C: New test case.
1755
1756 2004-08-25  Ziemowit Laski  <zlaski@apple.com>
1757
1758         * objc.dg/proto-lossage-4.m: New test.
1759
1760 2004-08-25  Mark Mitchell  <mark@codesourcery.com>
1761
1762         PR c++/17155
1763         * g++.dg/inherit/local2.C: New test.
1764
1765 2004-08-25  Paul Brook  <paul@codesourcery.com>
1766
1767         PR fortran/17144
1768         * gfortran.dg/string_ctor_1.f90: New test.
1769
1770 2004-08-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1771
1772         PR c++/14428
1773         * g++.dg/template/redecl2.C: New test.
1774
1775 2004-08-24  Bud Davis  <bdavis9659@comcast.net>
1776
1777         PR fortran/17143
1778         * gfortran.dg/pr17143.f90: New test.
1779
1780 2004-08-24  Bud Davis  <bdavis9659@comcast.net>
1781
1782         PR fortran/17164
1783         * gfortran.dg/pr17164.f90: New test.
1784
1785 2004-08-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1786
1787         * gcc.dg/tree-ssa/loop-1.c: New test.
1788
1789 2004-08-24  Richard Sandiford  <rsandifo@redhat.com>
1790
1791         * gcc.c-torture/compile/20040824-1.c: New test.
1792
1793 2004-08-24  Richard Sandiford  <rsandifo@redhat.com>
1794
1795         * gcc.c-torture/compile/iftrap-3.c: New test.
1796
1797 2004-08-24  Paul Brook  <paul@codesourcery.com>
1798
1799         * gfortran.dg/entry_2.f90: New test.
1800
1801 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
1802
1803         PR c++/16889
1804         * g++.dg/lookup/ambig[12].C: New.
1805
1806 2004-08-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1807
1808         PR c++/16706
1809         * g++.dg/template/crash21.C: New test.
1810         * g++.dg/template/crash22.C: Likewise.
1811
1812 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
1813
1814         PR c++/17149
1815         * g++.dg/template/access15.C: New.
1816
1817 2004-08-23  Mark Mitchell  <mark@codesourcery.com>
1818
1819         PR c++/17163
1820         * g++.dg/template/repo2.C: New test.
1821
1822 2004-08-23  Roger Sayle  <roger@eyesopen.com>
1823
1824         PR rtl-optimization/17078
1825         * gcc.c-torture/execute/pr17078-1.c: New test case.
1826
1827 2004-08-23  Mark Mitchell  <mark@codesourcery.com>
1828
1829         PR c/14492
1830         * gcc.dg/debug/crash1.c: New test.
1831
1832 2004-08-23  Mark Mitchell  <mark@codesourcery.com>
1833
1834         PR c/16180
1835         * gcc.dg/loop-5.c: New test.
1836
1837 2004-08-23  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1838
1839         * gcc.c-torture/execute/20040823-1.c: New test.
1840
1841 2004-08-23  Richard Sandiford  <rsandifo@redhat.com>
1842
1843         * gcc.dg/special/mips-abi.exp: Expect gcc to pass the GNU ABI flags
1844         to the assembler.  Simplify test accordingly.
1845         (asm_abi_flags): Use GNU names.
1846         (check_mips_abi, default_abi): Use string matches against "-mabi=*"
1847         to check for ABI flags.
1848
1849 2004-08-22  Andrew Pinski  <apinski@apple.com>
1850
1851         * g++.dg/opt/pr14029.C: New test.
1852         * gcc.c-torture/execute/pr15262.c: New test.
1853
1854 2004-08-22  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1855
1856         * gfortran.dg/reduction.f90: Add checks with complex arguments.
1857
1858 2004-08-21  Bud Davis  <bdavis9659@comcast.net>
1859
1860         PR 16908
1861         * gfortran.dg/direct_io.f90: New test.
1862
1863 2004-08-20  Mark Mitchell  <mark@codesourcery.com>
1864
1865         PR c++/17121
1866         * g++.dg/inherit/local2.C: New test.
1867
1868 2004-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
1869
1870         PR c++/17120
1871         * g++.dg/warn/Wparentheses-4.C: New test.
1872
1873 2004-08-20  Mark Mitchell  <mark@codesourcery.com>
1874
1875         PR c++/17121
1876         * g++.dg/inherit/local2.C: New test.
1877
1878         * gcc.dg/darwin-longlong.c: Include <stdlib.h>.
1879         * gcc.dg/ppc-ldstruct.c: Likewise.
1880         * gcc.dg/ppc64-abi-2.c: Likewise.
1881
1882 2004-08-20  Jakub Jelinek  <jakub@redhat.com>
1883
1884         PR rtl-optimization/17099
1885         * gcc.c-torture/execute/20040820-1.c: New test.
1886
1887 2004-08-20  David Edelsohn  <edelsohn@gnu.org>
1888
1889         * gcc.dg/uninit-H.c: Add _POWER to powerpc case.
1890
1891 2004-08-20  Canqun Yang  <canqun@nudt.edu.cn>
1892
1893         PR fortran/17077
1894         * gfortran.dg/auto_array_1.f90: New test.
1895
1896 2004-08-19  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1897
1898         PR fortran/17074
1899         * gfortran.dg/simpleif_1.f90: New test.
1900
1901 2004-08-19  Mark Mitchell  <mark@codesourcery.com>
1902
1903         * lib/target-supports.exp (check_profiling_available): Return
1904         false for arm*-*-symbianelf* and arm*-*-eabi*.
1905
1906         PR c++/15890
1907         * g++.dg/template/delete1.C: New test.
1908
1909 2004-08-19  Paul Brook  <paul@codesourcery.com>
1910
1911         PR fortran/14976
1912         PR fortran/16228
1913         * gfortran.dg/data_char_1.f90: New test.
1914
1915 2004-08-19  Erik Schnetter  <schnetter@aei.mpg.de>
1916
1917         PR fortran/16946
1918         * gfortran.dg/reduction.f90: New testcase.
1919
1920 2004-08-19  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1921
1922         PR fortran/16520
1923         * gfortran.dg/g77/19990905-1.f: Don't expect excess errors.
1924
1925 2004-08-19  Joseph S. Myers  <jsm@polyomino.org.uk>
1926
1927         PR c++/17041
1928         * g++.dg/Wparentheses-3.C: New test.
1929
1930 2004-08-19  Dorit Naishlos  <dorit@il.ibm.com>
1931
1932         * gcc.dg/vect/vect-1.c: Remove xfail from i?86-*-* x86_64-*-* due
1933         to usage of PREFERRED_STACK_BOUNDARY in the vectorizer.
1934         * gcc.dg/vect/vect-2.c: Likewise.
1935         * gcc.dg/vect/vect-3.c: Likewise.
1936         * gcc.dg/vect/vect-4.c: Likewise.
1937         * gcc.dg/vect/vect-5.c: Likewise.
1938         * gcc.dg/vect/vect-6.c: Likewise.
1939         * gcc.dg/vect/vect-7.c: Likewise.
1940         * gcc.dg/vect/vect-25.c: Likewise.
1941         * gcc.dg/vect/vect-31.c: Likewise.
1942         * gcc.dg/vect/vect-32.c: Likewise.
1943         * gcc.dg/vect/vect-34.c: Likewise.
1944         * gcc.dg/vect/vect-36.c: Likewise.
1945         * gcc.dg/vect/vect-all.c: Likewise.
1946
1947 2004-08-18  Mark Mitchell  <mark@codesourcery.com>
1948
1949         PR c++/17068
1950         * g++.dg/template/operator4.C: New test.
1951
1952 2004-08-18  Richard Henderson  <rth@redhat.com>
1953
1954         * gcc.dg/20040206-1.c: XFAIL.
1955
1956 2004-08-17  Mark Mitchell  <mark@codesourcery.com>
1957
1958         PR c++/16246
1959         * g++.dg/template/array7.C: New test.
1960
1961 2004-08-17  James E Wilson  <wilson@specifixinc.com>
1962
1963         * gcc.dg/mips-movcc-1.c: New test.
1964         * gcc.dg/mips-movcc-2.c: New test.
1965         * gcc.dg/mips-movcc-3.c: New test.
1966
1967         * gcc.dg/mips-nmadd-1.c: New test.
1968         * gcc.dg/mips-nmadd-2.c: New test.
1969
1970 2004-08-17  Mark Mitchell  <mark@codesourcery.com>
1971
1972         PR c++/15871
1973         * g++.dg/opt/inline8.C: New test.
1974
1975         PR c++/16965
1976         * g++.dg/parse/error17.C: New test.
1977
1978 2004-08-17  Dorit Naishlos  <dorit@il.ibm.com>
1979
1980         * gcc.dg/vect: New directory for vectorizer tests.
1981         * gcc.dg/vect/tree-vect.h: New file.
1982         * gcc.dg/vect/vect.exp: New file.
1983         * gcc.dg/vect/pr16105.c.c: New test.
1984         * gcc.dg/vect/vect-1.c: New test.
1985         * gcc.dg/vect/vect-2.c: New test.
1986         * gcc.dg/vect/vect-3.c: New test.
1987         * gcc.dg/vect/vect-4.c: New test.
1988         * gcc.dg/vect/vect-5.c: New test.
1989         * gcc.dg/vect/vect-6.c: New test.
1990         * gcc.dg/vect/vect-7.c: New test.
1991         * gcc.dg/vect/vect-8.c: New test.
1992         * gcc.dg/vect/vect-9.c: New test.
1993         * gcc.dg/vect/vect-10.c: New test.
1994         * gcc.dg/vect/vect-11.c: New test.
1995         * gcc.dg/vect/vect-12.c: New test.
1996         * gcc.dg/vect/vect-13.c: New test.
1997         * gcc.dg/vect/vect-14.c: New test.
1998         * gcc.dg/vect/vect-15.c: New test.
1999         * gcc.dg/vect/vect-16.c: New test.
2000         * gcc.dg/vect/vect-17.c: New test.
2001         * gcc.dg/vect/vect-18.c: New test.
2002         * gcc.dg/vect/vect-19.c: New test.
2003         * gcc.dg/vect/vect-20.c: New test.
2004         * gcc.dg/vect/vect-21.c: New test.
2005         * gcc.dg/vect/vect-22.c: New test.
2006         * gcc.dg/vect/vect-23.c: New test.
2007         * gcc.dg/vect/vect-24.c: New test.
2008         * gcc.dg/vect/vect-25.c: New test.
2009         * gcc.dg/vect/vect-26.c: New test.
2010         * gcc.dg/vect/vect-27.c: New test.
2011         * gcc.dg/vect/vect-28.c: New test.
2012         * gcc.dg/vect/vect-29.c: New test.
2013         * gcc.dg/vect/vect-30.c: New test.
2014         * gcc.dg/vect/vect-31.c: New test.
2015         * gcc.dg/vect/vect-32.c: New test.
2016         * gcc.dg/vect/vect-33.c: New test.
2017         * gcc.dg/vect/vect-34.c: New test.
2018         * gcc.dg/vect/vect-35.c: New test.
2019         * gcc.dg/vect/vect-36.c: New test.
2020         * gcc.dg/vect/vect-37.c: New test.
2021         * gcc.dg/vect/vect-38.c: New test.
2022         * gcc.dg/vect/vect-40.c: New test.
2023         * gcc.dg/vect/vect-41.c: New test.
2024         * gcc.dg/vect/vect-42.c: New test.
2025         * gcc.dg/vect/vect-43.c: New test.
2026         * gcc.dg/vect/vect-44.c: New test.
2027         * gcc.dg/vect/vect-45.c: New test.
2028         * gcc.dg/vect/vect-46.c: New test.
2029         * gcc.dg/vect/vect-47.c: New test.
2030         * gcc.dg/vect/vect-48.c: New test.
2031         * gcc.dg/vect/vect-49.c: New test.
2032         * gcc.dg/vect/vect-50.c: New test.
2033         * gcc.dg/vect/vect-51.c: New test.
2034         * gcc.dg/vect/vect-52.c: New test.
2035         * gcc.dg/vect/vect-53.c: New test.
2036         * gcc.dg/vect/vect-54.c: New test.
2037         * gcc.dg/vect/vect-55.c: New test.
2038         * gcc.dg/vect/vect-56.c: New test.
2039         * gcc.dg/vect/vect-57.c: New test.
2040         * gcc.dg/vect/vect-58.c: New test.
2041         * gcc.dg/vect/vect-59.c: New test.
2042         * gcc.dg/vect/vect-60.c: New test.
2043         * gcc.dg/vect/vect-61.c: New test.
2044         * gcc.dg/vect/vect-all.c: New test.
2045         * gcc.dg/vect/vect-none.c: New test.
2046
2047 2004-08-17  Paul Brook  <paul@codesourcery.com>
2048
2049         PR fortran/13082
2050         * gfortran.dg/entry_1.f90: New test.
2051
2052 2004-08-17  Andrew Pinski  <apinski@apple.com>
2053
2054         * gcc.dg/darwin-20040812-1.c: Compile only on darwin.
2055
2056 2004-08-17  Paolo Bonzini  <bonzini@gnu.org>
2057
2058         * gcc.dg/pr17036-1.c: New test.
2059
2060 2004-08-16  Devang Patel  <dpatel@apple.com>
2061
2062         * gcc.dg/darwin-20040809-1.c: New test.
2063
2064 2004-08-16  Joseph S. Myers  <jsm@polyomino.org.uk>
2065
2066         * gcc.dg/funcdef-attr-1.c: New test.
2067
2068 2004-08-16  Janis Johnson  <janis187@us.ibm.com>
2069
2070         * gcc.dg/altivec-17.c: New test.
2071         * gcc.dg/altivec-18.c: New test.
2072
2073 2004-08-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2074
2075         PR c++/6749
2076         * g++.dg/template/vtable2.C: New test.
2077
2078 2004-08-14  Richard Henderson  <rth@redhat.com>
2079
2080         * gcc.dg/torture/builtin-attr-1.c: Fix scalbln prototype.
2081         * gcc.dg/pack-test-4.c (main): Return 0.
2082         * gcc.dg/setjmp-1.c: Remove XFAIL.
2083         * gcc.dg/tree-ssa/20040615-1.c: Pass during dom1.
2084
2085 2004-08-14  Richard Henderson  <rth@redhat.com>
2086
2087         * gcc.dg/980217-1.c: Add prototype for printf.
2088
2089 2004-08-13  Bud Davis  <bdavis9659@comcast.net>
2090
2091         * gfortran.dg/pr16935.f90: New test.
2092
2093 2004-08-13  Janis Johnson  <janis187@us.ibm.com>
2094
2095         * g++.dg/ext/altivec-2.C: Revert previous changes and don't execute.
2096
2097 2004-08-13  Paul Brook  <paul@codesourcery.com>
2098
2099         * gfortran.dg/der_io_1.f90: Remove stray comma.
2100
2101 2004-08-12  Janis Johnson  <janis187@us.ibm.com>
2102
2103         * gcc.dg/vmx/cw-bug-2.c: Remove.
2104         * gcc.dg/vmx/vprint-1.c: Remove.
2105         * gcc.dg/vmx/vscan-1.c: Remove.
2106
2107 2004-08-12  Devang patel  <dpatel@apple.com>
2108
2109         * gcc.dg/darwin-20040809-2.c: New test.
2110
2111 2004-08-12  Janis Johnson  <janis1872us.ibm.com>
2112
2113         * g++.dg/ext/altivec-12.C: New test.
2114
2115         * g++.dg/ext/altivec-11.C: New test.
2116
2117 2004-08-12  Paul Brook  <paul@codesourcery.com>
2118
2119         * g++.dg/abi/arm_cxa_vec_1.C: New test.
2120
2121 2004-08-12  Janis Johnson  <janis187@us.ibm.com>
2122
2123         * g++.dg/ext/altivec-2.C: Check for hardware support before
2124         executing any VMX instructions.
2125
2126         * gcc.dg/vmx/ops-long-2.c: Add dg-error directives.
2127
2128 2004-08-12  Jakub Jelinek  <jakub@redhat.com>
2129
2130         PR c++/16276
2131         * g++.old-deja/g++.other/comdat4.C: New test.
2132         * g++.old-deja/g++.other/comdat4-aux.cc: New.
2133
2134 2004-08-12  Ben Elliston  <bje@au.ibm.com>
2135
2136         PR target/16286
2137         * gcc.dg/pr16286.c: New test.
2138
2139 2004-08-12 Jan Beulich <jbeulich@novell.com>
2140
2141         * g++.dg/ext/asm5.C: New.
2142
2143 2004-08-11  Mark Mitchell  <mark@codesourcery.com>
2144
2145         PR c++/16698
2146         * g++.dg/eh/crash1.C: New test.
2147
2148         PR c++/16717
2149         * g++.dg/ext/construct1.C: New test.
2150
2151 2004-08-11  Mark Mitchell  <mark@codesourcery.com>
2152
2153         PR c++/16853
2154         * g++.dg/init/ptrmem1.C: New test.
2155
2156         PR c++/16618
2157         * g++.dg/parse/offsetof5.C: New test.
2158
2159         PR c++/16870
2160         * g++.dg/template/overload3.C: New test.
2161
2162 2004-08-11  Mark Mitchell  <mark@codesourcery.com>
2163
2164         PR c++/16964
2165         * g++.dg/parse/error16.C: New test.
2166
2167         PR c++/16904
2168         * g++.dg/template/error14.C: New test.
2169
2170         PR c++/16929
2171         * g++.dg/template/error15.C: New test.
2172
2173 2004-08-11  Devang Patel  <dpatel@apple.com>
2174
2175         * gcc.dg/darwin-ld-20040809-1.c: New test.
2176         * gcc.dg/darwin-ld-20040809-2.c: New test.
2177
2178 2004-08-11  Steven G. Kargl  <kargls@comcast.net>
2179
2180         PR fortran/16917
2181         * gfortran.dg/dfloat_1.f90: New test.
2182
2183 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
2184
2185         * gcc.dg/testsuite/gcc.dg/arm-eabi1.c: New test.
2186         * gcc.dg/dll-2.c: Fix dg-require syntax.
2187         * gcc.misc-tests/arm-isr.c (abort): Declare.
2188         (exit): Likewise.
2189
2190 2004-08-10  Mark Mitchell  <mark@codesourcery.com>
2191
2192         PR c++/16971
2193         * g++.dg/parse/crash16.C: New test.
2194
2195 2004-08-10  Roger Sayle  <roger@eyesopen.com>
2196
2197         * gcc.dg/mips-rsqrt-1.c: New test case.
2198         * gcc.dg/mips-rsqrt-2.c: New test case.
2199         * gcc.dg/mips-rsqrt-3.c: New test case.
2200
2201 2004-08-10  Paul Brook  <paul@codesourcery.com>
2202
2203         * gfortran.dg/der_io_1.f90: New test.
2204
2205 2004-08-10  Paul Brook  <paul@codesourcery.com>
2206
2207         PR fortran/16919
2208         * gfortran.dg/der_array_1.f90: New test.
2209
2210 2004-08-09  David Edelsohn  <edelsohn@gnu.org>
2211
2212         * gcc.dg/cpp/assert4.c: _AIX asserts #system(unix).
2213
2214 2004-08-09  Paolo Bonzini  <bonzini@gnu.org>
2215
2216         * gcc.dg/wchar_t-2.c: Fix typo.
2217
2218 2004-08-09  Falk Hueffner  <falk@debian.org>
2219
2220         PR tree-optimization/12517
2221         * gcc.c-torture/compile/pr12517.c: New test.
2222
2223         PR tree-optimization/12578
2224         * gcc.c-torture/compile/pr12578.c: New test.
2225
2226         PR tree-optimization/12899
2227         * gcc.c-torture/compile/pr12899.c: New test.
2228
2229         PR rtl-optimization/14692
2230         * gcc.c-torture/compile/pr14692.c: New test.
2231
2232         PR tree-optimization/16461
2233         * gcc.c-torture/compile/pr16461.c: New test.
2234
2235 2004-08-06  Janne Blomqvist  <jblomqvi@cc.hut.fi>
2236
2237         * gfortran.dg/getenv_1.f90: New test.
2238
2239 2004-08-06  Mark Mitchell  <mark@codesourcery.com>
2240
2241         * gcc.dg/symbian4.c: Expect a 2-byte wchar_t, not a 4-byte
2242         wchar_t.
2243         * gcc.dg/symbian5.c: Test -fno-short-wchar.
2244
2245 2004-08-06  Paul Brook  <paul@codesourcery.com>
2246
2247         * gfortran.dg/ret_array_1.f90: New test.
2248         * gfortran.dg/ret_pointer_1.f90: New test.
2249
2250 2004-08-06  Richard Sandiford  <rsandifo@redhat.com>
2251
2252         * gcc.dg/missing-field-init-[12].c: New tests.
2253         * g++.dg/warn/missing-field-init-[12].C: New tests.
2254
2255 2004-08-06  Mark Mitchell  <mark@codesourcery.com>
2256
2257         * gcc.dg/enum2.c: New test.
2258         * gcc.dg/symbian3.c: Likewise.
2259         * gcc.dg/symbian4.c: Likewise.
2260         * gcc.dg/wchar_t-2.c: Likewise.
2261
2262 2004-08-05  Mark Mitchell  <mark@codesourcery.com>
2263
2264         * g++.dg/ext/visibility/visibility-8.C: Add constructor and
2265         destructor tests.
2266
2267 2004-08-05  Mark Mitchell  <mark@codesourcery.com>
2268
2269         * g++.dg/ext/visibility/assign1.C: Use scan-hidden and
2270         dg-require-visiblity.
2271         * g++.dg/ext/visibility/fvisibility-inlines-hidden.C: Likewise.
2272         * g++.dg/ext/visibility/fvisibility.C: Likewise.
2273         * g++.dg/ext/visibility/memfuncts.C: Likewise.
2274         * g++.dg/ext/visibility/new1.C: Likewise.
2275         * g++.dg/ext/visibility/pragma.C: Likewise.
2276         * g++.dg/ext/visibility/staticmemfuncts.C: Likewise.
2277         * g++.dg/ext/visibility/virtual.C: Likewise.
2278         * g++/dg/ext/visibility/visibility-1.C: Likewise.
2279         * g++/dg/ext/visibility/visibility-2.C: Likewise.
2280         * g++/dg/ext/visibility/visibility-3.C: Likewise.
2281         * g++/dg/ext/visibility/visibility-4.C: Likewise.
2282         * g++/dg/ext/visibility/visibility-5.C: Likewise.
2283         * g++/dg/ext/visibility/visibility-6.C: Likewise.
2284         * g++/dg/ext/visibility/visibility-7.C: Likewise.
2285         * g++/dg/ext/visibility/visibility-8.C: New test.
2286         * gcc.c-torture/compile/dll.x: Remove.
2287         * gcc.dg/dll-2.c: Use dg-require-dll
2288         * gcc.dg/visibility-10.c: New test.
2289         * lib/gcc-dg.exp (dg-require-dll): Add Symbian to list of targets
2290         supporting DLLs.
2291         * testsuite/lib/scanasm.exp (scan_hidden): New function.
2292         (scan_not_hidden): Likewise.
2293
2294 2004-08-05  David Edelsohn  <edelsohn@gnu.org>
2295
2296         * gcc.dg/sh4a-fprun.c: Fix dg-do typo.
2297
2298 2004-08-05  Richard Sandiford  <rsandifo@redhat.com>
2299
2300         * gcc.c-torture/execute/20040805-1.c: New test.
2301
2302 2004-08-04  Andrew Pinski  <pinskia@physics.uc.edu>
2303
2304         * gcc.dg/20020118-1.c: Declare abort.
2305         * gcc.dg/altivec_check.h: Likewise.
2306         * gcc.dg/iftrap-2.c: Likewise.
2307         * gcc.dg/pragma-darwin.c: Likewise.
2308         * gcc.dg/rs6000-ldouble-1.c: Declare abort and exit.
2309
2310 2004-08-04  Geoffrey Keating  <geoffk@apple.com>
2311
2312         * g++.dg/ext/altivec_check.h: Declare exit as extern "C".
2313
2314 2004-08-05  Joseph S. Myers  <jsm@polyomino.org.uk>
2315
2316         * gcc.c-torture/execute/builtins/abs-2.c,
2317         gcc.c-torture/execute/builtins/abs-3.c,
2318         gcc.c-torture/execute/builtins/lib/abs.c, gcc.dg/format/format.h,
2319         gcc.dg/torture/builtin-attr-1.c: Use predefined macros for
2320         intmax_t, uintmax_t and their limits.
2321         * gcc.dg/intmax_t-1.c: New test.
2322
2323 2004-08-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2324
2325         * g++.dg/tc1/dr147.C: Add reference to PR.
2326
2327 2004-08-03  Richard Sandiford  <rsandifo@redhat.com>
2328
2329         * gcc.dg/mips-args-[23].c: Declare abort() and exit().
2330         * gcc.dg/torture/mips-hilo-[12].c: Likewise.
2331
2332 2004-08-03  David Edelsohn  <edelsohn@gnu.org>
2333
2334         * gcc.dg/compat/struct-layout-1.exp: Fix error message typo.
2335
2336 2004-08-03  Joseph S. Myers  <jsm@polyomino.org.uk>
2337
2338         * gcc.dg/redecl-5.c: New test.
2339         * gcc.dg/format/attr-6.c: Expect warning for implicit declaration
2340         of scanf.
2341
2342 2004-08-03  Roger Sayle  <roger@eyesopen.com>
2343
2344         PR middle-end/16790
2345         * gcc.c-torture/execute/pr16790-1.c: New test case.
2346
2347 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
2348
2349         * g++.dg/ext/visibility/assign1.C: New test.
2350         * g++.dg/ext/visibility/new1.C: Likewise.
2351
2352         * gcc.dg/symbian1.c: New test.
2353         * gcc.dg/symbian2.c: Likewise.
2354
2355 2004-08-03  H.J. Lu  <hongjiu.lu@intel.com>
2356
2357         PR target/16570
2358         * gcc.dg/i386-sse-9.c: New test.
2359
2360 2004-08-03  Joseph S. Myers  <jsm@polyomino.org.uk>
2361
2362         * gcc.dg/array-7.c, gcc.dg/c99-tag-2.c: New tests.
2363
2364 2004-08-03  Joseph S. Myers  <jsm@polyomino.org.uk>
2365
2366         * gcc.dg/20001023-1.c, gcc.dg/20001108-1.c, gcc.dg/20001117-1.c,
2367         gcc.dg/20010202-1.c, gcc.dg/20011008-2.c, gcc.dg/20011214-1.c,
2368         gcc.dg/20020201-1.c, gcc.dg/20020312-2.c, gcc.dg/20020426-2.c,
2369         gcc.dg/20030331-2.c, gcc.dg/20030612-1.c, gcc.dg/20030926-1.c,
2370         gcc.dg/20031216-1.c, gcc.dg/20031218-3.c, gcc.dg/20040305-2.c,
2371         gcc.dg/980226-1.c, gcc.dg/Wreturn-type2.c,
2372         gcc.dg/Wunreachable-6.c, gcc.dg/Wunreachable-7.c,
2373         gcc.dg/align-1.c, gcc.dg/builtin-prefetch-1.c,
2374         gcc.dg/builtins-17.c, gcc.dg/builtins-19.c, gcc.dg/builtins-2.c,
2375         gcc.dg/builtins-20.c, gcc.dg/builtins-21.c, gcc.dg/builtins-7.c,
2376         gcc.dg/builtins-8.c, gcc.dg/cpp/19930510-1.c,
2377         gcc.dg/cpp/charconst-3.c, gcc.dg/cpp/charconst-4.c,
2378         gcc.dg/cpp/mi6.c, gcc.dg/cpp/tr-paste.c, gcc.dg/cpp/trad/mi6.c,
2379         gcc.dg/cpp/trad/paste.c, gcc.dg/cpp/trad/strify.c,
2380         gcc.dg/fastmath-1.c, gcc.dg/fshort-wchar.c, gcc.dg/i386-387-7.c,
2381         gcc.dg/i386-387-8.c, gcc.dg/i386-asm-1.c, gcc.dg/i386-cadd.c,
2382         gcc.dg/i386-fpcvt-3.c, gcc.dg/i386-loop-3.c,
2383         gcc.dg/i386-memset-1.c, gcc.dg/loop-2.c, gcc.dg/nest.c,
2384         gcc.dg/noncompile/971104-1.c, gcc.dg/noncompile/990416-1.c,
2385         gcc.dg/noncompile/scope.c, gcc.dg/pack-test-4.c,
2386         gcc.dg/pack-test-5.c, gcc.dg/pch/inline-4.c, gcc.dg/postincr-1.c,
2387         gcc.dg/pr10392-1.c, gcc.dg/pragma-align.c,
2388         gcc.dg/profile-generate-1.c, gcc.dg/sibcall-1.c,
2389         gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c,
2390         gcc.dg/sibcall-5.c, gcc.dg/sibcall-6.c, gcc.dg/switch-warn-1.c,
2391         gcc.dg/switch-warn-2.c, gcc.dg/torture/builtin-attr-1.c,
2392         gcc.dg/torture/builtin-math-1.c, gcc.dg/torture/builtin-noret-2.c,
2393         gcc.dg/trampoline-1.c, gcc.dg/tree-ssa/20030703-1.c,
2394         gcc.dg/tree-ssa/20030703-2.c, gcc.dg/tree-ssa/20030708-1.c,
2395         gcc.dg/tree-ssa/20030709-3.c, gcc.dg/tree-ssa/20030710-1.c,
2396         gcc.dg/tree-ssa/20030711-1.c, gcc.dg/tree-ssa/20030729-1.c,
2397         gcc.dg/tree-ssa/20030730-1.c, gcc.dg/tree-ssa/20030730-2.c,
2398         gcc.dg/tree-ssa/20030731-1.c, gcc.dg/tree-ssa/20030807-11.c,
2399         gcc.dg/tree-ssa/20030807-2.c, gcc.dg/tree-ssa/20030807-5.c,
2400         gcc.dg/tree-ssa/20030807-7.c, gcc.dg/tree-ssa/20030808-1.c,
2401         gcc.dg/tree-ssa/20030814-1.c, gcc.dg/tree-ssa/20030814-2.c,
2402         gcc.dg/tree-ssa/20030814-3.c, gcc.dg/tree-ssa/20030814-4.c,
2403         gcc.dg/tree-ssa/20030814-5.c, gcc.dg/tree-ssa/20030814-6.c,
2404         gcc.dg/tree-ssa/20030814-7.c, gcc.dg/tree-ssa/20030815-1.c,
2405         gcc.dg/tree-ssa/20030907-1.c, gcc.dg/tree-ssa/20030917-3.c,
2406         gcc.dg/tree-ssa/20030922-1.c, gcc.dg/tree-ssa/20031113-1.c,
2407         gcc.dg/tree-ssa/20040121-1.c, gcc.dg/tree-ssa/20040319-1.c,
2408         gcc.dg/tree-ssa/20040324-1.c, gcc.dg/tree-ssa/20040326-1.c,
2409         gcc.dg/tree-ssa/20040326-2.c, gcc.dg/tree-ssa/20040517-1.c,
2410         gcc.dg/tree-ssa/ssa-ccp-10.c, gcc.dg/tree-ssa/ssa-pre-1.c,
2411         gcc.dg/tree-ssa/tailcall-1.c, gcc.dg/tree-ssa/tailrecursion-5.c,
2412         gcc.dg/ultrasp3.c, gcc.dg/winline-7.c, gcc.misc-tests/bprob-1.c,
2413         gcc.misc-tests/bprob-2.c, gcc.misc-tests/gcov-3.c,
2414         gcc.misc-tests/gcov-4.c, gcc.misc-tests/gcov-4b.c,
2415         gcc.misc-tests/gcov-6.c, gcc.misc-tests/gcov-7.c,
2416         gcc.misc-tests/i386-pf-3dnow-1.c,
2417         gcc.misc-tests/i386-pf-athlon-1.c,
2418         gcc.misc-tests/i386-pf-none-1.c, gcc.misc-tests/i386-pf-sse-1.c,
2419         objc.dg/nested-func-1.m, objc.dg/special/unclaimed-category-1.m:
2420         Declare built-in functions used.
2421         * gcc.dg/torture/builtin-attr-1.c (nexttoward): Use FPTEST2ARG2.
2422
2423 2004-08-02  Mark Mitchell  <mark@codesourcery.com>
2424
2425         PR c++/16707
2426         * g++.dg/lookup/using12.C: New test.
2427
2428         * g++.dg/init/null1.C: Fix PR number.
2429         * g++.dg/parse/namespace10.C: Likewise.
2430
2431 2004-08-01  Mark Mitchell  <mark@codesourcery.com>
2432
2433         PR c++/16224
2434         * g++.dg/template/spec17.C: New test.
2435         * g++.old-deja/g++.ns/template13.C: Remove XFAIL.
2436         * g++.old-deja/g++.pt/lookup10.C: Add dg-error marker.
2437
2438 2004-08-02  David Billinghurst
2439
2440         PR fortran/16292
2441         * gfortran.dg/g77/cabs.f: xfail on mips-sgi-irix6*
2442
2443 2004-08-01  Zack Weinberg  <zack@codesourcery.com>
2444
2445         * gcc.dg/ia64-got-1.c: New test case.
2446
2447 2004-08-01  Mark Mitchell  <mark@codesourcery.com>
2448
2449         PR c++/16489
2450         * g++.dg/init/null1.C: New test.
2451         * g++.dg/tc1/dr76.C: Adjust error marker.
2452
2453         PR c++/16529
2454         * g++.dg/parse/namespace10.C: New test.
2455
2456         PR c++/16810
2457         * g++.dg/inherit/ptrmem2.C: New test.
2458
2459 2004-08-02  Ben Elliston  <bje@au.ibm.com>
2460
2461         PR target/16155
2462         * gcc.dg/pr16155.c: New test.
2463
2464 2004-07-31  Joseph S. Myers  <jsm@polyomino.org.uk>
2465
2466         * gcc.dg/redecl-2.c: New test.
2467
2468 2004-07-30  Geoffrey Keating  <geoffk@apple.com>
2469
2470         * gcc.dg/darwin-longdouble.c: New file.
2471
2472 2004-07-30  Richard Henderson  <rth@redhat.com>
2473
2474         * gfortran.fortran-torture/execute/intrinsic_rrspacing.f90: Fix
2475         write to constant argument.
2476         * gfortran.fortran-torture/execute/intrinsic_scale.f90: Likewise.
2477
2478 2004-07-30  Richard Henderson  <rth@redhat.com>
2479
2480         * gfortran.fortran-torture/execute/intrinsic_nearest.f90: Disable
2481         tests of nearest around zero.
2482
2483 2004-07-30  Andrew Pinski  <apinski@apple.com>
2484
2485         * gcc.c-torture/compile/20040730-1.c: New test.
2486
2487 2004-07-30  Aldy Hernandez  <aldyh@redhat.com>
2488
2489         * gcc.dg/vmx/vmx.exp: Explain why we skip tests for
2490         powerpc-eabispe.
2491
2492 2004-07-30  Aldy Hernandez  <aldyh@redhat.com>
2493
2494         * gcc.dg/vmx/vmx.exp: Disable tests for eabispe.
2495
2496 2004-07-30  Richard Sandiford  <rsandifo@redhat.com>
2497
2498         * lib/g++.exp (g++_link_flags): Check whether LD_LIBRARY_PATH already
2499         contains $ld_library_path.
2500         * lib/gfortran.exp (gfortran_link_flags): Likewise.
2501
2502 2004-07-29  Richard Henderson  <rth@redhat.com>
2503
2504         * g++.dg/template/sizeof8.C: Don't assume 32bit pointers.
2505
2506         * g++.dg/ext/stmtexpr2.C (alt1): Rename from expected.
2507         (alt2, which): New.
2508         (Check): Accept either alternative.
2509
2510 2004-07-29  Mark Mitchell  <mark@codesourcery.com>
2511
2512         * g++.dg/abi/inline1.C: New test.
2513         * g++.dg/abi/local1-a.cc: Likewise.
2514         * g++.dg/abi/local1.C: Likewise.
2515         * g++.dg/abi/mangle11.C: Tweak location of warnings.
2516         * g++.dg/abi/mangle12.C: Likewise.
2517         * g++.dg/abi/mangle17.C: Likewise.
2518         * g++.dg/abi/mangle20-2.C: Likewise.
2519         * g++.dg/opt/interface1.C: Likewise.
2520         * g++.dg/opt/interface1.h: Likewise.
2521         * g++.dg/opt/interface1-a.cc: New test.
2522         * g++.dg/parse/repo1.C: New test.
2523         * g++.dg/template/repo1.C: Likewise.
2524         * g++.dg/warn/Winline-1.C: Likewise.
2525         * lib/gcc-dg.exp (gcc-dg-test-1): Fix -frepo handling.
2526
2527 2004-07-29  Diego Novillo  <dnovillo@redhat.com>
2528
2529         * gcc.dg/tree-ssa/20040729-1.c: New test.
2530
2531 2004-07-27  Matt Austern <austern@apple.com>
2532
2533         * gcc.dg/darwin-bool-1.c: New test.
2534         * gcc.dg/darwin-bool-2.c: New test.
2535
2536 2004-07-28  Richard Henderson  <rth@redhat.com>
2537
2538         * gfortran.fortran-torture/execute/intrinsic_spacing.f90: Pass
2539         arguments in the correct type.  Don't write to constant arguments.
2540
2541 2004-07-28  Diego Novillo  <dnovillo@redhat.com>
2542
2543         PR tree-optimization/16688
2544         PR tree-optimization/16689
2545         * g++.dg/tree-ssa/pr16688.C: New test.
2546
2547 2004-07-28  Diego Novillo  <dnovillo@redhat.com>
2548
2549         * gcc.dg/tree-ssa/20031022-1.c: Adjust number of expected
2550         loads.  Not only in the comment, this time.
2551
2552 2004-07-28  Alexandre Oliva  <aoliva@redhat.com>
2553
2554         2003-07-06  Alexandre Oliva  <aoliva@redhat.com>
2555         * gcc.dg/sh4a-memmovua.c: Tweak regular expression.
2556         2003-07-01  Alexandre Oliva  <aoliva@redhat.com>
2557         * gcc.dg/sh4a-bitmovua.c: New.
2558         * gcc.dg/sh4a-cos.c: New.
2559         * gcc.dg/sh4a-cosf.c: New.
2560         * gcc.dg/sh4a-fprun.c: New.
2561         * gcc.dg/sh4a-fsrra.c: New.
2562         * gcc.dg/sh4a-memmovua.c: New.
2563         * gcc.dg/sh4a-sin.c: New.
2564         * gcc.dg/sh4a-sincos.c: New.
2565         * gcc.dg/sh4a-sincosf.c: New.
2566         * gcc.dg/sh4a-sinf.c: New.
2567
2568 2004-07-28  Diego Novillo  <dnovillo@redhat.com>
2569
2570         * gcc.dg/tree-ssa/20030714-2.c: Adjust number of expected
2571         conditionals.
2572         * gcc.dg/tree-ssa/20031022-1.c: Adjust number of expected
2573         loads.
2574         * gcc.dg/tree-ssa/ssa-dom-cse-1.c: Expect optimization in
2575         DOM1.
2576
2577 2004-07-27  Andrew Pinski  <apinski@apple.com>
2578
2579         * g++.dg/rtti/tinfo1.C: Correct the xfail.
2580
2581 2004-07-27  Nitin Yewale <nitiny@kpitcummins.com>
2582
2583         * gcc.dg/pragma-isr.c: New test.
2584
2585 2004-07-27  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2586
2587         PR c++/14429
2588         * g++.dg/template/ttp11.C: New test.
2589
2590 2004-07-27  Diego Novillo  <dnovillo@redhat.com>
2591
2592         * gcc.c-torture/compile/20040727-1.c: New test.
2593
2594 2004-07-26  Eric Christopher  <echristo@redhat.com>
2595
2596         * gcc.c-torture/compile/20040726-2.c: New test.
2597
2598 2004-07-26  Andrew Pinski  <apinski@apple.com>
2599
2600         * g++.dg/rtti/tinfo1.C: Xfail.
2601
2602 2004-07-26  Richard Sandiford  <rsandifo@redhat.com>
2603
2604         * gcc.c-torture/compile/20040726-1.c: New test.
2605
2606 2004-07-26  Niall Douglas  <s_fsfeurope2@nedprod.com>
2607             Brian Ryner  <bryner@brianryner.com>
2608
2609         PR c++/9283
2610         PR c++/15000
2611         * gcc.dg/visibility-9.c, gcc.dg/visibility-a.c: New tests.
2612         * g++.dg/ext/visibility/: New directory.
2613         * g++.dg/ext/visibility-1.C, g++.dg/ext/visibility-2.C
2614         g++.dg/ext/visibility-3.C, g++.dg/ext/visibility-4.C,
2615         g++.dg/ext/visibility-5.C, g++.dg/ext/visibility-6.C,
2616         g++.dg/ext/visibility-7.C: Move to g++.dg/ext/visibility/.
2617         * g++.dg/ext/visibility/fvisibility.C,
2618         g++.dg/ext/visibility/fvisibility-inlines-hidden.C,
2619         g++.dg/ext/visibility/fvisibility-override1.C
2620         g++.dg/ext/visibility/fvisibility-override2.C
2621         g++.dg/ext/visibility/memfuncts.C
2622         g++.dg/ext/visibility/noPLT.C
2623         g++.dg/ext/visibility/pragma.C
2624         g++.dg/ext/visibility/pragma-override1.C
2625         g++.dg/ext/visibility/pragma-override2.C
2626         g++.dg/ext/visibility/staticmemfuncts.C
2627         g++.dg/ext/visibility/virtual.C: New tests.
2628
2629 2004-07-25  Joseph S. Myers  <jsm@polyomino.org.uk>
2630
2631         PR c/15360
2632         * gcc.dg/pr15360-1.c: New test.
2633
2634 2004-07-25  Daniel Jacobowitz  <dan@debian.org>
2635
2636         * gcc.dg/pragma-align-2.c: New test.
2637         * gcc.dg/pragma-init-fini.c: New test.
2638         * gcc.dg/pragma-align.c: Change from compile to run.  Run on Solaris
2639         targets.
2640
2641 2004-07-25  Joseph S. Myers  <jsm@polyomino.org.uk>
2642
2643         * gcc.dg/init-string-2.c: New test.
2644
2645 2004-07-24  Zack Weinberg  <zack@codesourcery.com>
2646
2647         PR 16684
2648         * gcc.dg/Wredundant-decls-1.c: New test case.
2649
2650 2004-07-24  Jakub Jelinek  <jakub@redhat.com>
2651
2652         * README.compat: Add RUN_ALL_COMPAT_TESTS documentation.
2653         * lib/compat.exp: Replace ^$tmpdir/? in testcase names with tmpdir-.
2654         * gcc.dg/compat/struct-layout-1.exp: New testsuite driver.
2655         * gcc.dg/compat/struct-layout-1_generate.c: New testcase generator.
2656         * gcc.dg/compat/generate-random.c: New file.
2657         * gcc.dg/compat/generate-random.h: Likewise.
2658         * gcc.dg/compat/generate-random_r.c: Likewise.
2659         * gcc.dg/compat/struct-layout-1.h: Likewise.
2660         * gcc.dg/compat/struct-layout-1_x1.h: Likewise.
2661         * gcc.dg/compat/struct-layout-1_x2.h: Likewise.
2662         * gcc.dg/compat/struct-layout-1_y1.h: Likewise.
2663         * gcc.dg/compat/struct-layout-1_y2.h: Likewise.
2664         * gcc.dg/compat/struct-layout-1_main.c: New test.
2665         * gcc.dg/compat/struct-layout-1_x.c: New file.
2666         * gcc.dg/compat/struct-layout-1_y.c: New file.
2667         * gcc.dg/compat/struct-layout-1_test.h: New file.
2668
2669 2004-07-23  Joseph S. Myers  <jsm@polyomino.org.uk>
2670
2671         * gcc.dg/comp-return-1.c: New test
2672
2673 2004-07-23  Janis Johnson  <janis187@us.ibm.com>
2674
2675         * gcc.dg/vmx/8-02a.c: Fix typo.
2676
2677         * gcc.dg/vmx/varargs-4.c: Remove a Darwin-specific check.
2678         * gcc.dg/darwin-abi-3.c: New test.
2679
2680         * gcc.dg/vmx/debug-1.c: Use int, not long, in union with vector.
2681         * gcc.dg/vmx/varargs-1.c: Use int, not long, in union with vector.
2682
2683         * gcc.dg/vmx/ops.c: Remove checks using pointers to long.
2684         * gcc.dg/vmx/ops-long-1.c: New test.
2685         * gcc.dg/vmx/ops-long-2.c: New test.
2686
2687 2004-07-23  Nathan Sidwell  <nathan@codesourcery.com>
2688
2689         * g++.dg/lookup/conv-[1234].C: New.
2690
2691 2004-07-22  Mark Mitchell  <mark@codesourcery.com>
2692
2693         * g++.dg/parse/attr2.C: Simplify.
2694
2695 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
2696
2697         PR c/7284
2698         * gcc.c-torture/execute/pr7284-1.c: New test.
2699
2700 2004-07-22  Brian Booth  <bbooth@redhat.com>
2701
2702         * gcc.dg/tree-ssa/20040721-1.c: New test.
2703
2704 2004-07-22  Nathan Sidwell  <nathan@codesourcery.com>
2705
2706         * g++.dg/template/crash20.c: New.
2707
2708 2004-07-22  David Billinghurst (David.Billinghurst@riotinto.com)
2709
2710         * gfortran.dg/g77/970625-2.f Copy from g77.f-torture/execute.
2711         Add dg-run directive.  Declare variables as required.
2712         * gfortran.dg/g77/README: Update
2713
2714 2004-07-22  Hans-Peter Nilsson  <hp@axis.com>
2715
2716         * gcc.dg/cris-peep2-xsrand.c, gcc.dg/cris-peep2-andu1.c,
2717         gcc.dg/cris-peep2-andu2.c: New tests.
2718
2719 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
2720
2721         PR c/15052
2722         * gcc.dg/noreturn-5.c: Test qualifiers on function type instead of
2723         on return type.
2724         * gcc.dg/qual-return-1.c: Use -Wreturn-type.  Update expected
2725         messages.
2726         * gcc.dg/qual-return-2.c: Update expected messages.
2727         * gcc.dg/qual-return-3.c, gcc.dg/qual-return-4.c: New tests.
2728
2729 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
2730
2731         * gcc.dg/c99-init-3.c, gcc.dg/gnu99-init-2.c: New tests.
2732         * gcc.dg/noncompile/921102-1.c: Update expected error message.
2733
2734 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
2735
2736         PR c/11250
2737         * gcc.dg/init-string-1.c: New test.
2738
2739 2004-07-21  Jakub Jelinek  <jakub@redhat.com>
2740
2741         PR middle-end/15345
2742         PR c/16450
2743         * gcc.dg/torture/nested-fn-1.c: New test.
2744
2745 2004-07-20  H.J. Lu  <hongjiu.lu@intel.com>
2746
2747         PR target/16559
2748         * gcc.dg/ia64-fptr-1.c: New file.
2749
2750 2004-07-21  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2751
2752         PR c++/14497
2753         * g++.dg/template/spec16.C: New test.
2754         * g++.old-deja/g++.robertl/eb118.C: Remove.
2755
2756 2004-07-21  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2757
2758         PR c++/509
2759         * g++.dg/template/spec15.C: New test.
2760
2761 2004-07-21  David Billinghurst (David.Billinghurst@riotinto.com)
2762
2763         Copy cases from g77.f-torture/execute and add dg-run
2764         directive.  Other changes as noted.
2765         * gfortran.dg/g77/13037.f
2766         * gfortran.dg/g77/1832.f
2767         * gfortran.dg/g77/19981119-0.f
2768         * gfortran.dg/g77/19990313-0.f
2769         * gfortran.dg/g77/19990313-1.f
2770         * gfortran.dg/g77/19990313-2.f
2771         * gfortran.dg/g77/19990313-3.f
2772         * gfortran.dg/g77/19990419-1.f
2773         * gfortran.dg/g77/19990826-0.f
2774         * gfortran.dg/g77/19990826-2.f
2775         * gfortran.dg/g77/20000503-1.f
2776         * gfortran.dg/g77/20001111.f
2777         * gfortran.dg/g77/20010116.f
2778         * gfortran.dg/g77/20010426-1.f: Renamed from 20010426-1.f
2779         * gfortran.dg/g77/20010430.f
2780         * gfortran.dg/g77/6177.f
2781         * gfortran.dg/g77/947.f
2782         * gfortran.dg/g77/970816-3.f
2783         * gfortran.dg/g77/971102-1.f
2784         * gfortran.dg/g77/980520-1.f
2785         * gfortran.dg/g77/980628-0.f
2786         * gfortran.dg/g77/980628-1.f
2787         * gfortran.dg/g77/980628-10.f
2788         * gfortran.dg/g77/980628-2.f
2789         * gfortran.dg/g77/980628-3.f
2790         * gfortran.dg/g77/980628-7.f
2791         * gfortran.dg/g77/980628-8.f
2792         * gfortran.dg/g77/980628-9.f
2793         * gfortran.dg/g77/980701-0.f
2794         * gfortran.dg/g77/980701-1.f
2795         * gfortran.dg/g77/cabs.f
2796         * gfortran.dg/g77/claus.f
2797         * gfortran.dg/g77/complex_1.f
2798         * gfortran.dg/g77/cpp3.F: Renamed from cpp3.F
2799         * gfortran.dg/g77/dcomplex.f
2800         * gfortran.dg/g77/dnrm2.f: Add dg-warnings as required.
2801         * gfortran.dg/g77/f90-intrinsic-mathematical.f
2802         * gfortran.dg/g77/f90-intrinsic-numeric.f
2803         * gfortran.dg/g77/int8421.f
2804         * gfortran.dg/g77/labug1.f
2805         * gfortran.dg/g77/large_vec.f
2806         * gfortran.dg/g77/le.f
2807         * gfortran.dg/g77/short.f
2808         * gfortran.dg/g77/README: Update
2809
2810 2004-07-20  Mark Mitchell  <mark@codesourcery.com>
2811
2812         PR c++/16637
2813         * g++.dg/parse/lookup4.C: New test.
2814
2815 2004-07-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2816
2817         PR c++/16175
2818         * g++.dg/template/ttp10.C: New test.
2819
2820 2004-07-20  Joseph S. Myers  <jsm@polyomino.org.uk>
2821
2822         * gcc.dg/pr12625-1.c: New test.
2823
2824 2004-07-20  Steven Bosscher  <stevenb@suse.de>
2825
2826         * testsuite/gcc.dg/switch-warn-1.c: New test.
2827         * testsuite/gcc.dg/switch-warn-2.c: New test.
2828         * gcc.c-torture/compile/pr14730.c: Update.
2829
2830 2004-07-19  Kelley Cook  <kcook@gcc.gnu.org>
2831
2832         * g++.dg/lookup/java1.C, g++.dg/lookup/java2.C, g++.dg/other/crash-2.C,
2833         g++.dg/parse/casting-operator2.C, g++.dg/parse/dtor3.C,
2834         g++.dg/parse/typename6.C, g++.dg/template/dependent-expr4.C,
2835         g++.dg/template/nontype3.C: Remove trailing CR from tests.
2836
2837 2004-07-18  Mark Mitchell  <mark@codesourcery.com>
2838
2839         PR c++/16623
2840         * g++.dg/template/assign1.C: New test.
2841
2842 2004-07-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2843
2844         PR c++/12170
2845         * g++.dg/template/ttp9.C: New test.
2846
2847 2004-07-19  Daniel Jacobowitz  <dan@debian.org>
2848
2849         * gcc.dg/format/cmn-err-1.c: New test.
2850
2851 2004-07-19  Joseph S. Myers  <jsm@polyomino.org.uk>
2852
2853         * g++.dg/warn/Wparentheses-1.C, g++.dg/warn/Wparentheses-2.C,
2854         gcc.dg/Wparentheses-10.c: New tests.
2855         * gcc.dg/Wparentheses-5.c: Remove XFAILs.
2856
2857 2004-07-18  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2858
2859         PR fortran/16465
2860         * gfortran.dg/g77//ffixed-line-length-0.f,
2861         gfortran.dg/g77/ffixed-line-length-132.f,
2862         gfortran.dg/g77/ffixed-line-length-72.f,
2863         gfortran.dg/g77/ffixed-line-length-none.f: Copy from g77.dg.
2864         gfortran.dg/g77/README: Update.
2865
2866 2004-07-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2867
2868         PR c++/13092
2869         * g++.dg/template/non-dependent7.C: New test.
2870         * g++.dg/template/non-dependent8.C: Likewise.
2871         * g++.dg/template/non-dependent9.C: Likewise.
2872         * g++.dg/template/non-dependent10.C: Likewise.
2873
2874 2004-07-17  Mark Mitchell  <mark@codesourcery.com>
2875
2876         PR c++/16337
2877         * g++.dg/parse/attr2.C: New test.
2878
2879 2004-07-17  Toon Moene  <toon@moene.indiv.nluug.nl>
2880
2881         * g77.dg: Removed.
2882         * g77.f-torture: Ditto.
2883
2884 2004-07-17  Joseph S. Myers  <jsm@polyomino.org.uk>
2885
2886         * gcc.dg/Wparentheses-2.c, gcc.dg/Wparentheses-3.c,
2887         gcc.dg/Wparentheses-4.c, Wparentheses-5.c, Wparentheses-6.c,
2888         Wparentheses-7.c, Wparentheses-8.c, Wparentheses-9.c: New tests.
2889
2890 2004-07-16  Richard Henderson  <rth@redhat.com>
2891
2892         * gcc.c-torture/compile/20020210-1.c: Remove XFAIL.
2893
2894 2004-07-16  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2895
2896         * lib/fortran-torture.exp (fortran-torture): Don't test compile
2897         tests with full list of options.
2898         * lib/gfortran-dg.exp (gfortran-dg-runtest): Only test with all
2899         of TORTURE_OPTIONS if test contains 'dg-do run'.
2900
2901         PR fortran/16404
2902         * gfortran.dg/do_iterator.f90: New test.
2903
2904 2004-07-16  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2905
2906         PR rtl-optimization/16536
2907         * gcc.c-torture/execute/restrict-1.c: New test.
2908
2909 2004-07-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2910
2911         PR fortran/15324
2912         * gfortran.dg/pr15324.f90: New test.
2913
2914         PR fortran/15129
2915         * gfortran.dg/pr15129.f90: New test.
2916
2917         PR fortran/15140
2918         * gfortran.dg/pr15140.f90: New test.
2919
2920         PR fortran/13792
2921         * gfortran.fortran-torture/execute/bounds.f90: Add check for
2922         compile-time simplification.
2923
2924 2004-07-14  Mike Stump  <mrs@apple.com>
2925
2926         * gcc.dg/20020426-2.c: Improve type safety wrt unsignedness.
2927
2928 2004-07-14  James E Wilson  <wilson@specifixinc.com>
2929
2930         PR target/16325
2931         * gcc.dg/profile-generate-1.c: New.
2932
2933 2004-07-15  Jakub Jelinek  <jakub@redhat.com>
2934
2935         * gcc.c-torture/execute/20040709-1.c: New test.
2936         * gcc.c-torture/execute/20040709-2.c: New test.
2937
2938 2004-07-14  Mike Stump  <mrs@apple.com>
2939
2940         * gcc.dg/wint_t-1.c: Expect to pass on darwin 10.3.x and later.
2941
2942 2004-07-14  Mike Stump  <mrs@apple.com>
2943
2944         * gcc.dg/wchar_t-1.c: Expect to pass on darwin 10.3.x and later.
2945
2946 2004-07-13  Mark Mitchell  <mark@codesourcery.com>
2947
2948         PR c++/16518
2949         * g++.dg/parse/mutable1.C: New test.
2950
2951 2004-07-13  Diego Novillo  <dnovillo@redhat.com>
2952
2953         PR tree-optimization/16443
2954         * gcc.dg/tree-ssa/20040713-1.c: New test.
2955
2956 2004-07-15  Ulrich Weigand  <uweigand@de.ibm.com>
2957
2958         * g++.dg/lookup/new2.C: Use first operand of type __SIZE_TYPE__
2959         for operator new.
2960
2961 2004-07-13  David Billinghurst <David.Billinghurst@riotinto.com>
2962
2963         * gfortran.dg/g77/README: New file
2964         * gfortran.dg/g77/19981216-0.f:  Copy from
2965         g77.f-torture/noncompile.  Add "dg-do compile" and
2966         dg-error as required.
2967         * gfortran.dg/g77/19990218-1.f: Likewise
2968         * gfortran.dg/g77/19990905-1.f: Likewise
2969         * gfortran.dg/g77/9263.f: Likewise
2970         * gfortran.dg/g77/980615-0.f: Likewise
2971         * gfortran.dg/g77/980616-0.f: Likewise
2972         * gfortran.dg/g77/check0.f: Likewise
2973         * gfortran.dg/g77/select_no_compile.f: Likewise
2974
2975 2004-07-13  David Billinghurst <David.Billinghurst@riotinto.com>
2976
2977         Copy files from g77.f-torture/compile.
2978         Add "{ dg-do compile}".  Other changes as noted
2979         * gfortran.dg/g77/19990905-0.f: XFAIL PR 16511
2980         * gfortran.dg/g77/20010519-1.f: Add dg-warning as required
2981         * gfortran.dg/g77/20030115-1.f: Add dg-warning as required
2982         * gfortran.dg/g77/20030326-1.f: XFAIL PR 16511
2983         * gfortran.dg/g77/970125-0.f: Add dg-excess-errors.
2984         * gfortran.dg/g77/980519-2.f: Declare hd_S,hd_Z,hd_T
2985         * gfortran.dg/g77/990115-1.f: Declare RANK as INTEGER
2986         * gfortran.dg/g77/alpha1.f: Separate declaration and DATA
2987         statement to conform to standard.  Append alpha1.x for reference.
2988         * gfortran.dg/g77/xformat.f: Add dg-warning
2989
2990 2004-07-13  David Billinghurst <David.Billinghurst@riotinto.com>
2991
2992         * gfortran.dg/g77/cpp.F: Copy from g77.f-torture/compile.
2993         Add {dg-do compile} directive.
2994         * gfortran.dg/g77/cpp2.F: Likewise
2995
2996 2004-07-12  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2997
2998         PR c++/5402
2999         * g++.dg/lookup/name-clash1.C: New test.
3000
3001         PR c++/9777
3002         * g++.dg/lookup/name-clash2.C: New test.
3003
3004         PR c++/12102
3005         * g++.dg/lookup/name-clash3.C: New test.
3006
3007 2004-07-12  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3008
3009         * g++.dg/lookup/new2.C: New test.
3010         * g++.old-deja/g++.ns/new1.C: Remove (ill-formed).
3011
3012 2004-07-12  David Billinghurst <David.Billinghurst@riotinto.com>
3013
3014         * gfortran.dg/g77/12002.f: Copy from g77.f-torture/compile.
3015         Add {dg-do compile} directive.
3016         * gfortran.dg/g77/13060.f: Likewise
3017         * gfortran.dg/g77/19990218-0.f: Likewise
3018         * gfortran.dg/g77/19990305-0.f: Likewise
3019         * gfortran.dg/g77/19990419-0.f: Likewise
3020         * gfortran.dg/g77/19990502-0.f: Likewise
3021         * gfortran.dg/g77/19990502-1.f: Likewise
3022         * gfortran.dg/g77/19990525-0.f: Likewise
3023         * gfortran.dg/g77/19990826-1.f: Likewise
3024         * gfortran.dg/g77/19990826-3.f: Likewise
3025         * gfortran.dg/g77/19990905-2.f: Likewise
3026         * gfortran.dg/g77/20000412-1.f: Likewise
3027         * gfortran.dg/g77/20000511-1.f: Likewise
3028         * gfortran.dg/g77/20000511-2.f: Likewise
3029         * gfortran.dg/g77/20000518.f: Likewise
3030         * gfortran.dg/g77/20000601-1.f: Likewise
3031         * gfortran.dg/g77/20000601-2.f: Likewise
3032         * gfortran.dg/g77/20000629-1.f: Likewise
3033         * gfortran.dg/g77/20000630-2.f: Likewise
3034         * gfortran.dg/g77/20010115.f: Likewise
3035         * gfortran.dg/g77/20010321-1.f: Likewise
3036         * gfortran.dg/g77/20010426.f: Likewise
3037         * gfortran.dg/g77/20020307-1.f: Likewise
3038         * gfortran.dg/g77/8485.f: Likewise
3039         * gfortran.dg/g77/960317-1.f: Likewise
3040         * gfortran.dg/g77/970915-0.f: Likewise
3041         * gfortran.dg/g77/980310-1.f: Likewise
3042         * gfortran.dg/g77/980310-2.f: Likewise
3043         * gfortran.dg/g77/980310-3.f: Likewise
3044         * gfortran.dg/g77/980310-4.f: Likewise
3045         * gfortran.dg/g77/980310-6.f: Likewise
3046         * gfortran.dg/g77/980310-7.f: Likewise
3047         * gfortran.dg/g77/980310-8.f: Likewise
3048         * gfortran.dg/g77/980419-2.f: Likewise
3049         * gfortran.dg/g77/980424-0.f: Likewise
3050         * gfortran.dg/g77/980427-0.f: Likewise
3051         * gfortran.dg/g77/980729-0.f: Likewise
3052         * gfortran.dg/g77/981117-1.f: Likewise
3053         * gfortran.dg/g77/toon_1.f: Likewise
3054
3055 2004-07-12  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3056
3057         PR c++/2204
3058         * g++.dg/other/abstract2.C: New test.
3059
3060 2004-07-12  Paul Brook  <paul@codesourcery.com>
3061
3062         * gfortran.dg/pointer_init_1.f90: New test.
3063
3064 2004-07-11  Paul Brook  <paul@codesourcery.com>
3065
3066         PR fortran/15986
3067         * gfortran.dg/contained_1.f90: New test.
3068
3069 2004-07-11  Mark Mitchell  <mark@codesourcery.com>
3070
3071         * g++.dg/parse/defarg8.C: New test.
3072
3073 2004-07-11  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3074
3075         PR fortran/16433
3076         * gfortran.dg/pr16433.f: New test.
3077
3078         PR fortran/17574
3079         * gfortran.dg/pr15754.f90: New test.
3080
3081 2004-07-11  Joseph S. Myers  <jsm@polyomino.org.uk>
3082
3083         PR tree-optimization/16437
3084         * gcc.c-torture/execute/bitfld-4.c: New test.
3085
3086 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3087
3088         * gfortran.fortran-torture/execute/common_2.f90: Add check for
3089         access to common var from module.
3090
3091 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3092
3093         PR fortran/16336
3094         * gfortran.fortran-torture/execute/common_2.f90: New test.
3095
3096 2004-07-10  Paul Brook  <paul@codesourcery.com>
3097
3098         * gfortran.fortran-torture/execute/der_init_5.f90: Enable more tests.
3099
3100 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3101
3102         PR fortran/15969
3103         * gfortran.fortran-torture/execute/der_init_5.f90: New test.
3104
3105 2004-07-10  David Billinghurst <David.Billinghurst@riotinto.com>
3106
3107         * gfortran.dg/g77/ffixed-form-1.f: Copy from g77.dg
3108         * gfortran.dg/g77/ffixed-form-2.f: Likewise
3109         * gfortran.dg/g77/ffree-form-1.f: Likewise
3110         * gfortran.dg/g77/ffree-form-2.f: Likewise
3111         * gfortran.dg/g77/ffree-form-3.f: Likewise
3112         * gfortran.dg/g77/fno-underscoring.f: Likewise
3113         * gfortran.dg/g77/funderscoring.f: Likewise
3114         * gfortran.dg/g77/pr9258.f: Likewise.  Add dg-warning lines.
3115
3116 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3117
3118         * gfortran.fortran-torture/execute/module_init_1.f90: Fix test.
3119
3120 2004-07-10 Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3121         Paul Brook  <paul@codesourcery.com>
3122
3123         PR fortran/13415
3124         * gfortran.dg/common_pointer_1.f90: New test.
3125
3126 2004-07-10  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3127
3128         * g++.dg/lookup/new1.C: Fix dg-excess-error syntax.
3129
3130 2004-07-09  James E Wilson  <wilson@specifixinc.com>
3131
3132         PR target/16364
3133         * gcc.c-torture/compile/20040709-1.c: New.
3134
3135 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3136
3137         PR fortran/14077
3138         * gfortran.fortran-torture/execute/module_init_1.f90: New test.
3139
3140 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3141
3142         PR fortran/13201
3143         * gfortran.dg/shape_1.f90: New test.
3144
3145 2004-07-09  Zack Weinberg  <zack@codesourcery.com>
3146             Andrew Pinski  <apinski@apple.com>
3147
3148         * gcc.dg/noncompile/init-4.c: Remove bogus dg-error marker.
3149
3150 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3151
3152         * gfortran.fortran-torture/compile/name_clash2.f90: Remove outdated
3153         comment.
3154
3155 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3156         Paul Brook  <paul@codesourcery.com>
3157
3158         * gfortran.dg/dg.exp: Use revised wilcard for suffixes, also allow
3159         '.f95' and '.F95'.
3160
3161 2004-07-09  Diego Novillo  <dnovillo@redhat.com>
3162
3163         * gcc.dg/tree-ssa/20031015-1.c: Adjust expected dump file name.
3164
3165 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3166
3167         * gfortran.dg/dg.exp: Don't use wildcard for suffixes, also check
3168         testcases with capital suffix.
3169
3170 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3171
3172         PR fortran/15481
3173         PR fortran/13372
3174         PR fortran/13575
3175         PR fortran/15978
3176         * gfortran.fortran-torture/compile/implicit_2.f90: New test.
3177
3178         * gfortran.dg/implicit_1.f90: New test.
3179
3180 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
3181
3182         * lib/gfortran-dg.exp (gfortran-dg-test):  Adapt regular
3183         expression to match gfortran warning/error messages
3184         * gfortran.dg/g77/12632.f: Copy from g77.dg and fix
3185         dg-error text.
3186
3187 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
3188
3189         * lib/fortran-torture.exp: Rename proc search_for to
3190         search_for_re.
3191
3192 2004-07-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
3193
3194         * gcc.c-torture/execute/simd-5.x: New file.
3195         XFAIL on SPARC 64-bit at -O0.
3196
3197 2004-07-09  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3198
3199         PR c++/8211
3200         PR c++/16165
3201         * g++.dg/warn/effc3.C: New test.
3202
3203 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
3204
3205         * gfortran.dg/g77/f77-edit-i-in.f: Copy from g77.dg and
3206         change X to 1X in format.
3207         * gfortran.dg/g77/20010216-1.f:  Copy from g77.dg and
3208         add data statements to conform to standard.
3209
3210 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
3211
3212         * gfortran.dg/g77/f77-edit-s-out.f: Copy from g77.dg. XFAIL
3213         * gfortran.dg/g77/f77-edit-t-in.f: Likewise
3214         * gfortran.dg/g77/f77-edit-x-out.f: Likewise
3215
3216 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
3217
3218         * gfortran.dg/g77/7388.f: Copy from g77.dg
3219         * gfortran.dg/g77/f77-edit-i-out.f: Likewise
3220         * gfortran.dg/g77/f77-edit-apostrophe-out.f: Likewise
3221         * gfortran.dg/g77/f77-edit-slash-out.f: Likewise
3222         * gfortran.dg/g77/f77-edit-colon-out.f: Likewise
3223         * gfortran.dg/g77/f77-edit-t-out.f: Likewise
3224         * gfortran.dg/g77/f77-edit-h-out.f: Likewise
3225         * gfortran.dg/g77/strlen0.f: Likewise
3226
3227 2004-07-09   David Billinghurst <David.Billinghurst@riotinto.com>
3228
3229         * lib/gfortran-dg.exp: New file (adapted from lib/g77-dg.exp)
3230         * gfortran.dg/dg.exp: New file (adapted from g77.dg/dg.exp)
3231
3232 2004-07-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
3233
3234         * gcc.c-torture/execute/920428-2.x: Delete.
3235         * gcc.c-torture/execute/920501-7.x: Likewise.
3236
3237 2004-07-08  Jakub Jelinek  <jakub@redhat.com>
3238
3239         * gcc.mist-tests/i386-prefetch.exp (PREFETCH_SSE): Change all
3240         -march=i386 into -march=i686.  Add -march=i686 -mtune=x and
3241         -march=x for pentium3, pentium3m, pentium-m, pentium4m,
3242         prescott and c3-2.
3243         (PREFETCH_3DNOW): Add -march=c3.
3244
3245 2004-07-08  Diego Novillo  <dnovillo@redhat.com>
3246
3247         PR c/16437
3248         * gcc.c-torture/execute/991118-1.x: XFAIL for x86_64.
3249         * gcc.c-torture/execute/bf64-1.x: Likewise.
3250
3251 2004-07-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
3252
3253         * gcc.c-torture/compile/20040708-1.c: New test.
3254
3255 2004-07-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3256
3257         PR c++/16169
3258         * g++.dg/warn/effc2.C: New test.
3259
3260 2004-07-08  Joseph S. Myers  <jsm@polyomino.org.uk>
3261
3262         * gcc.c-torture/execute/bitfld-1.x: Remove.
3263         * gcc.c-torture/execute/bitfld-3.c: New test.
3264         * gcc.dg/bitfld-2.c: Remove XFAILs.
3265
3266 2004-07-07  H.J. Lu  <hongjiu.lu@intel.com>
3267
3268         PR c++/16276
3269         * g++.dg/rtti/tinfo1.C: New file.
3270
3271 2004-07-07  Eric Christopher  <echristo@redhat.com>
3272
3273         * gcc.c-torture/compile/20020210-1.c: xfail with optimization.
3274
3275 2004-07-07  Andrew Pinski  <apinski@apple.com>
3276
3277         * gcc.c-torture/execute/931004-12.x: Xfail on powerpc-*-darwin*.
3278
3279 2004-07-07  Mark Mitchell  <mark@codesourcery.com>
3280
3281         * g++.dg/init/call1.C: XFAIL.
3282
3283 2004-07-07  Alexandre Oliva  <aoliva@redhat.com>
3284
3285         * gcc.c-torture/execute/builtins/mempcpy-2.c: Rename movstr*,
3286         except for movstrict*, to movmem* and clrstr* to clrmem*.
3287
3288 2004-07-07  Richard Sandiford  <rsandifo@redhat.com>
3289
3290         * gcc.c-torture/execute/20040707-1.c: New test.
3291
3292 2004-07-06  Richard Sandiford  <rsandifo@redhat.com>
3293
3294         * gcc.c-torture/execute/20040706-1.c: New test.
3295
3296 2004-07-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3297
3298         PR c++/3671
3299         * g++.dg/template/spec14.C: New test.
3300
3301 2004-07-05  Jakub Jelinek  <jakub@redhat.com>
3302
3303         * gcc.c-torture/execute/20040629-1.c (FIELDS1, FIELDS2): Define to
3304         nothing if not yet defined.  Use it in b, c and d type definitions.
3305         * gcc.c-torture/execute/20040705-1.c: New test.
3306         * gcc.c-torture/execute/20040705-2.c: New test.
3307
3308 2004-07-05  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3309
3310         PR c++/2518
3311         * g++.dg/lookup/new1.C: New test.
3312
3313 2004-07-05  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3314
3315         PR c++/11406
3316         * g++.dg/template/sizeof8.C: New test.
3317
3318 2004-07-05  Richard Sandiford  <rsandifo@redhat.com>
3319
3320         * gcc.c-torture/compile/20040705-1.c: New test.
3321
3322 2004-07-04  Bud Davis  <bdavis9659@comcast.net>
3323
3324         * gfortran.fortran-torture/execute/seq_io.f90: New test.
3325
3326 2004-07-04  Neil Booth  <neil@duron.akihabara.co.uk>
3327
3328         * gcc.dg/cpp/if-mop.c: Two new testcases.
3329         * gcc.dg/cpp/trad/comment-3.c: New.
3330
3331 2004-07-04  Paul Brook  <paul@codesourcery.com>
3332
3333         * gfortran.fortran-torture/compile/implicit_1.f90: New test.
3334
3335 2004-07-03  Scott Brumbaugh  <scottb.lists@verizon.net>
3336
3337         PR c++/3761
3338         * g++.dg/lookup/crash4.C: New test.
3339
3340 2004-07-02  Zack Weinberg  <zack@codesourcery.com>
3341
3342         * gcc.c-torture/execute/builtin-abs-1.c
3343         * gcc.c-torture/execute/builtin-abs-2.c
3344         * gcc.c-torture/execute/builtin-complex-1.c
3345         * gcc.c-torture/execute/builtins/string-1-lib.c
3346         * gcc.c-torture/execute/builtins/string-1.c
3347         * gcc.c-torture/execute/builtins/string-2-lib.c
3348         * gcc.c-torture/execute/builtins/string-2.c
3349         * gcc.c-torture/execute/builtins/string-3-lib.c
3350         * gcc.c-torture/execute/builtins/string-3.c
3351         * gcc.c-torture/execute/builtins/string-4-lib.c
3352         * gcc.c-torture/execute/builtins/string-4.c
3353         * gcc.c-torture/execute/builtins/string-5-lib.c
3354         * gcc.c-torture/execute/builtins/string-5.c
3355         * gcc.c-torture/execute/builtins/string-6-lib.c
3356         * gcc.c-torture/execute/builtins/string-6.c
3357         * gcc.c-torture/execute/builtins/string-7-lib.c
3358         * gcc.c-torture/execute/builtins/string-7.c
3359         * gcc.c-torture/execute/builtins/string-8-lib.c
3360         * gcc.c-torture/execute/builtins/string-8.c
3361         * gcc.c-torture/execute/builtins/string-9-lib.c
3362         * gcc.c-torture/execute/builtins/string-9.c
3363         * gcc.c-torture/execute/builtins/string-asm-1-lib.c
3364         * gcc.c-torture/execute/builtins/string-asm-1.c
3365         * gcc.c-torture/execute/builtins/string-asm-2-lib.c
3366         * gcc.c-torture/execute/builtins/string-asm-2.c
3367         * gcc.c-torture/execute/stdio-opt-1.c
3368         * gcc.c-torture/execute/stdio-opt-2.c
3369         * gcc.c-torture/execute/stdio-opt-3.c
3370         * gcc.c-torture/execute/string-opt-1.c
3371         * gcc.c-torture/execute/string-opt-10.c
3372         * gcc.c-torture/execute/string-opt-11.c
3373         * gcc.c-torture/execute/string-opt-12.c
3374         * gcc.c-torture/execute/string-opt-13.c
3375         * gcc.c-torture/execute/string-opt-14.c
3376         * gcc.c-torture/execute/string-opt-15.c
3377         * gcc.c-torture/execute/string-opt-16.c
3378         * gcc.c-torture/execute/string-opt-2.c
3379         * gcc.c-torture/execute/string-opt-6.c
3380         * gcc.c-torture/execute/string-opt-7.c
3381         * gcc.c-torture/execute/string-opt-8.c:
3382         Replace with ...
3383
3384         * gcc.c-torture/execute/builtins/abs-2.c
3385         * gcc.c-torture/execute/builtins/abs-3.c
3386         * gcc.c-torture/execute/builtins/complex-1.c
3387         * gcc.c-torture/execute/builtins/fprintf.c
3388         * gcc.c-torture/execute/builtins/fputs.c
3389         * gcc.c-torture/execute/builtins/memcmp.c
3390         * gcc.c-torture/execute/builtins/memmove.c
3391         * gcc.c-torture/execute/builtins/memops-asm.c
3392         * gcc.c-torture/execute/builtins/mempcpy-2.c
3393         * gcc.c-torture/execute/builtins/mempcpy.c
3394         * gcc.c-torture/execute/builtins/memset.c
3395         * gcc.c-torture/execute/builtins/printf.c
3396         * gcc.c-torture/execute/builtins/sprintf.c
3397         * gcc.c-torture/execute/builtins/strcat.c
3398         * gcc.c-torture/execute/builtins/strchr.c
3399         * gcc.c-torture/execute/builtins/strcmp.c
3400         * gcc.c-torture/execute/builtins/strcpy.c
3401         * gcc.c-torture/execute/builtins/strcspn.c
3402         * gcc.c-torture/execute/builtins/strlen-2.c
3403         * gcc.c-torture/execute/builtins/strlen.c
3404         * gcc.c-torture/execute/builtins/strncat.c
3405         * gcc.c-torture/execute/builtins/strncmp-2.c
3406         * gcc.c-torture/execute/builtins/strncmp.c
3407         * gcc.c-torture/execute/builtins/strncpy.c
3408         * gcc.c-torture/execute/builtins/strpbrk.c
3409         * gcc.c-torture/execute/builtins/strpcpy-2.c
3410         * gcc.c-torture/execute/builtins/strpcpy.c
3411         * gcc.c-torture/execute/builtins/strrchr.c
3412         * gcc.c-torture/execute/builtins/strspn.c
3413         * gcc.c-torture/execute/builtins/strstr-asm.c
3414         * gcc.c-torture/execute/builtins/strstr.c:
3415         ... these new files.
3416
3417         * gcc.c-torture/execute/builtins/abs-2-lib.c
3418         * gcc.c-torture/execute/builtins/abs-3-lib.c
3419         * gcc.c-torture/execute/builtins/complex-1-lib.c
3420         * gcc.c-torture/execute/builtins/fprintf-lib.c
3421         * gcc.c-torture/execute/builtins/fputs-lib.c
3422         * gcc.c-torture/execute/builtins/memcmp-lib.c
3423         * gcc.c-torture/execute/builtins/memmove-lib.c
3424         * gcc.c-torture/execute/builtins/memops-asm-lib.c
3425         * gcc.c-torture/execute/builtins/mempcpy-2-lib.c
3426         * gcc.c-torture/execute/builtins/mempcpy-lib.c
3427         * gcc.c-torture/execute/builtins/memset-lib.c
3428         * gcc.c-torture/execute/builtins/printf-lib.c
3429         * gcc.c-torture/execute/builtins/sprintf-lib.c
3430         * gcc.c-torture/execute/builtins/strcat-lib.c
3431         * gcc.c-torture/execute/builtins/strchr-lib.c
3432         * gcc.c-torture/execute/builtins/strcmp-lib.c
3433         * gcc.c-torture/execute/builtins/strcpy-lib.c
3434         * gcc.c-torture/execute/builtins/strcspn-lib.c
3435         * gcc.c-torture/execute/builtins/strlen-2-lib.c
3436         * gcc.c-torture/execute/builtins/strlen-lib.c
3437         * gcc.c-torture/execute/builtins/strncat-lib.c
3438         * gcc.c-torture/execute/builtins/strncmp-2-lib.c
3439         * gcc.c-torture/execute/builtins/strncmp-lib.c
3440         * gcc.c-torture/execute/builtins/strncpy-lib.c
3441         * gcc.c-torture/execute/builtins/strpbrk-lib.c
3442         * gcc.c-torture/execute/builtins/strpcpy-2-lib.c
3443         * gcc.c-torture/execute/builtins/strpcpy-lib.c
3444         * gcc.c-torture/execute/builtins/strrchr-lib.c
3445         * gcc.c-torture/execute/builtins/strspn-lib.c
3446         * gcc.c-torture/execute/builtins/strstr-asm-lib.c
3447         * gcc.c-torture/execute/builtins/strstr-lib.c
3448         * gcc.c-torture/execute/builtins/lib/abs.c
3449         * gcc.c-torture/execute/builtins/lib/fprintf.c
3450         * gcc.c-torture/execute/builtins/lib/memset.c
3451         * gcc.c-torture/execute/builtins/lib/printf.c
3452         * gcc.c-torture/execute/builtins/lib/sprintf.c
3453         * gcc.c-torture/execute/builtins/lib/strcpy.c
3454         * gcc.c-torture/execute/builtins/lib/strcspn.c
3455         * gcc.c-torture/execute/builtins/lib/strncat.c
3456         * gcc.c-torture/execute/builtins/lib/strncmp.c
3457         * gcc.c-torture/execute/builtins/lib/strncpy.c
3458         * gcc.c-torture/execute/builtins/lib/strpbrk.c
3459         * gcc.c-torture/execute/builtins/lib/strspn.c
3460         * gcc.c-torture/execute/builtins/lib/strstr.c:
3461         New files containing support routines.
3462
3463         * gcc.c-torture/execute/builtins/abs-1.c: Remove unnecessary
3464         declaration.
3465         * gcc.c-torture/execute/builtins/lib/main.c: Define link_error
3466         when not optimizing.
3467
3468 2004-07-02  Mark Mitchell  <mark@codesourcery.com>
3469
3470         PR c++/16240
3471         * g++.dg/abi/mangle22.C: New test.
3472         * g++.dg/abi/mangle23.C: Likewise.
3473
3474 2004-07-02  David Billinghurst  <David.Billinghurst@riotinto.com>
3475
3476         PR fortran/16290
3477         * gfortran.fortran-torture/execute/intrinsic_set_exponent.f90
3478         Allow for cases without denormalized floating point numbers.
3479
3480 2004-07-01  Joseph S. Myers  <jsm@polyomino.org.uk>
3481
3482         PR c/1027
3483         * gcc.dg/Wswitch-enum.c, gcc.dg/Wswitch.c,
3484         gcc.dg/format/branch-1.c, gcc.dg/format/diag-1.c,
3485         gcc.dg/format/multattr-3.c, gcc.dg/format/xopen-1.c: Update
3486         expected warning text.
3487         * gcc.dg/format/diag-2.c: New test.
3488
3489 2004-07-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
3490
3491         * gcc.c-torture/compile/20040323-1.c: XFAIL on Solaris 2.
3492
3493 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
3494
3495         * gcc.dg/builtins-43.c: New.
3496         * gcc.dg/builtins-44.c: New.
3497         * gcc.dg/builtins-45.c: New.
3498
3499 2004-06-26  Geoffrey Keating  <geoffk@apple.com>
3500             Andreas Tobler  <a.tobler@schweiz.ch>
3501
3502         * gcc.dg/cleanup-10.c: Run on all Linux platforms and powerpc-darwin.
3503         Use SA_RESETHAND rather than SA_ONESHOT.  Trap SIGBUS as well
3504         as SIGSEGV.
3505         * gcc.dg/cleanup-11.c: Likewise.
3506         * gcc.dg/cleanup-8.c: Likewise.
3507         * gcc.dg/cleanup-9.c: Likewise.
3508         * gcc.dg/cleanup-5.c: Run on all platforms.
3509
3510 2004-06-30  Joseph S. Myers  <jsm@polyomino.org.uk>
3511
3512         * g++.dg/warn/nonnull1.C: New test.
3513
3514 2004-06-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
3515
3516         * gcc.dg/compat/compat-common.h: Wrap up CINT in
3517         an #ifndef SKIP_COMPLEX_INT/#endif pair.
3518         Special-case the Sun compiler wrt to <complex.h>.
3519
3520 2004-06-30  Nitin Yewale <nitiny@kpitcummins.com>
3521
3522         * gcc.dg/Wunreachable-8.C: New test.
3523
3524         * gcc.dg/h8300-ice2.c : New test.
3525
3526 2004-06-30  Tobias Schlueter  <tobias.shclueter@physik.uni-muenchen.de>
3527
3528         PR fortran/16161
3529         * gfortran.fortran-torture/compile/implicit.f90: Add test
3530         for implicit character.
3531
3532 2004-06-30  David Billinghurst <David.Billinghurst@riotinto.com>
3533
3534         PR fortran/16289
3535         * gfortran.fortran-torture/execute/intrinsic_nearest.f90
3536         Use tiny() intrinsic to find smallest non-negative real
3537
3538 2004-06-30  Jakub Jelinek  <jakub@redhat.com>
3539
3540         * gcc.dg/compat/struct-by-value-22_main.c: New test.
3541         * gcc.dg/compat/struct-by-value-22_x.c: New.
3542         * gcc.dg/compat/struct-by-value-22_y.c: New.
3543
3544         * gcc.c-torture/execute/20040629-1.c: New test.
3545
3546 2004-06-29  Jakub Jelinek  <jakub@redhat.com>
3547
3548         * gcc.dg/compat/vector-defs.h: Use vector_size attribute
3549         only for GCC 3.5+, for GCC up to 3.4 mode(V*) attribute instead.
3550
3551         PR target/16195
3552         * gcc.dg/20040625-1.c: New test.
3553
3554 2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3555
3556         * gfortran.fortran-torture/execute/parameter_2.f90: New test.
3557
3558 2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3559
3560         PR fortran/15963
3561         * gfortran.fortran-torture/execute/initialization_1.f90: New test.
3562
3563 2004-06-29  Richard Henderson  <rth@redhat.com>
3564
3565         * gcc.dg/tree-ssa/20040430-1.c: Expect zero if's.
3566
3567 2004-06-29  Paul Brook  <paul@codesourcery.com>
3568
3569         * g++.old-deja/g++.abi/arraynew.C: Handle ARM EABI cookies.
3570         * g++.old-deja/g++.abi/cxa_vec.C: Allocate larger cookies for AEABI.
3571
3572 2004-06-29  Nathan Sidwell  <nathan@codesourcery.com>
3573
3574         PR c++/16260
3575         * g++.dg/parse/crash15.C: New.
3576
3577 2004-06-28  Andrew Pinski  <apinski@apple.com>
3578
3579         * gcc.dg/pr14963.c: Remove the dg-warning as it is dected
3580         by the error already.
3581
3582         * g++.dg/opt/ptrmem4.C: Change to compile only test.
3583
3584 2004-06-28  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
3585
3586         PR target/14041
3587         * gcc.dg/h8300-bss-align-1.c : New.
3588
3589 2004-06-28  Nathan Sidwell  <nathan@codesourcery.com>
3590
3591         * PR c++/16174
3592         * g++.dg/template/ctor4.C: New.
3593
3594 2004-06-27  Andrew Pinski  <pinskia@physics.uc.edu>
3595
3596         PR c++/16205
3597         * g++.dg/warn/Wsequence-point-1.C: New test.
3598
3599 2004-06-27  Paul Brook  <paul@codesourcery.com>
3600
3601         * gfortran.fortran-torture/execute/specfics.f90: Use correct typing.
3602
3603 2004-06-27  Zack Weinberg  <zack@codesourcery.com>
3604
3605         * g++.old-deja/g++.mike/p7325.C: Remove.
3606
3607 2004-06-27  Andrew Pinski  <pinskia@physics.uc.edu>
3608
3609         PR c/14963
3610         * gcc.dg/pr14963.c: New test.
3611
3612 2004-06-27  Mark Mitchell  <mark@codesourcery.com>
3613
3614         PR c++/16193
3615         * g++.dg/parse/redef1.C: New test.
3616
3617 2004-06-27  Joseph S. Myers  <jsm@polyomino.org.uk>
3618
3619         * gcc.c-torture/compile/20021123-1.c: Remove duplicate of
3620         20021110.c.
3621         * gcc.c-torture/compile/20021123-4.c: Remove duplicate of
3622         20021119-1.c.
3623         * gcc.dg/vmx/5-05.c, gcc.dg/vmx/5-06.c, gcc.dg/vmx/5-07.c,
3624         gcc.dg/vmx/5-08.c: Remove duplicates of 5-01.c, 5-02.c, 5-03.c,
3625         5-04.c.
3626         * gcc.dg/builtins-42.c: Remove duplicate of builtins-41.c.
3627         * g++.dg/other/new1.C: Remove duplicate of g++.dg/init/new1.C.
3628         * g++.dg/init/elide3.C: Remove duplicate of elide2.C.
3629         * g++.old-deja/g++.law/enum8.C: Remove duplicate of
3630         g++.brendan/enum14.C.
3631         * g++.old-deja/g++.mike/ns8.C: Remove duplicate of ns6.C
3632         * g++.old-deja/g++.ns/alias5.C: Remove duplicate of alias1.C.
3633         * g++.old-deja/g++.other/virtual1.C: Remove duplicate of
3634         g++.mike/virt1.C.
3635         * g++.old-deja/g++.pt/memtemp27.C: Remove duplicate of
3636         memtemp24.C.
3637
3638 2004-06-27  Roger Sayle  <roger@eyesopen.com>
3639
3640         * gcc.dg/20040527-1.c: New test case.
3641
3642 2004-06-26  Bud Davis  <bdavis9659@comcast.net>
3643
3644         PR gfortran/pr16196
3645         * gfortran.fortran-torture/execute/open_replace.f90: New test case.
3646
3647 2004-06-25  Roger Sayle  <roger@eyesopen.com>
3648
3649         PR middle-end/15825
3650         * gcc.dg/pr15825-1.c: New test case.
3651
3652 2004-06-25  Richard Sandiford  <rsandifo@redhat.com>
3653
3654         * gcc.c-torture/execute/20040625-1.c: New test.
3655
3656 2004-06-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3657
3658         * gfortran.fortran-torture/execute/der_init_3.f90: Fix syntax error.
3659
3660 2004-06-25  Richard Sandiford  <rsandifo@redhat.com>
3661
3662         * gcc.dg/torture/mips-div-1.c: New test.
3663
3664 2004-06-24  Jeff Law  <law@redhat.com>
3665
3666         * gcc.dg/tree-ssa/20040624-1.c: New test.
3667
3668 2004-06-24  Richard Sandiford  <rsandifo@redhat.com>
3669
3670         * gcc.c-torture/compile/20040624-1.c: New test.
3671
3672 2004-06-24  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3673
3674         * g++.dg/tree-ssa/tree-ssa.exp: Remove. dg.exp already handles
3675         this directory.
3676
3677 2004-06-23  Andrew Pinski  <apinski@apple.com>
3678
3679         PR middle-end/15988
3680         * g++.dg/opt/ptrmem4.C: New test.
3681
3682         * gcc.dg/c90-array-quals-2.c: New test.
3683
3684 2006-06-23  Nitin Yewale <NitinY@KPITCummins.com>
3685
3686         * gcc.dg/kpice1.c: New test.
3687
3688 2006-06-23  Andrew Pinski  <apinski@apple.com>
3689
3690         * gcc.dg/c90-array-quals.c: New test.
3691
3692 2006-06-22  Richard Henderson  <rth@redhat.com>
3693
3694         * gcc.dg/noreturn-1.c (foo5): Update function does return lineno.
3695
3696 2004-06-22  Loren James Rittle  <ljrittle@acm.org>
3697
3698         * gcc.dg/builtins-config.h: Handle FreeBSD.
3699
3700 2006-06-22  Richard Henderson  <rth@redhat.com>
3701
3702         * g++.dg/opt/devirt1.C: New.
3703
3704 2004-06-22  Kelley Cook <kcook@gcc.gnu.org>
3705
3706         * g++.dg/opt/pr15551.C: New testcase.
3707
3708 2004-06-22  H.J. Lu  <hongjiu.lu@intel.com>
3709
3710         PR target/14800
3711         * gcc.misc-tests/linkage.exp: Set native_cflags to "-m32" for
3712         x86_64-*-linux* when compiling for 32bit.
3713
3714 2004-06-21  Andrew Pinski  <apinski@apple.com>
3715
3716         * gcc.dg/pch/struct-1.c: New.
3717         * gcc.dg/pch/struct-1.hs: New.
3718
3719 2004-06-21  Geoffrey Keating  <geoffk@apple.com>
3720
3721         * gcc.dg/pch/save-temps-1.c: New file.
3722         * gcc.dg/pch/save-temps-1.hs: New file.
3723
3724 2004-06-22  Janne Blomqvist  <jblomqvi@cc.hut.fi>
3725
3726         * gfortran.fortran-torture/execute/iolength_1.f90: New test.
3727         * gfortran.fortran-torture/execute/iolength_3.f90: New test.
3728
3729 2004-06-21  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3730
3731         * gfortran.fortran-torture/execute/select_1.f90: Rename function
3732         to fix type error.
3733         * gfortran.fortran-torture/execute/intrinsic_associated.f90:
3734         Remove trailing spaces.
3735
3736 2004-06-21  Richard Henderson  <rth@redhat.com>
3737
3738         * gcc.dg/tree-ssa/20030714-1.c: Rename variables to avoid
3739         merging && to BIT_FIELD_REF.
3740
3741 2004-06-21  Richard Sandiford  <rsandifo@redhat.com>
3742
3743         * g++.dg/opt/placeholder1.C: New test.
3744
3745 2004-06-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
3746
3747         * gcc.dg/compat/struct-complex-1_x.c: Add dummy symbol.
3748         * gcc.dg/compat/struct-complex-1_y.c: Likewise.
3749         * gcc.dg/compat/union-m128-1_x.c: Likewise.
3750         * gcc.dg/compat/union-m128-1_y.c: Likewise.
3751
3752 2004-06-20  Zack Weinberg  <zack@codesourcery.com>
3753
3754         * g++.dg/expr/enum1.C, g++.dg/opt/const3.C: Declare abort with
3755         extern "C".
3756         * g++.dg/other/pragma-re-1.C: Add comments.
3757
3758 2004-06-19  Bud Davis  <bdavis9659@comcast.net>
3759
3760         PR gfortran/16080
3761         * gfortran.fortran-torture/execute/read_null_string.f90: New file.
3762
3763 2004-06-19  Andrew Pinski  <pinskia@physics.uc.edu>
3764
3765         * g++.dg/lookup/crash3.C: Use __SIZE_TYPE__
3766         instead of setting the type of size_t by
3767         hand.
3768
3769 2004-06-18  Roger Sayle  <roger@eyesopen.com>
3770
3771         * gcc.dg/unordered-2.c: New test case.
3772         * gcc.dg/unordered-3.c: New test case.
3773
3774 2004-06-19  David Billinghurst <David.Billinghurst@riotinto.com>
3775
3776         PR other/16043
3777         * lib/g++.exp (g++_version): Tweak regexp for version
3778         * lib/g77.exp (g77_version): Likewise
3779         * lib/gfortran.exp (gfortran_version): Likewise
3780         * lib/objc.exp (objc_version): Likewise
3781         * lib/treelang.exp (treelang_version): Likewise
3782
3783 2004-06-19  Jakub Jelinek  <jakub@redhat.com>
3784
3785         * gcc.dg/compat/struct-align-2_x.c: Include <limits.h>.
3786         Use INT_MAX instead of __INT_MAX__.
3787         * gcc.dg/compat/struct-align-2_y.c: Likewise.
3788
3789         * gcc.dg/compat/compat-common.h (CINT, CDBL): Define.
3790         * gcc.dg/compat/scalar-return-3_x.c: Use it.
3791         * gcc.dg/compat/scalar-return-3_y.c: Use it.
3792         * gcc.dg/compat/scalar-return-4_x.c: Use it.
3793         * gcc.dg/compat/scalar-return-4_y.c: Use it.
3794         * gcc.dg/compat/scalar-by-value-3_x.c: Use it.
3795         * gcc.dg/compat/scalar-by-value-3_y.c: Use it.
3796         * gcc.dg/compat/scalar-by-value-4_x.c: Use it.
3797         * gcc.dg/compat/scalar-by-value-4_y.c: Use it.
3798
3799         * gcc.dg/range-test-1.c: New test.
3800         * g++.dg/opt/range-test-1.C: New test.
3801
3802 2004-06-17  Richard Henderson  <rth@redhat.com>
3803
3804         * objc.dg/sync-1.m: New.
3805         * objc.dg/try-catch-1.m: Don't force next runtime.
3806         * objc.dg/try-catch-3.m, objc.dg/try-catch-4.m: Likewise.
3807         * objc.dg/try-catch-2.m: Likewise.  Enable everywhere.  Remove
3808         shadowed catch clause.
3809         * objc.dg/try-catch-5.m: New.
3810
3811 2004-06-17  Zack Weinberg  <zack@codesourcery.com>
3812
3813         Bug 14610
3814         * gcc.dg/ia64-float80-1.c, gcc.dg/ia64-float80-2.c: New testcases.
3815
3816 2004-06-15  Richard Henderson  <rth@redhat.com>
3817
3818         * gcc.dg/20001116-1.c: Move expected warning line.
3819
3820 2004-06-15  Richard Henderson  <rth@redhat.com>
3821
3822         * gcc.dg/i386-ssetype-1.c: Remove XFAIL.
3823         * gcc.dg/i386-ssetype-3.c: Remove XFAIL.
3824
3825 2004-06-15  Jeff Law  <law@redhat.com>
3826
3827         * gcc.dg/tree-ssa/20040615-1.c: New test.
3828         * gcc.dg/tree-ssa/20030824-1.c: Update expected output to
3829         be less sensitive to operand ordering.
3830         * gcc.dg/tree-ssa/20030824-2.c: Likewise.
3831
3832 2004-06-16  Danny Smith  <dannysmith@users.sourceforge.net>
3833
3834         * g++.dg/abi/bitfield3.C: Add comment..
3835
3836 2004-06-15  Richard Henderson  <rth@redhat.com>
3837
3838         * g++.dg/ext/stmtexpr1.C: XFAIL.
3839         * gcc.dg/20030612-1.c: XFAIL.
3840
3841 2004-06-15  Eric Christopher  <echristo@redhat.com>
3842
3843         * g++.dg/charset/asm5.c: New.
3844         * gcc.dg/charset/asm6.c: New.
3845
3846 2004-06-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3847
3848         PR fortran/15962
3849         * gfortran.fortran-torture/execute/select_1.f90: New test.
3850
3851 2004-06-15  Paul Brook  <paul@codesourcery.com>
3852
3853         * gcc.dg/arm-mmx-1.c: Use asm to clobber registers.
3854
3855 2004-06-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3856
3857         PR c++/15967
3858         * g++.dg/lookup/crash3.C: New test.
3859
3860 2004-06-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3861
3862         PR c++/15947
3863         * g++.dg/parse/dtor4.C: New test.
3864
3865 2004-06-14  Jeff Law  <law@redhat.com>
3866
3867         * gcc.c-torture/compile/20040614-1.c: New test.
3868
3869 2004-06-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3870
3871         PR fortran/15211
3872         * gfortran.fortran-torture/execute/intrinsic_len.f90: Also test
3873         LEN of a character array.
3874
3875 2004-06-14  Mark Mitchell  <mark@codesourcery.com>
3876
3877         PR c++/15096
3878         * g++.dg/template/ptrmem10.C: New test.
3879
3880         PR c++/14930
3881         * g++.dg/template/friend30.C: New test.
3882
3883 2004-06-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3884
3885         PR fortran/14928
3886         * gfortran.fortran-torture/compile/mloc.f90: New test.
3887
3888 2004-06-13  Paul Brook  <paul@codesourcery.com>
3889
3890         * gfortran.fortran-torture/execute/random_2.f90: New test.
3891
3892 2004-06-13  Eric Christopher  <echristo@redhat.com>
3893
3894         * gcc.dg/noncompile/redecl-1.c: Fix error message.
3895
3896 2004-06-12  Paul Brook  <paul@codesourcery.com>
3897
3898         * gfortran.fortran-torture/execute/contained_3.f90: New test.
3899
3900 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3901
3902         PR fortran/14923
3903         * gfortran.fortran-torture/execute/date_time_1.f90: New test.
3904
3905 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3906
3907         PR fortran/14957
3908         * gfortran.fortran-torture/execute/stack_varsize.f90: Correct
3909         syntax errors in end statements of contained subroutines.
3910
3911 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3912
3913         PR fortran/12841
3914         * gfortran.fortran-torture/execute/null_arg.f90: New test.
3915
3916 2004-06-12  Bud Davis  <bdavis9659@comcast.net>
3917
3918         PR fortran/15665
3919         * gfortran.fortran-torture/execute/getarg_1.f90: New test.
3920
3921 2004-06-12  Bud Davis  <bdavis9659@comcast.net>
3922
3923         PR gfortran/12839
3924         * gfortran.fortran-torture/execute/nan_inf_fmt.f90: New test.
3925
3926 2004-06-11  Mark Mitchell  <mark@codesourcery.com>
3927
3928         PR c++/15862
3929         * g++.dg/parse/enum1.C: New test.
3930
3931 2004-06-10  Jeff Law  <law@redhat.com>
3932
3933         * gcc.c-torture/compile/20040610-1.c: New test.
3934
3935 2004-06-11  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3936
3937         * g++.old-deja/g++.robertl/eb4.C: Adjust error markers.
3938         * g++.old-deja/g++.other/decl3.C: Likewise.
3939
3940 2004-06-10  Brian Booth  <bbooth@redhat.com>
3941
3942         * gcc.dg/tree-ssa/20031015-1.c: Scan for
3943         V_MAY_DEF instead of VDEF.
3944         * gcc.dg/tree-ssa/20040517-1.c: Ditto.
3945
3946 2004-06-10  Mark Mitchell  <mark@codesourcery.com>
3947
3948         PR c++/14211
3949         * g++.dg/conversion/const1.C: New test.
3950
3951         PR c++/15076
3952         * g++.dg/conversion/reinterpret1.C: New test.
3953
3954         PR c++/15877
3955         * g++.dg/template/enum2.C: New test.
3956
3957         PR c++/15227
3958         * g++.dg/template/error13.C: New test.
3959
3960 2004-06-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3961
3962         PR fortran/14957
3963         * gfortran.fortran-torture/execute/intrinsic_scale.f90: Make all
3964         arguments to test_* REAL and of the right size.
3965
3966 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
3967
3968         PR target/15569
3969         PR rtl-optimization/15681
3970         * gcc.dg/20040609-1.c: New test.
3971
3972 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
3973
3974         PR c++/14791
3975         * g++.dg/opt/builtins1.C: New test.
3976
3977 2004-06-10  Danny Smith  <dannysmith@users.sourceforge.net>
3978
3979         * gcc.dg/i386-bitfield1.c: Add mingw32 and cygwin to targets
3980         that use default windows32 struct layout.
3981         * gcc.dg/i386-bitfield2.c: Likewise.
3982
3983 2004-06-09  Danny Smith  <dannysmith@users.sourceforge.net>
3984
3985         * g++.dg/abi/bitfield3.C: Add -mno-align-double compile option
3986         for mingw32 and cygwin targets.
3987
3988 2004-06-09  Geoffrey Keating  <geoffk@apple.com>
3989
3990         * gcc.dg/pch/macro-4.c: New.
3991         * gcc.dg/pch/macro-4.hs: New.
3992
3993 2004-06-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3994
3995         PR fortran/13249
3996         * gfortran.fortran-torture/compile/name_clash.f90: New test.
3997
3998 2004-06-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3999
4000         PR fortran/13372
4001         * gfortran.fortran-torture/compile/named_args_2.f90: New test.
4002
4003 2004-06-09  Bud Davis  <bdavis9659@comcast.net>
4004
4005         PR gfortran/14897
4006         * gfortran.fortran-torture/execute/t_edit.f90: New test.
4007
4008 2004-06-09  Bud Davis  <bdavis9659@comcast.net>
4009
4010         PR gfortran/15755
4011         * gfortran.fortran-torture/execute/backspace.c : New test.
4012
4013 2004-06-09  Paul Brook  <paul@codesourcery.com>
4014
4015         * gfortran.fortran-torture/execure/intrinsic_associated.f90
4016         (pointer_to_section): Rewrite to use smaller array.
4017
4018 2004-06-08  David Edelsohn  <edelsohn@gnu.org>
4019
4020         * gcc.dg/ext/altivec-1.c: XFAIL powerpc-ibm-aix*.
4021         * gcc.dg/ext/altivec-10.c: Same.
4022         * gcc.dg/ext/altivec-11.c: Same.
4023         * gcc.dg/ext/altivec-12.c: Same.
4024         * gcc.dg/ext/altivec-13.c: Same.
4025         * gcc.dg/ext/altivec-14.c: Same.
4026         * gcc.dg/ext/altivec-15.c: Same.
4027         * gcc.dg/ext/altivec-16.c: Same.
4028         * gcc.dg/ext/altivec-3.c: Same.
4029         * gcc.dg/ext/altivec-4.c: Same.
4030         * gcc.dg/ext/altivec-6.c: Same.
4031         * gcc.dg/ext/altivec-7.c: Same.
4032         * gcc.dg/ext/altivec-8.c: Same.
4033         * gcc.dg/ext/altivec-varargs-1.c: Same.
4034
4035         * g++.dg/ext/altivec-1.C: Correct dg syntax.
4036         * g++.dg/ext/altivec-10.C: Same.
4037         * g++.dg/ext/altivec-2.C: Same.
4038         * g++.dg/ext/altivec-3.C: Same.
4039         * g++.dg/ext/altivec-4.C: Same.
4040         * g++.dg/ext/altivec-5.C: Same.
4041         * g++.dg/ext/altivec-6.C: Same.
4042         * g++.dg/ext/altivec-7.C: Same.
4043         * g++.dg/ext/altivec-8.C: Same.
4044         * g++.dg/ext/altivec-9.C: Same.
4045
4046 2004-06-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4047
4048         PR c++/7841
4049         * g++.old-deja/g++.pt/ctor2.C: Add error mark.
4050
4051 2004-06-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
4052
4053         * gcc.dg/union-1.c: New test.
4054
4055 2004-06-07  Roger Sayle  <roger@eyesopen.com>
4056
4057         * gcc.dg/builtins-41.c: New test case.
4058         * gcc.dg/builtins-42.c: New test case.
4059
4060 2004-06-07  David Edelsohn  <edelsohn@gnu.org>
4061
4062         * g++.dg/ext/altivec-1.C: XFAIL powerpc-ibm-aix*.
4063         * g++.dg/ext/altivec-10.C: Same.
4064         * g++.dg/ext/altivec-2.C: Same.
4065         * g++.dg/ext/altivec-3.C: Same.
4066         * g++.dg/ext/altivec-4.C: Same.
4067         * g++.dg/ext/altivec-5.C: Same.
4068         * g++.dg/ext/altivec-6.C: Same.
4069         * g++.dg/ext/altivec-7.C: Same.
4070         * g++.dg/ext/altivec-8.C: Same.
4071         * g++.dg/ext/altivec-9.C: Same.
4072         * g++.old-deja/g++.abi/cxa_vec.C: Same.
4073         * g++.old-deja/g++.brendan/new3.C: Same.
4074         * gcc.c-torture/execute/eeprof-1.x: Same.
4075
4076 2004-06-07  Joseph S. Myers  <jsm@polyomino.org.uk>
4077
4078         PR c/14765
4079         * gcc.dg/pr14765-1.c: New test.
4080
4081 2004-06-07  Roger Sayle  <roger@eyesopen.com>
4082
4083         PR c/14649
4084         * gcc.dg/pr14649-1.c: New test case.
4085
4086 2004-06-07  Richard Henderson  <rth@redhat.com>
4087
4088         * gcc.dg/tree-ssa/20030728-1.c: Fixup return value to not match
4089         if temporaries.
4090
4091 2004-06-07  David Edelsohn  <edelsohn@gnu.org>
4092
4093         * g++.dg/eh/elide1.C: Remove XFAIL.
4094
4095 2004-06-07  Mark Mitchell  <mark@codesourcery.com>
4096
4097         PR c++/15337
4098         * g++.dg/expr/sizeof3.C: New test.
4099
4100         PR c++/14777
4101         * g++.dg/template/access14.C: New test.
4102
4103         PR c++/15554
4104         * g++.dg/template/enum1.C: New test.
4105
4106         PR c++/15057
4107         * g++.dg/eh/throw1.C: New test.
4108
4109 2004-06-07  David Ayers  <d.ayers@inode.at>
4110             Ziemowit Laski  <zlaski@apple.com>
4111
4112         * lib/objc.exp (objc_target_compile): Revert the '-framework
4113         Foundation' flag fix, since bare Darwin does not ship
4114         with the Foundation framework.
4115         * objc/execute/next_mapping.h: Provide a local NSConstantString
4116         @interface and @implementation.
4117         (objc_constant_string_init): A constructor function, used to
4118         initialize the NSConstantString meta-class object.
4119         * objc/execute/string1.m: Include "next_mapping.h" instead of
4120         <Foundation/NSString.h>.
4121         * objc/execute/string2.m: Likewise.
4122         * objc/execute/string3.m: Likewise.
4123         * objc/execute/string4.m: Likewise.
4124
4125 2004-06-06  H.J. Lu  <hongjiu.lu@intel.com>
4126
4127         * gcc.c-torture/execute/ieee/fp-cmp-4.c (FLOAT): New. Default
4128         to double. Replace double with FLOAT.
4129         * gcc.c-torture/execute/ieee/fp-cmp-8.c: Likewise.
4130
4131         * gcc.c-torture/execute/ieee/fp-cmp-4e.c: New file.
4132         * gcc.c-torture/execute/ieee/fp-cmp-4f.c: Likewise.
4133         * gcc.c-torture/execute/ieee/fp-cmp-4l.c: Likewise.
4134         * gcc.c-torture/execute/ieee/fp-cmp-4q.c: Likewise.
4135         * gcc.c-torture/execute/ieee/fp-cmp-8e.c: Likewise.
4136         * gcc.c-torture/execute/ieee/fp-cmp-8f.c: Likewise.
4137         * gcc.c-torture/execute/ieee/fp-cmp-8l.c: Likewise.
4138         * gcc.c-torture/execute/ieee/fp-cmp-8q.c: Likewise.
4139
4140 2004-06-06  Joseph S. Myers  <jsm@polyomino.org.uk>
4141
4142         PR c/13519
4143         * gcc.c-torture/enum-3.c, gcc.dg/pr13519-1.c: New tests.
4144
4145 2004-06-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4146
4147         PR c++/15503
4148         * g++.dg/template/meminit2.C: New test.
4149
4150 2004-06-04  Paolo Bonzini  <bonzini@gnu.org>
4151
4152         PR target/15822
4153         * gcc.c-torture/execute/compare-fp-1.c,
4154         gcc.c-torture/execute/compare-fp-2.c,
4155         gcc.c-torture/execute/compare-fp-3.c,
4156         gcc.c-torture/execute/compare-fp-4.c,
4157         gcc.c-torture/execute/compare-fp-3.x,
4158         gcc.c-torture/execute/compare-fp-4.x: Moved...
4159         * gcc.c-torture/execute/ieee/compare-fp-1.c,
4160         gcc.c-torture/execute/ieee/compare-fp-2.c,
4161         gcc.c-torture/execute/ieee/compare-fp-3.c,
4162         gcc.c-torture/execute/ieee/compare-fp-4.c,
4163         gcc.c-torture/execute/ieee/compare-fp-3.x,
4164         gcc.c-torture/execute/ieee/compare-fp-4.x: ...here.
4165
4166 2004-06-04  David Ayers  <d.ayers@inode.at>
4167
4168         * objc/execute/protocol-isEqual-4.m: New testcase.
4169
4170 2004-06-04  Nicola Pero  <n.pero@mi.flashnet.it>
4171
4172         * objc/execute/protocol-isEqual-1.m: New testcase.
4173         * objc/execute/protocol-isEqual-2.m: New testcase.
4174         * objc/execute/protocol-isEqual-3.m: New testcase.
4175
4176 2004-06-03  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4177
4178         * gfortran.fortran-torture/execute/optstring_1.f90: New testcase.
4179
4180 2004-06-02  Ziemowit Laski  <zlaski@apple.com>
4181
4182         * lib/objc.exp (objc_target_compile): When running tests on
4183         Darwin (Mac OS X), inform the linker about '-framework
4184         'Foundation'.
4185
4186 2004-06-02  Eric Christopher  <echristo@redhat.com>
4187
4188         * gcc.c-torture/compile/20040602-1.c: New.
4189
4190 2004-06-02  Andrew Pinski  <pinskia@physics.uc.edu>
4191
4192         * g++.dg/tree-ssa/ssa-sra-1.C: Fix comment.
4193         * g++.dg/tree-ssa/ssa-sra-2.C: Likewise.
4194
4195         PR tree-optimization/14736
4196         * g++.dg/tree-ssa/ssa-cast-1.C: New Test.
4197
4198         PR tree-optimization/14042
4199         * g++.dg/tree-ssa/ssa-sra-1.C: New Test.
4200
4201         PR tree-optimization/14729
4202         * g++.dg/tree-ssa/ssa-sra-2.C: New Test.
4203
4204 2004-06-02  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4205
4206         PR fortran/15557
4207         * gfortran.fortran-torture/execute/data_3.f90: New testcase.
4208
4209 2004-06-01  Richard Hederson  <rth@redhat.com>
4210
4211         * g++.dg/template/dependent-expr4.C: Use __builtin_offsetof.
4212
4213 2004-06-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4214
4215         PR c++/14932
4216         * g++.dg/parse/offsetof4.C: New test.
4217
4218 2004-06-01  Nicola Pero  <nicola@brainstorm.co.uk>
4219
4220         PR objc/7993
4221         * objc.dg/private-1.m, objc-dg/private-2.m: New testcases.
4222
4223 2004-05-31  Mark Mitchell  <mark@codesourcery.com>
4224
4225         PR c++/15701
4226         * g++.dg/template/friend29.C: New test.
4227
4228 2004-05-31  Joseph S. Myers  <jsm@polyomino.org.uk>
4229
4230         PR c/15749
4231         * gcc.dg/pr15749-1.c, gcc.dg/pr15749-1.h: New test.
4232
4233 2004-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
4234
4235         * gcc.dg/sparc-trap-1.c: New test.
4236
4237 2004-05-31  Roger Sayle  <roger@eyesopen.com>
4238
4239         PR middle-end/15069
4240         * g++.dg/opt/fold3.C: New test case.
4241
4242 2004-05-30  Graham Stott  <graham.stott@btinternet.com>
4243
4244         * lib/target-supports.exp (check_iconv_available): Fix fallout
4245         from 2004-05-28 patch.
4246
4247 2004-05-30  Paul Brook  <paul@codesourcery.com>
4248
4249         PR fortran/15620
4250         * gfortran.fortran-torture/execute/st_function_1.f90: New test.
4251         * gfortran.fortran-torture/execute/st_function_2.f90: New test.
4252
4253 2004-05-30  Steven G. Kargl  <kargls@comcast.net>
4254
4255         * gfortran.fortran-torture/execute/random_1.f90: New test.
4256
4257 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
4258
4259         * g++.dg/ext/altivec-10.C: New test.
4260
4261 2004-05-29  Paul Brook  <paul@codesourcery.com>
4262
4263         * gfortran.fortran-torture/execute/equiv_1.f90: New test.
4264
4265 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
4266
4267         * gcc.dg/altivec-16.c: New test.
4268
4269 2004-05-28  Janis Johnson  <janis187@us.ibm.com>
4270
4271         * lib/target-supports.exp (check_vmx_hw_available): New.
4272         * gcc.dg/vmx/vmx.exp: Use it to determine default action.
4273
4274         * lib/target-supports.exp (check_alias_available,
4275         check_iconv_available, check_named_sections_available): Use
4276         unique names for temporary files.
4277
4278 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
4279
4280         * gcc.dg/altivec-15.c: New test.
4281
4282 2004-05-28  Mark Mitchell  <mark@codesourcery.com>
4283
4284         PR c++/15083
4285         * g++.dg/warn/noeffect6.C: New test.
4286
4287         PR c++/15471
4288         * g++.dg/expr/ptrmem4.C: New test.
4289
4290         PR c++/15640
4291         * g++.dg/template/operator3.C: New test.
4292
4293 2004-05-28  Mark Mitchell  <mark@codesourcery.com>
4294
4295         PR c++/14668
4296         * g++.dg/lookup/redecl1.C: New test.
4297         * g++.old-deja/g++.benjamin/tem04.C: Add error marker.
4298
4299 2004-05-28  Paolo Bonzini  <bonzini@gnu.org>
4300
4301         * gcc.c-torture/execute/compare-fp-1.c,
4302         gcc.c-torture/execute/compare-fp-2.c,
4303         gcc.c-torture/execute/compare-fp-3.c,
4304         gcc.c-torture/execute/compare-fp-4.c,
4305         gcc.c-torture/execute/compare-fp-3.x,
4306         gcc.c-torture/execute/compare-fp-4.x,
4307         gcc.dg/pr15649-1.c: New.
4308
4309 2004-05-27  Adam Nemet  <anemet@lnxw.com>
4310
4311         PR c++/12883
4312         * g++.dg/init/array14.C: New test.
4313
4314 2004-05-25  Janis Johnson  <janis187@us.ibm.com>
4315
4316         * lib/compat.exp (compat-get-options-main): New.
4317         (compat-get-options): Remove unneeded code, warn for ignored
4318         command.
4319         (compat-execute): Check flag set by dg-require-* commands.
4320
4321         * lib/compat.exp (compat-execute): Break up long lines.
4322
4323 2004-05-24  Janis Johnson  <janis187@us.ibm.com>
4324
4325         * gcc.dg/altivec-7.c: Don't use 'vector long'.
4326         * gcc.dg/altivec-14.c: New test.
4327         * g++.dg/ext/altivec-7.C: Don't use 'vector long'.
4328
4329         * gcc.dg/altivec-6.c: Use -maltivec, don't limit to darwin.
4330         * gcc.dg/altivec-12.c: Ditto.
4331
4332         * gcc.dg/altivec-3.c: Move call to altivec_check.
4333
4334 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
4335
4336         PR c++/15044
4337         * g++.dg/template/error12.C: New test.
4338
4339         PR c++/15317
4340         * g++.dg/ext/attrib15.C: New test.
4341
4342         PR c++/15329
4343         * g++.dg/template/ptrmem9.C: New test.
4344
4345 2004-05-25  Paul Brook  <paul@codesourcery.com>
4346
4347         * gfortran.fortran-torture/compile/inquiry_1.f90: New test.
4348
4349 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
4350
4351         PR c++/15165
4352         * g++.dg/template/crash19.C: New test.
4353
4354 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
4355
4356         PR c++/15025
4357         * g++.dg/template/redecl1.C: New test.
4358
4359 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
4360
4361         PR c++/14821
4362         * g++.dg/other/ns1.C: New test.
4363
4364         PR c++/14883
4365         * g++.dg/template/invalid1.C: New test.
4366
4367 2004-05-23  Paul Brook  <paul@codesourcery.com>
4368         Victor Leikehman  <lei@haifasphere.co.il>
4369
4370         * gfortran.fortran-torture/execute/common_init_1.f90: New test.
4371         * gfortran.fortran-torture/execute/equiv_init.f90: New test.
4372
4373 2004-05-22  Mark Mitchell  <mark@codesourcery.com>
4374
4375         PR c++/15285
4376         PR c++/15299
4377         * g++.dg/template/non-dependent5.C: New test.
4378         * g++.dg/template/non-dependent6.C: New test.
4379
4380 2004-05-22  Mark Mitchell  <mark@codesourcery.com>
4381
4382         PR c++/15507
4383         * g++.dg/inherit/union1.C: New test.
4384
4385         PR c++/15542
4386         * g++.dg/template/addr1.C: New test.
4387
4388         PR c++/15427
4389         * g++.dg/template/array5.C: New test.
4390
4391         PR c++/15287
4392         * g++.dg/template/array6.C: New test.
4393
4394 2004-05-22  Wolfgang Bangerth  <bangerth@dealii.org>
4395             Roger Sayle  <roger@eyesopen.com>
4396
4397         * g++.dg/lookup/forscope2.C: New test case.
4398
4399 2004-05-22  Ben Elliston  <bje@au.ibm.com>
4400
4401         * gcc.dg/cpp/Wmissingdirs.c: New.
4402
4403 2004-05-20  H.J. Lu  <hongjiu.lu@intel.com>
4404
4405         PR target/15301
4406         * gcc.dg/compat/union-m128-1.h: New file.
4407         * gcc.dg/compat/union-m128-1_main.c: Likewise.
4408         * gcc.dg/compat/union-m128-1_x.c: Likewise.
4409         * gcc.dg/compat/union-m128-1_y.c: Likewise.
4410
4411 2004-05-20  H.J. Lu  <hongjiu.lu@intel.com>
4412
4413         PR target/15302
4414         * gcc.dg/compat/struct-complex-1.h: New file.
4415         * gcc.dg/compat/struct-complex-1_main.c: Likewise.
4416         * gcc.dg/compat/struct-complex-1_x.c: Likewise.
4417         * gcc.dg/compat/struct-complex-1_y.c: Likewise.
4418
4419 2004-05-20  Roger Sayle  <roger@eyesopen.com>
4420
4421         PR middle-end/3074
4422         * gcc.dg/pr3074-1.c: New test case.
4423         * gcc.dg/sequence-pt-1.c: Remove an XFAIL.
4424
4425 2004-05-20  Falk Hueffner  <falk@debian.org>
4426
4427         PR other/15526
4428         * gcc.dg/ftrapv-1.c: New test case.
4429
4430 2004-05-18  Feng Wang  <fengwang@nudt.edu.cn>
4431
4432         * gfortran.fortran-torture/execute/power.f90: Test constant integers.
4433
4434 2004-05-18  Andrew Pinski  <pinskia@physics.uc.edu>
4435             Jeff Law  <law@redhat.com>
4436
4437         * gcc.dg/tree-ssa/20040514-2.c: Update expected output.
4438         * gcc.dg/tree-ssa/20040518-2.c: New test.
4439
4440         * gcc.dg/tree-ssa/20040518-1.c: New test.
4441
4442 2004-05-18  Zack Weinberg  <zack@codesourcery.com>
4443
4444         * gcc.c-torture/execute/991216-3.c: Delete, duplicate of 991216-2.c.
4445
4446 2004-05-18  Paul Brook  <paul@codesourcery.com>
4447
4448         PR fortran/13930
4449         * gfortran.fortran-torture/execute/der_init_4.f90: New test.
4450
4451 2004-05-18  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4452
4453         * gfortran.fortran-torture/execute/cmplx.f90: Add test for bug in
4454         constant folding.
4455
4456 2004-05-17  Steven Bosscher  <stevenb@suse.de>
4457
4458         * gcc.dg/tree-ssa/20040517-1.c: New test.
4459
4460 2004-05-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4461
4462         * gcc.dg/loop-4.c: New test.
4463
4464 2004-05-15  Andrew Pinski  <pinskia@physics.uc.edu>
4465
4466         * gcc.dg/tree-ssa/20040514-1.c: Add '}' that was forgotten.
4467
4468 2004-05-15  Bud Davis  <bdavis9659@comcast.net>
4469
4470         PR fortran/15311
4471         * gfortran.fortran-torture/execute/write_a_1.f90: New test.
4472
4473 2004-05-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4474
4475         PR fortran/13826
4476         PR fortran/13940
4477         * gfortran.fortran-torture/compile/data_1.f90: New test.
4478
4479 2004-05-15  Ulrich Weigand  <uweigand@de.ibm.com>
4480
4481         * gcc.dg/const-elim-1.c: Remove XFAIL for s390*-*-*.
4482         * gcc.dg/uninit-H.c: Define ASM for __s390__.
4483
4484 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
4485
4486         * gcc.c-torture/execute/20000603-1.c: Update WG14 URL.
4487
4488 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
4489
4490         PR c/15444
4491         * gcc.dg/format/xopen-1.c: Adjust expected message.
4492         * gcc.dg/format/xopen-3.c: New test.
4493
4494 2004-05-14  Victor Leikehman  <lei@haifasphere.co.il>
4495
4496         * gfortran.fortran-torture/execute/def_init_3.f90: New test.
4497
4498 2004-05-14  Jeff Law  <law@redhat.com>
4499
4500         * gcc.dg/tree-ssa/20040514-2.c: New test.
4501
4502 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4503
4504         * gfortran.fortran-torture/compile/noncontinuation_1.f90: Rename
4505         this ...
4506         * gfortran.fortran-torture/compile/noncontinuation_1.f: ... to
4507         this.
4508
4509 2004-05-14  Andrew Pinski  <pinskia@physics.uc.edu>
4510
4511         * gcc.dg/tree-ssa/20040514-1.c: New test.
4512
4513 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4514
4515         * gfortran.fortran-torture/compile/noncontinuation_1.f90: New
4516         test.
4517
4518 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4519
4520         PR fortran/14066
4521         * gfortran.fortran-torture/compile/do_1.f90: New test.
4522
4523 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4524
4525         PR fortran/15051
4526         * gfortran.fortran-torture/compile/empty_interface_1.f90: New
4527         test.
4528
4529 2004-05-14  Bud Davis  <bdavis9659@comcast.net>
4530
4531         PR fortran/15149
4532         * gfortran.fortran-torture/execute/random_init.f90: New test.
4533
4534 2004-05-13  Paul Brook  <paul@codesourcery.com>
4535
4536         PR fortran/15314
4537         * gfortran.fortran-torture/execute/der_init_s.f90: New test.
4538
4539 2004-05-13  Andrew Pinski  <pinskia@physics.uc.edu>
4540
4541         * gcc.dg/uninit-H.c: Test for __PPC__ and __ppc__
4542         for the powerpc case.
4543
4544 2004-05-13  Jeff Law  <law@redhat.com>
4545
4546         * gcc.dg/tree-ssa/20040513-1.c: New test.
4547         * gcc.dg/tree-ssa/20040513-2.c: New test.
4548
4549 2004-05-13  Paul Brook  <paul@codesourcery.com>
4550
4551         * gcc.dg/tree-ssa/20030808-1.c: Force enum size.
4552         * gcc.dg/tree-ssa/20030714-1.c: Ditto.
4553         * gcc.dg/tree-ssa/20030708-1.c: Ditto.
4554
4555 2004-05-13  Andreas Schwab  <schwab@suse.de>
4556
4557         PR other/10819
4558         * lib/gfortran.exp (gfortran_version): Do not match NL/CR
4559         characters.
4560
4561 2004-05-13  Bud Davis  <bdavis9659@comcast.net>
4562
4563         PR fortran/15294
4564         * gfortran.fortran-torture/execute/adjustr.f90: New file.
4565
4566 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
4567
4568         Merge from tree-ssa-20020619-branch.  See
4569         ChangeLog.tree-ssa for details.
4570
4571 2004-05-11  Ziemowit Laski  <zlaski@apple.com>
4572
4573         * g++.dg/ext/altivec-8.C: Use '-maltivec' instead of '-faltivec';
4574         include <altivec.h> explicitly.
4575         * gcc.dg/altivec-13.c: Likewise.
4576
4577 2004-05-11  Paul Brook  <paul@codesourcery.com>
4578
4579         * gcc.c-torture/compile/20010518-1.c: Force enum size.
4580
4581 2004-05-10  Eric Christopher  <echristo@redhat.com>
4582
4583         * gcc.dg/sibcall-3.c: Remove xfail for mips*-*-elf.
4584         * gcc.dg/sibcall-4.c: Ditto.
4585
4586 2004-05-10  Ziemowit Laski  <zlaski@apple.com>
4587
4588         * g++.dg/ext/altivec-8.C: New test case.
4589         * gcc.dg/altivec-13.c: New test case.
4590
4591 2004-05-08  Roger Sayle  <roger@eyesopen.com>
4592
4593         * gcc.c-torture/execute/divcmp-1.c: New test case.
4594         * gcc.c-torture/execute/divcmp-2.c: New test case.
4595         * gcc.c-torture/execute/divcmp-3.c: New test case.
4596
4597 2004-05-07  Eric Botcazou <ebotcazou@libertysurf.fr>
4598
4599         * g++.dg/other/pragma-re-2.C: New test.
4600
4601 2004-05-07  Uros Bizjak  <uros@kss-loka.si>
4602
4603         * gcc.dg/i386-387-1.c: Add new test for __builtin_fmod.
4604         * gcc.dg/i386-387-2.c: Likewise.
4605
4606         * gcc.dg/i386-387-5.c: Add new tests for __builtin_log1p and
4607         __builtin_drem.
4608         * gcc.dg/i386-387-6.c: Likewise.
4609
4610 2004-05-07  Uros Bizjak  <uros@kss-loka.si>
4611
4612         * gcc.dg/builtins-33.c:  Also check log1p*.
4613
4614 2004-05-07  Hans-Peter Nilsson  <hp@axis.com>
4615
4616         PR optimization/15296
4617         * gcc.c-torture/execute/pr15296.c: New test.
4618
4619 2004-05-05  Uros Bizjak  <uros@kss-loka.si>
4620
4621         * gcc.dg/builtins-40.c: New test.
4622
4623 2004-05-05  Richard Sandiford  <rsandifo@redhat.com>
4624
4625         * gcc.dg/torture/mips-hilo-2.c: Provide dummy __mips16 version.
4626
4627 2004-05-04  Paolo Bonzini  <bonzini@gnu.org>
4628
4629         * g++.dg/ext/spe1.C: New testcase.
4630
4631 2004-05-04  Ziemowit Laski  <zlaski@apple.com>
4632
4633         * objc.dg/image-info.m: Allow additional attributes
4634         for __image_info section.
4635
4636 2004-05-04  Richard Sandiford  <rsandifo@redhat.com>
4637
4638         * gcc.dg/torture/mips-hilo-2.c: New test.
4639
4640 2004-05-03  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4641
4642         PR c++/14389
4643         * g++.dg/template/member5.C: New test.
4644
4645 2004-05-03  Uros Bizjak  <uros@kss-loka.si>
4646
4647         * gcc.dg/builtins-34.c: Also check expm1*.
4648
4649 2004-05-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4650
4651         * gcc.dg/torture/builtin-integral-1.c: Reorg and add more cases.
4652         * gcc.dg/torture/builtin-convert-3.c: New test.
4653
4654 2004-05-01  Ulrich Weigand  <uweigand@de.ibm.com>
4655
4656         PR middle-end/15054
4657         * g++.dg/opt/pr15054.C: New test.
4658
4659 2004-04-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4660
4661         * gcc.dg/torture/builtin-rounding-1.c: New test.
4662         * gcc.dg/builtins-25.c: Delete.
4663         * gcc.dg/builtins-29.c: Delete.
4664
4665 2004-04-29  Andreas Krebbel  <krebbel1@de.ibm.com>
4666
4667         * gcc.dg/sibcall-3.c: Delete s390 from expected fail list.
4668         * gcc.dg/sibcall-4.c: Likewise.
4669         * gcc.dg/sibcall-6.c: Enable s390 as test platform.
4670
4671 2004-04-30  Kazu Hirata  <kazu@cs.umass.edu>
4672
4673         * gcc.c-torture/execute/20040331-1.c: Don't use too wide a
4674         bit-field on 16-bit targets.
4675
4676 2004-04-30  Kazu Hirata  <kazu@cs.umass.edu>
4677
4678         * gcc.c-torture/execute/20040409-2.c: Fix constants used on
4679         16-bit targets.
4680
4681 2004-04-30  Andrew Pinski  <pinskia@physics.uc.edu>
4682
4683         * gcc.dg/rs6000-power2-1.c: Change to compile only.
4684         * gcc.dg/rs6000-power2-2.c: Likewise.
4685
4686 2004-04-29  Andrew Pinski  <pinskia@physics.uc.edu>
4687
4688         * gcc.dg/rs6000-power2-1.c: Change the options to be more correct.
4689         * gcc.dg/rs6000-power2-2.c: Change the options to be more correct.
4690         Change the asm registers to be in form of frN instead of fN.
4691
4692 2004-04-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4693
4694         * gcc.dg/torture/builtin-convert-2.c: New test.
4695
4696 2004-04-28  Andrew Pinski  <pinskia@physics.uc.edu>
4697
4698         * gcc.dg/rs6000-power2-1.c: New test.
4699         * gcc.dg/rs6000-power2-2.c: New test.
4700
4701 2004-04-28  Jan Hubicka  <jh@suse.cz>
4702
4703         * gcc.dg/unused-6.c: New test.
4704
4705 2004-04-24  Laurent GUERBY  <laurent@guerby.net>
4706             Ulrich Weigand  <uweigand@de.ibm.com>
4707
4708         * ada/acats/run_all.sh: Define $target variable.
4709
4710 2004-04-26  Andrew Pinski  <pinskia@physics.uc.edu>
4711
4712         PR c++/15119
4713         * g++.dg/other/vararg-1.C: New test.
4714
4715         PR c++/4794
4716         * g++.dg/eh/cleanup3.C: New test.
4717
4718 2004-04-24  Laurent GUERBY <laurent@guerby.net>
4719
4720         * ada/acats/run_all.sh: Handle cd2a83c, cd2a91c (target_bit)
4721         and ad8011a (target_insn).
4722         * ada/acats/support/macro.dfs: Likewise.
4723         * ada/acats/support/impbit.adb: New file.
4724
4725 2004-04-23  Ulrich Weigand  <uweigand@de.ibm.com>
4726
4727         * gcc.dg/const-elim-1.c: XFAIL on s390*-*-*.
4728
4729 2004-04-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
4730
4731         * gcc.dg/loop-3.c: New test.
4732
4733 2004-04-23  Daniel Jacobowitz  <drow@mvista.com>
4734
4735         * gcc.c-torture/execute/simd-5.c: New test.
4736
4737 2004-04-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4738
4739         PR c++/15064
4740         * g++.dg/template/crash18.C: New test.
4741
4742 2004-04-22  Mark Mitchell  <mark@codesourcery.com>
4743
4744         * g++.dg/ext/complit3.C: New test.
4745
4746 2004-04-21  Aldy Hernandez  <aldyh@redhat.com>
4747
4748         * gcc.dg/altivec-1.c: XFAIL for powerpc-eabispe.
4749         * gcc.dg/altivec-3.c: Same.
4750         * gcc.dg/altivec-varargs-1.c: Same.
4751
4752 2004-04-21  Aldy Hernandez  <aldyh@redhat.com>
4753
4754         * lib/target-supports.exp (check_profiling_available): Assume
4755         profiling is not available on powerpc-eabi targets.
4756
4757 2004-04-21  Janis Johnson  <janis187@us.ibm.com>
4758
4759         * gcc.dg/vmx/1c-01.c: Use ptrdiff_t for casts of pointers.
4760         * gcc.dg/vmx/bug-1.c: Ditto.
4761
4762 2004-04-20  Eric Christopher  <echristo@redhat.com>
4763
4764         * gcc.dg/charset/extern.c: New test.
4765         * g++.dg/charset/extern3.cc: Ditto.
4766
4767 2004-04-20  Uros Bizjak  <uros@kss-loka.si>
4768
4769         * gcc.dg/builtins-39.c: New test.
4770
4771 2004-04-20  Aldy Hernandez  <aldyh@redhat.com>
4772
4773         * gcc.dg/vmx/vmx.exp: Change DEFAULT_CFLAGS to DEFAULT_VMXCFLAGS.
4774
4775 2004-04-20  Richard Sandiford  <rsandifo@redhat.com>
4776
4777         * gcc.dg/torture/mips-hilo-1.c: New test.
4778
4779 2004-04-19  Andrew Pinski  <pinskia@physics.uc.edu>
4780
4781         * gcc.c-torture/compile/20040419-1.c: New test.
4782
4783 2004-04-18  Aldy Hernandez  <aldyh@redhat.com>
4784
4785         * gcc.dg/vmx/varargs-1.c: Handle when printf outputs \r\n.
4786
4787 2004-04-18  Zack Weinberg  <zack@codesourcery.com>
4788             Aldy Hernandez  <aldyh@redhat.com>
4789
4790         * gcc.c-torture/execute/va-arg-24.c: New.
4791
4792 2004-04-17  Zack Weinberg  <zack@codesourcery.com>
4793             Aldy Hernandez  <aldyh@redhat.com>
4794
4795         * gcc.dg/vmx/1b-01.c: New.
4796         * gcc.dg/vmx/1b-02.c: New.
4797         * gcc.dg/vmx/1b-03.c: New.
4798         * gcc.dg/vmx/1b-04.c: New.
4799         * gcc.dg/vmx/1b-05.c: New.
4800         * gcc.dg/vmx/1b-06.c: New.
4801         * gcc.dg/vmx/1b-07.c: New.
4802         * gcc.dg/vmx/1c-01.c: New.
4803         * gcc.dg/vmx/1c-02.c: New.
4804         * gcc.dg/vmx/3a-01a.c: New.
4805         * gcc.dg/vmx/3a-01.c: New.
4806         * gcc.dg/vmx/3a-01m.c: New.
4807         * gcc.dg/vmx/3a-03.c: New.
4808         * gcc.dg/vmx/3a-03m.c: New.
4809         * gcc.dg/vmx/3a-04.c: New.
4810         * gcc.dg/vmx/3a-04m.c: New.
4811         * gcc.dg/vmx/3a-05.c: New.
4812         * gcc.dg/vmx/3a-06.c: New.
4813         * gcc.dg/vmx/3a-06m.c: New.
4814         * gcc.dg/vmx/3a-07.c: New.
4815         * gcc.dg/vmx/3b-01.c: New.
4816         * gcc.dg/vmx/3b-02.c: New.
4817         * gcc.dg/vmx/3b-10.c: New.
4818         * gcc.dg/vmx/3b-13.c: New.
4819         * gcc.dg/vmx/3b-14.c: New.
4820         * gcc.dg/vmx/3b-15.c: New.
4821         * gcc.dg/vmx/3c-01a.c: New.
4822         * gcc.dg/vmx/3c-01.c: New.
4823         * gcc.dg/vmx/3c-02.c: New.
4824         * gcc.dg/vmx/3c-03.c: New.
4825         * gcc.dg/vmx/3d-01.c: New.
4826         * gcc.dg/vmx/4-01.c: New.
4827         * gcc.dg/vmx/4-03.c: New.
4828         * gcc.dg/vmx/5-01.c: New.
4829         * gcc.dg/vmx/5-02.c: New.
4830         * gcc.dg/vmx/5-03.c: New.
4831         * gcc.dg/vmx/5-04.c: New.
4832         * gcc.dg/vmx/5-05.c: New.
4833         * gcc.dg/vmx/5-06.c: New.
4834         * gcc.dg/vmx/5-07.c: New.
4835         * gcc.dg/vmx/5-07t.c: New.
4836         * gcc.dg/vmx/5-08.c: New.
4837         * gcc.dg/vmx/5-10.c: New.
4838         * gcc.dg/vmx/5-11.c: New.
4839         * gcc.dg/vmx/7-01a.c: New.
4840         * gcc.dg/vmx/7-01.c: New.
4841         * gcc.dg/vmx/7c-01.c: New.
4842         * gcc.dg/vmx/7d-01.c: New.
4843         * gcc.dg/vmx/7d-02.c: New.
4844         * gcc.dg/vmx/8-01.c: New.
4845         * gcc.dg/vmx/8-02a.c: New.
4846         * gcc.dg/vmx/8-02.c: New.
4847         * gcc.dg/vmx/brode-1.c: New.
4848         * gcc.dg/vmx/bug-1.c: New.
4849         * gcc.dg/vmx/bug-2.c: New.
4850         * gcc.dg/vmx/bug-3.c: New.
4851         * gcc.dg/vmx/cw-bug-1.c: New.
4852         * gcc.dg/vmx/cw-bug-2.c: New.
4853         * gcc.dg/vmx/cw-bug-3.c: New.
4854         * gcc.dg/vmx/dct.c: New.
4855         * gcc.dg/vmx/debug-1.c: New.
4856         * gcc.dg/vmx/debug-2.c: New.
4857         * gcc.dg/vmx/debug-3.c: New.
4858         * gcc.dg/vmx/debug-4.c: New.
4859         * gcc.dg/vmx/dos-bug-1-gdb.c: New.
4860         * gcc.dg/vmx/dos-bug-2-gdb.c: New.
4861         * gcc.dg/vmx/eg-5.c: New.
4862         * gcc.dg/vmx/fft.c: New.
4863         * gcc.dg/vmx/gcc-bug-1.c: New.
4864         * gcc.dg/vmx/gcc-bug-2.c: New.
4865         * gcc.dg/vmx/gcc-bug-3.c: New.
4866         * gcc.dg/vmx/gcc-bug-4.c: New.
4867         * gcc.dg/vmx/gcc-bug-5.c: New.
4868         * gcc.dg/vmx/gcc-bug-6.c: New.
4869         * gcc.dg/vmx/gcc-bug-7.c: New.
4870         * gcc.dg/vmx/gcc-bug-8.c: New.
4871         * gcc.dg/vmx/gcc-bug-9.c: New.
4872         * gcc.dg/vmx/gcc-bug-b.c: New.
4873         * gcc.dg/vmx/gcc-bug-c.c: New.
4874         * gcc.dg/vmx/gcc-bug-d.c: New.
4875         * gcc.dg/vmx/gcc-bug-e.c: New.
4876         * gcc.dg/vmx/gcc-bug-f.c: New.
4877         * gcc.dg/vmx/gcc-bug-g.c: New.
4878         * gcc.dg/vmx/gcc-bug-i.c: New.
4879         * gcc.dg/vmx/harness.h: New.
4880         * gcc.dg/vmx/ira1.c: New.
4881         * gcc.dg/vmx/ira2a.c: New.
4882         * gcc.dg/vmx/ira2b.c: New.
4883         * gcc.dg/vmx/ira2.c: New.
4884         * gcc.dg/vmx/ira2c.c: New.
4885         * gcc.dg/vmx/mem.c: New.
4886         * gcc.dg/vmx/newton-1.c: New.
4887         * gcc.dg/vmx/ops.c: New.
4888         * gcc.dg/vmx/sn7153.c: New.
4889         * gcc.dg/vmx/spill2.c: New.
4890         * gcc.dg/vmx/spill3.c: New.
4891         * gcc.dg/vmx/spill.c: New.
4892         * gcc.dg/vmx/t.c: New.
4893         * gcc.dg/vmx/varargs-1.c: New.
4894         * gcc.dg/vmx/varargs-2.c: New.
4895         * gcc.dg/vmx/varargs-3.c: New.
4896         * gcc.dg/vmx/varargs-4.c: New.
4897         * gcc.dg/vmx/varargs-5.c: New.
4898         * gcc.dg/vmx/varargs-6.c: New.
4899         * gcc.dg/vmx/varargs-7.c: New.
4900         * gcc.dg/vmx/vmx.exp: New.
4901         * gcc.dg/vmx/vprint-1.c: New.
4902         * gcc.dg/vmx/vscan-1.c: New.
4903         * gcc.dg/vmx/x-01.c: New.
4904         * gcc.dg/vmx/x-02.c: New.
4905         * gcc.dg/vmx/x-03.c: New.
4906         * gcc.dg/vmx/x-04.c: New.
4907         * gcc.dg/vmx/x-05.c: New.
4908         * gcc.dg/vmx/yousufi-1.c: New.
4909         * gcc.dg/vmx/zero-1.c: New.
4910         * gcc.dg/vmx/zero.c: New.
4911
4912 2004-04-17  Andrew Pinski  <pinskia@physics.uc.edu>
4913
4914         * g++.dg/lookup/java1.C: Update for chage of
4915         _Jv_AllocObject.
4916         * g++.dg/lookup/java2.C: Likewise.
4917
4918 2004-04-17  Laurent GUERBY <laurent@guerby.net>
4919
4920         * ada/acats/run_all.sh: use -O2 by default.
4921
4922 2004-04-17  Richard Sandiford  <rsandifo@redhat.com>
4923
4924         * gcc.dg/vr-mult-[12].c: New tests.
4925
4926 2004-04-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4927
4928         * gcc.dg/funcorder.c: XFAIL hppa*64*-*-*.
4929
4930         * gcc.dg/const-elim-1.c: XFAIL hppa-*-*.
4931
4932 2004-04-15  Richard Sandiford  <rsandifo@redhat.com>
4933
4934         * lib/target-supports.exp (check_profiling_available): Assume profiling
4935         isn't available for mips*-*-elf targets.
4936
4937 2004-04-14  Uros Bizjak  <uros@kss-loka.si>
4938
4939         * gcc.dg/builtins-38.c: New test.
4940
4941 2004-04-14  Eric Christopher  <echristo@redhat.com>
4942
4943         * g++.dg/charset/charset.exp: Run .cc extension tests.
4944
4945 2004-04-14  Zack Weinberg  <zack@codesourcery.com>
4946
4947         * gcc.dg/const-elim-1.c: XFAIL hppa*.*-*-* (PA32).  Update commentary.
4948
4949 2004-04-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4950
4951         * gcc.dg/torture/builtin-ctype-2.c: Test builtin isdigit.
4952
4953 2004-04-13  Uros Bizjak  <uros@kss-loka.si>:
4954
4955         * gcc.dg/i386-387-1.c: Add new test for __builtin_tan.
4956         * gcc.dg/i386-387-2.c: Likewise.
4957
4958         * gcc.dg/i386-387-7.c: New test.
4959         * gcc.dg/i386-387-8.c: New test.
4960
4961         * gcc.dg/builtins-37.c: New test.
4962
4963 2004-04-13  Geoffrey Keating  <geoffk@apple.com>
4964
4965         * g++.dg/pch/externc-1.C: Add missing semicolon.
4966
4967 2004-04-13  Aldy Hernandez  <aldyh@redhat.com>
4968
4969         * gcc.c-torture/execute/20020720-1.x: XFAIL for powerpc-*-*spe.
4970
4971 2004-04-12  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4972
4973         * gcc.c-torture/execute/20040411-1.c: New test.
4974
4975 2004-04-10  Joseph S. Myers  <jsm@polyomino.org.uk>
4976
4977         * gcc.dg/c90-intprom-1.c, gcc.dg/c99-intprom-1.c: New tests.
4978
4979 2004-04-09  Chris Demetriou  <cgd@broadcom.com>
4980
4981         * g++.dg/other/packed1.C: Mark xfail for mips*- not mips-.
4982
4983 2004-04-09  Zack Weinberg  <zack@codesourcery.com>
4984
4985         * lib/target-supports.exp (check_named_sections_available): New.
4986         * lib/gcc-dg.exp (dg-require-named-sections): New.
4987         * lib/prune.exp (prune_gcc_output): Incorporate prunes from
4988         old-deja.exp.  Also prune error-count message from HP linker.
4989         * g++.old-deja/old-deja.exp (g++-dg-prune): Delete.
4990
4991         * g++.dg/init/init-ref4.C: Use dg-require-weak.
4992         * g++.old-deja/g++.pt/static3.C: Likewise.
4993         * g++.dg/parse/attr-ctor1.C: Use dg-require-named-sections.
4994
4995 2004-04-09  Roger Sayle  <roger@eyesopen.com>
4996
4997         * gcc.c-torture/execute/20040409-1.c: New test case.
4998         * gcc.c-torture/execute/20040409-2.c: New test case.
4999         * gcc.c-torture/execute/20040409-3.c: New test case.
5000
5001 2004-04-09  Andrew Pinski  <pinskia@physics.uc.edu>
5002
5003         * gcc.dg/20040409-1.c: New test.
5004
5005 2004-04-08  Roger Sayle  <roger@eyesopen.com>
5006
5007         PR target/14888
5008         * g++.dg/opt/pr14888.C: New test case.
5009
5010 2004-04-08  Geoffrey Keating  <geoffk@apple.com>
5011
5012         * gcc.dg/pch/valid-1.c, gcc.dg/pch/valid-2.c, gcc.dg/pch/valid-3.c,
5013         gcc.dg/pch/valid-4.c, gcc.dg/pch/valid-5.c, gcc.dg/pch/valid-6.c,
5014         gcc.dg/pch/valid-1.hs, gcc.dg/pch/valid-2.hs, gcc.dg/pch/valid-3.hs,
5015         gcc.dg/pch/valid-4.hs, gcc.dg/pch/valid-5.hs, gcc.dg/pch/valid-6.hs:
5016         New tests.
5017
5018 2004-04-08  Paul Brook  <paul@codesourcery.com>
5019
5020         * gcc.dg/spill-1.c: New test.
5021
5022 2004-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5023
5024         * gcc.dg/torture/builtin-ctype-2.c: New test.
5025
5026 2004-04-07  Ian Lance Taylor  <ian@wasabisystems.com>
5027
5028         * gcc.dg/pch/pch.exp: Add largefile test.
5029
5030 2004-04-06  Geoffrey Keating  <geoffk@apple.com>
5031
5032         * g++.dg/pch/externc-1.Hs: New.
5033         * g++.dg/pch/externc-1.C: New.
5034
5035 2004-04-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5036
5037         * gcc.dg/compat/struct-by-value-5a_main.c,
5038         gcc.dg/compat/struct-by-value-5b_main.c: New files.
5039         * gcc.dg/compat/struct-by-value-5_main.c: Delete.
5040         * gcc.dg/compat/struct-by-value-5a_x.c,
5041         gcc.dg/compat/struct-by-value-5b_x.c: New, split out from
5042         gcc.dg/compat/struct-by-value-5_x.c.
5043         * gcc.dg/compat/struct-by-value-5a_y.c,
5044         gcc.dg/compat/struct-by-value-5b_y.c: New, split out from
5045         gcc.dg/compat/struct-by-value-5_y.c.
5046
5047         * gcc.dg/compat/struct-by-value-6a_main.c,
5048         gcc.dg/compat/struct-by-value-6b_main.c: New files.
5049         * gcc.dg/compat/struct-by-value-6_main.c: Delete.
5050         * gcc.dg/compat/struct-by-value-6a_x.c,
5051         gcc.dg/compat/struct-by-value-6b_x.c: New, split out from
5052         gcc.dg/compat/struct-by-value-6_x.c.
5053         * gcc.dg/compat/struct-by-value-6a_y.c,
5054         gcc.dg/compat/struct-by-value-6b_y.c: New, split out from
5055         gcc.dg/compat/struct-by-value-6_y.c.
5056
5057         * gcc.dg/compat/struct-by-value-7a_main.c,
5058         gcc.dg/compat/struct-by-value-7b_main.c: New files.
5059         * gcc.dg/compat/struct-by-value-7_main.c: Delete.
5060         * gcc.dg/compat/struct-by-value-7a_x.c,
5061         gcc.dg/compat/struct-by-value-7b_x.c: New, split out from
5062         gcc.dg/compat/struct-by-value-7_x.c.
5063         * gcc.dg/compat/struct-by-value-7a_y.c,
5064         gcc.dg/compat/struct-by-value-7b_y.c: New, split out from
5065         gcc.dg/compat/struct-by-value-7_y.c.
5066
5067 2004-04-06  Jakub Jelinek  <jakub@redhat.com>
5068
5069         * gcc.dg/i386-sse-8.c: Don't use -march=pentium3 on x86_64.
5070         * gcc.dg/i386-local.c: Expect %edi, not %eax register on x86_64.
5071         * gcc.dg/20020103-1.c: Add -fno-asynchronous-unwind-tables to
5072         options.
5073
5074 2004-04-06  Uros Bizjak  <uros@kss-loka.si>
5075
5076         * gcc.dg/builtins-36.c: New test.
5077
5078 2004-04-06  Paul Brook  <paul@codesourcery.com>
5079
5080         * README.gcc: Remove obsolete contraint on testcases.
5081
5082 2004-04-05  Paul Brook  <paul@codesourcery.com>
5083
5084         PR2123
5085         * g++.dg/expr/anew1.C: XFAIL and make reproducible.  Call abort on
5086         failure and exit(0) on success.
5087         * g++.dg/expr/anew2.C: Ditto.
5088         * g++.dg/expr/anew3.C: Ditto.
5089         * g++.dg/expr/anew4.C: Ditto.
5090
5091 2004-04-05  Nathan Sidwell  <nathan@codesourcery.com>
5092
5093         PR c++/3518
5094         * g++.dg/template/unify7.C: New.
5095
5096 2004-04-02  Nathanael Nerode  <neroden@gcc.gnu.org>
5097
5098         * g++.dg/README: Bring up to date with new subdirectories; remove
5099         duplicate subdirectory lines.
5100
5101 2004-04-02  Nathan Sidwell  <nathan@codesourcery.com>
5102
5103         PR c++/14007
5104         * g++.dg/template/unify5.C: New.
5105         * g++.dg/template/unify6.C: New.
5106         * g++.dg/template/qualttp20.C: Adjust.
5107         * g++.old-deja/g++.jason/report.C: Adjust.
5108         * g++.old-deja/g++.other/qual1.C: Adjust.
5109
5110 2004-04-01  Mark Mitchell  <mark@codesourcery.com>
5111
5112         PR c++/14803
5113         * g++.dg/inherit/ptrmem1.C: New test.
5114
5115 2004-04-01  Jakub Jelinek  <jakub@redhat.com>
5116
5117         PR c++/14755
5118         * gcc.c-torture/execute/20040331-1.c: New test.
5119         * gcc.dg/20040331-1.c: New test.
5120
5121 2004-04-01  Paul Brook  <paul@codesourcery.com>
5122
5123         * gcc.dg/arm-mmx-1.c: Add -mabi=iwmmxt to dg-options.
5124
5125 2004-03-30  Mark Mitchell  <mark@codesourcery.com>
5126
5127         PR c++/14724
5128         * g++.dg/init/goto1.C: New test.
5129
5130         PR c++/14763
5131         * g++.dg/template/defarg4.C: New test.
5132
5133 2004-03-30  Hartmut Penner  <hpenner@de.ibm.com>
5134
5135         * gcc.dg/altivec-11.c: Extend test for more valid cases.
5136
5137 2004-03-28  David Edelsohn  <edelsohn@gnu.org>
5138
5139         * gcc.dg/doloop-1.c: Do not check for lack of "blt".
5140
5141 2004-03-28  Zack Weinberg  <zack@codesourcery.com>
5142
5143         * gcc.dg/noncompile/undeclared-2.c: New test.
5144
5145 2004-03-28  Joseph S. Myers  <jsm@polyomino.org.uk>
5146
5147         * gcc.dg/940409-1.c: Remove XFAIL.
5148         * gcc.dg/reg-vol-struct-1.c: New test.
5149
5150 2004-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5151
5152         * gcc.dg/torture/builtin-wctype-1.c: New test.
5153
5154 2004-03-26  James A. Morrison  <ja2morri@uwaterloo.ca>
5155
5156         * gcc.dg/20001013-1.c: Run on 32-bit and 64-bit SPARC.
5157         * gcc.dg/20001101-1.c: Likewise.
5158         * gcc.dg/20001102-1.c: Likewise.
5159
5160 2004-03-25  Roger Sayle  <roger@eyesopen.com>
5161
5162         * gcc.dg/compare8.c: Add an additional test for XOR.
5163
5164 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5165
5166         * gcc.dg/torture/builtin-ctype-1.c: New test.
5167
5168 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5169
5170         * gcc.dg/torture/builtin-explog-1.c: Add new cases.
5171         * gcc.dg/torture/builtin-math-1.c: Likewise.
5172         * gcc.dg/torture/builtin-power-1.c: New test.
5173
5174 2004-03-24  Andreas Schwab  <schwab@suse.de>
5175
5176         * lib/prune.exp (prune_gcc_output): Ignore errata warning from
5177         IA64 assembler.
5178
5179 2004-03-23  Joseph S. Myers  <jsm@polyomino.org.uk>
5180             Roger Sayle  <roger@eyesopen.com>
5181
5182         * gcc.dg/compare8.c: New test case.
5183
5184 2004-03-23  Ziemowit Laski  <zlaski@apple.com>
5185
5186         * g++.dg/ext/altivec-7.C: New test.
5187
5188 2004-03-23  Zack Weinberg  <zack@codesourcery.com>
5189
5190         PR 12267, 12391, 12560, 13129, 14114, 14133
5191         * gcc.dg/Wold-style-definition-1.c, gcc.dg/builtins-30.c
5192         * gcc.dg/unused-4.c, gcc.dg/noncompile/label-1.c
5193         * gcc.dg/noncompile/label-lineno-1.c, objc.dg/naming-1.m:
5194         Adjust error regexps.
5195         * gcc.dg/Wshadow-2.c, gcc.dg/noncompile/incomplete-3.c
5196         * gcc.dg/noncompile/undeclared-1.c: New test cases.
5197         * gcc.dg/decl-5.c, gcc.dg/redecl-1.c: Remove XFAIL.
5198         * gcc.dg/local1.c: Add explanatory comment.
5199
5200 2004-03-23  Roger Sayle  <roger@eyesopen.com>
5201
5202         PR optimization/14669
5203         * g++.dg/opt/fold2.C: New test case.
5204
5205 2004-03-22  Jakub Jelinek  <jakub@redhat.com>
5206
5207         PR c/14069
5208         * gcc.dg/20040322-1.c: New test.
5209
5210 2004-03-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
5211
5212         * gcc.dg/ultrasp2.c: Do not pass -m64.  Remove redundant lines.
5213         * gcc.dg/ultrasp4.c: Likewise.
5214         * gcc.dg/ultrasp8.c: Do not pass -m64.  Add sparcv9-*-*.
5215
5216 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
5217
5218         * gcc.dg/i386-sse-8.c: Reset default options.
5219
5220 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
5221
5222         * gcc.dg/charset/asm2.c: Allow 'parse error' instead of 'syntax error'
5223         in the error message text.
5224
5225 2004-03-21  Gabriel Dos Reis  <gdr@integrable-solutions.net>
5226
5227         * g++.dg/template/qualttp20.C: Adjust dg- regexp.
5228
5229 2004-03-21  Mark Mitchell  <mark@codesourcery.com>
5230
5231         PR c++/14616
5232         * g++.dg/init/array13.C: New test.
5233
5234 2004-03-20  Roger Sayle  <roger@eyesopen.com>
5235
5236         PR target/13889
5237         * gcc.c-torture/compile/pr13889.c: New test case.
5238
5239 2004-03-20  Joseph S. Myers  <jsm@polyomino.org.uk>
5240
5241         PR c/14635
5242         * builtins-1.c (nan, nans): Don't test.
5243         * builtins-30.c: Don't use nan, nanf, nanl.
5244         * builtins-35.c: New test.
5245
5246 2004-03-19  Ziemowit Laski  <zlaski@apple.com>
5247
5248         * g++.dg/ext/altivec-6.C: New test.
5249
5250 2004-03-19  Mark Mitchell  <mark@codesourcery.com>
5251
5252         * g++.dg/init/placement3.C: New test.
5253
5254         * g++.dg/template/spec13.C: New test.
5255
5256         * g++.dg/lookup/using11.C: New test.
5257
5258         * g++.dg/lookup/koenig3.C: New test.
5259
5260         * g++.dg/template/operator2.C: New test.
5261
5262         * g++.dg/expr/dtor3.C: New test.
5263         * g++.old-deja/g++.brendan/crash15.C: Remove incorrect dg-error
5264         marker.
5265         * g++.old-deja/g++.law/visibility28.C: Likewise.
5266
5267 2004-03-19  Paolo Bonzini  <bonzini@gnu.org>
5268
5269         * gcc.dg/altivec-6.c: Use vector_size attribute, not mode.
5270         * gcc.dg/ppc64-abi-3.c: Likewise.
5271
5272 2004-03-19  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5273
5274         PR c++/14545
5275         * g++.dg/parse/template15.C: New test.
5276
5277 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
5278
5279         * g++.dg/expr/dtor2.C: New test.
5280
5281         * g++.dg/lookup/anon4.C: New test.
5282
5283         * g++.dg/overload/using1.C: New test.
5284
5285         * g++.dg/template/lookup7.C: New test.
5286
5287         * g++.dg/template/typename6.C: New test.
5288
5289         * g++.dg/expr/cond6.C: New test.
5290
5291 2004-03-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5292
5293         * gcc.dg/torture/builtin-convert-1.c: Test more math builtins.
5294
5295 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
5296
5297         * g++.dg/expr/cond5.C: New test.
5298         * g++.dg/expr/constcast1.C: Likewise.
5299         * g++.dg/expr/ptrmem2.C: Likewise.
5300         * g++.dg/expr/ptrmem3.C: Likewise.
5301         * g++.dg/lookup/main1.C: Likewise.
5302         * g++.dg/template/lookup6.C: Likewise.
5303
5304 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
5305
5306         * gcc.dg/local1.c: New test.
5307
5308         * gcc.dg/debug/dwarf2/c99-typedef1.c: New test.
5309
5310 2004-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5311
5312         * gcc.dg/torture/builtin-convert-1.c: New test.
5313
5314 2004-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5315
5316         * gcc.dg/torture/builtin-integral-1.c: Also check for `rint'.
5317
5318 2004-03-16  Mark Mitchell  <mark@codesourcery.com>
5319
5320         PR c++/14481
5321         * g++.dg/warn/Wunused-7.C: New test.
5322
5323 2004-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5324
5325         * gcc.dg/torture/builtin-integral-1.c: New test.
5326
5327 2004-03-16  Mark Mitchell  <mark@codesourcery.com>
5328
5329         PR c++/14586
5330         * g++.dg/parse/non-dependent3.C: New test.
5331
5332 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
5333
5334         * g++.dg/eh/simd-1.C: Use vector_size attribute, not mode.
5335         * g++.dg/eh/simd-2.C: Likewise.
5336         * g++.dg/init/array10.C: Likewise.
5337         * gcc.c-torture/compile/simd-1.c: Likewise.
5338         * gcc.c-torture/compile/simd-2.c: Likewise.
5339         * gcc.c-torture/compile/simd-3.c: Likewise.
5340         * gcc.c-torture/compile/simd-4.c: Likewise.
5341         * gcc.c-torture/compile/simd-6.c: Likewise.
5342         * gcc.c-torture/execute/simd-1.c: Likewise.
5343         * gcc.c-torture/execute/simd-2.c: Likewise.
5344         * gcc.dg/compat/vector-defs.h: Likewise.
5345         * gcc.dg/20020531-1.c: Likewise.
5346         * gcc.dg/altivec-3.c: Likewise.
5347         * gcc.dg/altivec-4.c: Likewise.
5348         * gcc.dg/altivec-varargs-1.c: Likewise.
5349         * testsuite/gcc.dg/compat/vector-defs.h: Likewise.
5350         * gcc.dg/i386-mmx-3.c: Likewise.
5351         * gcc.dg/i386-sse-4.c: Likewise.
5352         * gcc.dg/i386-sse-5.c: Likewise.
5353         * gcc.dg/i386-sse-8.c: Likewise.
5354         * gcc.dg/simd-1.c: Likewise.
5355         * gcc.dg/20030218-1.c: Likewise.  Plus, do not declare
5356         __ev64_opaque__ since the machine description provides it.
5357
5358 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
5359
5360         * lib/compat.exp (skip_list): New global variable.
5361         Use it to hold the user defined COMPAT_SKIPS list if any.
5362         (compat-obj): Add the members of skip_list to optall.
5363
5364 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
5365
5366         * gcc.dg/compat/union-by-value-1_main.c,
5367         union-by-value-1_x.c, union-by-value-1_y.c,
5368         union-check.h, union-defs.h,
5369         union-init.h, union-return-1_main.c,
5370         union-return-1_x.c, union-return-1_y.c: New files.
5371
5372 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
5373
5374         * gcc.dg/compat/mixed-struct-check.h, mixed-struct-defs.h,
5375         mixed-struct-init.h: Add 4 mixed structure types.
5376         struct-by-value-21_main.c, struct-by-value-21_x.c,
5377         struct-by-value-21_y.c, struct-return-21_main.c,
5378         struct-return-21_x.c, struct-return-21_y.c: New files.
5379
5380 2004-03-13  Mark Mitchell  <mark@codesourcery.com>
5381
5382         PR c++/14550
5383         * g++.dg/parse/template14.C: New test.
5384
5385 2004-03-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
5386
5387         * gcc.c-torture/execute/20040313-1.c: New test.
5388
5389 2004-03-13  Jakub Jelinek  <jakub@redhat.com>
5390
5391         PR target/14533
5392         * gcc.dg/20040311-2.c: New test.
5393
5394 2004-03-12  Kazu Hirata  <kazu@cs.umass.edu>
5395
5396         PR other/14544
5397         * gcc.c-torture/execute/20040307-1.c: Remove the 24-bit
5398         bit-field.
5399
5400 2004-03-12  Ulrich Weigand  <uweigand@de.ibm.com>
5401
5402         * gcc.dg/20040305-2.c: Add missing return statement.
5403
5404 2004-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5405
5406         * gcc.dg/builtins-34.c: Also check pow10*.
5407
5408 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
5409
5410         PR target/14262
5411         * gcc.dg/20040305-2.c: New test.
5412
5413 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
5414
5415         * gcc.dg/20040310-1.c: New test.
5416
5417 2004-03-11  Roger Sayle  <roger@eyesopen.com>
5418
5419         * gcc.c-torture/execute/20040311-1.c: New test case.
5420
5421 2004-03-11  Mark Mitchell  <mark@codesourcery.com>
5422
5423         PR c++/14476
5424         * g++.dg/lookup/enum1.C: New test.
5425
5426 2004-03-10  Mark Mitchell  <mark@codesourcery.com>
5427
5428         PR c++/14510
5429         * g++.dg/lookup/struct2.C: New test.
5430
5431 2004-03-10  Uros Bizjak  <uros@kss-loka.si>
5432
5433         * gcc.dg/builtins-34.c: New test.
5434
5435 2004-03-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5436
5437         * gcc.dg/torture/builtin-nonneg-1.c: New test.
5438
5439 2004-03-09  James E Wilson  <wilson@specifixinc.com>
5440
5441         * gcc.dg/alias-1.c: Add "will" to string passed to dg-warning.
5442         * gcc.dg/alias-2.c: New testcase.
5443
5444 2004-03-09  Zack Weinberg  <zack@codesourcery.com>
5445
5446         * gcc.dg/noncompile/incomplete-2.c: Move dg-error to proper line.
5447
5448 2004-03-09  Roger Sayle  <roger@eyesopen.com>
5449
5450         * gcc.c-torture/execute/20040309-1.c: New test case.
5451
5452 2004-03-09  Nathan Sidwell  <nathan@codesourcery.com>
5453
5454         PR c++/14397
5455         * g++.dg/overload/ref1.C: New.
5456
5457 2004-03-09  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5458
5459         PR c++/14409
5460         * g++.dg/template/spec12.C: New test.
5461
5462         PR c++/14448
5463         * g++.dg/parse/crash14.C: New test.
5464
5465 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
5466
5467         PR c++/14230
5468         * g++.dg/init/ref11.C: New test.
5469
5470 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
5471
5472         PR c++/14432
5473         * g++.dg/parse/builtin2.C: New test.
5474
5475 2004-03-08  Mark Mitchell  <mark@codesourcery.com>
5476
5477         PR c++/14401
5478         * g++.dg/init/ctor3.C: New test.
5479         * g++.dg/init/union1.C: New test.
5480         * g++.dg/ext/anon-struct4.C: New test.
5481
5482 2004-03-08  Mark Mitchell  <mark@codesourcery.com>
5483
5484         * g++.dg/lookup/koenig1.C: Tweak error messages.
5485         * g++.dg/lookup/used-before-declaration.C: Likewise.
5486         * g++.dg/other/do1.C: Likewise.
5487         * g++.dg/overload/koenig1.C: Likewise.
5488         * g++.dg/parse/crash13.C: Likewise.
5489         * g++.dg/template/instantiate3.C: Likewise.
5490
5491 2004-03-08  Eric Christopher  <echristo@redhat.com>
5492
5493         * * lib/target-supports.exp: Enable libiconv in test
5494         compilation.  Fix up error checking.
5495
5496 2004-03-08  Roger Sayle  <roger@eyesopen.com>
5497
5498         PR middle-end/14289
5499         * gcc.dg/pr14289-1.c: New test case.
5500         * gcc.dg/pr14289-2.c: Likewise.
5501         * gcc.dg/pr14289-3.c: Likewise.
5502
5503 2004-03-08  Eric Botcazou  <ebotcazou@act-europe.fr>
5504
5505         * gcc.c-torture/execute/20040308-1.c: New test.
5506
5507 2004-03-07  Roger Sayle  <roger@eyesopen.com>
5508
5509         * gcc.c-torture/execute/20040307-1.c: New test case.
5510
5511 2004-03-07  Richard Sandiford  <rsandifo@redhat.com>
5512
5513         * gcc.dg/torture/mips-sdata-1.c: Restrict to mips*-*-elf*.
5514
5515 2004-03-06  Ulrich Weigand  <uweigand@de.ibm.com>
5516
5517         * gcc.dg/20040306-1.c: New test.
5518
5519 2004-03-06  Kazu Hirata  <kazu@cs.umass.edu>
5520
5521         * gcc.dg/sibcall-3.c (recurser_void1, recurser_void2): Make
5522         them static.
5523         * gcc.dg/sibcall-4.c (recurser_void1, recurser_void2): Likewise.
5524
5525 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
5526
5527         PR c/14465
5528         * gcc.dg/decl-6.c: New test.
5529
5530 2004-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5531
5532         * gcc.dg/torture/builtin-explog-1.c: Add comments for each test.
5533         Rename LOGPOW -> LOG_POW.
5534         (SQRT_EXP, POW_EXP): New.
5535
5536 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
5537
5538         * gcc.dg/i386-sse-8.c: New test.
5539
5540 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
5541
5542         PR c/14114
5543         * gcc.dg/decl-5.c: New test.
5544
5545 2004-03-05  Andreas Krebbel  <krebbel1@de.ibm.com>
5546
5547         * gcc.dg/20040305-1.c: New test.
5548
5549 2004-03-05  Hans-Peter Nilsson  <hp@axis.com>
5550
5551         PR other/14354
5552         * gcc.c-torture/execute/ieee/mul-subnormal-single-1.c: New test.
5553
5554 2004-03-04  Ziemowit Laski  <zlaski@apple.com>
5555
5556         PR c++/14425, c++/14426
5557         * g++.dg/ext/altivec-4.C: New test.
5558         * g++.dg/ext/altivec-5.C: New test.
5559
5560 2004-03-04  Geoffrey Keating  <geoffk@apple.com>
5561
5562         * g++.old-deja/g++.other/linkage1.C: Expect errors about
5563         global variables of a type with no linkage.
5564         * g++.old-deja/g++.other/qual1.C: Name class for 'action'.
5565         * g++.old-deja/g++.mike/misc13.C: Name enum for 'want'.
5566         * g++.old-deja/g++.bugs/900210_01.C: Name enum for 'ep'.
5567         * g++.old-deja/g++.bugs/900210_02.C: Likewise.
5568         * g++.old-deja/g++.bugs/900210_03.C: Likewise.
5569         * g++.old-deja/g++.brendan/bit-fields2.C: Name structure for 's'.
5570         * g++.old-deja/g++.brendan/init10.C: Name structure for 'a'.
5571         * g++.dg/warn/deprecated.C: Name enum Color.
5572         * g++.dg/overload/VLA.C: Name structure for 'b'.
5573         * g++.dg/lookup/anon2.C: Expect diagnostic about type linkage.
5574
5575 2004-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5576
5577         * gcc.c-torture/compile/20040304-1.c: New test.
5578
5579 2004-03-03  Zack Weinberg  <zack@codesourcery.com>
5580
5581         PR 13728
5582         * gcc.dg/decl-4.c: New testcase.
5583
5584 2004-03-03  Kazu Hirata  <kazu@cs.umass.edu>
5585
5586         * gcc.dg/torture/builtin-explog-1.c (PREC): Make it the same
5587         as PRECF if sizeof (float) > sizeof (double).
5588         (PRECL): Make it the same as PRECF if
5589         sizeof (float) > sizeof (long double).
5590
5591 2004-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5592
5593         * gcc.dg/builtins-config.h: Use underscore macro style for __sun
5594         system type.  Add check for irix6 which doesn't have c99 runtime.
5595
5596 2004-03-03  Bob Wilson  <bob.wilson@acm.org>
5597
5598         * gcc.dg/const-elim-1.c: xfail for xtensa.
5599
5600 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
5601
5602         PR c++/14369
5603         * g++.dg/template/cond4.C: New test.
5604
5605 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
5606
5607         PR c++/14360
5608         * g++.old-deja/g++.ns/koenig5.C: Remove some error markers.
5609
5610         PR c++/14361
5611         * g++.dg/parse/defarg7.C: New test.
5612
5613         PR c++/14359
5614         * g++.dg/template/friend26.C: New test.
5615
5616 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
5617
5618         PR c++/14324
5619         * g++.dg/abi/mangle21.C: New test.
5620
5621         PR c++/14260
5622         * g++.dg/parse/constructor2.C: New test.
5623
5624         PR c++/14337
5625         * g++.dg/template/sfinae1.C: New test.
5626
5627 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
5628
5629         PR c++/14267
5630         * g++.dg/expr/crash2.C: New test.
5631
5632         PR middle-end/13448
5633         * gcc.dg/inline-5.c: New test.
5634         * gcc.dg/always-inline.c: Split out tests into ...
5635         * gcc.dg/always-inline2.c: ... this and ...
5636         * gcc.dg/always-inline3.c: ... this.
5637
5638 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
5639
5640         PR debug/12103
5641         * g++.dg/debug/crash1.C: New test.
5642
5643 2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
5644
5645         * gcc.dg/sibcall-3.c (recurser_void1): Make it an extern
5646         function with __attribute__((noinline)).
5647         (recurser_void2): Likewise.
5648         * gcc.dg/sibcall-4.c (recurser_void1): Likewise.
5649         (recurser_void2): Likewise.
5650
5651 2004-02-29  Roger Sayle  <roger@eyesopen.com>
5652
5653         PR middle-end/14203
5654         * g++.dg/warn/Wunused-6.C: New test case.
5655
5656 2004-02-28  Richard Earnshaw  <rearnsha@arm.com>
5657
5658         * lib/g++.exp (g++_link_flags): Don't crash if LD_LIBRARY_PATH is
5659         not defined.
5660
5661 2004-02-27  Eric Christopher  <echristo@redhat.com>
5662
5663         * g++.dg/charset/charset.exp: Change CFLAGS to CHARSETCFLAGS.
5664         * g++.dg/charset/asm2.c: Run only x86.
5665         * gcc.dg/charset/asm3.c: Ditto.
5666
5667 2004-02-27  Aldy Hernandez  <aldyh@redhat.com>
5668
5669         * lib/g++.exp (g++_link_flags): Append LD_LIBRARY_PATH to
5670         ld_library_path.
5671
5672 2004-02-27  Ziemowit Laski  <zlaski@apple.com>
5673
5674         * g++.dg/ext/altivec-3.C: New.
5675
5676 2004-02-26  Richard Henderson  <rth@redhat.com>
5677
5678         * g++.dg/ext/attrib10.C: Mark for warning.
5679         * gcc.dg/attr-alias-1.c: New.
5680
5681 2004-02-26  Richard Henderson  <rth@redhat.com>
5682
5683         * gcc.c-torture/execute/ieee/20040208-2.c: Move ...
5684         * gcc.c-torture/execute/20040208-2.c: ... it back.
5685
5686 2004-02-26  Eric Christopher  <echristo@redhat.com>
5687
5688         * lib/target-supports.exp (check-iconv-available): New function.
5689         * lib/gcc-dg.exp (dg-require-iconv): New function.
5690         Use above.
5691         * gcc.dg/charset: New directory.
5692         * gcc.dg/charset/charset.exp: New file.
5693         * gcc.dg/charset/asm1.c: Ditto.
5694         * gcc.dg/charset/asm2.c: Ditto.
5695         * gcc.dg/charset/asm3.c: Ditto.
5696         * gcc.dg/charset/asm4.c: Ditto.
5697         * gcc.dg/charset/asm5.c: Ditto.
5698         * gcc.dg/charset/attribute1.c: Ditto.
5699         * gcc.dg/charset/attribute2.c: Ditto.
5700         * gcc.dg/charset/string1.c: Ditto.
5701         * g++.dg/charset: New directory.
5702         * g++.dg/dg.exp: Add here. Special options.
5703         * g++.dg/charset/charset.exp: New file.
5704         * g++.dg/charset/asm1.c: Ditto.
5705         * g++.dg/charset/asm2.c: Ditto.
5706         * g++.dg/charset/asm3.c: Ditto.
5707         * g++.dg/charset/asm4.c: Ditto.
5708         * g++.dg/charset/attribute1.c: Ditto.
5709         * g++.dg/charset/attribute2.c: Ditto.
5710         * g++.dg/charset/extern1.cc: Ditto.
5711         * g++.dg/charset/extern2.cc: Ditto.
5712         * g++.dg/charset/string1.c: Ditto.
5713
5714 2004-02-26  Mark Mitchell  <mark@codesourcery.com>
5715
5716         PR c++/14278
5717         * g++.dg/parse/comma1.C: New test.
5718
5719 2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5720
5721         PR c++/14284
5722         * g++.dg/template/ttp8.C: New test.
5723
5724 2004-02-26  Eric Botcazou  <ebotcazou@act-europe.fr>
5725
5726         * gcc.dg/fixuns-trunc-1.c: New test.
5727
5728 2004-02-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5729
5730         * gcc.dg/builtins-config.h: Use #elif.
5731
5732 2004-02-26  Michael Matz  <matz@suse.de>
5733
5734         * gcc.dg/20000724-1.c: Add regparm attribute to decl and def.
5735         * gcc.dg/991214-1.c: Likewise.
5736         * gcc.dg/i386-asm-1.c: Likewise.
5737
5738 2004-02-25  Richard Henderson  <rth@redhat.com>
5739
5740         * gcc.c-torture/execute/20040208-2.c: Move ...
5741         * gcc.c-torture/execute/ieee/20040208-2.c: ... here.
5742
5743 2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5744
5745         PR c++/14246
5746         * g++.dg/other/crash-3.C: New test.
5747
5748 2004-02-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5749
5750         * g++.dg/opt/inline4.C (dg-final): Robustify regexp.
5751         * g++.dg/opt/inline6.C (dg-final): Robustify regexp.
5752
5753         * gcc.dg/builtins-config.h (HAVE_C99_RUNTIME): Don't define for PA
5754         HP-UX.
5755
5756 2004-02-24  Michael Matz  <matz@suse.de>
5757
5758         * gcc.dg/i386-regparm.c: New.
5759
5760 2004-02-23  James E Wilson  <wilson@specifixinc.com>
5761
5762         * gcc.c-torture/execute/20040223-1.c: New.
5763
5764 2004-02-23  Zack Weinberg  <zack@codesourcery.com>
5765             Kazu Hirata  <kazu@cs.umass.edu>
5766
5767         * gcc.dg/fwritable-strings-1.c: Remove.
5768
5769 2004-02-23  Andrew Pinski  <pinskia@physics.uc.edu>
5770
5771         PR c/14156
5772         * gcc.dg/20040223-1.c: New test.
5773
5774 2004-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5775
5776         PR c++/14106
5777         * g++.dg/ext/typeof9.C: New test.
5778
5779 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5780
5781         PR c++/14250
5782         * g++.dg/other/switch1.C: New test.
5783
5784 2004-02-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
5785
5786         * gcc.dg/cast-function-1.c: Adjust for new informative message.
5787         * gcc.dg/va-arg-1.c: Likewise.
5788
5789 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5790
5791         PR c++/14143
5792         * g++.dg/template/koenig5.C: New test.
5793
5794 2004-02-21  Ziemowit Laski  <zlaski@apple.com>
5795
5796         * g++.dg/ext/altivec-1.C: Generalize target triple.
5797         * g++.dg/ext/altivec-2.C: New test case.
5798         * g++.dg/ext/altivec_check.h: New file.
5799         * gcc.dg/altivec-1.c: Generalize target triple;
5800         include altivec_check.h and call altivec_check().
5801         * gcc.dg/altivec-[2-5].c: Generalize target triple.
5802         * gcc.dg/altivec-6.c: New test case.
5803         * gcc.dg/altivec-[7-9].c: Generalize target triple; add
5804         type casts as needed.
5805         * gcc.dg/altivec-10.c: Include altivec_check.h and call
5806         altivec_check().
5807         * gcc.dg/altivec-12.c: New test case.
5808         * gcc.dg/altivec-varargs-1.c: Generalize target triple;
5809         include altivec_check.h and call altivec_check().
5810         * gcc.dg/altivec_check.h: New file.
5811
5812 2004-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5813
5814         * lib/target-supports.exp (check_alias_available): Don't mangle
5815         function `g' in test program.
5816
5817 2004-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5818
5819         * lib/target-supports.exp (check_profiling_available): Check
5820         argument to determine whether we support a profiling type.
5821         * lib/gcc-dg.exp (dg-require-profiling): Pass argument to
5822         check_profiling_available.
5823         * g++.dg/bprob/bprob.exp: Likewise
5824         * g77.dg/bprob/bprob.exp: Likewise.
5825         * gcc.misc-tests/bprob.exp: Likewise.
5826         * g++.old-deja/g++.law/profile1.C: Pass profiling type to
5827         dg-require-profiling and delete expected error handling.
5828         * gcc.dg/20021014-1.c: Likewise.
5829         * gcc.dg/nest.c: Likewise.
5830
5831 2004-02-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5832
5833         PR c++/12007
5834         * g++.dg/other/vthunk1.C: New test.
5835
5836 2004-02-20  Falk Hueffner  <falk@debian.org>
5837
5838         PR target/14201
5839         * gcc.c-torture/compile/fix-trunc-mem-1.c: New test.
5840
5841 2004-02-20  Mark Mitchell  <mark@codesourcery.com>
5842
5843         PR c++/13927
5844         * g++.dg/other/error8.C: Remove XFAIL markers.
5845
5846         PR c++/14173
5847         * g++.dg/ext/packed5.C: New test.
5848
5849         PR c++/14199
5850         * g++.dg/warn/Wunused-5.C: New test.
5851
5852         PR c++/14186
5853         * g++.dg/lookup/member1.C: New test.
5854
5855 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
5856
5857         * gcc.c-torture/compile/20040130-1.c: Enable only when
5858         __INT_MAX__ >= 2147483647L.
5859         * gcc.c-torture/compile/961203-1.c: Likewise.
5860
5861 2004-02-19  Nathan Sidwell  <nathan@codesourcery.com>
5862
5863         * g++.dg/parse/attr-ctor1.C: XFAIL on hppa.
5864         * g++.dg/opt/template1.C: Robustify assembler regexp
5865
5866 2004-02-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
5867
5868         * gcc.c-torture/execute/simd-4.x: Remove.
5869         * gcc.c-torture/execute/va-arg-25.x: Likewise.
5870         * gcc.dg/compat/vector-1_x.c: Do not XFAIL on SPARC.
5871         Guard with #ifndef SKIP_ATTRIBUTE.
5872         * gcc.dg/compat/vector-1_y.c: Likewise.
5873         * gcc.dg/compat/vector-2_x.c: Likewise.
5874         * gcc.dg/compat/vector-2_y.c: Likewise.
5875         * g++.dg/eh/simd-1.C: Do not XFAIL on SPARC.
5876         * g++.dg/eh/simd-2.C: Likewise.
5877
5878 2004-02-19  Alan Modra  <amodra@bigpond.net.au>
5879
5880         * gcc.c-torture/compile/complex-1.c: New.
5881
5882 2004-02-19  Hans-Peter Nilsson  <hp@axis.com>
5883
5884         PR target/14209
5885         * gcc.c-torture/execute/20040218-1.c: New test.
5886
5887 2004-02-19  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5888
5889         PR c++/14181
5890         * g++.dg/parse/new2.C: New test.
5891
5892 2004-02-18  Paul Brook  <paul@codesourcery.com>
5893
5894         * gcc.c-torture/compile/libcall-1.c: New test.
5895
5896 2004-02-18  Paul Brook  <paul@codesourcery.com>
5897
5898         PR debug/12934
5899         * gcc.dg/debug/debug-7.c: New test.
5900
5901 2004-02-17  Ulrich Weigand  <uweigand@de.ibm.com>
5902
5903         * gcc.dg/20040217-1.c: New test.
5904
5905 2004-02-17  Zack Weinberg  <zack@codesourcery.com>
5906
5907         * gcc.c-torture/execute/990208-1.x: Delete.
5908
5909 2004-02-17  Richard Sandiford  <rsandifo@redhat.com>
5910
5911         * gcc.c-torture/execute/20040208-2.x: New file.
5912
5913 2004-02-17  Mark Mitchell  <mark@codesourcery.com>
5914
5915         PR c++/11326
5916         * g++.dg/abi/structret1.C: New test.
5917
5918 2004-02-17  Jakub Jelinek  <jakub@redhat.com>
5919
5920         * gcc.dg/i386-cpuid.h (bit_CMOV): Define.
5921         (i386_cpuid): No need to test if cpuid is available on AMD64.
5922         Fix assembly, so that it works onboth i386 and AMD64.
5923         * gcc.dg/i386-sse-6.c: Include stdio.h, stdlib.h and string.h.
5924         (vecInLong): Fix s[] member type to unsigned int.
5925         (vecInWord): Remove type.
5926         (mmx_tests, sse_tests, dump64_16, dump64_32, dump64_64): Remove.
5927         (a64, b64, c64, d64, e64): Remove.
5928         (main): Pass if CPU has no MMX, SSE, SSE2 or CMOV support.
5929         Remove unused variable.  Remove initialization of removed variables.
5930         Don't call mmx_tests nor sse_tests.
5931         (reference_mmx, reference_sse): Remove.
5932         (check): Add return stmt.
5933         * gcc.dg/i386-sse-7.c: New test.
5934         * gcc.dg/i386-mmx-4.c: New test.
5935
5936 2004-02-17  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5937
5938         * g++.dg/tc1/dr176.C: Add missing semicolon (typo).
5939         * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
5940         g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
5941         g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr193.C,
5942         g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C, g++.dg/tc1/dr56.C,
5943         g++.dg/tc1/dr68.C, g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C,
5944         g++.dg/tc1/dr94.C: Fix line terminator.
5945
5946 2004-02-16  Geoffrey Keating  <geoffk@apple.com>
5947
5948         * gcc.c-torture/compile/20040216-1.c: New.
5949
5950 2004-02-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5951
5952         * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
5953         g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
5954         g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr188.C,
5955         g++.dg/tc1/dr193.C, g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C,
5956         g++.dg/tc1/dr48.C, g++.dg/tc1/dr56.C, g++.dg/tc1/dr68.C,
5957         g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C, g++.dg/tc1/dr94.C: New tests.
5958
5959 2004-02-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
5960
5961         * gcc.c-torture/execute/20020720-1.x: XFAIL on SPARC with -fPIC.
5962
5963 2004-02-15  Mark Mitchell  <mark@codesourcery.com>
5964
5965         PR c++/13971
5966         * g++.dg/expr/cond4.C: New test.
5967
5968         PR c++/14086
5969         * g++.dg/lookup/crash2.C: New test.
5970
5971 2004-02-14  Josef Zlomek  <zlomekj@suse.cz>
5972
5973         * gcc.c-torture/compile/20040214-2.c: New test.
5974
5975 2004-02-14  Andrew Pinski  <pinskia@physics.uc.edu>
5976
5977         PR c++/14116
5978         * g++.dg/ext/typeof8.C: New test.
5979
5980 2004-02-14  Eric Botcazou  <ebotcazou@act-europe.fr>
5981
5982         * gcc.c-torture/compile/20040214-1.c: New test.
5983
5984 2004-02-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5985
5986         PR c++/13635
5987         * g++.dg/template/spec11.C: New test.
5988
5989 2004-02-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5990
5991         PR c++/13927
5992         * g++.dg/other/error8.C: New test.
5993
5994 2004-02-13  Mark Mitchell  <mark@codesourcery.com>
5995
5996         PR c++/14122
5997         * g++.dg/template/array4.C: New test.
5998
5999         PR c++/14108
6000         * g++.dg/inherit/thunk2.C: New test.
6001
6002         PR c++/14083
6003         * g++.dg/eh/cond2.C: New test.
6004
6005 2004-02-12  Alan Modra  <amodra@bigpond.net.au>
6006
6007         * gcc.dg/debug/20020327-1.c: Disable for powerpc64.
6008
6009 2004-02-12  Nathaniel Smith <njs@codesourcery.com>
6010
6011         * lib/scanasm.exp (dg-scan): Quote pattern before display.
6012
6013 2004-02-12  Hartmut Penner  <hpenner@de.ibm.com>
6014
6015         * g++.dg/simd-2.C: xfail on ppc64-linux.
6016
6017 2004-02-11  Joseph S. Myers  <jsm@polyomino.org.uk>
6018
6019         PR c/456
6020         * gcc.dg/cpp/c90-if-comma-1.c, gcc.dg/cpp/c99-if-comma-1.c: New
6021         tests.
6022
6023 2004-02-11  Uros Bizjak  <uros@kss-loka.si>
6024
6025         * gcc.dg/builtins-33.c: New test.
6026
6027 2004-02-11  Paolo Bonzini  <bonzini@gnu.org>
6028
6029         * gcc.dg/pr14092-1.c: Use intptr_t for the cast.
6030
6031 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
6032
6033         * g++.dg/simd-2.C: Set -maltivec for ppc64.
6034
6035 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
6036
6037         * gcc.dg/ppc64-abi-3.c: New test.
6038
6039 2004-02-10  Paolo Bonzini  <bonzini@gnu.org>
6040
6041         PR c/14092
6042
6043         * gcc.dg/pr14092-1.c: New testcase.
6044
6045 2004-02-10  Alan Modra  <amodra@bigpond.net.au>
6046
6047         * gcc.dg/cpp/assert4.c: Fix typo last change.
6048
6049         * gcc.dg/darwin-longlong.c: Only use r0 in asm for darwin.
6050         * gcc.dg/cpp/assert4.c: Handle powerpc64.
6051
6052         * gcc.dg/debug/20020327-1.c: xfail for powerpc64.
6053
6054 2004-02-09  Roger Sayle  <roger@eyesopen.com>
6055
6056         * gcc.c-torture/compile/20040209-1.c: New test case.
6057
6058 2004-02-08  Joseph S. Myers  <jsm@polyomino.org.uk>
6059
6060         * gcc.dg/c90-init-1.c: Adjust expected error messages.
6061
6062 2004-02-08  Richard Sandiford  <rsandifo@redhat.com>
6063
6064         * gcc.c-torture/execute/20040208-[12].c: New tests.
6065
6066 2004-02-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
6067
6068         * g++.dg/eh/simd-2.C: Adjust line numbers for SPARC.
6069
6070 2004-02-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
6071
6072         * gcc.c-torture/execute/va-arg-25.x: XFAIL only on SPARC 64-bit.
6073
6074 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
6075
6076         Bug 13856
6077         * gcc.dg/visibility-8.c: New testcase.
6078
6079 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
6080
6081         * gcc.c-torture/execute/string-opt-15.c: Define memcmp with void *
6082         arguments.
6083         * gcc.dg/fwritable-strings-1.c: Expect the deprecation notice.
6084
6085 2004-02-07  Roger Sayle  <roger@eyesopen.com>
6086
6087         PR middle-end/13696
6088         * g++.dg/opt/fold1.C: New test case.
6089
6090 2003-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6091
6092         PR c++/14033
6093         * g++.dg/other/crash-2.C: New test.
6094
6095 2003-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6096
6097         PR c++/14028
6098         * g++.dg/parse/angle-bracket2.C: New test.
6099
6100 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6101
6102         PR middle-end/13750
6103         Revert:
6104         2004-01-15  Geoffrey Keating  <geoffk@apple.com>
6105         PR pch/13361
6106         * testsuite/g++.dg/pch/wchar-1.C: New.
6107         * testsuite/g++.dg/pch/wchar-1.Hs: New.
6108
6109 2004-02-05  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6110
6111         PR c++/14008
6112         * g++.dg/parse/error15.C: New test.
6113         * g++.dg/parse/crash11.C: Update dg-error mark.
6114
6115 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
6116
6117         PR c++/13932
6118         * g++.dg/warn/conv2.C: New test.
6119
6120 2004-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6121
6122         PR c++/13086
6123         * g++.dg/warn/incomplete1.C: Remove xfail.
6124
6125 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
6126
6127         * lib/file-format.exp (gcc_target_object_format): Use
6128         ${tool}_target_compile, not gcc_target_compile.
6129         * lib/target-supports.exp (check_alias_available): Likewise.
6130         (check_gc_sections_available): Likewise.
6131         * g++.dg/ext/attrib10.C: Use dg-require-alias.
6132         * g++.old-deja/g++.ext/attrib5.C: Use dg-require-weak and
6133         dg-require-alias.
6134
6135 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
6136
6137         PR c++/13969
6138         * g++.dg/template/static6.C: New test.
6139
6140 2004-02-04  Ian Lance Taylor  <ian@wasabisystems.com>
6141
6142         * gcc.dg/arm-mmx-1.c: Don't look for ldmfd if -mthumb.
6143
6144 2004-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6145
6146         * objc.dg/encode-2.m, objc.dg/encode-3.m, objc.dg/encode-4.m: Fix
6147         tests for systems where `char' is unsigned by default.
6148
6149 2003-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6150
6151         PR c++/13997
6152         * g++.dg/template/partial3.C: New test.
6153
6154 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6155
6156         * gcc.dg/20020312-2.c, gcc.dg/builtin-inf-1.c,
6157         gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c, gcc.dg/cpp/assert4.c:
6158         Remove mentions of obsolete ports.
6159
6160 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
6161
6162         * gcc.dg/noncompile/20001228-1.c: Fix for new
6163         error message.
6164
6165 2004-02-03  Roger Sayle  <roger@eyesopen.com>
6166
6167         PR target/9348
6168         * gcc.c-torture/execute/multdi-1.c: New test case.
6169
6170 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
6171
6172         PR c++/13925
6173         * g++.dg/template/lookup5.C: New test.
6174
6175 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
6176
6177         PR c++/13950
6178         * g++.dg/template/lookup4.C: New test.
6179
6180         PR c++/13970
6181         * g++.dg/parse/error14.C: New test.
6182
6183         PR c++/14002
6184         * g++.dg/parse/template13.C: New test.
6185
6186 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
6187
6188         PR c++/13978
6189         * g++.dg/template/koenig4.C: New test.
6190
6191         PR c++/13968
6192         * g++.dg/template/crash17.C: New test.
6193
6194         PR c++/13975
6195         * g++.dg/parse/error13.C: New test.
6196         * g++.old-deja/g++.robertl/eb125.C: Tweak error messages.
6197
6198 2004-02-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
6199
6200         * gcc.dg/20020503-1.c: Remove -mflat dg-options.
6201
6202 2004-02-03  Paolo Bonzini  <bonzini@gnu.org>
6203
6204         PR c/11658
6205         PR c/13994
6206         * gcc.dg/noncompile/20040203-1.c: New test.
6207         * gcc.dg/noncompile/20040203-2.c: Likewise.
6208         * gcc.dg/noncompile/20040203-3.c: Likewise.
6209         * gcc.dg/20040203-1.c: Likewise.
6210
6211 2004-02-02  Andrew Pinski  <pinskia@physics.uc.edu>
6212
6213         PR c++/10858
6214         * g++.dg/template/sizeof7.C: New test.
6215
6216 2004-02-02  Eric Christopher  <echristo@redhat.com>
6217             Zack Weinberg  <zack@codesourcery.com>
6218
6219         * gcc.c-torture/execute/wchar_t-1.c: Add -finput-charset.
6220
6221 2004-02-02  Zack Weinberg  <zack@codesourcery.com>
6222
6223         * g++.dg/eh/forced1.C, g++.dg/eh/forced2.C, g++.dg/eh/forced3.C
6224         * g++.dg/eh/forced4.C: XFAIL ia64-hp-hpux11.*.
6225         * g++.dg/eh/ia64-1.C: Test branch regs only #ifdef __LP64__.
6226         * gcc.dg/cleanup-5.c: Run only on Linux targets.
6227
6228 2004-02-02  Mark Mitchell  <mark@codesourcery.com>
6229
6230         PR c++/13113
6231         * g++.old-deja/g++.mike/net36.C: Adjust error messages.
6232
6233         PR c++/13854
6234         * g++.dg/ext/attrib13.C: New test.
6235
6236         PR c++/13907
6237         * g++.dg/conversion/op2.C: New test.
6238
6239 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
6240
6241         * gcc.dg/titype-1.c: Fix pasto.
6242
6243 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
6244
6245         * gcc.dg/titype-1.c: New test.
6246
6247 2004-02-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6248
6249         PR c++/13957
6250         * g++.dg/template/non-type-template-argument-1.C,
6251         g++.dg/template/qualified-id1.C: Update dg-error marks.
6252         * g++.dg/template/nontype6.C: New test.
6253
6254 2004-02-01  Roger Sayle  <roger@eyesopen.com>
6255
6256         * gcc.dg/builtins-1.c: Also test for __builtin_signbit{,f,l}.
6257         * gcc.dg/builtins-31.c: New testcase.
6258         * gcc.dg/builtins-32.c: New testcase.
6259
6260 2004-01-30  Andrew Pinski  <pinskia@physics.uc.edu>
6261
6262         * objc.dg/call-super-2.m: Update line numbers
6263         for the including of stddef.h.
6264
6265 2004-01-30  Michael Matz  <matz@suse.de>
6266
6267         * g++.dg/ext/case-range1.C, g++.dg/ext/case-range2.C,
6268         g++.dg/ext/case-range3.C: New tests.
6269
6270 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6271
6272         DR206
6273         PR c++/13813
6274         * g++.dg/template/member4.C: New test.
6275
6276 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6277
6278         PR c++/13683
6279         * g++.dg/template/sizeof6.C: New test.
6280
6281 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
6282
6283         * gcc.dg/fwritable-strings-1.c: New test.
6284
6285 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
6286
6287         * gcc.c-torture/compile/20040130-1.c: New test.
6288
6289 2004-01-29  Geoffrey Keating  <geoffk@geoffk.org>
6290
6291         * objc.dg/call-super-2.m: Include stddef.h for size_t.
6292
6293 2004-01-29  Mark Mitchell  <mark@codesourcery.com>
6294
6295         PR c++/13883
6296         * g++.dg/template/ctor3.C: New test.
6297
6298 2004-01-29  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6299
6300         * g++.dg/tc1: New directory.
6301         * g++.dg/tc1/dr108.C, g++.dg/tc1/dr128.C, g++.dg/tc1/dr147.C,
6302         g++.dg/tc1/dr179.C, g++.dg/tc1/dr1.C, g++.dg/tc1/dr213.C,
6303         g++.dg/tc1/dr74.C, g++.dg/tc1/dr90.C, g++.dg/tc1/dr127.C,
6304         g++.dg/tc1/dr137.C, g++.dg/tc1/dr164.C, g++.dg/tc1/dr185.C,
6305         g++.dg/tc1/dr20.C, g++.dg/tc1/dr52.C, g++.dg/tc1/dr85.C: New tests.
6306
6307 2004-01-28  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6308
6309         * g++.dg/parse/error11.C: New test.
6310         * g++.dg/parse/error12.C: Likewise.
6311
6312 2004-01-28  Ziemowit Laski  <zlaski@apple.com>
6313
6314         * objc.dg/proto-qual-1.m (ROUND, aligned_sizeof): New.
6315         (scan_initial, main): Use aligned_sizeof instead of sizeof.
6316
6317 2004-01-28  Mark Mitchell  <mark@codesourcery.com>
6318
6319         PR c++/13791
6320         * g++.dg/ext/attrib12.C: New test.
6321
6322         PR c++/13736
6323         * g++.dg/parse/cast2.C: New test.
6324
6325 2004-01-27  James E Wilson  <wilson@specifixinc.com>
6326
6327         * objc.dg/encode-2.m (main): New local string.  Set depending on
6328         sizeof long.  Use in sscanf call.
6329         * objc.dg/encode-3.m (main): New local string.  Set depending on
6330         sizeof long.  Use in scan_initial call.
6331
6332 2004-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6333
6334         * objc.dg/call-super-2.m: Make LP64-safe.
6335         * objc.dg/desig-init-1.m: Likewise.
6336
6337 2004-01-27  Devang Patel <dpatel@apple.com>
6338
6339         * g++.dg/debug/namespace1.C: New test.
6340
6341 2004-01-27  Ian Lance Taylor  <ian@wasabisystems.com>
6342
6343         * gcc.dg/const-elim-1.c: Add xfail for strongarm-*-* and
6344         xscale-*-*.
6345
6346         * gcc.dg/arm-mmx-1.c: New test.
6347
6348 2004-01-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
6349
6350         * gcc.dg/20040127-1.c: New test.
6351         * gcc.dg/20040127-2.c: New test.
6352
6353 2004-01-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6354
6355         * objc.dg/stret-1.m (glob): Renamed to globa.
6356
6357 2004-01-26  Mark Mitchell  <mark@codesourcery.com>
6358
6359         PR c++/13663
6360         * g++.dg/expr/for1.C: New test.
6361
6362 2004-01-26  Fariborz Jahanian <fjahanian@apple.com>
6363
6364         PR middle-end/13779
6365         * gcc.dg/darwin-longlong.c: New test.
6366
6367 2004-01-26  Ian Lance Taylor  <ian@wasabisystems.com>
6368
6369         * gcc.dg/20040124-1.c: Moved test from here...
6370         * gcc.c-torture/compile/20040124-1.c: ...to here.
6371
6372 2004-01-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
6373
6374         * gcc.dg/sparc-ret.c: Run only in 32-bit mode.  Don't scan
6375         the assembly output if -m64 is passed.
6376
6377 2004-01-25  Mark Mitchell  <mark@codesourcery.com>
6378
6379         PR c++/13833
6380         * g++.dg/template/cond3.C: New test.
6381
6382 2004-01-25  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6383
6384         PR c++/13810
6385         * g++.dg/template/ttp7.C: New test.
6386
6387 2004-01-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6388
6389         PR c++/13797
6390         * g++.dg/template/nontype4.C: New test.
6391         * g++.dg/template/nontype5.C: Likewise.
6392
6393 2004-01-25  Richard Sandiford  <rsandifo@redhat.com>
6394
6395         * gcc.dg/torture/mips-clobber-at.c: New test.
6396
6397 2004-01-24  Ian Lance Taylor  <ian@wasabisystems.com>
6398
6399         * gcc.dg/20040124-1.c: New test.
6400
6401 2004-01-24  Jakub Jelinek  <jakub@redhat.com>
6402
6403         * gcc.dg/20040123-1.c: New test.
6404
6405 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
6406
6407         * gcc.dg/builtins-30.c: Move dg-warning marks to the proper lines.
6408
6409 2004-01-24  Joseph S. Myers  <jsm@polyomino.org.uk>
6410
6411         * gcc.dg/c90-array-lval-7.c, gcc.dg/c99-array-lval-7.c: New tests.
6412
6413 2004-01-23  Andrew Pinski  <apinski@apple.com>
6414
6415         * gcc.dg/20030121-1.c: Move to ..
6416         * gcc.dg/20040121-1.c: here.
6417
6418 2004-01-23  Roger Sayle  <roger@eyesopen.com>
6419
6420         * gcc.dg/builtins-29.c: New test case.
6421
6422 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
6423
6424         PR 18314
6425         * gcc.dg/builtins-30.c: New testcase.
6426
6427 2004-01-23  Andreas Tobler  <a.tobler@schweiz.ch>
6428
6429         * g++.dg/compat/compat.exp: Add LD_LIBRARY_PATH_32/64 for Solaris.
6430         * lib/g77.exp: Likewise.
6431         * lib/objc.exp: Likewise.
6432         * lib/g++.exp: Likewise.
6433
6434 2004-01-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
6435
6436         * gcc.dg/struct-by-value-2.c: New test.
6437
6438 2004-01-21  Andrew Pinski  <apinski@apple.com>
6439
6440         PR target/13785
6441         * gcc.dg/20030121-1.c: New test.
6442
6443 2004-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
6444
6445         * gcc.dg/20030123-1.c: Add -fno-omit-frame-pointer option.  Do not
6446         clobber frame pointer register in asm statement.
6447
6448 2004-01-21  Falk Hueffner  <falk@debian.org>
6449
6450         * gcc.c-torture/compile/20040121-1.c: New test.
6451
6452 2004-01-21  Zack Weinberg  <zack@codesourcery.com>
6453
6454         * gcc.dg/noncompile/20020213-1.c: Add another dg-warning line.
6455
6456 2004-01-20  Hartmut Penner  <hpenner@de.ibm.com>
6457
6458         * gcc.dg/ppc64-abi-2.c: New test.
6459
6460 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
6461
6462         * lib/treelang.exp: Fill out this file.
6463         * lib/treelang-dg.exp: New File.
6464
6465 2004-01-20  Joseph S. Myers  <jsm@polyomino.org.uk>
6466
6467         * gcc.c-torture/compile/981022-1.c: Remove.
6468         * gcc.dg/array-5.c: Remove XFAIL.
6469         * gcc.dg/sequence-pt-1.c: Remove test using extended lvalues.
6470         * gcc.dg/cast-lvalue-1.c, gcc.dg/compound-lvalue-1.c,
6471         gcc.dg/cond-lvalue-1.c: Update.
6472         * gcc.dg/cast-lvalue-2.c: New test.
6473
6474 2004-01-19  Mark Mitchell  <mark@codesourcery.com>
6475
6476         PR c++/13592
6477         * g++.dg/other/error1.C (class foo): Tweak error message.
6478
6479         PR c++/13592
6480         * g++.dg/template/call2.C: New test.
6481
6482 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
6483
6484         * gcc.dg/compat/fnptr-by-value-1_x.c, scalar-by-value-1_y.c
6485         scalar-by-value-3_x.c, scalar-by-value-3_y.c,
6486         scalar-by-value-4_x.c, scalar-by-value-4_y.c,
6487         scalar-return-1_x.c, scalar-return-2_y.c,
6488         scalar-return-3_x.c, scalar-return-3_y.c,
6489         scalar-return-4_x.c, scalar-return-4_y.c,
6490         struct-align-1.h, struct-align-1_x.c,
6491         struct-align-1_y.c, struct-align-2.h,
6492         struct-align-2_x.c, struct-align-2_y.c,
6493         struct-by-value-10_y.c, struct-by-value-11_x.c,
6494         struct-by-value-11_y.c, struct-by-value-12_x.c,
6495         struct-by-value-12_y.c, struct-by-value-13_x.c,
6496         struct-by-value-13_y.c, struct-by-value-14_x.c,
6497         struct-by-value-14_y.c, struct-by-value-15_x.c,
6498         struct-by-value-15_y.c, struct-by-value-16_y.c,
6499         struct-by-value-17_y.c, struct-by-value-18_y.c,
6500         struct-by-value-19_y.c, struct-by-value-1_x.c,
6501         struct-by-value-1_y.c, struct-by-value-20_y.c,
6502         struct-by-value-2_x.c, struct-by-value-2_y.c,
6503         struct-by-value-3_y.c, struct-by-value-4_x.c,
6504         struct-by-value-4_y.c, struct-by-value-5_y.c,
6505         struct-by-value-6_y.c, struct-by-value-7_y.c
6506         struct-by-value-8_x.c, struct-by-value-8_y.c
6507         struct-by-value-9_x.c, struct-by-value-9_y.c
6508         struct-return-10_x.c, struct-return-10_y.c,
6509         struct-return-19_x.c, struct-return-20_x.c
6510         struct-return-2_x.c, struct-return-2_y.c
6511         struct-return-3_x.c: Guard non-C99 tests with SKIP_COMPLEX_INT,
6512         SKIP_ATTRIBUTE and SKIP_ZERO_ARRAY.  Turns SKIPVA into SKIP_VA.
6513
6514 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
6515
6516         * gcc.dg/tls/alias-1.c: Add dg-warning for unsupported visibility
6517         attribute on sparc*-sun-solaris2.*.
6518
6519 2004-01-18  Mark Mitchell  <mark@codesourcery.com>
6520
6521         PR c++/13710
6522         * g++.dg/ext/typeof7.C: New test.
6523
6524 2004-01-18  David Edelsohn  <edelsohn@gnu.org>
6525
6526         * gcc.dg/array-quals-1.c: xfail on powerpc*-*-aix*.
6527         * gcc.dg/const-elim-1.c: Same.
6528
6529 2004-01-17  Ziemowit Laski  <zlaski@apple.com>
6530
6531         * objc.dg/stret-1.m: New.
6532         * objc.dg/stret-2.m: New.
6533
6534 2004-01-17  Andrew Pinski  <pinskia@physics.uc.edu>
6535
6536         PR c++/11895
6537         * g++.dg/ext/vector1.C: New test.
6538
6539 2004-01-16  Geoffrey Keating  <geoffk@apple.com>
6540
6541         * gcc.dg/pch/import-1.c: New.
6542         * gcc.dg/pch/import-1.hs: New.
6543         * gcc.dg/pch/import-1a.h: New.
6544         * gcc.dg/pch/import-1b.h: New.
6545         * gcc.dg/pch/import-1c.h: New.
6546
6547 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
6548
6549         PR c++/13574
6550         * g++.dg/ext/array1.C: New test.
6551
6552         PR c++/13178
6553         * g++.dg/conversion/op1.C: New test.
6554
6555 2004-01-16  J"orn Rennecke <joern.rennecke@superh.com>
6556
6557         PR 11864
6558         From Kazumoto Kojima / Dan Kegel:
6559         * gcc.dg/pr11864-1.c: New test.
6560
6561         PR 10392
6562         From Marcus Comstedt / Dan Kegel:
6563         * gcc.dg/pr10392-1.c: New test.
6564
6565 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
6566
6567         PR c++/13478
6568         * g++.dg/init/ref10.C: New test.
6569
6570 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6571
6572         PR c++/13407
6573         * g++.dg/parse/typename6.C: New test.
6574
6575 2004-01-15  Geoffrey Keating  <geoffk@apple.com>
6576
6577         PR pch/13361
6578         * testsuite/g++.dg/pch/wchar-1.C: New.
6579         * testsuite/g++.dg/pch/wchar-1.Hs: New.
6580
6581 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6582
6583         PR c++/9259
6584         * g++.dg/expr/sizeof2.C: New test.
6585
6586 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
6587
6588         * gcc.dg/sibcall-3.c: Replace mn10?00 with mn10300.
6589
6590 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
6591
6592         PR c++/13659
6593         * g++.dg/lookup/strong-using-3.C: New.
6594         * g++.dg/lookup/using-10.C: New.
6595
6596 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
6597
6598         PR c++/13594
6599         * g++.dg/lookup/strong-using-2.C: New.
6600
6601 2004-01-15  Marcus Comstedt <marcus@mc.pp.se>
6602             Dan Kegel <dank@kegel.com>
6603             J"orn Rennecke <joern.rennecke@superh.com>
6604
6605         PR target/9365
6606         * gcc.dg/pr9365-1.c: New test.
6607
6608 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6609
6610         PR c++/8856
6611         * g++.dg/parse/casting-operator2.C: New test.
6612         * g++.old-deja/g++.pt/explicit83.C: Remove.
6613
6614 2004-01-14  Joseph S. Myers  <jsm@polyomino.org.uk>
6615
6616         * gcc.dg/label-compound-stmt-1.c: New test.
6617         * gcc.c-torture/compile/950922-1.c,
6618         gcc.c-torture/compile/20000211-3.c,
6619         gcc.c-torture/compile/20000518-1.c,
6620         gcc.c-torture/compile/20021108-1.c: Avoid labels at and of
6621         compound statements.
6622
6623 2004-01-14  Hartmut Penner  <hpenner@de.ibm.com>
6624
6625         * gcc.dg/ppc64-abi-1.c: New test.
6626
6627 2004-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
6628
6629          * g++.dg/ext/attrib9.C: Add dg-warnings.
6630
6631 2004-01-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6632
6633         PR c++/12335
6634         * g++.dg/parse/dtor3.C: New test.
6635
6636 2004-01-13  Andrew Pinski  <pinskia@physics.uc.edu>
6637
6638         PR c++/12709
6639         * g++.dg/parse/try-catch-1.C: New test.
6640
6641 2004-01-13  Arnaud Charlet  <charlet@act-europe.fr>
6642
6643         * ada/acats/run_all.sh: Add more verbose output in acats.log
6644         when compiling tests.
6645
6646 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
6647
6648         PR 13656
6649         * gcc.dg/typedef-redecl.c: New test case.
6650         * gcc.dg/typedef-redecl.h: New support file.
6651
6652 2004-01-13  Jan Hubicka  <jh@suse.cz>
6653
6654         * gcc.dg/always_inline.c: New test.
6655         * gcc.dg/debug/20031231-1.c: Fix.
6656
6657 2004-01-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6658
6659         PR c++/13474
6660         * g++.dg/template/array3.C: New test.
6661
6662 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
6663
6664         * g++.dg/ext/lvalue1.C: No longer expected to fail.
6665         * g++.dg/warn/Wunused-2.C: Likewise.
6666
6667 2004-01-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6668
6669         PR c++/13289
6670         * g++.dg/template/instantiate6.C: New test.
6671
6672 2004-01-12  Roger Sayle  <roger@eyesopen.com>
6673
6674         PR middle-end/11397
6675         * gcc.dg/special/wkali-2.c: Add dg-require-alias.
6676
6677 2004-01-12  Jan Hubicka  <jh@suse.cz>
6678
6679         PR opt/12826
6680         * gcc.dg/20040112-1.c: New.
6681
6682         * gcc.dg/dwarf-die[1-7].c: Move to...
6683         * gcc.dg/debug/dwarf2/dwarf-die[1-7].c: ... here.
6684         * gcc.dg/debug/dwarf2/dwarf2.exp: New.
6685
6686 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
6687
6688         PR c++/4100
6689         * g++.dg/parse/friend4.C: New test.
6690
6691 2004-01-12  Scott Brumbaugh  <scottb.lists@verizon.net>
6692
6693         PR c++/4100
6694         * g++.old-deja/g++.pt/niklas01a.C: Mark an error where a class
6695         definition is called a friend.
6696
6697 2004-01-11  Zack Weinberg  <zack@codesourcery.com>
6698
6699         * gcc.dg/tls/diag-3.c: Tweak dg-error regexp.
6700
6701 2004-01-11  Ian Lance Taylor  <ian@wasabisystems.com>
6702
6703         PR c++/3478
6704         * g++.dg/parse/error10.C: New test.
6705         * g++.dg/template/arg2.C: Accept "invalid type" error.
6706
6707 2004-01-11  Jakub Jelinek  <jakub@redhat.com>
6708
6709         PR middle-end/13392
6710         * g++.dg/opt/expect2.C: New test.
6711
6712 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
6713
6714         * gcc.dg/Wshadow-1.c, gcc.dg/attr-noinline.c, gcc.dg/decl3.c
6715         * gcc.dg/redecl-1.c, gcc.dg/visibility-7.c, gcc.dg/wtr-static-1.c
6716         * gcc.dg/noncompile/20020220-1.c, objc.dg/method-1.m:
6717         Update dg-error regexps.
6718
6719 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
6720
6721         * gcc.c-torture/compile/20021123-2.c: Delete; dup of 20021120-1.c.
6722         * gcc.c-torture/compile/20021123-3.c: Delete; dup of 20021120-2.c.
6723
6724 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
6725
6726         * gcc.dg/pragma-re-1.c: Use right pointer type.
6727
6728 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
6729
6730         * g++.dg/eh/simd-1.c: Ajust line number for dg-error line.
6731
6732 2004-01-09  Geoffrey Keating  <geoffk@apple.com>
6733
6734         * gcc.dg/rs6000-ldouble-1.c: New.
6735
6736 2004-01-10  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6737
6738         DR 337
6739         PR c++/9256
6740         * g++.dg/other/abstract1.C: New test.
6741
6742 2004-01-09  Alexandre Oliva  <aoliva@redhat.com>
6743
6744         * g++.dg/lookup/strong-using-1.C: New.
6745
6746 2004-01-09  Joseph S. Myers  <jsm@polyomino.org.uk>
6747
6748         PR c/11234
6749         * gcc.dg/func-ptr-conv-1.c: New test.
6750         * gcc.dg/weak/weak-6.c, gcc.dg/weak/weak-7.c: Update.
6751
6752 2004-01-09  Kazu Hirata  <kazu@cs.umass.edu>
6753
6754         PR target/13380.
6755         * gcc.c-torture/compile/20040109-1.c: New.
6756
6757 2004-01-08  Stuart Hastings  <stuart@apple.com>
6758
6759         * testsuite/gcc.dg/20020523-2.c (bail_if_no_sse): Moved cpu-ID code...
6760         testsuite/gcc.dg/i386-cpuid.h (i386_cpuid): ...to here, to share with...
6761         * testsuite/gcc.dg/i386-sse-6.c: ...this new testcase.
6762
6763 2004-01-09  Alan Modra  <amodra@bigpond.net.au>
6764
6765         * gcc.dg/array-quals-1.c: Accept .data.rel.ro.
6766
6767 2004-01-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
6768
6769         * ada/acats/run_acats: Treat 'gnatchop' the same way
6770         as 'gnatmake'.  Export GCC_DRIVER.
6771         * ada/acats/run_all.sh: Add target_gnatchop.  Use
6772         'host_gnatchop' and 'target_gnatchop' instead of 'gnatshop'.
6773
6774 2004-01-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6775
6776         PR c++/12573
6777         * g++.dg/template/dependent-expr4.C: New test.
6778
6779 2004-01-08  Hartmut Penner  <hpenner@de.ibm.com>
6780
6781         * gcc.dg/altivec-11.c: New test.
6782
6783 2004-01-07  Mark Mitchell  <mark@codesourcery.com>
6784
6785         * g++.dg/abi/vbase10.C: Use -mstructure-size-boundary=8 on ARM.
6786
6787 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
6788
6789         PR c/6024
6790         * gcc.dg/enum-compat-1.c: New test.
6791         * gcc.c-torture/execute/builtin-types-compatible-p.c: Update.
6792
6793 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
6794
6795         PR c/12165
6796         * gcc.dg/array-quals-1.c, gcc.dg/c90-idem-qual-3.c,
6797         gcc.dg/c99-idem-qual-3.c: New tests.
6798
6799 2004-01-07  Alan Modra  <amodra@bigpond.net.au>
6800
6801         * gcc.dg/winline-7.c: Don't cast void * to int.
6802
6803 2004-01-06  Jan Hubicka  <jh@suse.cz>
6804
6805         * gcc.dg/i386-sse-5.c: New test
6806         * g++.dg/eh/simd-1.c: Add -w argument for i386.
6807
6808 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
6809
6810         PR c++/12815
6811         * g++.dg/rtti/typeid4.C: New test.
6812
6813 2004-01-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
6814
6815         * gcc.dg/compat/sdata-section.h: Declare 'abort'.
6816
6817 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
6818
6819         PR c++/12132
6820         * g++.dg/template/error11.C: New test.
6821
6822         PR c++/13451
6823         * g++.dg/template/class2.C: New test.
6824
6825 2004-01-05  Nathan Sidwell  <nathan@codesourcery.com>
6826         Richard Sandiford <rsandifo@redhat.com>
6827
6828         PR c++/13387
6829         * g++.dg/opt/alias3.C: New test.
6830
6831 2004-01-04  Mark Mitchell  <mark@codesourcery.com>
6832
6833         PR c++/13157
6834         * g++.dg/template/koenig3.C: New test.
6835
6836         PR c++/13529
6837         * g++.dg/parse/offsetof3.C: New test.
6838
6839         * g++.dg/init/copy7.C: Add missing dg-error markers.
6840
6841         PR c++/12226
6842         * g++.dg/init/copy7.c: New test.
6843
6844         PR c++/13536
6845         * g++.dg/parse/cast1.C: New test.
6846
6847 2004-01-04  Jan Hubicka  <jh@suse.cz>
6848
6849         * gcc.dg/winline[1-7].c: New tests.
6850
6851 2004-01-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6852
6853         PR c++/13520
6854         * g++.dg/template/qualttp22.C: New test.
6855
6856 2004-01-01  Jan Hubicka  <jh@suse.cz>
6857
6858         * gcc.dg/debug/20031231-1.c: New.
6859         * gcc.c-torture/compile/20040101-1.c: New.
6860         * gcc.dg/dwarf-die-[1-7].c: New.
6861
6862 2004-01-01  Jakub Jelinek  <jakub@redhat.com>
6863
6864         PR optimization/13521
6865         * gcc.c-torture/compile/20031231-1.c: New test.
6866
6867 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
6868
6869         * gcc.dg/sibcall-4.c: Replace mn10?00 with mn10300.
6870
6871 2003-12-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6872
6873         PR c++/10079
6874         * g++.dg/template/crash16.C: New test.
6875
6876 2003-12-30  Mark Mitchell  <mark@codesourcery.com>
6877
6878         * g++.dg/abi/vbase10.C: XFAIL on arm*-*-*.
6879
6880 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
6881
6882         * g++.old-deja/g++.jason/thunk2.C: Remove traces of dead
6883         ports.
6884         * g++.old-deja/g++.jason/thunk3.C: Likewise.
6885         * g++.old-deja/g++.law/profile1.C: Likewise.
6886         * gcc.c-torture/compile/981006-1.c: Likewise.
6887         * gcc.c-torture/execute/loop-2e.x: Likewise.
6888         * gcc.c-torture/execute/loop-2f.x: Remove.
6889         * gcc.c-torture/execute/loop-2g.x: Likewise.
6890         * gcc.c-torture/execute/strct-varg-1.x: Likewise.
6891         * gcc.dg/20020312-2.c: Remove traces of dead ports.
6892
6893 2003-12-30  Nathan Sidwell  <nathan@codesourcery.com>
6894
6895         PR c++/13507
6896         * g++.dg/ext/attrib11.C: New test.
6897
6898         PR c++/13494
6899         * g++.dg/template/array2-1.C: New test.
6900         * g++.dg/template/array2-2.C: New test.
6901
6902 2003-12-29  Mark Mitchell  <mark@codesourcery.com>
6903
6904         * g++.old-deja/g++.pt/static11.C: Correct XFAIL syntax.
6905
6906 2003-12-29  Nathan Sidwell  <nathan@codesourcery.com>
6907
6908         PR c++/12774
6909         * g++.dg/template/array1-1.C: New test.
6910         * g++.dg/template/array1-2.C: New test.
6911
6912 2003-12-29  Roger Sayle  <roger@eyesopen.com>
6913
6914         PR fortran/12632
6915         * g77.dg/12632.f: New test case.
6916
6917 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6918
6919         PR c++/13289
6920         * g++.dg/parse/nontype1.C: New test.
6921
6922 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6923
6924         PR c++/12403
6925         * g++.dg/parse/explicit1.C: New test.
6926         * g++.old-deja/g++.pt/explicit71.C: Adjust expected error.
6927
6928 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
6929
6930         PR c++/13081
6931         * g++.dg/opt/inline6.C: New test.
6932
6933         PR c++/12613
6934         * g++.dg/parse/error9.C: New test.
6935
6936         * gcc.dg/const-elim-1.c: XFAIL on arm-*-*.
6937
6938 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
6939
6940         PR c++/13009
6941         * g++.dg/init/assign1.C: New test.
6942
6943 2003-12-28  Roger Sayle  <roger@eyesopen.com>
6944
6945         PR c++/13070
6946         * g++.dg/warn/format3.C: New test case.
6947
6948 2003-12-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6949
6950         * gcc.c-torture/compile/20031227-1.c: New test.
6951
6952 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
6953
6954         * g++.dg/bprob/bprob.exp: Load target-supports.exp
6955         * g77.dg/bprob/bprob.exp: Likewise.
6956         * gcc.misc-tests/bprob.exp: Likewise.
6957         * gcc.dg/builtins-18.c: Use builtins-config.h.  Do not test float
6958         variants on systems where the library does not provide that
6959         functionality.
6960         * gcc.dg/builtins-20.c: Use builtins-config.h.
6961         * gcc.dg/builtins-config.h: New file.
6962
6963 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
6964
6965         * lib/gcc-dg.exp (dg-require-profiling): New function.
6966         * lib/target-supports.exp (check_profiling_available): Likewise.
6967         * g++.dg/bprob/bprob.exp: Use check_profiling_available.
6968         * g77.dg/bprob/bprob.exp: Likewise.
6969         * gcc.misc-tests/bprob.exp: Likewise.
6970         * g++.old-deja/g++.law/profile1.C: Use dg-require-profiling.
6971         * gcc.dg/20021014-1.c: Likewise.
6972         * gcc.dg/nest.c: Likewise.
6973
6974 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
6975
6976         * g++.dg/lookup/java1.C: Use -fdollars-in-identifiers when
6977         compiling.
6978         * g++.dg/lookup/java2.C: Likewise.
6979         * gcc.dg/cpp/lexident.c: Likewise.
6980
6981 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
6982
6983         * gcc.c-torture/compile/20020604-1.c: XFAIL on H8 if -mn is
6984         given.
6985         * gcc.c-torture/compile/961203-1.c: Likewise.
6986         * gcc.c-torture/compile/980506-1.c: Likewise.
6987
6988 2003-12-23  Zack Weinberg  <zack@codesourcery.com>
6989
6990         * lib/gcc-dg.exp (dg-prune-output): New annotation.
6991         (additional_prunes): New global.
6992         (gcc-dg-prune): Handle additional per-test pruning.
6993         (dg-test): Clear additional_prunes between tests.
6994
6995         * gcc.c-torture/compile/920625-1.c: Remove xfail.  Use
6996         dg-prune-output to avoid spurious failures from assembler
6997         complaining about nonexistent WAW violations.
6998         * gcc.c-torture/compile/981223-1.c: Remove dg-options line.
6999         Use dg-prune-output to avoid spurious failures from assembler
7000         warning about Itanium B-step errata.
7001
7002 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
7003
7004         * g++.dg/abi/macro0.C: New test.
7005         * g++.dg/abi/macro1.C: Likewise.
7006         * g++.dg/abi/macro2.C: Likewise.
7007
7008         * g++.dg/abi/bitfield5.C: Add explicit -fabi-version=1 option.
7009         * g++.dg/abi/bitfield7.C: Likewise.
7010         * g++.dg/abi/dtor2.C: Likewise.
7011         * g++.dg/abi/mangle11.C: Likewise.
7012         * g++.dg/abi/mangle12.C: Likewise.
7013         * g++.dg/abi/mangle14.C: Likewise.
7014         * g++.dg/abi/mangle17.C: Likewise.
7015         * g++.dg/abi/vbase10.C: Likewise.
7016         * g++.dg/abi/vbase14.C: Likewise.
7017         * g++.dg/template/qualttp17.C: Likewise.
7018
7019 2003-12-21  Andrew Pinski  <pinskia@physics.uc.edu>
7020
7021         PR c/11995
7022         * gcc.dg/20031223-1.c: New test.
7023
7024 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
7025
7026         * gcc.dg/noreturn-7.c: New test.
7027
7028 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
7029
7030         * gcc.dg/null-pointer-1.c: New test.
7031
7032 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
7033
7034         * g++.old-deja/g++.jason/template18.C: Remove.
7035         * g++.old-deja/g++.jason/template37.C: Likewise.
7036
7037         PR c++/12862
7038         * g++.dg/lookup/ns1.C: New test.
7039
7040         PR c++/12397
7041         * g++.dg/template/lookup3.C: New test.
7042
7043 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
7044
7045         * g++.dg/template/recurse1.C: New test
7046
7047 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
7048
7049         PR c++/12479
7050         * g++.dg/parse/semicolon1.C: New test.
7051         * g++.dg/parse/semicolon1.h: Likewise.
7052
7053 2003-12-22  Fariborz Jahanian <fjahanian@apple.com>
7054
7055         * gcc.dg/darwin-misaligned.c: New test.
7056
7057 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
7058
7059         PR c/9163
7060         * gcc.dg/20031222-1.c: New test.
7061
7062 2003-12-21  Mark Mitchell  <mark@codesourcery.com>
7063
7064         PR c++/13438
7065         * g++.dg/parse/error8.C: New test.
7066
7067         PR c++/11554
7068         * testsuite/g++.dg/warn/ctor-init-1.C: New test.
7069
7070 2003-12-21  Kazu Hirata  <kazu@cs.umass.edu>
7071
7072         * gcc.c-torture/compile/20020910-1.c: Disable if __INT_MAX is
7073         too small.
7074         * gcc.c-torture/compile/930217-1.c: Likewise.
7075         * gcc.c-torture/compile/930513-1.c: Likewise.
7076         * gcc.c-torture/execute/920908-2.c: Likewise.
7077         * gcc.c-torture/execute/921204-1.c: Likewise.
7078         * gcc.c-torture/execute/930621-1.c: Likewise.
7079         * gcc.c-torture/execute/930630-1.c: Likewise.
7080         * gcc.c-torture/execute/931031-1.c: Likewise.
7081         * gcc.c-torture/execute/980602-2.c: Likewise.
7082         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
7083         * gcc.c-torture/execute/compndlit-1.c: Likewise.
7084         * gcc.c-torture/execute/extzvsi.c: Likewise.
7085         * gcc.c-torture/unsorted/ext.c: Likewise.
7086
7087 2003-12-20  Andrew Pinski  <pinskia@gcc.gnu.org>
7088
7089         PR target/12749
7090         * gcc.c-torture/compile/20031220-2.c: New test case.
7091
7092 2003-12-20  Roger Sayle  <roger@eyesopen.com>
7093
7094         PR optimization/13031
7095         * gcc.c-torture/compile/20031220-1.c: New test case.
7096
7097 2003-12-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
7098
7099         * gcc.dg/cast-function-1.c: New test.
7100
7101 2003-12-19  Joseph S. Myers  <jsm@polyomino.org.uk>
7102
7103         * gcc.dg/format/ext-1.c: Allow 'I' flag on floating point decimal
7104         formats.
7105
7106 2003-12-19  Mark Mitchell  <mark@codesourcery.com>
7107
7108         PR c++/12795
7109         * g++.dg/ext/attrib10.C: New test.
7110
7111 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
7112
7113         * gcc.dg/cleanup-10.c: New test.
7114         * gcc.dg/cleanup-11.c: New test.
7115
7116 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
7117
7118         PR c++/13239
7119         * g++.dg/opt/expect1.C: New test.
7120
7121 2003-12-19  Hartmut Penner  <hpenner@de.ibm.com>
7122
7123         * gcc.dg/altivec-varargs-1.c: Enable testcase on ppc linux.
7124
7125 2003-12-18  Andrew Pinski  <pinskia@physics.uc.edu>
7126
7127         PR debug/12923
7128         * gcc.dg/20031218-1.c: New test.
7129
7130         PR debug/12389
7131         * gcc.dg/20031218-2.c: New test.
7132         * gcc.dg/20031218-3.c: New test.
7133
7134         * g++.dg/abi/mangle18-1.C: Modify regexp to test for `[: \t\n]' at end
7135         of label name and allow for USER_LABEL_PREFIX == "_" names.
7136         * g++.dg/abi/mangle18-2.C: Likewise.
7137         * g++.dg/abi/mangle19-1.C: Likewise.
7138         * g++.dg/abi/mangle19-2.C: Likewise.
7139         * g++.dg/abi/mangle20-1.C: Likewise.
7140         * g++.dg/abi/mangle20-2.C: Likewise.
7141
7142 2003-12-18  Richard Henderson  <rth@redhat.com>
7143
7144         * gcc.dg/bitfld-1.c: Expect warnings for enum bitfields.
7145
7146 2003-12-18  Steven Bosscher  <steven@gcc.gnu.org>
7147             Dan Kegel <dank@kegel.com>
7148
7149         PR other/12009
7150         * g++.dg/compat/compat.exp:  Do not set LD_LIBRARY_PATH when
7151         testing a cross compiler, it causes spurious compile failures.
7152         * lib/g++.exp: Likewise.
7153
7154 2003-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7155
7156         PR c++/13262
7157         * g++.dg/template/access13.C: New test.
7158
7159 2003-12-18  Ulrich Weigand  <uweigand@de.ibm.com>
7160
7161         * gcc.dg/20031216-1.c: New test.
7162
7163 2003-12-18  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7164
7165         PR c++/9154
7166         * g++.dg/template/error10.C: New test.
7167
7168 2003-12-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
7169
7170         * g++.dg/eh/simd-1.C: XFAIL on SPARC.
7171         * g++.dg/eh/simd-2.C: Likewise.
7172
7173 2003-12-17  James E Wilson  <wilson@specifixinc.com>
7174             Roger Sayle  <roger@eyesopen.com>
7175
7176         * gcc.c-torture/execute/ieee/mzero5.c: New.
7177
7178 2003-12-17  Mark Mitchell  <mark@codesourcery.com>
7179
7180         PR c++/10603
7181         * g++.dg/parse/error6.C: New test.
7182
7183         PR c++/12827
7184         * g++.dg/parse/error7.C: New test.
7185
7186 2003-12-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
7187
7188         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Do not run debug-[12].c
7189         at -O with stabs debugging formats.
7190         * gcc.dg/debug/debug-1.c: Turn 'p' into a global variable.
7191         * gcc.dg/debug/debug-2.c: Likewise.
7192
7193 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
7194
7195         PR c++/12696
7196         * g++.dg/init/error1.C: New test.
7197
7198         PR c++/12218
7199         * g++.dg/init/pm3.C: New test.
7200
7201 2003-12-17  Joseph S. Myers  <jsm@polyomino.org.uk>
7202
7203         PR c/3347
7204         * gcc.dg/bitfld-8.c: New test.
7205
7206 2003-12-16  James Lemke  <jim@wasabisystems.com>
7207
7208         * gcc.dg/arm-scd42-[123].c: New tests.
7209
7210 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
7211
7212         PR c++/9043
7213         * g++.dg/abi/mangle20-1.C: New test.
7214         * g++.dg/abi/mangle20-2.C: New test.
7215
7216 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
7217
7218         PR c++/13275
7219         * g++.dg/other/offsetof2.C: Remove XFAIL.
7220         * g++.dg/parse/offsetof1.C: New test.
7221         * g++.gd/parse/offsetof2.C: Likewise.
7222
7223 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7224
7225         * g++.dg/template/nontype3.C: New test.
7226         * g++.dg/template/static2.C: Tweaked the dg-error clause.
7227
7228 2003-12-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7229
7230         * g++.dg/warn/noreturn-3.C: Also test instantiation.
7231
7232 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
7233
7234         PR c++/13387
7235         * g++.dg/expr/assign1.C: New test.
7236
7237         PR c++/13242
7238         * g++.dg/abi/mangle19-1.C: New test.
7239         * g++.dg/abi/mangle19-2.C: New test.
7240
7241 2003-12-16  Hartmut Penner  <hpenner@de.ibm.com>
7242
7243         * testsuite/gcc.dg/altivec-10.c: Test vec_cmple and vec_all_numeric.
7244
7245 2003-12-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
7246
7247         * gcc.c-torture/execute/20031216-1.c: New test.
7248
7249 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7250
7251         * g++.dg/template/ptrmem7.C: Simplified the test case to not hit
7252         an ICE regression.
7253
7254 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
7255
7256         PR c++/10926
7257         * g++.dg/template/error9.C: New test.
7258
7259         PR c++/11116
7260         * g++.dg/template/error8.C: New test.
7261
7262 2003-12-15  Roger Sayle  <roger@eyesopen.com>
7263
7264         PR middle-end/13400
7265         * gcc.c-torture/execute/20031215-1.c: New test case.
7266
7267 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
7268
7269         PR c++/13269
7270         * g++.dg/parse/error5.C: New test.
7271
7272         PR c++/12989
7273         * g++.dg/expr/sizeof1.C: New test.
7274
7275         PR c++/13310
7276         * g++.dg/template/crash15.C: New test.
7277
7278 2003-12-15  Geoffrey Keating  <geoffk@apple.com>
7279
7280         * g++.old-deja/g++.pt/vaarg3.C: Don't expect an error for passing
7281         a non-POD type as the last named parameter of a varargs function.
7282
7283 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
7284
7285         PR c++/13243
7286         PR c++/12573
7287         * g++.dg/template/crash14.C: New test.
7288         * g++.dg/template/dependent-expr3.C: Add dg-error markers.
7289
7290 2003-12-15  Nathan Sidwell  <nathan@codesourcery.com>
7291
7292         * g++.dg/other/java1.C: New test.
7293
7294         PR c++/13241
7295         * g++.dg/abi/mangle18-1.C: New test.
7296         * g++.dg/abi/mangle18-2.C: New test.
7297
7298 2003-12-15  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7299
7300         PR optimization/10312
7301         * gcc.c-torture/execute/20031214-1.c: New.
7302
7303 2003-12-14  Mark Mitchell  <mark@codesourcery.com>
7304
7305         PR c++/10779
7306         PR c++/12160
7307         * g++.dg/parse/error3.C: New test.
7308         * g++.dg/parse/error4.C: Likewise.
7309         * g++.dg/abi/mangle4.C: Tweak error messages.
7310         * g++.dg/lookup/using5.C: Likewise.
7311         * g++.dg/other/error2.C: Likewise.
7312         * g++.dg/parse/typename5.C: Likewise.
7313         * g++.dg/parse/undefined1.C: Likewise.
7314         * g++.dg/template/arg2.C: Likewise.
7315         * g++.dg/template/ttp3.C: Likewise.
7316         * g++.dg/template/type1.C: Likewise.
7317         * g++.old-deja/g++.other/crash32.C: Likewise.
7318         * g++.old-djea/g++.pt/defarg8.C: Likewise.
7319
7320 2003-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7321
7322         PR c++/13106
7323         * g++.dg/warn/noreturn-3.C: New test.
7324
7325 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
7326
7327         PR c++/13118
7328         * g++.dg/abi/covariant3.C: New.
7329
7330 2003-12-12  Jakub Jelinek  <jakub@redhat.com>
7331
7332         * g++.dg/eh/ia64-1.C: New test.
7333
7334 2003-12-12  Roger Sayle  <roger@eyesopen.com>
7335
7336         PR optimization/13037
7337         * g77.f-torture/execute/13037.f: New test case.
7338
7339 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
7340
7341         PR c++/12881
7342         * g++.dg/abi/covariant2.C: New.
7343
7344 2003-12-12  Neil Booth  <neil@daikokuya.co.uk>
7345
7346         * testsuite/gcc.dg/cpp/trad/macro.c: New tests.
7347
7348 2003-12-11  Zack Weinberg  <zack@codesourcery.com>
7349
7350         * gcc.c-torture/execute/wchar_t-1.x: Delete.
7351
7352 2003-12-10  Robert Schiele  <rschiele@uni-mannheim.de>
7353
7354         PR other/10819
7355         * lib/gcc.exp (default_gcc_version): Do not match NL/CR characters
7356         to fix Bug 10819.
7357         * lib/g++.exp (g++_version): Likewise.
7358         * lib/g77.exp (g77_version): Likewise.
7359         * lib/objc.exp (default_objc_version): Likewise.
7360
7361 2003-12-10  Richard Henderson  <rth@redhat.com>
7362
7363         * gcc.c-torture/execute/wchar_t-1.c: Convert to utf-8.
7364
7365         * gcc.dg/intermod-1.c: Adjust assembler scan pattern for alpha.
7366
7367 2003-12-08  Matt Austern  <austern@apple.com>
7368
7369         PR c/13134
7370         * lib/gcc-dg.exp (dg-require-visibility): Define.
7371         * lib/target-supports (check_visibility_available): Define.
7372         * gcc.dg/visibility-1.c: New test.
7373         * gcc.dg/visibility-2.c: Likewise.
7374         * gcc.dg/visibility-3.c: Likewise.
7375         * gcc.dg/visibility-4.c: Likewise.
7376         * gcc.dg/visibility-5.c: Likewise.
7377         * gcc.dg/visibility-6.c: Likewise.
7378         * g++.dg/ext/visibility-1.C: Likewise.
7379         * g++.dg/ext/visibility-2.C: Likewise.
7380         * g++.dg/ext/visibility-3.C: Likewise.
7381         * g++.dg/ext/visibility-4.C: Likewise.
7382         * g++.dg/ext/visibility-5.C: Likewise.
7383         * g++.dg/ext/visibility-6.C: Likewise.
7384
7385 2003-12-07  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7386
7387         * g++.dg/lookup/java1.C: New test.
7388         * g++.dg/lookup/java2.C: New test.
7389
7390 2003-12-07  Falk Hueffner  <falk@debian.org>
7391
7392         * g++.dg/opt/noreturn-1.C: New test.
7393
7394 2003-12-07  Wolfgang Bangerth  <bangerth@dealii.org>
7395
7396         * gcc.dg/overflow-1.c: New test.
7397
7398 2003-12-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
7399
7400         * g77.f-torture/compile/13060.f: New test.
7401
7402 2003-12-06  Mark Mitchell  <mark@codesourcery.com>
7403
7404         PR c++/13323
7405         * g++.dg/inherit/operator2.C: New test.
7406
7407 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
7408
7409         PR c++/13305
7410         * g++.dg/ext/attrib9.C: New test.
7411
7412 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
7413
7414         PR c++/13314
7415         * g++.dg/template/error7.C: New test.
7416
7417 2003-12-05  Stuart Menefy <stuart.menefy@st.com>
7418             J"orn Rennecke <joern.rennecke@superh.com>
7419
7420         PR target/13302
7421         * g++.dg/other/struct-va_list.C: New test.
7422
7423 2003-12-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7424
7425         PR c++/13166
7426         * g++.dg/parse/defarg6.C: New test.
7427
7428 2003-12-05  Hans-Peter Nilsson  <hp@axis.com>
7429
7430         PR target/13256
7431         * gcc.c-torture/execute/20031201-1.c: New test.
7432
7433 2003-12-05  Arnaud Charlet  <charlet@act-europe.fr>
7434
7435         * ada/acats/run_acats: Add checks against missing gnatlib/gnattools.
7436
7437 2003-12-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
7438
7439         * gcc.dg/builtin-return-1.c: New test.
7440
7441 2003-12-04  Stuart Menefy <stuart.menefy@st.com>
7442             J"orn Rennecke <joern.rennecke@superh.com>
7443
7444         PR optimization/13260
7445         * gcc.c-torture/execute/20031204-1.c: New test.
7446
7447 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
7448
7449         PR c++/9127
7450         * g++.dg/template/error6.C: New test.
7451
7452 2003-12-03  Jakub Jelinek  <jakub@redhat.com>
7453
7454         * gcc.dg/20031202-1.c: New test.
7455
7456 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
7457
7458         PR c++/13179
7459         * g++.dg/template/eh1.C: New test.
7460
7461         PR c++/10771
7462         * g++.dg/template/error5.C: New test.
7463
7464 2003-12-02  David Ung  <davidu@mips.com>
7465
7466         * gcc.dg/compat/vector-check.h: Corrected type for var
7467         g_##TMODE
7468
7469 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7470
7471         PR c++/10126
7472         * g++.dg/template/ptrmem8.C: New test.
7473
7474 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7475
7476         PR c++/12573
7477         * g++.dg/template/dependent-expr3.C: New test.
7478
7479 2003-12-01  James Lemke  <jim@wasabisystems.com>
7480
7481         * gcc.dg/arm-g2.c: New test.
7482
7483 2003-12-01  Roger Sayle  <roger@eyesopen.com>
7484
7485         PR optimization/11634
7486         * gcc.dg/20031201-2.c: New test case.
7487
7488 2003-12-01  Zack Weinberg  <zack@codesourcery.com>
7489
7490         PR 11433
7491         * objc.dg/proto-lossage-3.m: New test.
7492
7493 2003-12-01  Roger Sayle  <roger@eyesopen.com>
7494
7495         PR optimization/12628
7496         * gcc.dg/20031201-1.c: New test case.
7497
7498 2003-12-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
7499
7500         * gcc.dg/unaligned-1.c: New test.
7501
7502 2003-11-30  Mark Mitchell  <mark@codesourcery.com>
7503
7504         PR c++/9849
7505         * g++.dg/template/error4.C: New test.
7506         * g++.dg/template/nested3.C: Adjust error markers.
7507
7508 2003-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7509
7510         * gcc.dg/cpp/assert4.c: Check more #system assertions.
7511
7512 2003-11-29  Joseph S. Myers  <jsm@polyomino.org.uk>
7513
7514         PR c/10333
7515         * gcc.dg/bitfld-7.c: New test.
7516
7517 2003-11-29  Richard Sandiford  <rsandifo@redhat.com>
7518
7519         * gcc.dg/tls/asm-1.C: New test.
7520
7521 2003-11-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7522
7523         * gcc.dg/cpp/assert4.c: Update.
7524
7525 2003-11-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
7526
7527         * gcc.dg/builtin-apply2.c: Set size of stack argument data to 64.
7528         * gcc.dg/builtin-apply3.c: New test.
7529
7530 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
7531
7532         * lib/compat.exp (compat-obj): New xfaildata parameter.
7533         Use it to set compiler_conditional_xfail_data before compiling.
7534         (compat-get-options): Handle dg-xfail-if.
7535         (compat-execute): Retrieve XFAIL data and pass them to compat-obj.
7536         * gcc.dg/compat/vector-1_x.c: XFAIL on SPARC.
7537         * gcc.dg/compat/vector-1_y.c: Likewise.
7538         * gcc.dg/compat/vector-2_x.c: Likewise.
7539         * gcc.dg/compat/vector-2_y.c: Likewise.
7540
7541 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
7542
7543         * g++.dg/opt/reg-stack4.C: New test.
7544
7545 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
7546
7547         * gcc.dg/builtin-apply2.c: New test.
7548
7549 2003-11-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
7550
7551         * gcc.c-torture/compile/20031023-4.c: Don't XFAIL on SPARC64.
7552
7553 2003-11-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7554
7555         PR c++/12924
7556         * g++.dg/template/template-id-2.C: New test.
7557
7558 2003-11-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7559
7560         PR c++/5369
7561         * g++.dg/template/memfriend1.C: New test.
7562         * g++.dg/template/memfriend2.C: Likewise.
7563         * g++.dg/template/memfriend3.C: Likewise.
7564         * g++.dg/template/memfriend4.C: Likewise.
7565         * g++.dg/template/memfriend5.C: Likewise.
7566         * g++.dg/template/memfriend6.C: Likewise.
7567         * g++.dg/template/memfriend7.C: Likewise.
7568         * g++.dg/template/memfriend8.C: Likewise.
7569         * g++.old-deja/g++.pt/friend44.C: Remove a bogus error.
7570
7571 2003-11-21  Mark Mitchell  <mark@codesourcery.com>
7572
7573         PR c++/12515
7574         * g++.dg/ext/cond1.C: New test.
7575
7576 2003-11-20  Richard Henderson  <rth@redhat.com>
7577
7578         * gcc.dg/20020201-2.c: Remove.
7579         * gcc.dg/20020201-4.c: Remove.
7580         * gcc.dg/20020304-1.c: Remove.
7581
7582 2003-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7583
7584         * gcc.dg/cpp/trad/xwin1.c: New test case.
7585
7586 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
7587
7588         * g++.dg/compat/compat.exp: Add DYLD_LIBRARY_PATH for darwin.
7589         * lib/g77.exp: Likewise.
7590         * lib/objc.exp: Likewise.
7591         * lib/g++.exp: Likewise, add -multiply_defined suppress flag
7592         for darwin.
7593
7594 2003-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7595
7596         PR c++/12932
7597         * g++.dg/template/static5.C: New test.
7598
7599 2003-11-18  Joseph S. Myers  <jsm@polyomino.org.uk>
7600
7601         * gcc.dg/nested-func-1.c: New test.
7602
7603 2003-11-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7604
7605         * gcc.dg/cpp/assert4.c: New test.
7606
7607 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
7608
7609         PR c++/2294
7610         * g++.dg/lookup/using9.c: New test.
7611
7612 2003-11-14  Mark Mitchell  <mark@codesourcery.com>
7613
7614         PR c++/12762
7615         * g++.dg/template/error3.C: New test.
7616
7617 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
7618
7619         PR ada/13035
7620         * ada/acats/run_acats, run_all.sh: Fix syntax error.
7621         No longer use a wrapper for gcc, since this does not work under
7622         Windows.
7623
7624 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
7625
7626         PR c++/2094
7627         * g++.dg/template/ptrmem7.C: New test.
7628
7629 2003-11-13  Andrew Pinski <apinski@apple.com>
7630
7631         * gcc.c-torture/compile/20031113-1.c: New test.
7632
7633 2003-11-13  Mark Mitchell  <mark@codesourcery.com>
7634             Kean Johnston <jkj@sco.com>
7635
7636         PR c/13029
7637         * gcc.dg/unused-4.c: Update.
7638
7639 2003-11-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
7640
7641         * g++.dg/opt/const3.C: New test.
7642
7643 2003-11-13  Jan Hubicka  <jh@suse.cz>
7644
7645         * gcc.c-torture/compile/20031112-1.c: New test.
7646
7647 2003-11-12  Mark Mitchell  <mark@codesourcery.com>
7648
7649         * g++.dg/parse/crash10.C: Remove bogus error marker.
7650
7651 2003-11-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7652
7653         * ada/acats/run_acats (host_gnatmake): Use type in a /bin/sh script.
7654         (host_gcc): Likewise.
7655         (ROOT): Honor $PWDCMD.
7656         (BASE): Likewise.
7657         * ada/acats/run_all.sh (dir): Honor $PWDCMD.
7658
7659 2003-11-12  Catherine Moore  <clm@redhat.com>
7660
7661         * gcc.c-torture/execute/20020720-1.x:  Add xfail for frv-*-*.
7662
7663 2003-11-12  Andreas Jaeger  <aj@suse.de>
7664             Jakub Jelinek  <jakub@redhat.com>
7665             Andrew Pinski  <pinskia@physics.uc.edu>
7666             Richard Henderson  <rth@redhat.com>
7667
7668         * gcc.dg/c90-const-expr-2.c (foo): Avoid extra warning on 64-bit
7669         systems.
7670         * gcc.dg/c99-const-expr-2.c (foo): Likewise.
7671
7672         * gcc.dg/20030926-1.c: Make it work on x86_64 systems.
7673         * gcc.dg/i386-pentium4-not-mull.c: Likewise.
7674
7675 2003-11-11  Andreas Jaeger  <aj@suse.de>
7676
7677         * gcc.c-torture/execute/20020720-1.x: Test passes also on x86_64.
7678
7679         * gcc.c-torture/execute/20020227-1.x: Test passes also on x86_64.
7680
7681 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
7682
7683         * ada/acats/run_all.sh: Add handling of unsupported (tasking) tests.
7684         Clean ups.
7685
7686 2003-11-10  Waldek Hebisch  <hebisch@math.uni.wroc.pl>
7687
7688         * gcc.dg/trampoline-1.c: New test.
7689
7690 2003-11-09  Andrew Pinski  <pinskia@physics.uc.edu>
7691
7692         * gcc.c-torture/compile/200031109-1.c: New test.
7693
7694 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
7695
7696         PR c/3190
7697         PR c/8714
7698         * gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
7699         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/ext3.c,
7700         gcc.dg/format/no-y2k-1.c: Update.
7701
7702 2003-11-08  Roger Sayle  <roger@eyesopen.com>
7703
7704         PR optimization/10467
7705         * gcc.dg/20031108-1.c: New test case.
7706
7707 2003-11-07  Geoffrey Keating  <geoffk@apple.com>
7708
7709         * gcc.dg/pch/warn-1.c: Allow for more helpful error message.
7710
7711 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
7712
7713         * gcc.dg/compound-lvalue-1.c: New test.
7714         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Remove
7715         some XFAILs.
7716
7717 2003-11-06  Geoffrey Keating  <geoffk@apple.com>
7718
7719         * gcc.dg/altivec-varargs-1.c: New test.
7720
7721 2003-11-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
7722
7723         * gcc.c-torture/compile/20031023-4.c: XFAIL on SPARC64
7724         * gcc.c-torture/compile/simd-5.c: XFAIL on SPARC64 at -O0 and -O1.
7725         * gcc.c-torture/execute/simd-4.x: New file.  XFAIL on SPARC at -O0.
7726         * gcc.c-torture/execute/va-arg-25.x: New file.  XFAIL on SPARC.
7727         * gcc.dg/uninit-C.c: XFAIL on non 64-bit Solaris versions.
7728
7729 2003-11-05  Joseph S. Myers  <jsm@polyomino.org.uk>
7730
7731         * gcc.dg/cond-lvalue-1.c: New test.
7732
7733 2003-11-05  Gernot Hillier  <gernot.hillier@siemens.com>
7734
7735         * g++.old-deja/g++.pt/asm1.C: Enable for e.g. x86_64-*-linux-gnu.
7736
7737 2003-11-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7738
7739         PR c++/11616
7740         * g++.dg/template/instantiate5.C: New test.
7741
7742 2003-11-03  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7743
7744         PR c++/12726
7745         * g++.dg/ext/complit2.C: Replace test with self-contained version.
7746         * ChangeLog: Add missing first entry for above test.
7747
7748 2003-11-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7749
7750         PR c++/9810
7751         * g++.dg/template/using8.C: New test.
7752         * g++.old-deja/g++.other/access11.C: Adjust expected error location.
7753
7754 2003-11-02  Roger Sayle  <roger@eyesopen.com>
7755
7756         PR optimization/10817
7757         * gcc.c-torture/compile/20031102-1.c: New test case.
7758
7759 2003-11-02  Kazu Hirata  <kazu@cs.umass.edu>
7760
7761         * gcc.c-torture/execute/va-arg-25.c: Enable only if INT_MAX ==
7762         2147483647.
7763
7764 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
7765
7766         * gcc.dg/20031102-1.c: New test.
7767
7768 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
7769
7770         * gcc.dg/complex-1.c: New test.
7771
7772 2003-11-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7773
7774         PR c++/12796
7775         * g++.dg/template/crash13.C: Adjust expected error location.
7776         * g++.old-deja/g++.brendan/ns1.C: Likewise.
7777
7778 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
7779
7780         * g++.dg/bprob/bprob.exp: Disable test on arm-elf configs.
7781
7782 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
7783
7784         PR/10239
7785         * gcc.c-torture/compile/20031031-2.c: New test.
7786
7787 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
7788
7789         PR/11640
7790         * gcc.c-torture/compile/20031031-1.c: New test.
7791
7792 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
7793
7794         * g77.dg/bprob/bprob.exp: Disable test on arm-elf configs.
7795         * gcc.misc-tests/bprob.exp: Likewise.
7796         * g77.dg/execute/20001201.x, 6367.x, io0.x, io1.x, u77-test.x: XFAIL
7797         the execution test on arm-elf configs.
7798         * g77.dg/execute/10197.x: New file.  XFAIL the execution test on
7799         configs that don't support scratch files.
7800         * g77.dg/execute/u77-test.x: XFAIL compilation on arm-elf configs.
7801
7802 2003-10-30  Arnaud Charlet  <charlet@act-europe.fr>
7803
7804         * ada/acats/run_all.sh: Do not print PASS messages to stdout, as
7805         done by dejagnu.
7806
7807 2003-10-29  Arnaud Charlet  <charlet@act-europe.fr>
7808
7809         * ada/acats/run_all.sh: Redirect mv output to /dev/null
7810         Avoid non pure sh syntax. Add more logging.
7811
7812         * ada/acats/norun.lst: Disable cdd2a03, since it is expected to
7813         fail.
7814
7815 2003-10-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7816
7817         PR libgcj/10610
7818         * gcc.dg/ppc-stackalign-1.c: New test.
7819
7820 2003-10-28  Arnaud Charlet  <charlet@act-europe.fr>
7821
7822         * ada/acats/run_all.sh: Change output to be more compliant with
7823         dejagnu framework.
7824         Create acats.sum and acats.log files under testsuite/ada/acats
7825         Only run [a-z]* directories, to filter out e.g. CVS.
7826         Redirect build output to log file.
7827
7828 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
7829
7830         * README.ada: Removed, integrated in ../doc/sourcebuild.texi
7831
7832 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
7833
7834         PR ada/5909:
7835         * README.ada, ada/acats: Import ACATS 2.5 for GCC Ada test suite.
7836
7837 2003-10-27  Jakub Jelinek  <jakub@redhat.com>
7838
7839         * gcc.c-torture/compile/20031023-1.c: New test.
7840         * gcc.c-torture/compile/20031023-2.c: New test.
7841         * gcc.c-torture/compile/20031023-3.c: New test.
7842         * gcc.c-torture/compile/20031023-4.c: New test.
7843
7844 2003-10-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7845
7846         PR c++/10371
7847         * g++.dg/lookup/scoped8.C: New test.
7848
7849 2003-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
7850
7851         * g++.dg/opt/reg-stack3.C: New test.
7852
7853 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
7854
7855         * gcc.dg/c99-arraydecl-2.c: New test.  PR c/11943.
7856
7857 2003-10-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7858
7859         PR c++/11076
7860         * g++.dg/template/crash13.C: New test.
7861
7862 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
7863
7864         * gcc.dg/c99-restrict-2.c: New test.
7865
7866 2003-10-24  Nathan Sidwell  <nathan@codesourcery.com>
7867
7868         PR c++/12698, c++/12699, c++/12700, c++/12566
7869         * g++.dg/inherit/covariant9.C: New test.
7870         * g++.dg/inherit/covariant10.C: New test.
7871         * g++.dg/inherit/covariant11.C: New test.
7872
7873 2003-10-23  Jason Merrill  <jason@redhat.com>
7874
7875         PR c++/12726
7876         * g++.dg/ext/complit2.C: New test.
7877
7878 2003-10-20  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
7879
7880         PR target/12654
7881         * gcc.c-torture/execute/20031020-1.c: New test.
7882
7883 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7884
7885         * gcc.dg/old-style-asm-1.c: Also check for (set (pc) on lines
7886         following the jump_insn.
7887
7888 2003-10-22  Joseph S. Myers  <jsm@polyomino.org.uk>
7889
7890         * gcc.dg/cast-lvalue-1.c: New test.
7891
7892 2003-10-21  Mark Mitchell  <mark@codesourcery.com>
7893
7894         PR c++/11962
7895         * g++.dg/template/cond2.C: New test.
7896
7897 2003-10-20  Joseph S. Myers  <jsm@polyomino.org.uk>
7898
7899         * gcc.dg/builtins-28.c: New test.
7900
7901 2003-10-20  Jan Hubicka  <jh@suse.cz>
7902
7903         * testsuite/g++.dg/opt/inline4.C: Do not use min-inline-insns
7904         parameter.
7905         * testsuite/gcc.dg/inline-2.c: Likewise.
7906
7907 2003-10-20  Phil Edwards  <phil@codesourcery.com>
7908
7909         * gcc.dg/20021014-1.c:  XFAIL for *-*-windiss targets.
7910         * gcc.dg/nest.c:  Likewise.
7911
7912 2003-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7913
7914         PR c++/9781, c++/10583, c++/11862
7915         * g++.dg/parse/crash13.C: New test.
7916
7917 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7918
7919         * gcc.dg/old-style-asm-1.c: Count jump_insns instead of labels.
7920
7921 2003-10-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
7922
7923         * gcc.dg/builtins-18.c: Wrap C99 tests with HAVE_C99_RUNTIME.
7924         Define HAVE_C99_RUNTIME except on Solaris.
7925         * gcc.dg/builtins-20.c: Likewise.
7926
7927 2003-10-19  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7928
7929         * gcc.dg/old-style-asm-1.c: Use scan-assembler-times.
7930
7931 2003-10-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7932
7933         PR c++/12495
7934         * g++.dg/template/crash21.C: New test.
7935
7936 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7937
7938         PR c++/2513
7939         * g++.dg/template/typename5.C: New test.
7940
7941 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7942
7943         PR c++/12369
7944         * g++.dg/template/friend25.C: New test.
7945
7946 2003-10-16  Ziemowit Laski  <zlaski@apple.com>
7947
7948         * objc.dg/try-catch-2.m: Relax target triple to all Darwin
7949         versions.
7950
7951 2003-10-16  Kazu Hirata  <kazu@cs.umass.edu>
7952
7953         * gcc.c-torture/execute/20031003-1.c: Enable only when INT_MAX
7954         == 2147483647.
7955
7956 2003-10-15  Kazu Hirata  <kazu@cs.umass.edu>
7957
7958         * gcc.c-torture/execute/960416-1.x: Remove.
7959         * gcc.c-torture/execute/divconst-3.x: Likewise.
7960
7961 2003-10-15  Hans-Peter Nilsson  <hp@axis.com>
7962
7963         PR target/12598
7964         * gcc.dg/torture/cris-volatile-1.c: New test.
7965
7966 2003-10-14  Roger Sayle  <roger@eyesopen.com>
7967
7968         PR optimization/9325
7969         * gcc.c-torture/execute/20031003-1.c: Remove non-portable tests
7970         for overflowing floating point to integer conversion during RTL
7971         simplification.
7972
7973 2003-10-13  Ziemowit Laski  <zlaski@apple.com>
7974
7975         * objc/execute/_cmd.m: Fix typo.
7976         * objc.dg/image-info.m, objc.dg/symtab-1.m:
7977         Relax 'scan-assembler' regexp.
7978         * objc.dg/try-catch-1.m, objc.dg/try-catch-3.m,
7979         objc.dg/try-catch-4.m: Run on non-Darwin targets.
7980         * objc.dg/zero-link-2.m: Remove blank line.
7981         * objc.dg/zero-link-3.m: New test case.
7982
7983 2003-10-13  Geoffrey Keating  <geoffk@apple.com>
7984
7985         * g77.f-torture/execute/980520-1.x: XFAIL at -O0.
7986
7987         * gcc.dg/asm-names.c: Use scan-assembler-not rather
7988         than linker trickery.
7989
7990 2003-10-13  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7991
7992         PR c++/12370
7993         * g++.dg/other/friend2.C: New test.
7994
7995 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
7996
7997         * gcc.dg/20031012-1.c: New test.
7998
7999 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
8000
8001         * gcc.dg/weak/weak-3.c: Fix for new warning.
8002
8003 2003-10-12  Kelley Cook  <kcook@gcc.gnu.org>
8004
8005         PR optimization/8750
8006         * gcc.c-torture/execute/20031012-1.c: New test case.
8007
8008 2003-10-11  Roger Sayle  <roger@eyesopen.com>
8009
8010         * gcc.c-torture/execute/string-opt-8.c: Don't test optimizations
8011         that inline strncmp as cmpstrsi on i386 when compiled with -Os.
8012
8013 2003-10-11  Roger Sayle  <roger@eyesopen.com>
8014
8015         PR optimization/12260
8016         * gcc.c-torture/compile/20031011-2.c: New test case.
8017
8018 2003-10-11  Roger Sayle  <roger@eyesopen.com>
8019
8020         * gcc.c-torture/execute/20031011-1.c: New testcase.
8021
8022 2003-10-11  Eric Botcazou  <ebotcazou@libertysurf.fr>
8023
8024         * gcc.c-torture/compile/20031011-1.c: New test.
8025
8026 2003-10-11  Jan Hubicka  <jh@suse.cz>
8027
8028         * g++.dg/other/first-global.C: New test.
8029
8030 2003-10-11  Roger Sayle  <roger@eyesopen.com>
8031
8032         * gcc.c-torture/execute/string-opt-18.c: New testcase.
8033
8034 2003-10-10  Ian Lance Taylor  <ian@wasabisystems.com>
8035
8036         * gcc.c-torture/compile/20031010-1.c: New test.
8037
8038 2003-10-10  Geoffrey Keating  <geoffk@apple.com>
8039
8040         * gcc.c-torture/execute/va-arg-24.c: Correct, and rename to...
8041         * gcc.c-torture/execute/va-arg-25.c: ... here.
8042
8043 2003-10-09  Mark Mitchell  <mark@codesourcery.com>
8044
8045         * g++.dg/ext/attrib8.C: Only run it on x86 targets.
8046
8047 2003-10-08  Richard Sandiford  <rsandifo@redhat.com>
8048
8049         * gcc.c-torture/compile/mipscop-[1-4].c: Disable for mips16.
8050
8051 2003-10-08  Giovanni Bajo  <giovannibajo@libero.it>
8052
8053         * g++.dg/parse/error2.C: New test.
8054
8055 2003-10-08  Giovanni Bajo <giovannibajo@libero.it>
8056
8057         PR c++/11097
8058         * g++.dg/other/error5.C: Modify the error message.
8059         * g++.dg/lookup/using8.C: New test.
8060
8061 2003-10-07  Geoffrey Keating  <geoffk@apple.com>
8062
8063         * gcc.dg/darwin-abi-2.c: New file.
8064         * gcc.c-torture/execute/va-arg-24.c: New file.
8065
8066 2003-10-06  Bob Wilson  <bob.wilson@acm.org>
8067
8068         * g++.dg/template/spec10.C: Set exit value to zero on success.  Fix
8069         indentation.
8070
8071 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
8072
8073         PR c++/10147
8074         * g++.dg/other/error4.C: Update error messages.
8075         * g++.dg/template/ptrmem4.C: Likewise.
8076
8077         PR c++/12337
8078         * g++.dg/init/new9.C: New test.
8079
8080         PR c++/12334, c++/12236, c++/8656
8081         * g++.dg/ext/attrib8.C: New test.
8082
8083 2003-10-06  Devang Patel  <dpatel@apple.com>
8084
8085         * gcc.dg/debug/dwarf2-3.h: New test.
8086         * gcc.dg/debug/dwarf2-3.c: New test case for -feliminate-dwarf2-dups.
8087
8088 2003-10-06  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
8089
8090         * g++.dg/opt/cfg2.C: New test.
8091
8092 2003-10-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
8093
8094         * g++.dg/opt/float1.C: New test.
8095
8096 2003-10-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
8097
8098         * gcc.dg/c90-array-lval-6.c: New test.
8099         * gcc.dg/c99-array-lval-6.c: New test.
8100
8101 2003-10-03  Alexander Malmberg  <alexander@malmberg.org>
8102             Ziemowit Laski  <zlaski@apple.com>
8103
8104         * objc.dg/method-6.m ('starboard'): Move prototype from 'Base' to
8105         'Derived', so that it is never considered a class method; add
8106         new warning for '+port' method ambiguity.
8107         * objc.dg/method-12.m: Include <objc/objc.h> instead of
8108         <objc/objc-api.h> (needed on Mac OS X).
8109         * objc.dg/method-13.m: New test.
8110
8111 2003-10-03  Roger Sayle  <roger@eyesopen.com>
8112
8113         PR optimization/9325, PR java/6391
8114         * gcc.c-torture/execute/20031003-1.c: New test case.
8115
8116 2003-10-02  Mark Mitchell  <mark@codesourcery.com>
8117
8118         PR optimization/12180
8119         * gcc.dg/20031002-1.c: New test.
8120
8121         PR c++/12486
8122         * g++.dg/inherit/error1.C: New test.
8123
8124 2003-10-02  Chris Demetriou  <cgd@broadcom.com>
8125
8126         * lib/f-torture.exp (search_for): Rename to...
8127         (search_for_re): This.  Also, clean up comments and the
8128         "regexp" invocation.
8129
8130 2003-10-02  Josef Zlomek  <zlomekj@suse.cz>
8131
8132         * gcc.c-torture/compile/20031002-1.c: New test.
8133
8134 2003-10-02  Jakub Jelinek  <jakub@redhat.com>
8135
8136         * g++.dg/opt/cond1.C: New test.
8137
8138 2003-10-01  Kelley Cook  <kelleycook@wideopenwest.com>
8139
8140         * gcc.dg/Wold-style-definition-2.c: New testcase.
8141         * gcc.dg/wtr-func-def-1.c: Modify to reflect new warning.
8142
8143 2003-09-29  Richard Henderson  <rth@redhat.com>
8144
8145         * g++.dg/init/array10.C: Add dg-options.
8146
8147 2003-09-29  Eric Botcazou  <ebotcazou@libertysurf.fr>
8148
8149         * g++.dg/opt/unroll1.C: Change unsigned to __SIZE_TYPE__.
8150
8151 2003-09-28  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8152
8153         * g++.dg/template/friend19.C: Fix typo.
8154         * g++.old-deja/g++.other/crash31.C: Adjust expected error.
8155
8156 2003-09-28  Richard Sandiford  <rsandifo@redhat.com>
8157
8158         * gcc.c-torture/execute/20030928-1.c: New test.
8159         * gcc.dg/torture/mips-sdata-1.c (f): Refer to x[0] rather than x[3].
8160
8161 2003-09-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
8162
8163         * g++.dg/opt/unroll1.C: New test.
8164
8165 2003-09-26  Roger Sayle  <roger@eyesopen.com>
8166
8167         PR optimization/11741
8168         * gcc.dg/20030926-1.c: New test case.
8169
8170 2003-09-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8171
8172         PR c++/5655
8173         * g++.dg/parse/access7.C: New test.
8174         * g++.old-deja/g++.brendan/crash56.C: Fix redeclaration error.
8175
8176 2003-09-24  Ziemowit Laski  <zlaski@apple.com>
8177
8178         MERGE OF objc-improvements-branch into MAINLINE:
8179         * lib/objc.exp (objc_target_compile): Do not point at libobjc headers
8180         if libobjc has not been built.
8181         * objc/execute/IMP.m, objc/execute/_cmd.m, objc/execute/bf-common.h,
8182         objc/execute/bycopy-3.m, objc/execute/class-{1-14}.m,
8183         objc/execute/class-self-2.m, objc/execute/many_args_method.m,
8184         objc/execute/nested-3.m, objc/execute/np-2.m,
8185         objc/execute/object_is_class.m, objc/execute/object_is_meta_class.m,
8186         objc/execute/redefining_self.m, objc/execute/root_methods.m,
8187         objc/execute/static-{1-2}.m, objc/execute/string-{1-4}.m,
8188         objc/execute/va_method.m, objc.dg/comp-types-4.m, objc.dg/headers.m,
8189         objc.dg/special/unclaimed-category-1.h,
8190         objc.dg/special/unclaimed-category-1.m: Make usable with NeXT as
8191         well as GNU runtime.
8192         * execute/next_mapping.h: New header, for GNU->NeXT impedance matching.
8193         * execute/cascading-1.m, execute/function-message-1.m,
8194         objc.dg/anon-1.m, objc.dg/bitfield-{3-4}.m,
8195         objc.dg/call-super-{1-3}.m, objc.dg/category-1.m,
8196         objc.dg/const-str-{3-6}.m, objc.dg/encode-{1-4}.m,
8197         objc.dg/func-ptr-1.m, objc.dg/gnu-runtime-1.m, objc.dg/image-info.m,
8198         objc.dg/method-{3-12}.m, objc.dg/missing-proto-{1-3}.m,
8199         objc.dg/nested-func-1.m, objc.dg/proto-lossage-2.m,
8200         objc.dg/proto-qual-1.m, objc.dg/sizeof-1.m, objc.dg/static-1.m,
8201         objc.dg/symtab-1.m, objc.dg/try-catch-{1-4}.m,
8202         objc.dg/type-size-{1-2}.m, objc.dg/zero-link-{1-2}.m: New test cases.
8203         * objc.dg/bitfield-2.m: Run only on Darwin.
8204         * objc.dg/class-2.m, objc.dg/comp-types-1.m, objc.dg/desig-init-1.m,
8205         objc.dg/method-{1-2}.m, objc.dg/proto-hier-1.m,
8206         objc.dg/proto-lossage-1.m: Adjust for message wording changes.
8207         * objc.dg/const-str-1.m: Fix constant string layout.
8208
8209 2003-09-24  Alexandre Oliva  <aoliva@redhat.com>
8210
8211         * gcc.dg/cpp/Wunknown-pragmas-1.c: New test.
8212
8213 2003-09-23  Geoffrey Keating  <geoffk@apple.com>
8214
8215         * gcc.dg/darwin-abi-1.c: New file.
8216
8217 2003-09-21  Andrew Pinski  <pinskia@physics.uc.edu>
8218
8219         PR target/12281
8220         * gcc.c-torture/compile/20030921-1.c: New test.
8221
8222 2003-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
8223
8224         * g++.dg/opt/reg-stack2.C: New test.
8225
8226 2003-09-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
8227
8228         * g++.dg/eh/delayslot1.C: New test.
8229
8230 2003-09-20  Richard Henderson  <rth@redhat.com>
8231
8232         * gcc.dg/format/gcc_diag-1.c: Add tests for %J.
8233
8234 2003-09-20  Roger Sayle  <roger@eyesopen.com>
8235
8236         * gcc.c-torture/execute/20030920-1.c: New test case.
8237
8238 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8239
8240         * g++.dg/rtti/typeid3.C: Correct expected error message.
8241
8242 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8243
8244         PR c++/157
8245         * g++.dg/parse/crash12.C: New test.
8246
8247 2003-09-19  Janis Johnson  <janis187@us.ibm.com>
8248
8249         * gcc.dg/compat/mixed-struct-check.h: New.
8250         * gcc.dg/compat/mixed-struct-defs.h: New.
8251         * gcc.dg/compat/mixed-struct-init.h: New.
8252         * gcc.dg/compat/struct-by-value-19_main.c: New.
8253         * gcc.dg/compat/struct-by-value-19_x.c: New.
8254         * gcc.dg/compat/struct-by-value-19_y.c: New.
8255         * gcc.dg/compat/struct-by-value-20_main.c: New.
8256         * gcc.dg/compat/struct-by-value-20_x.c: New.
8257         * gcc.dg/compat/struct-by-value-20_y.c: New.
8258         * gcc.dg/compat/struct-return-19_main.c: New.
8259         * gcc.dg/compat/struct-return-19_x.c: New.
8260         * gcc.dg/compat/struct-return-19_y.c: New.
8261         * gcc.dg/compat/struct-return-20_main.c: New.
8262         * gcc.dg/compat/struct-return-20_x.c: New.
8263         * gcc.dg/compat/struct-return-20_y.c: New.
8264
8265 2003-09-19  Andrew Pinski  <pinskia@physics.uc.edu>
8266         * g++.dg/init/array11.C: Change unsigned to __SIZE_TYPE__
8267         so that it will not complain on LP64 targets.
8268
8269 2003-09-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8270
8271         PR c++/495
8272         * g++.dg/template/friend24.C: New test.
8273
8274 2003-09-19  Nathan Sidwell  <nathan@codesourcery.com>
8275
8276         PR c++/12332
8277         * g++.dg/template/memtmpl2.C: New test.
8278
8279 2003-09-18  Mark Mitchell  <mark@codesourcery.com>
8280
8281         PR target/11184
8282         * gcc.dg/builtin-apply1.c: New test.
8283
8284 2003-09-18  Nathan Sidwell  <nathan@codesourcery.com>
8285
8286         PR c++/9848
8287         * g++.dg/warn/Wunused-4.C: New test.
8288
8289 2003-09-18  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8290
8291         PR c++/12316
8292         * g++.dg/other/gc2.C: New test.
8293
8294 2003-09-17  Mark Mitchell  <mark@codesourcery.com>
8295
8296         PR c++/11991
8297         * g++.dg/rtti/typeid3.C: New test.
8298
8299         PR c++/12266
8300         * g++.dg/overload/template1.C: New test.
8301
8302 2003-09-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
8303
8304         * g++.dg/opt/cfg3.C: New test.
8305
8306 2003-09-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8307
8308         PR c++/7939
8309         * g++.dg/template/crash11.C: New test.
8310
8311 2003-09-16  Jason Merrill  <jason@redhat.com>
8312             Jakub Jelinek  <jakub@redhat.com>
8313
8314         * gcc.dg/attr-warn-unused-result.c: New test.
8315
8316 2003-09-15  Nathan Sidwell  <nathan@codesourcery.com>
8317
8318         PR c++/12184
8319         * g++.dg/expr/call2.C: New test.
8320
8321 2003-09-15  Andreas Jaeger  <aj@suse.de>
8322
8323         * gcc.dg/Wold-style-definition-1.c: New test.
8324
8325 2003-09-14  Mark Mitchell  <mark@codesourcery.com>
8326
8327         PR c++/3907
8328         * g++.dg/parse/template12.C: New test.
8329
8330         * g++.dg/abi/bitfield11.C: New test.
8331         * g++.dg/abi/bitfield12.C: Likewise.
8332
8333 2003-09-14  Alexandre Oliva  <aoliva@redhat.com>
8334
8335         * gcc.dg/cpp/separate-1.c: Adjust line of error.  Test for correct
8336         non-expansion of functional macro name without arguments at EOL.
8337         * gcc.dg/cpp/spacing1.c: Revert 2003-08-04's change.  Likewise.
8338
8339 2003-09-14  Richard Sandiford  <rsandifo@redhat.com>
8340
8341         * gcc.c-torture/execute/20030914-[12].c: New tests.
8342
8343 2003-09-11  Nathan Sidwell  <nathan@codesourcery.com>
8344
8345         PR c++/11788
8346         * g++.dg/overload/addr1.C: New test.
8347
8348 2003-09-10  Ian Lance Taylor  <ian@wasabisystems.com>
8349
8350         * gcc.dg/20030909-1.c: New test.
8351
8352 2003-09-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
8353
8354         * gcc.dg/ultrasp10.c: New test.
8355
8356 2003-09-09  Devang Patel  <dpatel@apple.com>
8357
8358         * gcc.dg/darwin-ld-6.c: New test.
8359
8360 2003-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8361
8362         * gcc.dg/torture/builtin-explog-1.c: New testcase.
8363
8364 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
8365
8366         * gcc.dg/ia64-types1.c: New test.
8367         * gcc.dg/ia64-types2.c: Likewise.
8368
8369 2003-09-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8370
8371         * gcc.dg/builtins-1.c: Add more _Complex tests.
8372         * gcc.dg/torture/builtin-attr-1.c: Likewise.
8373
8374         * gcc.dg/builtins-1.c: Test existing _Complex functions.
8375         * gcc.dg/torture/builtin-attr-1.c: Likewise.
8376
8377 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
8378
8379         PR c++/11786
8380         * g++.dg/lookup/koenig2.C: New test.
8381
8382         PR c++/5296
8383         * g++.dg/rtti/typeid2.C: New test.
8384
8385 2003-09-08  Jakub Jelinek  <jakub@redhat.com>
8386
8387         * gcc.c-torture/compile/20030904-1.c: New test.
8388
8389 2003-09-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
8390
8391         * g++.dg/opt/longbranch2.C: New test.
8392
8393 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
8394
8395         * g++.dg/template/crash10.C: Only compile it.
8396
8397 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
8398
8399         PR middle-end/11665
8400         * gcc.c-torture/compile/20030907-1.c: New test.
8401         * g++.dg/init/array11.C: New test.
8402
8403 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
8404
8405         PR c++/11852
8406         * g++.dg/init/struct1.C: New test.
8407
8408 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
8409
8410         PR c++/12181
8411         * g++.dg/expr/comma1.C: New test.
8412
8413 2003-09-06  Mark Mitchell  <mark@codesourcery.com>
8414
8415         PR c++/11867
8416         * g++.dg/expr/static_cast5.C: New test.
8417
8418 2003-09-06  Andrew Pinski  <pinskia@physics.uc.edu>
8419
8420         PR c++/11507
8421         * g++.dg/lookup/scoped7.C: New test.
8422
8423         PR c++/9574
8424         * g++.dg/other/static1.C: New test.
8425
8426         PR c++/11490
8427         * g++.dg/warn/template-1.C: New test.
8428
8429         PR c++/11432
8430         * g++.dg/template/crash10.C: New test.
8431
8432         PR c++/2478
8433         * g++.dg/overload/VLA.C: New test.
8434
8435         PR c++/10804
8436         * g++.dg/template/call1.C: New test.
8437
8438 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
8439
8440         PR c++/11794
8441         * g++.dg/parse/using3.C: New test.
8442
8443 2003-09-06  Roger Sayle  <roger@eyesopen.com>
8444
8445         PR c++/11409
8446         * g++.dg/overload/builtin3.C: New test case.
8447
8448 2003-09-06  Steven Bosscher  <steven@gcc.gnu.org>
8449
8450         PR c/9862
8451         * gcc.dg/20030906-1.c: New test.
8452         * gcc.dg/20030906-2.c: Likewise.
8453
8454 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
8455
8456         PR c++/12167
8457         * g++.dg/parse/defarg5.C: New test.
8458
8459         * g++.dg/template/non-type-template-argument-1.C: Tweak expected error.
8460
8461 2003-09-05  Mark Mitchell  <mark@codesourcery.com>
8462
8463         PR c++/12163
8464         * g++.dg/expr/static_cast4.C: New test.
8465
8466         PR c++/12146
8467         * g++.dg/template/crash9.C: New test.
8468
8469 2003-09-05  Andrew Pinski  <pinskia@physics.uc.edu>
8470
8471         * g++.old-deja/g++.ext/pretty2.C: Update for change
8472         in __FUNCTION__.
8473         * g++.old-deja/g++.ext/pretty3.C: Likewise.
8474
8475 2003-09-05  Nathan Sidwell  <nathan@codesourcery.com>
8476
8477         PR c++/11922
8478         * g++/dg/template/qualified-id1.C: New test.
8479
8480         PR c++/12037
8481         * g++.dg/warn/noeffect4.C: New test.
8482
8483 2003-09-04  Matt Austern  <austern@apple.com>
8484
8485         * g++.dg/ext/fnname1.C: New test. (__func__ for C++.)
8486         * g++.dg/ext/fnname2.C: Likewise.
8487         * g++.dg/ext/fnname3.C: Likewise.
8488
8489 2003-09-04  Mark Mitchell  <mark@codesourcery.com>
8490
8491         * g++.dg/expr/lval1.C: New test.
8492         * g++.dg/ext/lvcast.C: Remove.
8493
8494 2003-09-03  Roger Sayle  <roger@eyesopen.com>
8495
8496         PR optimization/11700.
8497         * gcc.c-torture/compile/20030903-1.c: New test case.
8498
8499 2003-09-03  Mark Mitchell  <mark@codesourcery.com>
8500
8501         PR c++/12053
8502         * g++.dg/abi/layout4.C: New test.
8503
8504 2003-09-02  Scott Brumbaugh  <scottb.lists@verizon.net>
8505
8506         PR c++/11553
8507         * g++.dg/parse/friend3.C: New test.
8508
8509 2003-09-02  Mark Mitchell  <mark@codesourcery.com>
8510
8511         PR c++/11847
8512         * g++.dg/template/class1.C: New test.
8513
8514         PR c++/11808
8515         * g++.dg/expr/call1.C: New test.
8516
8517 2003-09-01  Mark Mitchell  <mark@codesourcery.com>
8518
8519         PR c++/12114
8520         * g++.dg/init/ref9.C: New test.
8521
8522         PR c++/11972
8523         * g++.dg/template/nested4.C: New test.
8524
8525 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
8526
8527         PR c++/12093
8528         * g++.dg/template/non-dependent4.C: New test.
8529
8530         PR c++/11928
8531         * g++.dg/inherit/conv1.C: New test.
8532
8533 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
8534
8535         PR c++/6196
8536         * g++.dg/ext/label1.C: New test.
8537         * g++.dg/ext/label2.C: Likewise.
8538
8539 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
8540
8541         * g++.dg/expr/cond3.C: New test.
8542
8543 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8544
8545         * gcc.dg/builtins-1.c: Add new builtin cases.
8546
8547 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8548
8549         * gcc.dg/builtins-1.c: Add new cases.
8550         * gcc.dg/torture/builtin-attr-1.c: Likewise.
8551
8552 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8553
8554         * gcc.dg/builtins-1.c: Add more math builtin tests.
8555         * gcc.dg/torture/builtin-attr-1.c: New test.
8556
8557 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
8558
8559         PR optimization/5079
8560         * g++.dg/opt/static3.C: New test.
8561
8562 2003-08-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8563
8564         * gcc.misc-tests/gcov-10b.c: New test.
8565
8566 2003-08-27  Mark Mitchell  <mark@codesourcery.com>
8567
8568         * g++.dg/opt/ptrmem3.C: New test.
8569
8570         * g++.old-deja/g++.pt/overload8.C: Remove XFAIL.
8571
8572 2003-08-27  Jakub Jelinek  <jakub@redhat.com>
8573
8574         * gcc.dg/20030826-2.c: New test.
8575
8576 2003-08-26  Roger Sayle  <roger@eyesopen.com>
8577
8578         PR middle-end/12002
8579         * g77.f-torture/compile/12002.f: New test case.
8580
8581 2003-08-26  Roger Sayle  <roger@eyesopen.com>
8582
8583         * gcc.dg/20030826-1.c: New test case.
8584
8585 2003-08-26  Matt Kraai  <kraai@alumni.cmu.edu>
8586
8587         * gcc.dg/noncompile/20030818-1.c: Expect second line of error.
8588
8589 2003-08-26  Nathan Sidwell  <nathan@codesourcery.com>
8590
8591         PR c++/11871
8592         * c++.dg/lookup/crash1.C: New test.
8593
8594         * c++.dg/warn/noeffect3.C: New test.
8595
8596 2003-08-25  Janis Johnson  <janis187@us.ibm.com>
8597
8598         * gcc.dg/compat/vector-1_x.c: Compile with -w.
8599         * gcc.dg/compat/vector-1_y.c: Ditto.
8600         * gcc.dg/compat/vector-2_x.c: Ditto.
8601         * gcc.dg/compat/vector-2_y.c: Ditto.
8602
8603 2003-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
8604
8605         * gcc.dg/20030702-1.c: New test.
8606
8607 2003-08-25  Mark Mitchell  <mark@codesourcery.com>
8608
8609         PR c++/8795
8610         * g++.dg/ext/altivec-1.C: New test.
8611
8612 2003-08-24  Richard Henderson  <rth@redhat.com>
8613
8614         * g++.dg/eh/simd-2.C: Add -w for x86.
8615
8616 2003-08-23  Jakub Jelinek  <jakub@redhat.com>
8617
8618         * gcc.dg/20030815-1.c: New test.
8619
8620 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8621
8622         PR c++/3765
8623         * g++.dg/parse/access6.C: New test.
8624
8625 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8626
8627         PR c++/641, c++/11876
8628         * g++.dg/template/friend22.C: New test.
8629         * g++.dg/template/friend23.C: Likewise.
8630
8631 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
8632
8633         * gcc.misc-tests/linkage.exp: Treat all HP-UX platforms
8634         identically.
8635
8636 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
8637
8638         * g++.old-deja/g++.ext/attrib5.C: XFAIL on hppa2*-hp-hpux11*.
8639
8640 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
8641
8642         * gcc.dg/20020313-1.c: Add "-w" to dg-options.
8643
8644 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
8645
8646         * gcc.misc-tests/linkage.exp: Add logic for ia64-hp-hpux*.
8647
8648 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
8649
8650         * g++.dg/other/packed1.C: Add XFAIL marker for ia64-hp-hpux*.
8651
8652 2003-08-21  Mark Mitchell  <mark@codesourcery.com>
8653
8654         PR c++/11919
8655         * g++.dg/overload/prom1.C: New test.
8656
8657         PR c++/11551
8658         * g++.dg/parse/dtor2.C: New test.
8659
8660         PR c++/10762
8661         * g++.dg/parse/using2.C: New test.
8662
8663 2003-08-21  Kazu Hirata  <kazu@cs.umass.edu>
8664
8665         PR target/11805
8666         * gcc.c-torture/compile/20030821-1.c: New.
8667
8668 2003-08-20  Mark Mitchell  <mark@codesourcery.com>
8669
8670         PR c++/11834
8671         * g++.dg/template/deduce2.C: New test.
8672
8673 2003-08-21  Josef Zlomek  <zlomekj@suse.cz>
8674
8675         * gcc.c-torture/execute/20030821-1.c: New test.
8676
8677 2003-08-20  Roger Sayle  <roger@eyesopen.com>
8678
8679         PR middle-end/11984
8680         * gcc.dg/20030820-1.c: New test case.
8681
8682 2003-08-20  Nathan Sidwell  <nathan@codesourcery.com>
8683
8684         PR c++/11945
8685         * g++.dg/warn/noeffect2.C: New test.
8686
8687 2003-08-19  Mark Mitchell  <mark@codesourcery.com>
8688
8689         PR c++/10926
8690         * g++.dg/template/dtor2.C: New test.
8691
8692         PR c++/11684
8693         * g++.dg/template/operator1.C: New test.
8694         * g++.dg/parse/operator4.C: New test.
8695
8696         PR c++/11946.C
8697         * g++.dg/expr/enum1.C: New test.
8698         * gcc.dg/c99-bool-1.c: Remove bogus warning.
8699
8700         PR c++/11036.C
8701         * g++.dg/parse/elab2.C: New test.
8702         * g++.dg/parse/typedef4.C: Change error message.
8703         * g++.old-deja/g++.robertl/eb133.C: Remove bogus error markers.
8704         * g++.old-deja/g++.robertl/eb133a.C: Remove bogus error markers.
8705         * g++.old-deja/g++.robertl/eb133b.C: Remove bogus error markers.
8706
8707 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
8708
8709         * gcc.dg/pch/warn-1.c: New.
8710         * gcc.dg/pch/warn-1.hs: New.
8711
8712         * lib/dg-pch.exp (dg-pch): Use 'return' not 'continue' to skip
8713         not-tested file.
8714
8715 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
8716
8717         * gcc.dg/uninit-E.c: Add forgotten dg-warning marker.
8718
8719 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
8720
8721         * gcc.dg/uninit-D.c: New Test.
8722         * gcc.dg/uninit-E.c: New Test.
8723         * gcc.dg/uninit-F.c: New Test.
8724         * gcc.dg/uninit-G.c: New Test.
8725
8726 2003-08-19  Michael Ritzert  <ritzert@t-online.de>
8727
8728         * g++.dg/README: Describe the pch directory.
8729
8730 2003-08-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8731
8732         PR c++/11174
8733         * g++.dg/parse/access4.C: New test.
8734         * g++.dg/parse/access5.C: Likewise.
8735         * g++.old-deja/g++.jason/access17.C: Adjust error message.
8736
8737 2003-08-18  Matt Kraai  <kraai@alumni.cmu.edu>
8738
8739         * gcc.dg/noncompile/20030818-1.c: New.
8740
8741 2003-08-18  Nathan Sidwell  <nathan@codesourcery.com>
8742
8743         PR c++/11957
8744         * g++.dg/warn/noeffect1.C: New test.
8745
8746         * g++.dg/template/scope2.C: New test.
8747         * g++.dg/template/error2.C: Correct dg-error
8748
8749 2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
8750
8751         * gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests.
8752
8753 2003-08-16  Nathan Sidwell  <nathan@codesourcery.com>
8754
8755         PR C++/11512
8756         * g++.dg/template/warn1.C: New.
8757
8758 2003-08-15  Nathan Sidwell  <nathan@codesourcery.com>
8759
8760         * g++.dg/template/error2.C: New test.
8761         * g++.dg/lookup/using7.C: Adjust errors
8762         * g++.old-deja/g++.pt/crash36.C: Likewise.
8763         * g++.old-deja/g++.pt/derived3.C: Likewise.
8764
8765 2003-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8766
8767         * gcc.c-torture/execute/builtins/lib/strcat.c: New.
8768         * gcc.c-torture/execute/builtins/string-9-lib.c: New.
8769         * gcc.c-torture/execute/builtins/string-9.c: New, from
8770         string-opt-9.c.  Adjust for execute/builtins framework.
8771         * gcc.c-torture/execute/string-opt-9.c: Delete.
8772
8773 2003-08-12  Mark Mitchell  <mark@codesourcery.com>
8774
8775         * g++.dg/init/new8.C: Use __SIZE_TYPE__ to get the type of size_t.
8776
8777         * g++.dg/parse/ret-type2.C: New test.
8778
8779         PR c++/11703
8780         * g++.dg/init/new8.C: New test.
8781
8782         PR c++/10923
8783         * g++.dg/parse/typedef5.C: New test.
8784
8785         PR c++/9512
8786         * g++.dg/parse/qualified2.C: New test.
8787         * g++.old-deja/g++.other/decl5.C: Mark one more instance of
8788         invalid code.
8789
8790 2003-08-11  Mark Mitchell  <mark@codesourcery.com>
8791
8792         * g++.dg/conversion/ptrmem1.C: New test.
8793
8794 2003-08-11  Jakub Jelinek  <jakub@redhat.com>
8795
8796         PR target/11693
8797         * gcc.dg/20030811-1.c: New test.
8798
8799         PR target/11535
8800         * gcc.c-torture/execute/20030811-1.c: New test.
8801
8802 2003-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8803
8804         * gcc.c-torture/execute/string-opt-9.c: Add more strcat cases.
8805
8806 2003-08-10  Mark Mitchell  <mark@codesourcery.com>
8807
8808         PR c++/11789.C
8809         * g++.dg/inherit/multiple1.C: New test.
8810
8811 2003-08-10  Nathan Sidwell  <nathan@codesourcery.com>
8812
8813         * gcc.dg/spe1.c: New test.
8814
8815         PR c++/11670
8816         * g++.dg/expr/cast2.C: New test.
8817
8818         PR c++/10530
8819         * g++.dg/template/dependent-name2.C: New test.
8820
8821 2003-08-08  Andrew Pinski  <pinskia@physics.uc.edu>
8822
8823         * g++.dg/parse/crash11.C: Put the dg options in comments.
8824
8825 2003-08-08  Neil Booth  <neil@daikokuya.co.uk>
8826
8827         * lib/gcc-dg.exp: Update for diagnostic change.
8828
8829 2003-08-07  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8830
8831         PR c++/5767
8832         * g++.dg/parse/crash11.C: New test.
8833
8834 2003-08-06  Alexandre Oliva  <aoliva@redhat.com>
8835
8836         * gcc.dg/cpp/spacing1.c: Update.
8837
8838 2003-08-04  Janis Johnson  <janis187@us.ibm.com>
8839
8840         PR target/11739
8841         * gcc.misc-tests/i386-prefetch.exp: Use -march=i386 when specifying
8842         a value for -mtune.
8843
8844 2003-08-04  Roger Sayle  <roger@eyesopen.com>
8845
8846         PR middle-end/11771
8847         * gcc.c-torture/compile/20030804-1.c: New test case.
8848
8849 2003-08-04  Roger Sayle  <roger@eyesopen.com>
8850
8851         * gcc.dg/20030804-1.c: New test case.
8852
8853 2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
8854
8855         * gcc.dg/cpp/separate-1.c: New test.
8856
8857 2003-08-03  Nathan Sidwell  <nathan@codesourcery.com>
8858
8859         PR c++/11704
8860         * g++.dg/template/dependent-expr2.C: New test.
8861
8862         PR c++/11766
8863         * g++.dg/expr/ptrmem1.C: New test.
8864
8865 2003-08-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8866
8867         PR c++/9453
8868         * g++.dg/template/friend15.C: New test.
8869
8870 2003-08-03  Neil Booth  <neil@daikokuya.co.uk>
8871
8872         * lib/dg-pch.exp: Work round PCH bug.
8873
8874 2003-08-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8875
8876         * gcc.dg/builtins-1.c: Add macro helpers.  Add missing math
8877         builtins.  Move cases from builtins-4.c here.
8878
8879         * gcc.dg/torture/builtin-math-1.c: New test taken from
8880         bits of gcc.dg/builtins-3.c, gcc.dg/builtins-5.c and also some
8881         additional cases.
8882
8883         * gcc.dg/builtins-3.c, gcc.dg/builtins-4.c, gcc.dg/builtins-5.c:
8884         Delete.
8885
8886 2003-08-02  Nathan Sidwell  <nathan@codesourcery.com>
8887
8888         PR c++/9447
8889         * g++.dg/template/using7.C: New test.
8890
8891 2003-08-02  Neil Booth  <neil@daikokuya.co.uk>
8892
8893         * import1.c, import2.c: New tests.
8894
8895 2003-08-01  Jakub Jelinek  <jakub@redhat.com>
8896
8897         * g++.dg/eh/crossjump1.C: New test.
8898
8899 2003-08-01  Mark Mitchell  <mark@codesourcery.com>
8900
8901         PR c++/11697
8902         * g++.dg/template/using6.C: New test.
8903
8904         PR c++/11744
8905         * g++.dg/template/koenig2.C: New test.
8906
8907 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8908
8909         PR c++/7983
8910         * g++.dg/parse/typedef4.C: New test.
8911
8912 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8913
8914         PR c++/8442, c++/8806
8915         * g++.dg/template/elab1.C: New test.
8916         * g++.dg/template/type2.C: Likewise.
8917         * g++.dg/template/ttp3.C: Adjust expected error message.
8918         * g++.old-deja/g++.law/visibility13.C: Likewise.
8919         * g++.old-deja/g++.niklas/t135.C: Likewise.
8920         * g++.old-deja/g++.pt/ttp41.C: Likewise.
8921         * g++.old-deja/g++.pt/ttp43.C: Use qualified name for template
8922         template argument.
8923         * g++.old-deja/g++.pt/ttp44.C: Likewise.
8924
8925 2003-08-01  Nathan Sidwell  <nathan@codesourcery.com>
8926
8927         PR c++/11295
8928         * g++.dg/ext/stmtexpr1.C: New test.
8929
8930         * g++.dg/opt/tmp1.C: New test.
8931
8932         PR c++/11525
8933         * g++.dg/parse/constant4.C: New test.
8934
8935         PR c++/9447
8936         * g++.dg/template/using5.C: New test.
8937
8938 2003-07-31  Roger Sayle  <roger@eyesopen.com>
8939
8940         * gcc.dg/builtins-27.c: New test case.
8941
8942 2003-07-31  Jakub Jelinek  <jakub@redhat.com>
8943
8944         * gcc.dg/tls/opt-7.c: New test.
8945
8946 2003-07-31  Andrew Pinski  <pinskia@physics.uc.edu>
8947
8948         * g++.old-deja/g++.other/crash18.C: Remove.
8949
8950 2003-07-31  Nathan Sidwell  <nathan@codesourcery.com>
8951
8952         * g++.dg/template/explicit3.C: New.
8953         * g++.dg/template/explicit4.C: New.
8954         * g++.dg/template/explicit5.C: New.
8955
8956         PR c++/11347
8957         * g++.dg/template/memtmpl1.C: New.
8958
8959 2003-07-29  Andrew Pinski <pinskia@physics.uc.edu>
8960
8961         PR target/11565
8962         * gcc.dg/i386-387-1.c (dg-options): Add -march=i386.
8963         * gcc.dg/i386-387-5.c (dg-options): Likewise.
8964
8965 2003-07-30  Jan Hubicka  <jh@suse.cz>
8966
8967         * vtgc1.c: Kill.
8968
8969 2003-07-29  Zack Weinberg  <zack@codesourcery.com>
8970
8971         * gcc.dg/struct-in-proto-1.c: New test.
8972
8973 2003-07-29  Neil Booth  <neil@daikokuya.co.uk>
8974
8975         * gcc.dg/cpp/include2.c: Only expect one message.
8976
8977 2003-07-29  Nathan Sidwell  <nathan@codesourcery.com>
8978
8979         PR c++/9447
8980         * g++.dg/template/using1.C: New test.
8981         * g++.dg/template/using2.C: New test.
8982         * g++.dg/template/using3.C: New test.
8983         * g++.dg/template/using4.C: New test.
8984
8985 2003-07-29  Alexandre Oliva  <aoliva@redhat.com>
8986
8987         * gcc.c-torture/execute/string-opt-9.c: strcmp returns int.
8988         * gcc.c-torture/execute/string-opt-10.c: Likewise.
8989
8990 2003-07-28  Jan Hubicka  <jh@suse.cz>
8991
8992         PR c++/11530
8993         * g++.dg/opt/call1.C: New test.
8994
8995 2003-07-28  Alexandre Oliva <aoliva@redhat.com>
8996
8997         PR c++/11667
8998         * g++.dg/init/enum2.C: New test.
8999         * g++.dg/template/overload1.C: Add "-w" option.
9000
9001 2003-07-28    <hp@bitrange.com>
9002
9003         * gcc.dg/Wdeclaration-after-statement-1.c,
9004         gcc.dg/Wdeclaration-after-statement-2.c: New tests.
9005
9006 2003-07-28  Jakub Jelinek  <jakub@redhat.com>
9007
9008         * gcc.c-torture/compile/20030725-1.c: New test.
9009
9010 2003-07-28  Aldy Hernandez  <aldyh@redhat.com>
9011
9012         * gcc.dg/20030505.c: Only run for SPE.
9013         Remove definition of opaque type.
9014
9015 2003-07-27  Mark Mitchell  <mark@codesourcery.com>
9016
9017         * g++.dg/template/ptrmem6.C: New test.
9018
9019 2003-07-26  Geoffrey Keating  <geoffk@apple.com>
9020
9021         * gcc.c-torture/compile/zero-strct-2.c: New test.
9022
9023 2003-07-25  Geoffrey Keating  <geoffk@apple.com>
9024
9025         * gcc.dg/intermod-1.c: New test.
9026
9027 2003-07-25  Nathan Sidwell  <nathan@codesourcery.com>
9028
9029         PR c++/11617
9030         * g++.dg/template/lookup2.C: New test.
9031         * g++.dg/template/memclass1.C: Remove instantiated from error.
9032         * g++.dg/other/error2.C: Tweak expected errors.
9033
9034         PR c++/11596
9035         * g++.dg/template/defarg3.C: New test.
9036
9037         * g++.dg/ext/packed2.C: Pack member struct too. Explain why.
9038
9039 2003-07-24  Mark Mitchell  <mark@codesourcery.com>
9040
9041         * g++.dg/inherit/access5.C: New test.
9042
9043 2003-07-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9044
9045         PR c++/11513
9046         * g++.dg/template/crash8.C: New test.
9047
9048 2003-07-23  Steven Bosscher <steven@gcc.gnu.org>
9049
9050         PR c/10602
9051         * gcc.dg/noncompile/incomplete-2.c: New test.
9052
9053 2003-07-23  Mark Mitchell  <mark@codesourcery.com>
9054
9055         PR c++/11645
9056         * g++.dg/inherit/access4.C: New test.
9057
9058         PR c++/11517
9059         * g++.dg/expr/cond2.C: New test.
9060
9061         PR optimization/10679
9062         * g++.dg/opt/inline4.C: New test.
9063
9064 2003-07-23  Nathan Sidwell  <nathan@codesourcery.com>
9065
9066         * g++.dg/parse/crash10: New test.
9067
9068 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
9069
9070         * g++.dg/ext/flexary1.C: New test.
9071
9072 2003-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9073
9074         PR c++/10793
9075         * g++.dg/template/crash9.C: New test.
9076
9077 2003-07-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
9078
9079         PR c++/3004
9080         * g++.dg/parse/typedef3.C: New test.
9081
9082         PR c++/7906
9083         * g++.dg/parse/operator2.C: New test.
9084
9085         PR c++/8895
9086         * g++.dg/parse/def-tmpl-arg1.C: New test.
9087
9088         PR c++/9282
9089         * g++.dg/parse/funptr1.C: New test.
9090
9091         PR c++/9452
9092         * g++.dg/parse/ambig3.C: New test.
9093
9094         PR c++/9454
9095         * g++.dg/parse/operator3.C: New test.
9096
9097         PR c++/9486
9098         * g++.dg/parse/template10.C: New test.
9099
9100         PR c++/9488
9101         * g++.dg/parse/template11.C: New test.
9102
9103         PR c++/10150
9104         * g++.dg/parse/invalid-op1.C: New test.
9105
9106         PR c++/10247
9107         * g++.dg/parse/condexpr1.C: New test.
9108
9109 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
9110
9111         * g++.dg/ext/packed3.C: New test.
9112         * g++.dg/ext/packed4.C: New test.
9113
9114         * gcc.dg/pack-test-3.c: New test.
9115
9116 2003-07-21  Janis Johnson  <janis187@us.ibm.com>
9117
9118         * lib/compat.exp: Handle dg-options per source file.
9119         * g++.dg/compat/abi/bitfield1_x.C: Specify dg-options.
9120         * g++.dg/compat/abi/bitfield1_y.C: Ditto.
9121         * g++.dg/compat/abi/bitfield2_x.C: Ditto.
9122         * g++.dg/compat/abi/bitfield2_y.C: Ditto.
9123         * g++.dg/compat/abi/vbase8-10_x.C: Ditto.
9124         * g++.dg/compat/abi/vbase8-10_y.C: Ditto.
9125         * g++.dg/compat/abi/vbase8-21_x.C: Ditto.
9126         * g++.dg/compat/abi/vbase8-21_y.C: Ditto.
9127         * g++.dg/compat/abi/vbase8-22_x.C: Ditto.
9128         * g++.dg/compat/abi/vbase8-22_y.C: Ditto.
9129         * g++.dg/compat/abi/vbase8-4_x.C: Ditto.
9130         * g++.dg/compat/abi/vbase8-4_y.C: Ditto.
9131         * g++.dg/compat/break/bitfield7_x.C: Ditto.
9132         * g++.dg/compat/break/bitfield7_y.C: Ditto.
9133
9134 2003-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
9135
9136         PR c/10320
9137         * gcc.c-torture/execute/20030718-1.c: New test.
9138
9139 2003-07-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
9140
9141         PR optimization/11536
9142         * gcc.dg/20030721-1.c: New test.
9143
9144 2003-07-19  Mark Mitchell  <mark@codesourcery.com>
9145
9146         PR c++/11546
9147         * g++.dg/template/lookup1.C: New test.
9148
9149 2003-07-19  Zack Weinberg  <zack@codesourcery.com>
9150
9151         * gcc.dg/noncompile/label-1.c: New comprehensive test case for
9152         diagnostics of ill-formed constructs involving labels.
9153         * gcc.dg/noncompile/label-lineno-1.c: Add error regexp for
9154         the new 'previously defined here' message.
9155
9156 2003-07-18  Nathan Sidwell  <nathan@codesourcery.com>
9157
9158         * g++.dg/parse/non-dependent2.C: New test.
9159
9160 2003-07-18  Andrew Pinski  <pinskia@physics.uc.edu>
9161
9162         * g++.dg/init/init-ref4.C: xfail on targets without
9163         weak symbols.
9164
9165 2003-07-17  Jakub Jelinek  <jakub@redhat.com>
9166
9167         PR target/11087
9168         * gcc.c-torture/execute/20030717-1.c: New test.
9169
9170 2003-07-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
9171
9172         * g++.dg/opt/cfg1.C: New test.
9173
9174 2003-07-17  Mark Mitchell  <mark@codesourcery.com>
9175
9176         PR optimization/11557
9177         * gcc.dg/20030717-1.c: New test.
9178
9179 2003-07-17  Andrew Pinski <pinskia@physics.uc.edu>
9180
9181         PR c++/10476
9182         * g++.dg/expr/crash-1.C: New test.
9183
9184         PR c++/11027
9185         * g++.dg/template/init3.C: New test.
9186
9187         PR c++/8222
9188         * g++.dg/template/non-dependent1.C: New test.
9189
9190         PR c++/11070
9191         * g++.dg/template/non-dependent2.C: New test.
9192
9193         PR c++/11071
9194         * g++.dg/template/non-dependent3.C: New test.
9195
9196         PR c++/9907
9197         * g++.dg/template/sizeof5.C: New test.
9198
9199 2003-07-17  Geoffrey Keating  <geoffk@apple.com>
9200
9201         PR 11498
9202         * gcc.c-torture/compile/mangle-1.c: New file.
9203
9204 2003-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9205
9206         PR c++/7809
9207         * g++.dg/parse/access3.C: New test.
9208
9209 2003-07-17  Andrew Pinski  <pinskia@physics.uc.edu>
9210
9211         PR c++/11384
9212         * g++.dg/init/init-ref4.C: New test.
9213
9214 2003-07-16  Mark Mitchell  <mark@codesourcery.com>
9215
9216         PR c++/11547
9217         * g++.dg/parse/constant3.C: New test.
9218         * g++.dg/parse/crash7.C: Likewise.
9219
9220 2003-07-16  Andrew Pinski  <pinskia@physics.uc.edu>
9221
9222         PR target/11008
9223         * gcc.dg/i386-pentium4-not-mull.c: New.
9224
9225 2003-07-16  J"orn Rennecke <joern.rennecke@superh.com>
9226
9227         * gcc.dg/asm-names.c (ymain): Make it weak.
9228
9229 2003-07-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9230
9231         PR c++/5421
9232         * g++.dg/template/friend21.C: New test.
9233
9234 2003-07-16  Jakub Jelinek  <jakub@redhat.com>
9235
9236         * gcc.dg/cleanup-8.c: New test.
9237         * gcc.dg/cleanup-9.c: New test.
9238
9239 2003-07-16  Danny Smith  <dannysmith@users.sourceforge.net>
9240
9241         * g++.dg/ext/dll-MI1.h: New file.
9242         * g++.dg/ext/dllexport-MI1.C: New file.
9243         * g++.dg/ext/dllimport-MI1.C: New file.
9244
9245 2003-07-15  Jakub Jelinek  <jakub@redhat.com>
9246
9247         * gcc.c-torture/execute/string-opt-8.c (main): Remove i370 and s390,
9248         it does not have cmpstrsi patterns (just cmpmemsi).
9249
9250 2003-07-15  Mark Mitchell  <mark@codesourcery.com>
9251
9252         PR debug/11473
9253         * g++.dg/debug/debug8.C: New test.
9254
9255 2003-07-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9256
9257         PR c++/10108
9258         * g++.dg/template/crash7.C: New test.
9259
9260 2003-07-15  Kazu Hirata  <kazu@cs.umass.edu>
9261
9262         PR target/10795
9263         * gcc.c-torture/compile/20030708-1.c: New.
9264
9265 2003-07-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
9266
9267         * gcc.c-torture/execute/20030715-1.c: New test.
9268
9269 2003-07-14  Geoffrey Keating  <geoffk@apple.com>
9270
9271         * gcc.dg/pch/inline-3.c: New file.
9272         * gcc.dg/pch/inline-3.hs: New file.
9273         * gcc.dg/pch/inline-4.c: New file.
9274         * gcc.dg/pch/inline-4.hs: New file.
9275
9276 2003-07-14  Mark Mitchell  <mark@codesourcery.com>
9277
9278         PR c++/11509
9279         * g++.dg/template/crash6.C: New test.
9280
9281         PR c++/7053
9282         * g++.dg/template/friend20.C: New test.
9283
9284         PR c++/7019
9285         * g++.dg/template/overload2.C: New test.
9286
9287 2003-07-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9288
9289         PR optimization/11440
9290         * gcc.c-torture/execute/20030714-1.c: New test.
9291
9292 2003-07-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9293
9294         PR c++/11154
9295         * g++.dg/template/partial2.C: New test.
9296
9297 2003-07-13  Mark Mitchell  <mark@codesourcery.com>
9298
9299         PR c++/11503
9300         * g++.dg/template/anon1.C: New test.
9301
9302         PR c++/11493
9303         PR c++/11495
9304         * g++.dg/parse/template9.C: Likewise.
9305         * g++.dg/template/crash4.C: New test.
9306         * g++.dg/template/koenig1.C: Likewise.
9307         * g++.old-deja/g++.benjamin/tem03.C: Adjust error markers.
9308         * g++.old-deja/g++.benjamin/tem06.C: Declare "x".
9309         * g++.old-deja/g++.jason/overload33.C: Use this-> when calling
9310         functions.
9311         * g++.old-deja/g++.jason/template36.C: Likewise.
9312         * g++.old-deja/g++.mike/p1989.C: Likewise.
9313         * g++.old-deja/g++.pt/lookup2.C: Use -fpermissive when compiling.
9314         * g++.old-deja/g++.pt/ttp20.C: Use this->.
9315         * g++.old-deja/g++.pt/ttp21.C: Use this->.
9316         * g++.old-deja/g++.pt/typename13.C: Use -fpermissive when
9317         compiling.
9318         * g++.old-deja/g++.pt/union2.C: Use this->.
9319
9320 2003-07-11  Jakub Jelinek  <jakub@redhat.com>
9321
9322         * gcc.dg/20030711-1.c: New test.
9323
9324 2003-07-11  Nathan Sidwell  <nathan@codesourcery.com>
9325
9326         PR c++/11050
9327         * g++.dg/parse/args1.C: New test.
9328         * g++.pt/defarg8.C: Change expected errors.
9329
9330 2003-07-11  Mark Mitchell  <mark@codesourcery.com>
9331
9332         PR c++/8164
9333         * g++.dg/template/nontype2.C: New test.
9334
9335         PR c++/10558
9336         * g++.dg/parse/template8.C: New test.
9337
9338         PR c++/8327
9339         * g++.dg/template/scope1.C: New test.
9340
9341         * g++.dg/warn/Wsign-compare-1.C: New test.
9342
9343 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
9344
9345         * gcc.dg/20021018-1.c: Disable if the sizeof (int) < 4.
9346
9347 2003-07-10  Mark Mitchell  <mark@codesourcery.com>
9348
9349         PR c++/9411
9350         * g++.dg/template/explicit2.C: New test.
9351
9352         PR c++/10032
9353         * g++.dg/warn/pedantic1.C: New test.
9354
9355 2003-07-10  Nathan Sidwell  <nathan@codesourcery.com>
9356
9357         PR c++ 9483
9358         * g++.dg/other/field1.C: New test.
9359
9360 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
9361
9362         PR c/11449
9363         * gcc.c-torture/compile/20030707-1.c: New.
9364
9365 2003-07-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9366
9367         PR c++/10849
9368         * g++.dg/template/access12.C: New test.
9369
9370 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
9371
9372         * g++.dg/bprob/bprob.exp (prof_ext): Update.
9373         * g77.dg/bprob/bprob.exp (prof_ext): Update.
9374         * gcc.misc-tests/bprob.exp (prof_ext): Update.
9375         * gcc.misc-tests/gcov.exp: Update
9376         * g++.dg/gcov/gcov.exp: Update
9377         * lib/gcov.exp: Update.
9378
9379 2003-07-08  Mark Mitchell  <mark@codesourcery.com>
9380
9381         * g++.dg/abi/mangle17.C: Make sure template expressions are
9382         dependent.
9383         * g++.dg/abi/mangle4.C: Mark erroneous casts.
9384         * g++.dg/debug/debug7.C: Mark erronous new-declarator.
9385         * g++.dg/opt/stack1.C: Remove erroneous code.
9386         * g++.dg/parse/template7.C: New test.
9387         * g++.dg/template/dependent-expr1.C: Mark erroneous code.
9388         * g++.old-deja/g++.pt/crash4.C: Likewise.
9389
9390 2003-07-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9391
9392         * gcc.dg/const-elim-1.c (dg-final): Change regexp to match labels
9393         with zero or one occurence of `$' after the initial `L'.
9394
9395 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
9396
9397         * gcc.c-torture/compile/20030704-1.c: Add a comment.
9398
9399 2003-07-08  Roger Sayle  <roger@eyesopen.com>
9400
9401         PR c/11370
9402         * gcc.dg/Wunreachable-6.c: New testcase.
9403         * gcc.dg/Wunreachable-7.c: New testcase.
9404
9405 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
9406
9407         PR c/11420
9408         * gcc.dg/20030708-1.c: New test.
9409
9410 2003-07-08  Richard Sandiford  <rsandifo@redhat.com>
9411
9412         * gcc.dg/compat/sdata-section.h: New file.
9413         * gcc.dg/compat/sdata-1_{x,y,main}.c: New test.
9414         * gcc.dg/torture/mips-sdata-1.c: New test.
9415
9416 2003-07-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9417
9418         PR c++/11030
9419         * g++.dg/template/friend19.C: New test.
9420
9421 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
9422
9423         * g++.dg/opt/strength-reduce.C: New test.
9424
9425 2003-07-07  Roger Sayle  <roger@eyesopen.com>
9426
9427         PR target/10979
9428         * gcc.dg/20030707-1.c: New testcase.
9429
9430 2003-07-07  Roger Sayle  <roger@eyesopen.com>
9431
9432         PR optimization/11059
9433         * g++.dg/opt/emptyunion.C: New testcase.
9434
9435 2003-07-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9436             Eric Botcazou  <ebotcazou@libertysurf.fr>
9437
9438         * g++.dg/opt/stack1.C: New test.
9439
9440 2003-07-05  Mark Mitchell  <mark@codesourcery.com>
9441
9442         * g++.old-deja/g++.jason/typeid1.C: Make it a compile test, not a
9443         run test.
9444
9445         PR c++/11431
9446         * g++.dg/expr/static_cast3.C: New test.
9447
9448 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
9449
9450         * gcc.c-torture/execute/wchar_t-1.x: New file; XFAIL wchar_t-1.c
9451         everywhere.
9452         * gcc.dg/concat.c: Concatenation of string constants with
9453         __FUNCTION__ / __PRETTY_FUNCTION__ is now a hard error.
9454         * gcc.dg/wtr-strcat-1.c: Loosen dg-warning regexp.
9455         * gcc.dg/cpp/escape-2.c: Use wide character constants where
9456         necessary to avoid multi-character character constant warning.
9457         * gcc.dg/cpp/escape.c: Likewise.
9458         * gcc.dg/cpp/ucs.c: Likewise.
9459         Remove backslashes from dg-bogus comments, as they confuse Tcl.
9460         Fix a typo.
9461
9462 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
9463
9464         PR c/11428
9465         * gcc.c-torture/compile/20030704-1.c: New.
9466
9467 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
9468
9469         * gcc.dg/compat/fnptr-by-value-1_x.c: Add a prototype for testva.
9470
9471 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
9472
9473         PR c++/5287, PR c++/7910,  PR c++/11021
9474         * g++.dg/ext/dllimport1.C: Add mingw32 as target. Add
9475         tests for warnings.
9476         * g++.dg/ext/dllimport2.C: Add tests for warnings.
9477         * g++.dg/ext/dllimport3.C: Likewise.
9478         * g++.dg/ext/dllimport4.C: New file.
9479         * g++.dg/ext/dllimport5.C: New file.
9480         * g++.dg/ext/dllimport6.C: New file.
9481         * g++.dg/ext/dllimport7.C: New file.
9482         * g++.dg/ext/dllimport8.C: New file.
9483         * g++.dg/ext/dllimport9.C: New file.
9484         * g++.dg/ext/dllimport10.C: New file.
9485         * g++.dg/ext/dllexport1.C: New file.
9486
9487 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
9488
9489         * g++.old-deja/g++.jason/typeid1.C: Add dg-error marker.
9490         * g++.old-deja/g++.mike/net36.C: Tweak error messages.
9491
9492 2003-07-03  Roger Sayle  <roger@eyesopen.com>
9493
9494         * gcc.dg/builtins-25.c: New testcase.
9495         * gcc.dg/builtins-26.c: New testcase.
9496
9497 2003-07-03  Janis Johnson  <janis187@us.ibm.com>
9498
9499         * gcc.dg/compat/vector-defs.h: New file.
9500         * gcc.dg/compat/vector-setup.h: New file.
9501         * gcc.dg/compat/vector-check.h: New file.
9502         * gcc.dg/compat/vector-1_main.c: New file.
9503         * gcc.dg/compat/vector-1_x.c: New file.
9504         * gcc.dg/compat/vector-1_y.c: New file.
9505         * gcc.dg/compat/vector-2_main.c: New file.
9506         * gcc.dg/compat/vector-2_x.c: New file.
9507         * gcc.dg/compat/vector-2_y.c: New file.
9508
9509         * gcc.dg/compat/fnptr-by-value-1_main.c: New file.
9510         * gcc.dg/compat/fnptr-by-value-1_x.c: New file.
9511         * gcc.dg/compat/fnptr-by-value-1_y.c: New file.
9512         * gcc.dg/compat/struct-align-1.h: New file.
9513         * gcc.dg/compat/struct-align-1_main.c: New file.
9514         * gcc.dg/compat/struct-align-1_x.c: New file.
9515         * gcc.dg/compat/struct-align-1_y.c: New file.
9516         * gcc.dg/compat/struct-align-2.h: New file.
9517         * gcc.dg/compat/struct-align-2_main.c: New file.
9518         * gcc.dg/compat/struct-align-2_x.c: New file.
9519         * gcc.dg/compat/struct-align-2_y.c: New file.
9520
9521         * gcc.dg/compat/compat-common.h (DEBUG_FINI): New.
9522         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
9523         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
9524         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
9525         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
9526         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
9527         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
9528         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
9529         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
9530         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
9531         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
9532         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
9533         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
9534         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
9535         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
9536         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
9537         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
9538         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
9539         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
9540         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
9541         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
9542         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
9543         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
9544         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
9545         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
9546         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
9547         * gcc.dg/compat/struct-return-10_x.c: Ditto.
9548         * gcc.dg/compat/struct-return-2_x.c: Ditto.
9549         * gcc.dg/compat/struct-return-3_x.c: Ditto.
9550
9551 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
9552
9553         * gcc.dg/i386-call-1.c: New test.
9554
9555 2003-07-03  Nathan Sidwell  <nathan@codesourcery.com>
9556
9557         PR c++/9162
9558         * g++.dg/parse/defarg4.C: New.
9559
9560 2003-07-03  Roger Sayle  <roger@eyesopen.com>
9561
9562         PR target/10700
9563         * gcc.c-torture/compile/20030703-1.c: New test case.
9564
9565 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
9566
9567         * g++.dg/template/local3.C: Remove extra semicolon.
9568
9569 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
9570
9571         * gcc.dg/i386-volatile-1.c: New test.
9572
9573 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
9574
9575         PR c++/11072
9576         * g++.dg/other/offsetof2.C: XFAIL.
9577         * g++.dg/other/offsetof5.C: New.
9578
9579         PR c++/10219
9580         * g++.dg/template/error1.C: New.
9581
9582         PR c++/9779
9583         * g++.dg/template/dependent-expr1.C: New.
9584
9585 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
9586
9587         PR c++/6949
9588         * g++.dg/template/local3.C: New test.
9589
9590         PR c++/11149
9591         * g++.dg/lookup/scoped6.C: New test.
9592
9593 2003-07-01  Giovanni Bajo  <giovannibajo@libero.it>
9594
9595         PR c++/8046
9596         * g++.dg/other/error7.C: New test.
9597
9598 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
9599
9600         * g++.old-deja/g++.abi/vbase1.C: Fix comment typos.
9601         * g++.old-deja/g++.abi/vtable3.h: Likewise.
9602         * g++.old-deja/g++.law/code-gen5.C: Likewise.
9603         * g++.old-deja/g++.other/union2.C: Likewise.
9604         * gcc.dg/c90-const-expr-2.c: Likewise.
9605         * gcc.dg/c90-const-expr-3.c: Likewise.
9606         * gcc.dg/c99-const-expr-2.c: Likewise.
9607         * gcc.dg/c99-const-expr-3.c: Likewise.
9608         * gcc.dg/concat.c: Likewise.
9609
9610 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
9611
9612         PR c++/9559
9613         * g++.dg/init/static1.C: New test.
9614
9615 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
9616
9617         * g++.old-deja/g++.niklas/README: Fix spelling for "testcase".
9618         * g++.old-deja/g++.other/access2.C: Likewise.
9619         * g++.old-deja/g++.other/decl2.C: Likewise.
9620         * gcc.c-torture/execute/20020615-1.c: Likewise.
9621
9622 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
9623
9624         PR c++/4933
9625         * g++.dg/template/sizeof4.C: New test.
9626
9627 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
9628
9629         * g++.dg/other/error6.C: New test.
9630
9631 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
9632
9633         PR c++/10750
9634         * g++.dg/parse/constant2.C: New test.
9635
9636 2003-06-30  Giovanni Bajo <giovannibajo@libero.it>
9637
9638         PR c++/11106
9639         * g++.dg/other/error5.C: New test.
9640
9641 2003-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9642
9643         * gcc.dg/format/gcc_diag-1.c: New test.
9644
9645 2003-06-28  Ulrich Weigand  <uweigand@de.ibm.com>
9646
9647         * gcc.c-torture/execute/multi-ix.c: Fix off-by-one bugs.
9648
9649 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
9650
9651         * g++.old-deja/g++.robertl/eb133.C: Set expected line number.
9652         * g++.old-deja/g++.robertl/eb133a.C: Likewise.
9653         * g++.old-deja/g++.robertl/eb133b.C: Likewise.
9654
9655 2003-06-28  Jakub Jelinek  <jakub@redhat.com>
9656
9657         * gcc.c-torture/execute/builtins/string-8.c: New test.
9658         * gcc.c-torture/execute/builtins/string-8-lib.c: New.
9659         * gcc.c-torture/execute/stdio-opt-1.c (main): Add new tests.
9660         * gcc.c-torture/execute/string-opt-7.c (main): Add new test.
9661
9662 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
9663
9664         PR c++/10468
9665         * g++.dg/ext/typeof6.C: New test.
9666
9667 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
9668
9669         PR c++/10796
9670         * g++.dg/init/enum1.C: New test.
9671
9672 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
9673
9674         * gcc.dg/20030627-1.c: New test.
9675
9676 2003-06-26  Mark Mitchell  <mark@codesourcery.com>
9677
9678         PR c++/11332
9679         * g++.dg/expr/static_cast2.C: New test.
9680
9681 2003-06-26  Roger Sayle  <roger@eyesopen.com>
9682             Jakub Jelinek  <jakub@redhat.com>
9683
9684         * gcc.c-torture/execute/string-opt-16.c: Remove test for disabled
9685         sprintf(dst,"%s",src) optimization.
9686         * gcc.c-torture/execute/20030626-1.c: New test case.
9687         * gcc.c-torture/execute/20030626-2.c: New test case.
9688
9689 2003-06-26  J"orn Rennecke <joern.rennecke@superh.com>
9690
9691         * gcc.c-torture/execute/multi-ix.c: New test.
9692
9693         * gcc.c-torture/execute/simd-4.c (main):
9694         Added missing semicolon at end of union.
9695
9696 2003-06-26  Giovanni Bajo  <giovannibajo@libero.it>
9697
9698         PR c++/8266
9699         * g++.dg/template/explicit-instantiation3.C: New test.
9700
9701 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
9702
9703         * gcc.dg/20030626-1.c: Use signed char.
9704
9705 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
9706
9707         * gcc.dg/20030626-1.c: New test.
9708
9709 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
9710
9711         * const-str-2.m: Update.
9712
9713 2003-06-25  Mark Mitchell  <mark@codesourcery.com>
9714
9715         PR c++/10990
9716         * g++.dg/rtti/dyncast1.C: New test.
9717         * g++.dg/abi/mangle4.C: Correct base-specifier access.
9718         * g++.dg/lookup/scoped1.C: Remove XFAIL.
9719         * g++.old-deja/g++.martin/pmf1.C: Correct base-specifier access.
9720
9721         PR c++/10931
9722         * g++.dg/expr/static_cast1.C: New test.
9723
9724 2003-06-25  Josef Zlomek  <zlomekj@suse.cz>
9725
9726         * gcc.dg/20030625-1.c: New test.
9727
9728 2003-06-24  Roger Sayle  <roger@eyesopen.com>
9729
9730         * gcc.c-torture/compile/20030624-1.c: New test case.
9731
9732 2003-06-24  Jakub Jelinek  <jakub@redhat.com>
9733
9734         * gcc.c-torture/execute/string-opt-17.c: New test.
9735
9736 2003-06-24  Mark Mitchell  <mark@codesourcery.com>
9737
9738         PR c++/5754
9739         * g++.dg/parse/crash6.C: New test.
9740
9741 2003-06-23  Roger Sayle  <roger@eyesopen.com>
9742
9743         * gcc.dg/builtins-24.c: New test case.
9744
9745 2003-06-23  Jakub Jelinek  <jakub@redhat.com>
9746
9747         * g++.dg/opt/operator1.C: New test.
9748
9749 2003-06-22  Roger Sayle  <roger@eyesopen.com>
9750
9751         * gcc.c-torture/execute/string-opt-16.c: New test case.
9752
9753 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
9754
9755         * g++.old-deja/g++.benjamin/16077.C: Add -Wconversion  option.
9756         * g++.old-deja/g++.other/conv7.C: Likewise
9757         * g++.old-deja/g++.other/overcnv2.C: Likewise.
9758         * g++.old-deja/g++.other/overload14.C: Likewise.
9759
9760 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
9761
9762         * g++.old-deja/g++.jason/conversion5.C: Adjust option.
9763         * g++.old-deja/g++.bugs/900215_01.C: Likewise.
9764
9765 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
9766
9767         PR c++/10888
9768         * g++.dg/warn/Winline-3.C: New test.
9769
9770 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
9771
9772         * lib/target-supports.exp (check_alias_available): Make the test
9773         program acceptable to the Solaris assembler.
9774
9775         PR c++/10749
9776         * g++.dg/template/memclass2.C: New test.
9777
9778 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
9779             Eric Botcazou  <ebotcazou@libertysurf.fr>
9780
9781         * lib/gcc-dg.exp (dg-xfail-if): Do not process conditional xfail
9782         data for non-matching targets.
9783         * gcc.c-torture/compile/simd-5.c: Fix typo in conditional xfail.
9784
9785 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
9786
9787         PR c++/10845
9788         * g++.dg/template/member3.C: New test.
9789
9790 2003-06-19  Mark Mitchell  <mark@codesourcery.com>
9791
9792         PR c++/10939
9793         * g++.dg/template/func1.C: New test.
9794
9795         PR c++/9649
9796         * g++.dg/template/static4.C: New test.
9797         * g++.old-deja/g++.other/anon7.C: Remove spurious error messages.
9798
9799         PR c++/11041
9800         * g++.dg/init/ref7.C: New test.
9801
9802 2003-06-19  Matt Austern  <austern@apple.com>
9803
9804         PR c++/11228
9805         * g++.dg/anew1.C: New test.
9806         * g++.dg/anew2.C: New test.
9807         * g++.dg/anew3.C: New test.
9808         * g++.dg/anew4.C: New test.
9809
9810 2003-06-19  Kazu Hirata  <kazu@cs.umass.edu>
9811
9812         * gcc.c-torture/compile/simd-5.c: Don't XFAIL on H8.
9813
9814 2003-06-19  J"orn Rennecke <joern.rennecke@superh.com>
9815
9816         * gcc.c-torture/execute/simd-4.c (main): Make expected value
9817         endian-dependent.
9818
9819 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
9820
9821         * lib/g++.exp (g++_include_flags): Tweak path to testsuite_flags.
9822         Remove cruft.
9823
9824 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
9825
9826         * gcc.c-torture/compile/20020604-1.c: Use dg-xfail-if for h8300.
9827         * gcc.c-torture/compile/961203-1.c: Likewise.
9828         * gcc.c-torture/compile/980506-1.c: Likewise.
9829
9830 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
9831
9832         PR c++/10712
9833         * g++.dg/lookup/using7.C: New test.
9834
9835 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
9836
9837         PR c++/11105
9838         * g++.dg/abi/conv1.C: Remove it.
9839         * g++.dg/template/conv7.C: New test.
9840         * g++.dg/template/conv8.C: Likewise.
9841         * g++.old-deja/g++.ext/pretty2.C: Do not test __FUNCTION__ for a
9842         conversion operator.
9843
9844 2003-06-17  Janis Johnson  <janis187@us.ibm.com>
9845
9846         * gcc.dg/compat/compat-common.h (DEBUG_INIT): New.
9847         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
9848         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
9849         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
9850         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
9851         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
9852         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
9853         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
9854         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
9855         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
9856         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
9857         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
9858         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
9859         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
9860         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
9861         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
9862         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
9863         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
9864         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
9865         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
9866         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
9867         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
9868         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
9869         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
9870         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
9871         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
9872         * gcc.dg/compat/struct-return-10_x.c: Ditto.
9873         * gcc.dg/compat/struct-return-2_x.c: Ditto.
9874         * gcc.dg/compat/struct-return-3_x.c: Ditto.
9875
9876 2003-06-16  Mark Mitchell  <mark@codesourcery.com>
9877
9878         * lib/gcc-dg.exp (dg-xfail-if): Fix thinko.
9879         * gcc.c-torture/compile/simd-5.c: Remove spurious PowerPC-64 XFAIL
9880         indications.
9881
9882 2003-06-16  Roger Sayle  <roger@eyesopen.com>
9883
9884         * gcc.dg/i386-387-5.c: New test case.
9885         * gcc.dg/i386-387-6.c: New test case.
9886         * gcc.dg/builtins-23.c: New test case.
9887
9888 2003-06-15  Roger Sayle  <roger@eyesopen.com>
9889
9890         * gcc.dg/builtins-22.c: New test case.
9891         * gcc.dg/i386-387-1.c: Update to test exp.
9892         * gcc.dg/i386-387-2.c: Likewise.
9893
9894 2003-06-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9895
9896         * gcc.dg/format/asm_fprintf-1.c: Update width/precision checks.
9897
9898 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
9899
9900         * lib/gcc-dg.exp (dg-require-dll): New function.
9901         (dg-xfail-if): Likewise.
9902         * gcc.c-torture/compile/compile.exp: Use dg rather than c-torture
9903         driver.
9904
9905         * gcc.c-torture/compile/20000804-1.c: Convert to dg format.
9906         * gcc.c-torture/compile/20001205-1.c: Likewise.
9907         * gcc.c-torture/compile/20001226-1.c: Likewise.
9908         * gcc.c-torture/compile/20010518-2.c: Likewise.
9909         * gcc.c-torture/compile/20020312-1.c: Likewise.
9910         * gcc.c-torture/compile/20020604-1.c: Likewise.
9911         * gcc.c-torture/compile/920501-12.c: Likewise.
9912         * gcc.c-torture/compile/920501-4.c: Likewise.
9913         * gcc.c-torture/compile/920520-1.c: Likewise.
9914         * gcc.c-torture/compile/920521-1.c: Likewise.
9915         * gcc.c-torture/compile/920625-1.c: Likewise.
9916         * gcc.c-torture/compile/961203-1.c: Likewise.
9917         * gcc.c-torture/compile/980506-1.c: Likewise.
9918         * gcc.c-torture/compile/981006-1.c: Likewise.
9919         * gcc.c-torture/compile/981022-1.c: Likewise.
9920         * gcc.c-torture/compile/981223-1.c: Likewise.
9921         * gcc.c-torture/compile/990617-1.c: Likewise.
9922         * gcc.c-torture/compile/dll.c: Likewise.
9923         * gcc.c-torture/compile/labels-3.c: Likewise.
9924         * gcc.c-torture/compile/mipscop-1.c: Likewise.
9925         * gcc.c-torture/compile/mipscop-2.c: Likewise.
9926         * gcc.c-torture/compile/mipscop-3.c: Likewise.
9927         * gcc.c-torture/compile/mipscop-4.c: Likewise.
9928         * gcc.c-torture/compile/simd-5.c: Likewise.
9929         * gcc.c-torture/compile/20000804-1.x: Remove.
9930         * gcc.c-torture/compile/20001205-1.x: Likewise.
9931         * gcc.c-torture/compile/20001226-1.x: Likewise.
9932         * gcc.c-torture/compile/20010518-2.x: Likewise.
9933         * gcc.c-torture/compile/20020312-1.x: Likewise.
9934         * gcc.c-torture/compile/20020604-1.x: Likewise.
9935         * gcc.c-torture/compile/920501-12.x: Likewise.
9936         * gcc.c-torture/compile/920501-4.x: Likewise.
9937         * gcc.c-torture/compile/920520-1.x: Likewise.
9938         * gcc.c-torture/compile/920521-1.x: Likewise.
9939         * gcc.c-torture/compile/920625-1.x: Likewise.
9940         * gcc.c-torture/compile/961203-1.x: Likewise.
9941         * gcc.c-torture/compile/980506-1.x: Likewise.
9942         * gcc.c-torture/compile/981006-1.x: Likewise.
9943         * gcc.c-torture/compile/981022-1.x: Likewise.
9944         * gcc.c-torture/compile/981223-1.x: Likewise.
9945         * gcc.c-torture/compile/990617-1.x: Likewise.
9946         * gcc.c-torture/compile/mipscop-1.x: Likewise.
9947         * gcc.c-torture/compile/mipscop-2.x: Likewise.
9948         * gcc.c-torture/compile/mipscop-3.x: Likewise.
9949         * gcc.c-torture/compile/mipscop-4.x: Likewise.
9950         * gcc.c-torture/compile/simd-5.x: Likewise.
9951
9952         * gcc.c-torture/compile/20021205-1.c: Remove bogus dg commands.
9953
9954 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
9955
9956         * gcc.c-torture/execute/20030611-1.c: New test.
9957
9958 2003-06-12  Roger Sayle  <roger@eyesopen.com>
9959
9960         PR middle-end/168
9961         * gcc.dg/20030612-1.c: New test case.
9962
9963 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
9964
9965         PR c++/10635
9966         * g++.dg/expr/cast1.C: New test.
9967
9968 2003-06-12  Roger Sayle  <roger@eyesopen.com>
9969
9970         * gcc.dg/builtins-21.c: New test case.
9971
9972 2003-06-11  Kelley Cook  <kelleycook@wideopenwest.com>
9973
9974         * lib/gcc.exp (gcc_target_compile): Put TOOL_OPTIONS at front of
9975         options instead of at the end.
9976         * lib/objc.exp (objc_target_compile): Likewise.
9977
9978 2003-06-11  Mark Mitchell  <mark@codesourcery.com>
9979
9980         PR c++/10432
9981         * g++.dg/parse/error1.C: New test.
9982
9983 2003-06-11  Janis Johnson  <janis187@us.ibm.com>
9984
9985         * gcc.dg/compat/struct-by-value-11_main.c: New file.
9986         * gcc.dg/compat/struct-by-value-11_x.c: New file.
9987         * gcc.dg/compat/struct-by-value-11_y.c: New file.
9988         * gcc.dg/compat/struct-by-value-12_main.c: New file.
9989         * gcc.dg/compat/struct-by-value-12_x.c: New file.
9990         * gcc.dg/compat/struct-by-value-12_y.c: New file.
9991         * gcc.dg/compat/struct-by-value-13_main.c: New file.
9992         * gcc.dg/compat/struct-by-value-13_x.c: New file.
9993         * gcc.dg/compat/struct-by-value-13_y.c: New file.
9994         * gcc.dg/compat/struct-by-value-14_main.c: New file.
9995         * gcc.dg/compat/struct-by-value-14_x.c: New file.
9996         * gcc.dg/compat/struct-by-value-14_y.c: New file.
9997         * gcc.dg/compat/struct-by-value-15_main.c: New file.
9998         * gcc.dg/compat/struct-by-value-15_x.c: New file.
9999         * gcc.dg/compat/struct-by-value-15_y.c: New file.
10000         * gcc.dg/compat/struct-by-value-16_main.c: New file.
10001         * gcc.dg/compat/struct-by-value-16_x.c: New file.
10002         * gcc.dg/compat/struct-by-value-16_y.c: New file.
10003         * gcc.dg/compat/struct-by-value-17_main.c: New file.
10004         * gcc.dg/compat/struct-by-value-17_x.c: New file.
10005         * gcc.dg/compat/struct-by-value-17_y.c: New file.
10006         * gcc.dg/compat/struct-by-value-18_main.c: New file.
10007         * gcc.dg/compat/struct-by-value-18_x.c: New file.
10008         * gcc.dg/compat/struct-by-value-18_y.c: New file.
10009
10010         * gcc.dg/compat/scalar-by-value-3_main.c: New file.
10011         * gcc.dg/compat/scalar-by-value-3_x.c: New file.
10012         * gcc.dg/compat/scalar-by-value-3_y.c: New file.
10013         * gcc.dg/compat/scalar-by-value-4_main.c: New file.
10014         * gcc.dg/compat/scalar-by-value-4_x.c: New file.
10015         * gcc.dg/compat/scalar-by-value-4_y.c: New file.
10016         * gcc.dg/compat/scalar-return-3_main.c: New file.
10017         * gcc.dg/compat/scalar-return-3_x.c: New file.
10018         * gcc.dg/compat/scalar-return-3_y.c: New file.
10019         * gcc.dg/compat/scalar-return-4_main.c: New file.
10020         * gcc.dg/compat/scalar-return-4_x.c: New file.
10021         * gcc.dg/compat/scalar-return-4_y.c: New file.
10022
10023 2003-06-10  Janis Johnson  <janis187@us.ibm.com>
10024
10025         * gcc.dg/compat/fp2-struct-check.h: New file.
10026         * gcc.dg/compat/fp2-struct-defs.h: New file.
10027         * gcc.dg/compat/fp2-struct-init.h: New file.
10028         * gcc.dg/compat/struct-by-value-10_main.c: New file.
10029         * gcc.dg/compat/struct-by-value-10_x.c: New file.
10030         * gcc.dg/compat/struct-by-value-10_y.c: New file.
10031         * gcc.dg/compat/struct-return-10_main.c: New file.
10032         * gcc.dg/compat/struct-return-10_x.c: New file.
10033         * gcc.dg/compat/struct-return-10_y.c: New file.
10034
10035         * gcc.dg/compat/compat-common.h: New file.
10036         * gcc.dg/compat/fp-struct-check.h: Improve debugging output.
10037         * gcc.dg/compat/fp-struct-test-by-value-x.h: Ditto.
10038         * gcc.dg/compat/fp-struct-test-by-value-y.h: Ditto.
10039         * gcc.dg/compat/scalar-by-value-1_main.c: Ditto.
10040         * gcc.dg/compat/scalar-by-value-1_x.c: Ditto.
10041         * gcc.dg/compat/scalar-by-value-1_y.c: Ditto.
10042         * gcc.dg/compat/scalar-by-value-2_main.c: Ditto.
10043         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
10044         * gcc.dg/compat/scalar-by-value-2_y.c: Ditto.
10045         * gcc.dg/compat/scalar-return-1_main.c: Ditto.
10046         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
10047         * gcc.dg/compat/scalar-return-1_y.c: Ditto.
10048         * gcc.dg/compat/scalar-return-2_main.c: Ditto.
10049         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
10050         * gcc.dg/compat/scalar-return-2_y.c: Ditto.
10051         * gcc.dg/compat/small-struct-check.h: Ditto.
10052         * gcc.dg/compat/struct-by-value-2_main.c: Ditto.
10053         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
10054         * gcc.dg/compat/struct-by-value-2_y.c: Ditto.
10055         * gcc.dg/compat/struct-by-value-3_main.c: Ditto.
10056         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
10057         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
10058         * gcc.dg/compat/struct-by-value-4_main.c: Ditto.
10059         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
10060         * gcc.dg/compat/struct-by-value-4_y.c: Ditto.
10061         * gcc.dg/compat/struct-by-value-5_main.c: Ditto.
10062         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
10063         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
10064         * gcc.dg/compat/struct-by-value-6_main.c: Ditto.
10065         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
10066         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
10067         * gcc.dg/compat/struct-by-value-7_main.c: Ditto.
10068         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
10069         * gcc.dg/compat/struct-by-value-7_y.c: Ditto.
10070         * gcc.dg/compat/struct-by-value-8_main.c: Ditto.
10071         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
10072         * gcc.dg/compat/struct-by-value-8_y.c: Ditto.
10073         * gcc.dg/compat/struct-by-value-9_main.c: Ditto.
10074         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
10075         * gcc.dg/compat/struct-by-value-9_y.c: Ditto.
10076         * gcc.dg/compat/struct-return-2_main.c: Ditto.
10077         * gcc.dg/compat/struct-return-2_x.c: Ditto.
10078         * gcc.dg/compat/struct-return-2_y.c: Ditto.
10079         * gcc.dg/compat/struct-return-3_main.c: Ditto.
10080         * gcc.dg/compat/struct-return-3_x.c: Ditto.
10081         * gcc.dg/compat/struct-return-3_y.c: Ditto.
10082
10083 2003-06-10  Geoffrey Keating  <geoffk@apple.com>
10084
10085         * g++.dg/pch/static-1.C: New file.
10086         * g++.dg/pch/static-1.Hs: New file.
10087
10088 2003-06-10  Richard Henderson  <rth@redhat.com>
10089
10090         * gcc.dg/asm-7.c: Adjust expected warning text.
10091
10092 2003-06-10  Roger Sayle  <roger@eyesopen.com>
10093
10094         * gcc.dg/builtins-20.c: New test case.
10095
10096 2003-06-10  Mark Mitchell  <mark@codesourcery.com>
10097
10098         PR c++/11131
10099         * g++.dg/opt/template1.C: New test.
10100
10101 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
10102
10103         * lib/gcc-dg.exp (dg-test): Clear additional_files and
10104         additional_sources.
10105
10106 2003-05-21  David Taylor  <dtaylor@emc.com>
10107
10108         * gcc.dg/Wpadded.c: New file.
10109
10110 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
10111
10112         * gcc.dg/special/20000419-2.c: Fix dg-require-alias syntax.
10113         * gcc.dg/special/weak-2.c: Add dg-require-weak.
10114         * gcc.dg/weak/weak-3.c: Reverse order of dg-do and
10115         dg-require-weak.
10116
10117 2003-06-09  J"orn Rennecke <joern.rennecke@superh.com>
10118
10119         * g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning.
10120
10121 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
10122
10123         * lib/gcc-dg.exp (dg-require-weak): Fix typo.
10124         (dg-require-alias): Likewise.
10125         (dg-require-gc-sections): Likewise.
10126         * lib/target-supports.exp (check_gc_sections_available): Likewise.
10127
10128 2003-06-08  Richard Henderson  <rth@redhat.com>
10129
10130         * gcc.dg/20011029-2.c: Fix the array reference.
10131         * gcc.dg/asm-7.c: New.
10132
10133 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
10134
10135         * gcc.c-torture/compile/20000804-1.x: Disable on h8300 port.
10136
10137 2003-06-08  Mark Mitchell  <mark@codesourcery.com>
10138
10139         * lib/gcc-dg.exp (dg-require-alias): Fix typo.
10140         (dg-require-gc-sections): Likewise.
10141
10142 2003-06-08  Jan Hubicka  <jh@suse.cz>
10143
10144         * i386-cmov1.c: Fix regular expression.
10145         * i386-cvt-1.c: Likewise.
10146         * i386-local.c: Likewise.
10147         * i386-local2.c: Likewise.
10148         * i386-mul.c: Likewise.
10149         * i386-ssetype-1.c: Likewise.
10150         * i386-ssetype-3.c: Likewise.
10151         * i386-ssetype-5.c: Likewise.
10152
10153 2003-06-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10154
10155         PR c++/11039
10156         * g++.dg/warn/implicit-typename2.C: New test.
10157         * g++.dg/warn/implicit-typename3.C: New test.
10158
10159 2003-06-07  Richard Henderson  <rth@redhat.com>
10160
10161         * g++.dg/other/offsetof3.C: Use size_t.
10162         * g++.dg/other/offsetof4.C: Likewise.
10163
10164 2003-06-07  H.J. Lu <hongjiu.lu@intel.com>
10165
10166         * lib/copy-file.exp: New. Implement gcc_copy_files.
10167
10168         * lib/dg-pch.exp: Load copy-file.exp
10169         (dg-pch): Use gcc_copy_files instead of "file copy".
10170
10171 2003-06-06  Mark Mitchell  <mark@codesourcery.com>
10172
10173         * gcc.dg/weak/weak.exp: Simplify.
10174         * gcc.dg/weak/typeof-2.c: Use dg-require-weak.
10175         * gcc.dg/weak/weak-1.c: Likewise.
10176         * gcc.dg/weak/weak-2.c: Likewise.
10177         * gcc.dg/weak/weak-3.c: Likewise.
10178         * gcc.dg/weak/weak-4.c: Likewise.
10179         * gcc.dg/weak/weak-5.c: Likewise.
10180         * gcc.dg/weak/weak-6.c: Likewise.
10181         * gcc.dg/weak/weak-7.c: Likewise.
10182         * gcc.dg/weak/weak-8.c: Likewise.
10183         * gcc.dg/weak/weak-9.c: Likewise.
10184
10185 2003-06-06  Richard Earnshaw  <rearnsha@arm.com>
10186
10187         gcc.c-torture/execute/20030606-1.c: New.
10188
10189 2003-06-06  Roger Sayle  <roger@eyesopen.com>
10190
10191         * gcc.dg/builtins-2.c: Correct check-in of incorrect version.
10192         * gcc.dg/builtins-19.c: Likewise.
10193
10194 2003-06-06  Roger Sayle  <roger@eyesopen.com>
10195
10196         * gcc.dg/builtins-2.c: Add some more tests.
10197         * gcc.dg/builtins-18.c: New test case.
10198         * gcc.dg/builtins-19.c: New test case.
10199
10200 2003-06-06  Roger Sayle  <roger@eyesopen.com>
10201             Jim Wilson  <wilson@tuliptree.org>
10202
10203         * gcc.dg/uninit-C.c: Only test TImode on 64-bit platforms.
10204
10205 2003-06-06  Jakub Jelinek  <jakub@redhat.com>
10206
10207         * gcc.c-torture/execute/builtins/string-4.c (main_test): Allow some
10208         mempcpy/stpcpy calls not to be optimized into something else.
10209         * gcc.c-torture/execute/string-opt-3.c: Moved to...
10210         * gcc.c-torture/execute/builtins/string-7.c: ...here.
10211         * gcc.c-torture/execute/builtins/string-7-lib.c: New.
10212
10213 2003-06-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10214
10215         * gcc.dg/format/asm_fprintf-1.c: New test.
10216
10217 2003-06-05  Mark Mitchell  <mark@codesourcery.com>
10218
10219         * lib/gcc-defs.exp (additional_sources): New variable.
10220         (dg-additional-sources): New function.
10221         (additional_files): New variable.
10222         (dg-additional-files): New function.
10223         (dg-additional-files-options): Likewise.
10224         * lib/gcc-dg.exp (dg-require-weak): New function.
10225         (dg-require-alias): Likewise.
10226         (dg-require-gc-sections): Likewise.
10227         * lib/target-supports.exp (check_alias_available): Remove testfile
10228         parameter.
10229         (check_gc_sections_available): New function.
10230         * lib/g++-dg.exp (dg-gpp-additional-sources): Remove.
10231         (dg-gpp-additional-files): Likewise.
10232         * lib/g++.exp (additional_sources): Remove.
10233         (additional_files): Likewise.
10234         (g++_target_compile): Use dg-additional-files-options.
10235
10236         * gcc.dg/special/special.exp: Add "ecos" tests.  Remove complex
10237         Tcl logic.
10238         * gcc.dg/special/ecos.exp: Remove.
10239         * gcc.dg/special/20000419-2.c: Use dg-require-*.
10240         * gcc.dg/special/alias-1.c: Likewise.
10241         * gcc.dg/special/alias-2.c: Likewise.
10242         * gcc.dg/special/gcsec-1.c: Likewise.
10243         * gcc.dg/special/weak-1.c: Likewise.
10244         * gcc.dg/special/weak-2.c: Likewise.
10245         * gcc.dg/special/wkali-1.c: Likewise.
10246         * gcc.dg/special/wkali-2.c: Likewise.
10247
10248         * g++.dg/special/conpr-2.C: Use dg-additional-*, not
10249         dg-gpp-additional-*.
10250         * g++.dg/special/conpr-3.C: Likewise.
10251         * g++.dg/special/conpr-4.C: Likewise.
10252         * g++.old-deja/g++.abi/vtable3a.C: Likewise.
10253         * g++.old-deja/g++.abi/vtable3b.C: Likewise.
10254         * g++.old-deja/g++.abi/vtable3c.C: Likewise.
10255         * g++.old-deja/g++.abi/vtable3d.C: Likewise.
10256         * g++.old-deja/g++.abi/vtable3e.C: Likewise.
10257         * g++.old-deja/g++.abi/vtable3f.C: Likewise.
10258         * g++.old-deja/g++.abi/vtable3g.C: Likewise.
10259         * g++.old-deja/g++.abi/vtable3h.C: Likewise.
10260         * g++.old-deja/g++.abi/vtable3i.C: Likewise.
10261         * g++.old-deja/g++.abi/vtable3j.C: Likewise.
10262         * g++.old-deja/g++.oliva/linkage1.C: Likewise.
10263         * g++.old-deja/g++.other/comdat1.C: Likewise.
10264         * g++.old-deja/g++.other/comdat2.C: Likewise.
10265         * g++.old-deja/g++.other/comdat3.C: Likewise.
10266         * g++.old-deja/g++.other/ctor1.C: Likewise.
10267         * g++.old-deja/g++.pt/instantiate5.C: Likewise.
10268
10269 2003-06-05  Richard Henderson  <rth@redhat.com>
10270
10271         * gcc.dg/debug/20030605-1.c: New.
10272
10273 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
10274
10275         * README.QMTEST: Update.
10276
10277 2003-06-04  Richard Henderson  <rth@redhat.com>
10278
10279         * gcc.dg/cleanup-1.c: New.
10280         * gcc.dg/cleanup-2.c: New.
10281         * gcc.dg/cleanup-3.c: New.
10282         * gcc.dg/cleanup-4.c: New.
10283         * gcc.dg/cleanup-5.c: New.
10284         * gcc.dg/cleanup-6.c: New.
10285         * gcc.dg/cleanup-7.c: New.
10286
10287 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
10288
10289         * g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.
10290
10291         * lib/dg-pch.exp: New file.
10292         * g++.dg/pch/pch.exp: Use dg-pch.exp.
10293         * gcc.dg/pch/pch.exp: Likewise.
10294
10295 2003-06-04  Roger Sayle  <roger@eyesopen.com>
10296
10297         * gcc.dg/builtins-2.c: Add tests for tan(atan(x)).
10298         * gcc.dg/builtins-3.c: Add tests for tan(0.0) and atan(0.0).
10299         * gcc.dg/builtins-7.c: Add tests for tan(atan(x)) == x.
10300         * gcc.dg/builtins-17.c: New test case.
10301         * gcc.dg/i386-387-4.c: New test case.
10302         * gcc.c-torture/execute/ieee/mzero4.c: New test case.
10303
10304 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
10305
10306         * gcc.dg/ultrasp9.c: New test.
10307
10308 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
10309
10310         * gcc.c-torture/compile/20030604-1.c: New test.
10311         * gcc.dg/sparc-constant-1.c: New test.
10312
10313 2003-06-03  Glen Nakamura  <glen@imodulo.com>
10314
10315         * gcc.dg/20020525-1.c: Replace 0x5a5a5a5a with -1.
10316
10317 2003-06-03  J"orn Rennecke <joern.rennecke@superh.com>
10318
10319         * g++.dg/abi/empty6.C (B): Request alignment of 8 bytes.
10320
10321         * gcc.dg/torture/builtin-noret-1.c (_exit, _Exit): Make weak.
10322         * gcc.dg/torture/builtin-noret-2.c (_exit, _Exit): Likewise.
10323
10324 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
10325
10326         * gcc.c-torture/compile/simd-5.x: Remove xfail for PPC64.
10327
10328 2003-06-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10329
10330         PR c++/10940
10331         * g++.dg/template/spec10.C: New test.
10332
10333 2003-06-03  Roger Sayle  <roger@eyesopen.com>
10334
10335         * gcc.dg/builtins-16.c: New test case.
10336
10337 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
10338
10339         * gcc.c-torture/execute/builtins/string-4.c (main_test): Remove
10340         mempcpy test with post-increments.
10341         * gcc.c-torture/execute/string-opt-3.c: New test.
10342         * gcc.dg/string-opt-1.c: New test.
10343
10344 2003-06-03  David Billinghurst <David.Billinghurst@riotinto.com>
10345
10346         PR fortran/10965
10347         * g77.f-torture/compile/20000601-2.f: Fix non-standard code.
10348
10349 2003-06-02  Mark Mitchell  <mark@codesourcery.com>
10350
10351         * lib/scanasm.exp (dg-scan): New function, factored out of ...
10352         (scan-assembler): ... here.  Use dg-scan.
10353         (scan-assembler-not): Likewise.
10354         (scan-file): New function.
10355         (scan-file-not): Likewise.
10356         * gcc.dg/cpp/19990228-1.c: Use scan-file and/or scan-file-not.
10357         * gcc.dg/cpp/_Pragma4.c: Likewise.
10358         * gcc.dg/cpp/_Pragma5.c: Likewise.
10359         * gcc.dg/cpp/avoidpaste1.c: Likewise.
10360         * gcc.dg/cpp/avoidpaste2.c: Likewise.
10361         * gcc.dg/cpp/cmdlne-C2.c: Likewise.
10362         * gcc.dg/cpp/cmdlne-P.c: Likewise.
10363         * gcc.dg/cpp/cmdlne-dD-M.c: Likewise.
10364         * gcc.dg/cpp/cmdlne-dD-dM.c: Likewise.
10365         * gcc.dg/cpp/cmdlne-dI-M.c: Likewise.
10366         * gcc.dg/cpp/cmdlne-dM-M.c: Likewise.
10367         * gcc.dg/cpp/cmdlne-dM-dD.c: Likewise.
10368         * gcc.dg/cpp/cmdlne-dN-M.c: Likewise.
10369         * gcc.dg/cpp/cxxcom1.c: Likewise.
10370         * gcc.dg/cpp/line1.c: Likewise.
10371         * gcc.dg/cpp/maccom1.c: Likewise.
10372         * gcc.dg/cpp/maccom2.c: Likewise.
10373         * gcc.dg/cpp/maccom3.c: Likewise.
10374         * gcc.dg/cpp/maccom4.c: Likewise.
10375         * gcc.dg/cpp/maccom5.c: Likewise.
10376         * gcc.dg/cpp/maccom6.c: Likewise.
10377         * gcc.dg/cpp/multiline.c: Likewise.
10378         * gcc.dg/cpp/spacing1.c: Likewise.
10379         * gcc.dg/cpp/spacing2.c: Likewise.
10380         * gcc.dg/cpp/trad/cmdlne-C2.c: Likewise.
10381         * gcc.dg/cpp/trad/maccom1.c: Likewise.
10382         * gcc.dg/cpp/trad/maccom2.c: Likewise.
10383         * gcc.dg/cpp/trad/maccom3.c: Likewise.
10384         * gcc.dg/cpp/trad/maccom4.c: Likewise.
10385         * gcc.dg/cpp/trad/maccom6.c: Likewise.
10386         * gcc.dg/cpp/cxxcom2.c: Likewise.
10387         * gcc.dg/cpp/cxxcom2.h: New file.
10388
10389         * gcc.dg/cpp/truefalse.cpp: Move it to ...
10390         * g++.dg/cpp/truefalse.C: Here.
10391         * gcc.dg/cpp/cpp.exp: Remove scanning of ".cpp" files.
10392
10393 2003-06-01  Loren James Rittle  <ljrittle@acm.org>
10394
10395         * gcc.dg/cpp/redef3.c: New file.
10396
10397 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
10398
10399         * gcc.dg/i386-loop-3.c: New test.
10400
10401 2003-05-31  Toon Moene  <toon@moene.indiv.nluug.nl>
10402
10403         * g77.dg/ffree-form-2.f: XFAIL removed, because fixed.
10404
10405 2003-05-31  Roger Sayle  <roger@eyesopen.com>
10406
10407         * gcc.dg/fwrapv-1.c: New test case.
10408         * gcc.dg/fwrapv-2.c: New test case.
10409
10410 2003-05-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10411
10412         PR c++/10956
10413         * g++.dg/template/spec9.C: New test.
10414
10415 2003-05-29  Roger Sayle  <roger@eyesopen.com>
10416
10417         * gcc.dg/duff-4.c: New test case.
10418
10419 2003-05-27  David Billinghurst <David.Billinghurst@riotinto.com>
10420
10421         PR fortran/10843
10422         * g77.dg/ffixed-form-1.f: New test
10423         * g77.dg/ffixed-form-2.f: New test
10424         * g77.dg/ffree-form-2.f: New test - XFAIL pending fix
10425         * g77.dg/ffree-form-3.f: New test
10426
10427 2003-05-26  Andreas Tobler <a.tobler@schweiz.ch>
10428
10429         * gcc.dg/wchar_t-1.c: XFAIL on darwin, no wchar.h available.
10430         * gcc.dg/wint_t-1.c: Likewise.
10431
10432 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10433
10434         * g++.dg/template/access11.C: New test.
10435
10436 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10437
10438         PR c++/10849
10439         * g++.dg/template/access10.C: New test.
10440
10441 2003-05-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
10442             Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10443
10444         * gcc.c-torture/compile/simd-5.x: XFAIL on SPARC64.
10445
10446 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
10447
10448         * gcc.dg/torture/builtin-noret-1.c: Add dg-option -multiply_defined
10449         suppress for powerpc-*-darwin*.
10450         * gcc.dg/torture/builtin-noret-2.c: Likewise.
10451
10452 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
10453
10454         * gcc.c-torture/execute/builtins/builtins.exp: Add -multiply_defined
10455         suppress option for powerpc-*-darwin*.
10456
10457 2003-05-23  Roger Sayle  <roger@eyesopen.com>
10458
10459         * gcc.dg/builtins-1.c: Add tests for tan and atan.
10460         * gcc.dg/builtins-4.c: Add test for fmod.
10461
10462 2003-05-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10463
10464         PR c++/10682
10465         * g++.dg/template/instantiate4.C: New test.
10466
10467 2003-05-22  Roger Sayle  <roger@eyesopen.com>
10468
10469         * gcc.c-torture/execute/ieee/inf-2.c: New test case.
10470
10471 2003-05-21  Janis Johnson  <janis187@us.ibm.com>
10472
10473         * gcc.dg/compat/scalar-return-1_main.c: New file.
10474         * gcc.dg/compat/scalar-return-1_x.c: New file.
10475         * gcc.dg/compat/scalar-return-1_y.c: New file.
10476         * gcc.dg/compat/scalar-return-2_main.c: New file.
10477         * gcc.dg/compat/scalar-return-2_x.c: New file.
10478         * gcc.dg/compat/scalar-return-2_y.c: New file.
10479         * gcc.dg/compat/struct-return-3_main.c: New file.
10480         * gcc.dg/compat/struct-return-3_y.c: New file.
10481         * gcc.dg/compat/struct-return-3_x.c: New file.
10482         * gcc.dg/compat/struct-return-2_main.c: New file.
10483         * gcc.dg/compat/struct-return-2_x.c: New file.
10484         * gcc.dg/compat/struct-return-2_y.c: New file.
10485
10486 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10487
10488         * g++.old-deja/g++.law/profile1.C (dg-options): Add -static to options
10489         for hppa*-hp-hpux*.
10490         * gcc.dg/20021014-1.c (dg-options): Likewise.
10491         * gcc.dg/nest.c (dg-options): Likewise.
10492
10493 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
10494
10495         PR c++/9738
10496         * g++.dg/ext/dllimport2.C: New file.
10497         * g++.dg/ext/dllimport3.C: New file.
10498
10499 2003-05-20  Janis Johnson  <janis187@us.ibm.com>
10500
10501         * gcc.dg/compat/struct-by-value-3_x.c: Move common pieces to headers.
10502         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
10503         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
10504         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
10505         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
10506         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
10507         * gcc.dg/compat/struct-by-value-7_x.c Ditto.
10508         * gcc.dg/compat/struct-by-value-7_y.c Ditto.
10509         * gcc.dg/compat/small-struct-defs.h: New file.
10510         * gcc.dg/compat/small-struct-init.h: New file.
10511         * gcc.dg/compat/small-struct-check.h: New file.
10512         * gcc.dg/compat/fp-struct-defs.h: New file.
10513         * gcc.dg/compat/fp-struct-check.h: New file.
10514         * gcc.dg/compat/fp-struct-init.h: New file.
10515         * gcc.dg/compat/fp-struct-test-by-value-y.h: New file.
10516         * gcc.dg/compat/fp-struct-test-by-value-x.h: New file.
10517
10518 2003-05-19  Jakub Jelinek  <jakub@redhat.com>
10519
10520         * gcc.dg/20030225-2.c: New test.
10521
10522 2003-05-18  Roger Sayle  <roger@eyesopen.com>
10523             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10524
10525         * gcc.c-torture/compile/20030518-1.c: New test case.
10526
10527 2003-05-18  Mark Mitchell  <mark@codesourcery.com>
10528
10529         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Add opt_opts parameter.
10530         * gcc.dg/debug/debug.exp: Pass opt_opts parameter to
10531         gcc-dg-debug-runtest.
10532         * g++.dg/debug/debug.exp: Pass opt_opts parameter to
10533         gcc-dg-debug-runtest.
10534
10535 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10536
10537         PR c++/9022
10538         * g++.dg/lookup/using6.C: New test.
10539
10540 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10541
10542         * g++.dg/parse/access2.C: New test.
10543
10544 2003-05-17  Mark Mitchell  <mark@codesourcery.com>
10545
10546         * lib/gcc-dg.exp (gcc-dg-debug-runtest): New method.
10547         * g++.dg/debug/debug.exp: Use gcc-dg-debug-runtest.
10548         * gcc.dg/debug/debug.exp: Likewise.
10549
10550 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
10551
10552         * gcc.dg/dollar.c: New test.
10553
10554 2003-05-16  Janis Johnson  <janis187@us.ibm.com>
10555
10556         * gcc.dg/compat/struct-by-value-4_main.c: Split into multiple tests.
10557         * gcc.dg/compat/struct-by-value-4_x.c: Split into multiple tests.
10558         * gcc.dg/compat/struct-by-value-4_y.c: Split into multiple tests.
10559         * gcc.dg/compat/struct-by-value-5_main.c: Split into multiple tests.
10560         * gcc.dg/compat/struct-by-value-5_x.c: Split into multiple tests.
10561         * gcc.dg/compat/struct-by-value-5_y.c: Split into multiple tests.
10562         * gcc.dg/compat/struct-by-value-6_main.c: New file.
10563         * gcc.dg/compat/struct-by-value-6_x.c: New file.
10564         * gcc.dg/compat/struct-by-value-6_y.c: New file.
10565         * gcc.dg/compat/struct-by-value-7_main.c: New file.
10566         * gcc.dg/compat/struct-by-value-7_x.c: New file.
10567         * gcc.dg/compat/struct-by-value-7_y.c: New file.
10568         * gcc.dg/compat/struct-by-value-8_main.c: New file.
10569         * gcc.dg/compat/struct-by-value-8_x.c: New file.
10570         * gcc.dg/compat/struct-by-value-8_y.c: New file.
10571         * gcc.dg/compat/struct-by-value-9_main.c: New file.
10572         * gcc.dg/compat/struct-by-value-9_x.c: New file.
10573         * gcc.dg/compat/struct-by-value-9_y.c: New file.
10574
10575 2003-05-16  Mark Mitchell  <mark@codesourcery.com>
10576
10577         * lib/gcc-dg.exp (gcc-dg-test): Rename to ...
10578         (gcc-dg-test-1): ... this.  Add target_compile parameter.  Add
10579         support for "repo" mode.
10580         * lib/g++-dg.exp: Use gcc-dg.exp to implement all functionality.
10581         * lib/g77-dg.exp: Likewise.
10582         * lib/obj-dg.exp: Likewise.
10583
10584 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
10585
10586         Merge from gcc-3_2-rhl8-branch:
10587         2003-04-23  Jakub Jelinek  <jakub@redhat.com>
10588
10589         * gcc.dg/tls/opt-6.c: New test.
10590
10591         2003-04-05  Jakub Jelinek  <jakub@redhat.com>
10592
10593         * gcc.dg/20030405-1.c: New test.
10594
10595         2003-03-09  Jakub Jelinek  <jakub@redhat.com>
10596
10597         * gcc.dg/20030309-1.c: New test.
10598
10599         2003-03-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
10600
10601         * gcc.c-torture/execute/20030307-1.c: New test.
10602
10603         2003-02-20  Randolph Chung  <tausq@debian.org>
10604
10605         * gcc.c-torture/compile/20030220-1.c: New test.
10606
10607         2003-02-18  Jakub Jelinek  <jakub@redhat.com>
10608
10609         * gcc.dg/20030217-1.c: New test.
10610
10611         2003-01-29  Jakub Jelinek  <jakub@redhat.com>
10612
10613         * gcc.c-torture/compile/20020129-1.c: New test.
10614
10615         2002-12-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
10616
10617         * gcc.dg/unroll-1.c: New test.
10618
10619         2002-11-16  Jan Hubicka  <jh@suse.cz>
10620
10621         * gcc.c-torture/execute/20020920-1.c: New test.
10622
10623         2002-10-08  Jakub Jelinek  <jakub@redhat.com>
10624
10625         PR target/7434
10626         * gcc.c-torture/compile/20021008-1.c: New test.
10627
10628         2002-08-10  Gwenole Beauchesne  <gbeauchesne@mandrakesoft.com>
10629
10630         PR target/7559
10631         * testsuite/gcc.c-torture/execute/20020810-1.c: New test.
10632
10633         2002-08-07  Jakub Jelinek  <jakub@redhat.com>
10634
10635         * gcc.c-torture/compile/20020807-1.c: New test.
10636
10637         2002-07-30  Jakub Jelinek  <jakub@redhat.com>
10638
10639         * gcc.dg/tls/opt-1.c: New test.
10640
10641         2002-07-29  Jakub Jelinek  <jakub@redhat.com>
10642
10643         * gcc.dg/20020729-1.c: New test.
10644
10645         2002-07-20  Jakub Jelinek  <jakub@redhat.com>
10646
10647         * g++.dg/opt/life1.C: New test.
10648
10649         2002-05-20  Jakub Jelinek  <jakub@redhat.com>
10650
10651         * gcc.dg/20020525-1.c: New test.
10652
10653         2002-05-24  Jakub Jelinek  <jakub@redhat.com>
10654
10655         PR c++/6794
10656         * g++.dg/ext/pretty1.C: New test.
10657         * g++.dg/ext/pretty2.C: New test.
10658
10659 2003-05-15  Mark Mitchell  <mark@codesourcery.com>
10660
10661         PR c++/8385
10662         * g++.dg/ext/typeof5.C: New test.
10663
10664 2003-05-15  J"orn Rennecke <joern.rennecke@superh.com>
10665
10666         * gcc.c-torture/execute/builtins/string-asm-1.c: Take
10667         __USER_LABEL_PREFIX__ into account.
10668         * gcc.c-torture/execute/builtins/string-asm-2.c: Likewise.
10669
10670 2003-05-14  Roger Sayle  <roger@eyesopen.com>
10671
10672         * gcc.dg/builtins-15.c: New test case.
10673
10674 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
10675
10676         * gcc.dg/const-elim-1.c: Tighten scan-assembler-not regexp.
10677
10678 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
10679
10680         * lib/g++.exp: Tweak handling of additional source files.
10681         * g++.dg/special/conpr-2.C: Use dg-gpp-additional-sources.
10682         * g++.dg/special/conpr-2a.C: Rename to ...
10683         * g++.dg/special/conpr-2a.cc: ... this.
10684         * g++.dg/special/conpr-3.C: Use dg-gpp-additional-sources.
10685         * g++.dg/special/conpr-3a.C: Rename to ...
10686         * g++.dg/special/conpr-3a.cc: This.
10687         * g++.dg/special/conpr-3b.C: Rename to ...
10688         * g++.dg/special/conpr-3b.cc: This.
10689         * g++.dg/special/conpr-4.C: New test.
10690         * g++.dg/special/ecos.exp: Rewrite to use ordinary dg driver.
10691
10692 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
10693
10694         * debug/debug.exp: Skip debug-[12].c at -O3 on non-Dwarf targets.
10695
10696 2003-05-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10697
10698         * g++.old-deja/g++.brendan/ns1.C: Remove private member warning.
10699         * g++.old-deja/g++.robertl/eb71.C: Likewise.
10700         * g++.old-deja/g++.brendan/warnings1.C: Add -Wctor-dtor-privacy.
10701         * g++.old-deja/g++.other/warn3.C: Likewise.
10702
10703 2003-05-11  Roger Sayle  <roger@eyesopen.com>
10704
10705         * gcc.dg/i386-387-1.c: Update to also test log.
10706         * gcc.dg/i386-387-2.c: Likewise.
10707
10708 2003-05-11  Toon Moene  <toon@moene.indiv.nluug.nl>
10709
10710         * g77.f-torture/execute/int8421.f: New test.
10711
10712 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10713
10714         PR c++/10230, c++/10481
10715         * g++.dg/lookup/scoped5.C: New test.
10716
10717 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10718
10719         PR c++/10552
10720         * g++.dg/template/ttp6.C: New test.
10721
10722 2003-05-11  Richard Sandiford  <rsandifo@redhat.com>
10723
10724         * gcc.c-torture/execute/builtins: New directory.
10725         * gcc.c-torture/execute/string-opt-{3,4,16,17,18,19}.c: Move into
10726         gcc.c-torture/execute/builtins.
10727         * gcc.c-torture/execute/string-opt-asm-{1,2}.c: Likewise.
10728         * gcc.c-torture/execute/builtin-noret-{1,2}.c: Move to...
10729         * gcc.dg/torture: ...this new directory.  Turn into link-only tests.
10730         * gcc.dg/no-builtin-1.c: Move into gcc.c-torture/execute/builtins.
10731
10732 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10733
10734         PR c++/9252
10735         * g++.dg/template/access8.C: New test.
10736         * g++.dg/template/access9.C: New test.
10737
10738 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10739
10740         PR c++/9554
10741         * g++.dg/parse/access1.C: New test.
10742
10743 2003-05-09  DJ Delorie  <dj@redhat.com>
10744
10745         * g++.dg/other/stdarg1.C: Make sure arg "3" is passed as a
10746         long, and not an int.
10747
10748 2003-05-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10749
10750         PR c++/10555, c++/10576
10751         * g++.dg/template/memclass1.C: New test.
10752
10753 2003-05-08  DJ Delorie  <dj@redhat.com>
10754
10755         * gcc.c-torture/execute/20020404-1.x: New, skip for 16-bit
10756         targets.
10757         * gcc.c-torture/execute/20021024-1.x: Likewise.
10758         * gcc.c-torture/execute/shiftdi.x: Likewise.
10759         * g++.old-deja/g++.mike/p700.C: Handle 16-bit targets.
10760         * g++.old-deja/g++.other/exprstmt1.C: Likewise.
10761         * gcc.dg/20021018-1.c: Likewise.
10762
10763 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10764
10765         * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.
10766
10767         gcc.c-torture/execute/string-opt-19.c: Add general rodata tests.
10768         (bcopy): Call memmove.
10769
10770 2003-05-08  Roger Sayle  <roger@eyesopen.com>
10771
10772         * g77.f-torture/compile/8485.f: New test case.
10773
10774 2003-05-07  Richard Henderson  <rth@redhat.com>
10775
10776         PR c++/10570
10777         * g++.dg/eh/forced1.C: Expect catch-all handlers to run.
10778         Verify exception_cleanup not called for rethrows.
10779         * g++.dg/eh/forced2.C: Test that exception_cleanup is called
10780         when exiting catch block without rethrowing.
10781         * g++.dg/eh/forced3.C: New.
10782         * g++.dg/eh/forced4.C: New.
10783
10784 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
10785
10786         * gcc.dg/20030505.c: Fix triplet.
10787
10788 2003-05-06  DJ Delorie  <dj@redhat.com>
10789
10790         * gcc.dg/20021014-1.c: XFAIL for xstormy16 also.
10791         * gcc.dg/nest.c: Likewise.
10792
10793 2003-05-05  Roger Sayle  <roger@eyesopen.com>
10794
10795         * gcc.dg/builtins-14.c: New test case.
10796
10797 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
10798
10799         * lib/compat.exp (compat-execute): New argument.
10800         * g++.dg/compat/compat.exp: Pass new argument to compat-execute.
10801         * gcc.dg/compat: New test directory.
10802         * gcc.dg/compat/compat.exp: New expect script.
10803         * gcc.dg/compat/scalar-by-value-1_main.c: New test file.
10804         * gcc.dg/compat/scalar-by-value-1_x.c: New test file.
10805         * gcc.dg/compat/scalar-by-value-1_y.c: New test file.
10806         * gcc.dg/compat/scalar-by-value-2_main.c: New test file.
10807         * gcc.dg/compat/scalar-by-value-2_x.c: New test file.
10808         * gcc.dg/compat/scalar-by-value-2_y.c: New test file.
10809
10810         * gcc.dg/compat/struct-by-value-1_main.c: New test file.
10811         * gcc.dg/compat/struct-by-value-1_x.c: New test file.
10812         * gcc.dg/compat/struct-by-value-1_y.c: New test file.
10813         * gcc.dg/compat/struct-by-value-2_main.c: New test file.
10814         * gcc.dg/compat/struct-by-value-2_x.c: New test file.
10815         * gcc.dg/compat/struct-by-value-2_y.c: New test file.
10816         * gcc.dg/compat/struct-by-value-3_main.c: New test file.
10817         * gcc.dg/compat/struct-by-value-3_x.c: New test file.
10818         * gcc.dg/compat/struct-by-value-3_y.c: New test file.
10819         * gcc.dg/compat/struct-by-value-4_main.c: New test file.
10820         * gcc.dg/compat/struct-by-value-4_x.c: New test file.
10821         * gcc.dg/compat/struct-by-value-4_y.c: New test file.
10822         * gcc.dg/compat/struct-by-value-5_main.c: New test file.
10823         * gcc.dg/compat/struct-by-value-5_x.c: New test file.
10824         * gcc.dg/compat/struct-by-value-5_y.c: New test file.
10825
10826 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
10827
10828         * gcc.dg/const-elim-1.c, gcc.dg/const-elim-2.c: New testcases.
10829
10830 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
10831
10832         * gcc.c-torture/execute/string-opt-18.c (main): Add 3 new tests.
10833
10834 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
10835
10836         * gcc.c-torture/execute/ieee/fp-cmp-8.c: New test.
10837         * gcc.dg/ppc-fsel-2.c: New test.
10838
10839         * gcc.dg/unused-5.c: New test.
10840
10841 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10842
10843         PR c++/10496
10844         * g++.dg/warn/pmf1.C: New test.
10845
10846 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10847
10848         PR c++/4494
10849         * g++.dg/warn/main.C: New test.
10850
10851 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10852
10853         * gcc.dg/nonnull-3.c: New test.
10854
10855 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
10856
10857         * gcc.dg/cpp/Wtrigraphs.c: Update.
10858         * gcc.dg/cpp/Wtrigraphs-2.c: New tests.
10859
10860 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
10861
10862         * gcc.dg/ppc-fsel-1.c: New test.
10863
10864 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
10865
10866         PR c/10604
10867         * gcc.dg/compare7.c, g++.dg/warn/compare1.C: New testcases.
10868
10869 2003-05-03  Kazu Hirata  <kazu@cs.umass.edu>
10870
10871         * gcc.dg/m-un-2.c: Fix the typedef of size_t.
10872
10873 2003-05-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10874
10875         PR c++/9364, c++/10553, c++/10586
10876         * g++.dg/parse/typename4.C: New test.
10877         * g++.dg/parse/typename5.C: Likewise.
10878
10879 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
10880
10881         * gcc.c-torture/compile/20030503-1.c: New test.
10882
10883 2003-05-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10884
10885         * g++.dg/lookup/using5.C: Fix testcase error.
10886
10887 2003-05-01  Chris Demetriou  <cgd@broadcom.com>
10888
10889         * gcc.dg/special/mips-abi.exp (is_meabi_config): Remove,
10890         since MEABI is no longer supported.  Remove all vestiges
10891         of MEABI from the test.
10892
10893 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10894
10895         PR c++/10554
10896         * g++.dg/lookup/using5.C: New test.
10897
10898 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10899
10900         PR c++/8772
10901         * g++.dg/template/ttp5.C: New test.
10902
10903 2003-04-30  Mark Mitchell  <mark@codesourcery.com>
10904
10905         * lib/g++-dg.exp (g++-dg-test): Add "repo" option.
10906         (dg-gpp-additional-sources): New function.
10907         (dg-gpp-additional-files): Likewise.
10908         * lib/g++.exp (additional_sources): New variable.
10909         (additional_files): Likewise.
10910         (g++_target_compile): Deal with them.
10911         * lib/old-dejagnu.exp: Remove.
10912         * g++.old-deja/old-deja.exp: Use dg.exp, not old-dejagnu.exp.
10913         * g++.old-deja: Revise all tests to use dg commands.
10914
10915 2003-04-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10916
10917         PR c++/9432, c++/9528
10918         * g++.dg/lookup/using4.C: New test.
10919
10920 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
10921
10922         * gcc.dg/noreturn-5.c: New file.
10923         * gcc.dg/noreturn-6.c: New file.
10924
10925         * gcc.c-torture/compile/inline-1.c: New file.
10926
10927 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
10928
10929         PR c++/10551
10930         * g++.dg/template/explicit1.C: New test.
10931
10932 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
10933
10934         PR c++/10549
10935         * g++.dg/other/bitfield1.C: New test.
10936
10937         PR c++/10527
10938         * g++.dg/init/new7.C: New test.
10939
10940 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
10941
10942         * g++.dg/ext/desig1.C: New test.
10943         * g++.dg/ext/init1.C: Update.
10944
10945         * g++.old-deja/g++.pt/deduct5.C: Remove unnecessary initializer.
10946
10947 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
10948
10949         PR c++/10180
10950         * g++.dg/warn/Winline-1.C: New test.
10951
10952 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
10953
10954         * gcc.c-torture/execute/string-opt-19.c: New test.
10955
10956         * gcc.c-torture/execute/string-opt-asm-1.c: New test.
10957         * gcc.c-torture/execute/string-opt-asm-2.c: New test.
10958
10959 2003-04-27  Mark Mitchell  <mark@codesourcery.com>
10960
10961         PR c++/10506
10962         * g++.dg/init/new6.C: New test.
10963
10964         PR c++/10503
10965         * g++.dg/init/ref6.C: New test.
10966
10967 2003-04-26  David Edelsohn  <edelsohn@gnu.org>
10968
10969         * g++.dg/warn/weak1.C: XFAIL on AIX4.
10970
10971 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10972
10973         * gcc.c-torture/execute/string-opt-8.c: Don't perform cmpstr
10974         checks for __pj__, but do them for !__OPTIMIZE__ and __s390__.
10975
10976 2003-04-25  Mark Mitchell  <mark@codesourcery.com>
10977
10978         * g++.old-deja/g++.pt/instantiate12.C: Explicit instantiate
10979         initialized static data members.
10980
10981 2003-04-25  H.J. Lu <hjl@gnu.org>
10982
10983         * gcc.dg/ia64-sync-4.c: New test.
10984
10985 2003-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10986
10987         * gcc.c-torture/execute/string-opt-18.c: Clean up.  Fix copyright
10988         date.
10989
10990 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
10991
10992         PR c++/10337
10993         * g++.dg/warn/conv1.C: New test.
10994         * g++.old-deja/g++.other/conv7.C: Adjust.
10995         * g++.old-deja/g++.other/overload14.C: Adjust.
10996
10997 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
10998
10999         PR c++/10471
11000         * g++.dg/template/defarg2.C: New test.
11001
11002 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
11003
11004         * gcc.dg/cpp/include2.c: Update.
11005         * gcc.dg/cpp/multiline-2.c: New.
11006         * gcc.dg/cpp/multiline.c: Update.
11007         * gcc.dg/cpp/strify2.c: Update.
11008         * gcc.dg/cpp/trad/literals-2.c: Update.
11009
11010 2003-04-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11011
11012         * g++.dg/other/packed1.C: XFAIL hppa*-*-*.
11013
11014 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
11015
11016         * g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.
11017
11018 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
11019
11020         PR c++/10451
11021         * g++.dg/parse/crash4.C: New test.
11022
11023         PR c++/9847
11024         * g++.dg/parse/crash5.C: New test.
11025
11026 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
11027
11028         PR c++/10446
11029         * g++.dg/parse/crash3.C: New test.
11030
11031         PR c++/10428
11032         * g++.dg/parse/elab1.C: New test.
11033
11034 2003-04-22  Devang Patel  <dpatel@apple.com>
11035
11036         * gcc.dg/cpp/trad/funlike-5.c: New test.
11037
11038 2003-04-21  Andreas Tobler <a.tobler@schweiz.ch>
11039
11040         * g++.dg/other/packed1.C: Fix dg options.
11041
11042 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
11043
11044         * g++.dg/other/offsetof2.C: New test.
11045
11046 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
11047
11048         * g++.dg/template/recurse.C: Adjust location of error messages.
11049
11050 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
11051
11052         PR c++/9881
11053         * g++.dg/init/addr-const1.C: New test.
11054         * g++.dg/other/packed1.C: XFAIL on aligned architectures.
11055
11056 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
11057
11058         PR c++/10405
11059         * g++.dg/lookup/struct-hack1.C: New test.
11060
11061 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
11062
11063         * ucs.c: Update diagnostic messages.
11064
11065 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
11066
11067         * gcc.dg/cpp/truefalse.cpp: New test.
11068         * gcc.dg/cpp/cpp.exp: Update.
11069         * g++.dg/other/stdbool-if.C: Remove.
11070
11071 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
11072
11073         * gcc.dg/cpp/_Pragma4.c: Remove stray space.
11074         * gcc.dg/cpp/trad/escaped-eof.c: Correct line number.
11075
11076 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
11077
11078         * gcc.c-torture/compile/20030418-1.c: New test.
11079
11080 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
11081
11082         * README.compat: Remove; content moved to doc/sourcebuild.texi.
11083
11084 2003-04-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11085
11086         PR c++/10347
11087         g++.dg/template/dependent-name1.C: New test.
11088
11089 2003-04-17  J"orn Rennecke <joern.rennecke@superh.com>
11090
11091         * gcc.dg/warn-1.c (tourist_guide): New array,
11092         contains a pointer to bar.
11093
11094 2003-04-16  Roger Sayle  <roger@eyesopen.com>
11095
11096         * gcc.dg/Wunreachable-5.c: New test case for PR c/10175.
11097         * gcc.c-torture/execute/medce-1.c: New test case.
11098         * gcc.c-torture/execute/medce-2.c: New test case.
11099
11100 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
11101
11102         * lib/prune.exp: Ignore more messages.
11103
11104         PR c++/10381
11105         * g++.dg/parse/lookup3.C: New test.
11106
11107 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
11108
11109         * gcc.c-torture/compile/20030415-1.c : New test.
11110
11111 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
11112
11113         * gcc.c-torture/execute/scope-2.c: Move to ...
11114         * gcc.dg/noncompile/scope.c: .... here.
11115
11116 2003-04-14  Roger Sayle  <roger@eyesopen.com>
11117
11118         * gcc.dg/20030414-2.c: New test case.
11119
11120 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
11121
11122         PR target/10377
11123         * gcc.dg/20030414-1.c: New test.
11124
11125 2003-04-13  Roger Sayle  <roger@eyesopen.com>
11126
11127         * gcc.dg/builtins-12.c: New test case.
11128         * gcc.dg/builtins-13.c: New test case.
11129
11130 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11131
11132         * gcc.c-torture/execute/string-opt-18.c: New test.
11133
11134 2003-04-13  Mark Mitchell  <mark@codesourcery.com>
11135
11136         PR c++/10300
11137         * g++.dg/init/new5.C: New test.
11138
11139 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
11140
11141         PR c++/7910
11142         * g++.dg/ext/dllimport1.C: New test.
11143
11144 2003-04-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
11145
11146         * gcc.dg/ultrasp8.c: Fix for 32-bit Sparc.
11147
11148 2003-04-11  Bud Davis <bdavis9659@comcast.net>
11149
11150         PR Fortran/9263
11151         * g77.f-torture/noncompile/9263.f: New test
11152         PR Fortran/1832
11153         * g77.f-torture/execute/1832.f: New test
11154
11155 2003-04-11  David Chad  <davidc@freebsd.org>
11156             Loren J. Rittle  <ljrittle@acm.org>
11157
11158         libobjc/8562
11159         * objc.dg/headers.m: New test.
11160
11161 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
11162
11163         * gcc.c-torture/execute/builtin-noret-2.c: New.
11164         * gcc.c-torture/execute/builtin-noret-2.x: New.
11165         XFAIL builtin-noret-2.c at -O1 and above.
11166         * gcc.dg/redecl.c: New.
11167         * gcc.dg/Wshadow-1.c: Update error regexps.
11168
11169 2003-04-10  Mark Mitchell  <mark@codesourcery.com>
11170
11171         * g++.dg/abi/bitfield10.C: New test.
11172
11173 2003-04-09  Mike Stump  <mrs@apple.com>
11174
11175         * gcc.dg/pch/pch.exp: Make testcase names longer.
11176         * g++.dg/pch/pch.exp: Make testcase names longer.
11177
11178 2003-04-08  Roger Sayle  <roger@eyesopen.com>
11179
11180         * gcc.dg/builtins-11.c: New test case.
11181
11182 2003-04-08  Roger Sayle  <roger@eyesopen.com>
11183
11184         * gcc.dg/builtins-9.c: New test case.
11185         * gcc.dg/builtins-10.c: New test case.
11186
11187 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
11188
11189         * gcc.dg/noncompile/init-4.c.c: New test.
11190
11191 2003-04-06  Nathan Sidwell  <nathan@codesourcery.com>
11192
11193         * gcc.misc-test/gcov-9.c: New test.
11194         * gcc.misc-test/gcov-10.c: New test
11195         * gcc.misc-test/gcov-11.c: New test.
11196
11197 2003-04-05  Zack Weinberg  <zack@codesourcery.com>
11198
11199         PR optimization/10024
11200         * gcc.c-torture/compile/20030405-1.c: New test.
11201
11202 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
11203
11204         * gcc.dg/pch/static-3.c: New.
11205         * gcc.dg/pch/static-3.hs: New.
11206         * gcc.dg/pch/pch.exp: Test with -O0 -g too.
11207
11208 2003-04-04  Richard Henderson  <rth@redhat.com>
11209
11210         * g++.dg/eh/forced1.C: Use _Unwind_SjLj_ForcedUnwind as appropriate.
11211         * g++.dg/eh/forced2.C: Likewise.
11212
11213 2003-04-03  Mike Stump  <mrs@apple.com>
11214
11215         * lib/scanasm.exp (scan-assembler): Add xfail processing for
11216         target arg.
11217         (scan-assembler-times, scan-assembler-not): Likewise.
11218         (scan-assembler-dem, scan-assembler-dem-not): Likewise.
11219
11220 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
11221
11222         * gcc.dg/sparc-loop-1.c: New test.
11223
11224 2003-04-02  Geoffrey Keating  <geoffk@apple.com>
11225
11226         PR other/9274
11227         * g++.dg/pch/system-2.C: New.
11228         * g++.dg/pch/system-2.Hs: New.
11229
11230 2003-04-02  Aldy Hernandez  <aldyh@redhat.com>
11231
11232         * g++.dg/eh/simd-2.C (vecfunc): Fix typo.
11233
11234         * g++.dg/eh/simd-1.C (vecfunc): Same.
11235
11236 2003-04-01  Roger Sayle  <roger@eyesopen.com>
11237
11238         * gcc.c-torture/execute/20030401-1.c: New test case.
11239
11240 2003-04-01  Ziemowit Laski <zlaski@apple.com>
11241
11242         * objc.dg/defs.m: New.
11243
11244 2003-04-01  Aldy Hernandez  <aldyh@redhat.com>
11245
11246         * g++.dg/eh/simd-1.C: New.
11247         * g++.dg/eh/simd-2.C: New.
11248
11249 2003-03-01  Aldy Hernandez  <aldyh@redhat.com>
11250
11251         * gcc.c-torture/execute/simd-3.c: New.
11252
11253 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
11254
11255         PR c/9936
11256         * gcc.dg/20030331-2.c: New test.
11257
11258 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
11259
11260         PR c++/10278
11261         * g++.dg/parse/crash2.C: New test.
11262
11263 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
11264
11265         * gcc.c-torture/compile/20030331-1.c: New test, moved from...
11266         * gcc.c-torture/execute/20030331-1.c: ...here.
11267
11268 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
11269
11270         * gcc.c-torture/execute/20030331-1.c: New test.
11271
11272 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
11273
11274         * lib/gcov.exp: Adjust call return testing strings.
11275         * g77.dg/gcov/gcov-1.f: Don't expect unconditional branches.
11276
11277 2003-03-31  Roger Sayle  <roger@eyesopen.com>
11278
11279         * gcc.dg/builtins-3.c: Add new tests for sin and cos.
11280         * gcc.dg/builtins-7.c: New test case.
11281         * gcc.dg/builtins-8.c: New test case.
11282
11283 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
11284
11285         * gcc.c-torture/execute/ieee/20030331-1.c: New test.
11286
11287 2003-03-30  Mark Mitchell  <mark@codesourcery.com>
11288
11289         PR c++/7647
11290         * g++.dg/lookup-class-member-2.C: New test.
11291
11292 2003-03-30  Glen Nakamura  <glen@imodulo.com>
11293
11294         * gcc.dg/20030324-1.c: Add comments and abort if test fails.
11295
11296 2003-03-28  Roger Sayle  <roger@eyesopen.com>
11297
11298         * gcc.c-torture/execute/ieee/fp-cmp-6.c:  Correct test for -O0.
11299
11300 2003-03-28  Mark Mitchell  <mark@codesourcery.com>
11301
11302         * g++.dg/init/attrib1.C: New test.
11303
11304 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
11305
11306         * gcc.dg/ultrasp8.c: New test.
11307
11308 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
11309
11310         * gcc.dg/ultrasp7.c: New test.
11311
11312 2003-03-28  Nathan Sidwell  <nathan@codesourcery.com>
11313
11314         PR c++/10047
11315         * g++.dg/template/inline1.C: New test.
11316
11317 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
11318
11319         * gcc.dg/sparc-dwarf2.c: New test.
11320
11321 2003-03-27  Roger Sayle  <roger@eyesopen.com>
11322
11323         * gcc.c-torture/execute/ieee/fp-cmp-6.c: New test case.
11324         * gcc.c-torture/execute/ieee/fp-cmp-7.c: New test case.
11325
11326 2003-03-27  Mark Mitchell  <mark@codesourcery.com>
11327
11328         * lib/gcov.exp (run-gcov): Add branches and calls options, rather
11329         than reading .x files.
11330         * g++.dg/gcov/gcov-1.C: Use run-gcov options, not .x files.
11331         * g77.dg/gcov/gcov-1.f: Likewise.
11332         * gcc.misc-tests/gcov-4b.c: Likewise.
11333         * gcc.misc-tests/gcov-5b.c: Likewise.
11334         * gcc.misc-tests/gcov-6.c: Likewise.
11335         * gcc.misc-tests/gcov-7.c: Likewise.
11336         * gcc.misc-tests/gcov-8.c: Likewise.
11337         * g++.dg/gcov/gcov-1.x: Remove.
11338         * g77.dg/gcov/gcov-1.x: Likewise.
11339         * gcc.misc-tests/gcov-4b.x: Likewise.
11340         * gcc.misc-tests/gcov-5b.x: Likewise.
11341         * gcc.misc-tests/gcov-6.x: Likewise.
11342         * gcc.misc-tests/gcov-7.x: Likewise.
11343         * gcc.misc-tests/gcov-8.x: Likewise.
11344
11345 2003-03-27  Glen Nakamura  <glen@imodulo.com>
11346
11347         PR opt/10087
11348         * gcc.dg/20030324-1.c: New test.
11349
11350 2003-03-27  Nathan Sidwell  <nathan@codesourcery.com>
11351
11352         PR c++/10224
11353         * g++.dg/template/arg3.C: New test.
11354
11355         PR c++/10158
11356         * g++.dg/template/friend18.C: New test.
11357
11358 2003-03-26  Roger Sayle  <roger@eyesopen.com>
11359
11360         * g77.f-torture/compile/20030326-1.f: New test case.
11361
11362 2003-03-26  Janis Johnson  <janis187@us.ibm.com>
11363
11364         * gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.
11365
11366         * gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.
11367
11368 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
11369
11370         * gcc.dg/ia64-sync-3.c: New test.
11371
11372 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
11373
11374         * gcc.dg/loop-2.c: Replace "inline" with "__inline__".
11375
11376 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
11377
11378         * gcc.dg/ultrasp6.c: New test.
11379
11380 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
11381
11382         * gcc.dg/i386-signbit-1.c: New test.
11383         * gcc.dg/i386-signbit-2.c: New test.
11384         * gcc.dg/i386-signbit-3.c: New test.
11385
11386 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
11387
11388         * gcc.dg/ultrasp5.c: Fix options.
11389
11390 2003-03-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
11391
11392         * gcc.dg/ultrasp5.c: Fix comment.
11393
11394 2003-03-24  Bud Davis  <bdavis9659@comcast.net>
11395
11396         PR fortran/10197
11397         * g77.f-torture/execute/10197.f: New test.
11398
11399 2003-03-24  Nathan Sidwell  <nathan@codesourcery.com>
11400
11401         PR c++/9898, c++/383
11402         * g++.dg/template/conv6.C: New test.
11403
11404         PR c++/10119
11405         * g++.dg/template/ptrmem5.C: New test.
11406
11407         PR c++/10026
11408         * g++.dg/lookup/koenig1.C: New test.
11409
11410         PR C++/10199
11411         * g++.dg/lookup/template2.C: New test.
11412
11413 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
11414
11415         * g++.dg/opt/rtti1.C: New test.
11416
11417 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
11418
11419         * gcc.dg/ultrasp5.c: New test.
11420
11421 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
11422
11423         PR middle-end/9967
11424         * gcc.c-torture/execute/stdio-opt-1.c: Adjust test for change to
11425         builtin fputs.
11426
11427 2003-03-23  Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
11428
11429         PR c/8224
11430         * gcc.dg/20030323-1.c: New test.
11431
11432 2003-03-23  Roger Sayle  <roger@eyesopen.com>
11433
11434         * gcc.c-torture/compile/20030323-1.c: New test case.
11435
11436 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
11437
11438         * gcc.dg/20030321-1.c: New test.
11439
11440 2003-03-22  Zack Weinberg  <zack@codesourcery.com>
11441
11442         * gcc.dg/Wshadow-1.c: Add a dg-warning line.
11443
11444 2003-03-22  Nathan Sidwell  <nathan@codesourcery.com>
11445
11446         PR c++/9978, c++/9708
11447         * g++.dg/ext/vlm1.C: Adjust expected error.
11448         * g++.dg/ext/vla2.C: New test.
11449         * g++.dg/template/arg1.C: New test.
11450         * g++.dg/template/arg2.C: New test.
11451
11452 2003-03-22  Bud Davis  <bdavis9659@comcast.net>
11453
11454         * g77.f-torture/execute/select.f: New test.
11455         * g77.f-torture/noncompile/select_no_compile.f: New test.
11456
11457 2003-03-21  Nathan Sidwell  <nathan@codesourcery.com>
11458
11459         PR c++/9898
11460         * g++.dg/other/error4.C: New test.
11461
11462 2003-03-20  Mark Mitchell  <mark@codesourcery.com>
11463
11464         * g++.dg/template/friend17.C: New test.
11465
11466 2003-03-21  Alan Modra  <amodra@bigpond.net.au>
11467
11468         * gcc.c-torture/compile/20030320-1.c: New.
11469
11470 2003-03-20  Roger Sayle  <roger@eyesopen.com>
11471
11472         * gcc.dg/builtins-6.c: New test case.
11473
11474 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
11475
11476         PR target/10073
11477         * gcc.c-torture/compile/20030319-1.c: New.
11478
11479 2003-03-18  Jan Hubicka  <jh@suse.cz>
11480
11481         * gcc.dg/i386-cvt-1.c: New test.
11482
11483 2003-03-17  Zack Weinberg  <zack@codesourcery.com>
11484
11485         * objc.dg/naming-1.m: Use "(parse|syntax) error".
11486         * objc.dg/naming-2.m: Likewise.
11487
11488 2003-03-17  Mark Mitchell  <mark@codesourcery.com>
11489
11490         PR c++/9639
11491         * g++.dg/parse/crash1.C: New test.
11492
11493 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
11494
11495         PR c++/8805
11496         * g++.dg/eh/cleanup1.C: New test.
11497
11498 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
11499
11500         * gcc.c-torture/execute/20030316-1.c: New test case.
11501
11502 2003-03-16  Nathan Sidwell  <nathan@codesourcery.com>
11503
11504         PR c++/9629
11505         * g++.dg/init/ctor2.C: New test.
11506
11507 2003-03-15  Roger Sayle  <roger@eyesopen.com>
11508
11509         * g77.f-torture/compile/xformat.f: New test case.
11510
11511 2003-03-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11512
11513         * g++.old-deja/g++.mike/eh33.C: Remove xfail for hppa*-*-*.
11514         * g++.old-deja/g++.mike/eh50.C: Likewise.
11515
11516 2003-03-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11517
11518         PR c++/6440
11519         * g++.dg/template/spec7.C: New test.
11520         * g++.dg/template/spec8.C: Likewise.
11521
11522 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
11523
11524         * gcc.c-torture/execute/20030313-1.c: New test.
11525
11526 2003-03-14  Richard Henderson  <rth@redhat.com>
11527
11528         * gcc.dg/inline-2.c: Adjust alpha test for external call.
11529
11530 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
11531
11532         * gcc.c-torture/compile/20030314-1.c: New test.
11533
11534 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
11535
11536         * gcc.dg/dll-1.c: Remove thumb target. Change exp to _exp.
11537         * gcc.dg/dll-2.c: Enable for cygwin and mingw. Remove
11538         thumb target,
11539         * gcc.dg/dll-3.c: Likewise. Adjust scan-assembler
11540         to accept newer _imp__  prefix and additional
11541         newline in .drectve section.
11542         * gcc.dg/dll-4.c: Likewise.
11543         * gcc.dg/dll-5.c: New file to test -mnop-fun-dllimport
11544         switch.
11545
11546 2003-03-13  Mark Mitchell  <mark@codesourcery.com>
11547
11548         * g++.dg/parse/namespace9.C: New test.
11549
11550         * g++.dg/init/ref5.C: New test.
11551         * g++.dg/parse/ptrmem1.C: Likewise.
11552
11553 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11554
11555         * gcc.dg/special/ecos.exp (gcsec-1.c): Find linker used by gcc.
11556         * gcc.dg/old-style-asm-1.c (dg-final): Add hpux label alternative to
11557         regular expression.
11558         * gcc.dg/funcorder.c (dg-final): Check for "link_error,%r" on hppa*-*-*.
11559         * gcc.dg/inline-1.c (dg-final): Check for "xyzzy?,%r" on hppa*-*-*.
11560
11561 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
11562
11563         * gcc.c-torture/execute/20030224-2.c: New test.
11564
11565 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
11566
11567         * gcc.dg/decl-3.c: New test.
11568
11569 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
11570
11571         * gcc.dg/i386-loop-2.c: New test.
11572
11573 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
11574
11575         PR c++/9474
11576         * g++.dg/parse/namespace8.C: New test.
11577
11578         PR c++/9924
11579         * g++.dg/overload/builtin2.C: New test.
11580
11581 2003-03-11  Steven Bosscher  <s.bosscher@student.tudelft.nl>
11582
11583         * gcc.dg/return-type-3.c: New test.
11584
11585 2003-03-11  D.Venkatasubramanian  <dvenkat@noida.hcltech.com>
11586
11587         * gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
11588         profiling options are not supported.
11589
11590 2003-03-10  Mark Mitchell  <mark@codesourcery.com>
11591
11592         * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
11593         * g++.old-deja/g++.warn/impint2.C: Likewise.
11594
11595 2003-03-10  Devang Patel  <dpatel@apple.com>
11596
11597         * g++.dg/cpp/c++_cmd_1.C: New test.
11598         * g++.dg/cpp/c++_cmd_1.h: New file.
11599
11600 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
11601
11602         * gcc.dg/altivec-9.c: New file.
11603
11604 2003-03-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11605
11606         * gcc.dg/ppc-sdata-1.c: New test.
11607         * gcc.dg/ppc-sdata-2.c: New test.
11608
11609 2003-03-09  Mark Mitchell  <mark@codesourcery.com>
11610
11611         PR c++/9373
11612         * g++.dg/opt/ptrmem2.C: New test.
11613
11614         PR c++/8534
11615         * g++.dg/opt/ptrmem1.C: New test.
11616
11617 2003-03-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
11618
11619         * gcc.dg/i386-loop-1.c: New test.
11620
11621 2003-03-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11622
11623         PR c++/9970
11624         * g++.dg/lookup/friend1.C: New test.
11625
11626 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
11627
11628         PR c++/9823
11629         * g++.dg/parser/constructor1.C: New test.
11630
11631 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
11632
11633         * gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.
11634
11635         * gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware.
11636
11637 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
11638
11639         * gcc.dg/cpp/Wunused.c: Update test.
11640
11641 2003-03-08  Jan Hubicka  <jh@suse.cz>
11642
11643         * gcc.dg/inline-3.c: New test.
11644
11645 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
11646
11647         PR c++/9809
11648         * g++.dg/parse/builtin1.C: New test.
11649
11650         PR c++/9982
11651         * g++.dg/abi/cookie1.C: New test.
11652         * g++.dg/abi/cookie2.C: Likewise.
11653
11654         PR c++/9524
11655         * g++.dg/template/field1.C: New test.
11656
11657         PR c++/9912
11658         * g++.dg/parse/class1.C: New test.
11659         * g++.dg/parse/namespace7.C: Likewise.
11660         * g++.old-deja/g++.other/decl5.C: Remove XFAILs.
11661
11662 2003-03-07  Mark Mitchell  <mark@codesourcery.com>
11663
11664         * g++.dg/init/ref4.C: New test.
11665
11666 2003-03-07  Jan Hubicka  <jh@suse.cz>
11667
11668         * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
11669         * gcc.dg/inline-3.c:  New test.
11670
11671 2003-03-06  Mark Mitchell  <mark@codesourcery.com>
11672
11673         * g++.dg/init/ref3.C: New test.
11674
11675         PR c++/9965
11676         * g++.dg/init/ref2.C: New test.
11677
11678         PR c++/9400
11679         * g++.dg/warn/Wshadow-2.C: New test.
11680
11681         PR c++/9791
11682         * g++.dg/warn/Woverloaded-1.C: New test.
11683
11684 2003-03-05  Jan Hubicka  <jh@suse.cz>
11685
11686         * gcc.dg/i386-local2.c: New.
11687         * gcc.dg/i386-local.c: Fix typo.
11688
11689 2003-03-05  Mark Mitchell  <mark@codesourcery.com>
11690
11691         * g++.dg/abi/layout3.C: New test.
11692
11693 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
11694
11695         * gcc.c-torture/compile/20030305-1.c
11696
11697 2003-03-05  Jan Hubicka  <jh@suse.cz>
11698
11699         * gcc.dg/i386-local.c: New.
11700
11701 2003-03-04  J"orn Rennecke <joern.rennecke@superh.com>
11702
11703         * gcc.dg/sh-relax.c: Disable for sh64-*-*.
11704
11705 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
11706
11707         * gcc.dg/switch-2.c: New test.
11708         * gcc.dg/switch-3.c: New test.
11709         * gcc.dg/Wswitch.c: Adjust line numbers.
11710         * gcc.dg/Wswitch-default.c: Likewise.
11711         * gcc.dg/Wswitch-enum.c: Likewise.
11712
11713 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
11714
11715         * gcc.c-torture/execute/20030222-1.c: New test.
11716
11717 2003-03-03  James E Wilson  <wilson@tuliptree.org>
11718
11719         * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
11720
11721 2003-03-03  Mark Mitchell  <mark@codesourcery.com>
11722
11723         PR c++/9878
11724         * g++.dg/init/ref1.C: New test.
11725
11726 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
11727
11728         * gcc.dg/sh-relax.c: New SH-only test.
11729
11730 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
11731
11732         * gcc.c-torture/compile/20010327-1.c: Back out last change.  Add
11733         comment explaining purpose of testcase.
11734
11735 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
11736
11737         * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
11738         for HC11/HC12 (asm needs two int registers).
11739         * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
11740         HC11/HC12 because the test uses an asm which needs two 32-bit
11741         registers.
11742
11743 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
11744
11745         * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
11746         for HC11/HC12 (array is too large otherwise).
11747         * gcc.c-torture/compile/920501-4.x: New file, likewise.
11748         * gcc.c-torture/compile/20010518-2.x: Likewise.
11749         * gcc.c-torture/compile/980506-1.x: Don't execute this test on
11750         HC11/HC12 (array is too large).
11751
11752 2003-03-01  Geoffrey Keating  <geoffk@apple.com>
11753
11754         * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
11755         * lib/g++-dg.exp (g++-dg-test): Likewise.
11756
11757 2003-03-01  Roger Sayle  <roger@eyesopen.com>
11758
11759         * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
11760         * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
11761
11762 2003-03-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11763
11764         * g++.dg/warn/implicit-typename1.C: Remove warning.
11765
11766 2003-02-28  Richard Henderson  <rth@redhat.com>
11767
11768         * gcc.dg/noreturn-1.c: Move noreturn warning line.
11769         * gcc.dg/return-type-1.c: Move control reaches end warning line.
11770
11771 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
11772
11773         * gcc.dg/pch/pch.exp: Change .pch to .gch.
11774         * g++.dg/pch/pch.exp: Likewise.
11775
11776 2003-02-28  Mark Mitchell  <mark@codesourcery.com>
11777
11778         PR c++/9879
11779         * testsuite/g++.dg/init/new4.C: New test.
11780
11781 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
11782
11783         * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
11784
11785 2003-02-28  Alexandre Oliva  <aoliva@redhat.com>
11786
11787         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
11788         unsigned long.
11789
11790         * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
11791         wider than float.
11792
11793 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11794
11795         * lib/scanasm.exp: Add support for counting numbers of
11796         occurences.
11797         * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
11798         gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
11799
11800 2003-02-25  Mark Mitchell  <mark@codesourcery.com>
11801
11802         PR c++/9683
11803         * g++.dg/template/static3.C: New test.
11804
11805         PR c++/9829
11806         * g++.dg/parse/namespace6.C: New test.
11807
11808 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11809
11810         PR target/9732
11811         * gcc.dg/20030225-1.c: New test.
11812
11813 2003-02-24  Mark Mitchell  <mark@codesourcery.com>
11814
11815         * README: Remove out-of-date information.
11816
11817         PR c++/9836
11818         * g++.dg/template/spec6.C: New test.
11819
11820 2003-02-24  Jeff Law  <law@redhat.com>
11821
11822         * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
11823
11824 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11825
11826         * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
11827         * gcc.dg/pragma-ep-1.c: Likewise.
11828
11829 2003-02-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11830
11831         PR c++/9602
11832         * g++.dg/template/friend16.C: New test.
11833
11834 2003-02-23  Mark Mitchell  <mark@codesourcery.com>
11835
11836         PR c++/5333
11837         * g++.dg/parse/fused-params1.C: Adjust error messages.
11838         * g++.dg/template/nested3.C: New test.
11839
11840 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
11841
11842         * g++.dg/abi/param1.C: New test.
11843
11844 2003-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11845
11846         PR c++/7982
11847         * g++.dg/warn/implicit-typename1.C: New test.
11848
11849 2003-02-22  Kelley Cook <kelleycook@comcast.net>
11850
11851         * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
11852         with "mtune".
11853         * g++.old-deja/g++.other/store-expr2.C: Likewise.
11854         * gcc.c-torture/execute/20010129-1.x: Likewise.
11855         * gcc.dg/20011107-1.c: Likewise.
11856         * gcc.dg/20020108-1.c: Likewise.
11857         * gcc.dg/20020122-3.c: Likewise.
11858         * gcc.dg/20020206-1.c: Likewise.
11859         * gcc.dg/20020310-1.c: Likewise.
11860         * gcc.dg/20020426-2.c: Likewise.
11861         * gcc.dg/20020517-1.c: Likewise.
11862         * gcc.dg/991230-1.c: Likewise.
11863         * gcc.dg/i386-unroll-1.c: Likewise.
11864         * gcc.misc-tests/i386-prefetch.exp: Likewise.
11865
11866 2003-02-22  Jan Hubicka  <jh@suse.cz>
11867
11868         * gcc.dg/i386-mul.c: New test.
11869
11870 2003-02-21  Roger Sayle  <roger@eyesopen.com>
11871
11872         * gcc.dg/builtins-5.c: New test case.
11873
11874 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
11875
11876         * gcc.dg/asmreg-1.c: New test.
11877
11878 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
11879
11880         PR c++/9749
11881         * g++.dg/parse/varmod1.C: New test.
11882
11883 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
11884
11885         PR c++/9727
11886         * g++.dg/template/op1.C: New test.
11887
11888 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
11889
11890         PR c++/8906
11891         * g++.dg/template/nested2.C: New test.
11892
11893 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
11894
11895         PR c++/8724
11896         * g++.dg/expr/dtor1.C: New test.
11897
11898 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
11899
11900         * gcc.dg/cpp/include3.c: New test.
11901         * gcc.dg/cpp/inc/foo.h: New file.
11902
11903 2003-02-21  Glen Nakamura  <glen@imodulo.com>
11904
11905         * gcc.c-torture/execute/20030221-1.c: New test.
11906
11907 2003-02-20  Mark Mitchell  <mark@codesourcery.com>
11908
11909         PR c++/9729
11910         * g++.dg/abi/conv1.C: New test.
11911
11912 2003-02-20  Jan Hubicka  <jh@suse.cz>
11913
11914         * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
11915
11916 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
11917
11918         * gcc.c-torture/compile/20030219-1.c: New test.
11919
11920 2003-02-18  Jan Hubicka  <jh@suse.cz>
11921
11922         * gcc.dg/funcorder.c: New test.
11923
11924 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
11925
11926         * gcc.c-torture/execute/20030218-1.c: New.
11927
11928 2003-02-18  Aldy Hernandez  <aldyh@redhat.com>
11929
11930         * gcc.dg/20030218-1.c: New.
11931
11932 2003-02-18  Richard Henderson  <rth@redhat.com>
11933
11934         * gcc.dg/attr-invalid.c: Allow __used__ on static data.
11935         * gcc.dg/attr-used-2.c: New.
11936
11937 2003-02-18  Mark Mitchell  <mark@codesourcery.com>
11938
11939         PR c++/9704
11940         * g++.dg/init/copy5.C: New test.
11941
11942 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
11943
11944         * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
11945         * g++.dg/pch/pch.exp: Likewise.
11946
11947 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
11948
11949         * gcc.c-torture/execute/20030209-1.c: Enable the test if
11950         STACK_SIZE is not defined.
11951
11952 2003-02-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11953
11954         PR c++/9457
11955         * g++.dg/template/init1.C: New test.
11956
11957 2003-02-16  Jan HUbicka  <jh@suse.cz>
11958
11959         * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
11960         (foo): Add few extra tests
11961         * gcc.dg/c99-const-expr-3.c: Likewise.
11962         * gcc.c-torture/execute/20030216-1.c: New.
11963
11964 2003-02-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11965
11966         PR c++/9459
11967         * g++.dg/ext/typeof4.C: New test.
11968
11969 2003-02-15  Roger Sayle  <roger@eyesopen.com>
11970
11971         * gcc.dg/i386-387-3.c: New test case.
11972
11973 2003-02-14  Josef Zlomek  <zlomekj@suse.cz>
11974
11975         * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
11976         cris-*-elf* cris-*-aout* and mmix-*-*.
11977
11978 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
11979
11980         * gcc.dg/20030213-1.c: New test.
11981
11982 2003-02-12  Roger Sayle  <roger@eyesopen.com>
11983
11984         * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
11985         * gcc.dg/i386-387-2.c: Likewise.
11986
11987 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
11988
11989         * gcc.dg/ppc-spe.c: Fix formatting.
11990         Enable tests that were previously unsupported by gas.
11991         Delete tests for instructions that no longer exist.
11992         Switch arguments on evsubifw builtin.
11993
11994 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
11995
11996         * gcc.c-torture/execute/20030209-1.c: Disable the test if
11997         STACK_SIZE is too small.
11998
11999 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
12000             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
12001
12002         * gcc.dg/decl-2.c: New test.
12003
12004 2003-02-10  Jan Hubicka  <jh@suse.cz>
12005
12006         * gcc.dg/i386-fpcvt-1.c:  New test.
12007
12008 2002-02-09  Richard Sandiford  <rsandifo@redhat.com>
12009
12010         * gcc.c-torture/execute/20030209-1.c: New test.
12011
12012 2003-02-09  Kazu Hirata  <kazu@cs.umass.edu>
12013
12014         * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
12015         int-wide bitops, use the constants of the same width.
12016         Likewise, if long long is 32-bit wide, test bitops using
12017         32-bit constants.
12018
12019 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
12020
12021         * gcc.dg/20021014-1.c: Annotate with expected notice text.
12022
12023 2003-02-07  Roger Sayle  <roger@eyesopen.com>
12024
12025         * testsuite/gcc.dg/builtins-4.c: New test case.
12026
12027 2003-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12028
12029         * gcc.dg/20020430-1.c: Fix dg command typos.
12030         * gcc.dg/20020503-1.c: Likewise.
12031
12032 2003-02-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
12033
12034         PR c++/8785
12035         * g++.dg/parse/fused-params1.C: New test.
12036
12037         PR c++/8857
12038         * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
12039
12040         PR c++/8921
12041         * g++.dg/parse/non-dependent1.C: New test.
12042
12043         PR c++/8928
12044         * g++.dg/parse/dupl-tmpl-args1.C: New test.
12045
12046         PR c++/9228
12047         * g++.dg/parse/undefined7.C: New test.
12048         * g++.dg/parse/non-templ1.C: New test.
12049
12050         PR c++/9229
12051         * g++.dg/parse/too-many-tmpl-args1.C: New test.
12052
12053 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
12054
12055         * gcc.c-torture/compile/20030206-1.c: New test.
12056
12057 2003-02-05  Roger Sayle  <roger@eyesopen.com>
12058
12059         * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
12060         "pow" to "foo" to avoid potential confusion with a math built-in.
12061
12062 2003-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12063
12064         * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
12065         conditions for SPARC targets.
12066
12067 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
12068
12069         * gcc.dg/20030204-1.c: New test.
12070
12071 2003-02-04  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
12072
12073         PR c++/38
12074         * g++.dg/parse/array-size1.C: New test.
12075
12076         PR c++/5657
12077         * g++.dg/parse/undefined3.C: New test.
12078
12079         PR c++/5665
12080         * g++.dg/parse/undefined4.C: New test.
12081
12082         PR c++/5975
12083         * g++.dg/parse/undefined5.C: New test.
12084
12085         PR c++/7259
12086         * g++.dg/parse/tmpl-tmpl-param1.C: New test.
12087
12088         PR c++/8578
12089         * g++.dg/parse/casting-operator1.C: New test.
12090
12091         PR c++/8596
12092         * g++.dg/parse/undefined6.C: New test.
12093
12094         PR c++/8736
12095         * g++.dg/parse/missing-template1.C: New test.
12096
12097 2003-02-04  Jan Hubicka  <jh@suse.cz>
12098
12099         * gcc.dg/i386-cadd.c:  Compile using -march=k8.
12100         * gcc.dg/i386-cmov?.c:  Likewise.
12101         * gcc.dg/i386-fpcvt-?.c:  Likewise.
12102         * gcc.dg/i386-ssefp-1.c:  Likewise.
12103         * gcc.dg/i386-ssetype-?.c:  Likewise; fix for register passing
12104         conventions.
12105
12106 2003-02-03  Mark Mitchell  <mark@codesourcery.com>
12107
12108         PR c++/7129
12109         * testsuite/g++.dg/ext/max.C: New test.
12110
12111 2003-02-03  Jan Hubicka  <jh@suse.cz>
12112
12113         * gcc.c-torture/execute/20030203-1.c: New test.
12114
12115 2003-02-03  Richard Earnshaw  <rearnsha@arm.com>
12116
12117         * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
12118         'natural-endian'.
12119
12120 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
12121
12122         * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
12123         * g++.dg/init/new2.C: Likewise.
12124         * g++.dg/other/new1.C: Likewise.
12125
12126 2003-01-31  Loren J. Rittle <ljrittle@acm.org>
12127
12128         * gcc.dg/struct-ret-libc.c: New test.
12129
12130 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
12131
12132         * gcc.dg/20030129-1.c: New test.
12133
12134 2003-01-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12135
12136         PR c++/8849
12137         * g++.dg/template/ptrmem4.C: New test.
12138
12139 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
12140
12141         * g++.dg/parser/constant1.C: New test.
12142
12143 2003-01-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12144
12145         PR c++/8591
12146         * g++.dg/parse/friend2.C: New test.
12147
12148 2003-01-29  Nathan Sidwell  <nathan@codesourcery.com>
12149
12150         PR c++/9437
12151         * g++.dg/template/unify4.C: New test.
12152
12153 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
12154
12155         * gcc.c-torture/execute/20030128-1.c: New test.
12156
12157 2003-01-28  Jeffrey D. Oldham  <oldham@codesourcery.com>
12158
12159         * g++.dg/lookup/nested1.C: Test moved from ...
12160         * g++.old-deja/g++.other/lookup24.C: ... here.
12161
12162 2003-01-28  Jan Hubicka  <jh@suse.cz>
12163
12164         * gcc.dg/i386-cmov5.c:  New test.
12165
12166 2003-01-28  D.Venkatasubramanian   <dvenkat@noida.hcltech.com>
12167
12168         * gcc.c-torture/execute/20010925-1.c: Changed the
12169         memcpy declaration.
12170
12171 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
12172
12173         PR c++/3902
12174         * g++.dg/parse/template5.C: New test.
12175
12176 2003-01-28  Toon Moene  <toon@moene.indiv.nluug.nl>
12177
12178         PR fortran/9258
12179         * g77.dg/pr9258: New test.
12180
12181 2003-01-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12182
12183         * README: Move relevant parts from README.g++.
12184
12185         * README.g++: Remove this file.
12186
12187 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
12188
12189         * g++.dg/abi/dcast1.C: New test.
12190
12191 2003-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12192
12193         * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
12194
12195 2003-01-27  Jeffrey D. Oldham  <oldham@codesourcery.com>
12196
12197         PR c++/47
12198         * g++.old-deja/g++.other/lookup24.C: New test.
12199
12200 2003-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12201
12202         PR middle-end/7227
12203         * gcc.dg/uninit-C.c: New test.
12204
12205 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
12206
12207         * g++.dg/abi/covariant1.C: New test.
12208
12209 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
12210
12211         * gcc.dg/20030123-1.c: New test.
12212
12213 2003-01-25  Jan Hubicka  <jh@suse.cz>
12214
12215         PR opt/8492
12216         * gcc.c-torture/compile/20030125-1.c
12217
12218 2003-01-25  Nathan Sidwell  <nathan@codesourcery.com>
12219
12220         PR c++/9403
12221         * g++.dg/parse/template3.C: New test.
12222         * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
12223
12224         PR c++/795
12225         * g++.dg/parse/template4.C: New test.
12226
12227         PR c++/9415
12228         * g++.dg/template/qual2.C: New test.
12229
12230         PR c++/8545
12231         * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
12232
12233         * g++.old-deja/g++.ns/bogus1.C: Change expected error.
12234
12235 2003-01-25  Roger Sayle  <roger@eyesopen.com>
12236
12237         * gcc.c-torture/execute/switch-1.c: New test case.
12238
12239 2003-01-25  Jan Hubicka  <jh@suse.cz>
12240
12241         * gcc.c-torture/execute/20030125-1.[cx]: New test.
12242
12243 2003-01-25  Paolo Carlini  <pcarlini@unitus.it>
12244
12245         Tweaks for Bison-1.875. From the NEWS file:
12246         "- `parse error' -> `syntax error'
12247         Bison now uniformly uses the term `syntax error'"
12248         * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
12249         * gcc.dg/cpp/digraph2.c: Likewise.
12250         * gcc.dg/cpp/direct2.c: Likewise.
12251         * gcc.dg/cpp/paste4.c: Likewise.
12252         * gcc.dg/c90-restrict-1.c: Likewise.
12253         * gcc.dg/c99-func-2.c: Likewise.
12254         * gcc.dg/noncompile/920721-2.c: Likewise.
12255         * gcc.dg/noncompile/930622-2.c: Likewise.
12256         * gcc.dg/noncompile/940112-1.c: Likewise.
12257         * gcc.dg/noncompile/950921-1.c: Likewise.
12258         * gcc.dg/noncompile/951123-1.c: Likewise.
12259         * gcc.dg/noncompile/971104-1.c: Likewise.
12260         * gcc.dg/noncompile/990416-1.c: Likewise.
12261
12262 2003-01-24  Paolo Carlini  <pcarlini@unitus.it>
12263
12264         * g++.dg/parse/undefined1.C: Add error message.
12265
12266 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
12267
12268         PR c++/9354
12269         * g++.dg/parse/new1.C: New test.
12270
12271         PR c++/9216
12272         * g++.dg/parse/template2.C: New test.
12273
12274         PR c++/9354
12275         * g++.dg/parse/typedef2.C: New test.
12276
12277         PR c++/9328
12278         * g++.dg/ext/typeof3.C: New test.
12279
12280 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
12281
12282         PR c++/2738
12283         * g++.dg/parse/ret-type1.C: New test.
12284
12285         PR c++/3792
12286         * g++.dg/parse/tmpl-outside1.C: New test.
12287
12288         PR c++/4207
12289         * g++.dg/parse/int-as-enum1.C: New test.
12290
12291         PR c++/4903
12292         * g++.dg/parse/no-typename1.C: New test.
12293
12294         PR c++/5533
12295         * g++.dg/parse/no-value1.C: New test.
12296
12297         PR c++/5921
12298         * g++.dg/parse/wrong-inline1.C: New test.
12299
12300         PR c++/6402
12301         * g++.dg/parse/ref1.C: New test.
12302
12303         PR c++/6992
12304         * g++.dg/parse/attr-ctor1.C: New test.
12305
12306         PR c++/7229
12307         * g++.dg/parse/namespace5.C: New test.
12308
12309         PR c++/7917
12310         * g++.dg/parse/func-def1.C: New test.
12311
12312         PR c++/8143
12313         * g++.dg/parse/undefined1.C: New test.
12314
12315         PR c++/5723, PR c++/8522
12316         * g++.dg/parse/specialization1.C: New test.
12317
12318         PR c++/163, PR c++/8595
12319         * g++.dg/parse/struct-as-enum1.C: New test.
12320
12321         PR c++/9173
12322         * g++.dg/parse/undefined2.C: New test.
12323
12324 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
12325
12326         PR c++/9298
12327         * g++.dg/parse/template1.C: New test.
12328
12329         PR c++/9384
12330         * g++.dg/parse/using1.C: New test.
12331
12332         PR c++/9285
12333         PR c++/9294
12334         * g++.dg/parse/expr2.C: New test.
12335
12336         PR c++/9388
12337         * g++.dg/parse/lookup2.C: Likewise.
12338
12339 2003-01-21  Jan Hubicka  <jh@suse.cz>
12340
12341         * gcc.c-torture/execute/990208-1.c:  Add noinline attributes as needed.
12342         * gcc.c-torture/execute/eeprof-1.c:  Likewise.
12343         * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
12344         * gcc.c-torture/execute/string-opt-*.c: Likewise.
12345
12346 2003-01-20  Nick Clifton  <nickc@redhat.com>
12347
12348         * gcc.c-torture/execute/20030117-1.c: New test case.  Exposes
12349         problem with ARM sibcall code generation.
12350
12351 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
12352
12353         * gcc.c-torture/execute/20030120-1.c: New.
12354
12355 2003-01-19  Paolo Carlini  <pcarlini@unitus.it>
12356
12357         * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
12358
12359 2003-01-17  Mark Mitchell  <mark@codesourcery.com>
12360
12361         PR c++/9272
12362         * g++.dg/parse/ctor1.C: New test.
12363
12364         PR c++/9294:
12365         * g++.dg/parse/qualified1.C: New test.
12366
12367         * g++.dg/parse/typename3.C: New test.
12368
12369 2003-01-16  Richard Henderson  <rth@redhat.com>
12370
12371         * g++.dg/tls/init-2.C: Fix error matches for real this time.
12372
12373 2003-01-16  Richard Henderson  <rth@redhat.com>
12374
12375         * g++.dg/pch/pch.exp: Copy test header to the working directory
12376         before using it either for precompilation or direct use.
12377         * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
12378         * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
12379
12380 2003-01-16  Richard Henderson  <rth@redhat.com>
12381
12382         * gcc.dg/pch/pch.exp: Copy test header to the working directory
12383         before using it either for precompilation or direct use.
12384         * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
12385         * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
12386
12387 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
12388
12389         * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
12390         * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
12391         * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
12392         * gcc/testsuite/g++.dg/parse/typename2.C: New test.
12393         * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
12394         typename warning into error.
12395         * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
12396         error messages.
12397         * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
12398         * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
12399         * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
12400         messages.
12401         * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
12402         make declaration visible in template.
12403         * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
12404         * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
12405         messages.
12406         * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
12407         message.
12408         * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
12409         * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
12410         * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
12411         * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
12412         typename warning with error message.
12413         * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
12414         * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
12415         * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
12416
12417 2003-01-16  Nathan Sidwell  <nathan@codesourcery.com>
12418
12419         * g++.dg/parse/ambig2.C: New test.
12420
12421 2003-01-15  Richard Henderson  <rth@redhat.com>
12422
12423         * g++.dg/tls/init-2.C: Update error message string.
12424
12425 2003-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12426
12427         * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
12428
12429 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
12430
12431         * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
12432         all for HC11/HC12.
12433         * gcc.c-torture/compile/20001205-1.x: Likewise.
12434         * gcc.c-torture/compile/20001226-1.x: Likewise.
12435         * gcc.c-torture/compile/920520-1.x: Likewise.
12436         * gcc.c-torture/compile/961203-1.x: Likewise.
12437         * gcc.c-torture/compile/20020604-1.x: Likewise.
12438
12439 2003-01-15  Jan Hubicka  <jh@suse.cz>
12440
12441         * gcc.c-torture/compile/20030115-1.c: New test.
12442
12443         * gcc.dg/i386-fpcvt-1.c: New test.
12444         * gcc.dg/i386-fpcvt-2.c: New test.
12445
12446 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
12447
12448         Further conform g++'s __vmi_class_type_info to the C++ ABI
12449         specification.
12450         * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
12451         the specification.
12452
12453 2003-01-14  Jan Hubicka  <jh@suse.cz>
12454
12455         * gcc.dg/i386-fpcvt-1.c: New test.
12456         * gcc.dg/i386-fpcvt-2.c: New test.
12457
12458 2003-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
12459
12460         * gcc.dg/i386-mmx-3.c: New test.
12461
12462 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
12463
12464         PR c++/9264
12465         * g++.dg/parse/octal1.C: New file.
12466
12467         PR c++/9172
12468         * g++.dg/parse/typename1.C: New file.
12469
12470 2003-01-10  Danny Smith  <dannysmith@users.sourceforge.net>
12471
12472         * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
12473         * gcc.dg/bf-no-ms-layout.c: Likewise.
12474         * gcc.dg/bf-ms-attrib.c: Likewise.
12475
12476 2003-01-10  Mark Mitchell  <mark@codesourcery.com>
12477
12478         PR c++/9099
12479         * g++.dg/parse/dtor1.C: New file.
12480
12481         PR c++/9128
12482         * g++.dg/rtti/typeid1.C: New file.
12483
12484         PR c++/9153
12485         * g++.dg/parse/lookup1.C: New file.
12486
12487         PR c++/9171
12488         * g++.dg/templ/spec5.C: New file.
12489
12490 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
12491
12492         * gcc.c-torture/compile/20030110-1.c: New test.
12493
12494 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
12495
12496         Merge from pch-branch:
12497
12498         2002-12-23  Geoffrey Keating  <geoffk@apple.com>
12499
12500         * gcc.dg/pch/cpp-1.h: New.
12501         * gcc.dg/pch/cpp-1.c: New.
12502         * gcc.dg/pch/cpp-2.h: New.
12503         * gcc.dg/pch/cpp-2.c: New.
12504
12505         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
12506
12507         * gcc.dg/pch/except-1.h: New.
12508         * gcc.dg/pch/except-1.c: New.
12509
12510         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
12511
12512         * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
12513         running test.
12514         * gcc.dg/pch: Include *.hp not *.h.
12515         * gcc.dg/pch/system-1.h: New.
12516         * gcc.dg/pch/system-1.c: New.
12517
12518         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
12519
12520         * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
12521         rather than trying to build and run a program using PCH.
12522         * gcc.dg/pch: Remove dg-do commands from test files.
12523
12524         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
12525
12526         * gcc.dg/pch/macro-3.c: New.
12527         * gcc.dg/pch/macro-3.h: New.
12528
12529         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
12530
12531         * gcc.dg/pch/common-1.c: New.
12532         * gcc.dg/pch/common-1.h: New.
12533         * gcc.dg/pch/decl-1.c: New.
12534         * gcc.dg/pch/decl-1.h: New.
12535         * gcc.dg/pch/decl-2.c: New.
12536         * gcc.dg/pch/decl-2.h: New.
12537         * gcc.dg/pch/decl-3.c: New.
12538         * gcc.dg/pch/decl-3.h: New.
12539         * gcc.dg/pch/decl-4.c: New.
12540         * gcc.dg/pch/decl-4.h: New.
12541         * gcc.dg/pch/decl-5.c: New.
12542         * gcc.dg/pch/decl-5.h: New.
12543         * gcc.dg/pch/global-1.c: New.
12544         * gcc.dg/pch/global-1.h: New.
12545         * gcc.dg/pch/inline-1.c: New.
12546         * gcc.dg/pch/inline-1.h: New.
12547         * gcc.dg/pch/inline-2.c: New.
12548         * gcc.dg/pch/inline-2.h: New.
12549         * gcc.dg/pch/static-1.c: New.
12550         * gcc.dg/pch/static-1.h: New.
12551         * gcc.dg/pch/static-2.c: New.
12552         * gcc.dg/pch/static-2.h: New.
12553
12554         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
12555
12556         * g++.dg/pch/pch.exp: Better handle failing testcases.
12557         * gcc.dg/pch/pch.exp: Likewise.
12558         * gcc.dg/pch/macro-1.c: New.
12559         * gcc.dg/pch/macro-1.h: New.
12560         * gcc.dg/pch/macro-2.c: New.
12561         * gcc.dg/pch/macro-2.h: New.
12562
12563         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
12564
12565         * g++.dg/dg.exp: Treat files in pch/ specially.
12566         * g++.dg/pch/pch.exp: New file.
12567         * g++.dg/pch/empty.H: New file.
12568         * g++.dg/pch/empty.C: New file.
12569         * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
12570         "precompile".
12571
12572         * gcc.dg/pch/pch.exp: New file.
12573         * gcc.dg/pch/empty.h: New file.
12574         * gcc.dg/pch/empty.c: New file.
12575         * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
12576         "precompile".
12577
12578 2003-01-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12579
12580         * g++.dg/template/friend14.C: New test.
12581
12582 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
12583
12584         * gcc.dg/old-style-asm-1.c: New test.
12585
12586 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
12587
12588         * gcc.c-torture/compile/20030109-1.c: New test.
12589
12590 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
12591
12592         * gcc.c-torture/execute/20030109-1.c: New test.
12593
12594 2003-01-08  Larin Hennessey  <larin@science.oregonstate.edu>
12595
12596         * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
12597         * g++.old-deja/g++.mike/dyncast2.C: Likewise
12598         * g++.old-deja/g++.mike/dyncast3.C: Likewise
12599         * g++.old-deja/g++.mike/eh2.C: Likewise
12600         * g++.old-deja/g++.mike/eh3.C: Likewise
12601         * g++.old-deja/g++.mike/eh5.C: Likewise
12602         * g++.old-deja/g++.mike/eh6.C: Likewise
12603         * g++.old-deja/g++.mike/eh7.C: Likewise
12604         * g++.old-deja/g++.mike/eh8.C: Likewise
12605         * g++.old-deja/g++.mike/eh9.C: Likewise
12606         * g++.old-deja/g++.mike/eh10.C: Likewise
12607         * g++.old-deja/g++.mike/eh12.C: Likewise
12608         * g++.old-deja/g++.mike/eh13.C: Likewise
12609         * g++.old-deja/g++.mike/eh14.C: Likewise
12610         * g++.old-deja/g++.mike/eh16.C: Likewise
12611         * g++.old-deja/g++.mike/eh17.C: Likewise
12612         * g++.old-deja/g++.mike/eh18.C: Likewise
12613         * g++.old-deja/g++.mike/eh21.C: Likewise
12614         * g++.old-deja/g++.mike/eh23.C: Likewise
12615         * g++.old-deja/g++.mike/eh24.C: Likewise
12616         * g++.old-deja/g++.mike/eh25.C: Likewise
12617         * g++.old-deja/g++.mike/eh26.C: Likewise
12618         * g++.old-deja/g++.mike/eh27.C: Likewise
12619         * g++.old-deja/g++.mike/eh28.C: Likewise
12620         * g++.old-deja/g++.mike/eh29.C: Likewise
12621         * g++.old-deja/g++.mike/eh31.C: Likewise
12622         * g++.old-deja/g++.mike/eh33.C: Likewise
12623         * g++.old-deja/g++.mike/eh34.C: Likewise
12624         * g++.old-deja/g++.mike/eh35.C: Likewise
12625         * g++.old-deja/g++.mike/eh36.C: Likewise
12626         * g++.old-deja/g++.mike/eh37.C: Likewise
12627         * g++.old-deja/g++.mike/eh38.C: Likewise
12628         * g++.old-deja/g++.mike/eh39.C: Likewise
12629         * g++.old-deja/g++.mike/eh40.C: Likewise
12630         * g++.old-deja/g++.mike/eh41.C: Likewise
12631         * g++.old-deja/g++.mike/eh42.C: Likewise
12632         * g++.old-deja/g++.mike/eh44.C: Likewise
12633         * g++.old-deja/g++.mike/eh46.C: Likewise
12634         * g++.old-deja/g++.mike/eh47.C: Likewise
12635         * g++.old-deja/g++.mike/eh48.C: Likewise
12636         * g++.old-deja/g++.mike/eh49.C: Likewise
12637         * g++.old-deja/g++.mike/eh50.C: Likewise
12638         * g++.old-deja/g++.mike/eh51.C: Likewise
12639         * g++.old-deja/g++.mike/eh53.C: Likewise
12640         * g++.old-deja/g++.mike/eh55.C: Likewise
12641         * g++.old-deja/g++.mike/p7912.C: Likewise
12642         * g++.old-deja/g++.mike/p9706.C: Likewise
12643         * g++.old-deja/g++.mike/p10416.C: Likewise
12644         * g++.old-deja/g++.mike/p11667.C: Likewise
12645         * g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
12646         Remove redundant reference to Iris.
12647         * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
12648         Elxsi, i860, Pico Java, and WE32K.
12649
12650 2003-01-07  Mark Mitchell  <mark@codesourcery.com>
12651
12652         * g++.dg/ext/asm4.C: New test.
12653
12654 2003-01-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12655
12656         PR c++/9030
12657         * g++.dg/template/friend12.C: New test.
12658         * g++.dg/template/friend13.C: Likewise.
12659         * g++.old-deja/g++.eh/spec6.C: Add missing error message.
12660
12661 2003-01-08  Jan Hubicka  <jh@suse.cz>
12662
12663         * gcc.dg/i386-cadd.c: New test.
12664         * gcc.dg/i386-cmov4.c: Likewise.
12665
12666 2003-01-06  Mark Mitchell  <mark@codesourcery.com>
12667
12668         PR c++/9165
12669         * g++.dg/warn/Wunused-3.C: New test.
12670
12671         * g++.dg/abi/bitfield9.C: New test.
12672
12673         PR c++/9189
12674         * g++.dg/parse/defarg3.C: New test.
12675
12676 2003-01-06  Nathan Sidwell  <nathan@codesourcery.com>
12677
12678         * g++.dg/parse/ambig1.C: New test.
12679         * g++.dg/parse/defarg2.C: New test.
12680
12681 2003-01-05  Mark Mitchell  <mark@codesourcery.com>
12682
12683         * g++.dg/template/defarg-1.C: New test.
12684         * g++.dg/template/local2.C: Likewise.
12685
12686 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
12687
12688         * gcc.c-torture/execute/20030105-1.c: New test.
12689
12690 2003-01-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12691
12692         * g++.dg/parse/namespace3.C: Remove extra semicolons.
12693         * g++.dg/parse/namespace4.C: Likewise.
12694
12695 2003-01-03  Nathan Sidwell  <nathan@codesourcery.com>
12696
12697         * g++.dg/template/ntp2.C: New test.
12698
12699 2003-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12700
12701         * g++.dg/parse/extern-C-1.C: New test.
12702
12703         * g++.dg/parse/namespace4.C: New test.
12704
12705         * g++.dg/template/nested1.C: New test.
12706
12707         * g++.dg/parse/namespace3.C: New test.
12708
12709 2003-01-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12710
12711         * g++.dg/lookup/two-stage1.C: New test.
12712
12713 2003-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12714
12715         * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
12716         * g++.old-deja/g++.jason/access8.C: Likewise.
12717         * g++.old-deja/g++.other/decl5.C: Likewise.
12718
12719 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
12720
12721         * g++.dg/parse/parse7.C: New test.
12722
12723 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
12724
12725         PR c++/2843
12726         * g++.dg/ext/attrib7.C: New test.
12727
12728 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
12729
12730         * g++.dg/parse/parse6.C: New test.
12731
12732 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
12733
12734         * gcc.dg/h8300-stack-1.c: New.
12735
12736 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
12737
12738         g++.dg/lookup/exception1.C: New test.
12739
12740         g++.dg/lookup/template1.C: New test.
12741
12742         g++.dg/parse/namespace2.C: New test.
12743
12744         g++.dg/parse/parens2.C: New test.
12745
12746 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
12747
12748         * g++.dg/parse/parse5.C: New test.
12749         * g++.dg/lookup/scoped4.C: New test.
12750
12751 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
12752
12753         * g++.dg/parse/parens1.C: New test.
12754
12755         * g++.dg/parse/parens2.C: Removed, turned out to duplicate
12756         angle-bracket1.C.
12757         * g++.dg/parse/parens2.C: New test.
12758
12759         * g++.dg/lookup/scope-operator1.C: New test.
12760
12761         * g++.dg/parse/operator1.C: New test.
12762
12763 2003-01-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12764
12765         * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
12766         * g++.old-deja/g++.other/access6.C: Likewise.
12767         * g++.old-deja/g++.other/decl1.C: Likewise.
12768         * g++.old-deja/g++.pt/typename12.C: Likewise.
12769
12770 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
12771
12772         * g++.dg/parse/namespace1.C: New test.
12773
12774 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
12775
12776         * g++.dg/parse/parse4.C: New test.
12777
12778 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
12779
12780         * g++.dg/parse/parse3.C: New test.
12781
12782 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
12783
12784         * g++.dg/parse/parse2.C: New test.
12785
12786 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
12787
12788         * g++.dg/template/friend11.C: New test.
12789
12790 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
12791
12792         * g++.dg/parse/parse1.C: New test.
12793
12794 2002-12-31  Janis Johnson  <janis187@us.ibm.com>
12795
12796         * lib/profopt.exp: Change the name of a global variable to avoid
12797         possible clashes with other test suites.
12798
12799 2002-12-31  Nathan Sidwell  <nathan@codesourcery.com>
12800
12801         * g++.dg/inherit/covariant8.C: New test.
12802
12803 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
12804
12805         * g++.dg/init/array9.C: New test.
12806
12807         PR c++/9112
12808         * g++.dg/parse/expr1.C: New test.
12809
12810 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
12811
12812         * gcc.c-torture/compile/20021230-1.c: New test.
12813
12814 2002-12-30  Nathan Sidwell  <nathan@codesourcery.com>
12815
12816         * g++.dg/inherit/covariant5.C: New test.
12817         * g++.dg/inherit/covariant6.C: New test.
12818         * g++.dg/inherit/covariant7.C: New test.
12819
12820 2002-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12821
12822         PR c++/2739
12823         * g++.dg/other/access2.C: New test.
12824
12825 2002-12-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
12826
12827         * g++.dg/other/anon-struct.C: No longer fails
12828         * g++.old-deja/g++.brendan/parse4.C: Likewise.
12829         * g++.old-deja/g++.brendan/parse5.C: Likewise.
12830         * g++.old-deja/g++.brendan/parse6.C: Likewise.
12831
12832 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
12833
12834         * g++.dg/parse/angle-bracket.C (main): No longer fails.
12835
12836 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
12837
12838         * g++.dg/eh/spec4.C: Remove stray semicolon.
12839         * g++.dg/expr/pmf-1.C: Change error message.
12840         * g++.dg/ext/asm1.C: Remove stray semicolon.
12841         * g++.dg/ext/typename1.C: Add missing typenames.
12842         * g++.dg/inherit/template-as-base.C: Change error message.
12843         * g++.dg/lookup/scoped1.C: Likewise.
12844         * g++.dg/lookup/scoped2.C: Likewise.
12845         * g++.dg/lookup/using2.C: Likewise.
12846         * g++.dg/other/component1.C: Remove stray semicolon.
12847         * g++.dg/other/do1.C: Change error message.
12848         * g++.dg/other/error2.C: Likewise.
12849         * g++.dg/other/init1.C: Likewise.
12850         * g++.dg/other/packed1.C: Remove stray semicolon.
12851         * g++.dg/other/ptrmem2.C: Change error message.
12852         * g++.dg/parse/parameter-declaration-1.C: Remove line number
12853         marker.
12854         * g++.dg/special/initp1.C: Remove invalid attribute usage.
12855         * g++.dg/template/access3.C: Add typename keyword.
12856         * g++.dg/template/access5.C: Remove stray semicolon.
12857         * g++.dg/template/access6.C: Likewise.
12858         * g++.dg/template/complit1.C: Likewise.
12859         * g++.dg/template/crash1.C: Change error message.
12860         * g++.dg/template/inherit2.C: Remove stray semicolon.
12861         * g++.dg/template/instantiate2.C: Likewise.
12862         * g++.dg/template/instantiate3.C: Change error message.
12863         * g++.dg/template/qual1.C: Remove stray semicolon.
12864         * g++.dg/template/qualttp18.C: Change error message.
12865         * g++.dg/template/ref1.C: Remove stray semicolon.
12866         * g++.dg/template/sizeof1.C (A::value): Declare it.
12867         * g++.dg/template/spec4.C: Change error message.
12868         * g++.dg/template/static1.C: Likewise.
12869         * g++.dg/template/type1.C: Likewise.
12870         * g++.dg/template/typename3.C: Likewise.
12871         * g++.old-deja/g++.benjamin/13478.C: Change error message.
12872         * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
12873         * g++.old-deja/g++.benjamin/bool01.C: Likewise.
12874         * g++.old-deja/g++.benjamin/bool02.C: Likewise.
12875         * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
12876         named return value extension.
12877         * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
12878         * g++.old-deja/g++.benjmain/warn01.C: Likewise.
12879         * g++.old-deja/g++.bob/extern_C.C: Likewise.
12880         * g++.old-deja/g++.bob/inherit2.C: Likewise.
12881         * g++.old-deja/g++.brendan/complex1.C: Likewise.
12882         * g++.old-deja/g++.brendan/copy5.C: Likewise.
12883         * g++.old-deja/g++.brendan/crash13.C: Likewise.
12884         * g++.old-deja/g++.brendan/crash15.C: Likewise.
12885         * g++.old-deja/g++.brendan/crash18.C: Change error message.
12886         * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
12887         * g++.old-deja/g++.brendan/crash38.C: Likewise.
12888         * g++.old-deja/g++.brendan/crash50.C: Likewise.
12889         * g++.old-deja/g++.brendan/crash56.C: Likewise.
12890         * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
12891         syntax.
12892         * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
12893         * g++.old-deja/g++.brendan/crash8.C: Change error message.
12894         * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
12895         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
12896         * g++.old-deja/g++.brendan/shadow1.C: Likewise.
12897         * g++.old-deja/g++.brendan/template11.C: Likewise.
12898         * g++.old-deja/g++.brendan/template26.C: Likewise.
12899         * g++.old-deja/g++.brendan/template27.C: Use explicit
12900         specialization syntax.
12901         * g++.old-deja/g++.brendan/template30.C: Likewise.
12902         * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
12903         * g++.old-deja/g++.brendan/visibility3.C: Account for use of
12904         non-dependent names.
12905         * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
12906         * g++.old-deja/g++.brendan/warnings7.C: Likewise.
12907         * g++.old-deja/g++.bugs/900121_02.C: Likewise.
12908         * g++.old-deja/g++.eh/catchptr1.C: Likewise.
12909         * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
12910         * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
12911         named return value extension.
12912         * g++.old-deja/g++.ext/namedret2.C: Likewise.
12913         * g++.old-deja/g++.ext/namedret3.C: Likewise.
12914         * g++.old-deja/g++.ext/return1.C: Likewise.
12915         * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
12916         * g++.old-deja/g++.jason/access17.C: Issue more error messages.
12917         * g++.old-deja/g++.jason/access8.C: Likewise.
12918         * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
12919         * g++.old-deja/g++.jason/destruct.C: Remove incorrect
12920         pseudo-destructor names.
12921         * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
12922         * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
12923         pseudo-destructor names.
12924         * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
12925         * g++.old-deja/g++.jason/overload19.C: Likewise.
12926         * g++.old-deja/g++.jason/overload32.C: Likewise.
12927         * g++.old-deja/g++.jason/parse11.C: Issue error messages about
12928         stray semicolons.
12929         * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
12930         * g++.old-deja/g++.jason/return.C: Likewise.
12931         * g++.old-deja/g++.jason/return2.C: Likewise.
12932         * g++.old-deja/g++.jason/shadow1.C: Likewise.
12933         * g++.old-deja/g++.jason/special.C: Use explicit specialization
12934         syntax.
12935         * g++.old-deja/g++.jason/template10.C: Account for use of
12936         non-dependent names.
12937         * g++.old-deja/g++.jason/template11.C: Use explicit specialization
12938         syntax.
12939         * g++.old-deja/g++.jason/template37.C: Likewise.
12940         * g++.old-deja/g++.law/access4.C: Change error messages.
12941         * g++.old-deja/g++.law/arm13.C:  Remove incorrect
12942         pseudo-destructor names.
12943         * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
12944         * g++.old-deja/g++.law/ctors9.C: Likewise.
12945         * g++.old-deja/g++.law/cvt22.C: Likewise.
12946         * g++.old-deja/g++.law/dtors5.C: Likewise.
12947         * g++.old-deja/g++.law/global-init1.C: Likewise.
12948         * g++.old-deja/g++.law/missed-error3.C: Likewise.
12949         * g++.old-deja/g++.law/operators28.C: Likewise.
12950         * g++.old-deja/g++.law/visibility28.C: Likewise.
12951         * g++.old-deja/g++.martin/eval1.C: Likewise.
12952         * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
12953         name.
12954         * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
12955         * g++.old-deja/g++.mike/net34.C: Likewise.
12956         * g++.old-deja/g++.mike/net36.C: Likewise.
12957         * g++.old-deja/g++.mike/ns2.C: Likewise.
12958         * g++.old-deja/g++.mike/p12306.C: Likewise.
12959         * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
12960         value extension.
12961         * g++.old-deja/g++.mike/p700.C: Likewise.
12962         * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
12963         * g++.old-deja/g++.mike/p710.C: Likewise.
12964         * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
12965         value extension.
12966         * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
12967         * g++.old-deja/g++.mike/pmf9.C: Likewise.
12968         * g++.old-deja/g++.ns/crash2.C: Likewise.
12969         * g++.old-deja/g++.ns/crash3.C: Likewise.
12970         * g++.old-deja/g++.ns/invalid1.C: Likewise.
12971         * g++.old-deja/g++.ns/ns17.C: Likewise.
12972         * g++.old-deja/g++.ns/template16.C: Likewise.
12973         * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
12974         keyword.
12975         * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
12976         * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
12977         * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
12978         named return value extension.
12979         * g++.old-deja/g++.oliva/nameret2.C: Likewise.
12980         * g++.old-deja/g++.other/access4.C: Issue additional error
12981         messages.
12982         * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
12983         * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
12984         * g++.old-deja/g++.other/crash11.C: Add missing class-key.
12985         * g++.old-deja/g++.other/crash25.C: Change error message.
12986         * g++.old-deja/g++.other/crash4.C: Change error message.
12987         * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
12988         * g++.old-deja/g++.other/decl5.C: Issue more error messages.
12989         * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
12990         checks.
12991         * g++.old-deja/g++.other/defarg8.C: Likewise.
12992         * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
12993         * g++.old-deja/g++.other/dtor10.C: Likewise.
12994         * g++.old-deja/g++.other/incomplete.C: Likewise.
12995         * g++.old-deja/g++.other/linkage7.C: Likewise.
12996         * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
12997         lookup algorithm.
12998         * g++.old-deja/g++.other/mangle2.C: Likewise.
12999         * g++.old-deja/g++.other/refinit2.C: Likewise.
13000         * g++.old-deja/g++.other/sizeof2.C: Change error messages.
13001         * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
13002         * g++.old-deja/g++.pt/crash28.C: Likewise.
13003         * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
13004         syntax.
13005         * g++.old-deja/g++.pt/crash32.C: Change error message.
13006         * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
13007         * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
13008         * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
13009         error message position.
13010         * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
13011         * g++.old-deja/g++.pt/defarg8.C: Change error message.
13012         * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
13013         syntax.
13014         * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
13015         * g++.old-deja/g++.pt/eichin01b.C: Likewise.
13016         * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
13017         * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
13018         keyword.
13019         * g++.old-deja/g++.pt/explicit31.C: Likewise.
13020         * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
13021         * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
13022         keyword.
13023         * g++.old-deja/g++.pt/explicit71.C: Change error message.
13024         * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
13025         syntax.
13026         * g++.old-deja/g++.pt/friend28.C: Account for use of
13027         non-dependent names.
13028         * g++.old-deja/g++.pt/friend29.C: Likewise.
13029         * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
13030         rules.
13031         * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
13032         * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
13033         * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
13034         lookup rules.
13035         * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
13036         * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
13037         keyword.
13038         * g++.old-deja/g++.pt/memclass20.C: Likewise.
13039         * g++.old-deja/g++.pt/memclass5.C: Likewise.
13040         * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
13041         keyword.
13042         * g++.old-deja/g++.pt/memtemp75.C: Likewise.
13043         * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
13044         * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
13045         * g++.old-deja/g++.pt/overload13.C: Correct error messages.
13046         * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
13047         * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template
13048         keyword.
13049         * g++.old-deja/g++.pt/spec10.C: Likewise.
13050         * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
13051         * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
13052         * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
13053         * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
13054         * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
13055         * g++.old-deja/g++.pt/ttp62.C: Likewise.
13056         * g++.old-deja/g++.pt/ttp64.C: Likewise.
13057         * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
13058         * g++.old-deja/g++.pt/typename15.C: Likewise.
13059         * g++.old-deja/g++.pt/typename22.C: Likewise.
13060         * g++.old-deja/g++.pt/typename6.C: Change error messages.
13061         * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
13062         * g++.old-deja/g++.pt/virtual2.C: Likewise.
13063         * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
13064         syntax.
13065         * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
13066         return value extension.
13067         * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
13068         * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
13069         * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
13070         * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
13071
13072 2002-12-26  Nathan Sidwell  <nathan@codesourcery.com>
13073
13074         * g++.dg/warn/inline1.C: New test.
13075         * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
13076         * g++.old-deja/g++.jason/synth10.C: Likewise.
13077         * g++.old-deja/g++.mike/net31.C: Likewise.
13078         * g++.old-deja/g++.mike/p8786.C: Likewise.
13079
13080         * g++.dg/template/friend10.C: New test.
13081         * g++.dg/template/conv5.C: New test.
13082
13083 2002-12-24  Nathan Sidwell  <nathan@codesourcery.com>
13084
13085         * g++.dg/lookup/scoped3.C: New test.
13086
13087         * g++.dg/lookup/decl1.C: New test.
13088         * g++.dg/lookup/decl2.C: New test.
13089
13090 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
13091
13092         * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
13093         gcc.c-torture/compile/20021015-1.c,
13094         gcc.c-torture/compile/20021015-2.c,
13095         gcc.c-torture/compile/20021123-1.c,
13096         gcc.c-torture/compile/20021123-2.c,
13097         gcc.c-torture/compile/20021123-3.c,
13098         gcc.c-torture/compile/20021123-4.c,
13099         gcc.c-torture/execute/20021024-1.c: Add tests previously added
13100         only to 3.1 or 3.2 branch.
13101
13102 2002-12-23  Mark Mitchell  <mark@codesourcery.com>
13103
13104         * gcc.dg/i386-bitfield3.c: New test.
13105
13106         * gcc.dg/i386-bitfield2.c: New test.
13107
13108 2002-12-22  Nathan Sidwell  <nathan@codesourcery.com>
13109
13110         * g++.dg/parse/conv_op1.C: New test.
13111
13112 2002-12-21  Josef Zlomek  <zlomekj@suse.cz>
13113
13114         * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
13115         approved.
13116
13117 2002-12-20  Josef Zlomek  <zlomekj@suse.cz>
13118
13119         * gcc.c-torture/compile/20021220-1.c: New test.
13120
13121 2002-12-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
13122
13123         * gcc.dg/i386-fastcall-1.c: New.
13124
13125 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
13126
13127         * gcc.c-torture/execute/20021219-1.c: New test.
13128
13129 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
13130
13131         * gcc.dg/i386-pic-1.c: New test.
13132
13133 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13134
13135         PR c++/8099
13136         * g++.dg/template/friend9.C: New test.
13137
13138 2002-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13139
13140         PR c++/3663
13141         * g++.dg/template/access7.C: New test.
13142
13143 2002-12-18  Nick Clifton  <nickc@redhat.com>
13144
13145         * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
13146         the libstdc++-v3 directory has been found.
13147
13148 2002-12-12  Devang Patel <dpatel@apple.com>
13149         * gcc.dg/darwin-ld-1.c: New test.
13150         * gcc.dg/darwin-ld-2.c: New test.
13151         * gcc.dg/darwin-ld-3.c: New test.
13152         * gcc.dg/darwin-ld-4.c: New test.
13153         * gcc.dg/darwin-ld-5.c: New test.
13154
13155 2002-12-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
13156
13157         * gcc.c-torture/compile/20021212-1.c: New test.
13158
13159 2002-12-11  Neil Booth  <neil@daikokuya.co.uk>
13160
13161         * gcc.dg/fshort-wchar: New test.
13162
13163 2002-12-10  Mark Mitchell  <mark@codesourcery.com>
13164
13165         PR c++/8372
13166         * g++.dg/template/dtor1.C: New test.
13167
13168         * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
13169         markers.
13170
13171 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
13172
13173         * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
13174
13175 2002-12-09  Mark Mitchell  <mark@codesourcery.com>
13176
13177         * g++.dg/template/static1.C: New test.
13178         * g++.dg/template/static2.C: New test.
13179         * g++.old-deja/g++.ext/memconst.C: New test.
13180
13181 2002-12-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13182
13183         * g++.dg/special/conpr-2.C: Expect failure on solaris2.
13184         * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
13185         * g++.dg/special/initp1.C: Likewise.
13186
13187 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
13188
13189         * gcc.c-torture/execute/20021204-1.c: New test.
13190
13191 2002-12-04  Geoffrey Keating  <geoffk@apple.com>
13192
13193         * gcc.dg/ppc-fmadd-1.c: New file.
13194         * gcc.dg/ppc-fmadd-2.c: New file.
13195         * gcc.dg/ppc-fmadd-3.c: New file.
13196
13197 2002-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
13198
13199         * gcc.c-torture/compile/20021204-1.c: New test.
13200
13201 2002-12-03  Nathan Sidwell  <nathan@codesourcery.com>
13202
13203         * g++.dg/inherit/covariant2.C: New test.
13204         * g++.dg/inherit/covariant3.C: New test.
13205         * g++.dg/inherit/covariant4.C: New test.
13206         * g++.dg/inherit/covariant1.C: Remove XFAIL.
13207         * g++.old-deja/g++.robertl/eb17.C: Likewise.
13208
13209 2002-12-03  Mark Mitchell  <mark@codesourcery.com>
13210
13211         PR c++/8688
13212         * g++.dg/init/brace3.C: New test.
13213
13214 2002-12-02  Kazu Hirata  <kazu@cs.umass.edu>
13215
13216         * gcc.dg/20020210-1.c: Fix a comment typo.
13217
13218 2002-12-02  Mark Mitchell  <mark@codesourcery.com>
13219
13220         PR c++/8720
13221         * g++.dg/parse/defarg1.C: New test.
13222
13223         PR c++/8615
13224         * g++.dg/template/char1.C: New test.
13225
13226         * g++.dg/template/varmod1.C: Fix typo.
13227
13228 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13229
13230         DR 180
13231         * g++.old-deja/g++.pt/crash32.C: Expect error.
13232
13233 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
13234
13235         PR c++/5919
13236         * g++.dg/template/varmod1.C: New test.
13237
13238         PR c++/8727
13239         * g++.dg/inherit/typeinfo1.C: New test.
13240
13241         PR c++/8663
13242         * g++.dg/inherit/typedef1.C: New test.
13243
13244 2002-11-30  Mark Mitchell  <mark@codesourcery.com>
13245
13246         PR c++/8332
13247         PR c++/8493
13248         * g++.dg/template/strlen1.C: New test.
13249
13250         PR c++/8227
13251         * g++.dg/template/ctor2.C: New test.
13252
13253         PR c++/8214
13254         * g++.dg/init/string1.C: New test.
13255
13256         PR c++/8511
13257         * g++.dg/template/friend8.C: New test.
13258
13259 2002-11-29  Joe Buck <jbuck@synopsys.com>
13260
13261         * g++.dg/lookup/anon2.C: New test.
13262
13263 2002-11-28  Kazu Hirata  <kazu@cs.umass.edu>
13264
13265         * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
13266         h8300 port.
13267
13268 2002-11-27  Richard Sandiford  <rsandifo@redhat.com>
13269
13270         * gcc.dg/bitfld-6.c: New test.
13271
13272 2002-11-27  Jan Hubicka  <jh@suse.cz>
13273
13274         * gcc.c-torture/execute/20021127.[cx]: New test.
13275
13276 2002-11-26  Jan Hubicka  <jh@suse.cz>
13277
13278         * gcc.dg/i386-cmov[123].c: New tests for conditional move code
13279         quality.
13280
13281 2002-11-26  Geoffrey Keating  <geoffk@apple.com>
13282
13283         * g++.dg/init/brace2.C: New test.
13284         * g++.old-deja/g++.mike/p9129.C: Correct.
13285
13286 2002-11-26  Mark Mitchell  <mark@codesourcery.com>
13287
13288         * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
13289
13290 2002-11-25  Andreas Bauer  <baueran@in.tum.de>
13291
13292         * gcc.dg/sibcall-6: New test for indirect sibcalls.
13293
13294 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
13295
13296         * testsuite/g++.dg/abi/empty11.C: New test.
13297         * testsuite/g++.dg/rtti/cv1.C: New test.
13298
13299 2002-11-25  Hans-Peter Nilsson  <hp@bitrange.com>
13300
13301         * lib/prune.exp: Prune more -fpic/-fPIC warnings.
13302
13303 2002-11-24  Mark Mitchell  <mark@codesourcery.com>
13304
13305         * g++.dg/abi/empty10.C: New test.
13306
13307 2002-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
13308
13309         * gcc.c-torture/compile/20021124-1.c: New test.
13310
13311 2002-11-22  Mark Mitchell  <mark@codesourcery.com>
13312
13313         * g++.dg/abi/rtti2.C: New test.
13314
13315 2002-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
13316
13317         * gcc.dg/i386-unroll-1.c: New test.
13318
13319 2002-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
13320
13321         * gcc.c-torture/compile/20021120-1.c: New test.
13322         * gcc.c-torture/compile/20021120-2.c: New test.
13323
13324 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
13325
13326         * gcc.dg/bitfld-5.c: New test.
13327
13328 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
13329
13330         * gcc.c-torture/execute/20021120-3.c: New test.
13331
13332 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
13333
13334         * gcc.c-torture/execute/20021120-2.c: New test.
13335
13336 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
13337
13338         * gcc.c-torture/execute/20021120-1.c: New test.
13339
13340 2002-11-20  Jakub Jelinek  <jakub@redhat.com>
13341
13342         * gcc.c-torture/execute/20021118-3.c: New test.
13343
13344 2002-11-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
13345
13346         * gcc.c-torture/compile/20021119-1.c: New test.
13347
13348 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
13349
13350         * gcc.dg/duff-1.c: New test.
13351         * gcc.dg/duff-2.c: New test.
13352         * gcc.dg/duff-3.c: New test.
13353
13354 2002-11-18  Neil Booth  <neil@daikokuya.co.uk>
13355
13356         * gcc.dg/cpp/_Pragma5.c: New test.
13357
13358 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
13359
13360         * gcc.c-torture/execute/20021118-2.c: New test.
13361
13362 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
13363
13364         * gcc.c-torture/execute/20021118-1.c: New test.
13365
13366 2002-11-16  Jakub Jelinek  <jakub@redhat.com>
13367
13368         * gcc.dg/20021116-1.c: New test.
13369
13370 2002-11-14  Mark Mitchell  <mark@codesourcery.com>
13371
13372         * g++.dg/abi/vcall1.C: New test.
13373
13374 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
13375
13376         * gcc.dg/20021029-1.c: New test.
13377         * gcc.dg/20021029-2.c: New test.
13378
13379 2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13380
13381         * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
13382
13383 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
13384
13385         PR c/8439
13386         * gcc.dg/20021110.c: Move to ...
13387         * gcc.c-torture/compile/20021110.c: .... here.
13388
13389 2002-11-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13390
13391         PR c/8467
13392         * gcc.c-torture/execute/20021111-1.c
13393
13394 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
13395
13396         PR c/8439
13397         * gcc.dg/20021110.c: New test.
13398
13399 2002-11-10  Mark Mitchell  <mark@codesourcery.com>
13400
13401         * g++.dg/abi/vthunk3.C: Run only on x86.
13402
13403 2002-11-10  Joseph S. Myers  <jsm@polyomino.org.uk>
13404
13405         * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
13406
13407 2002-11-09  Hans-Peter Nilsson  <hp@bitrange.com>
13408
13409         * lib/compat.exp (compat-execute): Fix logic error in last
13410         change.
13411
13412 2002-11-09  Neil Booth  <neil@daikokuya.co.uk>
13413
13414         * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
13415
13416 2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13417
13418         PR c++/8389
13419         * g++.dg/template/access6.C: New test.
13420
13421 2002-11-08  Jan Hubicka  <jh@suse.cz>
13422
13423         * gcc.dg/i386-ssefp-1.c: New test.
13424         * gcc.dg/i386-ssefp-1.c: New test.
13425
13426 2002-11-08  Jan Hubicka  <jh@suse.cz>
13427
13428         * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
13429
13430 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
13431
13432         * g++.dg/abi/vthunk3.C: New test.
13433
13434         PR c++/8338
13435         * g++.dg/template/crash2.C: New test.
13436
13437 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
13438
13439         * testsuite/g++.dg/abi/dtor1.C: New test.
13440         * testsuite/g++.dg/abi/dtor2.C: Likewise.
13441
13442 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
13443
13444         * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
13445         Darwin.
13446
13447 2002-11-04  Adam Nemet  <anemet@lnxw.com>
13448
13449         * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
13450         -mthumb.  Only xfail with -O0.
13451
13452 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
13453
13454         * g++.dg/abi/thunk1.C: New test.
13455         * g++.dg/abi/thunk2.C: Likewise.
13456         * g++.dg/abi/vtt1.C: Likewise.
13457
13458 2002-11-02  Diego Novillo  <dnovillo@redhat.com>
13459
13460         PR optimization/8423
13461         * gcc.c-torture/execute/builtin-constant.c: New test.
13462
13463 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
13464
13465         * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
13466         Add some more cases.
13467
13468 2002-11-01  Mark Mitchell  <mark@codesourcery.com>
13469
13470         PR c++/8391
13471         * g++.dg/opt/local1.C: New test.
13472
13473 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
13474
13475         PR c++/8160
13476         * g++.dg/template/complit1.C: New test.
13477
13478         PR c++/8149
13479         * g++.dg/template/typename4.C: Likewise.
13480
13481 2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13482
13483         Core issue 287, PR c++/7639
13484         * g++.dg/template/instantiate1.C: Adjust error location.
13485         * g++.dg/template/instantiate3.C: New test.
13486         * g++.old-deja/g++.pt/crash10.C: Adjust error location.
13487         * g++.old-deja/g++.pt/derived3.C: Adjust error location.
13488         * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
13489
13490 2002-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
13491
13492         * lib/compat.exp (compat-execute): Don't clean out a gluefile.
13493
13494 2002-10-29  Mark Mitchell  <mark@codesourcery.com>
13495
13496         PR c++/8287
13497         * g++.dg/init/dtor2.C: New test.
13498
13499 2002-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13500
13501         * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
13502         * gcc.dg/nest.c: Bypass errors on irix6.
13503
13504 2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
13505
13506         * gcc.dg/nest.c: Expect error for mmix-*-*.
13507         * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
13508
13509 2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
13510
13511         * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
13512         markers.
13513
13514         * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
13515
13516 2002-10-25  Mike Stump  <mrs@apple.com>
13517
13518         * gcc.dg/warn-1.c: New test.
13519
13520 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
13521
13522         * g++.dg/template/typename3.C: New test.
13523
13524 2002-10-25  Mark Mitchell  <mark@codesourcery.com>
13525
13526         * g++.dg/lookup/ptrmem1.C: New test.
13527
13528         * g++.dg/abi/vthunk2.C: New test.
13529
13530 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
13531
13532         * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
13533
13534 2002-10-24  Mark Mitchell  <mark@codesourcery.com>
13535
13536         * g++.dg/abi/empty9.C: New test.
13537
13538 2002-10-24  Richard Henderson  <rth@redhat.com>
13539
13540         * g++.dg/inherit/thunk1.C: Enable for ia64.
13541
13542 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
13543
13544         PR c++/8067
13545         * g++.dg/lookup/pretty1.C: New test.
13546
13547 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
13548
13549         * gcc.dg/20021023-1.c: New test.
13550
13551 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
13552
13553         PR c++/7679
13554         * g++.dg/parse/inline1.C: New test.
13555
13556 2002-10-23  Richard Henderson  <rth@redhat.com>
13557
13558         * g++.dg/inherit/thunk1.C: Enable for x86_64.
13559
13560         * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
13561
13562 2002-10-22  Mark Mitchell  <mark@codesourcery.com>
13563
13564         PR c++/6579
13565         * g++.dg/parse/stmtexpr3.C: New test.
13566
13567 2002-10-22  Nathan Sidwell  <nathan@codesourcery.com>
13568
13569         * g++.dg/expr/cond1.C: New test.
13570
13571 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
13572
13573         * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
13574
13575 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
13576
13577         * g++.dg/abi/vbase13.C: New test.
13578         * g++.dg/abi/vbase14.C: Likewise.
13579
13580 2002-10-21  Jakub Jelinek  <jakub@redhat.com>
13581
13582         * gcc.dg/tls/pic-1.c: New test.
13583         * gcc.dg/tls/nonpic-1.c: New test.
13584         * gcc.dg/20021018-1.c: New test.
13585
13586 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
13587
13588         * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
13589         Remove only files with the same base name as the test case.
13590         (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
13591         (profopt-execute): Likewise.  Also, remove old profiling
13592         and performance data files before running the tests.
13593
13594         * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
13595         * g++.dg/bprob/bprob.exp: Likewise.
13596         * g77.dg/bprob/bprob.exp: Likewise.  Also, relax regexp
13597         to allow more general test case names.
13598
13599         * g++.dg/bprob/bprob-1.C: Rename to ...
13600         * g++.dg/bprob/g++-bprob-1.C: ... this.
13601
13602         * g77.dg/bprob/bprob-1.f: Rename to ...
13603         * g77.dg/bprob/g77-bprob-1.f: ... this.
13604
13605 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
13606
13607         * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
13608         bison 1.50 or later.
13609
13610 2002-10-21  Janis Johnson  <janis187@us.ibm.com>
13611
13612         * g++.dg/README: Describe more test directories.
13613
13614 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
13615
13616         * g++.dg/init/array6.C: Add additional tests.
13617
13618 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
13619
13620         * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
13621         * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
13622
13623 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
13624
13625         * gcc.c-torture/compile/20020604-1.x: New.
13626         * gcc.c-torture/compile/simd-5.x: Likewise.
13627         * gcc.c-torture/execute/920710-1.x: Likewise.
13628         * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
13629
13630 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
13631
13632         * g++.dg/inherit/override1.C: Add dg-options clause.
13633
13634 2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
13635
13636         * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
13637         _mm_slli_si128.
13638
13639 2002-10-19  Andreas Schwab  <schwab@suse.de>
13640
13641         * lib/compat.exp (compat-run): Prepend "./" when $dest has no
13642         directory component.
13643
13644 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
13645
13646         * g++.dg/inherit/thunk1.C: New test.
13647
13648         * g++.dg/inherit/override1.C: New test.
13649
13650         * g++.dg/abi/mangle11.C: New test.
13651         * g++.dg/abi/mangle14.C: New test.
13652         * g++.dg/abi/mangle17.C: New test.
13653
13654 2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
13655
13656         * g++.dg/overload/member2.C: New test.
13657
13658 2002-10-17  Janis Johnson  <janis187@us.ibm.com>
13659
13660         * g++.dg/README: Describe new compat directory.
13661         * g++.dg/dg.exp: Skip tests in compat directory.
13662         * README.compat: New file.
13663         * lib/compat.exp: New expect script.
13664         * g++.dg/compat: New test directory.
13665         * g++.dg/compat/compat.exp: New expect script.
13666         * g++.dg/compat/abi: New test directory.
13667         * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
13668         g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
13669         g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
13670         g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
13671         g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
13672         g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
13673         g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
13674         g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
13675         g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
13676         g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
13677         g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
13678         g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
13679         * g++.dg/compat/break: New test directory.
13680         * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
13681         g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
13682         g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
13683         g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
13684         g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
13685         g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
13686         g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
13687         g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
13688         g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
13689         g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
13690         g++.dg/compat/break/README: New files.
13691         * g++.dg/compat/eh: New test directory.
13692         * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
13693         g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
13694         g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
13695         g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
13696         g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
13697         g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
13698         g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
13699         g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
13700         g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
13701         g++.dg/compat/eh/filter2_y.C,
13702         g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
13703         g++.dg/compat/eh/new1_y.C,
13704         g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
13705         g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
13706         g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
13707         g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
13708         g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
13709         g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
13710         g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
13711         g++.dg/compat/eh/unexpected1_y.C: New files.
13712         * g++.dg/compat/init: New test directory.
13713         * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
13714         g++.dg/compat/init/array5_y.C,
13715         g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
13716         g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
13717         g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
13718         g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
13719         g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
13720         g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
13721         g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
13722         g++.dg/compat/init/init-ref2_y.C: New files.
13723
13724 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
13725
13726         PR c++/7584
13727         * g++.dg/inherit/using3.C: New test.
13728
13729 2002-10-17  Jan Hubicka  <jh@suse.cz>
13730
13731         * gcc.dg/20021017-2.c: New test.
13732
13733 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
13734
13735         * g++.dg/abi/mangle16.C: Adjust.
13736
13737         * g++.dg/init/array8.C: New test.
13738
13739 2002-10-17  Richard Sandiford  <rsandifo@redhat.com>
13740
13741         * gcc.dg/special/mips-abi.exp: New test.
13742         * gcc.dg/special/mips-abi.s: Empty file used by the above.
13743
13744 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
13745
13746         * g++.dg/abi/mangle16.C: New test.
13747         * g++.dg/abi/mangle17.C: Likewise.
13748
13749         PR c++/7478
13750         * g++.dg/template/ref1.C: New test.
13751
13752 2002-10-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13753
13754         * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
13755
13756 2002-10-16  Ulrich Weigand  <uweigand@de.ibm.com>
13757
13758         * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
13759
13760 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
13761
13762         PR c++/7524
13763         * g++.dg/init/array7.C: New test.
13764
13765 2002-10-15  Mark Mitchell  <mark@codesourcery.com>
13766
13767         * g++.dg/init/array6.C: New test.
13768
13769         * g++.dg/abi/mangle13.C: Likewise.
13770         * g++.dg/abi/mangle14.C: Likewise.
13771         * g++.dg/abi/mangle15.C: Likewise.
13772
13773 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
13774
13775         * g++.dg/abi/empty8.C: New test.
13776
13777 2002-10-15  Nathan Sidwell  <nathan@codesourcery.com>
13778
13779         * g++.dg/init/ctor1.C: New test.
13780
13781 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
13782
13783         * gcc.c-torture/execute/20021015-1.c: New test.
13784
13785 2002-10-15  J"orn Rennecke <joern.rennecke@superh.com>
13786
13787         * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
13788
13789 2002-10-14  Jan Hubicka  <jh@suse.cz>
13790
13791         * gcc.dg/i386-ssetype-[1-5].c: New tests.
13792
13793 2002-10-14  Richard Henderson  <rth@redhat.com>
13794
13795         * gcc.dg/20020219-1.c: Disable for 16-bit targets.
13796
13797 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
13798
13799         PR optimization/6631
13800         * g++.dg/opt/const2.C: New test.
13801
13802 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
13803
13804         PR c++/7176
13805         * g++.dg/parse/friend1.C: New test.
13806         * g++.old-deja/g++.pt/memtemp64.C: Adjust.
13807
13808 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
13809
13810         * gcc.dg/20021014-1.c: New test.
13811
13812 2002-10-11  Mark Mitchell  <mark@codesourcery.com>
13813
13814         PR c++/5661
13815         * g++.dg/ext/vlm1.C: New test.
13816         * g++.dg/ext/vlm2.C: Likewise.
13817
13818         * g++.dg/init/array1.C: Remove invalid braces.
13819         * g++.dg/init/brace1.C: New test.
13820         * g++.dg/init/copy2.C: Likewise.
13821         * g++.dg/init/copy3.C: Likewise.
13822         * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
13823         * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
13824         braces.
13825
13826 2002-10-11  Neil Booth  <neil@daikokuya.co.uk>
13827
13828         * gcc.dg/cpp/assembler.S: Don't use -ansi.
13829
13830 2002-10-11  Richard Shann  <richard.shann@superh.com>
13831
13832         * gcc.c-torture/compile/simd-5.c: New test.
13833
13834 2002-10-10  Roger Sayle  <roger@eyesopen.com>
13835
13836         * gcc.c-torture/execute/shiftopt-1.c: New test case.
13837
13838 2002-10-10  Jim Wilson  <wilson@redhat.com>
13839
13840         * gcc.c-torture/execute/20021010-1.c: New test.
13841
13842 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
13843
13844         PR c/7353
13845         * g++.dg/ext/typedef-init.C: New test.
13846         * gcc.dg/typedef-init.c: New test.
13847
13848 2002-10-09  Neil Booth  <neil@daikokuya.co.uk>
13849
13850         * gcc.dg/cpp/paste13.c: New test.
13851
13852 2002-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13853
13854         * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs.  For
13855         remaining platforms, XFAIL during compile, not execute.  Don't
13856         XFAIL at -O0.
13857
13858 2002-10-08  Nathan Sidwell  <nathan@codesourcery.com>
13859
13860         * gcc.dg/alias-1.c: Tweak expected warning.
13861
13862 2002-10-06  D.Venkatasubramanian <dvenkat@noida.hcltech.com>
13863
13864         * gcc.dg/20020411-1.c: Disable for 16-bit "int".
13865
13866 2002-10-06  Andreas Jaeger  <aj@suse.de>
13867
13868         * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
13869         * gcc.dg/cpp/c++98.C: Likewise.
13870
13871         * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
13872         * g++.dg/cpp/c++98.C: Likewise.
13873
13874         * g++.dg/README (Subdirectories): Mention cpp directory.
13875
13876         PR target/7559
13877         * gcc.dg/20021006-1.c: New test.
13878
13879 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13880
13881         PR c++/7804
13882         * g++.dg/other/warning1.C: New test.
13883
13884 2002-10-04  Roger Sayle  <roger@eyesopen.com>
13885
13886         * gcc.c-torture/execute/20020720-1.x:  XFAIL instead of skipping
13887         the test on failing platforms.  Mark sparcv9-*-*, sparc64-*-*
13888         and sparc-*-* with -m64 as expected failures.  See PR 8087.
13889
13890 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
13891
13892         PR c++/7931
13893         * g++.dg/template/ptrmem3.C: New test.
13894
13895         PR c++/7754
13896         * g++.dg/template/union1.C: New test.
13897
13898 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
13899
13900         PR c++/8006
13901         * g++.dg/abi/mangle9.C: New test.
13902         * g++.dg/abi/mangle10.C: New test.
13903         * g++.dg/abi/mangle11.C: New test.
13904         * g++.dg/abi/mangle12.C: New test.
13905
13906 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
13907
13908         PR c++/7188.
13909         * g++.dg/template/meminit1.C: New test.
13910         * g++.dg/warn/Wreorder-1.C: Likewise.
13911         * g++.old-deja/g++.mike/warn3.C: Tweak.
13912         * lib/prune.exp: Ingore "in copy constructor".
13913
13914 2002-10-02  Andreas Jaeger  <aj@suse.de>
13915
13916         * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
13917         gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
13918         g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
13919         on x86-64.
13920
13921 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
13922
13923         * gcc.dg/empty1.C: Fix typo.
13924
13925 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
13926
13927         * gcc.dg/alias-1.c: New test.
13928
13929 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
13930
13931         * gcc.dg/empty1.C: New test.
13932
13933         * g++.dg/tls/init-2.C: Tweak error messages.
13934
13935 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
13936
13937         * gcc.c-torture/compile/20020923-1.c: New test.
13938
13939 2002-09-30  Jason Thorpe  <thorpej@wasabisystems.com>
13940
13941         * gcc.c-torture/execute/ffs-1.c: New test.
13942         * gcc.c-torture/execute/ffs-2.c: Ditto.
13943
13944 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
13945
13946         * g++.dg/overload/member1.C: New test.
13947
13948 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
13949
13950         * g++.dg/abi/empty7.C: New test.
13951         * g++.dg/init/pm2.C: Likewise.
13952
13953 2002-09-29  Nathan Sidwell  <nathan@codesourcery.com>
13954
13955         * g++.dg/rtti/crash1.C: New test.
13956
13957 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
13958
13959         * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
13960         gcc.dg/sibcall-4.c: New tests.
13961
13962 2002-09-28  Roger Sayle  <roger@eyesopen.com>
13963
13964         * gcc.c-torture/execute/20020720-1.x: No longer skip test on
13965         powerpc and MMIX targets.
13966
13967 2002-09-27  Zack Weinberg  <zack@codesourcery.com>
13968
13969         * gcc.dg/cpp/20020927-1.c: New.
13970
13971 2002-09-26  David S. Miller  <davem@redhat.com>
13972
13973         * gcc.c-torture/compile/trunctfdf.c: New.
13974
13975 2002-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13976
13977         * lib/target-supports.exp (check_weak_available): Handle solaris2.
13978
13979 2002-09-27  Alan Modra  <amodra@bigpond.net.au>
13980
13981         * gcc.c-torture/execute/loop-15.c: New.
13982
13983 2002-09-26  Janis Johnson  <janis187@us.ibm.com>
13984
13985         * README.QMTEST: Fix typo.
13986
13987 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
13988
13989         * gcc.dg/20020926-1.c: New test.
13990
13991 2002-09-25  David S. Miller  <davem@redhat.com>
13992
13993         PR target/7842
13994         * gcc.c-torture/execute/shiftdi.c: New test.
13995
13996 2002-09-26  Richard Earnshaw  <rearnsha@arm.com>
13997
13998         * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
13999         unique to the tool.
14000         * lib/g77.exp (g77_init): Likewise.
14001         * lib/g++.exp (g++_init): Likewise.
14002         * lib/objc.exp (objc_init): Likewise.
14003
14004 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
14005
14006         * gcc/testsuite/g++.dg/abi/empty5.C: New test.
14007         * gcc/testsuite/g++.dg/abi/empty6.C: New test.
14008         * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
14009
14010 2002-09-25  Richard Henderson  <rth@redhat.com>
14011
14012         * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
14013         too-small long double.
14014
14015 2002-09-23  Hans-Peter Nilsson  <hp@axis.com>
14016
14017         * gcc.dg/20020919-1.c: New test.
14018
14019 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
14020
14021         * g++.dg/abi/bitfield6.C: New test.
14022         * g++.dg/abi/bitfield7.C: New test.
14023         * g++.dg/abi/bitfield8.C: New test.
14024         * g++.dg/abi/vbase11.C: New test.
14025
14026 2002-09-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14027
14028         * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
14029         hppa*-*-hpux*.  Update test comment.
14030
14031 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
14032
14033         * gcc.dg/tls/struct-1.c: New test.
14034
14035 2002-09-20  Neil Booth  <neil@daikokuya.co.uk>
14036
14037         * gcc.dg/cpp/tr-warn2.c: Update.
14038
14039 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
14040
14041         * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
14042
14043 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
14044
14045         * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
14046         systems.
14047
14048 2002-09-20  Hans-Peter Nilsson  <hp@bitrange.com>
14049
14050         * gcc.c-torture/execute/ieee/mzero3.c: New test.
14051
14052         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
14053         Adjust for c++filt moved to binutils.  Remove spurious duplicate
14054         setting of cxxfilt.
14055
14056 2002-09-19  Geoffrey Keating  <geoffk@apple.com>
14057
14058         * gcc.dg/20020312-2.c: Update for darwin.
14059
14060 2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
14061
14062         * g++.old-deja/g++.other/crash32.C: Mark ICE.
14063
14064 2002-09-17  Nicola Pero  <n.pero@mi.flashnet.it>
14065
14066         * objc.dg/comp-types-1.m: New test.
14067         * objc.dg/comp-types-2.m: New test.
14068         * objc.dg/comp-types-3.m: New test.
14069         * objc.dg/comp-types-4.m: New test.
14070         * objc.dg/comp-types-5.m: New test.
14071         * objc.dg/comp-types-6.m: New test.
14072
14073 2002-09-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14074
14075         * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
14076
14077 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
14078
14079         * g++.dg/other/do1.C: New test.
14080
14081         * g++.dg/template/subst1.C: New test.
14082
14083 2002-09-16  Steve Ellcey  <sje@cup.hp.com>
14084
14085         * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
14086
14087 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
14088
14089         * g++.dg/template/qualttp20.C: Adjust expected errors.
14090         * g++.old-deja/g++.jason/report.C: Likewise.
14091         * g++.old-deja/g++.other/qual1.C: Likewise.
14092
14093         * g++.dg/lookup/scoped2.C: New test.
14094
14095         * g++.dg/ext/asm3.C: New test.
14096
14097 2002-09-16  Richard Earnshaw  <rearnsha@arm.com>
14098
14099         * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
14100
14101 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
14102
14103         * ChangeLog: follow spelling conventions.
14104         * g++.old-deja/g++.abi/ptrmem.C: Likewise.
14105         * g++.old-deja/g++.bugs/900210_05.C: Likewise.
14106         * g++.old-deja/g++.bugs/900211_04.C: Likewise.
14107         * g++.old-deja/g++.bugs/900321_02.C: Likewise.
14108         * g++.old-deja/g++.bugs/900404_02.C: Likewise.
14109         * g++.old-deja/g++.bugs/900520_06.C: Likewise.
14110         * g++.old-deja/g++.law/global-init1.C: Likewise.
14111         * g++.old-deja/g++.other/delete4.C: Likewise.
14112         * g++.old-deja/g++.other/inline21.C: Likewise.
14113         * g++.old-deja/g++.other/singleton.C: Likewise.
14114         * g77.dg/strlen0.f: Likewise.
14115         * g77.f-torture/compile/20010519-1.f: Likewise.
14116         * g77.f-torture/compile/980310-4.f: Likewise.
14117         * gcc.c-torture/compile/20000605-1.c: Likewise.
14118         * gcc.c-torture/execute/20020225-1.c: Likewise.
14119         * gcc.dg/c90-hexfloat-2.c: Likewise.
14120         * gcc.dg/c99-bool-1.c: Likewise.
14121         * gcc.dg/c99-hexfloat-2.c: Likewise.
14122         * gcc.dg/dll-2.c: Likewise.
14123         * gcc.dg/wtr-union-init-1.c: Likewise.
14124         * gcc.dg/wtr-union-init-2.c: Likewise.
14125         * gcc.dg/wtr-union-init-3.c: Likewise.
14126         * gcc.dg/cpp/avoidpaste1.c: Likewise.
14127         * gcc.dg/cpp/defined.c: Likewise.
14128         * gcc.dg/cpp/macsyntx.c: Likewise.
14129         * gcc.dg/cpp/paste2.c: Likewise.
14130         * gcc.dg/cpp/trad/defined.c: Likewise.
14131         * gcc.dg/format/c90-printf-1.c: Likewise.
14132         * gcc.dg/format/c90-scanf-1.c: Likewise.
14133         * gcc.dg/format/c99-printf-1.c: Likewise.
14134         * gcc.dg/format/c99-scanf-1.c: Likewise.
14135         * gcc.misc-tests/gcov-8.c: Likewise.
14136         * lib/profopt.exp: Likewise.
14137
14138 2002-09-15  Krister Walfridsson  <cato@df.lth.se>
14139
14140         * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
14141
14142 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
14143
14144         * g++.dg/inherit/using2.C: New test.
14145
14146 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
14147
14148         * ChangeLog: Follow spelling conventions.
14149         * g++.dg/template/friend4.C: Likewise.
14150         * g++.old-deja/g++.pt/crash67.C: Likewise.
14151         * gcc.c-torture/execute/20000801-4.c: Likewise.
14152         * gcc.dg/c90-digraph-1.c: Likewise.
14153         * gcc.dg/c94-digraph-1.c: Likewise.
14154         * gcc.dg/c99-digraph-1.c: Likewise.
14155         * gcc.dg/cpp/line5.c: Likewise.
14156         * gcc.dg/cpp/multiline.c: Likewise.
14157         * gcc.dg/cpp/trad/literals-1.c: Likewise.
14158         * gcc.dg/format/attr-3.c: Likewise.
14159         * gcc.dg/format/c90-scanf-3.c: Likewise.
14160         * gcc.dg/format/ext-4.c: Likewise.
14161
14162 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
14163
14164         * g++.dg/template/pretty1.C: New test.
14165
14166 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
14167
14168         * gcc.c-torture/execute/struct-cpy-1.c: New test.
14169
14170 2002-09-13  Matt Austern  <austern@apple.com>
14171
14172         * testsuite/g++.dg/other/constref[12].C: New, regression tests for
14173         passing a cast expression to a function by const reference.
14174
14175 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
14176
14177         * g++.dg/template/deduce1.C: New test.
14178
14179 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
14180
14181         * gcc.c-torture/execute/simd-1.c: Force all use of int to
14182         32-bit int.
14183
14184 2002-09-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14185
14186         * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
14187         usage.
14188
14189 2002-09-10  Richard Earnshaw  <rearnsha@arm.com>
14190
14191         * gcc.c-torture/compile/20020910-1.c: New test.
14192
14193 2002-09-10  Frank Ch. Eigler  <fche@redhat.com>
14194
14195         * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
14196
14197 2002-09-10  Andreas Jaeger  <aj@suse.de>
14198
14199         * gcc.dg/20020312-2.c: Adjust for x86-64.
14200
14201 2002-09-08  Toon Moene  <toon@moene.indiv.nluug.nl>
14202
14203         * g77.dg/7388.f: New test case for PR 7388.
14204
14205 2002-09-07  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
14206
14207         * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
14208
14209 2002-09-05  Ziemowit Laski <zlaski@apple.com>
14210
14211         * objc.dg/proto-lossage-1.m: New test.
14212
14213 2002-09-06  Neil Booth  <neil@daikokuya.co.uk>
14214
14215         * gcc.dg/cpp/_Pragma4.c: Fix typo.
14216
14217 2002-09-06  Nicola Pero  <n.pero@mi.flashnet.it>
14218
14219         * objc/execute/formal_protocol-6.x: Removed.  This testcase is now
14220         expected to pass.
14221
14222 2002-09-06  Stan Shebs  <shebs@apple.com>
14223             David Edelsohn  <edelsohn@gnu.org>
14224
14225         * gcc.dg/weak: New directory.
14226         * gcc.dg/weak-[1-9].c: Move to new directory, remove all
14227         target-specific xfail bits.
14228         * gcc.dg/typeof-2.c: Move to new directory.
14229         * gcc.dg/weak.exp: New expect script.
14230
14231 2002-09-06  Alan Modra  <amodra@bigpond.net.au>
14232
14233         * gcc.c-torture/execute/extzvsi.c: New test.
14234
14235 2002-09-05  Stan Shebs  <shebs@apple.com>
14236
14237         * gcc.dg/weak-1.c: xfail on Darwin.
14238         * gcc.dg/weak-2.c: Ditto.
14239         * gcc.dg/weak-3.c: Ditto.
14240         * gcc.dg/weak-4.c: Ditto.
14241         * gcc.dg/weak-5.c: Ditto.
14242         * gcc.dg/weak-6.c: Ditto.
14243         * gcc.dg/weak-7.c: Ditto.
14244         * gcc.dg/weak-8.c: Ditto.
14245         * gcc.dg/weak-9.c: Ditto.
14246
14247 2002-09-05  J"orn Rennecke <joern.rennecke@superh.com>
14248
14249         * gcc.c-torture/execute/loop-14.c: New test.
14250
14251 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
14252
14253         * g++.dg/other/cxa-atexit1.C: New test.
14254
14255         * gcc.dg/typeof-2.c: New test.
14256
14257 2002-09-03  Roger Sayle  <roger@eyesopen.com>
14258
14259         * gcc.dg/builtins-2.c: New testcase.
14260         * gcc.dg/builtins-3.c: New testcase.
14261
14262 2002-09-03  Neil Booth  <neil@daikokuya.co.uk>
14263
14264         * gcc.dg/cpp/_Pragma4.c: New test.
14265
14266 2002-09-03  Nicola Pero  <n.pero@mi.flashnet.it>
14267
14268         * objc/execute/nil_method-1.m: New testcase.
14269
14270 2002-09-01  Nicola Pero  <n.pero@mi.flashnet.it>
14271
14272         * objc/execute/class-tests-1.h (test_class_with_superclass): Call
14273         [Object class], not [Object initialize].
14274
14275 2002-08-31  Roger Sayle  <roger@eyesopen.com>
14276             Hans-Peter Nilsson  <hp@bitrange.com>
14277
14278         * gcc.c-torture/execute/20020720-1.x: Skip test on
14279         mmix-knuth-mmixware.  Correct comment.
14280
14281 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
14282
14283         * testsuite/g++.dg/abi/bitfield5.C: New test.
14284         * testsuite/g++.dg/abi/vbase10.C: Likewise.
14285
14286 2002-08-27  Nicola Pero  <n.pero@mi.flashnet.it>
14287
14288         * objc.dg/undeclared-selector.m: New test.
14289
14290 2002-08-27  Nathan Sidwell  <nathan@codesourcery.com>
14291
14292         * g++.dg/other/offsetof1.C: Avoid cast warning.
14293
14294 2002-08-26  Ziemowit Laski  <zlaski@apple.com>
14295
14296         * objc.dg/super-class-2.m: New test.
14297
14298 2002-08-24  Matt Austern  <austern@apple.com>
14299
14300         * g++.dg/ext/lvaddr.C: New test.
14301         * g++.dg/ext/lvcast.C: New test.
14302
14303 2002-08-22  Mark Mitchell  <mark@codesourcery.com>
14304
14305         * testsuite/g++.dg/inherit/cond1.C: New test.
14306
14307 2002-08-22  Geoffrey Keating  <geoffk@redhat.com>
14308
14309         * gcc.dg/noncompile/incomplete-1.c: New test.
14310
14311 2002-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
14312
14313         * gcc.dg/typespec-1.c: New test.
14314
14315 2002-08-20  Devang Patel  <dpatel@apple.com>
14316         * objc.dg/proto-hier-2.m: New test.
14317
14318 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
14319
14320         * objc.dg/bitfield-1.m: New test.
14321         * objc.dg/bitfield-2.m: New test.
14322
14323 2002-08-17  Joseph S. Myers  <jsm@polyomino.org.uk>
14324
14325         * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
14326         gcc.dg/c99-flex-array-4.c: New tests.
14327
14328 2002-08-16  Stan Shebs  <shebs@apple.com>
14329
14330         * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
14331
14332 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
14333
14334         * gcc.dg/typeof-1.c: New test.
14335         * g++.dg/ext/typeof2.C: New test.
14336
14337 2002-08-15  Nathan Sidwell  <nathan@codesourcery.com>
14338
14339         * g++.dg/other/offsetof1.C: New test.
14340
14341 2002-08-14  Richard Henderson  <rth@redhat.com>
14342
14343         * gcc.dg/tls/diag-3.c: Fix expected message strings.
14344
14345 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
14346
14347         * gcc.dg/cpp/_Pragma3.c: New test.
14348
14349 2002-08-13  Mark Mitchell  <mark@codesourcery.com>
14350
14351         * g++.dg/template/inherit3: New test.
14352
14353 2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
14354
14355         * gcc.dg/bitfld-4.c: Add blank options.
14356
14357 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
14358
14359         * g++.dg/template/crash1.C: New test.
14360
14361 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
14362
14363         * gcc.dg/tls/opt-2.c: New test.
14364
14365 2002-08-08  Devang Patel  <dpatel@apple.com>
14366
14367         * objc.dg/selector-1.m : New test
14368
14369 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
14370
14371         * g++.dg/abi/bitfield4.C: New test.
14372         * gcc.dg/bitfld-4.c: New test.
14373
14374 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
14375
14376         * g++.dg/other/packed1.C: New test.
14377
14378 2002-08-07  Mark Mitchell  <mark@codesourcery.com>
14379
14380         * g++.dg/abi/offsetof.C: Tweak error messages.
14381         * g++.old-deja/g++.mike/p10769a.C: Likewise.
14382
14383 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
14384
14385         * gcc.dg/bitfld-3.c: New test.
14386
14387 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
14388             Richard Henderson  <rth@redhat.com>
14389
14390         * gcc.dg/i386-bitfield1.c: New test.
14391         * g++.dg/abi/bitfield3.C: Update.
14392
14393 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
14394
14395         * objc.dg/const-str-2.m: Update.
14396         * gcc.dg/cpp/c++98.c: Change to C extension.
14397         * gcc.dg/cpp/c++98-pedantic.c: Similarly.
14398         * gcc.dg/cpp/cpp.exp: Process .C extensions too.
14399
14400 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
14401
14402         * testsuite/gcc.dg/tls/diag-3.c: New.
14403
14404 2002-08-07  Gabriel Dos Reis  <gdr@nerim.net>
14405
14406         * g++.dg/README (Subdirectories): Document new subdir expr.
14407         * g++.dg/expr/pmf-1.C: New test.
14408
14409 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
14410
14411         * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
14412
14413 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
14414
14415         * g++.dg/abi/bitfield3.C: New test.
14416
14417 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
14418
14419         * lib/gcov.exp: Tweak expected line formats.
14420         * gcc.misc-tests/gcov8.c: New test.
14421         * gcc.misc-tests/gcov8.x: New flags.
14422
14423 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
14424
14425         * consistency.vlad/layout/endian.c: Include string.h.
14426
14427         * gcc.c-torture/execute/20020805-1.c: New test.
14428
14429 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
14430
14431         * g++.dg/other/conversion1.C: New test.
14432
14433 2002-08-03  Roger Sayle  <roger@eyesopen.com>
14434
14435         * gcc.dg/builtins-1.c: New testcase.
14436
14437 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
14438
14439         * g++.dg/inherit/access3.C: New test.
14440
14441 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
14442
14443         * gcc.dg/ia64-visibility-2.c: New test.
14444
14445 2002-08-01  Benjamin Kosnik   <bkoz@redhat.com>
14446
14447         * g++.old-deja/g++.abi/ptrflags.C (expect): Change
14448         __qualifier_flags to __flags.
14449
14450 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
14451
14452         * g++.dg/inherit/operator1.C: New test.
14453         * g++.dg/lookup/disamb1.C: Fix typo in comment.
14454         * g++.dg/other/error1.C: Change expected error message.
14455         * g++.dg/template/conv4.C: Likewise.
14456
14457 2002-07-26  Neil Booth  <neil@daikokuya.cop.uk>
14458
14459         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
14460         for documented behavior.
14461
14462 2002-07-25  Roger Sayle  <roger@eyesopen.com>
14463
14464         * gcc.c-torture/execute/20020720-1.x: Skip this test on
14465         several targets known to fail.
14466
14467 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
14468
14469         * gcc.dg/mips-args-[123].c: New tests.
14470
14471 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
14472
14473         * gcc.dg/ppc-spe.c: New.
14474
14475 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
14476
14477         * g++.dg/other/ptrmem4.C: New testcase.
14478
14479 2002-07-24  Richard Henderson  <rth@redhat.com>
14480
14481         * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
14482
14483 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
14484
14485         * g++.dg/ext/alignof1.C (main): Return 0 for success.
14486
14487 2002-07-24  Roger Sayle  <roger@eyesopen.com>
14488
14489         * gcc.c-torture/execute/memset-3.c: New testcase.
14490
14491 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
14492
14493         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
14494         gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
14495
14496 2002-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14497
14498         * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
14499         Delete.
14500
14501 2002-07-23  J"orn Rennecke <joern.rennecke@superh.com>
14502
14503         * gcc.c-torture/compile/simd-4.c: New test.
14504
14505 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14506
14507         PR c++/7347, c++/7348
14508         * g++.dg/template/access4.C: New test.
14509         * g++.dg/template/access5.C: New test.
14510         * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
14511         * g++.old-deja/g++.pt/memtemp86.C: Likewise.
14512         * g++.old-deja/g++.pt/ttp58.C: Likewise.
14513         * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
14514
14515 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
14516
14517         * gcc.dg/gnu89-init-2.c: New test.
14518
14519 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
14520
14521         * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
14522
14523 2002-07-20  Roger Sayle  <roger@eyesopen.com>
14524
14525         * gcc.c-torture/execute/20020720-1.c: New testcase.
14526
14527 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
14528
14529         * gcc.dg/cpp/Wsignprom.c: New tests.
14530
14531 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
14532
14533         * gcc.c-torture/execute/loop-13.c: New test.
14534
14535 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
14536
14537         * gcc.dg/cpp/expr.c: New tests.
14538
14539 2002 07-18  David Edelsohn  <edelsohn@gnu.org>
14540
14541         * g++.dg/opt/pr6713.C: Add template instantiation.
14542
14543 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
14544
14545         * gcc.dg/nest.c: New test.
14546
14547 2002-07-17  Richard Henderson  <rth@redhat.com>
14548
14549         * g++.dg/opt/pr6713.C: New test.
14550
14551 2002-07-17  Eric Botcazou  <ebotcazou@multimania.com>
14552
14553         * gcc.c-torture/execute/loop-2e.x: Let the testcase
14554         XFAIL for all x86 processors.
14555
14556 2002-07-17  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
14557
14558         * gcc.c-torture/execute/20010122-1.x: Do not test with
14559         -fomit-frame-pointer.
14560
14561 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14562
14563         * g++.dg/template/instantiate2.C: New test.
14564         * g++.dg/template/spec4.C: New test.
14565
14566 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14567
14568         * g++.dg/template/access2.C: New test.
14569         * g++.dg/template/access3.C: New test.
14570
14571 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
14572
14573         * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
14574         c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
14575         c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
14576         c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
14577         Convert to use <stdarg.h>.
14578         * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
14579         Delete.
14580         * gcc.dg/va-arg-2.c: New.
14581         * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
14582
14583 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
14584
14585         * gcc.c-torture/compile/20020710-1.c: New test.
14586
14587 2002-07-11  J"orn Rennecke <joern.rennecke@superh.com>
14588                           Andrew Pinski  <pinskia@physics.uc.edu>
14589
14590         gcc.c-torture/compile/simd-2.c: New testcase.
14591         gcc.c-torture/compile/simd-3.c: Likewise.
14592
14593 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
14594
14595         PR c++/7224
14596         * g++.dg/overload/error1.C: New test.
14597
14598 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14599
14600         * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
14601         configuration and IRIX 6 O32 ABI.
14602
14603 2002-07-11  Roger Sayle  <roger@eyesopen.com>
14604
14605         * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
14606
14607 2002-07-10  Roger Sayle  <roger@eyesopen.com>
14608
14609         * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
14610
14611 2002-07-10  Jeffrey A Law  <law@redhat.com>
14612
14613         * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
14614
14615         * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.
14616
14617 2002-07-09  Aldy Hernandez  <aldyh@redhat.com>
14618
14619         * gcc.dg/20020312-2.c: Check for __PPC__.
14620
14621 2002-07-09  Diego Novillo  <dnovillo@redhat.com>
14622
14623         * gcc.c-torture/compile/20020709-1.c: New test.
14624
14625 2002-07-07  Roger Sayle  <roger@eyesopen.com>
14626
14627         * g++.dg/template/qualttp21.C: New test case.
14628
14629 2002-07-06  Alexandre Oliva  <aoliva@redhat.com>
14630
14631         * gcc.c-torture/compile/20020706-1.c: New test.
14632         * gcc.c-torture/compile/20020706-2.c: New test.
14633
14634 2002-07-06  Brian R. Gaeke  <brg@dgate.ORG>
14635             Alexandre Oliva  <aoliva@redhat.com>
14636
14637         * g++.dg/warn/incomplete1.C: New test.
14638
14639 2002-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14640
14641         PR c++/7099
14642         * g++.dg/warn/noreturn1.C: New test.
14643
14644 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
14645
14646         PR c++/6706
14647         * g++.dg/debug/debug6.C: New test.
14648         * g++.dg/debug/debug7.C: New test.
14649
14650 2002-07-04  J"orn Rennecke <joern.rennecke@superh.com>
14651
14652         * gcc.c-torture/compile/simd-3.c: New test.
14653
14654 2002-07-03  Chris Demetriou  <cgd@broadcom.com>
14655
14656         * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
14657         * gcc.dg/20020620-1.c: Likewise.
14658
14659 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14660
14661         PR c++/6944
14662         * g++.dg/init/array4.C: New test.
14663         * g++.dg/init/array5.C: New test.
14664
14665 2002-07-03  J"orn Rennecke <joern.rennecke@superh.com>
14666
14667         * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
14668         * gcc.c-torture/execute/simd-2.c (main): Likewise.
14669
14670 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14671
14672         * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
14673         * gcc.dg/wtr-aggr-init-1.c: Likewise.
14674         * gcc.dg/wtr-conversion-1.c: Likewise.
14675         * gcc.dg/wtr-escape-1.c: Likewise.
14676         * gcc.dg/wtr-int-type-1.c: Likewise.
14677         * gcc.dg/wtr-label-1.c: Likewise.
14678         * gcc.dg/wtr-static-1.c: Likewise.
14679         * gcc.dg/wtr-strcat-1.c: Likewise.
14680         * gcc.dg/wtr-suffix-1.c: Likewise.
14681         * gcc.dg/wtr-switch-1.c: Likewise.
14682         * gcc.dg/wtr-unary-plus-1.c: Likewise.
14683         * gcc.dg/wtr-union-init-1.c: Likewise.
14684         * gcc.dg/wtr-union-init-2.c: Likewise.
14685         * gcc.dg/wtr-union-init-3.c: Likewise.
14686
14687         * gcc.dg/wtr-func-def-1.c: New test.
14688
14689 2002-07-02 Devang Patel <dpatel@apple.com>
14690
14691         * objc.dg/param-1.m: New test.
14692
14693 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
14694
14695         * gcc.dg/cpp/trad/directive.c: Add test.
14696         * gcc.dg/cpp/trad/macroargs.c: Add test.
14697         * gcc.dg/cpp/trad/recurse-3.c: Add tests.
14698
14699 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
14700
14701         * gcc.dg/cpp/cmdlne-M.c: New test.
14702
14703 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
14704
14705         * objc.dg/desig-init-1.m: New test.
14706
14707 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14708
14709         PR c++/6716
14710         * g++.dg/template/instantiate1.C: New test.
14711
14712 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
14713
14714         PR c++/7112
14715         * g++.dg/template/sizeof2.C: New test.
14716
14717 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
14718
14719         * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
14720         gcc.dg/cpp/trad/include.c: New tests.
14721
14722 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
14723
14724         PR target/7177
14725         * gcc.c-torture/compile/20020701-1.c: New test.
14726
14727 2002-07-01  Stan Shebs  <shebs@apple.com>
14728
14729         * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
14730         header here...
14731         * lib/objc-torture.exp (objc-torture-compile): ...instead of here
14732         (objc-torture-execute): or here.
14733
14734 2002-07-01  J"orn Rennecke <joern.rennecke@superh.com>
14735
14736         * gcc.c-torture/execute/arith-rand-ll.c: New test.
14737
14738 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
14739
14740         * gcc.dg/cpp/trad/escaped-nl.c: New test.
14741
14742 2002-06-30  Devang Patel  <dpatel@apple.com>
14743
14744         * objc.dg/fsyntax-only.m: New test.
14745
14746 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
14747
14748         PR c++/6695
14749         * g++.dg/template/friend7.C: New file.
14750
14751 2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
14752
14753         * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
14754         return type.
14755
14756 2002-06-27  J"orn Rennecke <joern.rennecke@superh.com>
14757
14758         * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
14759         avoid division by zero.
14760
14761 2002-06-27  Neil Booth  <neil@daikokuya.co.uk>
14762
14763         * gcc.dg/Wunknownprag.c: New tests.
14764
14765 2002-06-25  J"orn Rennecke <joern.rennecke@superh.com>
14766
14767         * gcc.c-torture/execute/simd-2.c: New test.
14768
14769 2002-06-25  Neil Booth  <neil@daikokuya.co.uk>
14770
14771         * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
14772         gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
14773         gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
14774         gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
14775         gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
14776         gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
14777         gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
14778         gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
14779         gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
14780         gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
14781         gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
14782         gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
14783         gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
14784         gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
14785         gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
14786         gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
14787         gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
14788
14789 2002-06-24  Neil Booth  <neil@daikokuya.co.uk>
14790
14791         * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
14792         gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
14793         gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
14794         gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
14795         New tests.
14796         * gcc.dg/cpp/trad/directive.c: Update.
14797
14798 2002-06-23  Andreas Jaeger  <aj@suse.de>
14799
14800         * gcc.c-torture/execute/complex-6.c: New.
14801
14802 2002-06-22  Neil Booth  <neil@daikokuya.co.uk>
14803
14804         * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
14805         gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
14806         gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
14807         gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
14808
14809 2002-06-21  Neil Booth  <neil@daikokuya.co.uk>
14810
14811         * gcc.dg/cpp/trad: New directory with traditional tests copied
14812         from parent directory.
14813         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
14814         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
14815         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
14816         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
14817         Move to trad/ and rename.
14818         * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
14819         gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
14820         gcc.dg/cpp/trad/redef2.c: New tests.
14821         * gcc.dg/cpp/trad/trad.exp: New driver.
14822
14823 2002-06-20  Neil Booth  <neil@daikokuya.co.uk>
14824
14825         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
14826         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
14827         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
14828         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
14829         Remove.
14830
14831 2002-06-20  Richard Sandiford  <rsandifo@redhat.com>
14832
14833         * gcc.dg/20020620-1.c: New test.
14834
14835 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14836
14837         * g++.dg/template/ttp4.C: New test.
14838
14839 2002-06-19  Jakub Jelinek  <jakub@redhat.com>
14840
14841         * g++.dg/opt/vt1.C: Fix regexp.
14842
14843 2002-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14844
14845         * gcc.c-torture/execute/pure-1.c: Make functions static again.
14846         Don't use attribute `noinline'.
14847
14848 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
14849
14850         * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
14851
14852 2002-06-18  Aldy Hernandez  <aldyh@redhat.com>
14853
14854         * gcc.c-torture/execute/simd-1.c: New.
14855
14856         * gcc.dg/simd-1.c: New.
14857
14858 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
14859
14860         * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
14861
14862 2002-06-16  Richard Henderson  <rth@redhat.com>
14863
14864         * g++.dg/ext/anon-struct1.C: New.
14865         * g++.dg/ext/anon-struct2.C: New.
14866         * g++.dg/ext/anon-struct3.C: New.
14867         * gcc.dg/anon-struct-1.c: New.
14868         * gcc.dg/anon-struct-2.c: New.
14869         * gcc.dg/anon-struct-3.c: New.
14870         * gcc.dg/20011008-1.c: Adjust warning text.
14871         * gcc.dg/20020527-1.c: Add -fms-extensions.
14872
14873 2002-06-16  Richard Henderson  <rth@redhat.com>
14874
14875         * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
14876
14877 2002-06-15  Hans-Peter Nilsson  <hp@axis.com>
14878
14879         * gcc.c-torture/execute/20020615-1.c: New test.
14880
14881 2002-06-15  Roger Sayle  <roger@eyesopen.com>
14882
14883         * gcc.c-tortuture/execute/compare-1.c: New test case.
14884         * gcc.c-tortuture/execute/compare-2.c: New test case.
14885         * gcc.c-tortuture/execute/compare-3.c: New test case.
14886
14887 2002-06-13  Richard Henderson  <rth@redhat.com>
14888
14889         * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New.  Define for
14890         ia64 ilp32.
14891
14892 2002-06-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14893
14894         * g++.dg/template/typename2.C: Update error message.
14895
14896 2002-06-12  Hans-Peter Nilsson  <hp@axis.com>
14897
14898         * gcc.c-torture/execute/20020611-1.c: New test.
14899
14900 2002-06-11  Bob Wilson  <bob.wilson@acm.org>
14901
14902         * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
14903         list of targets to skip.
14904
14905 2002-06-10  Bob Wilson  <bob.wilson@acm.org>
14906
14907         * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
14908         targets if not optimizing.
14909
14910 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
14911
14912         * gcc.c-torture/compile/20020605-1.c: New test.
14913
14914         * g++.dg/opt/vt1.C: New test.
14915
14916         * gcc.dg/20020531-1.c: New test.
14917
14918         * gcc.dg/20020530-1.c: New test.
14919
14920         * gcc.dg/20020527-1.c: New test.
14921
14922         * g++.dg/opt/cse1.C: New test.
14923
14924 2002-06-07  Roger Sayle  <roger@eyesopen.com>
14925
14926         * gcc.dg/20020607-2.c: New test case.
14927
14928 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
14929
14930         * gcc.c-torture/compile/20020604-1.c: New test.
14931
14932 2002-06-04  Richard Henderson  <rth@redhat.com>
14933
14934         * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
14935         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
14936         * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
14937
14938 2002-06-04  Aldy Hernandez  <aldyh@redhat.com>
14939
14940         * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
14941
14942 2002-06-03  Richard Henderson  <rth@redhat.com>
14943
14944         * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
14945         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
14946
14947 2002-06-02  Richard Henderson  <rth@redhat.com>
14948
14949         * gcc.c-torture/execute/pure-1.c: Don't mark any of the
14950         test functions static.
14951
14952 2002-06-02  Andreas Jaeger  <aj@suse.de>
14953
14954         * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
14955         now.
14956
14957 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
14958
14959         * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
14960         gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
14961         Update for mofified diagnostics.
14962         * gcc.dg/c99-intconst-1.c: No longer fail.
14963
14964 2002-06-02  Richard Henderson  <rth@redhat.com>
14965
14966         * gcc.dg/uninit-A.c: Remove xfail markers.
14967
14968 2002-06-01  Roger Sayle  <roger@eyesopen.com>
14969
14970         * gcc.dg/fnegate-1.c: New test case.
14971
14972 2002-05-30  Osku Salerma  <osku@iki.fi>
14973
14974         * gcc.c-torture/execute/mayalias-1.c: New file.
14975
14976 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
14977
14978         * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
14979         gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
14980         gcc.dg/cpp/if-1.c: Update for modified diagnostics.
14981
14982 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
14983
14984         * gcc.c-torture/execute/20020529-1.c: New test.
14985
14986 2002-05-27  Richard Henderson  <rth@redhat.com>
14987
14988         * g++.dg/ext/attrib6.C: New test case.
14989
14990 2002-05-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14991
14992         * gcc.c-torture/execute/pure-1.c: New test.
14993
14994 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
14995
14996         * gcc.dg/cpp/arith-2.c: Remove.
14997
14998 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
14999
15000         * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
15001         * gcc.dg/cpp/if-3.c: Remove.
15002
15003 2002-05-26  Jakub Jelinek  <jakub@redhat.com>
15004
15005         * g++.dg/opt/cse2.C: New test.
15006
15007 2002-05-26  Neil Booth  <neil@daikokuya.demon.co.uk>
15008
15009         * gcc.dg/cpp/arith-1.c: New semantic tests.
15010         * gcc.dg/cpp/if-1.c: Update.
15011
15012 2002-05-24  Ben Elliston  <bje@redhat.com>
15013
15014         * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
15015
15016 2002-05-24  Jakub Jelinek  <jakub@redhat.com>
15017
15018         * gcc.dg/verbose-asm.c: New test.
15019
15020 2002-05-24  Neil Booth  <neil@daikokuya.demon.co.uk>
15021
15022         * gcc.dg/cpp/paste12.c: New test.
15023
15024 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
15025
15026         * g++.dg/parse/named_ops.C: New test.
15027
15028 2002-05-23  Mark Mitchell  <mark@codesourcery.com>
15029
15030         * gcc/testsuite/gcc.dg/weak-8.c: New test.
15031
15032 2002-05-23  J"orn Rennecke <joern.rennecke@superh.com>
15033
15034         * gcc.dg/weak-2.c: Allow optional leading underscore
15035         in scan-assembler symbol name.
15036         * gcc.dg/weak-3.c: Likewise.
15037         * gcc.dg/weak-4.c: Likewise.
15038         * gcc.dg/weak-5.c: Likewise.
15039
15040 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
15041
15042         * gcc.dg/20020523-1.c: New test.
15043
15044 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
15045
15046         * objc.dg/const-str-2.m: Update now that we stop after
15047         a command line error.
15048
15049 2002-05-22  Richard Henderson  <rth@redhat.com>
15050
15051         * g++.dg/dg.exp: Fix typo in test pruneing.
15052
15053 2002-05-22  Richard Henderson  <rth@redhat.com>
15054
15055         * g++.dg/dg.exp: Prune the tls subdirectory.
15056         * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
15057         * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
15058         * g++.dg/tls/init-1.C: New.
15059
15060 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
15061
15062         * gcc.dg/20020517-1.c: New test.
15063
15064 2002-05-21  Richard Henderson  <rth@redhat.com>
15065
15066         * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
15067         gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
15068
15069 2002-05-21  Brian R. Gaeke  <brg@dgate.ORG>
15070
15071         * g++.dg/other/copy2.C: New test.
15072
15073 2002-05-20  J"orn Rennecke <joern.rennecke@superh.com>
15074
15075         * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
15076         (MAX_COPY): Bump up to 10 times sizeof (long long).
15077         (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
15078
15079         * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
15080         sizeof (long long).
15081
15082         * gcc.c-torture/execute/strcpy-1.c: New test.
15083
15084 2002-05-19  Jason Merrill  <jason2redhat.com>
15085
15086         * g++.dg/ext/oper1.C: New test.
15087
15088 2002-05-20  David Billinghurst <David.Billinghurst@riotinto.com>
15089 2002-05-19  Mark Mitchell  <mitchell@doubledemon.codesourcery.com>
15090
15091         * README.QMTEST: New file.
15092
15093         * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
15094
15095 2002-05-19  Andreas Jaeger  <aj@suse.de>
15096
15097         * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
15098         now.
15099         * gcc.c-torture/execute/loop-2d.x: Likewise.
15100
15101 2002-05-19  David Billinghurst <David.Billinghurst@riotinto.com>
15102
15103         * gcc.dg/weak-2.c:  xfail warnings for platforms that don't
15104         support weak symbols.
15105         * gcc.dg/weak-4.c: Likewise
15106         * gcc.dg/weak-6.c: Likewise
15107
15108 2002-05-16  David.Billinghurst <David.Billinghurst@riotinto.com>
15109
15110         * gcc.dg/weak-3.c: Add dg-excess-error comment for
15111         cygwin, coff and h8300-*-hms targets
15112         * gcc.dg/weak-5.c: Likewise
15113         * gcc.dg/weak-7.c: Likewise
15114
15115 2002-05-16  Jason Merrill  <jason@redhat.com>
15116
15117         * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
15118         (scan-assembler-not, scan-assembler-dem): Likewise.
15119         (scan-assembler-dem-not): Likewise.
15120
15121 2002-05-15  Richard Henderson  <rth@redhat.com>
15122
15123         * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
15124
15125 2002-05-15  Richard Henderson  <rth@redhat.com>
15126
15127         * gcc.dg/weak-5.c (vfoo1c): No warning here.
15128         (vfoo1f): Warning here.
15129         (vfoo1l): Don't redefine the alias.
15130
15131 2002-05-14  Jason Merrill  <jason@redhat.com>, Alexandre Oliva  <aoliva@redhat.com>
15132
15133         * g++.dg/init/pm1.C: New test.
15134
15135 2002-05-12  David S. Miller  <davem@redhat.com>
15136
15137         * gcc.c-torture/execute/conversion.c (ldnear): Use long double
15138         types.
15139
15140 2002-05-10  Roger Sayle  <roger@eyesopen.com>
15141
15142         * gcc.c-torture/execute/20020510-1.c: New test case.
15143
15144 2002-05-10  David S. Miller  <davem@redhat.com>
15145
15146         * gcc.c-torture/execute/conversion.c: Test long double too.
15147
15148 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
15149
15150         * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
15151         libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
15152         * lib/g++.exp (g++_link_flags): Likewise.
15153         * lib/objc.exp (objc_target_compile): Likewise.
15154
15155 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
15156
15157         * gcc.dg/cpp/poison.c: Update.
15158         * gcc.dg/cpp/20000625-2.c: Remove.
15159         * gcc.dg/cpp/direct2s.c: Remove final test.
15160
15161 2002-05-08  Tom Rix  <trix@redhat.com>
15162
15163         * gcc.c-torture/execute/20020508-1.c: New test.
15164         * gcc.c-torture/execute/20020508-2.c: New test.
15165         * gcc.c-torture/execute/20020508-3.c: New test.
15166
15167 2002-05-08  Neil Booth  <neil@daikokuya.demon.co.uk>
15168
15169         * gcc.dg/cpp/charconst-4.c: More tests.
15170
15171 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
15172
15173         PR c/6569
15174         * gcc.dg/weak-3.c: Update location of warning messages.
15175         * gcc.dg/weak-5.c: Likewise.
15176
15177 2002-05-06  Roger Sayle  <roger@eyesopen.com>
15178
15179         * gcc.c-torture/execute/20020506-1.c: New test case.
15180
15181 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
15182
15183         * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
15184
15185 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
15186
15187         * gcc.dg/cpp/charconst-3.c: Run, don't compile.
15188
15189 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
15190
15191         * gcc.dg/cpp/charconst-3.c: New test.
15192
15193 2002-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
15194
15195         * gcc.dg/cpp/charconst.c: Update tests.
15196
15197 2002-05-05  Tim Josling  <tej@melbpc.org.au>
15198
15199         * treelang: Added directory for new sample language treelang. Also
15200         lib/treelang.exp: New file to signal treelang should be tested.
15201
15202 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
15203
15204         * gcc.dg/cpp/cmdlne-dM-M.c: New test.
15205         * gcc.dg/cpp/cmdlne-dD-M.c: New test.
15206         * gcc.dg/cpp/cmdlne-dN-M.c: New test.
15207         * gcc.dg/cpp/cmdlne-dI-M.c: New test.
15208         * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
15209         * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
15210         * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
15211
15212 2002-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
15213
15214         * gcc.dg/format/xopen-2.c: New test.
15215
15216 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
15217
15218         * gcc.dg/20020503-1.c: New test.
15219
15220 2002-05-02  Mark Mitchell  <mark@codesourcery.com>
15221
15222         * g++.dg/init/dtor1.C: Make it tougher.
15223
15224 2002-05-01  Mark Mitchell  <mark@codesourcery.com>
15225
15226         * g++.dg/init/dtor1.C: New test.
15227
15228 2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
15229
15230         * gcc.dg/altivec-8.c: New.
15231
15232 2002-05-01  Aldy Hernandez  <aldyh@redhat.com>
15233
15234         * gcc.dg/altivec-7.c: New.
15235
15236 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
15237
15238         * g++.dg/parse/typedef1.C: New test.
15239
15240 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
15241
15242         PR c++/6486
15243         * g++.dg/template/friend6.C: New test.
15244
15245         PR c++/6492
15246         * g++.dg/init/copy1.C: New test.
15247
15248 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
15249
15250         * g++.dg/warn/effc1.C: New test.
15251
15252 2002-04-29  Neil Booth  <neil@daikokuya.demon.co.uk>
15253
15254         * gcc.dg/cpp/if-cexp.c: Add a test.
15255
15256 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
15257
15258         * gcc.dg/20020426-2.c: New test.
15259
15260 2002-04-28  Neil Booth  <neil@daikokuya.demon.co.uk>
15261
15262         * gcc.dg/cpp/if-mop.c: Update.
15263         * gcc.dg/cpp/if-mpar.c: Add test.
15264         * gcc.dg/cpp/if-oppr.c: Update.
15265
15266 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15267
15268         PR c/6343
15269         * gcc.dg/weak-[2-7].c: New tests.
15270
15271 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
15272
15273         * gcc.dg/enum1.c: New test.
15274
15275 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
15276
15277         PR c++/6497
15278         * g++.dg/inherit/access2.C: New test.
15279
15280 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
15281
15282         PR bootstrap/6445
15283         * gcc.dg/20020426-1.c: New test.
15284
15285 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
15286
15287         * g++.dg/abi/enum1.C: New test.
15288
15289 2002-04-26  Richard Henderson  <rth@redhat.com>
15290
15291         * gcc.dg/c99-bool-1.c: Expect always true warning.
15292
15293 2002-04-25  Roger Sayle  <roger@eyesopen.com>
15294
15295         * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
15296
15297 2002-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15298
15299         * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
15300         targets.
15301
15302 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
15303
15304         * g++.dg/abi/mange7.C: New test.
15305
15306         PR c++/6438.
15307         * g++.dg/parse/stmtexpr2.C: New test.
15308
15309 2002-04-24  J"orn Rennecke <joern.rennecke@superh.com>
15310
15311         * gcc.dg/20020312-2.c: Add SH target.
15312
15313 2002-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15314
15315         * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
15316         compiler output on mips*-*-irix*.
15317
15318 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
15319
15320         * g++.dg/parse/attr1.C: New test.
15321
15322 2002-04-23  Roger Sayle  <roger@eyesopen.com>
15323
15324         * gcc.c-torture/execute/string-opt-17.c: New test case.
15325         * gcc.c-torture/execute/memset-2.c: New test case.
15326
15327 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
15328
15329         PR c++/6256:
15330         * g++.dg/template/friend5.C: New test.
15331
15332         PR c++/6331:
15333         * g++.dg/template/qual1.C: Likewise.
15334
15335 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
15336
15337         * gcc.c-torture/execute/980707-1.c: Don't use isspace().
15338         Include stdlib.h, not stdio.h or ctype.h.
15339
15340 2002-04-22  Hans-Peter Nilsson  <hp@axis.com>
15341
15342         * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
15343         cris-*-elf* and mmix-*-*.
15344         * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
15345         * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
15346         g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
15347         Ditto.
15348         * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
15349         * gcc.dg/wchar_t-1.c: Ditto.
15350
15351 2002-04-21  Hans-Peter Nilsson  <hp@axis.com>
15352
15353         * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
15354         Clarify comment.
15355
15356 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
15357
15358         * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
15359
15360 2002-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15361
15362         * gcc.c-torture/execute/20000906-1.x: Delete.
15363
15364 2002-04-20  David.Billinghurst <David.Billinghurst@riotinto.com>
15365
15366         * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
15367
15368 2002-04-19  Toon Moene  <toon@moene.indiv.nluug.nl>
15369
15370         * PR6367
15371         * g77.f-torture/execute/6367.f: New test.
15372         * g77.f-torture/execute/6367.x: Disable for MMIX.
15373
15374 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
15375
15376         * PR6352
15377         * g++.dg/opt/inline2.C: New test.
15378
15379 2002-04-18  Richard Henderson  <rth@redhat.com>
15380
15381         * gcc.dg/20000906-1.c: Enable for all targets.
15382         * gcc.c-torture/compile/iftrap-2.c: New.
15383
15384 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
15385
15386         * gcc.dg/20020418-1.c: New test.
15387         * gcc.dg/20020418-2.c: New test.
15388
15389 2002-04-18  Richard Henderson  <rth@redhat.com>
15390
15391         * gcc.c-torture/compile/iftrap-1.c: New.
15392         * gcc.dg/iftrap-1.c: Adjust for ia64.
15393         * gcc.dg/iftrap-2.c: New.
15394
15395 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
15396
15397         * gcc.c-torture/compile/20020418-1.c: New test.
15398
15399 2002-04-18  Roger Sayle  <roger@eyesopen.com>
15400
15401         * gcc.c-torture/compile/20020415-1.c: New.
15402
15403 2002-04-18  David S. Miller  <davem@redhat.com>
15404
15405         * gcc.c-torture/execute/20020418-1.c: New test.
15406
15407 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
15408
15409         * gcc.dg/20020416-1.c: New test.
15410
15411         * g++.dg/opt/inline1.C: New test.
15412
15413 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
15414
15415         * gcc.dg/altivec-5.c: New test.
15416
15417         * gcc.dg/20020415-1.c: New test.
15418
15419 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
15420
15421         * testsuite/lib/chill.exp: Remove.
15422
15423 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
15424
15425         * g++.dg/other/big-struct.C: New test.
15426
15427 2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>
15428
15429         * g77.dg/f77-edit-i-in.f: Use internal buffer in place
15430         of scratch file.
15431
15432 2002-04-13  David Billinghurst <David.Billinghurst@riotinto.com>
15433
15434         PR c/6277
15435         * gcc.dg/i386-387-1.c:  Allow optional leading underscore
15436         in scan-assembler function name
15437
15438 2002-04-13  Hans-Peter Nilsson  <hp@bitrange.com>
15439
15440         * g77.f-torture/execute/980628-4.x,
15441         g77.f-torture/execute/980628-5.x,
15442         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
15443         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
15444         g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
15445         i[34567]86-*-*.
15446
15447 2002-04-13  David S. Miller  <davem@redhat.com>
15448
15449         * gcc.c-torture/execute/20020413-1.c: New test.
15450
15451 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
15452
15453         * gcc.dg/asm-6.c,
15454         * g++.dg/ext/asm1.C: New tests.
15455
15456 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
15457
15458         PR c++ 5373.
15459         * g++.dg/parse/stmtexpr1.C: New test.
15460
15461         PR c++/5189.
15462         * g++.dg/template/copy1.C: New test.
15463
15464 2002-04-12  Richard Henderson  <rth@redhat.com>
15465
15466         * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
15467
15468 2002-04-12  Geoffrey Keating  <geoffk@redhat.com>
15469
15470         * gcc.c-torture/execute/20020412-1.c: New file, renamed from
15471         gcc.c-torture/execute/20020307-2.c.
15472
15473 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
15474
15475         * g++.dg/ext/attrib5.C,
15476         * g++.dg/lookup/struct1.C: New tests.
15477
15478 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
15479
15480         * gcc.dg/20020411-1.c: New test.
15481
15482         * gcc.c-torture/execute/20020411-1.c: New test.
15483
15484 2002-04-10  Janis Johnson  <janis187@us.ibm.com>
15485
15486         * g77.f-torture/execute/6177.f: New test.
15487
15488 2002-04-10  Jakub Jelinek  <jakub@redhat.com>
15489
15490         PR middle-end/6247
15491         * g++.dg/opt/cleanup1.C: New test.
15492
15493         * g++.dg/opt/const1.C: New test.
15494
15495 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
15496
15497         * gcc.c-torture/execute/20020406-1.c: Declare malloc.
15498
15499 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
15500
15501         PR c++/5507
15502         * g++.dg/template/typename2.C: New test.
15503
15504 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
15505
15506         * gcc.c-torture/execute/loop-12.c: New.
15507
15508 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
15509
15510         * g77.f-torture/execute/980628-4.x,
15511         g77.f-torture/execute/980628-5.x,
15512         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
15513         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
15514         g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
15515
15516 2002-04-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15517
15518         PR optimization/6086
15519         * g++.dg/opt/preinc1.C: New test.
15520
15521 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
15522
15523         PR c++/5571
15524         * g++.dg/opt/static2.C: New test.
15525
15526 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
15527
15528         PR c/5120
15529         * gcc.dg/20020406-1.c: New test.
15530
15531 2002-04-04  David S. Miller  <davem@redhat.com>
15532
15533         * gcc.c-torture/execute/20020404-1.c: New test.
15534
15535 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
15536
15537         PR c/6123
15538         * gcc.dg/20020312-2.c: Do not declare global register variable
15539         if __PIC__ or __pic__ is defined.
15540
15541 2002-04-04  Richard Earnshaw  <rearnsha@arm.com>
15542
15543         * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC.  Use
15544         __asm__ so that it works correctly even if -ansi -pedantic-errors.
15545
15546 2002-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15547
15548         * gcc.misc-tests/linkage.exp: Update last change to handle
15549         sparc*-, not just sparc-.
15550
15551 2002-04-03  Richard Henderson  <rth@redhat.com>
15552
15553         * gcc.dg/cpp/ucs.c: Improved long UCS test.
15554
15555 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
15556
15557         * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
15558
15559 2002-04-02  David S. Miller  <davem@redhat.com>
15560
15561         * gcc.c-torture/execute/20020402-3.c: New test.
15562
15563 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
15564
15565         * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
15566         * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
15567
15568         * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
15569         * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
15570         g77.f-torture/execute/20001201.x,
15571         g77.f-torture/execute/u77-test.x: New files.
15572
15573         * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
15574         * gcc.dg/wchar_t-1.c: Ditto.
15575
15576 2002-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15577
15578         * gcc.c-torture/execute/20020402-1.c: New test.
15579
15580 2002-04-01  Richard Henderson  <rth@redhat.com>
15581
15582         * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
15583
15584         * g++.dg/other/new1.C: Use __SIZE_TYPE__.
15585
15586 2002-04-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15587
15588         * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
15589
15590 2002-04-01  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
15591
15592         * g++.dg/inherit/template-as-base.C: Expect error.
15593         * g++.dg/inherit/namespace-as-base.C: Likewise.
15594
15595 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
15596
15597         * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
15598         g++.dg/ext/instantiate3.C: Tweak match patterns.
15599
15600         * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
15601         * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
15602         -da test.
15603
15604 2002-03-31  Richard Henderson  <rth@redhat.com>
15605
15606         * gcc.dg/special/alias-2.c: New.
15607         * gcc.dg/special/ecos.exp: Run it.
15608
15609 2002-03-31  Richard Henderson  <rth@redhat.com>
15610
15611         * gcc.dg/va-arg-1.c: Expect warnings, not errors.
15612
15613 2002-03-31  Kazu Hirata  <kazu@hxi.com>
15614
15615         * gcc.dg/weak-1.c: Disable on h8300 port.
15616
15617 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
15618
15619         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
15620         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
15621         ordering tests.
15622         * g++.dg/bprob/bprob-1.C: New test.
15623         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
15624         * g++.dg/gcov/gcov-1.C: New test.
15625         * g++.dg/gcov/gcov-1.x: New file.
15626         * g++.dg/gcov/gcov-2.C: New test.
15627         * g++.dg/gcov/gcov-3.C: New test.
15628         * g++.dg/gcov/gcov-3.h: New file.
15629
15630 2002-03-28  Roger Sayle  <roger@eyesopen.com>
15631
15632         * g++.old-deja/g++.other/builtins5.C: New test.
15633         * g++.old-deja/g++.other/builtins6.C: New test.
15634         * g++.old-deja/g++.other/builtins7.C: New test.
15635         * g++.old-deja/g++.other/builtins8.C: New test.
15636         * g++.old-deja/g++.other/builtins9.C: New test.
15637
15638 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
15639
15640         * g++.dg/opt/static1.C: New test.
15641
15642         * g++.dg/opt/longbranch1.C: New test.
15643
15644 2002-03-28  Hans-Peter Nilsson  <hp@bitrange.com>
15645
15646         * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
15647
15648         * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
15649
15650 2002-03-28  Jeffrey A Law  (law@redhat.com)
15651
15652         * gcc.c-torture/execute/20020328-1.c: New test.
15653
15654 2002-03-27  Richard Henderson  <rth@redhat.com>
15655
15656         * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
15657         * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
15658         move from g++.old-deja/g++.ext/.
15659
15660 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
15661
15662         * g++.dg/init/new2.C: New test.
15663
15664 2002-03-26  Richard Henderson  <rth@redhat.com>
15665
15666         * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
15667
15668         * gcc.dg/20020312-2.c: Don't test epilogue vs global register
15669         on sparc.
15670
15671         * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc.  Only run on
15672         sparcv9 systems.
15673         * gcc.dg/20001102-1.c: Likewise.
15674
15675 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
15676
15677         * gcc.dg/cpp/endif-pedantic1.c,
15678         gcc.dg/cpp/endif-pedantic2.c:  New tests.
15679
15680 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
15681
15682         * g++.dg/init/new1.C: New test.
15683
15684 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
15685
15686         * g++.dg/abi/vbase9.C: New test.
15687
15688 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
15689
15690         * gcc.dg/arm-asm.c: New test.
15691
15692 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
15693
15694         * gcc.dg/Wswitch-enum.c: New test.
15695         Fix PR c/5044.
15696
15697 2002-03-26  Richard Henderson  <rth@redhat.com>
15698
15699         * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
15700         structure.
15701
15702 2002-03-25  Richard Henderson  <rth@redhat.com>
15703
15704         * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc.  Only run on
15705         sparcv9 systems.
15706
15707         * gcc.c-torture/compile/20011119-1.c (xxx): New.
15708         * gcc.c-torture/compile/20011119-2.c (xxx): New.
15709
15710 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
15711
15712         * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
15713
15714 2002-03-25  Bob Wilson  <bob.wilson@acm.org>
15715
15716         * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
15717         targets using generic thunk support.
15718
15719 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
15720
15721         * gcc.c-torture/compile/20020323-1.c: New test.
15722
15723         * g++.dg/opt/conj2.C: New test.
15724
15725 2002-03-24  Richard Henderson  <rth@redhat.com>
15726
15727         * gcc.dg/weak-1.c: Use -fno-common.
15728
15729 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
15730
15731         * g77.dg/f77-edit-apostrophe-out.f: New test
15732         * g77.dg/f77-edit-h-out.f: New test
15733         * g77.dg/f77-edit-t-in.f: New test
15734         * g77.dg/f77-edit-t-out.f: New test
15735         * g77.dg/f77-edit-x-out.f: New test
15736         * g77.dg/f77-edit-slash-out.f: New test
15737         * g77.dg/f77-edit-colon-out.f: New test
15738         * g77.dg/f77-edit-s-out.f: New test
15739
15740 2002-03-24  Richard Henderson  <rth@redhat.com>
15741
15742         * objc/execute/formal_protocol-6.x: New XFAIL.
15743
15744 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
15745
15746         * gcc.dg/weak-1.c:  Early return from dg-final on platforms
15747         that do not support weak symbols
15748
15749 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
15750
15751         * lib/g++.exp:  Fix handling of LD_LIBRARY_PATH et al
15752         * lib/g77.exp:  Likewise
15753         * lib/objc.exp: Likewise
15754
15755 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
15756
15757         * gcc.dg/Wswitch-default.c: New test.
15758
15759 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
15760
15761         * g++.dg/other/enum1.C: New test.
15762
15763 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
15764
15765         * gcc.dg/pragma-ep-3.c: Fix typo.
15766
15767 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
15768
15769         * g++.dg/inherit/template-as-base.C: New test.
15770
15771 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
15772
15773         * g++.old-deja/g++.other/dwarf2-1.C: Move...
15774         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
15775
15776 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
15777
15778         * gcc.dg/cpp/multiline.c: Update to match.
15779
15780 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
15781
15782         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
15783
15784 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
15785
15786         * gcc.dg/cpp/extratokens2.c:  New file.
15787
15788 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
15789
15790         * gcc.dg/20020312-2.c: Add rs6000 target.
15791
15792         * gcc.c-torture/compile/20020319-1.c: New test.
15793
15794 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15795
15796         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
15797         (A, E): Handle this.
15798
15799 2002-03-20  Jason Merrill  <jason@redhat.com>
15800
15801         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
15802         ignoring -fpic.
15803         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
15804         through prune_gcc_output.
15805
15806 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
15807
15808         * gcc.c-torture/compile/20020320-1.c: New test.
15809
15810 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
15811
15812         * gcc.c-torture/compile/20020318-1.c: New test.
15813
15814         * gcc.dg/struct-by-value-1.c: New test.
15815
15816         * gcc.dg/20020319-1.c: New test.
15817
15818 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
15819
15820         * g++.dg/opt/conj1.C: New test.
15821
15822 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
15823
15824         * g++.dg/template/qualttp20.C: Revert previous change.
15825         * g++.dg/template/qualttp3.C: Likewise.
15826         * g++.dg/template/qualttp4.C: Likewise
15827         * g++.dg/template/qualttp5.C: Likewise
15828         * g++.dg/template/qualttp6.C: Likewise
15829         * g++.dg/template/qualttp7.C: Likewise
15830         * g++.dg/template/qualttp8.C: Likewise
15831         * g++.dg/template/recurse.C: Likewise.
15832
15833 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
15834
15835         * gcc.dg/cpp/wchar-1.c: Update.
15836
15837 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
15838
15839         * g++.dg/template/conv1.C: New test.
15840         * g++.dg/template/conv2.C: New test.
15841         * g++.dg/template/conv3.C: New test.
15842         * g++.dg/template/conv4.C: New test.
15843
15844 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
15845
15846         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
15847         * g++.dg/template/qualttp3.C: Likewise.
15848         * g++.dg/template/qualttp4.C: Likewise
15849         * g++.dg/template/qualttp5.C: Likewise
15850         * g++.dg/template/qualttp6.C: Likewise
15851         * g++.dg/template/qualttp7.C: Likewise
15852         * g++.dg/template/qualttp8.C: Likewise
15853         * g++.dg/template/recurse.C: Likewise.
15854
15855 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
15856
15857         * g++.dg/opt/dtor1.C: New test.
15858
15859 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
15860
15861         * gcc.c-torture/compile/20020315-1.c: New test.
15862
15863 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
15864
15865         * gcc.dg/weak-1.c: Fix scan tests.
15866
15867 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
15868
15869         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
15870         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
15871         cris-*-aout* mmix-*-*.
15872         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
15873         cris-*-aout* mmix-*-*.
15874         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
15875         cris-*-elf* cris-*-aout* and mmix-*-*.
15876         * gcc.dg/20001009-1.c: Ditto.
15877         * gcc.dg/20010912-1.c: Ditto.
15878         * gcc.dg/20020122-4.c: Ditto.
15879         * gcc.dg/inline-2.c: Ditto.
15880
15881 2002-03-14  Jeffrey A Law  (law@cygnus.com)
15882
15883         * gcc.c-torture/compile/20020314-1.c: New test.
15884
15885 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
15886
15887         * gcc.c-torture/execute/20020314-1.c: New test.
15888
15889 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
15890
15891         * g++.dg/warn/Wunused-1.C: New test.
15892
15893 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
15894
15895         * g++.dg/abi/mangle6.C: New test.
15896
15897 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
15898
15899         * gcc.c-torture/compile/20020309-2.c: New test.
15900
15901         * gcc.c-torture/compile/20020312-1.c: New test.
15902
15903 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
15904
15905         * g++.dg/other/access1.C: New test.
15906
15907 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
15908
15909         * gcc.c-torture/execute/wchar_t-1.c: New test.
15910
15911 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
15912
15913         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
15914
15915 2002-03-12  Roger Sayle  <roger@eyesopen.com>
15916
15917         * gcc.dg/20020312-1.c: New test case.
15918
15919 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
15920
15921         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
15922
15923 2002-03-11  Richard Henderson  <rth@redhat.com>
15924
15925         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
15926         * g++.old-deja/g++.jason/report.C: Likewise.
15927
15928 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
15929
15930         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
15931         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
15932
15933 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
15934
15935         * testsuite/g++.dg/overload/pmf1.C: New test.
15936
15937 2002-03-11  Kazu Hirata  <kazu@hxi.com>
15938
15939         * gcc.c-torture/execute/20020307-1.c: Use long.
15940
15941 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
15942
15943         PR optimization/5844
15944         * gcc.dg/20020310-1.c: New test.
15945
15946 2002-03-09  Michael Meissner  <meissner@redhat.com>
15947
15948         * gcc.c-torture/execute/memcpy-2.c: New test.
15949         * gcc.c-torture/execute/memset-1.c: New test.
15950         * gcc.c-torture/execute/strlen-1.c: New test.
15951         * gcc.c-torture/execute/strcmp-1.c: New test.
15952         * gcc.c-torture/execute/strncmp-1.c: New test.
15953
15954 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
15955
15956         * gcc.dg/ppc-ldstruct.c: New test.
15957
15958 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
15959
15960         * gcc.c-torture/execute/va-arg-22.c: New test.
15961
15962 2002-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15963
15964         * gcc.c-torture/compile/20020309-1.c: New test.
15965
15966 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
15967
15968         * gcc.c-torture/execute/20020307-2.c: New test.
15969
15970 2002-03-07  Jeffrey A Law  (law@redhat.com)
15971
15972         * g77.f-torture/compile/20020307-1.f: New test.
15973
15974 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
15975
15976         * gcc.dg/unordered-1.c: New test.
15977
15978 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
15979
15980         * gcc.c-torture/execute/20020307-1.c: New test.
15981
15982 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
15983
15984         * gcc.dg/20020304-1.c: New test.
15985
15986         * gcc.c-torture/compile/20020304-2.c: New test.
15987
15988 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
15989
15990         * gcc.c-torture/compile/20020304-1.c: New test case
15991         (from PR c/5830).
15992
15993 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
15994
15995         * gcc.dg/20020103-1.c: Add other -D ppc variants.
15996
15997 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
15998
15999         * g++.dg/other/classkey1.C: New test.
16000
16001 2002-03-01  Richard Henderson  <rth@redhat.com>
16002
16003         * gcc.c-torture/compile/981223-1.x: New.
16004         * gcc.c-torture/compile/920625-1.x: New.
16005
16006 2002-02-28  Richard Henderson  <rth@redhat.com>
16007
16008         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
16009
16010 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
16011
16012         * gcc.c-torture/execute/20020227-1.c: New test.
16013
16014 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
16015
16016         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
16017         here" ERROR lines.
16018         * g++.old-deja/g++.oliva/partord1.C: Likewise.
16019         * g++.old-deja.g++.other/defarg1.C: Likewise.
16020         * g++.old-deja/g++.pt/calls2.C: Likewise.
16021         * g++.old-deja/g++.pt/crash20.C: Likewise.
16022         * g++.old-deja/g++.pt/crash30.C: Likewise.
16023         * g++.old-deja/g++.pt/crash36.C: Likewise.
16024         * g++.old-deja/g++.pt/crash6.C: Likewise.
16025         * g++.old-deja/g++.pt/defarg13.C: Likewise.
16026         * g++.old-deja/g++.pt/derived3.C: Likewise.
16027         * g++.old-deja/g++.pt/error1.C: Likewise.
16028         * g++.old-deja/g++.pt/friend21.C: Likewise.
16029         * g++.old-deja/g++.pt/friend23.C: Likewise.
16030         * g++.old-deja/g++.pt/infinite1.C: Likewise.
16031         * g++.old-deja/g++.robertl/eb128.C: Likewise.
16032
16033 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
16034
16035         * gcc.c-torture/execute/20020225-2.c: New test.
16036
16037 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
16038
16039         * gcc.c-torture/execute/920730-1t.c,
16040         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
16041         Delete test cases, only relevant to -traditional.
16042
16043 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
16044
16045         * gcc.dg/cpp/undef1.c: Remove.
16046         * gcc.dg/cpp/directiv.c: Update.
16047         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
16048
16049 2002-02-27  Michael Meissner  <meissner@redhat.com>
16050
16051         * gcc.c-torture/execute/20020226-1.c: New test.
16052
16053 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
16054
16055         * g++.dg/debug/debug4.C: New test.
16056
16057         * gcc.dg/ia64-visibility-1.c: New test.
16058
16059 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
16060
16061         * gcc.dg/debug/20020224-1.c: New.
16062
16063 2002-02-25  Kazu Hirata  <kazu@hxi.com>
16064
16065         * gcc.c-torture/execute/960416-1.x: New.
16066         * gcc.c-torture/execute/divconst-3.x: Likewise.
16067
16068 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
16069
16070         * gcc.dg/20020224-1.c: New test.
16071
16072 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
16073
16074         * gcc.c-torture/execute/20020225-1.c: New.
16075
16076 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
16077
16078         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
16079
16080 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
16081
16082         * gcc.dg/20020222-1.c: New test.
16083
16084 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
16085
16086         * g++.dg/opt/anonunion1.C: New test.
16087
16088 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
16089
16090         * g++.dg/template/qualttp19.C: New test.
16091         * g++.dg/template/qualttp20.C: New test.
16092         * g++.old-deja/g++.jason/report.C: Adjust expected errors
16093         * g++.old-deja/g++.other/qual1.C: Likewise.
16094
16095 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
16096
16097         * gcc.dg/attr-alwaysinline.c: New.
16098
16099 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
16100
16101         * gcc.dg/20020220-1.c: New test.
16102
16103         * gcc.dg/20020220-2.c: New test.
16104
16105         * g++.dg/opt/mmx1.C: New test.
16106
16107 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
16108
16109         * gcc.c-torture/compile/20020110.c: New test.
16110
16111 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
16112
16113         * gcc.c-torture/execute/20020219-1.c: New test.
16114
16115         * gcc.dg/20020219-1.c: New test.
16116
16117         * gcc.dg/noncompile/20020220-1.c: New test.
16118
16119         * g++.dg/opt/ptrintsum1.C: New test.
16120
16121         * gcc.dg/debug/20020220-1.c: New test.
16122
16123 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
16124
16125         * gcc.c-torture/execute/20020216-1.c: New test.
16126
16127 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
16128
16129         * gcc.dg/decl-1.c: Update, new test.
16130
16131 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
16132
16133         * g++.dg/abi/bitfield1.C: New test.
16134         * g++.dg/abi/bitfield2.C: New test.
16135
16136 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
16137
16138         * gcc.dg/attr-nest.c: New test.
16139
16140 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
16141
16142         * gcc.c-torture/execute/20020215-1.c: New test.
16143
16144 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
16145
16146         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
16147         * g++.dg/debug/debug.exp: New.
16148         * g++.dg/debug/trivial.C: New.
16149         * g++.dg/debug/debug1.C: Moved...
16150         * g++.dg/other/debug1.C: ...from here.
16151         * g++.dg/debug/debug2.C: Moved...
16152         * g++.dg/other/debug2.C: ...from here.
16153         * g++.dg/debug/debug3.C: Moved...
16154         * g++.dg/other/debug3.C: ...from here.
16155
16156         * gcc.dg/noncompile/20020213-1.c: New test.
16157
16158 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
16159
16160         * g++.dg/other/debug3.C: New test.
16161
16162         * gcc.c-torture/execute/20020213-1.c: New test.
16163
16164 2002-02-13  Richard Smith <richard@ex-parrot.com>
16165
16166         * g++.old-deja/g++.other/thunk1.C: New test.
16167
16168 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
16169
16170         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
16171
16172 2002-02-13  Stan Shebs  <shebs@apple.com>
16173
16174         * gcc.dg/altivec-3.c: New.
16175
16176 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
16177
16178         * gcc.dg/Wunreachable-1.c: New test.
16179         * gcc.dg/Wunreachable-2.c: New test.
16180
16181 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
16182
16183         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
16184
16185 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
16186
16187         * gcc.dg/decl-1.c: New test.
16188
16189 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
16190
16191         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
16192
16193 2002-02-10  Kazu Hirata  <kazu@hxi.com>
16194
16195         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
16196         * gcc.c-torture/compile/980506-1.x: Likewise.
16197
16198 2002-02-10  Kazu Hirata  <kazu@hxi.com>
16199
16200         * gcc.dg/20020210-1.c: New.
16201
16202 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
16203
16204         * g77.f-torture/execute/947.f: New regression test
16205         for PR fortran/947.
16206
16207 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
16208
16209         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
16210         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
16211
16212 2002-02-08  Richard Henderson  <rth@redhat.com>
16213
16214         * gcc.c-torture/compile/labels-3.c: New.
16215
16216 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
16217
16218         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
16219         expression statements work instead.
16220         * gcc.dg/noncompile/20020207-1.c: New test.
16221
16222 2002-02-07  Richard Henderson  <rth@redhat.com>
16223
16224         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
16225
16226 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
16227
16228         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
16229         message from g77
16230         * lib/g77-dg.exp: Trim g77 error messages so that they are
16231         recognized by dg.exp.
16232
16233 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
16234
16235         PR fortran/5473
16236         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
16237
16238 2002-02-07  Richard Henderson  <rth@redhat.com>
16239
16240         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
16241         to be sufficiently aligned for integers.
16242
16243 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
16244
16245         * g++.dg/template/friend4.C: New test.
16246
16247 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
16248
16249         PR fortran/5743
16250         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
16251         unsupported cases.
16252
16253 2002-02-07  Richard Henderson  <rth@redhat.com>
16254
16255         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
16256         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
16257         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
16258         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
16259
16260 2002-02-06  Richard Henderson  <rth@redhat.com>
16261
16262         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
16263
16264 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
16265
16266         * gcc.dg/20020206-1.c: New test.
16267
16268 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
16269
16270         * gcc.c-torture/execute/20020206-1.c: New test.
16271
16272         * gcc.c-torture/execute/20020206-2.c: New test.
16273
16274         PR optimization/5429:
16275         * gcc.c-torture/compile/20020206-1.c: New test.
16276
16277 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
16278
16279         * g++.dg/ext/align1.C: Do not use an explicit alignment value
16280         as certain file formats cannot support particularly large
16281         alignments.
16282
16283         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
16284         and do not expect to be able to link the executable.
16285
16286         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
16287         fail because the COFF format does not support the weak attribute.
16288
16289 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
16290
16291         * g77.dg/pr5473.f:  New test
16292
16293 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
16294
16295         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
16296         Fix testcase accordingly.
16297
16298 2002-02-04  Richard Henderson  <rth@redhat.com>
16299
16300         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
16301         (buf): Change to be an array of pointers, not ints.
16302
16303 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
16304
16305         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
16306         before all tests.  Move warning one line above to match where it
16307         C frontend emits.
16308         * gcc.dg/Wswitch-2.c: New test.
16309         * g++.dg/warn/Wswitch-1.C: New test.
16310         * g++.dg/warn/Wswitch-2.C: New test.
16311
16312 2002-02-04  Richard Henderson  <rth@redhat.com>
16313
16314         * g++.dg/abi/offsetof.C: Fix size comparison.
16315
16316 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
16317
16318         * gcc.dg/cast-qual-2.c: New test.
16319
16320 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
16321
16322         * gcc.dg/20020201-4.c: New test.
16323
16324 2002-02-04  Ben Elliston  <bje@redhat.com>
16325
16326         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
16327         target_info attribute != 0, in addition to the empty string.
16328         (gcc_target_compile): Likewise.
16329
16330 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
16331
16332         * gcc.dg/Wswitch.c: New test.
16333         PR gcc/4475. PR gcc/3780.
16334
16335 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
16336
16337         * g77.f-torture/execute/5122.f: New test for regressions
16338         against PR fortran/5122.
16339
16340 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
16341
16342         * g77.f-torture/compile/pr3743.f: Delete
16343         * g77.dg/pr3743-1.f: New test.
16344         * g77.dg/pr3743-2.f: New test.
16345         * g77.dg/pr3743-3.f: New test.
16346         * g77.dg/pr3743-4.f: New test.
16347
16348 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
16349
16350         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
16351
16352 2002-02-02  Richard Henderson  <rth@redhat.com>
16353
16354         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
16355         * gcc.c-torture/execute/bf64-1.c: Likewise.
16356
16357 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
16358
16359         * gcc.dg/20020201-2.c: New test.
16360
16361         * gcc.dg/20020201-3.c: New test.
16362
16363         * gcc.c-torture/execute/bitfld-2.c: New test.
16364
16365 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
16366
16367         * gcc.dg/bitfld-1.c: Update.
16368         * gcc.dg/bitfld-2.c: Update.
16369         * gcc.c-torture/execute/bitfld-1.x: New.
16370
16371 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
16372
16373         * gcc.c-torture/execute/20020201-1.c: New test.
16374
16375 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
16376
16377         PR target/5469
16378         * gcc.dg/20020201-1.c: New test.
16379
16380 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
16381
16382         PR fortran/3743
16383         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
16384         * g77.f-torture/compile/pr3743.x: Remove
16385
16386 2002-01-31  Tom Rix  <trix@redhat.com>
16387
16388         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
16389
16390 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
16391
16392         * gcc.dg/noncompile/20020130-1.c: New test.
16393
16394 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
16395
16396         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
16397
16398 2002-01-29  Richard Henderson  <rth@redhat.com>
16399
16400         * gcc.c-torture/execute/991118-1.c: Cast various constants back
16401         to long long.
16402         * gcc.c-torture/execute/bf64-1.c: Likewise.
16403
16404 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
16405
16406         * gcc.c-torture/execute/20020129-1.c: New test.
16407
16408 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
16409
16410         * gcc.c-torture/compile/20000224-1.c: Update.
16411         * gcc.c-torture/execute/bitfld-1.c: New tests.
16412         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
16413         * gcc.dg/uninit-A.c: Update.
16414
16415 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
16416
16417         * g++.dg/template/ctor1.C: Add instantiation.
16418
16419 2002-01-28  Paul Koning  <pkoning@equallogic.com>
16420
16421         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
16422         argument to __builtin_prefetch to be const ptr.
16423
16424 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
16425
16426         * gcc.c-torture/compile/20020120-1.c: New test.
16427
16428 2002-01-27  Kazu Hirata  <kazu@hxi.com>
16429
16430         * gcc.c-torture/execute/20020127-1.c: New test.
16431
16432 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
16433
16434         * g77.dg/f77-edit-i-in.f: New test
16435         * g77.dg/f77-edit-i-out.f: New test
16436
16437 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
16438
16439         * gcc.dg/debug/debug.exp: New file.
16440         * gcc.dg/debug/trivial.c: New file.
16441         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
16442         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
16443         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
16444         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
16445         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
16446         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
16447         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
16448         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
16449         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
16450         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
16451         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
16452         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
16453         * gcc.dg/20000503-1.c: Removed.
16454         * gcc.dg/20010207-1.c: Removed.
16455         * gcc.dg/20011223-1.c: Removed.
16456         * gcc.dg/20020104-2.c: Removed.
16457         * gcc.dg/debug-1.c: Removed.
16458         * gcc.dg/debug-2.c: Removed.
16459         * gcc.dg/debug-3.c: Removed.
16460         * gcc.dg/debug-4.c: Removed.
16461         * gcc.dg/debug-5.c: Removed.
16462         * gcc.dg/debug-6.c: Removed.
16463         * gcc.dg/dwarf2-1.c: Removed.
16464         * gcc.dg/dwarf2-2.c: Removed.
16465
16466 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
16467
16468         * g++.old-deja/g++.other/eh5.C: New test.
16469         * g++.old-deja/g++.other/sibcall2.C: New test.
16470         * g++.old-deja/g++.other/array9.C: New test.
16471         * g++.old-deja/g++.other/typename2.C: New test.
16472         * g++.old-deja/g++.other/crash60.C: New test.
16473         * g++.old-deja/g++.other/conv9.C: New test.
16474         * g++.old-deja/g++.other/mangle10.C: New test.
16475         * g++.old-deja/g++.other/unchanging1.C: New test.
16476         * g++.old-deja/g++.other/exprstmt1.C: New test.
16477         * g++.old-deja/g++.other/inline23.C: New test.
16478         * g++.old-deja/g++.eh/ia64-1.C: New test.
16479         * g++.old-deja/g++.other/dwarf2-1.C: New test.
16480         * g++.old-deja/g++.other/reload1.C: New test.
16481         * g++.old-deja/g++.other/static20.C: New test.
16482         * g++.old-deja/g++.other/local-alloc1.C: New test.
16483         * g++.old-deja/g++.other/conv8.C: New test.
16484         * g++.old-deja/g++.other/stmtexpr2.C: New test.
16485         * g++.old-deja/g++.other/storeexpr1.C: New test.
16486         * g++.old-deja/g++.other/storeexpr2.C: New test.
16487         * g++.dg/eh/template2.C: New test.
16488         * g++.dg/warn/weak1.C: New test.
16489
16490 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
16491
16492         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
16493         Remove first, non-varying, argument.
16494
16495 2002-01-23  Richard Henderson  <rth@redhat.com>
16496
16497         * gcc.dg/inline-2.c: New.
16498
16499         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
16500         Add optional target arg.  Check number of arguments.
16501         (scan-assembler-not, scan-assembler-dem): Likewise.
16502         (scan-assembler-dem-not): Likewise.
16503
16504 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
16505
16506         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
16507         line 12.
16508         * g++.old-deja/g++.brendan/parse3.C,
16509         g++.old-deja/g++.other/crash26.C,
16510         g++.old-deja/g++.other/crash28.C,
16511         g++.old-deja/g++.other/crash29.C,
16512         g++.old-deja/g++.other/crash30.C,
16513         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
16514
16515 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
16516
16517         * gcc.dg/20020115-1.c: New.
16518
16519 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
16520
16521         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
16522
16523 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
16524
16525         * gcc.dg/20020122-3.c: New.
16526
16527 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
16528
16529         * g++.dg/other/gc1.C: New test.
16530
16531 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
16532
16533         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
16534
16535 2002-01-22  Richard Henderson  <rth@redhat.com>
16536
16537         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
16538
16539 2002-01-22  Richard Henderson  <rth@redhat.com>
16540
16541         * gcc.dg/20020122-4.c: New.
16542
16543 2002-01-22  H.J. Lu <hjl@gnu.org>
16544
16545         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
16546         link output.
16547         * gcc.dg/special/ecos.exp: Likewise.
16548         * lib/g++-dg.exp: Likewise.
16549         * lib/g77-dg.exp: Likewise.
16550         * lib/gcc-dg.exp : Likewise.
16551         * lib/mike-g++.exp: Likewise.
16552         * lib/mike-g77.exp: Likewise.
16553         * lib/mike-gcc.exp: Likewise.
16554         * lib/objc-dg.exp: Likewise.
16555
16556 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
16557
16558         PR target/5379
16559         * gcc.dg/20020122-2.c: New test.
16560
16561 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
16562
16563         * gcc.dg/20020122-1.c: New test.
16564
16565 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
16566
16567         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
16568
16569 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
16570
16571         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
16572
16573 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16574
16575         * gcc.c-torture/compile/20020121-1.c: New test.
16576
16577 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
16578
16579         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
16580         ld_library_path.
16581
16582 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
16583
16584         * gcc.dg/20020218-1.c: New test.
16585
16586 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
16587
16588         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
16589         messages
16590         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
16591         "At global scope" warning
16592         * g++.dg/ext/align1.C: Change cygwin test for alignment
16593         from db-bogus to dg-warning
16594
16595 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
16596
16597         * g77.f-torture/compile/cpp2.F: New test.
16598
16599 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
16600
16601         * g++.dg/template/access1.C: New test.
16602
16603 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
16604
16605         * gcc.dg/20020118-1.c: New.
16606
16607 2002-01-18  Kazu Hirata  <kazu@hxi.com>
16608
16609         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
16610
16611 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
16612
16613         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
16614         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
16615         alignment warnings.
16616
16617 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
16618
16619         * gcc.misc-tests/i386-prefetch.exp: Save and restore
16620         torture_with_loops and torture_without_loops
16621
16622 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
16623
16624         * gcc.c-torture/compile/20020116-1.c: New test.
16625
16626 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
16627
16628         * gcc.dg/20020116-2.c: New test.
16629
16630         * gcc.dg/ultrasp4.c: New test.
16631
16632         * gcc.dg/20020116-1.c: New test.
16633
16634 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
16635
16636         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
16637         by EABI.
16638
16639 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
16640
16641         * gcc.misc-tests/i386-prefetch.exp: New.
16642         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
16643         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
16644         * gcc.misc-tests/i386-pf-none-1.c: New test.
16645         * gcc.misc-tests/i386-pf-sse-1.c: New test.
16646
16647 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
16648
16649         * gcc.dg/gnu89-init-1.c: Add new tests.
16650
16651 2002-01-15  Andreas Jaeger  <aj@suse.de>
16652
16653         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
16654         * gcc.dg/i386-mmx-2.c: Likewise.
16655         * gcc.dg/i386-sse-1.c: Likewise.
16656         * gcc.dg/i386-sse-2.c: Likewise.
16657         * gcc.dg/i386-sse-3.c: Likewise.
16658
16659 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
16660
16661         * g77.f-torture/execute/intrinsic-unix-bessel.f:
16662         Uncomment additional cases that now pass.
16663
16664 2002-01-11  Richard Henderson  <rth@redhat.com>
16665
16666         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
16667         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
16668
16669 2002-01-11  Nicola Pero  <n.pero@mi.flashnet.it>
16670
16671         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
16672
16673 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
16674
16675         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
16676         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
16677
16678 2002-01-10  Dale Johannesen  <dalej@apple.com>
16679
16680         * gcc.c-torture/execute/loop-11.c: New.
16681
16682 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
16683
16684         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
16685         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
16686
16687 2002-01-09  Richard Henderson  <rth@redhat.com>
16688
16689         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
16690         type in which to perform the operation for each size.
16691
16692 2002-01-09  Alan Matsuoka  (alanm@redhat.com)
16693
16694         * gcc.c-torture/compile/20020109-2.c: New test.
16695
16696 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
16697
16698         * gcc.c-torture/execute/loop-10.c: New test.
16699
16700 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
16701
16702         * gcc.c-torture/compile/20010226-1.c: New test.
16703         * gcc.c-torture/compile/20010227-1.c: New test.
16704         * gcc.c-torture/compile/20010426-1.c: New test.
16705         * gcc.c-torture/compile/20010510-1.c: New test.
16706         * gcc.c-torture/compile/20010605-3.c: New test.
16707         * gcc.c-torture/compile/20010824-1.c: New test.
16708         * gcc.c-torture/execute/20010409-1.c: New test.
16709         * gcc.dg/noncompile/20000901-1.c: New test.
16710         * gcc.dg/20001023-1.c: New test.
16711         * gcc.dg/20001101-1.c: New test.
16712         * gcc.dg/20001102-1.c: New test.
16713         * gcc.dg/20010207-1.c: New test.
16714         * gcc.dg/20010405-1.c: New test.
16715         * gcc.dg/20010822-1.c: New test.
16716         * gcc.dg/20011107-1.c: New test.
16717
16718 2002-01-09  Jeffrey A Law  (law@redhat.com)
16719
16720         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
16721
16722         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
16723         execution failure on PA targets.
16724
16725 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
16726
16727         * gcc.c-torture/compile/20020109-1.c: New test.
16728
16729 2002-01-08  Kazu Hirata  <kazu@hxi.com>
16730
16731         * gcc.c-torture/execute/20020108-1.c: New test.
16732
16733 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
16734
16735         * gcc.dg/20020108-1.c: New test.
16736
16737 2002-01-08  H.J. Lu <hjl@gnu.org>
16738
16739         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
16740         for header files.
16741
16742 2002-01-08  Geoff Keating  <geoffk@redhat.com>
16743
16744         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
16745         consistency.
16746
16747 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
16748
16749         * gcc.dg/altivec-4.c: Test altivec predicates.
16750
16751 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
16752
16753         * gcc.c-torture/execute/20020107-1.c: New test.
16754
16755 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
16756
16757         PR c/5279
16758         * gcc.c-torture/compile/20020106-1.c: New test.
16759
16760 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
16761
16762         * gcc.c-torture/execute/nestfunc-4.c: New test.
16763
16764 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
16765
16766         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
16767         extra triple that slipped in.
16768         * g++.old-deja/g++.abi/align.C: Likewise.
16769         * g++.old-deja/g++.abi/bitfields.C: Likewise.
16770
16771 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
16772
16773         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
16774         * g++.old-deja/g++.abi/align.C: Likewise.
16775         * g++.old-deja/g++.abi/bitfields.C: Likewise.
16776
16777         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
16778         on FreeBSD/i386.
16779         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
16780         FreeBSD.
16781
16782 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
16783
16784         * gcc.dg/20020104-1.c: New test.
16785
16786         * gcc.dg/20020104-2.c: New test.
16787
16788 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
16789
16790         * gcc.dg/20020103-1.c: Fix typo in target selector.
16791
16792 2002-01-03  Richard Henderson  <rth@redhat.com>
16793
16794         * gcc.dg/20020103-1.c: New.
16795
16796 2002-01-03  Kazu Hirata  <kazu@hxi.com>
16797
16798         * gcc.c-torture/execute/20020103-1.c: New test.
16799
16800 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
16801
16802         * g++.dg/other/debug2.C: New test.
16803
16804         * gcc.c-torture/compile/20020103-1.c: New test.
16805
16806 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
16807
16808         * gcc.dg/gnu89-init-1.c: Added new tests.
16809
16810 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
16811
16812         * g++.dg/template/friend2.C: Remove as patch is reverted.
16813
16814         * g++.dg/warn/oldcast1.C: New test.
16815
16816         * g++.dg/template/ptrmem1.C: New test.
16817         * g++.dg/template/ptrmem2.C: New test.
16818
16819         * g++.dg/template/ntp.C: New test.
16820
16821         * g++.dg/other/component1.C: New test.
16822
16823         * g++.dg/template/ttp3.C: New test.
16824
16825         * g++.dg/template/friend2.C: New test.
16826         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
16827
16828 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
16829
16830         * g++.dg/other/ptrmem1.C: New test.
16831         * g++.dg/other/ptrmem2.C: New test.
16832
16833 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
16834
16835         * g++.dg/template/ctor1.C: New test.
16836
16837 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
16838
16839         * g++.dg/template/friend2.C: New test.
16840
16841 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
16842
16843         * gcc.dg/mmix-1.c: New test.
16844
16845 2001-12-31  Richard Henderson  <rth@redhat.com>
16846
16847         * gcc.dg/asm-5.c: New.
16848
16849 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
16850
16851         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
16852         in namespace __gnu_cxx
16853
16854 2001-12-30  Richard Henderson  <rth@redhat.com>
16855
16856         * gcc.dg/debug-6.c: New.
16857
16858 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
16859
16860         * gcc.c-torture/compile/20011229-2.c: New test.
16861
16862 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
16863
16864         * gcc.dg/debug-3.c: New test.
16865         * gcc.dg/debug-4.c: New test.
16866         * gcc.dg/debug-5.c: New test.
16867
16868 2001-12-29  Richard Henderson  <rth@redhat.com>
16869
16870         * g++.dg/eh/loop1.C: New.
16871
16872 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
16873
16874         * g++.dg/template/crash1.C: New test.
16875
16876 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
16877
16878         * g++.dg/other/const1.C: New test.
16879
16880 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
16881
16882         * gcc.c-torture/compile/20011229-1.c: New test.
16883
16884 2001-12-28  Stan Shebs  <shebs@apple.com>
16885
16886         * lib/objc-torture.exp: Resync with c-torture.exp.
16887         * lib/objc.exp: Load standard libraries.
16888
16889 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
16890
16891         * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
16892         additional tests.
16893
16894 2001-12-27  Roger Sayle <roger@eyesopen.com>
16895
16896         * gcc.c-torture/execute/string-opt-16.c: New testcase.
16897
16898 2001-12-27  Richard Henderson  <rth@redhat.com>
16899
16900         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
16901
16902 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
16903
16904         * g++.dg/eh/ctor1.C: New test.
16905         * g++.dg/other/error2.C: New test.
16906
16907 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
16908
16909         * g++.dg/other/init2.C: New test.
16910
16911 2001-12-24  Richard Henderson  <rth@redhat.com>
16912
16913         * gcc.dg/20011223-1.c: New.
16914         * gcc.dg/inline-1.c: New.
16915
16916 2001-12-23  Richard Henderson  <rth@redhat.com>
16917
16918         * gcc.dg/asm-4.c: Test operand modifiers.
16919
16920 2001-12-23  Richard Henderson  <rth@redhat.com>
16921
16922         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
16923
16924 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
16925
16926         * gcc.c-torture/execute/20011223-1.c: New test.
16927
16928 2001-12-21  Richard Henderson  <rth@redhat.com>
16929
16930         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
16931         re-enables the warning.
16932
16933 2001-12-21  Richard Henderson  <rth@redhat.com>
16934
16935         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
16936
16937 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
16938
16939         * gcc.c-torture/compile/20011218-1.c: New test.
16940
16941 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
16942
16943         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
16944         arm-isr.c test.
16945         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
16946         epilogue generation for ARM ISR routines.
16947
16948 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16949
16950         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
16951         * gcc.dg/format/c90-printf-3.c: Likewise.
16952         * gcc.dg/format/c99-printf-3.c: Likewise.
16953         * gcc.dg/format/ext-1.c: Likewise.
16954         * gcc.dg/format/ext-6.c: Likewise.
16955         * gcc.dg/format/format.h: Prototype unlocked stdio.
16956
16957 2001-12-20  Richard Henderson  <rth@redhat.com>
16958
16959         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
16960         (arena): Use it.
16961         (malloc): Correct allocation logic.  Abort if we fill up the
16962         arena before initialization complete.
16963         (realloc): Correct allocation logic.
16964
16965 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
16966
16967         * gcc.c-torture/compile/20011219-2.c: New test.
16968
16969         * gcc.c-torture/execute/20011219-1.c: New test.
16970
16971 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
16972
16973         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
16974         target does not support weak symbols.
16975
16976 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
16977
16978         * gcc.c-torture/compile/20011219-1.c: New test.
16979
16980 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
16981
16982         * g++.dg/other/error1.C: New test.
16983
16984 2001-12-17  Jeffrey A Law  (law@redhat.com)
16985
16986         * gcc.c-torture/execute/20011217-1.c: New test.
16987
16988 2001-12-17  Nicola Pero  <nicola@brainstorm.co.uk>
16989
16990         * objc.dg/special/: New directory.
16991         * objc.dg/special/special.exp: New file.
16992         * objc.dg/special/unclaimed-category-1.h: New file.
16993         * objc.dg/special/unclaimed-category-1a.m: New file.
16994         * objc.dg/special/unclaimed-category-1.m: New file.
16995
16996 2001-12-17  Andreas Jaeger  <aj@suse.de>
16997
16998         * gcc.c-torture/compile/20011217-2.c: New test.
16999
17000 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
17001
17002         * gcc.c-torture/compile/20011217-1.c: New test.
17003
17004 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
17005
17006         * testsuite/gcc.dg/20011214-1.c: New.
17007
17008 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
17009
17010         * gcc.dg/altivec-4.c: New.
17011
17012 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
17013
17014         * gcc.dg/20011113-1.c: New test.
17015
17016 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
17017
17018         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
17019         std::__malloc_alloc_template<0> and
17020         std::__default_alloc_template<false, 0>.
17021
17022 2001-12-13  Nicola Pero  <n.pero@mi.flashnet.it>
17023
17024         * objc/execute/bf-21.m: New test.
17025         * objc/execute/enumeration-1.m: New test.
17026         * objc/execute/enumeration-2.m: New test.
17027
17028 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
17029
17030         * gcc.dg/gnu89-init-1.c: New test.
17031
17032 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
17033
17034         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
17035         * g++.old-deja/g++.jason/2371.C: Likewise.
17036         * g++.old-deja/g++.jason/template33.C: Likewise.
17037         * g++.old-deja/g++.jason/template34.C: Likewise.
17038         * g++.old-deja/g++.jason/template36.C: Likewise.
17039         * g++.old-deja/g++.oliva/typename1.C: Likewise.
17040         * g++.old-deja/g++.oliva/typename2.C: Likewise.
17041         * g++.old-deja/g++.other/typename1.C: Likewise.
17042         * g++.old-deja/g++.pt/inherit2.C: Likewise.
17043         * g++.old-deja/g++.pt/nontype5.C: Likewise.
17044         * g++.old-deja/g++.pt/typename11.C: Likewise.
17045         * g++.old-deja/g++.pt/typename14.C: Likewise.
17046         * g++.old-deja/g++.pt/typename16.C: Likewise.
17047         * g++.old-deja/g++.pt/typename3.C: Likewise.
17048         * g++.old-deja/g++.pt/typename4.C: Likewise.
17049         * g++.old-deja/g++.pt/typename5.C: Likewise.
17050         * g++.old-deja/g++.pt/typename7.C: Likewise.
17051         * g++.old-deja/g++.robertl/eb9.C: Likewise.
17052
17053 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
17054
17055         * g++.dg/other/linkage1.C: New test.
17056         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
17057         specifiers.
17058
17059 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
17060
17061         * gcc.dg/concat.c: New test.
17062
17063 2001-12-11  Stan Shebs  <shebs@apple.com>
17064
17065         * objc/compile: New test directory.
17066         * objc/compile/compile.exp: New expect script.
17067         * objc/compile/20011211-1.m: New compile test.
17068
17069 2001-12-11  Jason Merrill  <jason@redhat.com>
17070
17071         * lib/prune.exp (prune_gcc_output): Also handle "In member
17072         function".  So many permutations...
17073
17074 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
17075
17076         * g++.dg/template/typedef1.C: New test.
17077
17078 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
17079
17080         * g++.dg/other/copy1.C: New test.
17081
17082 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
17083
17084         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
17085
17086         * gcc.dg/builtin-choose-expr.c: New.
17087
17088 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
17089
17090         * gcc.dg/altivec-2.c: New.
17091
17092 2001-12-07  Richard Henderson  <rth@redhat.com>
17093
17094         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
17095
17096 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
17097
17098         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
17099         ultrasparc.
17100
17101 2001-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
17102
17103         * g++-old.deja/g++.robertl/eb101.C: Deleted.
17104
17105 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
17106
17107         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
17108         variable argument list.
17109
17110 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
17111
17112         * gcc.c-torture/execute/memcheck: Delete entire directory.
17113         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
17114         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
17115
17116 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
17117
17118         * gcc.dg/Wshadow-1.c: New test.
17119
17120 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
17121
17122         * gcc.c-torture/compile/20011130-1.c: New test.
17123
17124         * gcc.dg/noncompile/20011025-1.c: New test.
17125
17126         * g++.dg/other/anon-union.C: New test.
17127
17128         * gcc.c-torture/execute/20011024-1.c: New test.
17129
17130 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
17131
17132         * gcc.c-torture/execute/20000722-1.x,
17133         gcc.c-torture/execute/20010123-1.x: Remove.
17134         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
17135         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
17136         gcc.dg/c99-complit-2.c: New tests.
17137
17138 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
17139
17140         * g++.dg/inherit/base1.C: New test.
17141
17142 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
17143
17144         * g++.dg/other/stdarg1.C: New test.
17145
17146         * gcc.c-torture/compile/20011130-2.c: New test.
17147
17148 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
17149
17150         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
17151         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
17152         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
17153         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
17154         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
17155         * gcc.dg/builtin-prefetch-1.c: New test.
17156
17157 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
17158
17159         * gcc.dg/20011130-1.c: New test.
17160
17161 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
17162
17163         * g++.dg/other/scope1.C: New test.
17164         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
17165
17166 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
17167
17168         * gcc.dg/vla-init-1.c: New test.
17169
17170 2001-12-01  Geoff Keating  <geoffk@redhat.com>
17171
17172         * gcc.c-torture/compile/structs.c: New testcase from GDB.
17173
17174 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
17175
17176         * objc.dg/alias.m: Update.
17177         * objc.dg/class-1.m: Update.
17178         * objc.dg/const-str-1.m: Update.
17179         * objc.dg/fwd-proto-1.m: Update.
17180         * objc.dg/id-1.m: Update.
17181         * objc.dg/super-class-1.m: Update.
17182
17183 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
17184
17185         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
17186         constructs.
17187
17188 2001-11-28  Jeffrey A Law  (law@cygnus.com)
17189
17190         * gcc.c-torture/execute/20011128-1.c: New test.
17191
17192 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
17193
17194         * gcc.dg/20011127-1.c: New test.
17195
17196 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
17197
17198         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
17199         from Austin Group draft 7.
17200         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
17201         scanf format arguments.
17202         * gcc.dg/format/no-exargs-2.c: New test.
17203
17204 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
17205
17206         * g++.dg/abi/vbase8-4.C: New test.
17207
17208 2001-11-24  Ian Lance Taylor  <ian@airs.com>
17209
17210         * gcc.c-torture/execute/20011121-1.c: New test.
17211
17212 2001-11-23  Jeffrey A Law  (law@cygnus.com)
17213
17214         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
17215
17216 2001-11-23  Andreas Jaeger  <aj@suse.de>
17217
17218         * gcc.dg/cpp/charconst-2.c: New test.
17219
17220 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
17221
17222         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
17223         to the host if it is remote.  Let tests specify extra headers
17224         they use.
17225         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
17226         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
17227         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
17228         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
17229         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
17230         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
17231         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
17232         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
17233         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
17234         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
17235
17236 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
17237
17238         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
17239         for little endian ARMs.
17240
17241 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
17242
17243         * gcc.c-torture/compile/20011119-1.c: New test.
17244         * gcc.c-torture/compile/20011119-2.c: New test.
17245
17246 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
17247
17248         * gcc.dg/altivec-1.c: Fix typo.
17249
17250 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
17251
17252         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
17253
17254 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
17255
17256         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
17257
17258 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
17259
17260         * lib/g77.exp: Don't specify --rpath-link.
17261
17262         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
17263         across all the headers.
17264         * gcc.dg/format/format.exp: For testing on a remote host,
17265         copy format.h.
17266
17267         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
17268         * gcc.c-torture/execute/930406-1.c: Likewise.
17269         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
17270
17271 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
17272
17273         * gcc.dg/altivec-1.c: New.
17274
17275 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
17276
17277         * gcc.dg/cpp/fpreprocessed.c: New test case.
17278
17279 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
17280
17281         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
17282         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
17283         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
17284
17285 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
17286
17287         * gcc.dg/no-builtin-1.c: New test.
17288
17289 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
17290
17291         * gcc.c-torture/execute/20011115-1.c: New test.
17292
17293 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
17294
17295         * gcc.c-torture/compile/20011114-2.c: New test.
17296         * gcc.c-torture/compile/20011114-3.c: New test.
17297         * gcc.c-torture/compile/20011114-4.c: New test.
17298
17299 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
17300
17301         * g++.dg/other/init1.C: New test.
17302
17303 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
17304
17305         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
17306         message.
17307
17308         * gcc.c-torture/execute/20011114-1.c: New testcase.
17309
17310         * gcc.c-torture/compile/20010327-1.c: Revert last change.
17311         * gcc.c-torture/compile/20011114-1.c: New test, exactly
17312         like the (before this change) version of 20010327-1.c.
17313
17314 2001-11-14  Roger Sayle <roger@eyesopen.com>
17315
17316         * gcc.c-torture/execute/string-opt-13.c: New testcase.
17317
17318 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
17319
17320         * g++.dg/init/array2.C: New test.
17321
17322 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
17323
17324         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
17325
17326 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
17327
17328         * g++.dg/other/forscope1.C: New test.
17329         * g++.dg/ext/forscope1.C: New test.
17330         * g++.dg/ext/forscope2.C: New test.
17331
17332 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
17333
17334         * gcc.c-torture/execute/20011113-1.c: New test.
17335
17336 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
17337
17338         * gcc.c-torture/execute/20011109-2.c: New test.
17339
17340         * gcc.c-torture/execute/20011109-1.c: New test.
17341
17342 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
17343
17344         * gcc.c-torture/compile/20011109-1.c: New test.
17345
17346 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
17347
17348         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
17349         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
17350         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
17351         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
17352         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
17353         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
17354         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
17355
17356 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
17357
17358         * g++.dg/warn/Wshadow-1.C: New tests.
17359         * g++.old-deja/g++.mike/for3.C: Update.
17360
17361 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
17362
17363         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
17364         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
17365         XFAILs.  Adjust expected error texts.
17366         * gcc.c-torture/compile/20011106-1.c,
17367         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
17368         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
17369         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
17370         gcc.dg/c99-array-lval-5.c: New tests.
17371
17372 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
17373
17374         * gcc.dg/cpp/defined.c: Update.
17375
17376 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
17377
17378         * gcc.c-torture/execute/anon-1.c: New test.
17379
17380 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
17381
17382         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
17383         same size, so no warning should be produced on stormy16.
17384
17385         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
17386         due to oversized array.
17387         * g++.old-deja/g++.mike/ns15.C: Likewise.
17388         * g++.old-deja/g++.pt/crash16.C: Likewise.
17389
17390 2001-11-02  Graham Stott  <grahams@redhat.com>
17391
17392         * g++.dgother/debug1.C: Fix typos.
17393
17394 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
17395
17396         * g++.dg/other/debug1.C: New test.
17397
17398 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
17399
17400         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
17401         of unsigned long.
17402
17403 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
17404
17405         * gcc.dg/20011029-2.c: New test.
17406
17407         * gcc.c-torture/compile/20011029-1.c: New test.
17408
17409 2001-10-29  Nicola Pero  <n.pero@mi.flashnet.it>
17410
17411         * objc/execute/class_self-1.m: New test.
17412         * objc/execute/class_self-2.m: New test.
17413
17414 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
17415
17416         * gcc.misc-tests/msgs.exp: Delete.
17417         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
17418         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
17419         error set to match recent changes.
17420
17421 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
17422
17423         * gcc.dg/20011021-1.c: New test.
17424
17425 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
17426
17427         * gcc.c-torture/compile/20011023-1.c: New test.
17428
17429 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
17430
17431         * lib/g77.exp: Rewrite based on lib/g++.exp.
17432
17433 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
17434
17435         * gcc.c-torture/execute/20011019-1.c: New test.
17436
17437         * gcc.dg/20011018-1.c: New test.
17438
17439 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
17440
17441         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
17442
17443 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
17444
17445         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
17446         * gcc.dg/attr-invalid.c: Likewise.
17447
17448 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
17449
17450         * testsuite/gcc.dg/20011015-1.c: New test.
17451
17452 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
17453
17454         * g++.dg/template/unify2.C: New test.
17455
17456 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
17457
17458         * g++.dg/other/exception-specification.C: New test
17459
17460 2001-10-13  Tom Rix  <trix@redhat.com>
17461
17462         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
17463         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
17464
17465 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
17466
17467         * testsuite/gcc.dg/20011009-1.c: New test.
17468
17469 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
17470
17471         PR g++/4476
17472         * g++.dg/other/friend1.C: New test.
17473
17474 2001-10-11  Richard Henderson  <rth@redhat.com>
17475
17476         * g++.old-deja/g++.other/crash18.C: Add -S to options.
17477
17478 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17479
17480         * gcc.c-torture/compile/20011010-1.c: New.
17481
17482 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
17483
17484         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
17485         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
17486         g77.f-torture/execute/execute.exp,
17487         g77.f-torture/noncompile/noncompile.exp,
17488         gcc.c-torture/compile/compile.exp,
17489         gcc.c-torture/execute/execute.exp,
17490         gcc.c-torture/execute/ieee/ieee.exp,
17491         gcc.c-torture/execute/memcheck/memcheck.exp,
17492         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
17493         objc/execute/execute.exp: Update FSF address.
17494
17495 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
17496
17497         * gcc.dg/cpp/cmdlne-C.c: Update.
17498         * gcc.dg/cpp/cmdlne-C2.c: New.
17499
17500 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17501
17502         * gcc.c-torture/execute/20011008-3.c: New.
17503
17504 2001-10-08  DJ Delorie  <dj@redhat.com>
17505
17506         * gcc.dg/20011008-1.c: New.
17507         * gcc.dg/20011008-2.c: New.
17508
17509 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
17510
17511         * gcc.dg/cpp/spacing1.c: Update test.
17512
17513 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
17514
17515         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
17516         spelling errors of "separate" as "seperate".
17517
17518 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
17519
17520         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
17521         enough to avoid inlining.
17522
17523 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
17524
17525         * lib/g77.exp: set libg2c_dir correctly.
17526
17527 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
17528
17529         * gcc.dg/cpp/macro11.c: New test.
17530
17531 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
17532
17533         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
17534         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
17535         gcc.dg/format/multattr-3.c: New tests.
17536         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
17537         tests for format attributes on function pointers being rejected.
17538
17539 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
17540
17541         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
17542
17543 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
17544
17545         * g++.dg/warn/format1.C: New test.
17546
17547 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
17548
17549         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
17550
17551 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
17552
17553         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
17554
17555 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
17556
17557         * gcc.dg/cpp/redef2.c: Add test.
17558
17559 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
17560
17561         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
17562         long-standing bug on i686, apparently.
17563         * gcc.c-torture/execute/loop-2c.x: New file.
17564         * gcc.c-torture/execute/loop-2d.x: New file.
17565         * gcc.c-torture/execute/loop-3c.x: New file.
17566
17567 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
17568
17569         * gcc.dg/cpp/20000625-2.c: Correct line number.
17570
17571 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
17572
17573         * gcc.dg/cpp/macro10.c: New test.
17574         * gcc.dg/cpp/strify3.c: New test.
17575         * gcc.dg/cpp/spacing1.c: Add tests.
17576         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
17577         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
17578
17579 2001-09-24  DJ Delorie  <dj@redhat.com>
17580
17581         * gcc.c-torture/execute/20010924-1.c: New test.
17582
17583 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
17584
17585         * testsuite/objc/execute/paste.m: Remove.
17586
17587 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
17588
17589         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
17590
17591 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
17592
17593         * g77.dg/strlen0.f: New test.
17594
17595 2001-09-21  Richard Henderson  <rth@redhat.com>
17596
17597         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
17598         * g++.old-deja/g++.abi/vtable2.C: Likewise.
17599
17600 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
17601
17602         Table-driven attributes.
17603         * g++.dg/ext/attrib1.C: New test.
17604
17605 2001-09-20  DJ Delorie  <dj@redhat.com>
17606
17607         * gcc.dg/20000926-1.c: Update expected warning messages.
17608         * gcc.dg/array-2.c: Likewise, and test for warnings too.
17609         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
17610         array.
17611
17612 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
17613
17614         * g++.dg/eh/registers1.C: New test case.
17615
17616 2001-09-17  Richard Henderson  <rth@redhat.com>
17617
17618         * gcc.dg/array-5.c: Fix VLA decomposition test.
17619
17620 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
17621
17622         * gcc.dg/cpp/line5.c: New testcase.
17623
17624 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
17625
17626         * gcc.dg/cpp/macro9.c: New test.
17627
17628 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
17629
17630         * gcc.c-torture/execute/980223.c: Change type of addr from long
17631         to char *.
17632
17633 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
17634
17635         * gcc.c-torture/execute/20010915-1.c: New test.
17636
17637 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
17638
17639         * g77.dg/bprob: New directory.
17640         * g77.dg/bprob/bprob.exp: New file.
17641         * g77.dg/bprob/bprob-1.f: New test.
17642         * g77.dg/gcov: New directory.
17643         * g77.dg/gcov/gcov.exp: New file.
17644         * g77.dg/gcov/gcov-1.f: New test.
17645         * g77.dg/gcov/gcov-1.x: New file.
17646
17647 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
17648
17649         * gcc.dg/cpp/directiv.c: Update.
17650         * gcc.dg/cpp/undef1.c: Update.
17651
17652 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
17653
17654         * gcc.dg/20010912-1.c: New test.
17655
17656 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
17657
17658         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
17659         language-independent file in lib.
17660         * lib/gcov.exp: New file.
17661
17662 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
17663
17664         * gcc.c-torture/compile/20010911-1.c: New test.
17665
17666 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
17667
17668         * lib/profopt.exp: New, to support profile-directed optimizations.
17669         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
17670         * gcc.misc-tests/bprob-1.c: New test.
17671         * gcc.misc-tests/bprob-2.c: New test.
17672
17673 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
17674
17675         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
17676         XFAIL and which kinds of gcov output to verify.
17677         * gcc.misc-tests/gcov-4b.x: New file.
17678         * gcc.misc-tests/gcov-5b.x: New file.
17679         * gcc.misc-tests/gcov-6.x: New file.
17680         * gcc.misc-tests/gcov-7.c: New test.
17681         * gcc.misc-tests/gcov-7.x: New file.
17682
17683 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
17684
17685         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
17686         * gcc.misc-tests/gcov-6.c: New test.
17687
17688 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
17689
17690         PR c++/3986
17691         * g++.dg/abi/vbase1.C: New test.
17692
17693 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
17694
17695         * objc.dg/method-2.m: New.
17696
17697 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
17698
17699         PR c++/4203
17700         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
17701         * g++.dg/init/empty1.C: New test.
17702
17703 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
17704
17705         * gcc.c-torture/compile/20010903-1.c: New test.
17706
17707 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
17708
17709         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
17710         for m68k.
17711
17712 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
17713
17714         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
17715
17716         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
17717
17718         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
17719
17720 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
17721
17722         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
17723         for 16-bit 'unsigned int'.
17724
17725 2001-08-29  Kazu Hirata  <kazu@hxi.com>
17726
17727         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
17728
17729 2001-08-27  Richard Henderson  <rth@redhat.com>
17730
17731         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
17732         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
17733
17734 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
17735
17736         * gcc.dg/asm-names.c (ymain): New.
17737
17738 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
17739
17740         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
17741         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
17742         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
17743
17744 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17745
17746         * gcc.dg/compare5.c: New testcase.
17747
17748 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
17749
17750         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
17751         and "In instantiation".
17752
17753 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
17754
17755         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
17756
17757 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
17758
17759         * gcc.misc-tests/gcov.exp: Add support for branch information.
17760         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
17761         * gcc.misc-tests/gcov-4.c: New test.
17762         * gcc.misc-tests/gcov-4b.c: New test.
17763         * gcc.misc-tests/gcov-5b.c: New test.
17764
17765 2001-08-20  Zack Weinberg  <zackw@panix.com>
17766
17767         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
17768         expected to fail.
17769
17770 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
17771
17772         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
17773
17774 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
17775
17776         * g++.dg/eh/template1.C: New test.
17777
17778 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
17779
17780         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
17781         Fix thinko.
17782         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
17783         for xfail.
17784
17785 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
17786
17787         * lib/g77-dg.exp:  Use prune.exp for common procedures
17788         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
17789         * lib/g77.exp: (g77-dg-prune) Remove
17790
17791 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
17792
17793         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
17794
17795 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
17796
17797         * g++.dg/template/unify1.C: New test.
17798
17799 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
17800
17801         * g++.dg/abi/empty4.C: New test.
17802
17803 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
17804
17805         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
17806         solaris2.*
17807         * g77.f-torture/compile/pr3743.x: Likewise
17808
17809 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
17810
17811         * g++.dg/other/using-declaration.C: New test.
17812
17813 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
17814
17815         * gcc.dg/cpp/tr-sign.c: New testcase.
17816
17817 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
17818
17819         * gcc.dg/cpp/19951025-1.c: Revert.
17820         * gcc.dg/cpp/directiv.c: We no longer process directives that
17821         interrupt macro arguments.
17822
17823 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
17824
17825         * gcc.dg/bconstp-1.c: New test.
17826
17827 2001-08-03  Richard Henderson  <rth@redhat.com>
17828
17829         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
17830
17831 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
17832
17833         * gcc.dg/cpp/19951025-1.c: Update.
17834
17835 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
17836
17837         * g77.dg/ff90-1.f (s): Fix reference of variable z,
17838         should be x.
17839
17840 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
17841
17842         Kill -fhonor-std.
17843         * g++.old-deja/g++.ns/ns14.C: Remove special options.
17844         * g++.old-deja/g++.other/std1.C: Likewise.
17845         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
17846
17847 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
17848
17849         * lib/g77.exp:  Load gcc-defs.exp for common procedures
17850         (g77_pass, g77_fail, g77_finish, g77_exit,
17851         ${tool}_check_unsupported_p} Now redundant.  Deleted.
17852
17853 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
17854
17855         * g77.dg/fbackslash.f
17856         * g77.dg/fcase-preserve.f
17857         * g77.dg/ff90-1.f
17858         * g77.dg/ffixed-line-length-0.f
17859         * g77.dg/ffixed-line-length-132.f
17860         * g77.dg/ffixed-line-length-7.f
17861         * g77.dg/ffixed-line-length-72.f
17862         * g77.dg/ffixed-line-length-none.f
17863         * g77.dg/ffree-form-1.f
17864         * g77.dg/fno-backslash.f
17865         * g77.dg/fno-f90-1.f
17866         * g77.dg/fno-fixed-form-1.f
17867         * g77.dg/fno-onetrip.f
17868         * g77.dg/fno-typeless-boz.f
17869         * g77.dg/fno-underscoring.f
17870         * g77.dg/fno-vxt-1.f
17871         * g77.dg/fonetrip.f
17872         * g77.dg/ftypeless-boz.f
17873         * g77.dg/fugly-assumed.f
17874         * g77.dg/funderscoring.f
17875         * g77.dg/fvxt-1.f
17876
17877 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
17878
17879         * objc.dg/fwd-proto-1.m: New.
17880         * objc.dg/local-decl-1.m: New.
17881         * objc.dg/naming-1.m: New.
17882         * objc.dg/naming-2.m: New.
17883         * objc.dg/proto-hier-1.m: New.
17884
17885 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
17886
17887         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
17888         largest-type elements to a struct makes its size grow.
17889
17890 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
17891
17892         * g++.dg/abi/vthunk1.C: New test.
17893
17894 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
17895
17896         * g++.dg/abi/vbase8-22.C: New test.
17897
17898 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
17899
17900         * gcc.dg/cpp/macro8.c: New test.
17901
17902 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
17903
17904         * g++.dg/abi/vbase8-21.C: New test.
17905
17906 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
17907
17908         * g++.dg/abi/vbase8-10.C: New test.
17909
17910 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
17911
17912         * lib/g++.exp (g++_set_ld_library_path): Renamed to
17913         ${tool}_set_ld_library_path.
17914         Changed caller.
17915         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
17916         g++.exp.
17917
17918 2001-07-26  Stan Cox <scox@redhat.com>
17919
17920         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
17921         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
17922         gcc_exit, gcc_check_unsupported_p):
17923         Moved to gcc-deps.exp
17924         * gcc-deps.exp: New file.
17925
17926 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
17927
17928         * g++.old-deja/g++.pt/defarg14.C: New test.
17929
17930 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
17931
17932         * g++.old-deja/g++.other/lineno5.C: New test.
17933
17934 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
17935
17936         * g++.old-deja/g++.pt/crash68.C: New test.
17937
17938 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
17939
17940         * g++.old-deja/g++.other/crash42.C: New test.
17941
17942 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
17943
17944         * gcc.dg/cpp/extratokens.c: Fix.
17945         * gcc.dg/cpp/skipping2.c: New tests.
17946
17947 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
17948
17949         * gcc.c-torture/execute/20010724-1.c: New file.
17950         * gcc.c-torture/execute/20010724-1.x: New file.
17951
17952 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
17953
17954         * g++.old-deja/g++.other/cond7.C: New test.
17955
17956 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
17957
17958         * g++.old-deja/g++.other/optimize4.C: New test.
17959
17960 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
17961
17962         * g++.old-deja/g++.abi/vbase8-5.C: New test.
17963
17964 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
17965
17966         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
17967         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
17968         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
17969         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
17970
17971         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
17972         bug report" message.
17973
17974         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
17975         * g++.dg/ext/instantiate1.C: Move from old-deja.
17976
17977 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
17978
17979         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
17980         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
17981         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
17982         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
17983
17984 2001-07-23  Jeffrey A Law  (law@cygnus.com)
17985
17986         * gcc.c-torture/execute/20010723-1.c: New test.
17987
17988 2001-07-23  Ben Elliston  <bje@redhat.com>
17989
17990         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
17991
17992 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17993
17994         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
17995         i[34567]86-*-*.
17996         Delete handling of ieee_multilib_flags.
17997         Pass -mieee for alpha*-*-* and sh-*-*.
17998         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
17999
18000 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
18001
18002         Remove old-abi tests.
18003         * g++.old-deja/g++.mike/p11116.C: Remove.
18004         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
18005
18006 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
18007
18008         * g77.f-torture/compile/pr3743.f:  New test
18009
18010 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
18011
18012         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
18013
18014 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18015
18016         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
18017         g++.old-deja/g++.pt/static6.C: Likewise.
18018         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
18019         supports weak symbols.
18020
18021 2001-07-18  Andreas Jaeger  <aj@suse.de>
18022
18023         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
18024         supported again.
18025
18026 2001-07-18  Andreas Jaeger  <aj@suse.de>
18027
18028         * gcc.dg/iftrap-1.c: Fix target line.
18029
18030 2001-07-17  Richard Henderson  <rth@redhat.com>
18031
18032         * gcc.c-torture/execute/20010717-1.c: New.
18033
18034 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
18035
18036         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
18037         tests.
18038
18039 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
18040
18041         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
18042
18043 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18044
18045         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
18046         UAC_SIGBUS, UAC_NOPRINT definitions.
18047
18048 2001-07-16  Nicola Pero  <n.pero@mi.flashnet.it>
18049
18050         * objc/execute/object_is_class.m: New test.
18051         * objc/execute/object_is_meta_class.m: New test.
18052
18053 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
18054
18055         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
18056         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
18057
18058 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
18059
18060         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
18061         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
18062
18063 2001-07-14  Richard Henderson  <rth@redhat.com>
18064
18065         * gcc.dg/iftrap-1.c: New.
18066
18067 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
18068
18069         * g77.f-torture/execute/intrinsic77.f: New test.
18070
18071 2001-07-11  Janis Johnson <janis@us.ibm.com>
18072
18073         * gcc.misc-tests/gcov-3.c: New test.
18074
18075 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
18076
18077         * gcc.c-torture/compile/20010711-1.c,
18078         * gcc.c-torture/compile/20010711-2.c: New tests.
18079
18080 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
18081
18082         * gcc.c-torture/execute/20010711-1.c: New test.
18083
18084 2001-07-11  Ben Elliston  <bje@redhat.com>
18085
18086         * g++.old-deja/g++.other/enum5.C: New test.
18087
18088 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
18089
18090         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
18091         (g++-dg-prune): Call prune_gcc_output.
18092         * prune.exp: New file for prune_gcc_output.
18093         * lib/g++.exp, lib/gcc.exp: Load it.
18094
18095 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
18096
18097         * gcc.c-torture/compile/20010701-1.c,
18098         g++.old-deja/g++.ext/attrib6.C: New tests.
18099
18100 2001-07-06  Jeffrey A Law  (law@cygnus.com)
18101
18102         * gcc.c-torture/compile/20010706-1.c: New test.
18103
18104 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
18105
18106         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
18107
18108 2001-06-28  Stan Shebs  <shebs@apple.com>
18109
18110         * gcc.dg/pragma-darwin.c: New test.
18111
18112 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18113
18114         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
18115         Solaris 2.[678] system.
18116
18117 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
18118
18119         * gcc.dg/20010622-1.c: New test.
18120
18121 2001-06-18  Stan Shebs  <shebs@apple.com>
18122
18123         * objc.dg: New directory.
18124         * objc.dg/dg.exp: New file.
18125         * objc.dg/alias.m: New.
18126         * objc.dg/class-1.m: New.
18127         * objc.dg/class-2.m: New.
18128         * objc.dg/const-str-1.m: New.
18129         * objc.dg/const-str-2.m: New.
18130         * objc.dg/id-1.m: New.
18131         * objc.dg/method-1.m: New.
18132         * objc.dg/super-class-1.m: New.
18133         * lib/objc-dg.exp: New file.
18134
18135 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18136
18137         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
18138         of label name.
18139
18140 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
18141
18142         * g++.old-deja/g++.abi/vbase8-9.C: New test.
18143
18144 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
18145
18146         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
18147         variable.
18148
18149 2001-06-12  Richard Henderson  <rth@redhat.com>
18150
18151         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
18152
18153 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
18154
18155         * g++.old-deja/g++.abi/vbase5.C: New test.
18156         * g++.old-deja/g++.abi/vbase6.C: New test.
18157         * g++.old-deja/g++.abi/vbase7.C: New test.
18158
18159 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18160
18161         * gcc.c-torture/compile/20010610-1.c: New test.
18162
18163 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
18164
18165         * g++.old-deja/g++.abi/vbase4.C: New test.
18166
18167 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
18168
18169         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
18170         support %f for HC11/HC12 targets.
18171         * gcc.c-torture/execute/930513-1.x: New file, likewise.
18172         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
18173         on HC11/HC12 targets.
18174         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
18175
18176 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18177
18178         * gcc.dg/wchar_t-1.c: New file.
18179         * gcc.dg/wint_t-1.c: Likewise.
18180
18181 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
18182
18183         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
18184
18185 2001-06-11  Richard Henderson  <rth@redhat.com>
18186
18187         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
18188
18189 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
18190
18191         * gcc.c-torture/compile/20010611-1.c: New test.
18192
18193 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
18194
18195         * gcc.dg/c99-tag-1.c: Add more tests.
18196
18197 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
18198
18199         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
18200         representation on MN10300 and ARM/Thumb.
18201
18202 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
18203
18204         * g77.f-torture/execute/20010610.f: New.
18205
18206 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
18207
18208         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
18209         names.
18210
18211 2001-06-09  Richard Henderson  <rth@redhat.com>
18212
18213         * gcc.c-torture/execute/ashrdi-1.c: New.
18214         * gcc.c-torture/execute/ashldi-1.c: New.
18215         * gcc.c-torture/execute/lshrdi-1.c: New.
18216
18217 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
18218
18219         * objc/execute/load-3.m: Added. Check sending +load to categories,
18220         in addition to classes.
18221
18222 2001-06-08  Stan Shebs  <shebs@apple.com>
18223
18224         * objc/execute/load-2.m: New test.  From Nicola Pero
18225         <n.pero@mi.flashnet.it>.
18226
18227 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
18228
18229         * gcc.c-torture/execute/20010605-2.c: New test.
18230
18231 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
18232
18233         * g++.old-deja/g++.abi/vbase2.C: New test.
18234         * g++.old-deja/g++.abi/vbase3.C: New test.
18235
18236 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
18237
18238         * g++.old-deja/g++.pt/friend49.C: New test.
18239
18240 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
18241
18242         * g++.old-deja/g++.ext/anon3.C: New test.
18243
18244 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
18245
18246         * g++.old-deja/g++.other/conv7.C: New test.
18247
18248 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
18249
18250         * gcc.c-torture/compile/20010605-2.c: New test.
18251
18252 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18253
18254         * gcc.c-torture/execute/20010604-1.c: New test.
18255
18256 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
18257
18258         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
18259
18260 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
18261
18262         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
18263         (g++_link_flags): Likewise.
18264         (g++_init): Pass gccpath's value to two previous functions.
18265
18266 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18267
18268         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
18269         Ensure logfile entry matches exec command line.
18270
18271 2001-05-31  Richard Henderson  <rth@redhat.com>
18272
18273         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
18274         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
18275
18276 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
18277
18278         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
18279         compiler for irix6.2
18280
18281 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
18282
18283         * g++.old-deja/g++.other/optimize3.C: New file.
18284
18285 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
18286
18287         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
18288         assemble.
18289
18290 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
18291
18292         * g++.old-deja/g++.other/optimize2.C: New file.
18293
18294 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
18295
18296         * gcc.c-torture/compile/20010518-2.c: New file.
18297         * gcc.c-torture/execute/20010518-1.c: New file.
18298         * gcc.c-torture/execute/20010518-2.c: New file.
18299
18300 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
18301
18302         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
18303
18304 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
18305
18306         G++ no longer defines builtins that do not begin with __builtin.
18307         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
18308         * g++.old-deja/g++.brendand/misc13.C: Likewise.
18309         * g++.old-deja/g++.law/builtin1.C: Likewise.
18310         * g++.old-deja/g++.law/cvt2.C: Likewise.
18311         * g++.old-deja/g++.mike/net5.C: Likewise.
18312         * g++.old-deja/g++.other/builtins1.C: Likewise.
18313         * g++.old-deja/g++.other/builtins2.C: Likewise.
18314         * g++.old-deja/g++.other/builtins3.C: Likewise.
18315         * g++.old-deja/g++.other/builtins4.C: Likewise.
18316         * g++.old-deja/g++.other/inline8.C: Likewise.
18317         * g++.old-deja/g++.robertl/eb39.C: Likewise.
18318
18319 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
18320
18321         * g++.old-deja/g++.pt/using1.C: Adjust.
18322         * g++.old-deja/g++.pt/using2.C: New test.
18323
18324 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
18325
18326         * gcc.dg/cpp/charconst.c: New tests.
18327         * gcc.dg/cpp/escape.c: New tests.
18328         * gcc.dg/cpp/escape-1.c: New tests.
18329         * gcc.dg/cpp/escape-2.c: New tests.
18330         * gcc.dg/cpp/ucs.c: New tests.
18331
18332 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
18333
18334         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
18335         native compiler for irix6.5.
18336
18337 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
18338
18339         * lib/g++.exp (g++_include_flags): Use args to compute
18340         get_multilibs.
18341         (g++_link_flags): Likewise.
18342         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
18343
18344 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
18345
18346         * gcc.dg/c90-hexfloat-1.c: Add more tests.
18347
18348 2001-05-21  Geoff Keating  <geoffk@redhat.com>
18349
18350         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
18351         this file.
18352
18353 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
18354
18355         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
18356         STACK_SIZE;
18357         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
18358         to STACK_SIZE; Use it to define size of add_histo array.
18359         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
18360         to STACK_SIZE.
18361         (f): Use GITT_SIZE to define size of gitt local table.
18362         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
18363         to STACK_SIZE; Use it to define size of bytemem array.
18364
18365 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
18366
18367         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
18368         on 68HC11/HC12 due to the asm instruction.
18369         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
18370         * gcc.c-torture/compile/920520-1.x: Likewise.
18371         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
18372         on 68HC11/HC12 because the function is larger than 64K.
18373         * gcc.c-torture/compile/961203-1.x: New file, this test fails
18374         on 68HC11/HC12 because the structure is too large.
18375
18376 2001-05-20  Richard Henderson  <rth@redhat.com>
18377
18378         * gcc.c-torture/execute/20010520-1.c: New.
18379
18380 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18381
18382         * g++.old-deja/g++.warn/compare1.C: New test.
18383         * gcc.dg/compare4.c: New test.
18384
18385 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
18386
18387         * g++.old-deja/g++.other/optimize1.C: New test.
18388
18389 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
18390
18391         * g++.old-deja/g++.pt/spec41.C: New test.
18392
18393 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
18394
18395         * gcc.c-torture/compile/20010114-1.x: Remove.
18396
18397 2001-05-18  Stan Shebs  <shebs@apple.com>
18398
18399         * gcc.c-torture/compile/20010518-1.c: New test.
18400
18401 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
18402
18403         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
18404         * g++.old-deja/g++.pt/crash67.C: New test.
18405
18406 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
18407
18408         * g++.old-deja/g++.other/debug9.C: New test.
18409
18410 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
18411
18412         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
18413
18414 2001-05-16  Jan Hubicka  <jh@suse.cz>
18415
18416         * gcc.c-torture/compile/20010516-1.c: New test.
18417
18418 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
18419
18420         * g++.old-deja/g++.other/crash41.C: New test.
18421
18422 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
18423
18424         * g++.old-deja/g++.pt/crash66.C: New test.
18425
18426 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
18427
18428         * g++.old-deja/g++.robertl/eb27.C: Convert.
18429
18430 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
18431
18432         * g++.dg/friend-warn.C: New test.  Do not warn about friend
18433         declaration being redundant.
18434
18435 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
18436
18437         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
18438
18439 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
18440
18441         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
18442
18443 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
18444
18445         * lib/g++.exp: Use testsuite_flags.
18446
18447 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
18448
18449         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
18450
18451 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18452
18453         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
18454
18455 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
18456
18457         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
18458
18459 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
18460
18461         * gcc.c-torture/compile/20010313-1.c: New test.
18462
18463 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
18464
18465         * gcc.dg/cpp/direct2.c: New test.
18466         * gccq.dg/cpp/direct2s.c: New test.
18467
18468         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
18469
18470 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
18471
18472         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
18473         * g++.old-deja/g++.other/op3.C: Likewise.
18474
18475 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
18476
18477         * gcc.dg/cpp/syshdr.h: New file.
18478         * gcc.dg/cpp/sysmac1.c: Update.
18479         * gcc.dg/cpp/sysmac2.c: Update.
18480
18481 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
18482
18483         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
18484
18485 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
18486
18487         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
18488         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
18489
18490 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
18491
18492         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
18493
18494 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
18495
18496         * lib/g++.exp (g++_include_flags): Don't use any special flags
18497         if TESTING_IN_BUILD_TREE is not defined.
18498         (g++_init): Use a plain 'c++' as the compiler if
18499         TESTING_IN_BUILD_TREEE is not defined.
18500
18501 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
18502
18503         * g++.old-deja/g++.eh/catch13.C: New test.
18504         * g++.old-deja/g++.eh/catch14.C: New test.
18505
18506 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
18507
18508         * gcc.dg/cpp/tr-define.c: New test.
18509
18510 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
18511
18512         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
18513         <stdlib.h>, not <malloc.h>.
18514
18515 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
18516
18517         * g++.old-deja/g++.ns/template17.C: New test.
18518
18519 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
18520
18521         * g++.old-deja/g++.pt/ref4.C: New test.
18522
18523 2001-04-30  Richard Henderson  <rth@redhat.com>
18524
18525         * gcc.dg/20000724-1.c: Revert last change.
18526
18527 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
18528
18529         * g77.f-torture/execute/20010430.f: New test.
18530
18531 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
18532
18533         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
18534
18535 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
18536
18537         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
18538
18539 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
18540
18541         * g++.old-deja/g++.eh/crash6.C: New test.
18542
18543 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
18544
18545         * g++.old-deja/g++.other/warn7.C: New test.
18546
18547 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
18548
18549         * g++.old-deja/g++.other/defarg9.C: New test.
18550
18551 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
18552
18553         * g77.f-torture/compile/20010426.f: New test.
18554         * g77.f-torture/execute/20010426.f: New test.
18555
18556 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
18557
18558         * g77.f-torture/compile/20000629-1.x: Remove - error
18559         has been fixed.
18560
18561 2001-04-26  Jeffrey A Law  (law@cygnus.com)
18562
18563         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
18564         Tweak slightly to work with g++.dg framework.
18565         * g++.dg/special/ecos.exp: Run initp1.C test.
18566         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
18567
18568         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
18569         its linker doesn't give line numbers either.
18570         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
18571
18572 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
18573
18574         * g++.old-deja/g++.other/lex1.C: New test.
18575
18576 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
18577
18578         * gcc.dg/noncompile/20010425-1.c: New test.
18579
18580 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
18581
18582         * g++.old-deja/g++.pt/mangle2.C: New test.
18583
18584 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
18585
18586         * gcc.dg/format/plus-1.c: New test.
18587
18588 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
18589
18590         * gcc.dg/20010423-1.c: New test.
18591
18592 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
18593
18594         * gcc.c-torture/execute/20010422-1.c: New test.
18595
18596 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
18597
18598         * g++.old-deja/g++.ns/type2.C: New test.
18599
18600 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
18601
18602         * g++.old-deja/g++.other/perf1.C: New test.
18603
18604 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
18605
18606         * gcc.dg/c99-func-2.c: Remove xfail.
18607         * gcc.dg/c99-func-3.c: Remove xfail.
18608         * gcc.dg/c99-func-4.c: Remove xfail.
18609
18610 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
18611
18612         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
18613
18614 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
18615
18616         * gcc.c-torture/compile/20010423-1.c: New test.
18617
18618 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
18619
18620         * g++.old-deja/g++.pt/typename28.C: New test.
18621
18622 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
18623
18624         * g++.old-deja/g++.abi/empty2.C: New test.
18625         * g++.old-deja/g++.abi/empty3.C: New test.
18626
18627 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
18628
18629         * g++.old-deja/g++.other/comdat2.C: New test.
18630         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
18631
18632 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
18633
18634         * g++.old-deja/g++.other/overload14.C: New test.
18635
18636 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
18637
18638         * g++.old-deja/g++.other/lookup23.C: New test.
18639
18640 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
18641
18642         * gcc.c-torture/execute/20010403-1.c: New test.
18643
18644 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
18645             Mark Mitchell  <mark@codesourcery.com>
18646
18647         * lib/old-dejagnu.exp: Don't delete output of executable.
18648         Add .exe suffix to executables.
18649
18650 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
18651
18652         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
18653
18654 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18655
18656         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
18657
18658 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
18659
18660         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
18661         * g++.old-deja/g++.abi/crash1.C: New test.
18662
18663 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
18664
18665         * g++.old-deja/g++.other/crash40.C: New test.
18666
18667 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18668
18669         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
18670
18671 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
18672
18673         * g++.old-deja/g++.other/warn6.C: New test.
18674
18675 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
18676
18677         * g++.old-deja/g++.robertl/eb42.C: Same.
18678
18679 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18680
18681         * gcc.dg/wtr-conversion-1.c: New testcase.
18682
18683 2001-04-10  Richard Henderson  <rth@redhat.com>
18684
18685         * g++.old-deja/g++.other/array5.C: New.
18686
18687 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
18688
18689         * gcc.c-torture/execute/20010408-1.c: New test.
18690
18691 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
18692
18693         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
18694         headers and constructs.
18695         * g++.old-deja/g++.robertl/eb79.C: Same.
18696         * g++.old-deja/g++.robertl/eb77.C (main): Same.
18697         * g++.old-deja/g++.robertl/eb73.C: Same.
18698         * g++.old-deja/g++.robertl/eb66.C (main): Same.
18699         * g++.old-deja/g++.robertl/eb55.C (t): Same.
18700         * g++.old-deja/g++.robertl/eb54.C (main): Same.
18701         * g++.old-deja/g++.robertl/eb46.C (main): Same.
18702         * g++.old-deja/g++.robertl/eb44.C: Same.
18703         * g++.old-deja/g++.robertl/eb41.C (main): Same.
18704         * g++.old-deja/g++.robertl/eb4.C (main): Same.
18705         * g++.old-deja/g++.robertl/eb39.C: Same.
18706         * g++.old-deja/g++.robertl/eb33.C (main): Same.
18707         * g++.old-deja/g++.robertl/eb31.C (main): Same.
18708         * g++.old-deja/g++.robertl/eb30.C: Same.
18709         * g++.old-deja/g++.robertl/eb3.C: Same.
18710         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
18711         * g++.old-deja/g++.robertl/eb21.C: Same.
18712         * g++.old-deja/g++.robertl/eb15.C: Same.
18713         * g++.old-deja/g++.robertl/eb118.C: Same.
18714         * g++.old-deja/g++.robertl/eb115.C (main): Same.
18715         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
18716         * g++.old-deja/g++.robertl/eb109.C: Same.
18717         * g++.old-deja/g++.other/sibcall1.C (main): Same.
18718         * g++.old-deja/g++.mike/rtti1.C: Same.
18719         * g++.old-deja/g++.mike/p658.C: Same.
18720         * g++.old-deja/g++.mike/net46.C: Same.
18721         * g++.old-deja/g++.mike/net34.C: Same.
18722         * g++.old-deja/g++.mike/memoize1.C: Same.
18723         * g++.old-deja/g++.mike/eh2.C: Same.
18724         * g++.old-deja/g++.law/weak.C: Same.
18725         * g++.old-deja/g++.law/visibility7.C: Same.
18726         * g++.old-deja/g++.law/visibility25.C: Same.
18727         * g++.old-deja/g++.law/visibility22.C: Same.
18728         * g++.old-deja/g++.law/visibility2.C: Same.
18729         * g++.old-deja/g++.law/visibility17.C: Same.
18730         * g++.old-deja/g++.law/visibility13.C: Same.
18731         * g++.old-deja/g++.law/visibility10.C: Same.
18732         * g++.old-deja/g++.law/visibility1.C: Same.
18733         * g++.old-deja/g++.law/virtual3.C (eval): Same.
18734         * g++.old-deja/g++.law/vbase1.C: Same.
18735         * g++.old-deja/g++.law/operators32.C: Same.
18736         * g++.old-deja/g++.law/nest3.C: Same.
18737         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
18738         * g++.old-deja/g++.law/except5.C (main): Same.
18739         * g++.old-deja/g++.law/cvt7.C (run): Same.
18740         * g++.old-deja/g++.law/cvt2.C: Same.
18741         * g++.old-deja/g++.law/cvt16.C: Same.
18742         * g++.old-deja/g++.law/ctors6.C (bar): Same.
18743         * g++.old-deja/g++.law/ctors17.C (main): Same.
18744         * g++.old-deja/g++.law/ctors13.C: Same.
18745         * g++.old-deja/g++.law/ctors12.C (main): Same.
18746         * g++.old-deja/g++.law/ctors10.C: Same.
18747         * g++.old-deja/g++.law/code-gen5.C: Same.
18748         * g++.old-deja/g++.law/bad-error7.C: Same.
18749         * g++.old-deja/g++.law/arm9.C: Same.
18750         * g++.old-deja/g++.law/arm12.C: Same.
18751         * g++.old-deja/g++.law/arg8.C: Same.
18752         * g++.old-deja/g++.law/arg1.C: Same.
18753         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
18754         * g++.old-deja/g++.jason/template31.C: Same.
18755         * g++.old-deja/g++.jason/template24.C (main): Same.
18756         * g++.old-deja/g++.jason/2371.C: Same.
18757         * g++.old-deja/g++.eh/new2.C: Same.
18758         * g++.old-deja/g++.eh/new1.C: Same.
18759         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
18760         * g++.old-deja/g++.brendan/nest21.C (main): Same.
18761         * g++.old-deja/g++.brendan/err-msg3.C: Same.
18762         * g++.old-deja/g++.brendan/crash62.C: Same.
18763         * g++.old-deja/g++.brendan/crash52.C: Same.
18764         * g++.old-deja/g++.brendan/crash49.C (main): Same.
18765         * g++.old-deja/g++.brendan/crash38.C: Same.
18766         * g++.old-deja/g++.brendan/crash15.C (main): Same.
18767         * g++.old-deja/g++.brendan/copy9.C: Same.
18768
18769 2001-04-06  J"orn Rennecke <amylaar@redhat.com>
18770
18771         * gcc.c-torture/execute/20001203-2.c (memset):
18772         Count argument is of type __SIZE_TYPE__.
18773
18774 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
18775
18776         * gcc.c-torture/compile/20010404-1.c: New test.
18777
18778 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
18779
18780         * gcc.c-torture/compile/20010326-1.c: New test.
18781
18782 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
18783
18784         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
18785         peculiarities of the SH.
18786         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
18787
18788 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18789
18790         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
18791         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
18792         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
18793
18794 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
18795
18796         * g77.f-torture/compile/20010321-1.f: New test.
18797
18798 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
18799
18800         * gcc.c-torture/compile/20010329-1.c: New test.
18801
18802 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
18803
18804         * gcc.c-torture/execute/20010329-1.c: New test.
18805
18806 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
18807
18808         * g++.old-deja/g++.other/eh4.C: Fix typo.
18809
18810 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
18811
18812         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
18813
18814 2001-03-28  Philip Blundell  <philb@gnu.org>
18815
18816         * gcc.c-torture/compile/20010328-1.c: New test.
18817
18818 2001-03-27  Richard Henderson  <rth@redhat.com>
18819
18820         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
18821         * g++.old-deja/g++.eh/vbase3.C: Likewise.
18822
18823 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
18824
18825         * gcc.c-torture/compile/20010327-1.c: New test.
18826
18827 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
18828
18829         * g++.old-deja/g++.other/friend12.C: New test.
18830         * g++.old-deja/g++.other/friend9.C: Expect no errors.
18831         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
18832
18833 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
18834
18835         * gcc.c-torture/execute/20010325-1.c: New test.
18836
18837 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
18838
18839         * g++.old-deja/g++.other/mangle3.C: New test.
18840
18841 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
18842
18843         * g++.old-deja/g++.other/anon8.C: New test.
18844
18845 2001-03-20  Philip Blundell  <philb@gnu.org>
18846
18847         * gcc.c-torture/compile/20010320-1.c: New test.
18848
18849 2001-03-17  Richard Henderson  <rth@redhat.com>
18850
18851         * g++.old-deja/g++.other/eh4.C: Add expected error text.
18852
18853 2001-03-15  Geoff Keating  <geoff@redhat.com>
18854
18855         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
18856         tests on AIX.
18857
18858 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
18859
18860         * g++.old-deja/g++.other/eh4.C: New test.
18861
18862 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
18863
18864         * gcc.dg/cpp/mi1.c: Update.
18865
18866 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
18867
18868         * g++.old-deja/g++.other/regstack.C: New test.
18869
18870 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
18871
18872         * g++.old-deja/g++.other/ref4.C: New test.
18873
18874 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
18875
18876         * objc/execute/va_method.m: Added.
18877         * objc/execute/IMP.m: Added.
18878         * objc/execute/_cmd.m: Added.
18879         * objc/execute/accessing_ivars.m: Added.
18880         * objc/execute/class-1.m: Added.
18881         * objc/execute/class-10.m: Added.
18882         * objc/execute/class-11.m: Added.
18883         * objc/execute/class-12.m: Added.
18884         * objc/execute/class-13.m: Added.
18885         * objc/execute/class-14.m: Added.
18886         * objc/execute/class-2.m: Added.
18887         * objc/execute/class-3.m: Added.
18888         * objc/execute/class-4.m: Added.
18889         * objc/execute/class-5.m: Added.
18890         * objc/execute/class-6.m: Added.
18891         * objc/execute/class-7.m: Added.
18892         * objc/execute/class-8.m: Added.
18893         * objc/execute/class-9.m: Added.
18894         * objc/execute/class-tests-1.h
18895         * objc/execute/class-tests-2.h
18896         * objc/execute/compatibility_alias.m: Added.
18897         * objc/execute/encode-1.m: Added.
18898         * objc/execute/formal_protocol-1.m: Added.
18899         * objc/execute/formal_protocol-2.m: Added.
18900         * objc/execute/formal_protocol-3.m: Added.
18901         * objc/execute/formal_protocol-4.m: Added.
18902         * objc/execute/formal_protocol-5.m: Added.
18903         * objc/execute/formal_protocol-6.m: Added.
18904         * objc/execute/formal_protocol-7.m: Added.
18905         * objc/execute/informal_protocol.m: Added.
18906         * objc/execute/initialize.m: Added.
18907         * objc/execute/load.m: Added.
18908         * objc/execute/many_args_method.m: Added.
18909         * objc/execute/nested-3.m: Added.
18910         * objc/execute/no_clash.m: Added.
18911         * objc/execute/private.m: Added.
18912         * objc/execute/redefining_self.m: Added.
18913         * objc/execute/root_methods.m: Added.
18914         * objc/execute/selector-1.m: Added.
18915         * objc/execute/static-1.m: Added.
18916         * objc/execute/static-2.m: Added.
18917         * objc/execute/va_method.m: Added.
18918
18919 2001-03-10  Richard Henderson  <rth@redhat.com>
18920
18921         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
18922
18923 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
18924
18925         * g++.old-deja/g++.other/crash31.C: XFAIL.
18926         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
18927         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
18928         * gcc.c-torture/execute/20010123-1.x: XFAIL.
18929         * gcc.c-torture/execute/20010124-1.x: XFAIL.
18930         * gcc.dg/sequence-pt-1.c: XFAIL one test.
18931
18932 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
18933
18934         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
18935
18936 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
18937
18938         * gcc.dg/20000724-1.c: Don't use multiline strings.
18939
18940 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
18941
18942         * objc/execute/string1.m, objc/execute/string2.m: Compare the
18943         result of -cString against what we expect it to be; don't just
18944         print it out for no one to read.
18945
18946         * objc/execute/string3.m, objc/execute/string4.m: New tests.
18947         Based on testcases provided by Nicola Pero.
18948
18949 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
18950
18951         * gcc.dg/cpp/macro7.c: New test.
18952
18953 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
18954
18955         * gcc.dg/cpp/multiline.c: Update.
18956
18957 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
18958
18959         * g++.old-deja/g++.other/enum3.C: New test.
18960
18961 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
18962
18963         * g++.old-deja/g++.other/pod1.C: New test.
18964
18965 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
18966
18967         * g++.old-deja/g++.ext/overload1.C: New test.
18968
18969 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
18970
18971         * g++.old-deja/g++.pt/using1.C: New test.
18972
18973 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
18974
18975         * g++.old-deja/g++.other/using9.C: New test.
18976
18977 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
18978
18979         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
18980
18981         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
18982
18983 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
18984
18985         * g++.old-deja/g++.ext/realpt1.C: Remove.
18986
18987 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
18988
18989         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
18990
18991 2001-02-26  Will Cohen  <wcohen@redhat.com>
18992
18993         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
18994
18995 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
18996
18997         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
18998         templatized constructors.
18999
19000 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19001
19002         * gcc.c-torture/execute/20010224-1.c: New test.
19003
19004 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
19005
19006         * gcc.c-torture/execute/20010222-1.c: New test.
19007
19008 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
19009
19010         * g++.old-deja/g++.other/inline20.C: New test.
19011
19012 2001-02-21  Ovidiu Predescu  <ovidiu@cup.hp.com>
19013
19014         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
19015
19016 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
19017
19018         * g++.old-deja/g++.other/lookup22.C: New test.
19019
19020 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
19021
19022         * g77.dg: New directory.
19023         * g77.dg/20010216-1.f: New test case.
19024         * g77.dg/dg.exp: New driver.
19025         * lib/g77-dg.exp: New driver library.
19026
19027 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19028
19029         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
19030
19031 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
19032
19033         * g++.old-deja/g++.other/decl9.C: New test.
19034
19035 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
19036
19037         * g++.old-deja/g++.other/init16.C: Update the test so that it does
19038         not need <string> and also tests the initialization at runtime.
19039
19040 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
19041
19042         * gcc.c-torture/execute/longlong.c: New test.
19043
19044 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
19045
19046         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
19047
19048 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
19049
19050         * gcc.c-torture/execute/920302-1.c (execute):
19051         Change argument type to short.
19052
19053 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
19054
19055         * g++.old-deja/g++.pt/deduct6.C: New test.
19056
19057 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
19058
19059         * g++.old-deja/g++.pt/deduct5.C: New test.
19060
19061 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
19062
19063         * gcc.c-torture/execute/20010209-1.c: New test.
19064
19065 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
19066
19067         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
19068
19069 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
19070
19071         * g++.dg/vtgc1.C: Update for new ABI.
19072
19073         * consistency.vlad: New directory, 1665 files.
19074
19075 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
19076
19077         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
19078         return type.
19079         * gcc.dg/cpp/digraphs.c: Declare puts.
19080
19081 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
19082
19083         * g++.old-deja/g++.other/warn5.C: New test.
19084
19085 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
19086
19087         * g++.old-deja/g++.pt/spec40.C: New test.
19088
19089 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
19090
19091         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
19092         case.
19093         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
19094
19095 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
19096
19097         * gcc.c-torture/compile/20010209-1.c: New test.
19098
19099 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
19100
19101         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
19102         excess errors message but not if it crashes.
19103         * g++.old-deja/g++.other/crash27.C: Likewise.
19104         * g++.old-deja/g++.other/crash28.C: Likewise.
19105         * g++.old-deja/g++.other/crash30.C: Likewise.
19106         * g++.old-deja/g++.other/crash32.C: Likewise.
19107         * g++.old-deja/g++.other/crash35.C: Likewise.
19108         * g++.old-deja/g++.pt/inherit2.C: Likewise.
19109
19110 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
19111
19112         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
19113         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
19114         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
19115         g77.f-torture/execute/execute.exp,
19116         g77.f-torture/noncompile/noncompile.exp,
19117         gcc.c-torture/execute/execute.exp,
19118         gcc.c-torture/execute/memcheck/memcheck.exp,
19119         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
19120         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
19121         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
19122         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
19123         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
19124         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
19125         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
19126         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
19127         Remove bug reporting instructions with ancient email addresses.
19128
19129 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
19130
19131         * gcc.dg/20010202-1.c: New test.
19132         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
19133
19134 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
19135
19136         * g++.dg/stdbool-if.C: New test.
19137
19138 2001-02-07  Ovidiu Predescu  <ovidiu@cup.hp.com>
19139
19140         * objc/execute/fdecl.m: Added main().
19141
19142 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
19143
19144         * gcc.c-torture/execute/20010206-1.c: New test.
19145
19146 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
19147
19148         * gcc.dg/cpp/avoidpaste1.c: Update.
19149
19150 2001-02-05  Ovidiu Predescu  <ovidiu@cup.hp.com>
19151
19152         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
19153         Pero <nicola@brainstorm.co.uk>.
19154         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
19155
19156 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
19157
19158         * g++.old-deja/g++.pt/spec39.C: New test.
19159
19160 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
19161
19162         * gcc.c-torture/compile/20010202-1.c: New test.
19163
19164 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
19165
19166         * g++.old-deja/g++.abi/primary2.C: New test.
19167         * g++.old-deja/g++.abi/primary3.C: New test.
19168         * g++.old-deja/g++.abi/primary4.C: New test.
19169         * g++.old-deja/g++.abi/primary5.C: New test.
19170         * g++.old-deja/g++.abi/vtable3.h: New test.
19171         * g++.old-deja/g++.abi/vtable3a.C: New test.
19172         * g++.old-deja/g++.abi/vtable3b.C: New test.
19173         * g++.old-deja/g++.abi/vtable3c.C: New test.
19174         * g++.old-deja/g++.abi/vtable3d.C: New test.
19175         * g++.old-deja/g++.abi/vtable3e.C: New test.
19176         * g++.old-deja/g++.abi/vtable3f.C: New test.
19177         * g++.old-deja/g++.abi/vtable3g.C: New test.
19178         * g++.old-deja/g++.abi/vtable3h.C: New test.
19179         * g++.old-deja/g++.abi/vtable3i.C: New test.
19180         * g++.old-deja/g++.abi/vtable3j.C: New test.
19181         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
19182
19183 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
19184
19185         * g++.old-deja/g++.other/anon6.C: New test.
19186         * g++.old-deja/g++.other/anon7.C: New test.
19187
19188 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
19189
19190         * gcc.dg/cpp/avoidpaste2.c: New tests.
19191
19192 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
19193
19194         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
19195
19196 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
19197
19198         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
19199         DECIMAL_DIG cases for Irix."
19200
19201 2001-01-31  J"orn Rennecke <amylaar@redhat.com>
19202
19203         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
19204
19205 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
19206
19207         * gcc.dg/c99-tag-1.c: New test.
19208
19209 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
19210
19211         * gcc.dg/cpp/tr-warn1.c: Add tests.
19212
19213 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
19214
19215         * gcc.dg/cpp/avoidpaste1.c: Update.
19216         * gcc.dg/cpp/paste4.c: Update.
19217
19218 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
19219
19220         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
19221         cases for Irix.
19222
19223 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
19224
19225         * g++.old-deja/g++.other/inline19.C: New test.
19226
19227 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
19228
19229         * gcc.dg/Wlarger-than.c: New test.
19230
19231 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
19232
19233         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
19234
19235 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
19236
19237         * gcc.c-torture/execute/20010129-1.c: New test.
19238         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
19239
19240 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
19241
19242         * gcc.dg/cpp/avoidpaste1.c: Test case.
19243
19244 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
19245
19246         * g++.old-deja/g++.other/inline18.C: New test.
19247
19248 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19249
19250         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
19251         and __builtin_putchar.
19252
19253 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
19254
19255         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
19256         tests.
19257
19258 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
19259
19260         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
19261         floating point number rounding mode to round to the nearest
19262         representable mode.
19263
19264 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
19265
19266         * g++.old-deja/g++.other/mangle2.C: New test.
19267
19268 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
19269
19270         * gcc.c-torture/compile/20010124-1.c: New test.
19271
19272 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
19273
19274         * g++.old-deja/g++.pt/spec38.C: New test.
19275
19276 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19277
19278         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
19279         "Build don't run".
19280
19281 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19282
19283         * gcc.c-torture/execute/20010123-1.c: New test.
19284
19285 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
19286
19287         * g++.old-deja/g++.pt/spec37.C: New test.
19288
19289 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
19290
19291         * g++.old-deja/g++.pt/overload14.C: New test.
19292
19293 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19294
19295         * gcc.c-torture/execute/20010122-1.c: New test, exercise
19296         __builtin_return_address.
19297
19298 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
19299
19300         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
19301         * g++.old-deja/g++.pt/spec35.C: New test.
19302         * g++.old-deja/g++.pt/spec36.C: New test.
19303
19304 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
19305
19306         * gcc.c-torture/compile/20010118-1.c: New test.
19307
19308 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
19309
19310         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
19311
19312 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
19313
19314         * gcc.c-torture/execute/20010119-1.c: New test.
19315
19316 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
19317
19318         * g++.old-deja/g++.other/vbase5.C: New test.
19319
19320 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
19321
19322         * gcc.c-torture/execute/20010118-1.c: New test.
19323
19324 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
19325
19326         * g++.old-deja/g++.pt/deduct3.C: New test.
19327
19328 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
19329
19330         * g++.old-deja/g++.pt/spec34.C: New test.
19331
19332 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
19333
19334         * g77.f-torture/compile/20000601-2.f: New test.
19335
19336 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
19337
19338         * g++.old-deja/g++.other/init17.C: New test.
19339
19340 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
19341
19342         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
19343
19344 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
19345
19346         * g++.old-deja/g++.pt/unify8.C: New test.
19347
19348 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
19349
19350         * g++.old-deja/g++.abi/vbase1.C: New test.
19351
19352 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
19353
19354         * g++.old-deja/g++.pt/crash65.C: New test.
19355
19356 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
19357
19358         * gcc.dg/cpp/assembl2.S: New test case.
19359
19360 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
19361
19362         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
19363         are supported.
19364
19365 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19366
19367         * g++.old-deja/g++.other/builtins1.C: New test.
19368         * g++.old-deja/g++.other/builtins2.C: Likewise.
19369         * g++.old-deja/g++.other/builtins3.C: Likewise.
19370         * g++.old-deja/g++.other/builtins4.C: Likewise.
19371
19372 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
19373
19374         * gcc.c-torture/compile/20010117-1.c: New test.
19375         * gcc.c-torture/compile/20010117-2.c: New test.
19376
19377 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
19378
19379         * g77.f-torture/execute/20010116.[fx]: New test,
19380         XFAIL on i?86-*-*.
19381         * g77.f-torture/compile/20010115.f: Indicate it's
19382         a test for PR fortran/1636.
19383
19384 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
19385
19386         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
19387
19388 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
19389
19390         * g77.f-torture/compile/20010115.f: New test.
19391
19392 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
19393
19394         * g++.old-deja/g++.pt/nontype5.C: New test.
19395
19396 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
19397
19398         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
19399         have an equivalent working one below it.
19400
19401 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
19402
19403         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
19404         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
19405
19406 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
19407
19408         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
19409         message containing "init_priority".
19410         (conpr-2.C): Likewise.
19411         (conpr-3.C): Likewise.
19412         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
19413
19414 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19415
19416         * gcc.c-torture/execute/20010114-2.c: New test.
19417
19418 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
19419
19420         * gcc.c-torture/compile/20010114-1.c: New test.
19421         * gcc.c-torture/compile/20010114-1.x: Xfail.
19422         * gcc.c-torture/compile/20010114-2.c: New test.
19423         * gcc.c-torture/execute/20010114-1.c: New test.
19424         * gcc.dg/trunc-1.c: New test.
19425         * gcc.dg/uninit-B.c: New test.
19426
19427 2001-01-13  Nick Clifton  <nickc@redhat.com>
19428
19429         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
19430         target.
19431
19432 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
19433
19434         * gcc.c-torture/compile/20010113-1.c: New test.
19435
19436 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
19437
19438         * gcc.c-torture/compile/20001212-1.c: New test.
19439
19440 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
19441
19442         * gcc.dg/cpp/widestr1.c: Update.
19443         * gcc.dg/cpp/prag-imp.c: Remove.
19444
19445 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
19446
19447         * gcc.c-torture/execute/20000801-3.x: Remove.
19448         * gcc.dg/c90-init-1.c: New test.
19449         * gcc.dg/c99-init-1.c: New test.
19450         * gcc.dg/c99-init-2.c: New test.
19451         * gcc.dg/gnu99-init-1.c: New test.
19452
19453 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
19454
19455         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
19456         testing that no relevant ones were found.
19457
19458 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
19459
19460         * g++.old-deja/g++.pt/cast2.C: New test.
19461
19462 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
19463
19464         * g++.old-deja/g++.pt/friend47.C: New test.
19465
19466 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
19467
19468         * g++.old-deja/g++.pt/instantiate13.C: New test.
19469
19470 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
19471
19472         * g++.old-deja/g++.other/defarg7.C: New test.
19473         * g++.old-deja/g++.other/defarg8.C: New test.
19474
19475 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
19476
19477         * g++.old-deja/g++.pt/crash64.C: New test.
19478
19479 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
19480
19481         * g++.old-deja/g++.pt/crash63.C: New test.
19482
19483 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
19484
19485         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
19486
19487 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
19488
19489         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
19490
19491 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
19492
19493         * g++.old-deja/g++.pt/error3.C: New test.
19494
19495 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
19496
19497         * g++.old-deja/g++.other/crash39.C: New test.
19498
19499 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
19500
19501         * g++.old-deja/g++.other/vbase4.C: New test.
19502
19503 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
19504
19505         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
19506         * gcc.dg/special/20000419-2.c: New file. Identical to above.
19507         * gcc.dg/special/special.exp: New test driver which will check
19508         for alias support for the above test.
19509
19510 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
19511
19512         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
19513         problems on small machines.
19514         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
19515         parameterize.
19516
19517 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
19518
19519         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
19520         mips.
19521         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
19522
19523 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
19524
19525         * g++.old_deja/g++.pt/using8.C: New test.
19526
19527 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
19528
19529         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
19530
19531 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
19532
19533         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
19534         where a failure is expected.
19535         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
19536
19537 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
19538
19539         * g++.old_deja/g++.pt/instantiate12.C: New test.
19540
19541 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
19542
19543         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
19544         start of structs.
19545         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
19546         * g++.old-deja/g++.brendan/crash17.C: Likewise.
19547         * g++.old-deja/g++.brendan/crash29.C: Likewise.
19548         * g++.old-deja/g++.brendan/crash48.C: Likewise.
19549         * g++.old-deja/g++.brendan/ns1.C: Likewise.
19550         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
19551         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
19552         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
19553         * g++.old-deja/g++.eh/spec6.C: Likewise.
19554         * g++.old-deja/g++.jason/crash3.C: Likewise.
19555         * g++.old-deja/g++.law/ctors11.C: Likewise.
19556         * g++.old-deja/g++.law/ctors17.C: Likewise.
19557         * g++.old-deja/g++.law/ctors5.C: Likewise.
19558         * g++.old-deja/g++.law/ctors9.C: Likewise.
19559         * g++.old-deja/g++.mike/ambig1.C: Likewise.
19560         * g++.old-deja/g++.mike/net22.C: Likewise.
19561         * g++.old-deja/g++.mike/p3538a.C: Likewise.
19562         * g++.old-deja/g++.mike/p3538b.C: Likewise.
19563         * g++.old-deja/g++.mike/virt3.C: Likewise.
19564         * g++.old-deja/g++.niklas/t128.C: Likewise.
19565         * g++.old-deja/g++.other/anon4.C: Likewise.
19566         * g++.old-deja/g++.other/using1.C: Likewise.
19567         * g++.old-deja/g++.other/warn3.C: Likewise.
19568         * g++.old-deja/g++.pt/t37.C: Likewise.
19569         * g++.old-deja/g++.robertl/eb69.C: Likewise.
19570         * g++.old-deja/g++.robertl/eb71.C: Likewise.
19571
19572 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
19573
19574         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
19575
19576 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19577
19578         * gcc.c-torture/execute/stdio-opt-3.c: New test.
19579
19580 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
19581
19582         * gcc.c-torture/compile/20010107-1.c: New test.
19583
19584 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
19585
19586         * gcc.c-torture/execute/builtin-noret-1.c: New test.
19587
19588 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
19589
19590         * gcc.dg/format/format.h: New file.
19591         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
19592         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
19593         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
19594         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
19595         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
19596         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
19597         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
19598         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
19599         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
19600         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
19601         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
19602         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
19603         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
19604         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
19605         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
19606         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
19607         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
19608         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
19609         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
19610         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
19611         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
19612         instead of declaring standard types, macros and functions in each
19613         test.
19614
19615 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
19616
19617         * gcc.c-torture/execute/20010106-1.c: New test.
19618
19619 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
19620
19621         * gcc.dg/format/format.exp: New file.
19622         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
19623         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
19624         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
19625         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
19626         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
19627         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
19628         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
19629         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
19630         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
19631         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
19632         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
19633         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
19634         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
19635         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
19636         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
19637         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
19638         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
19639         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
19640         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
19641         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
19642         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
19643         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
19644         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
19645         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
19646         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
19647         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
19648         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
19649         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
19650         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
19651         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
19652         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
19653         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
19654         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
19655         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
19656         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
19657         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
19658         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
19659         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
19660         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
19661         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
19662         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
19663         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
19664
19665 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
19666
19667         * gcc.c-torture/execute/991228-1.c: Take word endianness into
19668         account.
19669
19670 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
19671
19672         * gcc.c-torture/execute/builtin-complex-1.c: New test.
19673
19674 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
19675
19676         * g++.old-deja/g++.pt/crash62.C: New test.
19677
19678 2001-01-04  Richard Henderson  <rth@redhat.com>
19679
19680         * gcc.dg/20000926-1.c: Update expected warnings.
19681         * gcc.dg/array-2.c: Likewise.
19682         * gcc.dg/array-4.c: Also validate flexible array members.
19683         * gcc.dg/c99-flex-array-1.c: New.
19684
19685 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
19686
19687         * gcc.c-torture/compile/20001222-1.x: Remove.
19688
19689 2001-01-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
19690
19691         * gcc.c-torture/execute/built-in-setjmp.c: New.
19692
19693 2001-01-03  Richard Henderson  <rth@redhat.com>
19694
19695         * gcc.dg/940510-1.c: Update expected error wording.
19696         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
19697
19698 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
19699
19700         * lib/target-supports.exp (check_alias_available): Modified to
19701         indicate aliases not supported if only weak aliases are supported.
19702
19703 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19704
19705         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
19706         Turn on cmpstrsi checks for __pj__ and __i370__.
19707
19708 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
19709
19710         * g++.old-deja/g++.other/virtual11.C: New test.
19711
19712 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
19713
19714         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
19715
19716 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19717
19718         * gcc.c-torture/compile/20010102-1.c: New test.
19719
19720 2001-01-02  Andreas Jaeger  <aj@suse.de>
19721
19722         * gcc.dg/noreturn-3.c: New test.
19723
19724         * gcc.dg/noreturn-4.c: New test.
19725
19726 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19727
19728         * gcc.c-torture/execute/stdio-opt-1.c: Also test
19729         __builtin_fputc and __builtin_fwrite.
19730
19731 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
19732
19733         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
19734         signed char, not default char.
19735
19736 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
19737
19738         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
19739
19740 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
19741
19742         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
19743
19744 2000-12-29  Richard Henderson  <rth@redhat.com>
19745
19746         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
19747         (__cyg_profile_func_exit): Define.
19748
19749 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
19750
19751         * g++.dg/vtgc1.C: New test.
19752
19753 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
19754
19755         * gcc.dg/noncompile/20001228-1.c: New test.
19756
19757         * gcc.dg/20001228-1.c: New test.
19758
19759         * gcc.c-torture/execute/20001228-1.c: New test.
19760
19761 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
19762
19763         * gcc.dg/format-strfmon-1.c: New test.
19764
19765 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19766
19767         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
19768         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
19769         * gcc.c-torture/execute/string-opt-1.c: Likewise.
19770         * gcc.c-torture/execute/string-opt-2.c: Likewise.
19771         * gcc.c-torture/execute/string-opt-3.c: Likewise.
19772         * gcc.c-torture/execute/string-opt-4.c: Likewise.
19773         * gcc.c-torture/execute/string-opt-6.c: Likewise.
19774         * gcc.c-torture/execute/string-opt-7.c: Likewise.
19775         * gcc.c-torture/execute/string-opt-8.c: Likewise.
19776         * gcc.c-torture/execute/string-opt-9.c: Likewise.
19777         * gcc.c-torture/execute/string-opt-10.c: Likewise.
19778         * gcc.c-torture/execute/string-opt-11.c: Likewise.
19779         * gcc.c-torture/execute/string-opt-12.c: Likewise.
19780
19781         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
19782         * gcc.c-torture/execute/string-opt-4.c: Test index.
19783
19784 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
19785
19786         * gcc.c-torture/compile/20001226-1.c: New test.
19787
19788 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
19789
19790         * gcc.c-torture/compile/20001222-1.c: New test.
19791         * gcc.c-torture/compile/20001222-1.x: Xfail.
19792
19793 2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
19794
19795         * gcc.c-torture/execute/comp-goto-2.c: New test.
19796
19797 2000-12-21  J"orn Rennecke <amylaar@redhat.com>
19798
19799         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
19800         Use long types if __INT_MAX__ is 32767.
19801         (main): Use cast to (sint32 *) when poking 88 into a_page.
19802
19803         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
19804
19805 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
19806
19807         * gcc.c-torture/compile/20001221-1.c: New test.
19808         * gcc.c-torture/execute/20001221-1.c: New test.
19809
19810 2000-12-20  Richard Henderson  <rth@redhat.com>
19811
19812         * g++.old-deja/g++.pt/crash36.C: Update error lines.
19813         * g++.old-deja/g++.robertl/eb109.C: Likewise.
19814
19815 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19816
19817         * gcc.dg/compare3.c: New test.
19818
19819 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
19820
19821         * gcc.dg/format-warnll-1.c: New test.
19822
19823 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
19824
19825         * gcc.dg/cpp/cmdlne-P.c: New test.
19826
19827 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
19828
19829         * gcc.c-torture/execute/builtin-abs-1.c,
19830         gcc.c-torture/execute/builtin-abs-2.c: New tests.
19831
19832 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
19833
19834         * gcc.dg/cpp/multiline.c: New test.
19835
19836 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
19837
19838         * g++.old-deja/g++.other/syshdr1.C: Update.
19839         * gcc.dg/cpp/lineflags.c: Remove temporarily.
19840
19841 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19842
19843         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
19844
19845 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19846
19847         * g++.old-deja/g++.pt/ttp65.C: New test.
19848
19849 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19850
19851         * g++.old-deja/g++.pt/ttp64.C: New test.
19852
19853 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19854
19855         * g++.old-deja/g++.pt/spec33.C: New test.
19856
19857 2000-12-14  Catherine Moore  <clm@redhat.com>
19858
19859         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
19860         * gcc.c-torture/execute/920612-2.c: Likewise.
19861         * gcc.c-torture/execute/920428-2.c: Likewise.
19862         * gcc-c-torture/execute/va-arg-11.c: Call exit.
19863         * gcc.c-torture/execute/va-arg-21.c: Likewise.
19864
19865 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19866
19867         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
19868         * gcc.dg/pack-test-2.c: Likewise.
19869
19870 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
19871
19872         Tests by Zack Weinberg <zackw@stanford.edu>.
19873
19874         * gcc.dg/cpp/defined.c: Update.
19875         * gcc.dg/cpp/defined_trad.c: New tests.
19876
19877 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
19878
19879         * gcc.dg/cpp/trad-direct.c: Update.
19880
19881 2000-12-11  Neil Booth  <neilb@earthling.net>
19882
19883         * gcc.dg/cpp/defined_trad.c
19884
19885 2000-12-11  Neil Booth  <neilb@earthling.net>
19886
19887         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
19888
19889 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
19890
19891         * gcc.dg/format-miss-2.c: New test.
19892
19893 2000-12-09  Neil Booth  <neilb@earthling.net>
19894
19895         * gcc.dg/cpp/lineflags.c: New tests.
19896         * gcc.dg/cpp/poison.c: Update.
19897         * gcc.dg/cpp/redef2.c: Update.
19898         * gcc.dg/cpp/skipping.c: New test.
19899
19900 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
19901
19902         * g++.old-deja/g++.other/eh3.C: New testcase.
19903
19904 2000-12-07  Neil Booth  <neilb@earthling.net>
19905
19906         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
19907         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
19908         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
19909         wtr-union-init-2.c, wtr-union-init-3.c: Update.
19910         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
19911         Update.
19912
19913 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
19914
19915         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
19916         __SIZE_TYPE__ instead of int for type of integers cast to
19917         pointers.
19918
19919 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
19920
19921         * g++.old-deja/g++.other/cleanup4.C: New test.
19922
19923 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
19924
19925         * format-sec-1.c: New test.
19926
19927 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
19928
19929         * gcc.dg/format-nonlit-3.c: New test.
19930
19931 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
19932
19933         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
19934         through a null pointer.
19935
19936 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19937
19938         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
19939         * g++.old-deja/g++.pt/partial4.C: New test.
19940
19941 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
19942
19943         * gcc.c-torture/execute/ieee/hugeval.x: New.
19944
19945 2000-12-06  Neil Booth  <neilb@earthling.net>
19946
19947         * gcc.dg/cpp/backslash2.c: New tests.
19948
19949 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19950
19951         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
19952         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
19953
19954 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
19955
19956         * gcc.c-torture/execute/20001203-2.c: New testcase.
19957
19958 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
19959
19960         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
19961         * g++.old-deja/g++.other/virtual10.C: New test.
19962
19963 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
19964
19965         * g++.old-deja/g++.mike/pmf5.C: Remove test.
19966
19967 2000-12-05  Richard Henderson  <rth@redhat.com>
19968
19969         * gcc.c-torture/compile/20001205-1.c: New.
19970
19971 2000-12-04  Neil Booth  <neilb@earthling.net>
19972
19973         * g++.old-deja/g++.other/virtual9.C: New test.
19974         * g++.old-deja/g++.pt/crash61.C: New test.
19975         * gcc.c-torture/execute/loop-9.c: New test.
19976
19977 2000-12-04  Neil Booth  <neilb@earthling.net>
19978
19979         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
19980         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
19981         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
19982         * gcc.dg/cpp/extratokens.c: ...here.
19983
19984 2000-12-04  Neil Booth  <neilb@earthling.net>
19985
19986         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
19987         New tests.
19988
19989 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19990
19991         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
19992         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
19993
19994 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
19995
19996         * gcc.c-torture/execute/20001203-1.c: New test.
19997
19998 2000-12-03  Neil Booth  <neilb@earthling.net>
19999
20000         * gcc.dg/cpp/macro6.c: New test cases.
20001
20002 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20003
20004         * gcc.c-torture/execute/string-opt-9.c: New test.
20005         * gcc.c-torture/execute/string-opt-10.c: Likewise.
20006         * gcc.c-torture/execute/string-opt-11.c: Likewise.
20007         * gcc.c-torture/execute/string-opt-12.c: Likewise.
20008
20009         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
20010         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
20011
20012 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
20013
20014         * gcc.dg/cpp/if-6.c: New testcase.
20015
20016         * gcc.dg/20001201-1.c: New testcase.
20017
20018 2000-12-02  Neil Booth  <neilb@earthling.net>
20019
20020         * g++.old-deja/g++.other/externC4.C,
20021         g++.old-deja/g++.other/friend10.C: New tests.
20022
20023 2000-12-02  Neil Booth  <neilb@earthling.net>
20024
20025         * g++.old-deja/g++.other/instan2.C
20026         * g++.old-deja/g++.other/instan3.C: New test.
20027
20028 2000-12-02  Neil Booth  <neilb@earthling.net>
20029
20030         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
20031         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
20032         gnuc99.c,gnuc99-pedantic.c: New tests.
20033
20034 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
20035
20036         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
20037         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
20038
20039 2000-12-01  Neil Booth  <neilb@earthling.net>
20040
20041         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
20042         * gcc.dg/cpp/poison.c: Update.
20043         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
20044
20045 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
20046
20047         * g77.f-torture/execute/20001201.f: New test.
20048
20049 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
20050
20051         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
20052
20053 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
20054
20055         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
20056
20057 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
20058
20059         * g++.old-deja/g++.other/cast6.C: New test.
20060
20061 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
20062
20063         * gcc.c-torture/execute/20001130-2.c: New testcase.
20064
20065 2000-11-30  Richard Henderson  <rth@redhat.com>
20066
20067         * gcc.c-torture/execute/20001130-1.c: New test.
20068
20069 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
20070
20071         * g++.old-deja/g++.other/op3.C: New test.
20072
20073 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
20074
20075         * g++.old-deja/g++.other/op2.C: New test.
20076
20077 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
20078
20079         * g++.old-deja/g++.other/crash38.C: New test.
20080
20081 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
20082
20083         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
20084
20085 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
20086
20087         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
20088         tests.
20089         * gcc.c-torture/execute/string-opt-6.c: New test.
20090
20091         * gcc.dg/20001117-1.c: Add main.
20092
20093 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
20094
20095         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
20096         Move from here ...
20097         * gcc.dg/940510-1.c: ... to here.
20098
20099         * gcc.dg/20000926-1.c: GNU C now allows initializations of
20100         zero-size arrays in toplevel structures.
20101
20102 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
20103
20104         * gcc.c-torture/execute/loop-8.c: New test.
20105
20106 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
20107
20108         * g++.old-deja/g++.other/base1.C: New test.
20109
20110 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
20111
20112         * g++.old-deja/g++.other/parse2.C: New test.
20113
20114 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
20115
20116         * g++.old-deja/g++.pt/incomplete1.C: New test.
20117
20118 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
20119
20120         * g++.old-deja/g++.other/friend9.C: New test.
20121
20122 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
20123
20124         * gcc.dg/20001127-1.c: New test.
20125
20126 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
20127
20128         * g++.old-deja/g++.pt/friend46.C: New test.
20129
20130 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
20131
20132         * g++.old-deja/g++.other/ptrmem8.C: New test.
20133
20134 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20135
20136         * gcc.c-torture/execute/string-opt-7.c: New test.
20137         * gcc.c-torture/execute/string-opt-8.c: Likewise.
20138
20139 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
20140
20141         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
20142         instead of 'mkcheck 2'.
20143
20144 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
20145
20146         * gcc.c-torture/execute/memcheck/driver.c,
20147         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
20148         C9X references to refer to C99.
20149
20150 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
20151
20152         * gcc.dg/ultrasp3.c: New test.
20153
20154 2000-11-25  Neil Booth  <neilb@earthling.net>
20155
20156         * gcc.dg/cpp/include2.c: Update test to be locale independent.
20157
20158 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
20159
20160         * gcc.c-torture/compile/20001123-2.c: New.
20161
20162 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
20163
20164         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
20165
20166 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
20167
20168         * gcc.dg/sequence-point-1.c: Add some new tests.
20169         * gcc.c-torture/execute/20001124-1.c: New test.
20170
20171 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
20172
20173         * g++.old-deja/g++.other/vaarg4.C: New test.
20174         * gcc.c-torture/compile/20001123-1.c: New test.
20175
20176 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
20177
20178         * g++.other/crash24.C: Adjust and remove XFAIL.
20179         * g++.other/crash37.C: New test.
20180
20181 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
20182
20183         * g++.old-deja/g++.pt/instantiate9.C: New test.
20184
20185 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
20186
20187         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
20188         new ABI, too.
20189
20190         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
20191         * g++.old-deja/g++.robertl/eb55.C: Likewise.
20192
20193 2000-11-22  Neil Booth  <neilb@earthling.net>
20194
20195         * gcc.dg/cpp/Wtrigraphs.c: New test.
20196
20197 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
20198
20199         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
20200
20201 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
20202
20203         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
20204
20205 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
20206
20207         * lib/gcc-dg.exp: load_lib scanasm.exp.
20208         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
20209         * lib/g++-dg.exp: load_lib scanasm.exp.
20210         * lib/scanasm.exp: New.
20211         (scan-assembler, scan-assembler-not): Add optional arguments to
20212         test name, or if not present, the pattern name.
20213         (scan-assembler-dem, scan-assembler-dem-not): New.
20214
20215         * g++.dg/dg.exp: New.
20216
20217 2000-11-21  Neil Booth  <neilb@earthling.net>
20218
20219         * gcc.dg/cpp/integrated1.c: Remove.
20220
20221 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
20222
20223         * gcc.c-torture/execute/20001121-1.c: New test.
20224
20225 2000-11-21  Richard Henderson  <rth@redhat.com>
20226
20227         * gcc.c-torture/compile/20001121-1.c: New test.
20228
20229 2000-11-20  Neil Booth  <neilb@earthling.net>
20230
20231         * gcc.dg/cpp/integrated1.c: New test.
20232
20233 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
20234
20235         * g++.old-deja/g++.other/inline17.C: New test.
20236
20237 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
20238
20239         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
20240         local variable to be zero: I made the variable global. Now
20241         uses abort() and exit() instead of relying on main's return value.
20242
20243 2000-11-20  Neil Booth  <neilb@earthling.net>
20244
20245         * gcc.dg/cpp/paste2.c: Update test.
20246         * objc/execute/paste.m: New test.
20247
20248 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
20249
20250         * gcc.dg/c99-condexpr-1.c: New test.
20251
20252 2000-11-20  Neil Booth  <neilb@earthling.net>
20253
20254         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
20255
20256 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
20257
20258         * g++.old-deja/g++.pt/export1.C: New test.
20259
20260 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
20261
20262         * gcc.dg/20001117-1.c: New test.
20263
20264 2000-11-18  Richard Henderson  <rth@redhat.com>
20265
20266         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
20267
20268 2000-11-18  Richard Henderson  <rth@redhat.com>
20269
20270         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
20271         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
20272         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
20273
20274 2000-11-18  Richard Henderson  <rth@redhat.com>
20275
20276         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
20277         (main): New.  Exit cleanly.
20278
20279 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
20280
20281         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
20282         gcc.dg/c99-fordecl-2.c: New tests.
20283
20284 2000-11-18  Richard Henderson  <rth@redhat.com>
20285
20286         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
20287         * gcc.c-torture/execute/zerolen-2.c: New.
20288
20289 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
20290
20291         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
20292         memory.
20293
20294 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
20295
20296         * g++.old-deja/g++.pt/instantiate8.C: New test.
20297
20298 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
20299
20300         * g++.old-deja/g++.other/incomplete.C: Add more tests.
20301         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
20302
20303 2000-11-16  Nick Clifton  <nickc@redhat.com>
20304
20305         * gcc.c-torture/execute/nestfunc-2.c: New test.
20306         * gcc.c-torture/execute/nestfunc-3.c: New test.
20307
20308 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
20309
20310         * gcc.c-torture/compile/20001116-1.c: New test.
20311
20312 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
20313
20314         * gcc.c-torture/execute/20001115-1.c: New test.
20315
20316 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
20317
20318         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
20319         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
20320         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
20321         * g++.old-deja/g++.abi/vmihint.C: Likewise.
20322
20323 2000-11-15  Neil Booth  <neilb@earthling.net>
20324
20325         gcc.dg/cpp/_Pragma1.c: Update.
20326         gcc.dg/cpp/_Pragma2.c: New test.
20327
20328 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
20329
20330         * g++.old-deja/g++.other/anon5.C: New test.
20331
20332 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
20333
20334         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
20335         tests.
20336
20337 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
20338
20339         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
20340         output.
20341
20342 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
20343
20344         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
20345         labels at end of compound statements.
20346
20347 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
20348
20349         * gcc.c-torture/execute/loop-7.c: New test.
20350
20351 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
20352
20353         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
20354
20355 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
20356
20357         * gcc.dg/c99-bool-1.c: New test.
20358
20359 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
20360
20361         * gcc.dg/c99-scope-1.c: Remove xfail.
20362         * gcc.dg/c99-scope-2.c: New test.
20363
20364 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20365
20366         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
20367         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
20368
20369 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
20370
20371         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
20372         error messages.
20373
20374         * g++.mike/p700.C: Don't typedef wchar_t.
20375         * g++.mike/p784.C: Likewise.
20376         * g++.mike/eb101.C: Don't use __wchar_t.
20377
20378 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
20379
20380         * g77.f-torture/execute/20001111.[fx]: Test premature exit
20381         from DO loop.
20382
20383 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
20384
20385         * gcc.c-torture/execute/20001111-1.c: New test.
20386
20387 2000-11-10  Nick Clifton  <nickc@redhat.com>
20388
20389         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
20390         long multuiple and accumulate.
20391
20392 2000-11-09  Richard Henderson  <rth@redhat.com>
20393
20394         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
20395         via size_t instead of int.
20396
20397         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
20398         * gcc.c-torture/execute/string-opt-2.c: Likewise.
20399         * gcc.c-torture/execute/string-opt-3.c: Likewise.
20400         * gcc.c-torture/execute/string-opt-4.c: Likewise.
20401
20402 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
20403
20404         * gcc.c-torture/compile/20001109-1.c: New test.
20405         * gcc.c-torture/compile/20001109-2.c: New test.
20406
20407 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
20408
20409         * g++.old-deja/g++.pt/operator1.C: New test.
20410         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
20411
20412 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
20413
20414         * gcc.dg/20001108-1.c: New test.
20415
20416 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
20417
20418         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
20419         with both arguments constant strings.
20420         * gcc.c-torture/execute/string-opt-3.c: New test.
20421         * gcc.c-torture/execute/string-opt-4.c: New test.
20422         * gcc.c-torture/execute/string-opt-5.c: New test.
20423
20424 2000-11-08  Nick Clifton  <nickc@redhat.com>
20425
20426         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
20427         mulsidi3adddi patterns.
20428
20429 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
20430
20431         * g++.old-deja/g++.other/crash36.C: New test.
20432
20433 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
20434
20435         * g++.old-deja/g++.other/init16.C: New test.
20436
20437 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
20438
20439         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
20440
20441 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
20442
20443         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
20444         * gcc.c-torture/execute/va-arg-16.x: Likewise.
20445         * gcc.c-torture/execute/va-arg-17.x: Likewise.
20446
20447 2000-11-07  DJ Delorie  <dj@redhat.com>
20448
20449         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
20450
20451 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20452
20453         * gcc.c-torture/execute/string-opt-1.c: New test.
20454
20455 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
20456
20457         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
20458         mips-sgi-irix6.* because the MIPS ABI passes floating-point
20459         parameters in registers, and there is no way for a varargs
20460         function to know in which order the integer and floating-point
20461         parameters should be interleaved when they are placed on the
20462         stack.
20463         * gcc.c-torture/execute/va-arg-16.x: Likewise.
20464         * gcc.c-torture/execute/va-arg-17.x: Likewise.
20465
20466 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20467
20468         * gcc.c-torture/execute/string-opt-2.c: New test.
20469
20470 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
20471
20472         * g++.old-deja/g++.pt/crash60.C: New test.
20473
20474 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
20475
20476         * g++.old-deja/g++.other/crash24.C: New test.
20477         * g++.old-deja/g++.other/crash25.C: New test.
20478         * g++.old-deja/g++.other/crash26.C: New test.
20479         * g++.old-deja/g++.other/crash27.C: New test.
20480         * g++.old-deja/g++.other/crash28.C: New test.
20481         * g++.old-deja/g++.other/crash29.C: New test.
20482         * g++.old-deja/g++.other/crash30.C: New test.
20483         * g++.old-deja/g++.other/crash31.C: New test.
20484         * g++.old-deja/g++.other/crash32.C: New test.
20485         * g++.old-deja/g++.other/crash33.C: New test.
20486         * g++.old-deja/g++.other/crash34.C: New test.
20487         * g++.old-deja/g++.other/crash35.C: New test.
20488
20489 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
20490
20491         * gcc.c-torture/execute/20001031-1.c: New test.
20492
20493 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
20494
20495         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
20496         namespace.
20497
20498         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
20499         standards-conformant.
20500
20501         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
20502
20503         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
20504         * g++.old-deja/g++.mike/p755a.C: Likewise.
20505         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
20506         library makes no calls to `operator new' during initialization.
20507
20508 2000-11-04  Neil Booth  <neilb@earthling.net>
20509
20510         * gcc.dg/cpp/include2.c: New tests.
20511
20512 2000-11-03  Mark P Mitchell  <mark@codesourcery.com>
20513
20514         * lib/g++.exp (g++_set_ld_library_path): New function.
20515         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
20516
20517 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
20518
20519         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
20520         warnings.
20521
20522 2000-11-01  Richard Henderson  <rth@redhat.com>
20523
20524         * g++.old-deja/g++.ext/namedret1.C: New.
20525         * g++.old-deja/g++.ext/namedret2.C: New.
20526         * g++.old-deja/g++.ext/namedret3.C: New.
20527
20528 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
20529
20530         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
20531         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
20532
20533 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20534
20535         * gcc.c-torture/execute/va-arg-21.c: New test.
20536
20537 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
20538
20539         * gcc.dg/c99-complex-2.c: New test.
20540
20541 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20542
20543         * gcc.c-torture/execute/stdio-opt-1.c: New test.
20544
20545 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
20546
20547         * g++.old-deja/g++.other/inline16.C: New test.
20548
20549 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
20550
20551         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
20552         __PRETTY_FUNCTION__
20553
20554 2000-10-29  Neil Booth  <neilb@earthling.net>
20555
20556         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
20557         New tests.
20558         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
20559         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
20560         optimisation.
20561
20562 2000-10-29  Neil Booth  <neilb@earthling.net>
20563
20564         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
20565         * mi1.c, mi1c.h: Add null directives to multiple-include test.
20566         * mi5.c: Test multiple includes work with -C.
20567         * trigraphs.c: Test ^= version.
20568
20569 2000-10-28  Neil Booth  <neilb@earthling.net>
20570
20571         New tests and test updates for new macro expander.
20572
20573         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
20574         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
20575         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
20576         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
20577         new diagnostic messages.
20578
20579         * gcc.dg/cpp/macro3.c: New tests.
20580
20581 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
20582
20583         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
20584         on the same line.
20585
20586 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
20587
20588         * g++.old-deja/g++.other/eh2.C: New test.
20589
20590 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
20591
20592         * gcc.c-torture/execute/20001027-1.c: New test.
20593
20594 2000-10-26  Richard Henderson  <rth@redhat.com>
20595
20596         * gcc.c-torture/execute/20001026-1.c: New.
20597
20598 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
20599
20600         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
20601         * g++.old-deja/g++.law/builtin1.C: Likewise.
20602         * g++.old-deja/g++.law/ctors10.C: Likewise.
20603         * g++.old-deja/g++.law/virtual3.C: Likewise.
20604         * g++.old-deja/g++.mike/p658.C: Likewise.
20605         * g++.old-deja/g++.other/sibcall1.C: Likewise.
20606         * g++.old-deja/g++.other/vaarg2.C: Likewise.
20607         * g++.old-deja/g++.robertl/eb124.C: Likewise.
20608         * g++.old-deja/g++.robertl/eb44.C: Likewise.
20609         * g++.old-deja/g++.robertl/eb77.C: Likewise.
20610
20611 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
20612
20613         * gcc.c-torture/compile/20001024-1.c: New test.
20614
20615 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
20616
20617         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
20618         to tell us whether or not we are using V3.
20619
20620 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
20621
20622         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
20623         operands.
20624
20625 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
20626
20627         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
20628
20629 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
20630
20631         * gcc.c-torture/execute/20001024-1.c: New test.
20632
20633 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
20634
20635         * g++.old-deja/g++.other/sibcall1.C: New test.
20636
20637 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
20638
20639         * gcc.dg/noncompile/init-3.c: New test.
20640
20641 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
20642
20643         * gcc.dg/format-array-1.c: New test.
20644
20645 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
20646
20647         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
20648         writing through null pointers; remove comment about testing
20649         unterminated strings.
20650
20651 2000-10-17  Matthew Hiller  <hiller@redhat.com>
20652
20653         * gcc.c-torture/execute/20001017-2.c: New test.
20654
20655 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
20656
20657         * gcc.c-torture/compile/20001018-1.c: New test.
20658         * gcc.c-torture/compile/20001018-1.x: Xfail.
20659
20660 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
20661
20662         * gcc.c-torture/execute/20001017-1.c: New test.
20663
20664 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
20665
20666         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
20667         for multiple use of arguments with scanf formats; add tests for
20668         multiple use of arguments.
20669
20670 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
20671
20672         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
20673
20674 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
20675
20676         * gcc.dg/format-miss-1.c: New test.
20677
20678 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
20679
20680         * gcc.c-torture/execute/20001013-1.c: New test.
20681
20682 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
20683
20684         * gcc.dg/format-branch-1.c: New test.
20685
20686 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
20687
20688         * README, lib/file-format.exp: Remove EGCS references.
20689
20690 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
20691
20692         * gcc.dg/20001013-1.c: New test.
20693
20694 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
20695
20696         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
20697         for intmax_t in the compiler using __typeof__ and the type rules
20698         for conditional expressions.
20699
20700 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
20701
20702         * gcc.dg/20001012-1.c: New test.
20703         * gcc.dg/20001012-2.c: New test.
20704
20705 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
20706
20707         * gcc.dg/format-attr-1.c: New test.
20708
20709 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
20710
20711         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
20712         __LONG_LONG_MAX__ instead of LLONG_MAX.
20713
20714 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
20715
20716         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
20717         scanf flags.
20718         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
20719         flags.
20720
20721 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
20722
20723         * gcc.dg/sequence-pt-1.c: New test.
20724
20725 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
20726
20727         * gcc.c-torture/execute/20001011-1.c: New testcase.
20728         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
20729
20730 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
20731
20732         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
20733         does not error on it.
20734
20735 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
20736
20737         * gcc.dg/20001009-1.c: New test.
20738
20739 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
20740
20741         * gcc.c-torture/compile/20001009-1.c: Move from here ....
20742         * gcc.c-torture/execute/20001009-2.c: ... to here.
20743
20744 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
20745
20746         * gcc.c-torture/compile/20001009-1.c: New testcase.
20747         * gcc.c-torture/execute/20001009-1.c: New testcase.
20748         Testcases provided by Jan Hubicka <jh@suse.cz>.
20749
20750 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
20751
20752         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
20753         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
20754         uintmax_t using <limits.h> to emulate the compiler's internal
20755         logic.  No longer XFAIL %j tests.
20756
20757 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
20758
20759         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
20760         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
20761         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
20762         regexps and details of expected handling of some bad formats.
20763         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
20764         suppression.
20765
20766 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
20767
20768         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
20769         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
20770         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
20771         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
20772         in list archives.
20773
20774 2000-10-06  Richard Henderson  <rth@cygnus.com>
20775
20776         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
20777         * g++.old-deja/g++.brendan/crash52.C: Likewise.
20778         * g++.old-deja/g++.jason/report.C: Likewise.
20779         * g++.old-deja/g++.law/friend5.C: Likewise.
20780         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
20781         of the expected warnings.
20782
20783 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
20784
20785         * g++.old-deja/g++.pt/enum14.C: New test.
20786
20787 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
20788
20789         * g++.old-deja/g++.pt/crash59.C: New test.
20790
20791 2000-10-04  Will Cohen  <wcohen@redhat.com>
20792
20793         * gcc.dg/20000926-1.c: New test.
20794
20795 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
20796
20797         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
20798         function name for current C++ compiler.
20799         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
20800
20801 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
20802
20803         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
20804         __PRETTY_FUNCTION__.
20805         * g++.old-deja/g++.ext/pretty2.C: Likewise.
20806
20807 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20808
20809         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
20810
20811 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
20812
20813         * gcc.c-torture/compile/20000923-1.c: New test.
20814
20815 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
20816
20817         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
20818         * g++.old-deja/g++.pt/ttp62.C: Same.
20819         * g++.old-deja/g++.other/inline14.C: Same.
20820
20821 2000-09-24  Richard Henderson  <rth@cygnus.com>
20822
20823         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
20824
20825 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
20826
20827         * gcc.dg/c90-printf-1.c: Add test for wide string format.
20828
20829 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
20830
20831         * gcc.c-torture/compile/20000922-1.c: New file.
20832
20833 2000-09-21  Nick Clifton  <nickc@redhat.com>
20834
20835         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
20836         a signed long modulo operation.
20837         (mod6): New function - perform an unsigned long modulo operation.
20838         (main): Add tests for modulos of very large numbers by very small
20839         dividends.
20840
20841 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20842
20843         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
20844
20845 2000-09-19  Richard Henderson  <rth@cygnus.com>
20846
20847         * gcc.dg/compare2.c (case 10): XFAIL.
20848
20849 2000-09-18  Richard Henderson  <rth@cygnus.com>
20850
20851         * gcc.c-torture/execute/20000906-1.c: Move ...
20852         * gcc.dg/20000906-1.c: ... here.  Only run on targets
20853         that support __builtin_trap.
20854
20855 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
20856
20857         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
20858
20859 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
20860
20861         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
20862         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
20863         more $ format tests.
20864
20865 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
20866
20867         * gcc.dg/format-errmk-1.c: New test.
20868
20869 2000-09-17  Greg McGary  <greg@mcgary.org>
20870
20871         * gcc.c-torture/execute/20000917-1.x: Remove.
20872
20873 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
20874
20875         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
20876
20877 2000-09-17  Greg McGary  <greg@mcgary.org>
20878
20879         * gcc.c-torture/execute/20000917-1.c: New test.
20880         * gcc.c-torture/execute/20000917-1.x: XFAIL.
20881
20882 2000-09-16  Neil Booth  <NeilB@earthling.net>
20883
20884         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
20885         in nested macro bug.
20886
20887 2000-09-15  Neil Booth  <NeilB@earthling.net>
20888
20889         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
20890
20891 2000-09-14  Jeffrey A Law  (law@cygnus.com)
20892
20893         * gcc.c-torture/execute/20000914-1.c: New test.
20894
20895 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
20896
20897         * g++.other/inline13.C: New test.
20898
20899 2000-09-12  Andreas Jaeger  <aj@suse.de>
20900
20901         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
20902         constant by Ulrich Drepper <drepper@redhat.com>.
20903
20904 2000-09-12  J"orn Rennecke <amylaar@redhat.co.uk>
20905
20906         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
20907
20908 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20909
20910         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
20911
20912 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
20913
20914         * gcc.dg/cpp/backslash.c: New test.
20915
20916 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
20917
20918         * gcc.c-torture/execute/20000910-1.c: New test.
20919         * gcc.c-torture/execute/20000910-2.c: Likewise.
20920
20921 2000-09-11  Robert Lipe  <robertl@sco.com>
20922
20923         * gcc.dg/pragma-align.c: New test.
20924
20925 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
20926
20927         * g++.old-deja/g++.pt/explicit82.C: New test.
20928         * g++.old-deja/g++.pt/explicit83.C: New test.
20929
20930 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
20931
20932         * gcc.dg/asm-names.c: New test.
20933
20934 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20935
20936         * gcc.dg/cpp/tr-warn6.c: New test
20937
20938 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
20939
20940         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
20941         be accepted.
20942
20943 2000-09-07  Catherine Moore  <clm@redhat.com>
20944
20945         * gcc.c-torture/execute/unroll-1.c: New test.
20946
20947 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
20948
20949         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
20950         ERROR markers.
20951         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
20952         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
20953         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
20954         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
20955         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
20956         Preprocess only.
20957         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
20958         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
20959
20960 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
20961
20962         * g++.old-deja/g++.pt/deduct2.C: New test.
20963
20964 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
20965
20966         * g++.old-deja/g++.pt/parms2.C: New test.
20967
20968 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
20969
20970         * g++.old-deja/g++.pt/crash58.C: New test.
20971
20972 2000-09-06  Greg McGary  <greg@mcgary.org>
20973
20974         * gcc.c-torture/execute/20000906-1.c: New test.
20975         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
20976
20977 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20978
20979         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
20980
20981 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
20982
20983         * g++.old-deja/g++.pt/crash57.C: New test.
20984
20985 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
20986
20987         * g++.old-deja/g++.pt/crash56.C: New test.
20988
20989 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
20990
20991         * g++.old-deja/g++.pt/koenig1.C: New test.
20992
20993 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
20994
20995         * gcc.dg/20000904-1.c: New test.
20996
20997 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
20998
20999         * gcc.dg/cpp/paste8.c: New test.
21000
21001 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
21002
21003         * gcc.c-torture/compile/20000827-1.c: New test.
21004
21005 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
21006
21007         * gcc.dg/format-diag-1.c: New test.
21008
21009 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
21010
21011         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
21012         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
21013         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
21014         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
21015         gcc.dg/formatz-1.c: Adjust warning regular expressions.
21016
21017 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
21018
21019         * g++.old-deja/g++.other/nested4.C: New test.
21020
21021 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
21022
21023         * g++.old-deja/g++.ns/scoped1.C: New test.
21024
21025 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
21026
21027         * lib/g++.exp: Support testing already-installed GCC.
21028
21029 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21030
21031         * wtr-label-1.c, wtr-suffix-1.c: New tests.
21032
21033 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21034
21035         * gcc.dg/return-type-2.c: New test.
21036
21037 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
21038
21039         * gcc.c-torture/compile/20000825-1.c: New test.
21040
21041 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
21042
21043         * gcc.dg/dwarf2-2.c: New test.
21044
21045 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
21046
21047         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
21048         dg-warning regexps.
21049
21050 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
21051
21052         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
21053         gcc.dg/format-ext-5.c: New tests.
21054
21055 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
21056
21057         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
21058
21059 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
21060
21061         * gcc.dg/noncompile/930622-2.c: Adjust error message.
21062
21063 2000-08-24  Richard Henderson  <rth@cygnus.com>
21064
21065         * gcc.dg/ia64-sync-1.c: New test.
21066         * gcc.dg/ia64-sync-2.c: New test.
21067         * gcc.dg/ia64-asm-1.c: New test.
21068
21069 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
21070
21071         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
21072         * gcc.dg/format-ext-2.c: New test.
21073
21074 2000-08-23  Jason Merrill  <jason@redhat.com>
21075
21076         * lib/old-dejagnu.exp: Also ignore "In member function" and
21077         "At global scope".
21078
21079 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21080
21081         * gcc.dg/noncompile/label-lineno-1.c: New test.
21082
21083 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
21084
21085         * gcc.dg/c99-array-nonobj-1.c: New test.
21086
21087 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
21088
21089         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
21090         tests.
21091         * gcc.dg/format-ext-1.c: New test.
21092
21093 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21094
21095         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
21096         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
21097         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
21098         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
21099         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
21100
21101 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
21102
21103         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
21104         gcc.dg/c99-strftime-2.c: New tests.
21105
21106 2000-08-22  Richard Henderson  <rth@cygnus.com>
21107
21108         * gcc.c-torture/execute/20000822-1.c: New test.
21109
21110 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
21111
21112         * gcc.c-torture/execute/20000819-1.x: Remove.
21113
21114 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
21115
21116         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
21117         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
21118         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
21119         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
21120         gcc.dg/format-xopen-1.c: New tests.
21121
21122 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
21123
21124         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
21125
21126 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
21127
21128         * g++.old-deja/g++.other/loop2.C: New test.
21129
21130         * gcc.c-torture/compile/20000606-1.c: New test.
21131         * gcc.c-torture/compile/20000728-1.c: New test.
21132         * gcc.c-torture/execute/20000801-1.c: New test.
21133         * gcc.c-torture/execute/20000801-2.c: New test.
21134         * gcc.c-torture/execute/20000819-1.c: New test.
21135         * gcc.c-torture/execute/20000819-1.x: XFAIL.
21136         * gcc.dg/20000629-1.c: New test.
21137         * gcc.dg/20000724-1.c: New test.
21138         * gcc.dg/20000807-1.c: New test.
21139
21140 2000-08-20 Dennis Chernoivanov <cdi@sparc.spb.su>
21141
21142         * gcc.dg/cpp/pragma-1.c: New test.
21143         * gcc.dg/cpp/pragma-2.c: New test.
21144
21145 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
21146
21147         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
21148         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
21149
21150 2000-08-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
21151
21152         * gcc.c-torture/compile/20000818-1.c: New test.
21153
21154 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
21155
21156         * gcc.c-torture/execute/20000818-1.c: New test.
21157
21158 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
21159
21160         * gcc.dg/format-va-1.c: New test.
21161
21162 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
21163
21164         * g++.old-deja/g++.other/typedef8.C: New test.
21165
21166 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
21167
21168         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
21169         * g++.old-deja/g++.mike/net36.C: Mark candidate.
21170         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
21171         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
21172         * g++.old-deja/g++.other/ptrmem7.C: New test.
21173         * g++.old-deja/g++.pt/ptrmem10.C: New test.
21174
21175 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
21176
21177         * g++.old-deja/g++.pt/typename27.C: New test.
21178
21179 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
21180
21181         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
21182         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
21183         * g++.old-deja/g++.pt/friend45.C: New test.
21184         * g++.old-deja/g++.other/friend8.C: New test.
21185
21186 2000-08-15  Richard Henderson  <rth@cygnus.com>
21187
21188         * gcc.c-torture/execute/20000815-1.c: New test.
21189
21190 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
21191
21192         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
21193         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
21194         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
21195
21196 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
21197
21198         * g++.old-deja/g++.other/refinit2.C: New test.
21199
21200 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
21201
21202         * lib/c-torture.exp (c-torture): Make
21203         compiler_conditional_xfail_data global.
21204         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
21205         compiler_conditional_xfail_data machinery.
21206         (f-torture-execute): Likewise.
21207         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
21208         and only when unrolling loops.
21209
21210         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
21211
21212 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
21213
21214         * g++.old-deja/g++.pt/explicit81.C: New test.
21215
21216 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
21217
21218         * g++.old-deja/g++.pt/typename26.C: New test.
21219
21220 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
21221
21222         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
21223         warning.
21224
21225 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
21226
21227         * g++.old-deja/g++.other/array3.C: New test.
21228
21229 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
21230
21231         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
21232         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
21233         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
21234         New tests.
21235
21236 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
21237
21238         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
21239         * g++.old-deja/g++.abi/vmihint.C: Likewise.
21240
21241 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
21242
21243         * gcc.c-torture/execute/20000808-1.c: New test.
21244
21245 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
21246
21247         * gcc.dg/c90-const-expr-1.c: New test.
21248
21249 2000-08-08  Richard Henderson  <rth@cygnus.com>
21250
21251         * gcc.dg/noncompile/920923-1.c: Declare calloc.
21252
21253 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
21254
21255         * gcc.dg/noncompile/const-ll-1.c: New test.
21256
21257 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
21258
21259         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
21260
21261 2000-08-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
21262
21263         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
21264         that running programs linked against the shared version of libobjc
21265         run correctly.
21266
21267 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
21268
21269         * gcc.dg/c99-printf-1.c: New test.
21270
21271 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
21272
21273         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
21274
21275 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
21276
21277         * gcc.c-torture/execute/20000731-1.x: Delete.
21278
21279 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
21280
21281         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
21282         and torture_without_loops as is done by c-torture.exp.
21283         (search_for): Copy from c-torture.exp.
21284         (gcc-dg-runtest): New function, drives a directory of tests
21285         iterating over the TORTURE_OPTIONS.
21286         (scan-assembler, scan-assembler-not): Move here from
21287         individual directory drivers.
21288
21289         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
21290         defined by lib/gcc-dg.exp.
21291         * gcc.dg/cpp/cpp.exp: Likewise.
21292         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
21293         gcc-dg-runtest, so we cycle over optimization options.
21294
21295         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
21296         * gcc.dg/compare2.c: No longer expected to fail.
21297
21298 2000-08-04  J"orn Rennecke <amylaar@cygnus.co.uk>
21299
21300         * gcc.c-torture/execute/20000804-1.c: New test.
21301
21302 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
21303
21304         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
21305
21306 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
21307
21308         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
21309
21310 2000-08-03  Jeffrey A Law  (law@cygnus.com)
21311
21312         * gcc.c-torture/compile/20000803-1.c: New test.
21313
21314 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
21315
21316         * gcc.c-torture/execute/20000801-3.c,
21317         gcc.c-torture/execute/20000801-4.c: New tests.
21318         * gcc.c-torture/execute/20000801-3.x,
21319         gcc.c-torture/execute/20000801-4.x: Xfail.
21320
21321 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
21322
21323         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
21324         libobjc/.libs to allow for libtool.
21325
21326 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
21327
21328         * gcc.c-torture/compile/20000802-1.c: New test.
21329
21330 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
21331
21332         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
21333
21334 2000-07-31  Jeffrey A Law  (law@cygnus.com)
21335
21336         * gcc-c-torture/execute/20000731-2.c: New test.
21337
21338         * gcc.c-torture/execute/20000731-1.c: New test.
21339         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
21340
21341 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
21342
21343         * testsuite/gcc.dg/cpp/paste7.c: New test.
21344         * gcc.dg/cpp/20000725-1.c: New test.
21345
21346 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
21347
21348         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
21349         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
21350         declaration warning for __builtin_dwarf_reg_size.
21351
21352         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
21353
21354 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
21355
21356         * gcc.dg/noncompile/voidparam-1.c: New test.
21357
21358 2000-07-30  Richard Henderson  <rth@cygnus.com>
21359
21360         * gcc.dg/c90-digraph-1.c: Don't xfail.
21361         * gcc.dg/compare2.c (case 10): Xfail.
21362         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
21363
21364 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
21365
21366         * gcc.dg/c99-main-1.c: New test.
21367
21368 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
21369
21370         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
21371
21372 2000-07-26  Hans-Peter Nilsson  <hp@axis.com>
21373
21374         * gcc.c-tortuer/execute/20000726-1.c: New test.
21375
21376 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
21377
21378         * gcc.c-torture/execute/enum-2.c: New test.
21379
21380 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21381
21382         * gcc.dg/cpp/tr-warn3.c: New test.
21383
21384 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
21385
21386         * g++.old-deja/g++.ext/implicit1.C: Remove.
21387         * g++.old-deja/g++.jason/c2.C: Remove
21388         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
21389         * g++.old-deja/g++.pt/crash16.C: Likewise.
21390         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
21391
21392 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
21393
21394         * g++.old-deja/g++.other/for2.C: New test.
21395
21396 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
21397
21398         * gcc.dg/20000720-1.c: New test.
21399
21400 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
21401
21402         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
21403
21404 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
21405
21406         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
21407         * gcc.c-torture/execute/20000722-1.c: New.
21408         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
21409
21410 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
21411
21412         * gcc.dg/cpp/20000720-1.S: New test.
21413
21414 2000-07-21  Michael Meissner  <meissner@redhat.com>
21415
21416         * gcc.c-torture/execute/ieee/hugeval.c: New test.
21417
21418 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
21419
21420         * g++.old-deja/g++.brendan/crash16.C,
21421         g++.old-deja/g++.brendan/parse3.C,
21422         g++.old-deja/g++.brendan/redecl1.C,
21423         g++.old-deja/g++.ns/template13.C,
21424         g++.old-deja/g++.other/decl4.C,
21425         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
21426
21427 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
21428
21429         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
21430         and "Internal error".
21431
21432         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
21433         regexps.
21434         * gcc.dg/cpp/paste6.c: New test.
21435
21436 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
21437
21438         * gcc.dg/cpp/tr-direct.c: New test.
21439
21440         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
21441         gcc.dg/cpp/undef1.c: Tweak error regexps.
21442
21443 2000-07-18  Eric Christopher <echristo@redhat.com>
21444
21445         * gcc.c-torture/compile/20000718-1.c: New test.
21446
21447 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
21448
21449         * cpplex.c (_cpp_push_token): If the token being pushed back
21450         is the previous token in this context, just subtract one from
21451         context->posn.
21452         * cppmacro.c (save_expansion): Clear aux field when storing a
21453         placemarker.
21454
21455 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
21456
21457         * gcc.dg/noncompile/redecl-1.c: New test.
21458
21459 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
21460
21461         * gcc.c-torture/execute/20000717-5.c: New test.
21462         * gcc.c-torture/execute/20000717-1.x: Removed.
21463
21464 2000-07-17  Richard Henderson  <rth@cygnus.com>
21465
21466         * gcc.c-torture/execute/20000717-4.c: New test.
21467
21468 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
21469
21470         * gcc.dg/cpp/syshdr.c: New test.
21471         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
21472
21473 2000-07-17  Neil Booth  <neilb@earthling.net>
21474
21475         * gcc.dg/cpp/cmdlne-dM.c: New test.
21476         * gcc.dg/cpp/cmdlne-dD.c: New test.
21477
21478 2000-07-17  Jeffrey A Law  (law@cygnus.com)
21479
21480         * gcc.c-torture/execute/20000717-3.c: New test.
21481
21482         * gcc.c-torture/compile/20000717-1.c: New test.
21483
21484 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
21485
21486         * gcc.c-torture/execute/20000717-2.c: New test.
21487
21488 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
21489
21490         * gcc.dg/formatz-1.c: New test.
21491
21492         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
21493         * gcc.dg/c99-digraph-1.c: New tests.
21494
21495         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
21496         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
21497
21498         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
21499         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
21500         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
21501         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
21502         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
21503         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
21504         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
21505
21506 2000-07-17   Greg McGary <greg@mcgary.org>
21507
21508         * gcc.c-torture/execute/20000717-1.c: New test.
21509         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
21510
21511 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
21512
21513         * gcc.c-torture/execute/20000715-2.c: New test.
21514         * gcc.dg/20000715-1.c: New test.
21515
21516 2000-07-15  Michael Meissner  <meissner@redhat.com>
21517
21518         * gcc.c-torture/execute/20000715-1.c: New test.
21519
21520 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
21521
21522         * gcc.c-torture/execute/20000707-1.c: New test.
21523
21524 2000-07-13  Neil Booth  <NeilB@earthling.net>
21525
21526         * testsuite/gcc.dg/cpp/digraph1.c,
21527         testsuite/gcc.dg/cpp/digraph2.c,
21528         testsuite/gcc.dg/cpp/digraphs.c: New tests.
21529
21530 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
21531
21532         * g77.f-torture/compile/20000630-2.f:  New test.
21533         * g77.f-torture/compile/20000630-2.x
21534
21535 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
21536
21537         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
21538
21539 2000-07-11  Neil Booth  <NeilB@earthling.net>
21540
21541         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
21542
21543 2000-07-11  Neil Booth  <NeilB@earthling.net>
21544
21545         * gcc.dg/cpp/cmdlne-C.c: New.
21546
21547 2000-07-09  Neil Booth  <NeilB@earthling.net>
21548
21549         * gcc.dg/cpp/directiv.c: New tests.
21550         * gcc.dg/cpp/undef1.c: Update.
21551
21552 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
21553
21554         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
21555
21556 2000-07-09  Neil Booth  <NeilB@earthling.net>
21557
21558         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
21559
21560 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
21561
21562         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
21563         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
21564
21565 2000-07-08  Neil Booth  <NeilB@earthling.net>
21566
21567         * gcc.dg/cpp/macsyntx.c: New tests.
21568
21569 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
21570
21571         * gcc.dg/20000707-1.c: New test.
21572
21573 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
21574
21575         * gcc.c-torture/execute/20000706-1.c: New test.
21576         * gcc.c-torture/execute/20000706-2.c: New test.
21577         * gcc.c-torture/execute/20000706-3.c: New test.
21578         * gcc.c-torture/execute/20000706-4.c: New test.
21579         * gcc.c-torture/execute/20000706-5.c: New test.
21580
21581 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
21582
21583         * g++.old-deja/g++.pt/instantiate7.C: New test.
21584
21585 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
21586
21587         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
21588         * g++.old-deja/g++.mike/thunk3.C: Likewise.
21589         * g++.old-deja/g++.other/rtti3.C: Likewise.
21590         * g++.old-deja/g++.other/rttid3.C: Likewise.
21591
21592 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
21593
21594         *  g77.f-torture/compile/20000630-1.x: Fix typo
21595
21596 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
21597
21598         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
21599         assembly output.
21600
21601 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
21602
21603         * gcc.dg/cpp/ident.c: New test.
21604
21605 2000-07-05  Neil Booth  <NeilB@earthling.net>
21606
21607         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
21608           gcc.dg/cpp/lexstrng.c: New tests.
21609
21610 2000-07-04  Neil Booth  <NeilB@earthling.net>
21611
21612         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
21613         * gcc.dg/cpp/strify2.c: Same.
21614
21615 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
21616
21617         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
21618         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
21619         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
21620         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
21621
21622         * testsuite/gcc.dg/cpp/macro1.c,
21623         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
21624         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
21625         testsuite/gcc.dg/cpp/strify1.c,
21626         testsuite/gcc.dg/cpp/strify2.c: New tests.
21627
21628 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
21629
21630         * gcc.c-torture/execute/20000703-1.c: New test.
21631
21632 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
21633
21634         * g++.old-deja/g++.pt (lookup10.C): New test.
21635
21636 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
21637
21638         * g++.old-deja/g++.pt (typename25.C): New test.
21639
21640 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
21641
21642         * gcc.c-torture/compile/20000701-1.c: New test.
21643
21644 2000-06-30  Nick Clifton  <nickc@cygnus.com>
21645
21646         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
21647         to test case.
21648
21649 2000-06-30  Catherine Moore  <clm@cygnus.com>
21650
21651         * gcc.c-torture/execute/align-1.c: New test.
21652
21653 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
21654
21655         * g++.old-deja/g++.pt/expr8.C: New test.
21656         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
21657
21658 2000-06-29  Nick Clifton  <nickc@cygnus.com>
21659
21660         * gcc.c-torture/compile/20000629-1.c: New test.
21661
21662 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
21663
21664
21665         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
21666         gcc.dg/noncompile directory, depending on whether they're
21667         preprocessor tests or not.  Annotate all the tests for the dg
21668         framework.
21669
21670         * gcc.c-torture/noncompile/noncompile.exp: Delete.
21671         * gcc.dg/noncompile/noncompile.exp: New.
21672
21673         * Moved files:
21674         Old name                                New name
21675         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
21676         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
21677         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
21678         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
21679         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
21680         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
21681         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
21682         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
21683         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
21684         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
21685         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
21686         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
21687         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
21688         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
21689         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
21690         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
21691         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
21692         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
21693         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
21694         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
21695         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
21696         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
21697         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
21698         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
21699
21700         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
21701         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
21702         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
21703         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
21704         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
21705         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
21706
21707 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
21708
21709         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
21710         declare one variable.  On the fourth, error.
21711         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
21712         declared by 20000628-1a.h.
21713
21714 2000-06-29  Richard Henderson  <rth@redhat.com>
21715
21716         * gcc.c-torture/execute/930529-1.x: New file.
21717         * gcc.dg/920413-1.c: Adjust expected warning text.
21718         * gcc.dg/980217-1.c: Declare abort.
21719         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
21720
21721 2000-06-29  Jeffrey A Law  (law@cygnus.com)
21722
21723         * g77.f-torture/compile/20000629-1.f: New test.
21724         * g77.f-torture/compile/20000629-1.x: Expected to fail.
21725
21726 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
21727
21728         Rearrange lots of files, removing entirely the
21729         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
21730         directories.
21731
21732         * Deleted files:
21733         gcc.c-torture/code_quality/code_quality.exp
21734         gcc.c-torture/special/special.exp
21735         gcc.failure/failure.exp
21736         gcc.failure/940409-1.x
21737         gcc.c-torture/compile/961203-1.x
21738
21739         * New files:
21740         gcc.misc-tests/linkage.exp
21741         gcc.c-torture/execute/920730-1t.c
21742         gcc.c-torture/execute/920730-1t.x
21743         gcc.c-torture/compile/920520-1.x
21744         gcc.c-torture/compile/920521-1.x
21745         gcc.c-torture/compile/981006-1.x
21746         gcc.c-torture/execute/eeprof-1.x
21747
21748         * Moved files (possibly with modifications to fit a new harness):
21749         Old name                                New name
21750         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
21751         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
21752         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
21753         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
21754         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
21755         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
21756         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
21757         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
21758         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
21759         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
21760         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
21761         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
21762         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
21763         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
21764
21765 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
21766
21767         * c-torture/compile/961203-1.x: Delete.
21768
21769         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
21770         not exit. Include stdio.h.
21771         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
21772         * gcc.misc-tests/dg-12.c: Likewise.
21773         * gcc.misc-tests/dg-5.c: Likewise.
21774         * gcc.misc-tests/dg-6.c: Likewise.
21775         * gcc.misc-tests/dg-7.c: Prototype abort.
21776         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
21777         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
21778         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
21779         not exit.
21780         * gcc.misc-tests/sieve.c: Use return from main, not exit.
21781         * gcc.misc-tests/sort2.c: Use return from main, not exit.
21782
21783 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
21784
21785         * gcc.dg/cpp/20000628-1.c: New test.
21786         * gcc.dg/cpp/20000628-1.h: New header for above test.
21787         * gcc.dg/cpp/20000628-1a.h: Likewise.
21788
21789 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
21790
21791         * gcc.dg/cpp: New directory.
21792         * gcc.dg/cpp/cpp.exp: New driver.
21793         * gcc.dg/cpp/20000627-1.c: New test.
21794         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
21795         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
21796         and rewrite as a compilation test.
21797
21798         * gcc.dg: Move many files into the cpp subdirectory, possibly
21799         renaming or editing them as well.
21800         Old name                New name
21801         990119-1.c              cpp/19990119-1.c
21802         990228-1.c              cpp/19990228-1.c
21803         990407-1.c              cpp/19990407-1.c
21804         990409-1.c              cpp/19990409-1.c
21805         990413-1.c              cpp/19990413-1.c
21806         990703-1.c              cpp/19990703-1.c
21807         20000127-1.c            cpp/20000127-1.c
21808         20000129-1.c            cpp/20000129-1.c
21809         20000207-1.c            cpp/20000207-1.c
21810         20000207-2.c            cpp/20000207-2.c
21811         20000209-1.c            cpp/20000209-1.c
21812         20000209-2.c            cpp/20000209-2.c
21813         20000301-1.c            cpp/20000301-1.c
21814         20000419-1.c            cpp/20000419-1.c
21815         20000510-1.S            cpp/20000510-1.S
21816         20000519-1.c            cpp/20000519-1.c
21817         20000529-1.c            cpp/20000529-1.c
21818         20000625-1.c            cpp/20000625-1.c
21819         20000625-2.c            cpp/20000625-2.c
21820         cpp-as1.c               cpp/assert1.c
21821         cpp-as2.c               cpp/assert2.c
21822         cxx-comments-1.c        cpp/cxxcom1.c
21823         cxx-comments-2.c        cpp/cxxcom2.c
21824         endif-label.c           cpp/endif.c
21825         cpp-hash1.c             cpp/hash1.c
21826         cpp-hash2.c             cpp/hash2.c
21827         cpp-if1.c               cpp/if-1.c
21828         cpp-if2.c               cpp/if-2.c
21829         cpp-if3.c               cpp/if-3.c
21830         cpp-if4.c               cpp/if-4.c
21831         cpp-if5.c               cpp/if-5.c
21832         cpp-cond.c              cpp/if-cexp.c
21833         cpp-missingop.c         cpp/if-mop.c
21834         cpp-missingparen.c      cpp/if-mpar.c
21835         cpp-opprec.c            cpp/if-oppr.c
21836         cpp-ifparen.c           cpp/if-paren.c
21837         cpp-shortcircuit.c      cpp/if-sc.c
21838         cpp-shift.c             cpp/if-shift.c
21839         cpp-unary.c             cpp/if-unary.c
21840         cpp-li1.c               cpp/line1.c
21841         cpp-li2.c               cpp/line2.c
21842         lineno.c                cpp/line3.c
21843         lineno-2.c              cpp/line4.c
21844         cpp-mi.c                cpp/mi1.c
21845         cpp-mic.h               cpp/mi1c.h
21846         cpp-micc.h              cpp/mi1cc.h
21847         cpp-mind.h              cpp/mi1nd.h
21848         cpp-mindp.h             cpp/mi1ndp.h
21849         cpp-mix.h               cpp/mi1x.h
21850         cpp-mi2.c               cpp/mi2.c
21851         cpp-mi2a.h              cpp/mi2a.h
21852         cpp-mi2b.h              cpp/mi2b.h
21853         cpp-mi2c.h              cpp/mi2c.h
21854         cpp-mi3.c               cpp/mi3.c
21855         cpp-mi3.def             cpp/mi3.def
21856         poison-1.c              cpp/poison.c
21857         pr-impl.c               cpp/prag-imp.c
21858         cpp-redef-2.c           cpp/redef1.c
21859         cpp-redef.c             cpp/redef2.c
21860         strpaste.c              cpp/strp1.c
21861         strpaste-2.c            cpp/strp2.c
21862         cpp-tradpaste.c         cpp/tr-paste.c
21863         cpp-tradstringify.c     cpp/tr-str.c
21864         cpp-tradwarn1.c         cpp/tr-warn1.c
21865         cpp-tradwarn2.c         cpp/tr-warn2.c
21866         trigraphs.c             cpp/trigraphs.c
21867         cpp-unc1.c              cpp/unc1.c
21868         cpp-unc2.c              cpp/unc2.c
21869         cpp-unc3.c              cpp/unc3.c
21870         cpp-unc.c               cpp/unc4.c
21871         undef.c                 cpp/undef1.c
21872         undef-2.c               cpp/undef2.c
21873         cpp-wi1.c               cpp/widestr1.c
21874
21875 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
21876
21877         * lib/g++.exp (g++_include_flags): Tweak.
21878
21879 2000-06-27  H.J. Lu  <hjl@gnu.org>
21880             Loren J. Rittle  <ljrittle@acm.org>
21881
21882         * lib/g++.exp (g++_include_flags): Override libgloss.exp
21883         version with one that knows about the new gcc tree structure.
21884         (g++_link_flags): Same.
21885
21886 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
21887
21888         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
21889         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
21890         case we are cross-compiling.
21891
21892         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
21893         g++.old-deja/g++.niklas/Makefile.in,
21894         g++.old-deja/g++.niklas/configure.in,
21895         g++.old-deja/g++.other/Makefile.in,
21896         g++.old-deja/g++.other/configure.in,
21897         gcc.c-torture/code_quality/Makefile.in,
21898         gcc.c-torture/code_quality/configure.in,
21899         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
21900         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
21901         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
21902         gcc.c-torture/execute/ieee/Makefile.in,
21903         gcc.c-torture/execute/ieee/configure.in,
21904         gcc.c-torture/noncompile/Makefile.in,
21905         gcc.c-torture/noncompile/configure.in,
21906         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
21907         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
21908         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
21909
21910 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
21911
21912         * g++.old-deja/g++.other/ambig3.C: New test.
21913
21914 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
21915
21916         * g++.old-deja/g++.pt/syntax1.C: New test.
21917         * g++.old-deja/g++.pt/syntax2.C: New test.
21918         * g++.old-deja/g++.other/syntax3.C: New test.
21919         * g++.old-deja/g++.other/syntax4.C: New test.
21920
21921 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
21922
21923         * gcc.dg/20000623-1.c: Prototype exit and abort.
21924
21925 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
21926
21927         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
21928         New tests.
21929         * gcc.dg/cpp-mi3.def: New file.
21930
21931         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
21932         inside assertions.
21933         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
21934         lexer's error messages.
21935         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
21936         divine anything from the linemarkers.
21937         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
21938         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
21939
21940 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
21941
21942         * gcc.dg/20000623-1.c: New test.
21943
21944 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
21945
21946         * gcc.c-torture/execute/20000622-1.c: New test.
21947
21948 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
21949
21950         * g++.old-deja/g++.other/init15.C: New test.
21951
21952 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
21953
21954         * g++.old-deja/g++.pt/vaarg2.C: New test.
21955         * g++.old-deja/g++.pt/vaarg3.C: New test.
21956
21957 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
21958
21959         * g++.old-deja/g++.other/dyncast6.C: New test.
21960
21961 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
21962
21963         * gcc.c-torture/execute/loop-6.c: New test.
21964
21965 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
21966
21967         * gcc.dg/20000614-1.c: New test.
21968         * gcc.dg/20000614-2.c: New test.
21969
21970 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
21971
21972         * g++.old-deja/g++.other/inline12.C: New test.
21973
21974 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
21975
21976         * g++.old-deja/g++.other/eh1.C: New test.
21977
21978 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
21979
21980         * g++.old-deja/g++.other/type.C: New test.
21981
21982 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
21983
21984         * g++.old-deja/g++.other/initstring.C: New test.
21985
21986 2000-06-12  Jason Merrill  <jason@redhat.com>
21987
21988         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
21989
21990 2000-06-09  Jeffrey A Law  (law@cygnus.com)
21991
21992         * gcc.c-torture/compile/20000609-1.c: New test.
21993
21994 2000-06-09  Clinton Popetz  <cpopetz@cygnus.com>
21995
21996         * gcc.dg/20000609-1.c: New test.
21997
21998 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
21999
22000         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
22001         * gcc.c-torture/noncompile/poison-1.c: Move...
22002         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
22003         * gcc.dg/cpp-li1.c: Add a token after the #line.
22004
22005 2000-06-05  Richard Henderson  <rth@cygnus.com>
22006
22007         * gcc.c-torture/execute/20000605-2.c: New test.
22008         * gcc.c-torture/execute/20000605-3.c: New test.
22009
22010 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
22011
22012         * g77.f-torture/execute/20000503-1.x: New file.
22013
22014 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
22015
22016         * g++.old-deja/g++.eh/badalloc1.C: New test.
22017
22018 2000-06-05  Richard Henderson  <rth@cygnus.com>
22019
22020         * gcc.c-torture/execute/20000605-1.c: New test.
22021
22022 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
22023             Nathan Sidwell <nathan@codesourcery.com>
22024
22025         * gcc.c-torture/compile/20000605-1.c: New test.
22026
22027 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
22028
22029         * g77.f-torture/compile/20000601-1.f:  New test.
22030
22031 2000-06-03  Richard Henderson  <rth@cygnus.com>
22032
22033         * gcc.c-torture/execute/20000603-1.c: New.
22034
22035 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
22036
22037         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
22038         * gcc.dg/noreturn-2.c (noreturn): Likewise.
22039
22040 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
22041
22042         * gcc.dg/compare2.c (case 12): XFAIL.
22043         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
22044         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
22045
22046         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
22047
22048 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
22049
22050         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
22051         guard macro is already defined when the header is first
22052         included.
22053         * gcc.dg/cpp-mix.h: New file.
22054         * gcc.dg/endif-label.c: Update patterns to match compiler.
22055
22056         * g++.brendan/complex1.C: Declare abort.
22057         * g++.law/refs4.C: Remove XFAIL.
22058         * g++.oliva/expr2.C: Declare abort and exit.
22059
22060 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
22061
22062         * gcc.c-torture/execute/20000528-1.c: New test.
22063
22064         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
22065         * g++.old-deja/g++.law/temps4.C: Likewise.
22066
22067         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
22068         stdlib.h.  Call abort() on failure.
22069         * g++.old-deja/g++.law/refs4.C: Likewise.
22070         * g++.old-deja/g++.law/temps4.C: Likewise.
22071         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
22072         * gcc.c-torture/execute/20000112-1.c: Include string.h.
22073
22074 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
22075
22076         Relative to g++.dg/special:
22077         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
22078
22079         Relative to g++.old-deja:
22080         * g++.brendan/complex1.C, g++.jason/optimize2.C,
22081         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
22082         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
22083         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
22084         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
22085         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
22086         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
22087
22088         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
22089         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
22090         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
22091         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
22092         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
22093         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
22094         and/or string.h.
22095
22096         * g++.other/goto1.C: Update expectations for error messages.
22097
22098 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
22099
22100         * gcc.c-torture/compile/20000523-1.c: New test.
22101
22102 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
22103
22104         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
22105
22106 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
22107
22108         * g++.old-deja/g++.eh/catch11.C: New test.
22109         * g++.old-deja/g++.eh/catch12.C: New test.
22110
22111 2000-05-24  Nick Clifton  <nickc@cygnus.com>
22112
22113         * gcc.c-torture/execute/20000523-1.c: New test.
22114
22115 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
22116
22117         * c-torture/execute/bcp-1.c: Replace abort in arg of
22118         __builtin_constant_p with a generic external function.
22119
22120         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
22121         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
22122         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
22123         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
22124         Prototype abort and/or exit.
22125
22126         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
22127         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
22128         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
22129         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
22130
22131 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
22132
22133         * gcc.dg/dwarf2-1.c: New test.
22134
22135 2000-05-20  Richard Henderson  <rth@cygnus.com>
22136
22137         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
22138
22139 2000-05-20  Andreas Jaeger  <aj@suse.de>
22140
22141         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
22142         testcase.
22143
22144 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
22145
22146         * gcc.c-torture/execute/20000519-2.c: New test.
22147
22148 2000-05-19  Andreas Jaeger  <aj@suse.de>
22149
22150         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
22151         which fails with SSA.
22152
22153         * lib/c-torture.exp: Also test with -O3 -fssa.
22154
22155 2000-05-18  Michael Meissner  <meissner@redhat.com>
22156
22157         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
22158         * gcc.c-torture/execute/920415-1.c: Ditto.
22159         * gcc.c-torture/execute/920501-1.c: Ditto.
22160         * gcc.c-torture/execute/conversion.c: Ditto.
22161         * gcc.c-torture/execute/cvt-1.c: Ditto.
22162
22163 2000-05-18  Jeffrey A Law  (law@cygnus.com)
22164
22165         * gcc.c-torture/compile/20000518-1.c: New test.
22166
22167 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
22168
22169         * g77.f-torture/compile/200005018.f:  New test.
22170
22171 2000-05-17  Jeffrey A Law  (law@cygnus.com)
22172
22173         * gcc.c-torture/compile/20000517-1.c: New test.
22174
22175 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
22176
22177         * gcc.c-torture/execute/20000516-1.c: New test.
22178
22179 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
22180
22181         * g++.old-deja/g++.other/eh.C: New test.
22182
22183 2000-05-12  Richard Henderson  <rth@cygnus.com>
22184
22185         * gcc.c-torture/execute/990208-1.c (main): Don't pass
22186         constants through to doit's conditional.
22187
22188 2000-05-11  Jeffrey A Law  (law@cygnus.com)
22189
22190         * gcc.c-torture/compile/20000511-1.c: New test.
22191         * g77.f-torture/compile/20000511-1.f: New test.
22192         * g77.f-torture/compile/20000511-2.f: New test.
22193
22194 2000-05-11  Michael Meissner  <meissner@redhat.com>
22195
22196         * gcc.c-torture/execute/20000511-1.c: New test.
22197
22198 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
22199
22200         * gcc.dg/dg.exp: Scan .S files as well as .c files.
22201         * gcc.dg/20000510-1.S: New.
22202
22203 2000-05-08  Catherine Moore  <clm@cygnus.com>
22204
22205         * gcc.dg/unused-3.c: New.
22206
22207 2000-05-06  Richard Henderson  <rth@cygnus.com>
22208
22209           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
22210           * g++.old-deja/g++.mike/warn1.C: Likewise.
22211           * g++.old-deja/g++.pt/local1.C: Likewise.
22212           * g++.old-deja/g++.pt/local7.C: Likewise.
22213           * g++.old-deja/g++.pt/spec16.C: Likewise.
22214
22215 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
22216
22217         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
22218
22219 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
22220
22221           * g77.f-torture/execute/20000503-1.f:  New test.
22222
22223 2000-05-04  Andreas Jaeger  <aj@suse.de>
22224
22225         * gcc.dg/noreturn-2.c: New test.
22226
22227 2000-05-04  Neil Booth  <NeilB@earthling.net>
22228
22229         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
22230         preprocessor.
22231
22232 2000-05-04  Richard Henderson  <rth@cygnus.com>
22233
22234         * gcc.c-torture/execute/20000503-1.c: Fix typo.
22235
22236 2000-05-04  Richard Henderson  <rth@cygnus.com>
22237
22238         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
22239         OpenSSL by Jason R Thorpe.
22240
22241 2000-05-03  Jim Wilson  <wilson@cygnus.com>
22242
22243         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
22244
22245 2000-05-03  Robert Lipe <robertlipe@usa.net>
22246
22247         * gcc.dg/20000503-1.c: New test.
22248
22249 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
22250
22251         * gcc.c-torture/compile/20000502-1.c: New test.
22252         * g++.old-deja/g++.other/align.C: New test.
22253         * gcc.dg/cpp-tradstringify.c: New test.
22254
22255 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
22256
22257         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
22258         and hard registers.
22259
22260 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
22261
22262         * gcc.c-torture/execute/loop-5.c: New test.
22263
22264 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
22265
22266         * gcc.c-torture/execute/va-arg-20.c: New test.
22267
22268 2000-04-23  Jeffrey A Law  (law@cygnus.com)
22269
22270         * gcc.c-torture/execute/20000422-1.c: New test.
22271
22272 2000-04-20  Greg McGary  <gkm@gnu.org>
22273
22274         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
22275         when optimizing, but without sibling-call optimizations (-O1).
22276
22277 2000-04-20  Jeffrey A Law  (law@cygnus.com)
22278
22279           * gcc.c-torture/compile/20000420-1.c: New test.
22280
22281 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
22282
22283         * g++.abi/ptrflags.C: New test.
22284         * g++.eh/catchptr1.C: Test incomplete pointer chains.
22285
22286 2000-04-19  Catherine Moore  <clm@cygnus.com>
22287
22288         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
22289
22290 2000-04-19  Greg McGary  <gkm@gnu.org>
22291
22292         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
22293         sibling-call optimizations.
22294
22295 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
22296
22297         * gcc.dg/20000419-1.c: New test.
22298
22299 2000-04-12  Hans-Peter Nilsson  <hp@axis.com>
22300
22301         * gcc.c-torture/execute/20000412-6.c: New test.
22302
22303 2000-04-12  Jeffrey A Law  (law@cygnus.com)
22304
22305         * gcc.c-torture/execute/20000412-5.c: New test.
22306         * g77.f-torture/compile/20000412-1.f: New test.
22307         * gcc.c-torture/execute/20000412-4.c: New test.
22308         * gcc.c-torture/compile/20000412-2.c: New test.
22309         * gcc.c-torture/execute/20000412-3.c: New test.
22310         * gcc.c-torture/compile/20000412-1.c: New test.
22311         * gcc.c-torture/execute/20000412-2.c: New test.
22312
22313 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
22314
22315         * objc/execute/bf-20.m: New test.
22316
22317 2000-04-10  Richard Henderson  <rth@cygnus.com>
22318
22319         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
22320
22321         * gcc.c-torture/execute/20000412-1.c: New test.
22322
22323 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
22324
22325         * g++.old-deja/g++.eh/catchptr1.C: New test.
22326
22327 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
22328
22329         * g++.old-deja/g++.abi/cxa_vec.C: New test.
22330
22331 2000-04-08  Neil Booth  <NeilB@earthling.net>
22332
22333         * gcc.dg/cpp-nullchar.c: Remove test as
22334         embedded nulls cause problems.
22335
22336 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22337
22338         * gcc.dg/compare2.c: New test.
22339
22340 2000-04-08  Neil Booth  <NeilB@earthling.net>
22341
22342         * gcc.dg/cpp-nullchar.c: New test.
22343
22344 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
22345
22346         * gcc.dg/cpp-mi2.c: New test.
22347         * gcc.dg/cpp-mi2[abc].h: New files.
22348
22349 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
22350
22351         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
22352         member name.
22353
22354 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
22355
22356         * g++.old-deja/g++.abi/vmihint.C: New test.
22357
22358 2000-04-06  Neil Booth  <NeilB@earthling.net>
22359
22360         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
22361         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
22362         copyright.
22363
22364 2000-04-05  Hans-Peter Nilsson  <hp@axis.com>
22365
22366         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
22367         avoid stack-frame overwrite.
22368
22369 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
22370
22371         * gcc.c-torture/compile/20000405-2.c: New test.
22372         * gcc.c-torture/compile/20000405-3.c: New test.
22373
22374 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22375
22376         * gcc.c-torture/compile/20000405-1.c: New test.
22377
22378 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
22379
22380         * gcc.dg/cast-qual-1.c: Revert last change.
22381
22382 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22383
22384         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
22385
22386 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
22387
22388         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
22389         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
22390
22391 2000-04-03  Jeffrey A Law  (law@cygnus.com)
22392
22393         * gcc.c-torture/compile/20000403-2.c: New test.
22394         * gcc.c-torture/compile/20000403-1.c: New test.
22395
22396 2000-04-03  Hans-Peter Nilsson  <hp@axis.com>
22397
22398         * gcc.c-torture/execute/20000403-1.c: New test.
22399
22400 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
22401
22402         * gcc.c-torture/execute/20000402-1.c: New test.
22403
22404 2000-04-03  Donald Lindsay  <dlindsay@cygnus.com>
22405
22406         * gcc.c-torture/execute/va-arg-15.c: New test.
22407         * gcc.c-torture/execute/va-arg-16.c: New test.
22408         * gcc.c-torture/execute/va-arg-17.c: New test.
22409         * gcc.c-torture/execute/va-arg-18.c: New test.
22410         * gcc.c-torture/execute/va-arg-19.c: New test.
22411
22412 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
22413
22414         * gcc.c-torture/compile/981211-1.c: Move to...
22415         * gcc.dg/cpp-as1.c: ...here.
22416         * gcc.dg/cpp-as2.c: New file.
22417
22418         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
22419         compiler.
22420
22421 2000-04-02  Neil Booth  <NeilB@earthling.net>
22422
22423         * gcc.dg/cpp-cond.c  New tests.
22424         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
22425         accidental success less likely.
22426         * gcc.dg/cpp-missingop.c  New tests.
22427         * gcc.dg/cpp-missingparen.c  New tests.
22428         * gcc.dg/cpp-shift.c  New tests.
22429         * gcc.dg/cpp-shortcircuit.c  New tests.
22430         * gcc.dg/cpp-unary.c  New tests.
22431
22432 2000-03-29  Jeffrey A Law  (law@cygnus.com)
22433
22434         * gcc.c-torture/compile/20000329-1.c: New test.
22435
22436 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
22437
22438         * gcc.c-torture/compile/20000326-1.c: New test.
22439         * gcc.c-torture/compile/20000326-2.c: New test.
22440
22441 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
22442
22443         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
22444         the first parameter is a function argument.
22445
22446 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
22447
22448         * g++.old-deja/g++.ext/array4.C: New test.
22449
22450 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
22451
22452         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
22453
22454 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22455
22456         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
22457
22458 2000-03-19  Richard Henderson  <rth@cygnus.com>
22459
22460         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
22461
22462 2000-03-19  Richard Henderson  <rth@cygnus.com>
22463
22464         * gcc.c-torture/compile/20000319-1.c: New test.
22465
22466 2000-03-14  Jeffrey A Law  (law@cygnus.com)
22467
22468         * gcc.c-torture/execute/20000314-3.c: New test.
22469         * gcc.c-torture/execute/20000314-2.c: New test.
22470         * gcc.c-torture/execute/20000314-1.c: New test.
22471         * gcc.c-torture/compile/20000314-2.c: New test.
22472         * gcc.c-torture/compile/20000314-1.c: New test.
22473
22474 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
22475
22476         * g++.old-deja/g++.warn/inline.C: New test.
22477
22478 2000-03-10  Hans-Peter Nilsson  <hp@bitrange.com>
22479
22480         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
22481         standards-compliant result rather than specific constants.
22482         Put test-values in array.
22483
22484 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
22485
22486         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
22487         (g++_target_compile): Put test-specific options last.
22488
22489 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
22490
22491         * g++.old-deja/g++.eh/vbase4.C: New test.
22492
22493 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
22494
22495         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
22496
22497 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
22498
22499         * g++.old-deja/g++.brendan/misc12.C: Removed.
22500         * g++.old-deja/g++.pt/memtemp77.C: Constify.
22501         * g++.old-deja/g++.ext/pretty4.C: New test.
22502
22503 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
22504
22505         * g++.old-deja/g++.other/string2.C: New test.
22506
22507 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
22508
22509         * g++.old-deja/g++.warn/impint2.C: New test.
22510
22511 2000-03-05  Hans-Peter Nilsson  <hp@bitrange.com>
22512
22513         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
22514         is 1, not zero.
22515
22516 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
22517
22518         * g++.old-deja/g++.warn/impint.C: New test.
22519         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
22520         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
22521         * g++.old-deja/g++.pt/explicit12.C: Likewise.
22522         * g++.old-deja/g++.pt/explicit13.C: Likewise.
22523         * g++.old-deja/g++.pt/explicit17.C: Likewise.
22524         * g++.old-deja/g++.pt/explicit18.C: Likewise.
22525         * g++.old-deja/g++.pt/explicit19.C: Likewise.
22526         * g++.old-deja/g++.pt/explicit23.C: Likewise.
22527         * g++.old-deja/g++.pt/explicit31.C: Likewise.
22528         * g++.old-deja/g++.pt/explicit35.C: Likewise.
22529         * g++.old-deja/g++.pt/explicit6.C: Likewise.
22530         * g++.old-deja/g++.pt/memclass7.C: Likewise.
22531
22532 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
22533
22534         * gcc.dg/cpp-redef.c: New test.
22535
22536 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
22537
22538         * g++.old-deja/g++.pt/unify7.C: New test.
22539
22540 2000-02-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
22541
22542         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
22543         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
22544
22545 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
22546
22547         * gcc.c-torture/compile/20000224-1.c: New test.
22548
22549 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22550
22551         * gcc.c-torture/compile/cpp-2.c: New test.
22552         * gcc.c-torture/compile/cpp-1.c: New test.
22553
22554 2000-02-25  Jeffrey A Law  (law@cygnus.com)
22555
22556         * gcc.c-torture/execute/20000225-1.c: New test.
22557
22558 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22559
22560         * gcc.dg/cpp-li2.c: New test.
22561
22562         * gcc.dg/cpp-wi1.c: New test.
22563
22564         * gcc.dg/cpp-li1.c: New test.
22565
22566 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
22567
22568         * g++.old-deja/g++.other/sizeof5.C: New test.
22569
22570 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
22571
22572         * gcc.c-torture/execute/va-arg-13.c: New test.
22573
22574 2000-02-23  Donald Lindsay  <dlindsay@cygnus.com>
22575
22576         * gcc.c-torture/execute/va-arg-12.c: New test.
22577
22578 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
22579
22580         * gcc.c-torture/execute/20000223-1.c: New test.
22581
22582 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
22583
22584         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
22585
22586 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
22587
22588         * g++.old-deja/g++.abi/ptrmem.C: New test.
22589
22590 2000-02-19  Richard Henderson  <rth@cygnus.com>
22591
22592         * gcc.c-torture/compile/init-3.c: New.
22593
22594 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
22595
22596         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
22597         ALWAYS_CXXFLAGS.
22598
22599 2000-02-11  Robert Lipe <robertl@sco.com>
22600
22601         * gcc.c-torture/compile/20000211-3.c: New test.
22602
22603 2000-02-11  Martin Buchholz <martin@xemacs.org>
22604
22605         * gcc.c-torture/compile/20000211-2.c: New test.
22606
22607 2000-02-11  Jeffrey A Law  (law@cygnus.com)
22608
22609         * gcc.c-torture/compile/20000211-1.c: New test.
22610
22611 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
22612
22613         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
22614           on native targets
22615
22616 2000-02-08  Nathan Sidwell  <nathan@acm.org>
22617
22618         * g++.old-deja/g++.other/cast5.C: New test.
22619
22620 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
22621
22622         * gcc.c-torture/execute/20000205-1.c: New.
22623
22624 2000-02-03  Nathan Sidwell  <nathan@acm.org>
22625
22626         * g++.old-deja/g++.jason/cast3.C: Return void.
22627         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
22628
22629 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22630
22631         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
22632
22633         * gcc.dg/loop-1.c: New test.
22634
22635 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
22636
22637         * gcc.c-torture/compile/20000127-1.c: New test.
22638         * gcc.c-torture/execute/991228-1.c: New test.
22639
22640 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22641
22642         * gcc.dg/unused-2.c: New test.
22643
22644         * gcc.dg/conv-1.c: New test.
22645
22646 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
22647
22648         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
22649         compiler.
22650         (tool_option_proc): Fix typo.
22651
22652 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
22653
22654         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
22655         of the ld on the host, not on the build machine.
22656         Also, don't crash if '--help' is not a supported option.
22657
22658 2000-01-24  Richard Henderson  <rth@cygnus.com>
22659
22660         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
22661
22662 2000-01-20  Jeffrey A Law  (law@cygnus.com)
22663
22664         * gcc.c-torture/execute/20000120-2.c: New test.
22665         * gcc.c-torture/execute/20000120-1.c: New test.
22666
22667 2000-01-13  Jeffrey A Law  (law@cygnus.com)
22668
22669         * gcc.c-torture/execute/20000113-1.c: New test.
22670
22671 2000-01-12  Jeffrey A Law  (law@cygnus.com)
22672
22673         * gcc.c-torture/execute/20000112-1.c: New test.
22674
22675 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22676
22677         * gcc.dg/20000111-1.c: New test.
22678
22679 2000-01-10  Jeffrey A Law  (law@cygnus.com)
22680
22681         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
22682         with 16 bit integers.
22683
22684 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22685
22686         * gcc.dg/20000108-1.c: New test.
22687
22688 2000-01-05  Nathan Sidwell  <nathan@acm.org>
22689
22690         * g++.old-deja/g++.ns/koenig8.C: New test.
22691
22692 2000-01-05  Nathan Sidwell  <nathan@acm.org>
22693
22694         * g++.old-deja/g++.other/cast4.C: New test.
22695
22696 2000-01-05  Jeffrey A Law  (law@cygnus.com)
22697
22698         * gcc.c-torture/compile/20000105-2.c: New test.
22699         * gcc.c-torture/compile/20000105-1.c: New test.
22700
22701 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22702
22703         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
22704         references to printf & atoi to conform to ANSI standard.
22705         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
22706         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
22707         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
22708         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
22709         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
22710         * g++.old-deja/g++.brendan/complex1.C: Likewise.
22711         * g++.old-deja/g++.brendan/copy1.C: Likewise.
22712         * g++.old-deja/g++.brendan/copy2.C: Likewise.
22713         * g++.old-deja/g++.brendan/copy3.C: Likewise.
22714         * g++.old-deja/g++.brendan/copy4.C: Likewise.
22715         * g++.old-deja/g++.brendan/copy5.C: Likewise.
22716         * g++.old-deja/g++.brendan/copy6.C: Likewise.
22717         * g++.old-deja/g++.brendan/copy7.C: Likewise.
22718         * g++.old-deja/g++.brendan/copy8.C: Likewise.
22719         * g++.old-deja/g++.brendan/crash11.C: Likewise.
22720         * g++.old-deja/g++.brendan/crash14.C: Likewise.
22721         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
22722         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
22723         * g++.old-deja/g++.brendan/delete2.C: Likewise.
22724         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
22725         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
22726         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
22727         * g++.old-deja/g++.brendan/eh1.C: Likewise.
22728         * g++.old-deja/g++.brendan/groff1.C: Likewise.
22729         * g++.old-deja/g++.brendan/init3.C: Likewise.
22730         * g++.old-deja/g++.brendan/misc12.C: Likewise.
22731         * g++.old-deja/g++.brendan/misc7.C: Likewise.
22732         * g++.old-deja/g++.brendan/new2.C: Likewise.
22733         * g++.old-deja/g++.brendan/operators4.C: Likewise.
22734         * g++.old-deja/g++.brendan/operators5.C: Likewise.
22735         * g++.old-deja/g++.brendan/overload2.C: Likewise.
22736         * g++.old-deja/g++.brendan/overload7.C: Likewise.
22737         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
22738         * g++.old-deja/g++.brendan/reference1.C: Likewise.
22739         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
22740         * g++.old-deja/g++.brendan/template24.C: Likewise.
22741         * g++.old-deja/g++.brendan/template3.C: Likewise.
22742         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
22743         * g++.old-deja/g++.jason/inline3.C: Likewise.
22744         * g++.old-deja/g++.jason/opeq.C: Likewise.
22745         * g++.old-deja/g++.law/arg5.C: Likewise.
22746         * g++.old-deja/g++.law/arm7.C: Likewise.
22747         * g++.old-deja/g++.law/ctors11.C: Likewise.
22748         * g++.old-deja/g++.law/cvt8.C: Likewise.
22749         * g++.old-deja/g++.law/init9.C: Likewise.
22750         * g++.old-deja/g++.law/refs4.C: Likewise.
22751         * g++.old-deja/g++.law/template2.C: Likewise.
22752         * g++.old-deja/g++.law/visibility24.C: Likewise.
22753         * g++.old-deja/g++.law/vtable3.C: Likewise.
22754         * g++.old-deja/g++.mike/asm2.C: Likewise.
22755         * g++.old-deja/g++.mike/eh1.C: Likewise.
22756         * g++.old-deja/g++.mike/misc1.C: Likewise.
22757         * g++.old-deja/g++.mike/misc13.C: Likewise.
22758         * g++.old-deja/g++.mike/misc14.C: Likewise.
22759         * g++.old-deja/g++.mike/ns12.C: Likewise.
22760         * g++.old-deja/g++.mike/p1248.C: Likewise.
22761         * g++.old-deja/g++.mike/p3708.C: Likewise.
22762         * g++.old-deja/g++.mike/p3708a.C: Likewise.
22763         * g++.old-deja/g++.mike/p3708b.C: Likewise.
22764         * g++.old-deja/g++.mike/p646.C: Likewise.
22765         * g++.old-deja/g++.mike/p700.C: Likewise.
22766         * g++.old-deja/g++.mike/p783.C: Likewise.
22767         * g++.old-deja/g++.mike/p783a.C: Likewise.
22768         * g++.old-deja/g++.mike/p783b.C: Likewise.
22769         * g++.old-deja/g++.mike/p786.C: Likewise.
22770         * g++.old-deja/g++.mike/p789.C: Likewise.
22771         * g++.old-deja/g++.mike/p789a.C: Likewise.
22772         * g++.old-deja/g++.mike/p807a.C: Likewise.
22773         * g++.old-deja/g++.other/delete3.C: Likewise.
22774         * g++.old-deja/g++.other/dyncast1.C: Likewise.
22775         * g++.old-deja/g++.other/dyncast2.C: Likewise.
22776         * g++.old-deja/g++.other/dyncast3.C: Likewise.
22777         * g++.old-deja/g++.other/empty1.C: Likewise.
22778         * g++.old-deja/g++.other/temporary1.C: Likewise.
22779         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
22780         * g++.old-deja/g++.pt/t16.C: Likewise.
22781         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
22782
22783 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
22784
22785         * gcc.dg/991230-1.c: New test.
22786
22787 1999-12-29  Jeffrey A Law  (law@cygnus.com)
22788
22789         * gcc.c-torture/compile/991229-3.c: New test.
22790         * gcc.c-torture/compile/991229-2.c: New test.
22791         * gcc.c-torture/compile/991229-1.c: New test.
22792
22793 1999-12-29  Greg McGary <gkm@eng.ascend.com>
22794
22795         * gcc.c-torture/compile/labels-2.c: New test.
22796
22797 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
22798
22799         * gcc.c-torture/execute/991227-1.c: New test.
22800
22801 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22802
22803         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
22804
22805 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
22806
22807         * gcc.c-torture/execute/991221-1.c: New test.
22808
22809 1999-12-20  Nathan Sidwell  <nathan@acm.org>
22810
22811         * g++.old-deja/g++.other/cast3.C: New test.
22812
22813 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
22814
22815         * gcc.c-torture/execute/991216-4.c: New test.
22816
22817 1999-12-16  Michael Meissner  <meissner@cygnus.com>
22818
22819         * gcc.c-torture/execute/991216-1.c: New test.
22820         * gcc.c-torture/execute/991216-2.c: New test.
22821         * gcc.c-torture/execute/991216-3.c: New test.
22822
22823 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
22824
22825         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
22826         Actually make the test fail by using "-O2" for compilation.
22827
22828 1999-12-15  Nathan Sidwell  <nathan@acm.org>
22829
22830         * g++.old-deja/g++.warn/cast-align1.C: New test.
22831
22832 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
22833
22834         * gcc.c-torture/compile/991214-1.c: New test.
22835         * gcc.c-torture/compile/991214-2.c: New test.
22836
22837 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
22838
22839         * gcc.dg/991214-1.c: New test.
22840
22841 1999-12-13  Jeffrey A Law  (law@cygnus.com)
22842
22843         * gcc.c-torture/compile/991213-3.c: New test.
22844         * gcc.c-torture/compile/991213-2.c: New test.
22845         * gcc.c-torture/compile/991213-1.c: New test.
22846
22847 1999-12-10  J"orn Rennecke <amylaar@cygnus.co.uk>
22848
22849         * gcc.dg/991209-1.c: New test.
22850
22851 1999-12-08  Nathan Sidwell <nathan@acm.org>
22852
22853         * gcc.c-torture/compile/991208-1.c: New test.
22854
22855 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22856
22857         * gcc.dg/ultrasp2.c: New test.
22858
22859 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
22860
22861         * g++.old-deja/g++.abi/align.C (main): Fix typo.
22862
22863 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
22864
22865         * gcc.c-torture/compile/991202-1.c: New test.
22866         * gcc.c-torture/execute/991202-1.c: New test.
22867         * gcc.c-torture/execute/991202-2.c: New test.
22868         * gcc.c-torture/execute/991202-3.c: New test.
22869
22870 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
22871
22872         * g++.old-deja/g++.abi/align.C: New test.
22873         * g++.old-deja/g++.abi/aggregates.C: Likewise.
22874         * g++.old-deja/g++.abi/bitfields.C: Likewise.
22875
22876 1999-12-01  Richard Henderson  <rth@cygnus.com>
22877
22878         * gcc.c-torture/execute/991201-1.c: New.
22879
22880 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
22881
22882         * gcc.dg/991129-1.c: New test.
22883
22884 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
22885
22886         * gcc.c-torture/compile/991127-1.c: New test.
22887
22888 1999-11-22  Nathan Sidwell  <nathan@acm.org>
22889
22890         * g++.old-deja/g++.other/warn4.C: New test.
22891
22892 1999-11-22  Nathan Sidwell  <nathan@acm.org>
22893
22894         * g++.old-deja/g++.eh/cleanup2.C: New test.
22895         * g++.old-deja/g++.ext/pretty2.C: New test.
22896         * g++.old-deja/g++.ext/pretty3.C: New test.
22897         * g++.old-deja/g++.other/debug6.C: New test.
22898
22899 1999-10-20  Jim Wilson  <wilson@cygnus.com>
22900
22901         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
22902         compiler_output to look for one error message instead of two.
22903
22904 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
22905
22906         * gcc.c-torture/execute/991118-1.c: Also test case
22907         where the word boundary does not split a byte evenly.
22908
22909 1999-11-19  Nathan Sidwell  <nathan@acm.org>
22910
22911         * g++.old-deja/g++.ext/restrict1.C: New test.
22912
22913 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
22914
22915         * gcc.c-torture/execute/991118-1.c: New test.
22916
22917 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
22918
22919         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
22920         working directory pathnames.
22921
22922 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
22923
22924         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
22925         host is equipped with driver.h and driver.o so it can actually
22926         compile and run the tests.
22927
22928 1999-10-08  Bernd Schmidt  <bernds@cygnus.co.uk>
22929
22930         * gcc.c-torture/compile/991008-1.c: New test.
22931
22932 1999-11-08  Nick Clifton  <nickc@cygnus.com>
22933
22934         * lib/gcc-dg.exp: Include target-supports.exp
22935
22936 1999-11-05  Nick Clifton  <nickc@cygnus.com>
22937
22938         * lib/target-supports.exp: New file: Provide procs to test for
22939         features supported by the target.
22940         (check_weak_available): Moved here from ecos.exp.
22941         (check_alias_available): New proc: Determine of the target
22942         toolchain supports the alias attribute.
22943
22944         * gcc.dg/special/ecos.exp: Move check_weak_available to
22945         target-supports.exp.
22946         (alias-1.c): Only perform the test if the target supports
22947         aliases.
22948         (wkali-1.c): Only perform the test if the target supports
22949         aliases.
22950
22951         * gcc.dg/990506-0.c: Expect error messages from cross
22952         targets as well as native targets.
22953
22954 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22955
22956         * gcc.dg/ultrasp1.c: Removed xfail.
22957         * gcc.dg/struct-ret-2.c: Likewise.
22958         * gcc.dg/array-1.c: Likewise.
22959
22960 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22961
22962         * gcc.dg/struct-ret-2.c: New test.
22963
22964         * gcc.dg/array-1.c: New test.
22965
22966 1999-10-30  Stephen L Moshier <moshier@mediaone.net>
22967
22968         * gcc.c-torture/execute/991030-1.c: New test.
22969
22970 1999-10-26  Richard Henderson  <rth@cygnus.com>
22971
22972         * gcc.c-torture/compile/991026-2.c: New test.
22973
22974 1999-10-26  Jeffrey A Law  (law@cygnus.com)
22975
22976         * gcc.c-torture/compile/991026-1.c: New test.
22977
22978 1999-10-23  Jeffrey A Law  (law@cygnus.com)
22979
22980         * gcc.c-torture/execute/991023-1.c: New test.
22981
22982 1999-10-19  Jeffrey A Law  (law@cygnus.com)
22983
22984         * gcc.c-torture/execute/991019-1.c: New test.
22985
22986 1999-10-16  Richard Henderson  <rth@cygnus.com>
22987
22988         * gcc.c-torture/execute/991016-1.c: New test.
22989
22990 1999-10-14  Stephane Carrez  <stcarrez@worldnet.fr>
22991
22992         * gcc.c-torture/execute/991014-1.c: New test.
22993
22994 1999-10-13  J"orn Rennecke <amylaar@cygnus.co.uk>
22995
22996         * g++.old-deja/g++.other/union2.C: New test.
22997
22998 1999-10-13  Nathan Sidwell  <nathan@acm.org>
22999
23000         * g++.old-deja/g++.other/vaarg2.C: New test.
23001         * g++.old-deja/g++.other/vaarg3.C: New test.
23002
23003 1999-10-12  Craig Burley  <craig@jcb-sc.com>
23004
23005         * g77.f-torture/noncompile/19990905-1.f: Moved from being
23006         in compile/.
23007
23008 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
23009
23010         * gcc.c-torture/execute/va-arg-11.c: New test.
23011
23012 1999-10-01  Mark P. Mitchell  <mark@codesourcery.com>
23013
23014         * lib/file-format.exp (gcc_target_object_format): Don't
23015         crash if objdump is unavailable.
23016
23017 1999-09-29  Donn Terry <donn@interix.com>
23018
23019         * gcc.misc-tests/mg.exp: delete extraneous redirection.
23020
23021 1999-09-28  Nick Clifton  <nickc@cygnus.com>
23022
23023         * gcc.c-torture/compile/990928-1.c: New test.
23024
23025 1999-09-28  Nathan Sidwell  <nathan@acm.org>
23026
23027         * g++.old-deja/g++.other/decl6.C: New test.
23028
23029 1999-09-28  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
23030
23031         * gcc.c-torture/execute/va-arg-10.c: New test.
23032
23033 1999-09-27  Nathan Sidwell  <nathan@acm.org>
23034
23035         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
23036         __PRETTY_FUNCTION__.
23037
23038 1999-09-23  Nick Clifton  <nickc@cygnus.com>
23039
23040         * gcc.c-torture/execute/990923-1.c: New test.
23041
23042 1999-09-21  Nick Clifton  <nickc@cygnus.com>
23043
23044         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
23045         for which -fpic is inappropriate.
23046
23047 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
23048
23049         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
23050
23051 1999-09-21  Nathan Sidwell  <nathan@acm.org>
23052
23053         * g++.old-deja/g++.other/dyncast1.C: New test.
23054         * g++.old-deja/g++.other/dyncast2.C: New test.
23055         * g++.old-deja/g++.other/dyncast3.C: New test.
23056         * g++.old-deja/g++.other/dyncast4.C: New test.
23057         * g++.old-deja/g++.other/dyncast5.C: New test.
23058         * g++.old-deja/g++.eh/catch3.C: New test.
23059         * g++.old-deja/g++.eh/catch3p.C: New test.
23060         * g++.old-deja/g++.eh/catch4.C: New test.
23061         * g++.old-deja/g++.eh/catch4p.C: New test.
23062         * g++.old-deja/g++.eh/catch5.C: New test.
23063         * g++.old-deja/g++.eh/catch5p.C: New test.
23064         * g++.old-deja/g++.eh/catch6.C: New test.
23065         * g++.old-deja/g++.eh/catch6p.C: New test.
23066         * g++.old-deja/g++.eh/catch7.C: New test.
23067         * g++.old-deja/g++.eh/catch7p.C: New test.
23068         * g++.old-deja/g++.eh/catch8.C: New test.
23069         * g++.old-deja/g++.eh/catch8p.C: New test.
23070         * g++.old-deja/g++.eh/catch9.C: New test.
23071         * g++.old-deja/g++.eh/catch9p.C: New test.
23072
23073 1999-09-13  Nathan Sidwell  <nathan@acm.org>
23074
23075         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
23076         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
23077
23078 1999-09-13  Jeffrey A Law  (law@cygnus.com)
23079
23080         * gcc.c-torture/compile/990913-1.c: New test.
23081
23082 1999-09-10  Nathan Sidwell  <nathan@acm.org>
23083
23084         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
23085         * g++.old-deja/g++.jason/rfg5.C: Likewise.
23086
23087 1999-09-09  Richard Henderson  <rth@cygnus.com>
23088
23089         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
23090
23091 1999-09-09  Nathan Sidwell  <nathan@acm.org>
23092
23093         * g++.old-deja/g++.other/lookup11.C: New test.
23094         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
23095         what is permitted and what we want.
23096         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
23097         overload use.
23098         * g++.old-deja/g++.jason/rfg5.C: Likewise
23099
23100 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
23101
23102         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
23103         * gcc.c-torture/noncompile/poison-1.c: New file.
23104
23105 1999-09-08  Nathan Sidwell  <nathan@acm.org>
23106
23107         * g++.old-deja/g++.other/sizeof3.C: New test.
23108         * g++.old-deja/g++.other/sizeof4.C: New test.
23109         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
23110         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
23111
23112 1999-09-07  Richard Henderson  <rth@cygnus.com>
23113
23114         * gcc.dg/va-arg-1.c: New.
23115
23116 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
23117
23118         * gcc.c-torture/execute/va-arg-9.c: New test.
23119
23120 1999-09-05  Craig Burley  <craig@jcb-sc.com>
23121
23122         * g77.f-torture/compile/980519-2.f: New test.
23123         * g77.f-torture/compile/19990905-0.f: New test.
23124         * g77.f-torture/compile/19990905-1.f: New test.
23125         * g77.f-torture/compile/19990905-2.f: New test.
23126
23127         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
23128
23129 1999-09-03  Richard Earnshaw <rearnsha@arm.com>
23130
23131         * gcc.c-torture/execute/990827-1.c: Fix typo.
23132
23133 1999-09-03  Nathan Sidwell  <nathan@acm.org>
23134
23135         * g++.old-deja/g++.other/deref1.C: New test.
23136
23137 1999-09-02  Nathan Sidwell  <nathan@acm.org>
23138
23139         * g++.old-deja/g++.other/ambig2.C: New test.
23140         * g++.old-deja/g++.other/cond5.C: New test.
23141         * g++.old-deja/g++.other/lookup16.C: New test.
23142
23143 1999-09-02  Marc Espie <espie@cvs.openbsd.org>
23144
23145         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
23146         assemblers too.
23147
23148 1999-08-31  Jeffrey A Law  (law@cygnus.com)
23149
23150         * lib/c-torture.exp: Avoid the "compare executables" optimization
23151         when testing native.
23152
23153 1999-08-29  Jeffrey A Law  (law@cygnus.com)
23154
23155         * gcc.c-torture/execute/990829-1.c: New test.
23156         * gcc.c-torture/compile/990829-1.c: New test.
23157
23158 1999-08-27  Paul Burchard  <burchard@pobox.com>
23159
23160         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
23161         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
23162         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
23163         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
23164         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
23165         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
23166         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
23167         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
23168         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
23169         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
23170         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
23171
23172 1999-08-27  Jeffrey A Law  (law@cygnus.com)
23173
23174         * gcc.c-torture/execute/990827-1.c: New test.
23175
23176 1999-08-26  Craig Burley  <craig@jcb-sc.com>
23177
23178         * g77.f-torture/noncompile/19990826-4.f: New test.
23179
23180         * g77.f-torture/compile/19990826-3.f: New test.
23181
23182         * g77.f-torture/execute/19990826-2.f: New test.
23183
23184         * g77.f-torture/compile/19990826-1.f: New test.
23185
23186         * gcc.c-torture/execute/990826-0.c: New test.
23187         * g77.c-torture/execute/19990826-0.f: New test.
23188
23189         * g77.f-torture/noncompile/970626-2.f: New test.
23190
23191 1999-08-25  Paul Burchard  <burchard@pobox.com>
23192
23193         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
23194         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
23195         lss-011.C: New tests.
23196
23197 1999-08-25  Nathan Sidwell  <nathan@acm.org>
23198
23199         * g++.old-deja/g++.other/decl5.C: New test.
23200
23201 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23202
23203         * noncompile/noncompile.exp: Load_lib c-torture.exp.
23204         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
23205         call `postbase' for each one.  All callers of `postbase' changed
23206         to call this instead.
23207
23208 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
23209
23210         * gcc.c-torture/execute/990811-1.c: New test.
23211
23212 1999-08-09  Nick Clifton  <nickc@cygnus.com>
23213
23214         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
23215         just native ones.
23216
23217         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
23218         just native ones.
23219
23220 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
23221
23222         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
23223
23224 1999-08-04  Jeffrey A Law  (law@cygnus.com)
23225
23226         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
23227
23228 1999-08-04  Nathan Sidwell  <nathan@acm.org>
23229
23230         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
23231
23232 1999-08-04  Jeffrey A Law  (law@cygnus.com)
23233
23234         * gcc.c-torture/execute/990804-1.c: New test.
23235
23236 1999-08-03  Nathan Sidwell  <nathan@acm.org>
23237
23238         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
23239         * g++.old-deja/g++.brendan/crash64.C: Likewise
23240         * g++.old-deja/g++.brendan/overload8.C: Likewise
23241
23242 1999-08-03  Nathan Sidwell  <nathan@acm.org>
23243
23244         * g++.old-deja/g++.other/struct1.C: New test.
23245
23246 1999-08-03  Nathan Sidwell  <nathan@acm.org>
23247
23248         * g++.old-deja/g++.other/enum2.C: New test.
23249
23250 1999-08-02  Richard Henderson  <rth@cygnus.com>
23251
23252         Adapted from tests from Franz Sirl:
23253         * gcc.c-torture/execute/va-arg-7.c: New test.
23254         * gcc.c-torture/execute/va-arg-8.c: New test.
23255
23256 1999-08-01  Jeffrey A Law  (law@cygnus.com)
23257
23258         * gcc.c-torture/compile/990801-2.c: New test.
23259
23260         * gcc.c-torture/compile/990801-1.c: New test.
23261
23262 1999-07-27  Michael Meissner  <meissner@cygnus.com>
23263
23264         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
23265         fp-cmp-1.c, converting double to float.
23266
23267         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
23268         fp-cmp-1.c, converting double to long double.
23269
23270         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
23271         from fr1 to unknown_register, since fr1 is a legitimate register
23272         on some machines.
23273
23274 1999-07-25  Jeffrey A Law  (law@cygnus.com)
23275
23276         * README: More listname related changes.
23277
23278 1999-07-08  Catherine Moore  <clm@cygnus.com>
23279
23280         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
23281
23282 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
23283
23284         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
23285
23286 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
23287
23288         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
23289
23290 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
23291
23292         * gcc.dg/990703-1.c: New test.
23293
23294 1999-06-29  Nick Clifton  <nickc@cygnus.com>
23295
23296         * lib/file-format.exp: New file: Move definition of proc
23297         gcc_target_object_format to here from
23298         gcc.dg/special/ecos.exp.
23299
23300         * lib/c-torture.exp: Include lib file-format.exp.
23301         * lib/gcc-dg.exp: Include lib file-format.exp.
23302
23303         * gcc.dg/special/ecos.exp: Remove definition of proc
23304         gcc_target_object_format.
23305
23306 1999-06-28  Jeffrey A Law  (law@cygnus.com)
23307
23308         * gcc.c-torture/execute/990628-1.c: New test.
23309
23310 1999-06-25  Jeffrey A Law  (law@cygnus.com)
23311
23312         * gcc.c-torture/compile/990625-2.c: New test.
23313
23314         * gcc.c-torture/compile/990625-1.c: New test.
23315
23316 1999-06-23  Nick Clifton  <nickc@cygnus.com>
23317
23318         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
23319         attributes compile.
23320         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
23321         ports that use the COFF/PE file format.
23322
23323 1999-06-17  Jeffrey A Law  (law@cygnus.com)
23324
23325         * gcc.c-torture/compile/990617-1.c: New test.
23326
23327 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
23328
23329         * g++.old-deja/g++.other/decl4.C: New test.
23330
23331 1999-06-14  Nathan Sidwell  <nathan@acm.org>
23332
23333         * g++.old-deja/g++.other/bitfld3.C: New test.
23334
23335 1999-06-08  Nathan Sidwell  <nathan@acm.org>
23336
23337         * g++.old-deja/g++.eh/catch1.C: New test.
23338
23339 1999-06-07  Jeffrey A Law  (law@cygnus.com)
23340
23341         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
23342
23343         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
23344         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
23345
23346 1999-06-05  Craig Burley  <craig@jcb-sc.com>
23347
23348         * g77.f-torture/compile/19990502-0.f: Replace with new,
23349         shorter, test that still fails after recent changes.
23350
23351 1999-06-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
23352
23353         * gcc.c-torture/execute/990604-1.c: New test.
23354
23355 1999-05-31  Jeffrey A Law  (law@cygnus.com)
23356
23357         * gcc.c-torture/execute/990531-1.c: New test.
23358
23359 1999-05-27  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
23360
23361         * gcc.c-torture/compile/990527-1.c: New test.
23362
23363 1999-05-27  Joern Rennecke <amylaar@cygnus.com>
23364
23365         * gcc.c-torture/execute/990527-1.c: New test.
23366
23367 1999-05-25  Nick Clifton  <nickc@cygnus.com>
23368
23369         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
23370         bitfields as signed.
23371
23372 1999-05-25  Craig Burley  <craig@jcb-sc.com>
23373
23374         * g77.f-torture/compile/19990525-0.f: New test.
23375
23376 1999-05-25  Jeffrey A Law  (law@cygnus.com)
23377
23378         * gcc.c-torture/execute/990525-2.c: New test.
23379
23380         * gcc.c-torture/execute/990525-1.c: New test.
23381
23382 1999-05-24  Nathan Sidwell  <nathan@acm.org>
23383
23384         * g++.old-deja/g++.other/anon3.C: New test.
23385         * g++.old-deja/g++.other/anon4.C: New test.
23386         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
23387         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
23388         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
23389         Merrill).
23390
23391 1999-05-24  Jeffrey A Law  (law@cygnus.com)
23392
23393         * gcc.c-torture/execute/990524-1.c: New test.
23394
23395         * gcc.dg/990524-1.c: New test.
23396
23397 1999-05-23  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
23398
23399         * gcc.c-torture/compile/990523-1.c: New test.
23400
23401 1999-05-19  Raja R Harinath <harinath@cs.umn.edu>
23402
23403         * gcc.c-torture/compile/990519-1.c: New test.
23404
23405 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
23406
23407         * gcc.c-torture/compile/990517-1.c: New test.
23408
23409         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
23410         (e4, f4): New tests.
23411         (main): Call them.
23412
23413 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23414
23415         * gcc.dg/noreturn-1.c: New test.
23416
23417 1999-05-13  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
23418
23419         * gcc.c-torture/execute/990513-1.c: New test.
23420
23421 1999-05-10  Richard Henderson  <rth@cygnus.com>
23422
23423         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
23424
23425 1999-05-10  Craig Burley  <craig@jcb-sc.com>
23426
23427         * g77.f-torture/execute/erfc.f: Use small single-precision
23428         values, to avoid problems on Alphas when not -mieee.
23429
23430 1999-05-08  Craig Burley  <craig@jcb-sc.com>
23431
23432         * gcc.dg/990506-0.c: New test.
23433
23434 1999-05-08  Richard Henderson  <rth@cygnus.com>
23435
23436         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
23437         the constant to test.  Don't XFAIL 64-bit targets.
23438
23439         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
23440         * g++.old-deja/g++.law/profile1.C: Likewise.
23441
23442         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
23443         operator new instances.
23444         * g++.old-deja/g++.other/delete5.C: Likewise.
23445
23446 1999-05-03  Craig Burley  <craig@jcb-sc.com>
23447
23448         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
23449         intrinsic.
23450
23451 1999-05-03  Craig Burley  <craig@jcb-sc.com>
23452
23453         * g77.f-torture/execute/u77-test.f: Reverse order of two
23454         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
23455
23456 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23457
23458         * gcc.dg/compare1.c: New test.
23459
23460 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
23461
23462         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
23463         New tests.
23464
23465 1999-05-02  Craig Burley  <craig@jcb-sc.com>
23466
23467         * g77.f-torture/compile/19990502-1.f: New test.
23468
23469 1999-05-02  Craig Burley  <craig@jcb-sc.com>
23470
23471         * g77.f-torture/compile/19990502-0.f: New test.
23472
23473 1999-05-02  Craig Burley  <craig@jcb-sc.com>
23474
23475         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
23476         intrinsic.
23477
23478 1999-05-02  Craig Burley  <craig@jcb-sc.com>
23479
23480         * g77.f-torture/execute/u77-test.f (main): List libU77
23481         intrinsics not currently tested.
23482         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
23483         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
23484         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
23485         Trim blanks off the ends of some printed strings.
23486
23487 1999-05-02  Craig Burley  <craig@jcb-sc.com>
23488
23489         * g77.f-torture/execute/u77-test.f (main): Just warn about
23490         FSTAT gid disagreement, as it's expected on some systems.
23491
23492 1999-05-01  Craig Burley  <craig@jcb-sc.com>
23493
23494         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
23495         use a new function, which allows for some slop.
23496         Clean up some commentary.
23497         (issum): The new function.
23498         (sgladd): Deleted subroutine.
23499
23500 1999-05-01  Craig Burley  <craig@jcb-sc.com>
23501
23502         * g77.f-torture/execute/u77-test.f: Modify to be more like
23503         libf2c/libU77 version, bringing patches to that version here.
23504         Add suitable commentary.
23505
23506 1999-04-25  Richard Henderson  <rth@cygnus.com>
23507
23508         * gcc.dg/990424-1.c: New test.
23509
23510 1999-04-24  Craig Burley  <craig@jcb-sc.com>
23511
23512         * g77.f-torture/execute/u77-test.f (main): Bug involving
23513         LSTAT has been fixed, so turn back on full checking.
23514
23515 1999-04-20  Craig Burley  <craig@jcb-sc.com>
23516
23517         * g77.f-torture/compile/19990419-0.f: New test.
23518         * g77.f-torture/execute/19990419-1.f: New test.
23519
23520 1999-04-17  Richard Henderson  <rth@cygnus.com>
23521
23522         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
23523         to avoid the need for a prototype to supress a warning.
23524
23525 1999-04-07  Jim Wilson  <wilson@cygnus.com>
23526
23527         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
23528
23529 1999-04-04  Jeffrey A Law  (law@cygnus.com)
23530
23531         * gcc.c-torture/execute/990404-1.c: New test.
23532
23533 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
23534
23535         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
23536         * gcc.dg/cpp-if3.c: Don't use -pedantic.
23537         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
23538         missing initializer warnings.
23539
23540 1999-03-28  Jeffrey A Law  (law@cygnus.com)
23541
23542         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
23543         matching strings.
23544
23545 1999-03-26  Jeffrey A Law  (law@cygnus.com)
23546
23547         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
23548
23549 1999-03-26  Craig Burley  <craig@jcb-sc.com>
23550
23551         * g77.f-torture/execute/19990325-0.f: New test.
23552         * g77.f-torture/execute/19990325-1.f: New test.
23553
23554 1999-03-24  Jeffrey A Law  (law@cygnus.com)
23555
23556         * gcc.c-torture/execute/990324-1.c: New test.
23557
23558 1999-03-22  Jim Wilson  <wilson@cygnus.com>
23559
23560         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
23561         test with 4.
23562
23563 1999-03-17  Richard Henderson  <rth@cygnus.com>
23564
23565         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
23566
23567 1999-03-13  Craig Burley  <craig@jcb-sc.com>
23568
23569         * g77.f-torture/execute/19990313-2.f: New test.
23570         * g77.f-torture/execute/19990313-3.f: New test.
23571
23572 1999-03-13  Craig Burley  <craig@jcb-sc.com>
23573
23574         * g77.f-torture/execute/19990313-0.f: New test.
23575         * g77.f-torture/execute/19990313-1.f: New test.
23576
23577 1999-03-12  Jim Wilson  <wilson@cygnus.com>
23578
23579         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
23580         printf to sprintf.
23581         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
23582         (main): Add check for u15.  Conditionalize u31 check depending on
23583         whether ints are <32 bits or >=32 bits.
23584
23585 1999-03-08  Craig Burley  <craig@jcb-sc.com>
23586
23587         * g77.f-torture/execute/19981119-0.f: Improve testiness.
23588
23589 1999-03-08  Craig Burley  <craig@jcb-sc.com>
23590
23591         * g77.f-torture/compile/19990305-0.f: New test.
23592         * g77.f-torture/execute/19981119-0.f: New test.
23593
23594 1999-03-08  Craig Burley  <craig@jcb-sc.com>
23595
23596         * g77.f-torture/execute/970625-2.f: call ABORT if final
23597         result is not correct, instead of just printing it.
23598         Add this checking via newly introduced obfuscation, to
23599         trip up buggy front ends.
23600
23601 1999-03-07  Craig Burley  <craig@jcb-sc.com>
23602
23603         * g77.f-torture/compile/960317-1.f: Moved from being
23604         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
23605
23606 1999-03-06  Craig Burley  <craig@jcb-sc.com>
23607
23608         * g77.f-torture/execute/960317-1.f: New (old) test.
23609         * g77.f-torture/execute/970625-2.f: Ditto.
23610
23611 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
23612
23613         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
23614         message on line 1 or line 2; cccp and cpplib do this differently.
23615
23616 1999-03-01  Jeffrey A Law  (law@cygnus.com)
23617
23618         * g++.old-deja/g++.law/weak1.C: New test.
23619
23620 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
23621
23622         * gcc.c-torture/execute/990119-1.c: Renamed to...
23623         * gcc.dg/990119-1.c: this, so it will only be tested once
23624         (it's a preprocessor test, it doesn't need to be run at
23625         multiple optimization levels).
23626
23627 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
23628
23629         * lib/g++.exp: Don't add incdir=$base_dir/../include to
23630           ALWAYS_CXXFLAGS.
23631
23632 1999-02-24  Craig Burley  <craig@jcb-sc.com>
23633
23634         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
23635         * g77.f-torture/compile/19981216-0.f: ...as it is expected
23636         to not be compilable by current g77.
23637
23638 1999-02-24  Nick Clifton  <nickc@cygnus.com>
23639
23640         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
23641
23642 1999-02-22  Jeffrey A Law  (law@cygnus.com)
23643
23644         * gcc.c-torture/execute/990222-1.c: New test.
23645
23646 1999-02-19  Craig Burley  <craig@jcb-sc.com>
23647
23648         * g77.f-torture/compile/19990218-0.f: New test.
23649         * g77.f-torture/noncompile/19990218-1.f: New test.
23650
23651 1999-02-18  Craig Burley  <craig@jcb-sc.com>
23652
23653         * g77.f-torture/compile/19981216-0.f: New test.
23654
23655 1999-02-14  Jeffrey A Law  (law@cygnus.com)
23656
23657         * gcc.dg/990214-1.c: New test.
23658
23659 1999-02-13  Jeffrey A Law  (law@cygnus.com)
23660
23661         * gcc.dg/990213-2.c: New test.
23662
23663         * gcc.dg/990213-1.c: New test.
23664
23665 1999-02-12  Jeffrey A Law  (law@cygnus.com)
23666
23667         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
23668         ints.
23669
23670 1999-02-11  Nick Clifton  <nickc@cygnus.com>
23671
23672         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
23673         specified by target.
23674
23675         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
23676
23677 1999-02-11  Jeffrey A Law  (law@cygnus.com)
23678
23679         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
23680
23681 1999-02-10  Jonathan Larmour  <jlarmour@cygnus.co.uk>
23682
23683         * gcc.dg/special/ecos.exp: New test driver for new tests with
23684         special requirements.
23685
23686         * gcc.dg/special/alias-1.c: New test.
23687         * gcc.dg/special/gcsec-1.c: New test.
23688         * gcc.dg/special/weak-1.c: New test.
23689         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
23690         * gcc.dg/special/weak-2.c: New test.
23691         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
23692         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
23693         * gcc.dg/special/wkali-1.c: New test.
23694         * gcc.dg/special/wkali-2.c: New test.
23695         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
23696         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
23697
23698 1999-02-10  Felix Lee  <flee@cygnus.com>
23699
23700           * lib/c-torture.exp (c-torture-compile): Pull out code for
23701           analyzing gcc error messages.
23702           (c-torture-execute): Likewise.  Fix some (harmless) false
23703           positives.
23704           * lib/gcc.exp (gcc_check_compile): New function.
23705
23706 1999-02-08  Richard Henderson  <rth@cygnus.com>
23707
23708         * gcc.c-torture/execute/990208-1.c: New test.
23709
23710 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
23711
23712         * g++.dg/special/ecos.exp: New driver for new tests with special
23713         requirements
23714
23715         * g++.dg/special/conpr-1.C: New test
23716         * g++.dg/special/conpr-2.C: New test
23717         * g++.dg/special/conpr-2a.C: New test
23718         * g++.dg/special/conpr-3.C: New test
23719         * g++.dg/special/conpr-3a.C: New test
23720         * g++.dg/special/conpr-3b.C: New test
23721
23722         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
23723         allow g++ to use the dg driver
23724
23725         * README: Add comment about g++.dg directory
23726
23727 1999-02-06  Jeffrey A Law  (law@cygnus.com)
23728
23729         * README: Update email addresses.
23730
23731 1999-02-03  Nick Clifton  <nickc@cygnus.com>
23732
23733         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
23734         arguments in order to force structure S onto the stack even on
23735         the alpha.
23736         (test): Pass 10 leading arguments to function foo as well as the
23737         structure S.
23738
23739         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
23740         failure for all targets.
23741
23742         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
23743         abort to terminate program execution.
23744
23745 1999-01-30  Richard Henderson  <rth@cygnus.com>
23746
23747         * gcc.c-torture/execute/990130-1.c: New test.
23748
23749 1999-01-30  Jeffrey A Law  (law@cygnus.com)
23750
23751         * gcc.dg/990130-1.c: New test.
23752
23753 1999-01-28  Michael Meissner  <meissner@cygnus.com>
23754
23755         * gcc.c-torture/execute/990128-1.c: New test.
23756
23757 1999-01-27  Michael Meissner  <meissner@cygnus.com>
23758
23759         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
23760
23761 1999-01-27  Felix Lee  <flee@cygnus.com>
23762
23763         * lib/c-torture.exp (c-torture-compile): pull out code for
23764         analyzing gcc error messages.
23765         (c-torture-execute): ditto, and fix some (harmless) false
23766         positives.
23767         * lib/gcc.exp (gcc_check_compile): new function.
23768
23769 1999-01-17  Jeffrey A Law  (law@cygnus.com)
23770
23771         * gcc.dg/990117-1.c: New test.
23772
23773         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
23774
23775         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
23776
23777 1999-01-15  Jeffrey A Law  (law@cygnus.com)
23778
23779         * g77.f-torture/compile/990115-1.f: New test.
23780
23781 1999-01-07  Jeffrey A Law  (law@cygnus.com)
23782
23783         * gcc.c-torture/compile/990107-1.c: New test
23784
23785 1999-01-06  Jeffrey A Law  (law@cygnus.com)
23786
23787         * gcc.c-torture/execute/990106-2.c: New test.
23788
23789         * gcc.c-torture/execute/990106-1.c: New test.
23790
23791 1998-12-30  Zack Weinberg <zack@rabi.columbia.edu>
23792
23793         * gcc.c-torture/compile/981223-1.c: New test.
23794
23795 1998-12-29  Richard Henderson  <rth@cygnus.com>
23796
23797         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
23798         (opt3): Rename from opt4 and disable.
23799
23800 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
23801
23802         * g++.old-deja/g++.pt/ptrmem5.C: New test.
23803
23804 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
23805
23806         * g++.old-deja/g++.other/conv5.C: New test.
23807
23808 1998-12-14  Nick Clifton  <nickc@cygnus.com>
23809
23810         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
23811
23812 1998-12-11  Jeffrey A Law  (law@cygnus.com)
23813
23814         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
23815
23816 1998-12-11  Zack Weinberg <zack@rabi.columbia.edu>
23817
23818         * gcc.c-torture/compile/981211-1.c: New test.
23819
23820 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
23821
23822         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
23823
23824         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
23825
23826 1998-12-08  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
23827
23828         * gcc.special/930510-1.c: Make C9X safe.
23829         * gcc.misc-tests/gcov-1.c Similarly.
23830         * gcc.misc-tests/gcov-2.c Similarly.
23831
23832 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
23833
23834         * gcc.dg/ultrasp1.c: New test.
23835
23836 1998-12-06  Richard Henderson  <rth@cygnus.com>
23837
23838         * gcc.c-torture/execute/981206.c: New test.
23839
23840 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
23841
23842         * g++.old-deja/g++.ns/template7.C: New test.
23843
23844         * g++.old-deja/g++.other/expr1.C: New test.
23845
23846         * g++.old-deja/g++.eh/tmpl3.C: New test.
23847
23848         * g++.old-deja/g++.eh/tmpl2.C: New test.
23849
23850 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
23851
23852         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
23853         * g++.old-deja/g++.other/using6.C: Removed.
23854         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
23855
23856         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
23857
23858 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
23859
23860         * g++.old-deja/g++.pt/overload8.C: New test.
23861
23862         * g++.old-deja/g++.pt/overload7.C: New test.
23863
23864         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
23865
23866         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
23867         and relinking messages.
23868         * lib/g++.exp (g++_target_compile): Remove .rpo file when
23869         compiling with -frepo.
23870
23871 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
23872
23873         * g++.old-deja/g++.pt/lookup6.C: New test.
23874
23875 1998-11-30  Nick Clifton  <nickc@cygnus.com>
23876
23877         * gcc.c-torture/execute/981130-1.c: New test.
23878         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
23879
23880 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
23881
23882         * g++.old-deja/g++.pt/explicit76.C: New test.
23883
23884         * g++.old-deja/g++.pt/friend38.C: New test.
23885
23886         * g++.old-deja/g++.ns/crash2.C: New test.
23887
23888         * g++.old-deja/g++.pt/defarg8.C: New test.
23889
23890         * g++.old-deja/g++.pt/instantiate6.C: New test.
23891
23892         * g++.old-deja/g++.pt/static6.C: New test.
23893
23894         * g++.old-deja/g++.pt/decl2.C: New test.
23895
23896 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
23897
23898         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
23899         problem is actually related with name lookup, but so what? :-)
23900
23901         * g++.old-deja/g++.pt/friend37.C: New test.
23902
23903 1998-11-25  Dave Love  <d.love@dl.ac.uk>
23904
23905         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
23906         element, which fails on some systems.
23907
23908         * g77.f-torture/execute/labug1.f: New test.
23909
23910 1998-11-21  Jeffrey A Law  (law@cygnus.com)
23911
23912         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
23913         is defined.
23914
23915 1998-11-18  Dave Love  <d.love@dl.ac.uk>
23916
23917         * g77.f-torture/compile/981117-1.f: New test.
23918
23919 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
23920
23921         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
23922         properly discarded.
23923
23924 1998-10-11  Ken Raeburn  <raeburn@cygnus.com>
23925
23926         * gcc.c-torture/execute/memcheck: New directory of tests for
23927         -fcheck-memory-usage.
23928
23929 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
23930
23931         * README: New file, general information about the testsuite and
23932         new description of the various C++ test subdirectories.
23933         * README.g++: Eliminate obsolete information, update and move most
23934         relevant stuff to README.
23935
23936 1998-11-07  Richard Henderson  <rth@cygnus.com>
23937
23938         * gcc.c-torture/compile/981107-1.c: New test.
23939
23940 1998-11-02  Doug Evans  <devans@canuck.cygnus.com>
23941
23942         * execute/memcpy-bi.c: New testcase.
23943
23944 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
23945
23946         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
23947         base classes.
23948
23949         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
23950         template is selected.
23951
23952         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
23953         classes, it should be accepted for all types.
23954
23955         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
23956
23957         * g++.old-deja/g++.pt/spec24.C: Ensure that template
23958         specializations start with template headers.
23959
23960 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
23961
23962         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
23963
23964         * g++.old-deja/g++.other/init9.C: Test cross initialization of
23965         non-POD types.
23966
23967 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
23968
23969         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
23970
23971 1998-10-22  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
23972
23973         * compile/981022-1.c, compile/981022-1.x: New test and driver.
23974
23975 1998-10-19  Jeffrey A Law  (law@cygnus.com)
23976
23977         * 981019-1.c: New test.
23978
23979 1998-10-14  Robert Lipe <robertl@dgii.com>
23980
23981         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
23982         find objc headers.
23983
23984 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
23985
23986         * compile/981001-4.c: Remove use of GCC extension that triggers a
23987         compiler bug.
23988
23989 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
23990
23991         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
23992
23993 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
23994
23995         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
23996         instantiation of template produces incorrect code for delete
23997         expression.
23998
23999         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
24000         constructors' name is not unique.
24001         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
24002         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
24003
24004         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
24005         automatic array of const is ill-formed.
24006
24007         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
24008         of template parameter?
24009
24010         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
24011         const.
24012
24013         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
24014         pointer-to-member expression.
24015
24016         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
24017         declaration causes ICE.
24018
24019 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
24020
24021         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
24022         reserved in the global namespace.
24023
24024         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
24025         generate needed virtual table.
24026
24027         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
24028
24029 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
24030
24031         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
24032         template-dependent type
24033
24034 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
24035
24036         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
24037         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
24038         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
24039
24040         * g++.old-deja/g++.other/using5.C: New test; using decl from base
24041         class should be usable as argument of member function.
24042         * g++.old-deja/g++.other/using6.C: New test; using decl from base
24043         class should be usable as return type of member function.
24044         * g++.old-deja/g++.other/using7.C: New test; using decl from base
24045         class should be usable as type of data member.
24046
24047         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
24048
24049 1998-10-09  Jeffrey A Law  (law@cygnus.com)
24050
24051         * gcc.c-torture/special/920521-1.c: Fix bogus test.
24052
24053 1998-10-08  Nick Clifton  <nickc@cygnus.com>
24054
24055         * gcc.dg/dll-?.c Add thumb to target list.
24056         Fix assembler scan patterns to match current assembler output.
24057
24058 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
24059
24060         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
24061         matching of template brackets.
24062
24063         * g++.old-deja/g++.other/using4.C: New test.  Test using
24064         declarations of methods from base classes.
24065
24066         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
24067         within functions should introduce names into the innermost
24068         enclosing namespace.
24069
24070         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
24071         of static locals if first initialization throws.
24072
24073 1998-10-07  Jim Wilson  <wilson@cygnus.com>
24074
24075         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
24076
24077 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
24078
24079         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
24080         lose track of the possible targets of tablejump insns.
24081         * special/special.exp: Run it.
24082
24083 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
24084
24085         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
24086         must be declared before its specializations can be named in friend
24087         declarations.
24088
24089 1998-10-05  Dave Love  <d.love@dl.ac.uk>
24090
24091         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
24092
24093         * g77.f-torture/execute/io1.f: New test.
24094
24095 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
24096
24097         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
24098         with pointer to template function, for which no argument deduction
24099         is possible.
24100
24101         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
24102         specialization of template function as argument to template
24103         function.
24104
24105         * g++.old-deja/g++.other/access2.C: New test; Inner class
24106         shouldn't have privileged access to Outer's names.
24107
24108 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
24109
24110         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
24111         friend template declared within template class conflicts with
24112         nested class of the same name.
24113
24114         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
24115         is ignored.
24116
24117         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
24118         object with direct initializer as function declaration.
24119
24120         * g++.old-deja/g++.other/decl2.C: New test; duplicate
24121         initializers.
24122
24123         * g++.old-deja/g++.other/null2.C: New test; conditional operator
24124         involving const pointer and NULL produces incorrect result.
24125
24126         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
24127         type name without `typename' should be rejected with -pedantic.
24128
24129 1998-10-02  Richard Henderson  <rth@cygnus.com>
24130
24131         * g++.old-deja/g++.other/addrof1.C: New test.
24132
24133 1998-10-01  Nick Clifton  <nickc@cygnus.com>
24134
24135         * gcc.c-torture/compile/981001-1.c: New test.
24136         * gcc.c-torture/execute/981001-1.c: New test.
24137
24138 1998-10-01  Jeffrey A Law  (law@cygnus.com)
24139
24140         * gcc.c-torture/compile/981001-2.c: New test.
24141         * gcc.c-torture/compile/981001-3.c: New test.
24142         * gcc.c-torture/compile/981001-4.c: New test.
24143
24144 1998-10-01  Robert Lipe  <robertl@dgii.com>
24145
24146         * lib/objc.exp (objc_target_compile): Add -L during compiles for
24147         multilibbed hosts.   Idea grafted from g77.exp.
24148
24149 1998-09-30  Dave Love  <d.love@dl.ac.uk>
24150
24151         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
24152         avoid losing on systems which need -lsocket.
24153
24154 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
24155
24156         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
24157         * g++.old-deja/g++.other/nested2.C: Ditto.
24158         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
24159         failure.
24160
24161 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
24162
24163         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
24164         preferred over template operator!= for enum bitfields.
24165
24166 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
24167
24168         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
24169         that happen to have the same base name, but in different scopes,
24170         are incorrectly rejected.
24171
24172 1998-09-16  Richard Henderson  <rth@cygnus.com>
24173
24174         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
24175         on the native word size instead of an integer literal.
24176
24177 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
24178
24179         * g++.old-deja/g++.other/static2.C: Invocation of static data
24180         member of type pointer-to-function denoted as non-static member.
24181
24182         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
24183         checks involving function types and aliases.
24184
24185 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
24186
24187         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
24188         redefined to the same non-trivial type.
24189
24190         * g++.old-deja/g++.pt/explicit73.C: Test for proper
24191         namespace-qualification of template specializations declared in
24192         other namespaces.
24193
24194         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
24195         to declare a subset of the specializations of a template function
24196         as friends of specializations of a template class.
24197
24198         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
24199         member templates that do not fully specialize the enclosing
24200         template class are rejected.
24201
24202 1998-09-11  Dave Love  <d.love@dl.ac.uk>
24203
24204         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
24205
24206 1998-09-08  Dave Love  <d.love@dl.ac.uk>
24207
24208         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
24209         altered from libf2c/libU77 version.
24210
24211 1998-09-06  Dave Love  <d.love@dl.ac.uk>
24212
24213         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
24214
24215 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
24216
24217         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
24218         (un)signed char are different types for template specialization
24219         purposes.
24220
24221 1998-09-03  Ovidiu Predescu  <ovidiu@aracnet.com>
24222
24223         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
24224         * objc: ObjC testsuite.
24225
24226 1998-08-31  Catherine Moore  <clm@cygnus.com>
24227
24228         * gcc.c-torture/execute/941014-1.x:  New file.
24229
24230 1998-08-31  Nick Clifton  <nickc@cygnus.com>
24231
24232         * lib/c-torture.exp: Add support for
24233         torture_eval_before_compile and torture_eval_before_execute
24234         variables.
24235
24236 1998-08-30  Jeffrey A Law  (law@cygnus.com)
24237
24238         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
24239         this test triggers valid.
24240
24241 1998-08-27  Jeffrey A Law  (law@cygnus.com)
24242
24243         * gcc.dg/980827-1.c: New test.
24244
24245 1997-08-26  J"orn Rennecke <amylaar@cygnus.co.uk>
24246
24247         * gcc.c-torture/execute/loop-4b.c: New test.
24248
24249 1998-08-26  Nick Clifton  <nickc@cygnus.com>
24250
24251         * lib/c-torture.exp: Add support for
24252         torture_eval_before_compile and torture_eval_before_execute
24253         variables.
24254
24255 1998-08-25  Jeffrey A Law  (law@cygnus.com)
24256
24257         * gcc.c-torture/compile/980825-1.c: New test.
24258
24259 1998-08-24  Nick Clifton  <nickc@cygnus.com>
24260
24261         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
24262         count number tests in opt_t0 not good_t0.
24263
24264 1998-08-24  Jeffrey A Law  (law@cygnus.com)
24265
24266         * gcc.c-torture/compile/930326-1.x: Fix typo.
24267
24268 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
24269
24270         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
24271         causes an ICE.
24272
24273 1998-08-21  Jeffrey A Law  (law@cygnus.com)
24274
24275         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
24276         STACK_SIZE is defined.
24277         * gcc.c-torture/unsorted/stuct.c: Similarly.
24278
24279         * gcc.c-torture/compile/980821-1.c: New test.
24280
24281 1998-08-21  Jeffrey A Law  (law@cygnus.com)
24282
24283         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
24284
24285 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
24286
24287         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
24288         code.
24289
24290 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
24291
24292         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
24293         error'.
24294
24295 1998-08-18  Jeffrey A Law  (law@cygnus.com)
24296
24297         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
24298
24299 1998-08-16  Jeffrey A Law  (law@cygnus.com)
24300
24301         * gcc.c-torture/compile/980816-1.c: New test.
24302
24303         * gcc.dg/980816-1.c: New test.
24304
24305 1998-08-13  Jeffrey A Law  (law@cygnus.com)
24306
24307         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
24308         compiler for ieee tests.
24309
24310 1998-08-01  Dave Love  <d.love@dl.ac.uk>
24311
24312         * g77.f-torture/compile/980729-0.f: New test.
24313
24314 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
24315
24316         * gcc.c-torture/special/eeprof-1.c: New test, for
24317         -finstrument-functions.
24318         * gcc.c-torture/special/special.exp: Run it.
24319
24320 1998-07-29  Jeffrey A Law  (law@cygnus.com)
24321
24322         * gcc.c-torture/compile/980729-1.c: New test.
24323
24324 1998-07-27  Nick Clifton  <nickc@cygnus.com>
24325
24326         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
24327         __thumb__ is defined, and test for ARM style doubles if so.
24328
24329 1998-07-26  Dave Love  <d.love@dl.ac.uk>
24330
24331         * g77.f-torture/noncompile/980615-0.f: New test.
24332
24333 1998-07-26  H.J. Lu  (hjl@gnu.org)
24334
24335         * gcc.dg/980312-1.c: Do link instead of compile.
24336         * gcc.dg/980313-1.c: Likewise.
24337
24338 1998-07-26  Jeffrey A Law  (law@cygnus.com)
24339
24340         * gcc.c-torture/compile/980726-1.c: New test.
24341
24342 1998-07-25  Dave Love  <d.love@dl.ac.uk>
24343
24344         * g77.f-torture/execute/io0.f: New test.
24345
24346 1998-07-24  Nick Clifton  <nickc@cygnus.com>
24347
24348         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
24349         an int.
24350
24351 1998-06-18  Michael Meissner  <meissner@cygnus.com>
24352
24353         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
24354         m32r bugs.
24355
24356 1998-07-17  Nick Clifton  <nickc@cygnus.com>
24357
24358         * gcc.dg/980626-1.c: Expect failures for all toolchains until
24359         c-decl.c:grokdeclarator can handle mode attributes.
24360
24361 1998-07-16  Jeffrey A Law  (law@cygnus.com)
24362
24363         * gcc.c-torture/execute/980716-1.c: New test.
24364
24365 1998-07-13  Jeffrey A Law  (law@cygnus.com)
24366
24367         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
24368         the mn10200.
24369         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
24370         the mn10200.
24371         * gcc.c-torture/execute/va-arg-3.x: Similarly.
24372         * gcc.c-torture/compile/930326-1.x: Similarly.
24373
24374 1998-07-13  Dave Love  <d.love@dl.ac.uk>
24375
24376         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
24377         New test from Craig.
24378
24379 1998-07-12  Dave Love  <d.love@dl.ac.uk>
24380
24381         * g77.f-torture/noncompile/980616-0.f: New test.
24382
24383         * g77.f-torture/execute/970816-3.f:  New test from Craig.
24384
24385 1998-07-10 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
24386
24387         *  g++.other/singleton.C: Return error value instead of taking
24388         SIGSEGV.
24389
24390 1998-07-10  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
24391
24392         *  g++.other/singleton.C: New test.   Warning is under dispute.
24393         Runtime crash is not.
24394
24395 1998-07-09  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
24396
24397         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
24398         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
24399         using6.C, using7.C}:  New namespace tests.
24400
24401 1998-07-09  Alexandre Oliva   <oliva@dcc.unicamp.br>
24402
24403         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
24404         specialization with typedef'ed names used as array indexes.
24405
24406 1998-07-09  Jeffrey A Law  (law@cygnus.com)
24407
24408         * gcc.c-torture/execute/980709-1.c: New test.
24409
24410         * gcc.dg/980709-1.c: New test.
24411
24412 1998-07-07  Richard Henderson  <rth@cygnus.com>
24413
24414         * gcc.c-torture/execute/bcp-1.c: New test.
24415
24416 1998-07-07  Jeffrey A Law  (law@cygnus.com)
24417
24418         * gcc.c-torture/execute/980707-1.c: New test.
24419
24420 1998-07-06  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
24421
24422         * gcc.c-torture/compile/980706-1.c: New test.
24423
24424 1998-07-01  Dave Love  <d.love@dl.ac.uk>
24425
24426         * g77.f-torture/execute/980701-0.f,
24427         g77.f-torture/execute/980701-1.f: New test from Craig.
24428
24429 1998-07-01  Jeffrey A Law  (law@cygnus.com)
24430
24431         * gcc.c-torture/compile/980701-1.c: New test.
24432
24433         * gcc.c-torture/execute/980701-1.c: New test.
24434
24435 1998-06-30  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
24436 rlsruhe.de>
24437
24438         * g++.old-deja/g++.robertl/eb132.C: New test.
24439         * g++.old-deja/g++.robertl/eb133.C: Likewise.
24440
24441 1998-06-29  Dave Love  <d.love@dl.ac.uk>
24442
24443         * g77.f-torture/execute/980628-7.f,
24444         g77.f-torture/execute/980628-8.f,
24445         g77.f-torture/execute/980628-9.f,
24446         g77.f-torture/execute/980628-10.f: New tests from Craig.
24447
24448         * g77.f-torture/execute/980628-3.f: Remove mail headers.
24449
24450 1998-06-28  Jeffrey A Law  (law@cygnus.com)
24451
24452         * g77.f-torture/execute/980628-4.f: New test from Craig.
24453         * g77.f-torture/execute/980628-5.f: Likewise.
24454         * g77.f-torture/execute/980628-2.f: Likewise.
24455         * g77.f-torture/execute/980628-0.f: Likewise.
24456         * g77.f-torture/execute/980628-1.f: Likewise.
24457         * g77.f-torture/execute/980628-3.f: Likewise.
24458         * g77.f-torture/execute/980628-6.f: Likewise.
24459
24460 1998-06-28  Jeffrey A Law  (law@cygnus.com)
24461
24462         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
24463         directory when nothing has been installed yet.
24464
24465 1998-06-27  Carlo Wood  <carlo@runaway.xs4all.nl>
24466
24467         * gcc.c-torture/special/special.exp: Handle newer versions of
24468         dejagnu.
24469
24470 1998-06-26  Jeffrey A Law  (law@cygnus.com)
24471
24472         * gcc.dg/980626-1.c: New test.
24473
24474 1998-06-19  Bruno Haible <haible@ilog.fr>
24475
24476         * gcc.misc-tests/m-un-2.c: New test.
24477         * g++.old-deja/g++.other/warn01.c: Likewise.
24478
24479 1998-06-19  Robert Lipe  <robertl@dgii.com>
24480
24481         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
24482         compatibility with assmblers with a different comment character.
24483         Eliminate use of GAS-specific extensions.
24484
24485 1998-06-19  Jeffrey A Law  (law@cygnus.com)
24486
24487         * gcc.c-torture/execute/ieee/980619-1.c: New test.
24488
24489 1998-06-19  Robert Lipe  <robertl@dgii.com>
24490
24491         *lib/g77.exp: Replace search for libf2c.a with search for newly
24492         renamed libg2c.a
24493
24494 1998-06-17  Jeffrey A Law  (law@cygnus.com)
24495
24496         * gcc.c-torture/execute/980617-1.c: New test.
24497
24498 1998-06-12  Jeffrey A Law  (law@cygnus.com)
24499
24500         * gcc.c-torture/execute/980612-1.c: New test.
24501
24502 1998-06-08  Jeffrey A Law  (law@cygnus.com)
24503
24504         * gcc.dg/980523-1.c: Only test on ppc-linux.
24505         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
24506
24507         * gcc.c-torture/execute/980608-1.c: New test.
24508
24509 1997-06-05  J"orn Rennecke <amylaar@cygnus.co.uk>
24510
24511         * gcc.c-torture/execute/980605-1.c: New test.
24512
24513 1998-06-04  Jeffrey A Law  (law@cygnus.com)
24514
24515         * gcc.c-torture/execute/980604-1.c: New test.
24516
24517 1998-06-02  Jeffrey A Law  (law@cygnus.com)
24518
24519         * gcc.c-torture/execute/980602-1.c: New test.
24520         * gcc.c-torture/execute/980602-2.c: Likewise.
24521
24522 1998-06-02  Dave Love  <d.love@dl.ac.uk>
24523
24524         * 970125-0.f: Fix per JCB.  Add commentary.
24525
24526 1998-05-31  Michael Meissner  <meissner@cygnus.com>
24527
24528         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
24529         IEEE -0 support.
24530
24531 1998-05-29  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
24532
24533         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
24534         earlier.
24535
24536 1998-05-28  Catherine Moore <clm@cygnus.com>
24537
24538         * gcc.c-torture/execute/980526-3.c: New test.
24539
24540 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
24541
24542         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
24543         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
24544         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
24545         m88k-motorola-sysv3 to XFAIL.
24546
24547 1998-05-26  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
24548
24549         * gcc.dg/980526-1.c: New test.
24550         * gcc.c-torture/execute/980526-2.c: New test.
24551
24552 1998-05-26  Jeffrey A Law  (law@cygnus.com)
24553
24554         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
24555
24556         * gcc.c-torture/execute/980526-1.c: New test.
24557
24558 1998-05-26  Dave Love  <d.love@dl.ac.uk>
24559
24560         * g77.f-torture/execute/alpha2.f: Add runtime test.
24561
24562 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
24563
24564         * g++.old-deja/old-deja.exp: Strip leading directories.
24565
24566         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
24567         error for the line.  Don't run multiple tests for the same line.
24568
24569 1998-05-23  Jeffrey A Law  (law@cygnus.com)
24570
24571         * gcc.dg/980523-1.c: New test.
24572
24573 1998-05-23  Dave Love  <d.love@dl.ac.uk>
24574
24575         * g77.f-torture/compile/970915-0.f: New test.
24576
24577 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
24578
24579         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
24580
24581 1998-05-21  Jeffrey A Law  (law@cygnus.com)
24582
24583         * gcc.dg/980520-1.c: New test.
24584
24585 1998-05-20  Manfred Hollstein  <manfred@s-direktnet.de>
24586
24587         * gcc.dg/980502-1.c: Fix return type.
24588
24589 1998-05-20  Jeffrey A Law  (law@cygnus.com)
24590
24591         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
24592         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
24593         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
24594         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
24595         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
24596
24597 1998-05-20  Dave Love  <d.love@dl.ac.uk>
24598
24599         * g77.f-torture/execute/980520-1.f: New test.
24600
24601 1998-05-15  Dave Love  <d.love@dl.ac.uk>
24602
24603         * lib/mike-g77.exp: New file.
24604
24605         * g77.f-torture/noncompile/noncompile.exp,
24606         g77.f-torture/noncompile/check0.f: New files.
24607
24608 1998-05-14  Dave Love  <d.love@dl.ac.uk>
24609
24610         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
24611         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
24612         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
24613         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
24614         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
24615         abort where appropriate.
24616
24617 1998-05-05  Michael Meissner  <meissner@cygnus.com>
24618
24619         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
24620         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
24621
24622 1998-04-29  Dave Love  <d.love@dl.ac.uk>
24623
24624         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
24625
24626 1998-04-27  Dave Love  <d.love@dl.ac.uk>
24627
24628         * g77.f-torture/compile/980427-0.f: New test.
24629
24630 1998-04-24  Dave Love  <d.love@dl.ac.uk>
24631
24632         * g77.f-torture/compile/980424-0.f: New test.
24633
24634 1998-04-19  Dave Love  <d.love@dl.ac.uk>
24635
24636         * g77.f-torture/compile/980419-2.f (main): New test.
24637         * g77.f-torture/compile/970125-0.f: New test.
24638         * g77.f-torture/compile/980419-1.f: New test.
24639
24640 1998-04-08  Jim Wilson  <wilson@cygnus.com>
24641
24642         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
24643         of loop-4.c.
24644
24645 1998-04-07  Jim Wilson  <wilson@cygnus.com>
24646
24647         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
24648
24649 1998-04-03  Jim Wilson  <wilson@cygnus.com>
24650
24651         * gcc.c-torture/compile/980329-1.c: New test.
24652
24653 1998-03-18  Jim Wilson  <wilson@cygnus.com>
24654
24655         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
24656         * gcc.dg/980312-1.c: Fix typo in -march command.
24657
24658 1998-03-16  H.J. Lu  (hjl@gnu.org)
24659
24660         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
24661
24662 1998-03-11  Robert Lipe  <robertl@dgii.com>
24663
24664         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
24665         Dave Love agree the Fortran source is bogus.
24666
24667 1998-03-11  Robert Lipe  <robertl@dgii.com>
24668
24669         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
24670         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
24671         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
24672         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
24673         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
24674
24675 1998-03-10  Alexandre Oliva   <oliva@dcc.unicamp.br>
24676
24677         * g++.old-deja/g++.other/friend1.C: New test.
24678
24679 1998-02-18  Dave Love  <d.love@dl.ac.uk>
24680
24681         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
24682         possibly uninitialized) variables and declare dnrm2.
24683
24684 1998-02-23  Robert Lipe <robertl@dgii.com>
24685
24686         From Bruno Haible <haible@ilog.fr>:
24687         * gcc.c-torture/execute/980223.c: New test.
24688
24689 1998-02-13  Jeffrey A Law  (law@cygnus.com)
24690
24691         * gcc.dg/ifelse-1.c: New test.
24692
24693 1998-02-09  H.J. Lu  (hjl@gnu.org)
24694
24695         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
24696
24697           * lib/old-dejagnu.exp (old-dejagnu): Added the
24698           "execution test - XFAIL *-*-*" handling in the spirit of
24699           "excess errors test -". Changed the "execution test fails"
24700           handling to be like "excess errors test fails".
24701           * Update various tests accordingly.
24702
24703 1998-02-06  Jim Wilson  <wilson@cygnus.com>
24704
24705         * gcc.c-torture/execute/980205.c: New test.
24706
24707 1998-01-18  Jeffrey A Law  (law@cygnus.com)
24708
24709         * lib/c-torture.exp: Look for .x files instead of .cexp files.
24710         * lib/f-torture.exp: Similarly.
24711         * gcc.c-torture: Rename all .cexp files to .x files.
24712
24713 1997-12-08  J"orn Rennecke <amylaar@cygnus.co.uk>
24714
24715         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
24716         (940510-1.c): Removed duplicate.
24717         (971104-1.c): New test.
24718
24719 1997-11-25  Kate Hedstrom  (kate@ahab.rutgers.edu)
24720
24721           * lib/f-torture.exp: Improve error and loop detection.
24722
24723 1997-11-19  Michael Meissner  <meissner@cygnus.com>
24724
24725         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
24726         use that to size the filler array.
24727
24728 1997-09-26  Bob Manson  <manson@charmed.cygnus.com>
24729
24730         * lib/c-torture.exp(c-torture-execute): Fix typo.
24731
24732         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
24733         testcase as the executable name. Keep the executable around if
24734         the test fails.
24735
24736 1997-09-19  Bob Manson  <manson@charmed.cygnus.com>
24737
24738         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
24739         changes.  Only test one -g option, and move it to the end of the
24740         list of options to test.
24741
24742 1997-09-19  Michael Meissner  <meissner@cygnus.com>
24743
24744         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
24745         variable GCC_TORTURE_OPTIONS to supply default switches separated
24746         by colons.  If no environment variable, run tests with -O0 -g, -O1
24747         -g, and -O2 -g as well.
24748
24749 1997-09-17  Bob Manson  <manson@charmed.cygnus.com>
24750
24751         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
24752         explanatory comments. Fix indentation.
24753
24754 1997-09-15  Jeffrey A Law  (law@cygnus.com)
24755
24756         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
24757
24758 1997-09-11  Jeffrey A Law  (law@cygnus.com)
24759
24760         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
24761         * g++.old-deja/g++.mike/p7325.C: Likewise.
24762         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
24763
24764 1997-09-11  Alexandre Oliva  (oliva@dcc.unicamp.br)
24765
24766         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
24767         * g++.old-deja/g++.brendan/crash30.C: Likewise.
24768         * g++.old-deja/g++.brendan/crash39.C: Likewise.
24769         * g++.old-deja/g++.law/operators4.C: Likewise.
24770
24771 1997-09-11  Joe Buck  (jbuck@synopsys.com)
24772
24773         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
24774         * g++.old-deja/g++.mike/p784.C: Ditto.
24775         * g++.old-deja/g++.mike/p785.C: Ditto.
24776
24777 1997-09-05  Jeffrey A Law  (law@cygnus.com)
24778
24779           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
24780
24781 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
24782
24783         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
24784         target feature; pass this to c-torture-execute as needed.
24785
24786 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
24787
24788         * lib/c-torture.exp(c-torture-execute): If the previous and the
24789         current executables being tested are identical, we don't need to
24790         run the executable again. Try to make the executable names
24791         unique. Add an optional argument for passing additional compiler
24792         flags.
24793
24794 1997-09-02  Doug Evans  <dje@canuck.cygnus.com>
24795
24796         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
24797
24798 1997-08-29  Jeffrey A Law  (law@cygnus.com)
24799
24800         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
24801
24802 1997-07-31  Jeffrey A Law  (law@cygnus.com)
24803
24804         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
24805         32bit or larger longs.
24806
24807         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
24808         have either a 32bit long or 32bit int.
24809
24810 1997-07-29  J"orn Rennecke <amylaar@cygnus.co.uk>
24811
24812         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
24813         Make double precision tests dependent on sizeof (double).
24814
24815 1997-07-09  Bob Manson  <manson@charmed.cygnus.com>
24816
24817         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
24818         too.
24819
24820 1997-06-17  J"orn Rennecke <amylaar@cygnus.co.uk>
24821
24822         * gcc.c-torture/compile/961203-1.cexp: New script.
24823
24824 1997-06-16  Bob Manson  <manson@charmed.cygnus.com>
24825
24826         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
24827         up the includes ourselves.
24828
24829 1997-06-11  Bob Manson  <manson@charmed.cygnus.com>
24830
24831         * lib/plumhall.exp: Remove random include, and add a few
24832         verbose messages for debugging.
24833
24834 1997-06-06  Bob Manson  <manson@charmed.cygnus.com>
24835
24836         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
24837         of trying to do it ourselves.
24838
24839 1997-06-04  J"orn Rennecke <amylaar@cygnus.co.uk>
24840
24841         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
24842
24843 1997-06-04  Bob Manson  <manson@charmed.cygnus.com>
24844
24845         * gcc.prms/5403.c: Made regexp a bit less strict.
24846
24847 1997-06-03  Bob Manson  <manson@charmed.cygnus.com>
24848
24849         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
24850         is returned from remote_load instead.
24851         * lib/plumhall.exp: Ditto.
24852         * lib/mike-g++.exp: Ditto.
24853         * lib/old-dejagnu.exp: Ditto.
24854         * lib/c-torture.exp: Ditto.
24855
24856 1997-05-30  Bob Manson  <manson@charmed.cygnus.com>
24857
24858         * lib/g++.exp: Use build_wrapper procedure.
24859         * lib/gcc.exp: Ditto.
24860
24861 1997-05-20  Jeffrey A Law  (law@cygnus.com)
24862
24863         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
24864         an old-style decl for malloc.  Fixes tests to work when
24865         sizeof (int) != sizeof (size_t).
24866
24867 1997-05-15  Mike Meissner  <meissner@cygnus.com>
24868
24869         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
24870
24871         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
24872         use stdargs.h interface.
24873
24874 1997-05-15  Mike Meissner  <meissner@cygnus.com>
24875
24876         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
24877         NO_VARARGS when compiling.
24878
24879 1997-05-01  Bob Manson  <manson@charmed.cygnus.com>
24880
24881         * lib/plumhall.exp(ph_includes): New procedure.
24882         (ph_make): Use it.
24883         (ph_compiler): Ditto.
24884
24885         * lib/g++.exp: Rename test-glue.c to testglue.c.
24886         * lib/gcc.exp: Ditto.
24887
24888 1997-04-10  Bob Manson  <manson@charmed.cygnus.com>
24889
24890         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
24891         to completion when it's called.
24892
24893 1997-03-21  Michael Meissner  <meissner@cygnus.com>
24894
24895         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
24896         is defined, don't do test.
24897
24898 1997-03-20  Doug Evans  <dje@canuck.cygnus.com>
24899
24900         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
24901         for object files.
24902         (ph_summary): Mark skipped testcases as untested, not unresolved.
24903
24904         * lib/plumhall.exp (ph_make): If unresolved because of bad
24905         errorCode, record errorCode in log file.
24906         (*): Replace send_log/verbose with verbose -log.
24907
24908 1997-03-19  Michael Meissner  <meissner@cygnus.com>
24909
24910         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
24911         double conversion if double isn't at least 8 bytes.
24912
24913         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
24914         int to work with targets where int is 16 bits.
24915
24916         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
24917         8 bytes, just exit, since 4 byte doubles don't have enough bits of
24918         precision for the test to complete.
24919
24920 1997-03-14  Michael Meissner  <meissner@cygnus.com>
24921
24922         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
24923         if d10v is not compiled with the -mdouble64 flag.
24924         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
24925
24926         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
24927         d10v is not compiled with the -mint32 flag.
24928
24929 1997-03-13  Bob Manson  <manson@charmed.cygnus.com>
24930
24931         * lib/plumhall.exp: Use incr_count.
24932
24933 1997-03-12  Jeffrey A Law  (law@cygnus.com)
24934
24935         * gcc.c-torture: Update to c-torture-1.45.
24936
24937 1997-02-23  Bob Manson  <manson@charmed.cygnus.com>
24938
24939         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
24940         the name of the expect testcase file).
24941
24942         * lib/g++.exp(g++_init): Ditto.
24943
24944 1997-02-20  Bob Manson  <manson@charmed.cygnus.com>
24945
24946         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
24947         the host.
24948
24949         * lib/gcc.exp(gcc_exit): New procedure.
24950
24951 1997-02-19  Bob Manson  <manson@charmed.cygnus.com>
24952
24953         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
24954         specs where appropriate.
24955
24956         * g++.old-deja/g++.arm/*: Added additional ERROR checks
24957         because of new "candidates are" messages, and removed a few
24958
24959         * Converted all non-old-style g++ testcases to old-style, and
24960         moved into g++.old-deja.
24961
24962 1997-02-14  Bob Manson  <manson@charmed.cygnus.com>
24963
24964         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
24965         options.
24966
24967         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
24968         succeeded.
24969
24970         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
24971
24972 1997-02-13  Michael Meissner  <meissner@cygnus.com>
24973
24974         * lib/gcc.exp (gcc_target_compile): Add support for defining
24975         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
24976         the machine doesn't have those features.
24977
24978 1997-02-11  Bob Manson  <manson@charmed.cygnus.com>
24979
24980         * g++.law/operators4.exp: Don't use LIBS.
24981
24982 1997-02-08  Bob Manson  <manson@charmed.cygnus.com>
24983
24984         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
24985
24986         * lib/mike-g++.exp: Don't set the compiler to be tested here.
24987         * lib/g++.exp: Set it here instead. Also, allow use of the
24988         --tool_exec and --tool_opt options. Change CXX to
24989         GXX_UNDER_TEST.
24990
24991         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
24992
24993         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
24994
24995 1997-02-07  Bob Manson  <manson@charmed.cygnus.com>
24996
24997         * lib/old-dejagnu.exp: Use prune_warnings instead of
24998         prune_system_crud.
24999         * lib/mike-g++.exp: Ditto.
25000         * lib/gcc.exp: Ditto.
25001         * lib/g++.exp: Ditto.
25002
25003         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
25004
25005 1997-02-07  Jeffrey A Law  (law@cygnus.com)
25006
25007           * 941014-2.c: Include stdlib.h
25008           * 960327-1.c: Include stdio.h
25009           * dbra.c, index-1.c: Don't assume ints are 32bits.
25010
25011 1997-02-04  Bob Manson  <manson@charmed.cygnus.com>
25012
25013         * lib/gcc.exp: Add gcc,stack_size target feature.
25014
25015         * lib/g++.exp(g++_target_compile): Add the include and link
25016         paths here, not in two other places. And, it's $options, not
25017         options.
25018
25019         * lib/mike-g++.exp(postbase): Remove the code that determines
25020         the correct include and link paths.
25021         * g++.old-deja/old-deja.exp: Ditto.
25022
25023 1997-02-03  Bob Manson  <manson@charmed.cygnus.com>
25024
25025         * lib/g++.exp(g++_init): target_compile no longer returns the
25026         filename of the result.
25027
25028 1997-02-02  Bob Manson  <manson@charmed.cygnus.com>
25029
25030         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
25031         call to glob.
25032
25033         * gcc.c-torture/special/special.exp: Change call to
25034         gcc_target_compile to include the object file.
25035
25036 1997-02-02  Ian Lance Taylor  <ian@cygnus.com>
25037
25038         * gcc.c-torture/special/special.exp: Correct misspelling in last
25039         change.
25040
25041 1997-02-01  Bob Manson  <manson@charmed.cygnus.com>
25042
25043         * lib/plumhall.exp(ph_summary): Log the entire output of the
25044         executable. Return -1 if there were any failures, 0 otherwise.
25045         (ph_execute): Return -1 if there were any failures, 0 otherwise.
25046         (ph_make): Clean up objects and executables that were built
25047         if the tests succeeded.
25048
25049 1997-01-30  Bob Manson  <manson@charmed.cygnus.com>
25050
25051         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
25052         libraries and includes in the build tree as appropriate.
25053
25054 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
25055
25056         * lib/c-torture.exp: Instead of looking for the global variable
25057         NO_LONG_LONG, check to see if that's a feature of the target.
25058
25059 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
25060
25061         * config/default.exp: Minimize. Delete the remainer of the files in
25062         config; this functionality is now in devo/dejagnu/config.
25063
25064         g++.*/*: Pass any additional flags used to compile to postbase;
25065         delete CXXFLAGS.
25066
25067         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
25068         is now done by runtest.exp. Use gcc_target_compile instead of
25069         compile.
25070
25071         lib/c-torture.exp: Use gcc_target_compile instead of compile.
25072         Remove references to CFLAGS. Use remote_file instead of
25073         calling rm -f.
25074         (c-torture): Take a list of arguments to use to compile this
25075         testcase.
25076
25077         lib/g++.exp: Simplify. Use target_compile instead of compile.
25078         lib/gcc-dg.exp: Ditto.
25079         lib/gcc.exp: Ditto.
25080         lib/mike-{gcc,g++}.exp: Ditto.
25081         lib/old-dejagnu.exp: Ditto.
25082         lib/plumhall.exp: Ditto.
25083
25084 1997-01-08  Jim Wilson  <wilson@cygnus.com>
25085
25086         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
25087         (ph_linker): Likewise.
25088
25089 1996-11-13  Joern Rennecke <amylaar@cygnus.com>
25090
25091           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
25092         MAP_ANON / MAP_ANONYMOUS if defined;
25093         else try to map from /dev/zero .
25094
25095 1996-11-12  Jeffrey A Law  (law@cygnus.com)
25096
25097         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
25098         isn't defined, then define it to MAP_ANONYMOUS.
25099
25100 1996-11-12  Jeffrey A Law  (law@cygnus.com)
25101
25102         * gcc.c-torture: Update to c-torture-1.42 release.
25103
25104 1996-11-11  Jeffrey A Law  (law@cygnus.com)
25105
25106         * gcc.c-torture: Update to c-torture-1.41 release.
25107
25108 1996-10-27  Jeffrey A Law  (law@cygnus.com)
25109
25110         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
25111         c-torture release.
25112
25113 1996-08-15  Brendan Kehoe  <brendan@lisa.cygnus.com>
25114
25115         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
25116         and LDFLAGS.  Fix second case to append the target_info ldflags
25117         onto LDFLAGS, not CFLAGS.
25118         * lib/g++.exp (g++_init): Add target_info stuff.
25119         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
25120         of libgloss and newlib flags for !native.
25121
25122         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
25123         (GDB): Fix relative path to go up another dir for finding gdb.
25124
25125 1996-08-08  Rob Savoye  <rob@chinadoll.cygnus.com>
25126
25127         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
25128         versions in the target_info array, if they don't exist.
25129
25130 1996-08-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
25131
25132         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
25133
25134 1996-07-08  Jim Wilson  <wilson@cygnus.com>
25135
25136         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
25137         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
25138
25139 1996-07-01  Bob Manson  <manson@charmed.cygnus.com>
25140
25141         * lib/old-dejagnu.exp: Don't remove the output file before we've
25142         actually tested it. Don't append pwd to the path of the executable
25143         we're testing.
25144
25145 1996-06-30  Doug Evans  <dje@canuck.cygnus.com>
25146
25147         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
25148
25149 1996-06-26  Bob Manson  <manson@charmed.cygnus.com>
25150
25151         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
25152         temporary directory for compiler files, and set it to a default
25153         value of /tmp. Set $output as the name of the output file from
25154         compiling the testcase. Add a -o option to $cflags_var so the
25155         compiler writes the final output file as $output. Set $executable
25156         to $output.
25157
25158         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
25159         directory for compiler files, and set it to /tmp if it doesn't
25160         already have a value. Set $output_file to the name of the output
25161         file from compiling the testcase. Add a -o option to CXXFLAGS so
25162         the compiler writes the final output file as $output. Use $output
25163         as the executable to be tested.
25164
25165 1996-06-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
25166
25167         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
25168
25169 1996-06-08  Jeffrey A Law  (law@cygnus.com)
25170
25171         * gcc.c-torture/execute/pending-1.c: New test.  Still
25172         pending in Tege's queue.
25173
25174 1996-04-24  Jim Wilson  <wilson@chestnut.cygnus.com>
25175
25176         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
25177         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
25178         if there were failures.  Call unresolved if there were unresolved
25179         testcases.  Call gcc_fail if program did not run to completion.
25180         (ph_make): Pass additional argument name to ph_execute.
25181         (ph_execute): Add new argument.  Pass additional arguments to
25182         ph_summary.  Call gcc_fail is there is no execution output.
25183
25184 1996-04-24  Jeffrey A Law  (law@cygnus.com)
25185
25186         * lib/plumhall.exp (proc_summary): Output relavent summary
25187         lines into the log so specific failures in plumhall can be
25188         investigated.
25189
25190 1996-04-10  Jeffrey A Law  (law@cygnus.com)
25191
25192         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
25193         (c-torture-execute): Don't try to execute tests which use
25194         "long long" types if $NO_LONG_LONG is nonzero.
25195
25196 1996-04-08  Doug Evans  <dje@canuck.cygnus.com>
25197
25198         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
25199         not c-torture.
25200
25201         * gcc.ieee: Move from here.
25202         * gcc.c-torture/execute/ieee: To here.
25203
25204 1996-03-26  Jeffrey A Law  (law@cygnus.com)
25205
25206         * gcc.c-torture: Update to c-torture-1.41 release.
25207
25208 1996-03-22  Jeffrey A Law  (law@cygnus.com)
25209
25210         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
25211         not "$output".
25212
25213 1996-03-07  Doug Evans  <dje@charmed.cygnus.com>
25214
25215         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
25216         -c present.
25217
25218 1996-03-02  Jeffrey A Law  (law@cygnus.com)
25219
25220         * config/proelf.exp: Handle connecting to a simulator.
25221
25222 1996-01-31  Jeffrey A Law  (law@cygnus.com)
25223
25224         * config/proelf.exp: New file.  Enough framework that we can
25225         run c-torture tests on the proelf targets (or any other target
25226         that gdb can connect to for that matter).
25227
25228 1996-01-29  Doug Evans  <dje@canuck.cygnus.com>
25229
25230         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
25231         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
25232
25233         * lib/plumhall.exp (ph_execute): Always call ph_summary if
25234         exec_output exists.
25235
25236 1996-01-28  Doug Evans  <dje@charmed.cygnus.com>
25237
25238         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
25239         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
25240
25241         * config/*.exp: Update FSF address.  Change result of ${tool}_load
25242         to pass/fail/unresolved/unsupported/untested.  Caller must now
25243         call unresolved/unsupported/untested.
25244         * lib/*.exp: Update FSF address.  Update to handle new results of
25245         ${tool}_load.
25246         * lib/chill.exp (verbose): Delete.
25247
25248 1996-01-27  Doug Evans  <dje@charmed.cygnus.com>
25249
25250         * lib/gcc.exp (default_gcc_start): Change order of args to
25251         $LDFLAGS $CFLAGS $LIBS.
25252         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
25253         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
25254         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
25255         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
25256         * gcc.misc-tests/dg-test.exp: Likewise.
25257         * gcc.misc-tests/msgs.exp: Likewise.
25258         * gcc.prms/prms.exp: Likewise.
25259         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
25260         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
25261
25262         * lib/dg.exp: Deleted, moved to dejagnu/lib.
25263
25264 1996-01-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
25265
25266         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
25267
25268         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
25269         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
25270
25271         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
25272         necessary.
25273
25274 1996-01-20  Brendan Kehoe  <brendan@cygnus.com>
25275
25276         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
25277         global for loop; add use of $mathlib.
25278         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
25279         settings here; set mathlib for anything but VxWorks.
25280
25281 1996-01-22  Jeffrey A Law  (law@cygnus.com)
25282
25283         * gcc.c-torture: Update to c-torture-1.40 release.
25284
25285 1996-01-03  Jeffrey A Law  (law@cygnus.com)
25286
25287         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
25288         dg.exp.
25289
25290 1995-12-03  Jeffrey A. Law  <law@sethra.cygnus.com>
25291
25292         * lib/c-torture.exp (c-torture-execute): Declare "output" as
25293         global.
25294
25295 1995-11-17  Doug Evans  <dje@canuck.cygnus.com>
25296
25297         * lib/g++.exp (LIBS): Define if not already.
25298         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
25299         (gcc-dg-prune): Call prune_gcc_output.
25300         * lib/gcc.exp (prune_gcc_output): New proc.
25301         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
25302         prune_gcc_output.
25303
25304 1995-11-16  Doug Evans  <dje@canuck.cygnus.com>
25305
25306         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
25307         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
25308
25309 1995-11-15  Jeffrey A Law  (law@cygnus.com)
25310
25311         * gcc.c-torture: Update to c-torture-1.39 release.
25312
25313 1995-11-04  Doug Evans  <dje@canuck.cygnus.com>
25314
25315         * lib/c-torture.exp (c-torture-execute): Don't return if one option
25316         fails, try others as well.
25317
25318 1995-11-02  Doug Evans  <dje@canuck.cygnus.com>
25319
25320         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
25321         If compilation fails, mark execute tests as `untested'.
25322         If test is marked as unsupported, don't mark compilation and
25323         execute tests as failed.
25324
25325 1995-10-25  Brendan Kehoe  <brendan@lisa.cygnus.com>
25326
25327         * lib/g++.exp (g++_init): Don't link in libg++, and look to
25328         libstdc++ for whether or not we want to be doing shared
25329         libraries.  Delete link_curses since we don't need it anymore.
25330         * lib/mike-g++.exp (postbase): Don't link in libg++.
25331         * g++.old-deja/old-deja.exp: Likewise.
25332
25333 1995-10-23  Brendan Kehoe  <brendan@lisa.cygnus.com>
25334
25335         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
25336
25337 1995-10-17  Brendan Kehoe  <brendan@lisa.cygnus.com>
25338
25339         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
25340         For that, add `-Wl,-a,shared_archive'.
25341         * g++.old-deja/old-deja.exp: Likewise.
25342
25343 1995-10-17  Doug Evans  <dje@canuck.cygnus.com>
25344
25345         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
25346
25347 1995-10-16  Brendan Kehoe  <brendan@cygnus.com>
25348
25349         * lib/mike-g++.exp (postbase): Pay attention to the status of
25350         g++_load.
25351
25352 1995-10-16  Brendan Kehoe  <brendan@lisa.cygnus.com>
25353
25354           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
25355
25356 1995-10-16  Doug Evans  <dje@canuck.cygnus.com>
25357
25358         * lib/gcc.exp (default_gcc_start): No longer need to log program
25359         being executed or its output, execute_anywhere does that now.
25360         * lib/g++.exp (default_g++_version): Call execute_anywhere.
25361         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
25362
25363 1995-10-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
25364
25365         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
25366         the same as those in lib/g++.exp.
25367
25368 1995-10-10  Jeff Law  (law@hurl.cygnus.com)
25369
25370         * gcc.c-torture: Update to c-torture-1.38 release.
25371         * gcc.ieee: Related changes.
25372
25373 1995-10-06  Rob Savoye  <rob@darkstar.cygnus.com>
25374
25375         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
25376         "exec". Minor reformatting changes.
25377
25378         * config/rom68k.exp (${tool}_load): Make it work in a canadian
25379         cross. This means all "exec" calls now work on a remote host as
25380         well.
25381         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
25382         cross. Filter out the extra "\r\n" stuff that expect puts in.
25383         (c-torture-execute): Filter out the bogus warnings like
25384         c-torture-compile does. Add support for canadian cross.
25385         * lib/gcc.exp (default_gcc_version, default_gcc_start)
25386         Use execute_anywhere rather than calling exec directly. Now it
25387         works for canadian cross testing.
25388
25389 1995-10-05  Brendan Kehoe  <brendan@rtl.cygnus.com>
25390
25391         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
25392         results into a variable, and check that rather than using file exists.
25393
25394 1995-10-04  Brendan Kehoe  <brendan@lisa.cygnus.com>
25395
25396         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
25397         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
25398
25399 1995-09-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
25400
25401         * g++.old-deja/old-deja.exp: Create and pass runshlib and
25402         lib_curses if there's a shared libg++ in the build tree.
25403
25404 1995-09-22  Doug Evans  <dje@canuck.cygnus.com>
25405
25406         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
25407         if not supported target.
25408
25409 1995-09-22  Brendan Kehoe  <brendan@lisa.cygnus.com>
25410
25411         * lib/g++.exp (g++_init): Move empty setting of runshlib and
25412         link_curses up to always happen, not just for native builds.
25413
25414 1995-09-21  Jeff Law  (law@snake.cs.utah.edu)
25415
25416         * gcc.c-torture: Update to c-torture-1.36 release.
25417         * gcc.failure: Related changes.
25418
25419 1995-09-20  Doug Evans  <dje@canuck.cygnus.com>
25420
25421         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
25422
25423 1995-09-19  Brendan Kehoe  <brendan@lisa.cygnus.com>
25424
25425         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
25426         * lib/mike-g++.exp (postbase): Not in here.  Still reference
25427         runshlib, link_curses, and mathlib for link and run.
25428
25429         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
25430         pass the runtime shared library options for Solaris, OSF/1, and
25431         Irix5, and link with -lcurses to avoid unresolved references.
25432
25433 1995-09-13  Brendan Kehoe  <brendan@lisa.cygnus.com>
25434
25435         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
25436         only run once.
25437
25438 1995-09-13  Doug Evans  <dje@canuck.cygnus.com>
25439
25440         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
25441
25442 1995-09-11  Jeff Law  (law@snake.cs.utah.edu)
25443
25444         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
25445         do not have a framework for the "compat" tests yet.
25446
25447 1995-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
25448
25449         * lib/mike-g++.exp (postbase): New local variable `mathlib',
25450         set to null if we're testing vxworks5.1.  Use that instead of
25451         `-lm' in the setting of LIBS for link and run.
25452
25453 1995-09-08  Brendan Kehoe  <brendan@lisa.cygnus.com>
25454
25455         * config/rom68k.exp (${tool}_load): Major changes to make it
25456         work.  Verified that it does in fact return the stuff in
25457         exec_output properly.  Catch any Emul or any TRAP other than 0.
25458
25459 1995-09-07  Brendan Kehoe  <brendan@lisa.cygnus.com>
25460
25461         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
25462         LDFLAGS properly for targets that need stuff from libgloss.
25463         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
25464         only run once.
25465         (gpp_initialized): New variable.
25466
25467 1995-09-06  Rob Savoye  <rob@darkstar.cygnus.com>
25468
25469         * config/rom68k.exp: Load libgloss.exp.
25470         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
25471         so we can produce a fully linked binary.
25472         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
25473         so we can produce a fully linked binary.
25474
25475 1995-09-03  Doug Evans  <dje@canuck.cygnus.com>
25476
25477         * lib/plumhall.exp (ph_section): Watch for expected failures.
25478         Add missing `else'.
25479
25480         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
25481         run the testcase.
25482         (c-torture): Likewise.
25483
25484 1995-08-28  Doug Evans  <dje@cygnus.com>
25485
25486         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
25487
25488         * lib/mike-g++.exp (mike_cleanup): New proc.
25489         (prebase): New globals compiler_result, not_compiler_result,
25490         target_regexp.
25491         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
25492         allow leading "-" in pattern.  Watch for unsupported tests.
25493         If $compiler_result is set, pattern match assembler code,
25494         and ditto for $not_compiler_result.
25495         * lib/mike-gcc.exp: Likewise.
25496
25497         * lib/plumhall.exp (ph_execute): Only call ph_summary if
25498         execution "succeeded".
25499
25500 1995-08-14  Doug Evans  <dje@canuck.cygnus.com>
25501
25502         * config/win32.exp: New file.
25503         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
25504
25505 1995-08-04  Doug Evans  <dje@canuck.cygnus.com>
25506
25507         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
25508         unsupported.
25509         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
25510         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
25511         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
25512
25513         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
25514         "... without exceptions was ...".  That is now handled by
25515         prune_system_crud.
25516         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
25517
25518 1995-08-01  Doug Evans  <dje@canuck.cygnus.com>
25519
25520         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
25521         sieve.c,sort2.c}: New files.
25522         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
25523         sieve.exp,sort2.exp}: Drivers for them.
25524
25525         * lib/mike-gcc.exp (program_output): New user settable variable.
25526         (postbase): Call prune_system_crud.  Also prune extraneous compiler
25527         messages.
25528         * lib/mike-g++.exp (program_output): New user settable variable.
25529
25530         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
25531
25532         * config/sh.exp: Deleted (use sim.exp instead).
25533
25534 1995-07-28  Brendan Kehoe  <brendan@lisa.cygnus.com>
25535
25536         * config/vx.exp: Declare CHECKTASK as global.
25537         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
25538         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
25539         * lib/old-dejagnu.exp: Load [pwd]/$executable.
25540
25541 1995-07-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
25542
25543         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
25544         target. Like vx.exp, only includes `vx29k.exp' instead of
25545         `vxworks.exp'.
25546
25547 1995-07-23  Ian Lance Taylor  <ian@cygnus.com>
25548
25549         * config/sim.exp: Increase time limit from 120 seconds to 240.
25550
25551 1995-07-06  Jeffrey A. Law  <law@rtl.cygnus.com>
25552
25553         * gcc.c-torture/execute/950628-1.c: New test.
25554
25555 1995-06-10  Jeff Law  (law@snake.cs.utah.edu)
25556
25557         * gcc.c-torture: Update with changes/additions from
25558         c-torture-1.34.
25559
25560 1995-06-05  Doug Evans  <dje@canuck.cygnus.com>
25561
25562         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
25563
25564 1995-06-04  Jeff Law  (law@snake.cs.utah.edu)
25565
25566         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
25567
25568 1995-06-01  Jeff Law  (law@snake.cs.utah.edu)
25569
25570         * gcc.c-torture/compile/950512-1.c: New test.
25571         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
25572         * gcc.dg/struct-ret-1.c: Likewise.
25573
25574 1995-05-31  Doug Evans  <dje@canuck.cygnus.com>
25575
25576         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
25577           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
25578
25579 1995-05-30  Doug Evans  <dje@canuck.cygnus.com>
25580
25581         * gcc.c-torture/special/920411-1.c: Deleted.
25582         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
25583
25584 1995-05-22  Doug Evans  <dje@chestnut.cygnus.com>
25585
25586         * config/sim.exp (${tool}_load): Hack in call to bash to get a
25587         cpu limit.
25588
25589 1995-05-12  Torbjorn Granlund  <tege@rtl.cygnus.com>
25590
25591         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
25592
25593 1995-05-04  Torbjorn Granlund  <tege@adder.cygnus.com>
25594
25595         From kenner;
25596         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
25597         is the proper length.
25598         * va-arg-3.c: Likewise.
25599
25600 1995-04-30  Doug Evans  <dje@canuck.cygnus.com>
25601
25602         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
25603         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
25604
25605         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
25606         * lib/g++.exp (default_g++_start): Delete old cruft.
25607
25608 1995-04-25  Torbjorn Granlund  <tege@cygnus.com>
25609
25610         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
25611         (2 * (1 << 18)) to (2 * (1 << 17)).
25612
25613         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
25614
25615 1995-04-20  J.T. Conklin  <jtc@rtl.cygnus.com>
25616
25617         * config/rom68k.exp: Renamed from config/idp.exp
25618
25619 1995-04-18  Torbjorn Granlund  <tege@rtl.cygnus.com>
25620
25621         * c-torture/compile/921109-2.c
25622
25623 1995-04-18  Mike Stump  <mrs@cygnus.com>
25624
25625         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
25626         excess errors.
25627
25628 1995-04-15  Doug Evans  <dje@chestnut.cygnus.com>
25629
25630         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
25631         output.
25632         * lib/g++.exp (default_g++_start): Likewise.
25633
25634 1995-03-29  Torbjorn Granlund  <tege@adder.cygnus.com>
25635
25636         * gcc.c-torture/compile/950329-1.c: New test.
25637
25638 1995-03-28  J.T. Conklin  <jtc@rtl.cygnus.com>
25639
25640           * config/bug.exp (${tool}_load): Updated to use new remote_open
25641           and remote_close procs.
25642         * config/idp.exp: New file.
25643
25644 1995-03-22  Torbjorn Granlund  <tege@rtl.cygnus.com>
25645
25646         * gcc.c-torture/execute/950322-1.c: New test.
25647
25648 1995-03-21  Doug Evans  <dje@canuck.cygnus.com>
25649
25650         * config/vx.exp (${tool}_load): Clean up testing of return code from
25651         vxworks_ld and vxworks_spawn.
25652
25653 1995-03-21  Doug Evans  <dje@deneb.cygnus.com>
25654
25655         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
25656
25657 1995-03-13  Mike Stump  <mrs@cygnus.com>
25658
25659         * lib/old-deja.exp: Add `excess errors test - ' error, now one
25660         can mark excess errors on a machine by machine basis.  Note, the
25661         default is to not expect any excess errors, even when excess
25662         errors test - is given, so you will want to put an XFAIL ... on
25663         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
25664         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
25665         those 4 machines, but no others.
25666
25667 1995-03-10  J.T. Conklin  <jtc@rtl.cygnus.com>
25668
25669         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
25670         * lib/c-torture.exp: to here.
25671
25672 1995-03-10  Torbjorn Granlund  <tege@adder.cygnus.com>
25673
25674         * gcc.c-torture/execute/950221-1.c: New test.
25675         * gcc.c-torture/execute/struct-ret-1.c: New test.
25676         * gcc.c-torture/compile/950221-1.c: New test.
25677
25678         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
25679
25680 1995-03-03  Doug Evans  <dje@canuck.cygnus.com>
25681
25682         * gcc.c-torture/execute/arith-1.c (main): Return 0.
25683         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
25684
25685 1995-03-01  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
25686
25687         * g++.gb: New directory of tests, derived from my signature and
25688         class scoping tests.
25689
25690         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
25691         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
25692         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
25693         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
25694         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
25695         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
25696         * g++.gb/sig25.C: Likewise.
25697
25698         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
25699         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
25700         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
25701         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
25702         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
25703         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
25704         * g++.gb/sig25.exp: Likewise.
25705
25706         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
25707         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
25708         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
25709         * g++.gb/scope13.C: Likewise, this test still fails.
25710
25711         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
25712         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
25713         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
25714         * g++.gb/scope13.exp: Ditto.
25715
25716         * g++.gb/README: New file, explains what these tests are about.
25717
25718 1995-02-28  Doug Evans  <dje@canuck.cygnus.com>
25719
25720         * lib/dg.exp (dg-do): Support `preprocess'.
25721         (dg-test): Likewise.
25722
25723 1995-02-13  J.T. Conklin  <jtc@rtl.cygnus.com>
25724
25725         * config/udi.exp: change "continue -expect" to "exp_continue".
25726
25727 1995-02-11  Torbjorn Granlund  (tege@tiny.cygnus.com)
25728
25729         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
25730         Delete redundant tests.
25731
25732         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
25733         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
25734         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
25735         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
25736         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
25737         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
25738         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
25739         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
25740
25741         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
25742         storing label pointers.
25743         * gcc.c-torture/execute/921019-1.c: Likewise.
25744         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
25745         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
25746         parameter fp.
25747         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
25748         constants.
25749
25750         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
25751         Delete obsolete tests.
25752
25753         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
25754         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
25755         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
25756         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
25757         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
25758         * gcc.c-torture/compile/950124-1.c: New test.
25759
25760         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
25761
25762 1995-02-08  Jason Merrill  <jason@phydeaux.cygnus.com>
25763
25764         * lib/mike-g++.exp: Add -lm to LIBS.
25765
25766 1995-02-07  Doug Evans  <dje@canuck.cygnus.com>
25767
25768         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
25769
25770 1995-01-30  Jason Merrill  <jason@phydeaux.cygnus.com>
25771
25772         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
25773
25774 1995-01-12  Doug Evans  <dje@canuck.cygnus.com>
25775
25776         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
25777
25778 1995-01-02  Jeff Law  (law@snake.cs.utah.edu)
25779
25780         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
25781         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
25782         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
25783         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
25784         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
25785         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
25786         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
25787         * g++.law/{operators31.C, operators32.C,
25788         * g++.law/{operators33.C, operators34.C}: Likewise.
25789         * g++.law/{pic1.C, refs2.C}: Likewise.
25790         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
25791         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
25792         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
25793         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
25794
25795         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
25796         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
25797         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
25798         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
25799         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
25800         * g++.law/{enum9.exp, friend5.exp}: Likewise.
25801         * g++.law/{nest3.exp, nest4.exp}: Likewise.
25802         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
25803         * g++.law/{operators30.exp, operators31.exp}: Likewise.
25804         * g++.law/{operators32.exp, operators33.exp}: Likewise.
25805         * g++.law/{operators34.exp}: Likewise.
25806         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
25807         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
25808         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
25809         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
25810         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
25811
25812         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
25813         No longer expected to fail.
25814         * g++.law/missed-error3.C: Tweak for recent bool changes.
25815
25816 1994-12-04  Doug Evans  <dje@canuck.cygnus.com>
25817
25818         * config/emb-unix: Deleted.
25819         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
25820         remote execution.  Do final link on remote host if REMOTE_LINK is set.
25821
25822 1994-12-01  Doug Evans  <dje@canuck.cygnus.com>
25823
25824         * lib/dg.exp (dg-test): Fix typo in last patch.
25825
25826 1994-11-30  Doug Evans  <dje@canuck.cygnus.com>
25827
25828         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
25829         (handles multiple occurrences).
25830
25831 1994-11-24  Doug Evans  <dje@canuck.cygnus.com>
25832
25833         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
25834         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
25835         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
25836         printed).
25837         * lib/c-torture.exp (c-torture-compile): Likewise.
25838         (c-torture): Prepend full path if missing.
25839         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
25840         (gcc_fail): Likewise.
25841         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
25842
25843 1994-11-23  J.T. Conklin  <jtc@rtl.cygnus.com>
25844
25845         * lib/netware.exp: Only attach to NetWare i386 systems.
25846
25847 1994-11-16  Doug Evans  <dje@canuck.cygnus.com>
25848
25849         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
25850         messages.  Add test name to "output pattern match" pass/fail message.
25851
25852 1994-11-12  Doug Evans  <dje@canuck.cygnus.com>
25853
25854         * gcc.dg: New testsuite.
25855         * gcc.dg/dg.exp: New file.
25856
25857         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
25858         test-switch.c}: Deleted.
25859
25860         * gcc.misc-tests/msgs.exp: New testcase driver.
25861
25862 1994-11-09  Doug Evans  <dje@canuck.cygnus.com>
25863
25864         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
25865         Watch for illegal return values from ${tool}_load.
25866         * config/unix.exp (${tool}_load): Fix pass/fail detection for
25867         cross targets.  Coerce return value >0 to 1.
25868
25869 1994-11-08  Doug Evans  <dje@canuck.cygnus.com>
25870
25871         * config/unix.exp (${tool}_load): Call program rsh, not proc.
25872
25873         * config/emb-unix.exp: New file.
25874
25875         * config/sim.exp: Error if variable $SIM not defined.
25876         (${tool}_load): Mark test as "untested" if simulator missing.
25877
25878         * config/unix.exp: Load remote.exp to get rcp_download.
25879         * lib/c-torture.exp: Use different option lists for testcases with
25880         and without loops.
25881         * gcc.c-torture/execute/execute.exp: Likewise.
25882
25883 1994-11-02  Doug Evans  <dje@canuck.cygnus.com>
25884
25885         * config/*.exp: Clarify return code from ${tool}_load.
25886         Call `unresolved' or `untested' instead of `warning' or `perror'
25887         (sometimes you still want to call both though).
25888         Add comment that `shell_id' is local to each file.
25889         * config/udi.exp (timeout): Set to 30.
25890         Don't print warning if connection fails, $connectmode has already
25891         printed an error.
25892         (${tool}_load): Move verbose messages to level 2.
25893         Rework pattern for "Process started" message.
25894         Pass `shell_id' to ${connectmode}_download.
25895         Retry twice upon timeout.  Make resetting of target more robust.
25896         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
25897         Pass `shell_id' to exit_$connectmode.
25898         Only call exit_$connectmode if connected.
25899         * config/unix.exp (${tool}_load): Check return codes better.
25900         * config/vrtx.exp (${tool}_load): Likewise.
25901         * config/vx.exp (${tool}_load): Likewise.
25902         Delete unneeded global's.
25903         * lib/dg.exp (dg-test): Update to reflect clarified return codes
25904         from ${tool}_load.
25905         (dg-stat): Delete.
25906         (dg-init): Delete recording of pass/fail counts.
25907         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
25908         (old-dejagnu-init): Likewise.
25909         (old-dejagnu-stat): Delete contents, empty proc now.
25910         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
25911         (c-torture): Delete references to lcnt, lpass, lfail.
25912         Get option list from TORTURE_OPTIONS.
25913         Delete -funroll[-all]-loops if no loops.
25914         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
25915         (g++_stat): Delete contents (empty proc now).
25916         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
25917         (gcc_finish): Likewise.
25918         (gcc_stat): Deleted.
25919         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
25920         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
25921         * gcc.c-torture/execute/execute.exp: Likewise.
25922         Split tests into two parts: compile, execute.
25923         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
25924         no loops.  Update to reflect clarified return codes from ${tool}_load.
25925
25926 1994-10-21  Doug Evans  <dje@canuck.cygnus.com>
25927
25928         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
25929         to grep for.
25930         (old-dejagnu): Likewise (where necessary).
25931
25932 1994-10-14  Doug Evans  <dje@canuck.cygnus.com>
25933
25934         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
25935
25936         * lib/dg.exp (dg-process-target): Fix processing of selector.
25937         Add comment regarding use of `error'.
25938
25939         * lib/gcc.exp (prune_system_crud): Define if missing.
25940         * lib/g++.exp (prune_system_crud): Likewise.
25941
25942         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
25943         Call prune_system_crud.
25944         * lib/dg.exp (dg-runtest): New proc.
25945         Use perror instead of send_user for tcl errors in testcase.
25946         Don't return any value, it's never used.
25947         Don't clobber previous definition of `unknown'.
25948         Print tcl errors in `dg-final'.
25949
25950 1994-10-12  Doug Evans  <dje@canuck.cygnus.com>
25951
25952         * lib/dg.exp (dg-process-target): Improve syntax error messages.
25953         (dg-test): Don't print errorInfo, it contains stack backtrace.
25954
25955 1994-09-26  Doug Evans  (dje@canuck.cygnus.com)
25956
25957         * lib/g++.exp (runtest_file_p): Define if missing.
25958
25959 1994-09-24  Doug Evans  (dje@cygnus.com)
25960
25961         * lib/mike-g++.exp: Comment out loading of g++.exp.
25962         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
25963         (default_g++_version): Always print something.
25964         (default_g++_start): Comment out call to `which'.
25965         (g++_start, g++_load): Deleted (must be defined in config file).
25966         * lib/gcc.exp: Test for existence of $CC at start.
25967         Delete check for tmpdir (done in gcc_init).
25968         (default_gcc_version): Always print something.
25969         (default_gcc_start): Comment out call to `which'.
25970         * config/*.exp: Major cleanup - make cross targets work at least a
25971         little better for g++ (by not being "--tool gcc" specific).
25972         Rename gcc_xxx to ${tool}_xxx.
25973         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
25974         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
25975
25976 1994-09-22  Doug Evans  (dje@canuck.cygnus.com)
25977
25978         * lib/c-torture.exp (c-torture-compile): Rework compiler
25979         message processing.
25980
25981         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
25982         c-torture.
25983
25984 1994-09-21  Doug Evans  (dje@canuck.cygnus.com)
25985
25986         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
25987
25988         * lib/dg.exp (dg-process-target): Support { target native }.
25989
25990 1994-09-20  Doug Evans  (dje@canuck.cygnus.com)
25991
25992         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
25993         looked for "... program xxx got fatal signal".
25994         Correct regsub munging of `comp_output'.
25995         Ignore compiler messages "path prefix not used" and "linker input
25996         file unused".
25997
25998 1994-09-14  Doug Evans  (dje@canuck.cygnus.com)
25999
26000         * lib/gcc.exp (runtest_file_p): Define if missing.
26001         * gcc.prms/template.c: Example to work from.
26002
26003 1994-09-13  Doug Evans  (dje@canuck.cygnus.com)
26004
26005         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
26006         * lib/dg.exp (dg-test): Call unsupported testcases as such.
26007
26008         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
26009         * gcc.prms/1883.c: Moved from compile/940714-1.c.
26010         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
26011         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
26012
26013         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
26014         (dg-process-target): No longer a varargs proc.
26015         Return S/N for target, P/F for xfail.  All callers changed.
26016         (user option procs): More argument checking.
26017         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
26018         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
26019         (dg-test): Skip test if not running on selected target in `dg-do'.
26020         Update handling of `dg-do-what', `dg-output-text'.
26021         Separate execution pass/fail from output pattern match pass/fail.
26022         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
26023
26024 1994-09-12  Jim Wilson  (wilson@sphagnum.cygnus.com)
26025
26026         * gcc.c-torture/special/special.exp: Don't expect failure for mips
26027         target for 920510-1.c.
26028
26029 1994-09-12  Doug Evans  (dje@canuck.cygnus.com)
26030
26031         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
26032         Clean up comment regarding use of passcnt, etc.
26033         (gcc_stat): Don't update `testcnt' here.
26034         (gcc_finish): Do it here.
26035         Might as well reset `but_id' here too.
26036         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
26037         to determine if the file should be tested.
26038         * gcc.c-torture/compile/compile.exp: Likewise.
26039         * gcc.c-torture/execute/execute.exp: Likewise.
26040         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
26041         * gcc.misc-tests/dg-test.exp: Likewise.
26042         * gcc.prms/prms.exp: Likewise.
26043         * gcc.wendy/wendy.exp: Likewise.
26044         * g++.old-deja.exp: Likewise.
26045         Move "Testing file" message to verbose level 1.
26046
26047 1994-09-09  Doug Evans  (dje@canuck.cygnus.com)
26048
26049         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
26050
26051 1994-09-08  Doug Evans  (dje@canuck.cygnus.com)
26052
26053         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
26054         (default_gcc_start): Accept optional second list element
26055         of compiler flags.  Print compiler output at verbosity level 2.
26056         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
26057         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
26058         Save current values of framework globals passcnt, failcnt, xpasscnt,
26059         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
26060         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
26061         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
26062         xfailcnt to compute stats.  Update framework global `testcnt' from
26063         pass/fail counts.
26064         (gcc_finish): New proc.  Clean up test environment.
26065         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
26066         (gcc_epass, gcc_efail): Delete.
26067         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
26068         argument of line number.
26069         (dg-init): If the tool has an init routine, call it.
26070         (dg-test): Remove args `cflags_var' and `libs_var'.
26071         Pass all compiler options to ${tool}_start.
26072         Handle missing line number.
26073         (dg-finish): New function.
26074         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
26075         particular files.  Call gcc_finish at end.  Move "skipping test"
26076         message to verbosity level 3.
26077         * gcc.c-torture/compile/compile.exp: Likewise.
26078         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
26079         * gcc.c-torture/execute/execute.exp: Likewise.
26080         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
26081         Print testcase being tried at verbosity level 1.
26082         * gcc.c-torture/special/special.exp: Unset xfail.
26083         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
26084         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
26085         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
26086         * gcc.failure/failure.exp: Likewise.
26087         * gcc.ieee/ieee.exp: Likewise.
26088         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
26089         Update call to dg-test.  Call dg-finish at end.
26090         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
26091         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
26092         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
26093         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
26094         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
26095         * gcc.wendy/wendy.exp: Add copyright.
26096         Delete setting of tmpdir (done by gcc_init).
26097         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
26098         Pass compiler flags to gcc_start.  Call gcc_finish at end.
26099         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
26100         gcc_[ce]pass/fail.
26101
26102 1994-09-07  Doug Evans  (dje@canuck.cygnus.com)
26103
26104         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
26105         confusion.
26106         (g++_load): Likewise.
26107
26108         * config/*.exp (gcc_load): Some were varargs fns and some were not.
26109         Rename argument to `prog' to remove the confusion.
26110         Varargs fns behave differently too!
26111         (g++_load): Likewise.
26112
26113         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
26114
26115         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
26116         what it is.  Delete (always) printing of status value for !native.
26117         Simplify verbose code, and include status and exec_output.
26118         (g++_load): Use gcc_load.
26119
26120 1994-09-04  Jim Wilson  (wilson@sphagnum.cygnus.com)
26121
26122         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
26123         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
26124         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
26125         940714-3.c as these testcases don't exist anymore.  Make
26126         va-arg-1.c expected to pass.
26127
26128 1994-08-19  Doug Evans  (dje@canuck.cygnus.com)
26129
26130         * gcc.misc-tests/misc.exp: Only run specific testcases.
26131         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
26132         * gcc.misc-tests/dg-[1-9].c: New files.
26133
26134         * lib/dg.exp: New testsuite driver.
26135         * gcc.prms/prms.exp: Use it.
26136
26137         * README.gcc: New file.
26138
26139         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
26140         Document and reset `lxpass' and `lxfail'.
26141         Simplify "initialized" message.
26142         (gcc_stat): Clean up comments a little.
26143
26144 1994-08-16  Doug Evans  (dje@canuck.cygnus.com)
26145
26146         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
26147
26148 1994-08-15  Doug Evans  (dje@canuck.cygnus.com)
26149
26150         * lib/old-dejagnu.exp (process-option): New proc.
26151         (old-dejagnu-init, old-dejagnu-stat): Likewise.
26152         (old-dejagnu): Simplify.
26153         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
26154
26155 1994-08-14  Jeff Law  (law@snake.cs.utah.edu)
26156
26157         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
26158         exists and is not an empty string.
26159
26160         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
26161         $xfail rather than calling setup_xfail.  Clear $xfail when test is
26162         finished.
26163         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
26164         automatically.
26165
26166         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
26167         longer expected to fail.
26168
26169         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
26170         "f" function call.
26171
26172         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
26173
26174         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
26175         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
26176         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
26177         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
26178         c-torture-1.29.
26179
26180         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
26181         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
26182
26183         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
26184
26185         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
26186         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
26187
26188         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
26189         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
26190         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
26191
26192 1994-07-12  Jim Kingdon  (kingdon@lioth.cygnus.com)
26193
26194         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
26195         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
26196         940714-1.c, 940714-2.c, 940714-3.c},
26197         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
26198         gcc.misc-tests/{mg.c,mg.exp}:
26199         New tests.
26200         * gcc.noncompile/noncompile.exp: Change accordingly.
26201
26202 1994-07-07  Doug Evans  (dje@canuck.cygnus.com)
26203
26204         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
26205         Undo previous clobberage.
26206
26207 1994-07-04  Jeff Law  (law@snake.cs.utah.edu)
26208
26209         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
26210         * gcc.special/{930510-1.c, special.exp}:
26211         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
26212         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
26213         struct-varargs-1.c}: New tests from c-torture-1.26.
26214
26215 1994-06-28  J.T. Conklin  (jtc@phishhead.cygnus.com)
26216
26217         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
26218           argument to switch.
26219
26220 1994-05-21  Bill Cox  (bill@rtl.cygnus.com)
26221
26222         * Revert the previous changes.  Please see Rob's directory
26223           (/lisa/test/rob/progressive/gcc/testsuite) for testing
26224           fixes.
26225
26226 1994-05-19  Bill Cox  (bill@rtl.cygnus.com)
26227
26228         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
26229             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
26230             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
26231             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
26232             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
26233             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
26234             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
26235             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
26236             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
26237             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
26238             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
26239             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
26240             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
26241             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
26242             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
26243             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
26244             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
26245             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
26246             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
26247             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
26248             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
26249             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
26250             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
26251             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
26252             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
26253             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
26254             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
26255
26256 1994-05-17  Bill Cox  (bill@rtl.cygnus.com)
26257
26258         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
26259             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
26260           with perror calls.
26261
26262 1994-05-02  Jason Merrill  (jason@deneb.cygnus.com)
26263
26264         * config/unix.exp (g++_load): Fix syntax.
26265
26266 1994-04-14  Jim Wilson  (wilson@sphagnum.cygnus.com)
26267
26268         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
26269         * gcc.noncompile/921017-1.c: Deleted obsolete test.
26270         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
26271         Don't expect va-arg-1.c to fail.  Correct expected output for
26272         920928-1.c.
26273         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
26274         * gcc.wendy/hbm4.c: Correct typo.
26275         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
26276
26277 1994-03-28  Doug Evans  (dje@canuck.cygnus.com)
26278
26279         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
26280         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
26281         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
26282         * lib/c-torture.exp (c-torture-compile): Ditto.
26283
26284         Reduce volume of output (remove all the -I's and such).
26285         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
26286         Call gcc_cpass, gcc_cfail.
26287         (c-torture): Pass testing option to c-torture-compile.
26288
26289 1994-03-21  Doug Evans  (dje@cygnus.com)
26290
26291         Bring patches over from progressive.
26292         * config/default.exp: Exit remote shell cleanly.
26293         (g++_exit, g++_start): Add default versions.
26294         * config/sim.exp (gcc_load): Use perror, not error.
26295
26296 1994-03-20  Doug Evans  (dje@canuck.cygnus.com)
26297
26298         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
26299         set in site.exp.
26300
26301 1994-03-14  Doug Evans  (dje@cygnus.com)
26302
26303         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
26304         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
26305         (wendy_try): New proc to run testcase.
26306         (main loop): Call 'em.
26307         * gcc.wendy/*.c: Clean up pass to correct expected output.
26308
26309         * lib/gcc.exp: Minor cleanup work.
26310         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
26311
26312 1994-03-09  Doug Evans  (dje@canuck.cygnus.com)
26313
26314         * config/sim.exp (gcc_load): Document return codes better.
26315         Don't pass -v to simulator.
26316
26317 1994-02-24  Jeffrey A. Law  (law@snake.cs.utah.edu)
26318
26319           * gcc.special/920717-x.c: Fix typo.
26320           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
26321           get at sources.
26322
26323         * lib/mike-gcc.exp: Fix typo.
26324
26325 1994-02-15  Rob Savoye  (rob@darkstar.cygnus.com)
26326
26327         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
26328         binary to use, transform the name.
26329         * config/*.exp: rename everything. Nuke any g++ specific files,
26330         it's now a special case of gcc that requires no special support.
26331         Add a default.exp for unsupported targets.
26332
26333 1994-02-11  Rob Savoye  (rob@poseidon.cygnus.com)
26334
26335         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
26336         lib/old-dejagnu.exp: Fix a few patterns to work with the new
26337         version of Tcl.
26338
26339 1994-02-09  Rob Savoye  (rob@darkstar.cygnus.com)
26340
26341         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
26342         than a warning.
26343
26344 1994-02-06  Jeffrey A. Law  (law@snake.cs.utah.edu)
26345
26346         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
26347
26348 1994-01-03  Jim Wilson  (wilson@sphagnum.cygnus.com)
26349
26350         * gcc.execute/execute.exp: Combine opt_list and foption_list into
26351         option_list.  Compile every file with only 4/6 option choices
26352         (same as C torture) instead of with 12/18 different option
26353         choices.
26354         * lib/c-torture.exp: Likewise.
26355
26356         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
26357         not already set.
26358
26359 1993-12-30  Mike Stump  (mrs@rtl.cygnus.com)
26360
26361         * lib/old-deja.exp: Add `excess errors test fails' error, now one
26362         can put an XFAIL *-*-* on excess errors.
26363
26364 1993-12-19  Jeffrey A. Law  (law@snake.cs.utah.edu
26365
26366         * g++.law: Add more tests derived from g++-bugs snapshots.
26367
26368         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
26369         equivalent to g++.law/init9.
26370
26371         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
26372         compiled it, and the a.out file after we've run it.
26373
26374 1993-12-17  Brendan Kehoe  (brendan@lisa.cygnus.com)
26375
26376         * lib/mike-g++.exp (postbase): Delete the .o file after we've
26377         compiled it, and the a.out file after we've run it.
26378
26379 1993-12-17  Jeffrey A. Law  (law@snake.cs.utah.edu)
26380
26381         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
26382
26383 1993-12-15  Rob Savoye  (rob@darkstar.cygnus.com)
26384
26385         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
26386         version number.
26387
26388 1993-12-12  Jeffrey A. Law  (law@snake.cs.utah.edu)
26389
26390         * g++.law: New directory of g++ tests derived from the g++-bugs
26391         snapshots.
26392
26393 1993-12-09  Jeffrey Wheat  (cassidy@cygnus.com)
26394
26395         * gcc.compile: initbug1.c initbug1.exp testcase added
26396
26397 1993-12-06  Jeffrey Wheat  (cassidy@cygnus.com)
26398
26399         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
26400         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
26401           fixes submitted by Jeff Law (law@cs.utah.edu)
26402         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
26403           Jeff Law (law@cs.utah.edu)
26404
26405
26406 1993-11-30  Mike Stump  (mrs@cygnus.com)
26407
26408         * config/unix-g++.exp: Follow the gcc way of doing things.
26409         * g++.old-deja/old-deja.exp: Minor updates.
26410         * lib/g++.exp: New file, follow the gcc way of doing things.
26411         * lib/old-dejagnu.exp: Minor updates.
26412         * lib/mike-g++.exp: Always unset errorInfo.
26413
26414 1993-11-06  Mike Stump  (mrs@cygnus.com)
26415
26416         * lib/gcc.exp: Fix some errors with the below change, CC and
26417         CFLAGS should be global when setting, not local.
26418
26419 1993-11-03  Rob Savoye  (rob@darkstar.cygnus.com)
26420
26421         * lib/gcc.exp: Transform tool name.
26422
26423 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
26424
26425         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
26426
26427 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
26428
26429         * lib/gcc.exp: change gcc_done to gcc_stat
26430
26431 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
26432
26433         * Upgraded gcc testsuite to c-torture version 1.25
26434
26435 1993-10-24  Jeffrey Wheat  (cassidy@cygnus.com)
26436
26437         * lib/gcc.exp: added reporting code. Changed verbose compile message.
26438         * lib/c-torture: added hooks for new reporting code.
26439
26440 1993-10-21  Jeffrey Wheat  (cassidy@cygnus.com)
26441
26442         * config/sh-gcc.exp: check if sh-sim exists in the path
26443
26444 1993-10-18  Jeffrey Wheat  (cassidy@cygnus.com)
26445
26446         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
26447         * gcc.compile/compile.exp: Initial changes for new logic.
26448         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
26449         * gcc.failure/failure.exp: Initial changes for new logic.
26450         * gcc.ieee/ieee.exp: Initial changes for new logic.
26451         * gcc.misc-tests/misc.exp: Initial changes for new logic.
26452         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
26453         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
26454         * lib/c-torture.exp: Initial changes for new logic.
26455         * lib/gcc.exp: Initial changes for new logic.
26456
26457 1993-10-15  Mike Stump  (mrs@cygnus.com)
26458
26459         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
26460         depend upon failure or success.  Fully qualify names in failure
26461         and success messages.  Always remove a.out before starting
26462         compile, just in case.  Pay more attention to error text output by
26463         the compiler.  Handle testcases with no known past errors just
26464         like all others, so that things are uniform.  Other miscellaneous
26465         improvements.
26466
26467 1993-10-13  Jeffrey Wheat  (cassidy@cygnus.com)
26468
26469         * gcc.cpp: new directory for cpp tests
26470
26471 1993-10-04  Jeffrey Wheat  (cassidy@cygnus.com)
26472
26473         * lib/chill.exp: Code reformatted, removed unused code.
26474         * config/unix-chill.exp: Code reformatted, removed unused code.
26475         * chill.execute/execute.exp: Code reformatted, removed unused code.
26476         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
26477
26478 1993-10-04  Ian Lance Taylor  (ian@cygnus.com)
26479
26480         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
26481         routines not written.
26482
26483 1993-09-27  Rob Savoye  (rob@darkstar.cygnus.com)
26484
26485         * config/bug-gcc.exp: Use new procs from bug.exp.
26486
26487 1993-09-21  Rob Savoye  (rob@darkstar.cygnus.com)
26488
26489         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
26490         via ftp, rather than depending on NFS.
26491         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
26492         case.
26493
26494 1993-09-09  Rob Savoye  (rob@darkstar.cygnus.com)
26495
26496         * config/bug-gcc.exp: Use new download proc.
26497
26498 1993-09-14  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
26499
26500         * chill.execute/execute.exp: cleanups, handles errors better
26501         * chill.compile/compile.exp: rewrite, based on execute.exp
26502         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
26503         * lib/chill.exp: major changes to diff proc and compile and link
26504           procs. added chill_fail and chill_pass wrappers to pass and
26505           fail. added more comments, and handle error codes better.
26506           Added a hack to capture stderr from exec, so noncompile tests
26507           can work.
26508
26509 1993-09-11  Jeffrey Wheat  (cassidy@cygnus.com)
26510
26511         * chill.execute/execute.exp: rewrite of testsuite driver
26512         * lib/chill.exp: rewrite of testsuite driver
26513         * config/unix-chill.exp: rewrite of testsuite driver
26514
26515 1993-08-25  Bill Cox  (bill@rtl.cygnus.com)
26516
26517     In chill.execute:
26518         * iexpr.ch: Standardize uppercase.
26519         * tuples.dat: Standardize uppercase.
26520         * vary.ch: standardize.  Correct varying string assignments.
26521         * vary.dat: Add new output lines.
26522
26523 1993-08-24  Bill Cox  (bill@rtl.cygnus.com)
26524
26525     In chill.execute:
26526         * chprintf.ch: Standardize use of uppercase.
26527         * tuples.ch: Standardize and turn arr2 into a DCL,
26528           rather than a SYN.
26529         * pinits.ch: Standardize.
26530
26531 1993-08-23  Per Bothner  (bothner@kalessin.cygnus.com)
26532
26533         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
26534         * Makefil: Renamed to Makefile.in.
26535         * configure.in: New.
26536
26537 1993-08-23  Bill Cox  (bill@rtl.cygnus.com)
26538
26539     In chill.execute:
26540         * .cvsignore: Add result/output files.
26541         * Makefile: Fix up variables at start.  Use MFLAGS
26542           everywhere.  Correct bool_loc, built_ins entries.
26543           Add entry for vary1.ch.
26544         * bitarray.ch: Standardize upper-case usage.
26545         * bitexpr.ch: Standardize, add output of b1.
26546         * params.ch: Use arrayt in along PROC parameters, to
26547           avoid novelty problems.
26548         * sets.ch: Tiny cleanup.
26549         * vary1.ch: Re-indent.
26550
26551 1993-08-17  Bill Cox  (bill@rtl.cygnus.com)
26552
26553           * Add PR-related files to Makefiles, .cvsignore files, etc.
26554
26555 1993-08-02  Jeff Wheat  (cassidy@cygnus.com)
26556
26557         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
26558           with compiler objects. New names are test-flow.c and test-loop.c
26559
26560 1993-07-27  Jeff Wheat  (cassidy@cygnus.com)
26561
26562         * Upgraded c-torture tests from 1.19 to 1.20
26563
26564         * new files:
26565         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
26566         * gcc.compile: 930623-1.c 930623-2.c
26567         * gcc.noncompile: 930622-1.c 930622-2.c
26568         * gcc.failure: 920411-1.c 920627-2.c
26569         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
26570
26571 1993-07-20  Jeff Wheat  (cassidy@cygnus.com)
26572
26573         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
26574           More changes to get testsuite working properly. Needs more work.
26575           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
26576
26577 1993-07-19  Jeff Wheat  (cassidy@cygnus.com)
26578
26579         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
26580           More changes to get testsuite working properly. Needs more work.
26581
26582 1993-07-13 Jeff Wheat  (cassidy@cygnus.com)
26583
26584         * chill.compile/compile.exp: Added for Dejagnu support
26585         * chill.execute/execute.exp: Added for Dejagnu support
26586         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
26587
26588 1993-06-19  Bill Cox  (bill@rtl.cygnus.com)
26589
26590     This should complete moving the CHILL test files.
26591         * chill.noncompile(.cvsignore printf.grt
26592             in-printf.grt chprintf.grt chprintf.ch):
26593             Added test-support files.
26594           (Makefile): Modified further.
26595         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
26596             signal.ch): Added test files.
26597           * chill.execute (.cvsignore printf.grt printr.c
26598             in-printf.grt rts.c chprintf.grt rts.h): Added
26599           test-support files.
26600             (Makefile): More corrections.
26601
26602 1993-06-18  Bill Cox  (bill@rtl.cygnus.com)
26603
26604         * chill.compile, chill.execute, chill.nocompile: Add CHILL
26605           test cases, ready for DejaGnu.
26606
26607 1993-06-17  Jeffrey Wheat  (cassidy@cygnus.com)
26608
26609         * Upgraded c-torture tests from 1.18 to 1.19
26610
26611         * gcc.compile: added test(s):
26612           930607-1.c
26613         * gcc.execute: added test(s):
26614           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
26615
26616         * added new subdirectory for misc tests: gcc.misc-tests
26617         * gcc.misc-test(s): added tests:
26618           inst-check.c test-consts.c test-ior.c test-switch.c
26619
26620 1993-06-09  Brendan Kehoe  (brendan@lisa.cygnus.com)
26621
26622         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
26623
26624 1993-06-07  Ian Lance Taylor  (ian@cygnus.com)
26625
26626         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
26627
26628 1993-06-03  Jeffrey Wheat  (cassidy@cygnus.com)
26629
26630         * Upgraded c-torture tests from 1.17 to 1.18
26631
26632 1993-06-02  Jeffrey Wheat  (cassidy@cygnus.com)
26633
26634         * Upgraded c-torture tests from 1.12 to 1.17
26635
26636 1993-04-30  Mike Werner  (mtw@deneb.cygnus.com)
26637
26638         * lib/old-dejagnu.exp:
26639           Fixed handling of XFAIL target triplets to correctly
26640           recognize wildcard characters.  Removed code that
26641           appended a unique id tag to the end of the file name
26642           printed out by the result of the testcases within a
26643           given test file.
26644
26645 1993-04-29  Mike Werner  (mtw@deneb.cygnus.com)
26646
26647         * lib/old-dejagnu.exp:
26648           Reworked expected failure handling to trigger off of XFAIL
26649           keyword in keyphrase embeded in testcase source code. The
26650           XFAIL keyword must be at the end of the keyphrase line. It
26651           may optionally be followed by one or more target triplets.
26652           It has just occured that the handling of wildcards in the
26653           target triplet may not be correct.
26654
26655 1993-04-23  Mike Werner  (mtw@deneb.cygnus.com)
26656
26657         * g++.old-deja/tests:
26658           Moved all subdirectories up one level into g++.old-deja .
26659
26660         * lib/old-dejagnu.exp:
26661           Fixed problem with CXXFLAGS not being properly reset, and being
26662           corrupted with extraneous "-c" compiler option.  This was
26663           causing binaries to not be generated for test that needed them.
26664           Modified strings passed to "pass" and "fail" so that individual
26665           tests from the same test file would be distinguished by an
26666           identifier appended to the test file name in the summary logs;
26667           this corrected a problem with erroneous diff logs.  Added code
26668           to search testcases for expected fail and unexpected pass keywords.
26669
26670 1993-04-20  Rob Savoye  (rob at darkstar.cygnus.com)
26671
26672         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
26673
26674 1993-04-15  Mike Werner  (mtw@deneb.cygnus.com)
26675
26676         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
26677           Removed extraneous text from end of "Special g++ Options"
26678           keyphrase.
26679
26680         * lib/old-dejagnu.exp: Added pattern matching to look for new
26681           keywords, embedded in testcases comments, which will trigger
26682           calls to xpass and xfail.
26683
26684 1993-04-14  Mike Werner  (mtw@deneb.cygnus.com)
26685
26686         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
26687           comments embedded in the testcases, especially the one looking for
26688           special compiler options, as well as the pattern matching for the
26689           compiler output again.
26690
26691 1993-04-12  Mike Werner  (mtw@deneb.cygnus.com)
26692
26693         * lib/old-dejagnu.exp: Do a proper check of the return value for
26694           execute tests. Fixed several problems with the pattern matching
26695           of the compiler output which gave erroneous test results.
26696           Changed several of the test result messages to be more descriptive.
26697         * config/unix-g++.exp: Proc g++_load now actually works and
26698           executes the tests passed to it and returns a usable return
26699           value.
26700
26701 1993-04-11  Rob Savoye  (rob at darkstar.cygnus.com)
26702
26703           * lib/gcc.exp: Exits gracefully if $CC is bogus.
26704
26705 1993-04-09  Mike Werner  (mtw@deneb.cygnus.com)
26706
26707         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
26708           Modified both files to properly execute the old style
26709           dejagnu tests. The previous versions of these files were
26710           experimental and did not function anything near correctly.
26711
26712 1993-04-05  Rob Savoye  (rob@cygnus.com)
26713
26714         * Removed all Makefile.in and configure.in files. No configuration
26715         needed now.
26716
26717 1993-04-02  Mike Werner  (mtw@deneb.cygnus.com)
26718
26719         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
26720
26721 1993-03-28  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
26722
26723         * gcc.compile/configure.in, gcc.unsorted/configure.in,
26724         gcc.special/configure.in, gcc.noncompile/configure.in,
26725         gcc.execute/configure.in, gcc.code_quality/configure.in,
26726         g++.other/configure.in, g++.old-deja/configure.in,
26727         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
26728         in srcname setting.
26729
26730 1993-03-25  Rob Savoye  (rob at darkstar.cygnus.com)
26731
26732         * lib/udi.exp:  Fixed mondfe and mondfe_download.
26733         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
26734         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
26735
26736 1993-03-25  Ian Lance Taylor  (ian@cygnus.com)
26737
26738         * config/udi-gdb.exp: Check $shell_id after connecting to target.
26739         (gdb_exit): Don't remove *_soc files.
26740
26741 1993-03-22  Ian Lance Taylor  (ian@cygnus.com)
26742
26743         * lib/c-torture.exp: Don't look for main; instead always use -w
26744         -c.  This is how the c-torture tests work.  Remove the object
26745         file if the compilation succeeds.
26746         * gcc.execute/execute.exp: Remove executable if test passes.
26747         * gcc.noncompile/noncompile.exp: Every test is an expected
26748         failure.
26749         * gcc.special/special.exp: Added tests from c-torture 1.11,
26750         corrected use of existing test.
26751         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
26752         gcc.execute/920625-1.c: Updated to c-torture 1.11.
26753         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
26754         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
26755         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
26756         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
26757         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
26758         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
26759         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
26760         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
26761         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
26762         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
26763         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
26764         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
26765         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
26766         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
26767         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
26768         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
26769         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
26770         c-torture 1.11.
26771         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
26772         correspond to c-torture 1.11.
26773
26774         * New file.