* g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.
[platform/upstream/gcc.git] / gcc / testsuite / ChangeLog
1 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2
3         * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.
4
5         gcc.c-torture/execute/string-opt-19.c: Add general rodata tests.
6         (bcopy): Call memmove.
7
8 2003-05-08  Roger Sayle  <roger@eyesopen.com>
9
10         * g77.f-torture/compile/8485.f: New test case.
11
12 2003-05-07  Richard Henderson  <rth@redhat.com>
13
14         PR c++/10570
15         * g++.dg/eh/forced1.C: Expect catch-all handlers to run.
16         Verify exception_cleanup not called for rethrows.
17         * g++.dg/eh/forced2.C: Test that exception_cleanup is called
18         when exiting catch block without rethrowing.
19         * g++.dg/eh/forced3.C: New.
20         * g++.dg/eh/forced4.C: New.
21
22 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
23
24         * gcc.dg/20030505.c: Fix triplet.
25
26 2003-05-06  DJ Delorie  <dj@redhat.com>
27
28         * gcc.dg/20021014-1.c: XFAIL for xstormy16 also.
29         * gcc.dg/nest.c: Likewise.
30
31 2003-05-05  Roger Sayle  <roger@eyesopen.com>
32
33         * gcc.dg/builtins-14.c: New test case.
34
35 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
36
37         * lib/compat.exp (compat-execute): New argument.
38         * g++.dg/compat/compat.exp: Pass new argument to compat-execute.
39         * gcc.dg/compat: New test directory.
40         * gcc.dg/compat/compat.exp: New expect script.
41         * gcc.dg/compat/scalar-by-value-1_main.c: New test file.
42         * gcc.dg/compat/scalar-by-value-1_x.c: New test file.
43         * gcc.dg/compat/scalar-by-value-1_y.c: New test file.
44         * gcc.dg/compat/scalar-by-value-2_main.c: New test file.
45         * gcc.dg/compat/scalar-by-value-2_x.c: New test file.
46         * gcc.dg/compat/scalar-by-value-2_y.c: New test file.
47
48         * gcc.dg/compat/struct-by-value-1_main.c: New test file.
49         * gcc.dg/compat/struct-by-value-1_x.c: New test file.
50         * gcc.dg/compat/struct-by-value-1_y.c: New test file.
51         * gcc.dg/compat/struct-by-value-2_main.c: New test file.
52         * gcc.dg/compat/struct-by-value-2_x.c: New test file.
53         * gcc.dg/compat/struct-by-value-2_y.c: New test file.
54         * gcc.dg/compat/struct-by-value-3_main.c: New test file.
55         * gcc.dg/compat/struct-by-value-3_x.c: New test file.
56         * gcc.dg/compat/struct-by-value-3_y.c: New test file.
57         * gcc.dg/compat/struct-by-value-4_main.c: New test file.
58         * gcc.dg/compat/struct-by-value-4_x.c: New test file.
59         * gcc.dg/compat/struct-by-value-4_y.c: New test file.
60         * gcc.dg/compat/struct-by-value-5_main.c: New test file.
61         * gcc.dg/compat/struct-by-value-5_x.c: New test file.
62         * gcc.dg/compat/struct-by-value-5_y.c: New test file.
63
64 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
65
66         * gcc.dg/const-elim-1.c, gcc.dg/const-elim-2.c: New testcases.
67
68 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
69
70         * gcc.c-torture/execute/string-opt-18.c (main): Add 3 new tests.
71
72 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
73
74         * gcc.c-torture/execute/ieee/fp-cmp-8.c: New test.
75         * gcc.dg/ppc-fsel-2.c: New test.
76
77         * gcc.dg/unused-5.c: New test.
78
79 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
80
81         PR c++/10496
82         * g++.dg/warn/pmf1.C: New test.
83
84 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
85
86         PR c++/4494
87         * g++.dg/warn/main.C: New test.
88
89 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
90
91         * gcc.dg/nonnull-3.c: New test.
92
93 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
94
95         * gcc.dg/cpp/Wtrigraphs.c: Update.
96         * gcc.dg/cpp/Wtrigraphs-2.c: New tests.
97
98 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
99
100         * gcc.dg/ppc-fsel-1.c: New test.
101
102 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
103
104         PR c/10604
105         * gcc.dg/compare7.c, g++.dg/warn/compare1.C: New testcases.
106
107 2003-05-03  Kazu Hirata  <kazu@cs.umass.edu>
108
109         * gcc.dg/m-un-2.c: Fix the typedef of size_t.
110
111 2003-05-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
112
113         PR c++/9364, c++/10553, c++/10586
114         * g++.dg/parse/typename4.C: New test.
115         * g++.dg/parse/typename5.C: Likewise.
116
117 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
118
119         * gcc.c-torture/compile/20030503-1.c: New test.
120
121 2003-05-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
122
123         * g++.dg/lookup/using5.C: Fix testcase error.
124
125 2003-05-01  Chris Demetriou  <cgd@broadcom.com>
126
127         * gcc.dg/special/mips-abi.exp (is_meabi_config): Remove,
128         since MEABI is no longer supported.  Remove all vestiges
129         of MEABI from the test.
130
131 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
132
133         PR c++/10554
134         * g++.dg/lookup/using5.C: New test.
135
136 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
137
138         PR c++/8772
139         * g++.dg/template/ttp5.C: New test.
140
141 2003-04-30  Mark Mitchell  <mark@codesourcery.com>
142
143         * lib/g++-dg.exp (g++-dg-test): Add "repo" option.
144         (dg-gpp-additional-sources): New function.
145         (dg-gpp-additional-files): Likewise.
146         * lib/g++.exp (additional_sources): New variable.
147         (additional_files): Likewise.
148         (g++_target_compile): Deal with them.
149         * lib/old-dejagnu.exp: Remove.
150         * g++.old-deja/old-deja.exp: Use dg.exp, not old-dejagnu.exp.
151         * g++.old-deja: Revise all tests to use dg commands.
152
153 2003-04-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
154
155         PR c++/9432, c++/9528
156         * g++.dg/lookup/using4.C: New test.
157
158 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
159
160         * gcc.dg/noreturn-5.c: New file.
161         * gcc.dg/noreturn-6.c: New file.
162
163         * gcc.c-torture/compile/inline-1.c: New file.
164
165 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
166
167         PR c++/10551
168         * g++.dg/template/explicit1.C: New test.
169
170 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
171
172         PR c++/10549
173         * g++.dg/other/bitfield1.C: New test.
174
175         PR c++/10527
176         * g++.dg/init/new7.C: New test.
177
178 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
179
180         * g++.dg/ext/desig1.C: New test.
181         * g++.dg/ext/init1.C: Update.
182
183         * g++.old-deja/g++.pt/deduct5.C: Remove unnecessary initializer.
184
185 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
186
187         PR c++/10180
188         * g++.dg/warn/Winline-1.C: New test.
189
190 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
191
192         * gcc.c-torture/execute/string-opt-19.c: New test.
193
194         * gcc.c-torture/execute/string-opt-asm-1.c: New test.
195         * gcc.c-torture/execute/string-opt-asm-2.c: New test.
196
197 2003-04-27  Mark Mitchell  <mark@codesourcery.com>
198
199         PR c++/10506
200         * g++.dg/init/new6.C: New test.
201
202         PR c++/10503
203         * g++.dg/init/ref6.C: New test.
204
205 2003-04-26  David Edelsohn  <edelsohn@gnu.org>
206
207         * g++.dg/warn/weak1.C: XFAIL on AIX4.
208
209 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
210
211         * gcc.c-torture/execute/string-opt-8.c: Don't perform cmpstr
212         checks for __pj__, but do them for !__OPTIMIZE__ and __s390__.
213
214 2003-04-25  Mark Mitchell  <mark@codesourcery.com>
215
216         * g++.old-deja/g++.pt/instantiate12.C: Explicit instantiate
217         initialized static data members.
218
219 2003-04-25  H.J. Lu <hjl@gnu.org>
220
221         * gcc.dg/ia64-sync-4.c: New test.
222
223 2003-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
224
225         * gcc.c-torture/execute/string-opt-18.c: Clean up.  Fix copyright
226         date.
227
228 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
229
230         PR c++/10337
231         * g++.dg/warn/conv1.C: New test.
232         * g++.old-deja/g++.other/conv7.C: Adjust.
233         * g++.old-deja/g++.other/overload14.C: Adjust.
234
235 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
236
237         PR c++/10471
238         * g++.dg/template/defarg2.C: New test.
239
240 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
241
242         * gcc.dg/cpp/include2.c: Update.
243         * gcc.dg/cpp/multiline-2.c: New.
244         * gcc.dg/cpp/multiline.c: Update.
245         * gcc.dg/cpp/strify2.c: Update.
246         * gcc.dg/cpp/trad/literals-2.c: Update.
247
248 2003-04-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
249
250         * g++.dg/other/packed1.C: XFAIL hppa*-*-*.
251
252 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
253
254         * g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.
255
256 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
257
258         PR c++/10451
259         * g++.dg/parse/crash4.C: New test.
260
261         PR c++/9847
262         * g++.dg/parse/crash5.C: New test.
263
264 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
265
266         PR c++/10446
267         * g++.dg/parse/crash3.C: New test.
268
269         PR c++/10428
270         * g++.dg/parse/elab1.C: New test.
271
272 2003-04-22  Devang Patel  <dpatel@apple.com>
273
274         * gcc.dg/cpp/trad/funlike-5.c: New test.
275
276 2003-04-21  Andreas Tobler <a.tobler@schweiz.ch>
277
278         * g++.dg/other/packed1.C: Fix dg options.
279
280 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
281
282         * g++.dg/other/offsetof2.C: New test.
283
284 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
285
286         * g++.dg/template/recurse.C: Adjust location of error messages.
287
288 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
289
290         PR c++/9881
291         * g++.dg/init/addr-const1.C: New test.
292         * g++.dg/other/packed1.C: XFAIL on aligned architectures.
293
294 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
295
296         PR c++/10405
297         * g++.dg/lookup/struct-hack1.C: New test.
298
299 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
300
301         * ucs.c: Update diagnostic messages.
302
303 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
304
305         * gcc.dg/cpp/truefalse.cpp: New test.
306         * gcc.dg/cpp/cpp.exp: Update.
307         * g++.dg/other/stdbool-if.C: Remove.
308
309 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
310
311         * gcc.dg/cpp/_Pragma4.c: Remove stray space.
312         * gcc.dg/cpp/trad/escaped-eof.c: Correct line number.
313
314 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
315
316         * gcc.c-torture/compile/20030418-1.c: New test.
317
318 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
319
320         * README.compat: Remove; content moved to doc/sourcebuild.texi.
321
322 2003-04-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
323
324         PR c++/10347
325         g++.dg/template/dependent-name1.C: New test.
326
327 2003-04-17  J"orn Rennecke <joern.rennecke@superh.com>
328
329         * gcc.dg/warn-1.c (tourist_guide): New array,
330         contains a pointer to bar.
331
332 2003-04-16  Roger Sayle  <roger@eyesopen.com>
333
334         * gcc.dg/Wunreachable-5.c: New test case for PR c/10175.
335         * gcc.c-torture/execute/medce-1.c: New test case.
336         * gcc.c-torture/execute/medce-2.c: New test case.
337
338 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
339
340         * lib/prune.exp: Ignore more messages.
341
342         PR c++/10381
343         * g++.dg/parse/lookup3.C: New test.
344
345 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
346
347         * gcc.c-torture/compile/20030415-1.c : New test.
348
349 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
350
351         * gcc.c-torture/execute/scope-2.c: Move to ...
352         * gcc.dg/noncompile/scope.c: .... here.
353
354 2003-04-14  Roger Sayle  <roger@eyesopen.com>
355
356         * gcc.dg/20030414-2.c: New test case.
357
358 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
359
360         PR target/10377
361         * gcc.dg/20030414-1.c: New test.
362
363 2003-04-13  Roger Sayle  <roger@eyesopen.com>
364
365         * gcc.dg/builtins-12.c: New test case.
366         * gcc.dg/builtins-13.c: New test case.
367
368 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
369
370         * gcc.c-torture/execute/string-opt-18.c: New test.
371
372 2003-04-13  Mark Mitchell  <mark@codesourcery.com>
373
374         PR c++/10300
375         * g++.dg/init/new5.C: New test.
376
377 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
378
379         PR c++/7910
380         * g++.dg/ext/dllimport1.C: New test.
381
382 2003-04-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
383
384         * gcc.dg/ultrasp8.c: Fix for 32-bit Sparc.
385
386 2003-04-11  Bud Davis <bdavis9659@comcast.net>
387
388         PR Fortran/9263
389         * g77.f-torture/noncompile/9263.f: New test
390         PR Fortran/1832
391         * g77.f-torture/execute/1832.f: New test
392
393 2003-04-11  David Chad  <davidc@freebsd.org>
394             Loren J. Rittle  <ljrittle@acm.org>
395
396         libobjc/8562
397         * objc.dg/headers.m: New test.
398
399 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
400
401         * gcc.c-torture/execute/builtin-noret-2.c: New.
402         * gcc.c-torture/execute/builtin-noret-2.x: New.
403         XFAIL builtin-noret-2.c at -O1 and above.
404         * gcc.dg/redecl.c: New.
405         * gcc.dg/Wshadow-1.c: Update error regexps.
406
407 2003-04-10  Mark Mitchell  <mark@codesourcery.com>
408
409         * g++.dg/abi/bitfield10.C: New test.
410
411 2003-04-09  Mike Stump  <mrs@apple.com>
412
413         * gcc.dg/pch/pch.exp: Make testcase names longer.
414         * g++.dg/pch/pch.exp: Make testcase names longer.
415
416 2003-04-08  Roger Sayle  <roger@eyesopen.com>
417
418         * gcc.dg/builtins-11.c: New test case.
419
420 2003-04-08  Roger Sayle  <roger@eyesopen.com>
421
422         * gcc.dg/builtins-9.c: New test case.
423         * gcc.dg/builtins-10.c: New test case.
424
425 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
426
427         * gcc.dg/noncompile/init-4.c.c: New test.
428
429 2003-04-06  Nathan Sidwell  <nathan@codesourcery.com>
430
431         * gcc.misc-test/gcov-9.c: New test.
432         * gcc.misc-test/gcov-10.c: New test
433         * gcc.misc-test/gcov-11.c: New test.
434
435 2003-04-05  Zack Weinberg  <zack@codesourcery.com>
436
437         PR optimization/10024
438         * gcc.c-torture/compile/20030405-1.c: New test.
439
440 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
441
442         * gcc.dg/pch/static-3.c: New.
443         * gcc.dg/pch/static-3.hs: New.
444         * gcc.dg/pch/pch.exp: Test with -O0 -g too.
445
446 2003-04-04  Richard Henderson  <rth@redhat.com>
447
448         * g++.dg/eh/forced1.C: Use _Unwind_SjLj_ForcedUnwind as appropriate.
449         * g++.dg/eh/forced2.C: Likewise.
450
451 2003-04-03  Mike Stump  <mrs@apple.com>
452
453         * lib/scanasm.exp (scan-assembler): Add xfail processing for
454         target arg.
455         (scan-assembler-times, scan-assembler-not): Likewise.
456         (scan-assembler-dem, scan-assembler-dem-not): Likewise.
457
458 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
459
460         * gcc.dg/sparc-loop-1.c: New test.
461
462 2003-04-02  Geoffrey Keating  <geoffk@apple.com>
463
464         PR other/9274
465         * g++.dg/pch/system-2.C: New.
466         * g++.dg/pch/system-2.Hs: New.
467
468 2003-04-02  Aldy Hernandez  <aldyh@redhat.com>
469
470         * g++.dg/eh/simd-2.C (vecfunc): Fix typo.
471
472         * g++.dg/eh/simd-1.C (vecfunc): Same.
473
474 2003-04-01  Roger Sayle  <roger@eyesopen.com>
475
476         * gcc.c-torture/execute/20030401-1.c: New test case.
477
478 2003-04-01  Ziemowit Laski <zlaski@apple.com>
479
480         * objc.dg/defs.m: New.
481
482 2003-04-01  Aldy Hernandez  <aldyh@redhat.com>
483
484         * g++.dg/eh/simd-1.C: New.
485         * g++.dg/eh/simd-2.C: New.
486
487 2003-03-01  Aldy Hernandez  <aldyh@redhat.com>
488
489         * gcc.c-torture/execute/simd-3.c: New.
490
491 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
492
493         PR c/9936
494         * gcc.dg/20030331-2.c: New test.
495
496 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
497
498         PR c++/10278
499         * g++.dg/parse/crash2.C: New test.
500
501 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
502
503         * gcc.c-torture/compile/20030331-1.c: New test, moved from...
504         * gcc.c-torture/execute/20030331-1.c: ...here.
505
506 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
507
508         * gcc.c-torture/execute/20030331-1.c: New test.
509
510 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
511
512         * lib/gcov.exp: Adjust call return testing strings.
513         * g77.dg/gcov/gcov-1.f: Don't expect unconditional branches.
514
515 2003-03-31  Roger Sayle  <roger@eyesopen.com>
516
517         * gcc.dg/builtins-3.c: Add new tests for sin and cos.
518         * gcc.dg/builtins-7.c: New test case.
519         * gcc.dg/builtins-8.c: New test case.
520
521 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
522
523         * gcc.c-torture/execute/ieee/20030331-1.c: New test.
524
525 2003-03-30  Mark Mitchell  <mark@codesourcery.com>
526
527         PR c++/7647
528         * g++.dg/lookup-class-member-2.C: New test.
529
530 2003-03-30  Glen Nakamura  <glen@imodulo.com>
531
532         * gcc.dg/20030324-1.c: Add comments and abort if test fails.
533
534 2003-03-28  Roger Sayle  <roger@eyesopen.com>
535
536         * gcc.c-torture/execute/ieee/fp-cmp-6.c:  Correct test for -O0.
537
538 2003-03-28  Mark Mitchell  <mark@codesourcery.com>
539
540         * g++.dg/init/attrib1.C: New test.
541
542 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
543
544         * gcc.dg/ultrasp8.c: New test.
545
546 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
547
548         * gcc.dg/ultrasp7.c: New test.
549
550 2003-03-28  Nathan Sidwell  <nathan@codesourcery.com>
551
552         PR c++/10047
553         * g++.dg/template/inline1.C: New test.
554
555 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
556
557         * gcc.dg/sparc-dwarf2.c: New test.
558
559 2003-03-27  Roger Sayle  <roger@eyesopen.com>
560
561         * gcc.c-torture/execute/ieee/fp-cmp-6.c: New test case.
562         * gcc.c-torture/execute/ieee/fp-cmp-7.c: New test case.
563
564 2003-03-27  Mark Mitchell  <mark@codesourcery.com>
565
566         * lib/gcov.exp (run-gcov): Add branches and calls options, rather
567         than reading .x files.
568         * g++.dg/gcov/gcov-1.C: Use run-gcov options, not .x files.
569         * g77.dg/gcov/gcov-1.f: Likewise.
570         * gcc.misc-tests/gcov-4b.c: Likewise.
571         * gcc.misc-tests/gcov-5b.c: Likewise.
572         * gcc.misc-tests/gcov-6.c: Likewise.
573         * gcc.misc-tests/gcov-7.c: Likewise.
574         * gcc.misc-tests/gcov-8.c: Likewise.
575         * g++.dg/gcov/gcov-1.x: Remove.
576         * g77.dg/gcov/gcov-1.x: Likewise.
577         * gcc.misc-tests/gcov-4b.x: Likewise.
578         * gcc.misc-tests/gcov-5b.x: Likewise.
579         * gcc.misc-tests/gcov-6.x: Likewise.
580         * gcc.misc-tests/gcov-7.x: Likewise.
581         * gcc.misc-tests/gcov-8.x: Likewise.
582
583 2003-03-27  Glen Nakamura  <glen@imodulo.com>
584
585         PR opt/10087
586         * gcc.dg/20030324-1.c: New test.
587
588 2003-03-27  Nathan Sidwell  <nathan@codesourcery.com>
589
590         PR c++/10224
591         * g++.dg/template/arg3.C: New test.
592
593         PR c++/10158
594         * g++.dg/template/friend18.C: New test.
595
596 2003-03-26  Roger Sayle  <roger@eyesopen.com>
597
598         * g77.f-torture/compile/20030326-1.f: New test case.
599
600 2003-03-26  Janis Johnson  <janis187@us.ibm.com>
601
602         * gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.
603
604         * gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.
605
606 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
607
608         * gcc.dg/ia64-sync-3.c: New test.
609
610 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
611
612         * gcc.dg/loop-2.c: Replace "inline" with "__inline__".
613
614 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
615
616         * gcc.dg/ultrasp6.c: New test.
617
618 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
619
620         * gcc.dg/i386-signbit-1.c: New test.
621         * gcc.dg/i386-signbit-2.c: New test.
622         * gcc.dg/i386-signbit-3.c: New test.
623
624 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
625
626         * gcc.dg/ultrasp5.c: Fix options.
627
628 2003-03-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
629
630         * gcc.dg/ultrasp5.c: Fix comment.
631
632 2003-03-24  Bud Davis  <bdavis9659@comcast.net>
633
634         PR fortran/10197
635         * g77.f-torture/execute/10197.f: New test.
636
637 2003-03-24  Nathan Sidwell  <nathan@codesourcery.com>
638
639         PR c++/9898, c++/383
640         * g++.dg/template/conv6.C: New test.
641
642         PR c++/10119
643         * g++.dg/template/ptrmem5.C: New test.
644
645         PR c++/10026
646         * g++.dg/lookup/koenig1.C: New test.
647
648         PR C++/10199
649         * g++.dg/lookup/template2.C: New test.
650
651 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
652
653         * g++.dg/opt/rtti1.C: New test.
654
655 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
656
657         * gcc.dg/ultrasp5.c: New test.
658
659 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
660
661         PR middle-end/9967
662         * gcc.c-torture/execute/stdio-opt-1.c: Adjust test for change to
663         builtin fputs.
664
665 2003-03-23  Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
666
667         PR c/8224
668         * gcc.dg/20030323-1.c: New test.
669
670 2003-03-23  Roger Sayle  <roger@eyesopen.com>
671
672         * gcc.c-torture/compile/20030323-1.c: New test case.
673
674 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
675
676         * gcc.dg/20030321-1.c: New test.
677
678 2003-03-22  Zack Weinberg  <zack@codesourcery.com>
679
680         * gcc.dg/Wshadow-1.c: Add a dg-warning line.
681
682 2003-03-22  Nathan Sidwell  <nathan@codesourcery.com>
683
684         PR c++/9978, c++/9708
685         * g++.dg/ext/vlm1.C: Adjust expected error.
686         * g++.dg/ext/vla2.C: New test.
687         * g++.dg/template/arg1.C: New test.
688         * g++.dg/template/arg2.C: New test.
689
690 2003-03-22  Bud Davis  <bdavis9659@comcast.net>
691
692         * g77.f-torture/execute/select.f: New test.
693         * g77.f-torture/noncompile/select_no_compile.f: New test.
694
695 2003-03-21  Nathan Sidwell  <nathan@codesourcery.com>
696
697         PR c++/9898
698         * g++.dg/other/error4.C: New test.
699
700 2003-03-20  Mark Mitchell  <mark@codesourcery.com>
701
702         * g++.dg/template/friend17.C: New test.
703
704 2003-03-21  Alan Modra  <amodra@bigpond.net.au>
705
706         * gcc.c-torture/compile/20030320-1.c: New.
707
708 2003-03-20  Roger Sayle  <roger@eyesopen.com>
709
710         * gcc.dg/builtins-6.c: New test case.
711
712 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
713
714         PR target/10073
715         * gcc.c-torture/compile/20030319-1.c: New.
716
717 2003-03-18  Jan Hubicka  <jh@suse.cz>
718
719         * gcc.dg/i386-cvt-1.c: New test.
720
721 2003-03-17  Zack Weinberg  <zack@codesourcery.com>
722
723         * objc.dg/naming-1.m: Use "(parse|syntax) error".
724         * objc.dg/naming-2.m: Likewise.
725
726 2003-03-17  Mark Mitchell  <mark@codesourcery.com>
727
728         PR c++/9639
729         * g++.dg/parse/crash1.C: New test.
730
731 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
732
733         PR c++/8805
734         * g++.dg/eh/cleanup1.C: New test.
735
736 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
737
738         * gcc.c-torture/execute/20030316-1.c: New test case.
739
740 2003-03-16  Nathan Sidwell  <nathan@codesourcery.com>
741
742         PR c++/9629
743         * g++.dg/init/ctor2.C: New test.
744
745 2003-03-15  Roger Sayle  <roger@eyesopen.com>
746
747         * g77.f-torture/compile/xformat.f: New test case.
748
749 2003-03-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
750
751         * g++.old-deja/g++.mike/eh33.C: Remove xfail for hppa*-*-*.
752         * g++.old-deja/g++.mike/eh50.C: Likewise.
753
754 2003-03-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
755
756         PR c++/6440
757         * g++.dg/template/spec7.C: New test.
758         * g++.dg/template/spec8.C: Likewise.
759
760 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
761
762         * gcc.c-torture/execute/20030313-1.c: New test.
763
764 2003-03-14  Richard Henderson  <rth@redhat.com>
765
766         * gcc.dg/inline-2.c: Adjust alpha test for external call.
767
768 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
769
770         * gcc.c-torture/compile/20030314-1.c: New test.
771
772 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
773
774         * gcc.dg/dll-1.c: Remove thumb target. Change exp to _exp.
775         * gcc.dg/dll-2.c: Enable for cygwin and mingw. Remove
776         thumb target,
777         * gcc.dg/dll-3.c: Likewise. Adjust scan-assembler
778         to accept newer _imp__  prefix and additional
779         newline in .drectve section.
780         * gcc.dg/dll-4.c: Likewise.
781         * gcc.dg/dll-5.c: New file to test -mnop-fun-dllimport
782         switch.
783
784 2003-03-13  Mark Mitchell  <mark@codesourcery.com>
785
786         * g++.dg/parse/namespace9.C: New test.
787
788         * g++.dg/init/ref5.C: New test.
789         * g++.dg/parse/ptrmem1.C: Likewise.
790
791 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
792
793         * gcc.dg/special/ecos.exp (gcsec-1.c): Find linker used by gcc.
794         * gcc.dg/old-style-asm-1.c (dg-final): Add hpux label alternative to
795         regular expression.
796         * gcc.dg/funcorder.c (dg-final): Check for "link_error,%r" on hppa*-*-*.
797         * gcc.dg/inline-1.c (dg-final): Check for "xyzzy?,%r" on hppa*-*-*.
798
799 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
800
801         * gcc.c-torture/execute/20030224-2.c: New test.
802
803 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
804
805         * gcc.dg/decl-3.c: New test.
806
807 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
808
809         * gcc.dg/i386-loop-2.c: New test.
810
811 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
812
813         PR c++/9474
814         * g++.dg/parse/namespace8.C: New test.
815
816         PR c++/9924
817         * g++.dg/overload/builtin2.C: New test.
818
819 2003-03-11  Steven Bosscher  <s.bosscher@student.tudelft.nl>
820
821         * gcc.dg/return-type-3.c: New test.
822
823 2003-03-11  D.Venkatasubramanian  <dvenkat@noida.hcltech.com>
824
825         * gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
826         profiling options are not supported.
827
828 2003-03-10  Mark Mitchell  <mark@codesourcery.com>
829
830         * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
831         * g++.old-deja/g++.warn/impint2.C: Likewise.
832
833 2003-03-10  Devang Patel  <dpatel@apple.com>
834
835         * g++.dg/cpp/c++_cmd_1.C: New test.
836         * g++.dg/cpp/c++_cmd_1.h: New file.
837
838 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
839
840         * gcc.dg/altivec-9.c: New file.
841
842 2003-03-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
843
844         * gcc.dg/ppc-sdata-1.c: New test.
845         * gcc.dg/ppc-sdata-2.c: New test.
846
847 2003-03-09  Mark Mitchell  <mark@codesourcery.com>
848
849         PR c++/9373
850         * g++.dg/opt/ptrmem2.C: New test.
851
852         PR c++/8534
853         * g++.dg/opt/ptrmem1.C: New test.
854
855 2003-03-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
856
857         * gcc.dg/i386-loop-1.c: New test.
858
859 2003-03-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
860
861         PR c++/9970
862         * g++.dg/lookup/friend1.C: New test.
863
864 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
865
866         PR c++/9823
867         * g++.dg/parser/constructor1.C: New test.
868
869 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
870
871         * gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.
872
873         * gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware.
874
875 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
876
877         * gcc.dg/cpp/Wunused.c: Update test.
878
879 2003-03-08  Jan Hubicka  <jh@suse.cz>
880
881         * gcc.dg/inline-3.c: New test.
882
883 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
884
885         PR c++/9809
886         * g++.dg/parse/builtin1.C: New test.
887
888         PR c++/9982
889         * g++.dg/abi/cookie1.C: New test.
890         * g++.dg/abi/cookie2.C: Likewise.
891
892         PR c++/9524
893         * g++.dg/template/field1.C: New test.
894
895         PR c++/9912
896         * g++.dg/parse/class1.C: New test.
897         * g++.dg/parse/namespace7.C: Likewise.
898         * g++.old-deja/g++.other/decl5.C: Remove XFAILs.
899
900 2003-03-07  Mark Mitchell  <mark@codesourcery.com>
901
902         * g++.dg/init/ref4.C: New test.
903
904 2003-03-07  Jan Hubicka  <jh@suse.cz>
905
906         * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
907         * gcc.dg/inline-3.c:  New test.
908
909 2003-03-06  Mark Mitchell  <mark@codesourcery.com>
910
911         * g++.dg/init/ref3.C: New test.
912
913         PR c++/9965
914         * g++.dg/init/ref2.C: New test.
915
916         PR c++/9400
917         * g++.dg/warn/Wshadow-2.C: New test.
918
919         PR c++/9791
920         * g++.dg/warn/Woverloaded-1.C: New test.
921
922 2003-03-05  Jan Hubicka  <jh@suse.cz>
923
924         * gcc.dg/i386-local2.c: New.
925         * gcc.dg/i386-local.c: Fix typo.
926
927 2003-03-05  Mark Mitchell  <mark@codesourcery.com>
928
929         * g++.dg/abi/layout3.C: New test.
930
931 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
932
933         * gcc.c-torture/compile/20030305-1.c
934
935 2003-03-05  Jan Hubicka  <jh@suse.cz>
936
937         * gcc.dg/i386-local.c: New.
938
939 2003-03-04  J"orn Rennecke <joern.rennecke@superh.com>
940
941         * gcc.dg/sh-relax.c: Disable for sh64-*-*.
942
943 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
944
945         * gcc.dg/switch-2.c: New test.
946         * gcc.dg/switch-3.c: New test.
947         * gcc.dg/Wswitch.c: Adjust line numbers.
948         * gcc.dg/Wswitch-default.c: Likewise.
949         * gcc.dg/Wswitch-enum.c: Likewise.
950
951 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
952
953         * gcc.c-torture/execute/20030222-1.c: New test.
954
955 2003-03-03  James E Wilson  <wilson@tuliptree.org>
956
957         * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
958
959 2003-03-03  Mark Mitchell  <mark@codesourcery.com>
960
961         PR c++/9878
962         * g++.dg/init/ref1.C: New test.
963
964 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
965
966         * gcc.dg/sh-relax.c: New SH-only test.
967
968 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
969
970         * gcc.c-torture/compile/20010327-1.c: Back out last change.  Add
971         comment explaining purpose of testcase.
972
973 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
974
975         * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
976         for HC11/HC12 (asm needs two int registers).
977         * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
978         HC11/HC12 because the test uses an asm which needs two 32-bit
979         registers.
980
981 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
982
983         * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
984         for HC11/HC12 (array is too large otherwise).
985         * gcc.c-torture/compile/920501-4.x: New file, likewise.
986         * gcc.c-torture/compile/20010518-2.x: Likewise.
987         * gcc.c-torture/compile/980506-1.x: Don't execute this test on
988         HC11/HC12 (array is too large).
989
990 2003-03-01  Geoffrey Keating  <geoffk@apple.com>
991
992         * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
993         * lib/g++-dg.exp (g++-dg-test): Likewise.
994
995 2003-03-01  Roger Sayle  <roger@eyesopen.com>
996
997         * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
998         * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
999
1000 2003-03-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1001
1002         * g++.dg/warn/implicit-typename1.C: Remove warning.
1003
1004 2003-02-28  Richard Henderson  <rth@redhat.com>
1005
1006         * gcc.dg/noreturn-1.c: Move noreturn warning line.
1007         * gcc.dg/return-type-1.c: Move control reaches end warning line.
1008
1009 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
1010
1011         * gcc.dg/pch/pch.exp: Change .pch to .gch.
1012         * g++.dg/pch/pch.exp: Likewise.
1013
1014 2003-02-28  Mark Mitchell  <mark@codesourcery.com>
1015
1016         PR c++/9879
1017         * testsuite/g++.dg/init/new4.C: New test.
1018
1019 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
1020
1021         * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
1022
1023 2003-02-28  Alexandre Oliva  <aoliva@redhat.com>
1024
1025         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
1026         unsigned long.
1027
1028         * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
1029         wider than float.
1030
1031 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1032
1033         * lib/scanasm.exp: Add support for counting numbers of
1034         occurences.
1035         * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
1036         gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
1037
1038 2003-02-25  Mark Mitchell  <mark@codesourcery.com>
1039
1040         PR c++/9683
1041         * g++.dg/template/static3.C: New test.
1042
1043         PR c++/9829
1044         * g++.dg/parse/namespace6.C: New test.
1045
1046 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1047
1048         PR target/9732
1049         * gcc.dg/20030225-1.c: New test.
1050
1051 2003-02-24  Mark Mitchell  <mark@codesourcery.com>
1052
1053         * README: Remove out-of-date information.
1054
1055         PR c++/9836
1056         * g++.dg/template/spec6.C: New test.
1057
1058 2003-02-24  Jeff Law  <law@redhat.com>
1059
1060         * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
1061
1062 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1063
1064         * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
1065         * gcc.dg/pragma-ep-1.c: Likewise.
1066
1067 2003-02-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1068
1069         PR c++/9602
1070         * g++.dg/template/friend16.C: New test.
1071
1072 2003-02-23  Mark Mitchell  <mark@codesourcery.com>
1073
1074         PR c++/5333
1075         * g++.dg/parse/fused-params1.C: Adjust error messages.
1076         * g++.dg/template/nested3.C: New test.
1077
1078 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
1079
1080         * g++.dg/abi/param1.C: New test.
1081
1082 2003-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1083
1084         PR c++/7982
1085         * g++.dg/warn/implicit-typename1.C: New test.
1086
1087 2003-02-22  Kelley Cook <kelleycook@comcast.net>
1088
1089         * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
1090         with "mtune".
1091         * g++.old-deja/g++.other/store-expr2.C: Likewise.
1092         * gcc.c-torture/execute/20010129-1.x: Likewise.
1093         * gcc.dg/20011107-1.c: Likewise.
1094         * gcc.dg/20020108-1.c: Likewise.
1095         * gcc.dg/20020122-3.c: Likewise.
1096         * gcc.dg/20020206-1.c: Likewise.
1097         * gcc.dg/20020310-1.c: Likewise.
1098         * gcc.dg/20020426-2.c: Likewise.
1099         * gcc.dg/20020517-1.c: Likewise.
1100         * gcc.dg/991230-1.c: Likewise.
1101         * gcc.dg/i386-unroll-1.c: Likewise.
1102         * gcc.misc-tests/i386-prefetch.exp: Likewise.
1103
1104 2003-02-22  Jan Hubicka  <jh@suse.cz>
1105
1106         * gcc.dg/i386-mul.c: New test.
1107
1108 2003-02-21  Roger Sayle  <roger@eyesopen.com>
1109
1110         * gcc.dg/builtins-5.c: New test case.
1111
1112 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
1113
1114         * gcc.dg/asmreg-1.c: New test.
1115
1116 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
1117
1118         PR c++/9749
1119         * g++.dg/parse/varmod1.C: New test.
1120
1121 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
1122
1123         PR c++/9727
1124         * g++.dg/template/op1.C: New test.
1125
1126 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
1127
1128         PR c++/8906
1129         * g++.dg/template/nested2.C: New test.
1130
1131 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
1132
1133         PR c++/8724
1134         * g++.dg/expr/dtor1.C: New test.
1135
1136 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
1137
1138         * gcc.dg/cpp/include3.c: New test.
1139         * gcc.dg/cpp/inc/foo.h: New file.
1140
1141 2003-02-21  Glen Nakamura  <glen@imodulo.com>
1142
1143         * gcc.c-torture/execute/20030221-1.c: New test.
1144
1145 2003-02-20  Mark Mitchell  <mark@codesourcery.com>
1146
1147         PR c++/9729
1148         * g++.dg/abi/conv1.C: New test.
1149
1150 2003-02-20  Jan Hubicka  <jh@suse.cz>
1151
1152         * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
1153
1154 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
1155
1156         * gcc.c-torture/compile/20030219-1.c: New test.
1157
1158 2003-02-18  Jan Hubicka  <jh@suse.cz>
1159
1160         * gcc.dg/funcorder.c: New test.
1161
1162 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
1163
1164         * gcc.c-torture/execute/20030218-1.c: New.
1165
1166 2003-02-18  Aldy Hernandez  <aldyh@redhat.com>
1167
1168         * gcc.dg/20030218-1.c: New.
1169
1170 2003-02-18  Richard Henderson  <rth@redhat.com>
1171
1172         * gcc.dg/attr-invalid.c: Allow __used__ on static data.
1173         * gcc.dg/attr-used-2.c: New.
1174
1175 2003-02-18  Mark Mitchell  <mark@codesourcery.com>
1176
1177         PR c++/9704
1178         * g++.dg/init/copy5.C: New test.
1179
1180 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
1181
1182         * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
1183         * g++.dg/pch/pch.exp: Likewise.
1184
1185 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
1186
1187         * gcc.c-torture/execute/20030209-1.c: Enable the test if
1188         STACK_SIZE is not defined.
1189
1190 2003-02-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1191
1192         PR c++/9457
1193         * g++.dg/template/init1.C: New test.
1194
1195 2003-02-16  Jan HUbicka  <jh@suse.cz>
1196
1197         * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
1198         (foo): Add few extra tests
1199         * gcc.dg/c99-const-expr-3.c: Likewise.
1200         * gcc.c-torture/execute/20030216-1.c: New.
1201
1202 2003-02-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1203
1204         PR c++/9459
1205         * g++.dg/ext/typeof4.C: New test.
1206
1207 2003-02-15  Roger Sayle  <roger@eyesopen.com>
1208
1209         * gcc.dg/i386-387-3.c: New test case.
1210
1211 2003-02-14  Josef Zlomek  <zlomekj@suse.cz>
1212
1213         * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
1214         cris-*-elf* cris-*-aout* and mmix-*-*.
1215
1216 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
1217
1218         * gcc.dg/20030213-1.c: New test.
1219
1220 2003-02-12  Roger Sayle  <roger@eyesopen.com>
1221
1222         * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
1223         * gcc.dg/i386-387-2.c: Likewise.
1224
1225 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
1226
1227         * gcc.dg/ppc-spe.c: Fix formatting.
1228         Enable tests that were previously unsupported by gas.
1229         Delete tests for instructions that no longer exist.
1230         Switch arguments on evsubifw builtin.
1231
1232 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
1233
1234         * gcc.c-torture/execute/20030209-1.c: Disable the test if
1235         STACK_SIZE is too small.
1236
1237 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
1238             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
1239
1240         * gcc.dg/decl-2.c: New test.
1241
1242 2003-02-10  Jan Hubicka  <jh@suse.cz>
1243
1244         * gcc.dg/i386-fpcvt-1.c:  New test.
1245
1246 2002-02-09  Richard Sandiford  <rsandifo@redhat.com>
1247
1248         * gcc.c-torture/execute/20030209-1.c: New test.
1249
1250 2003-02-09  Kazu Hirata  <kazu@cs.umass.edu>
1251
1252         * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
1253         int-wide bitops, use the constants of the same width.
1254         Likewise, if long long is 32-bit wide, test bitops using
1255         32-bit constants.
1256
1257 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
1258
1259         * gcc.dg/20021014-1.c: Annotate with expected notice text.
1260
1261 2003-02-07  Roger Sayle  <roger@eyesopen.com>
1262
1263         * testsuite/gcc.dg/builtins-4.c: New test case.
1264
1265 2003-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1266
1267         * gcc.dg/20020430-1.c: Fix dg command typos.
1268         * gcc.dg/20020503-1.c: Likewise.
1269
1270 2003-02-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1271
1272         PR c++/8785
1273         * g++.dg/parse/fused-params1.C: New test.
1274
1275         PR c++/8857
1276         * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
1277
1278         PR c++/8921
1279         * g++.dg/parse/non-dependent1.C: New test.
1280
1281         PR c++/8928
1282         * g++.dg/parse/dupl-tmpl-args1.C: New test.
1283
1284         PR c++/9228
1285         * g++.dg/parse/undefined7.C: New test.
1286         * g++.dg/parse/non-templ1.C: New test.
1287
1288         PR c++/9229
1289         * g++.dg/parse/too-many-tmpl-args1.C: New test.
1290
1291 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
1292
1293         * gcc.c-torture/compile/20030206-1.c: New test.
1294
1295 2003-02-05  Roger Sayle  <roger@eyesopen.com>
1296
1297         * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
1298         "pow" to "foo" to avoid potential confusion with a math built-in.
1299
1300 2003-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1301
1302         * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
1303         conditions for SPARC targets.
1304
1305 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
1306
1307         * gcc.dg/20030204-1.c: New test.
1308
1309 2003-02-04  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1310
1311         PR c++/38
1312         * g++.dg/parse/array-size1.C: New test.
1313
1314         PR c++/5657
1315         * g++.dg/parse/undefined3.C: New test.
1316
1317         PR c++/5665
1318         * g++.dg/parse/undefined4.C: New test.
1319
1320         PR c++/5975
1321         * g++.dg/parse/undefined5.C: New test.
1322
1323         PR c++/7259
1324         * g++.dg/parse/tmpl-tmpl-param1.C: New test.
1325
1326         PR c++/8578
1327         * g++.dg/parse/casting-operator1.C: New test.
1328
1329         PR c++/8596
1330         * g++.dg/parse/undefined6.C: New test.
1331
1332         PR c++/8736
1333         * g++.dg/parse/missing-template1.C: New test.
1334
1335 2003-02-04  Jan Hubicka  <jh@suse.cz>
1336
1337         * gcc.dg/i386-cadd.c:  Compile using -march=k8.
1338         * gcc.dg/i386-cmov?.c:  Likewise.
1339         * gcc.dg/i386-fpcvt-?.c:  Likewise.
1340         * gcc.dg/i386-ssefp-1.c:  Likewise.
1341         * gcc.dg/i386-ssetype-?.c:  Likewise; fix for register passing
1342         conventions.
1343
1344 2003-02-03  Mark Mitchell  <mark@codesourcery.com>
1345
1346         PR c++/7129
1347         * testsuite/g++.dg/ext/max.C: New test.
1348
1349 2003-02-03  Jan Hubicka  <jh@suse.cz>
1350
1351         * gcc.c-torture/execute/20030203-1.c: New test.
1352
1353 2003-02-03  Richard Earnshaw  <rearnsha@arm.com>
1354
1355         * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
1356         'natural-endian'.
1357
1358 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
1359
1360         * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
1361         * g++.dg/init/new2.C: Likewise.
1362         * g++.dg/other/new1.C: Likewise.
1363
1364 2003-01-31  Loren J. Rittle <ljrittle@acm.org>
1365
1366         * gcc.dg/struct-ret-libc.c: New test.
1367
1368 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
1369
1370         * gcc.dg/20030129-1.c: New test.
1371
1372 2003-01-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1373
1374         PR c++/8849
1375         * g++.dg/template/ptrmem4.C: New test.
1376
1377 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
1378
1379         * g++.dg/parser/constant1.C: New test.
1380
1381 2003-01-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1382
1383         PR c++/8591
1384         * g++.dg/parse/friend2.C: New test.
1385
1386 2003-01-29  Nathan Sidwell  <nathan@codesourcery.com>
1387
1388         PR c++/9437
1389         * g++.dg/template/unify4.C: New test.
1390
1391 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
1392
1393         * gcc.c-torture/execute/20030128-1.c: New test.
1394
1395 2003-01-28  Jeffrey D. Oldham  <oldham@codesourcery.com>
1396
1397         * g++.dg/lookup/nested1.C: Test moved from ...
1398         * g++.old-deja/g++.other/lookup24.C: ... here.
1399
1400 2003-01-28  Jan Hubicka  <jh@suse.cz>
1401
1402         * gcc.dg/i386-cmov5.c:  New test.
1403
1404 2003-01-28  D.Venkatasubramanian   <dvenkat@noida.hcltech.com>
1405
1406         * gcc.c-torture/execute/20010925-1.c: Changed the
1407         memcpy declaration.
1408
1409 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
1410
1411         PR c++/3902
1412         * g++.dg/parse/template5.C: New test.
1413
1414 2003-01-28  Toon Moene  <toon@moene.indiv.nluug.nl>
1415
1416         PR fortran/9258
1417         * g77.dg/pr9258: New test.
1418
1419 2003-01-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1420
1421         * README: Move relevant parts from README.g++.
1422
1423         * README.g++: Remove this file.
1424
1425 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
1426
1427         * g++.dg/abi/dcast1.C: New test.
1428
1429 2003-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1430
1431         * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
1432
1433 2003-01-27  Jeffrey D. Oldham  <oldham@codesourcery.com>
1434
1435         PR c++/47
1436         * g++.old-deja/g++.other/lookup24.C: New test.
1437
1438 2003-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1439
1440         PR middle-end/7227
1441         * gcc.dg/uninit-C.c: New test.
1442
1443 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
1444
1445         * g++.dg/abi/covariant1.C: New test.
1446
1447 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
1448
1449         * gcc.dg/20030123-1.c: New test.
1450
1451 2003-01-25  Jan Hubicka  <jh@suse.cz>
1452
1453         PR opt/8492
1454         * gcc.c-torture/compile/20030125-1.c
1455
1456 2003-01-25  Nathan Sidwell  <nathan@codesourcery.com>
1457
1458         PR c++/9403
1459         * g++.dg/parse/template3.C: New test.
1460         * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
1461
1462         PR c++/795
1463         * g++.dg/parse/template4.C: New test.
1464
1465         PR c++/9415
1466         * g++.dg/template/qual2.C: New test.
1467
1468         PR c++/8545
1469         * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
1470
1471         * g++.old-deja/g++.ns/bogus1.C: Change expected error.
1472
1473 2003-01-25  Roger Sayle  <roger@eyesopen.com>
1474
1475         * gcc.c-torture/execute/switch-1.c: New test case.
1476
1477 2003-01-25  Jan Hubicka  <jh@suse.cz>
1478
1479         * gcc.c-torture/execute/20030125-1.[cx]: New test.
1480
1481 2003-01-25  Paolo Carlini  <pcarlini@unitus.it>
1482
1483         Tweaks for Bison-1.875. From the NEWS file:
1484         "- `parse error' -> `syntax error'
1485         Bison now uniformly uses the term `syntax error'"
1486         * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
1487         * gcc.dg/cpp/digraph2.c: Likewise.
1488         * gcc.dg/cpp/direct2.c: Likewise.
1489         * gcc.dg/cpp/paste4.c: Likewise.
1490         * gcc.dg/c90-restrict-1.c: Likewise.
1491         * gcc.dg/c99-func-2.c: Likewise.
1492         * gcc.dg/noncompile/920721-2.c: Likewise.
1493         * gcc.dg/noncompile/930622-2.c: Likewise.
1494         * gcc.dg/noncompile/940112-1.c: Likewise.
1495         * gcc.dg/noncompile/950921-1.c: Likewise.
1496         * gcc.dg/noncompile/951123-1.c: Likewise.
1497         * gcc.dg/noncompile/971104-1.c: Likewise.
1498         * gcc.dg/noncompile/990416-1.c: Likewise.
1499
1500 2003-01-24  Paolo Carlini  <pcarlini@unitus.it>
1501
1502         * g++.dg/parse/undefined1.C: Add error message.
1503
1504 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
1505
1506         PR c++/9354
1507         * g++.dg/parse/new1.C: New test.
1508
1509         PR c++/9216
1510         * g++.dg/parse/template2.C: New test.
1511
1512         PR c++/9354
1513         * g++.dg/parse/typedef2.C: New test.
1514
1515         PR c++/9328
1516         * g++.dg/ext/typeof3.C: New test.
1517
1518 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1519
1520         PR c++/2738
1521         * g++.dg/parse/ret-type1.C: New test.
1522
1523         PR c++/3792
1524         * g++.dg/parse/tmpl-outside1.C: New test.
1525
1526         PR c++/4207
1527         * g++.dg/parse/int-as-enum1.C: New test.
1528
1529         PR c++/4903
1530         * g++.dg/parse/no-typename1.C: New test.
1531
1532         PR c++/5533
1533         * g++.dg/parse/no-value1.C: New test.
1534
1535         PR c++/5921
1536         * g++.dg/parse/wrong-inline1.C: New test.
1537
1538         PR c++/6402
1539         * g++.dg/parse/ref1.C: New test.
1540
1541         PR c++/6992
1542         * g++.dg/parse/attr-ctor1.C: New test.
1543
1544         PR c++/7229
1545         * g++.dg/parse/namespace5.C: New test.
1546
1547         PR c++/7917
1548         * g++.dg/parse/func-def1.C: New test.
1549
1550         PR c++/8143
1551         * g++.dg/parse/undefined1.C: New test.
1552
1553         PR c++/5723, PR c++/8522
1554         * g++.dg/parse/specialization1.C: New test.
1555
1556         PR c++/163, PR c++/8595
1557         * g++.dg/parse/struct-as-enum1.C: New test.
1558
1559         PR c++/9173
1560         * g++.dg/parse/undefined2.C: New test.
1561
1562 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
1563
1564         PR c++/9298
1565         * g++.dg/parse/template1.C: New test.
1566
1567         PR c++/9384
1568         * g++.dg/parse/using1.C: New test.
1569
1570         PR c++/9285
1571         PR c++/9294
1572         * g++.dg/parse/expr2.C: New test.
1573
1574         PR c++/9388
1575         * g++.dg/parse/lookup2.C: Likewise.
1576
1577 2003-01-21  Jan Hubicka  <jh@suse.cz>
1578
1579         * gcc.c-torture/execute/990208-1.c:  Add noinline attributes as needed.
1580         * gcc.c-torture/execute/eeprof-1.c:  Likewise.
1581         * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
1582         * gcc.c-torture/execute/string-opt-*.c: Likewise.
1583
1584 2003-01-20  Nick Clifton  <nickc@redhat.com>
1585
1586         * gcc.c-torture/execute/20030117-1.c: New test case.  Exposes
1587         problem with ARM sibcall code generation.
1588
1589 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
1590
1591         * gcc.c-torture/execute/20030120-1.c: New.
1592
1593 2003-01-19  Paolo Carlini  <pcarlini@unitus.it>
1594
1595         * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
1596
1597 2003-01-17  Mark Mitchell  <mark@codesourcery.com>
1598
1599         PR c++/9272
1600         * g++.dg/parse/ctor1.C: New test.
1601
1602         PR c++/9294:
1603         * g++.dg/parse/qualified1.C: New test.
1604
1605         * g++.dg/parse/typename3.C: New test.
1606
1607 2003-01-16  Richard Henderson  <rth@redhat.com>
1608
1609         * g++.dg/tls/init-2.C: Fix error matches for real this time.
1610
1611 2003-01-16  Richard Henderson  <rth@redhat.com>
1612
1613         * g++.dg/pch/pch.exp: Copy test header to the working directory
1614         before using it either for precompilation or direct use.
1615         * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
1616         * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
1617
1618 2003-01-16  Richard Henderson  <rth@redhat.com>
1619
1620         * gcc.dg/pch/pch.exp: Copy test header to the working directory
1621         before using it either for precompilation or direct use.
1622         * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
1623         * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
1624
1625 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
1626
1627         * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
1628         * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
1629         * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
1630         * gcc/testsuite/g++.dg/parse/typename2.C: New test.
1631         * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
1632         typename warning into error.
1633         * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
1634         error messages.
1635         * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
1636         * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
1637         * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
1638         messages.
1639         * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
1640         make declaration visible in template.
1641         * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
1642         * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
1643         messages.
1644         * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
1645         message.
1646         * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
1647         * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
1648         * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
1649         * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
1650         typename warning with error message.
1651         * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
1652         * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
1653         * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
1654
1655 2003-01-16  Nathan Sidwell  <nathan@codesourcery.com>
1656
1657         * g++.dg/parse/ambig2.C: New test.
1658
1659 2003-01-15  Richard Henderson  <rth@redhat.com>
1660
1661         * g++.dg/tls/init-2.C: Update error message string.
1662
1663 2003-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1664
1665         * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
1666
1667 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
1668
1669         * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
1670         all for HC11/HC12.
1671         * gcc.c-torture/compile/20001205-1.x: Likewise.
1672         * gcc.c-torture/compile/20001226-1.x: Likewise.
1673         * gcc.c-torture/compile/920520-1.x: Likewise.
1674         * gcc.c-torture/compile/961203-1.x: Likewise.
1675         * gcc.c-torture/compile/20020604-1.x: Likewise.
1676
1677 2003-01-15  Jan Hubicka  <jh@suse.cz>
1678
1679         * gcc.c-torture/compile/20030115-1.c: New test.
1680
1681         * gcc.dg/i386-fpcvt-1.c: New test.
1682         * gcc.dg/i386-fpcvt-2.c: New test.
1683
1684 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
1685
1686         Further conform g++'s __vmi_class_type_info to the C++ ABI
1687         specification.
1688         * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
1689         the specification.
1690
1691 2003-01-14  Jan Hubicka  <jh@suse.cz>
1692
1693         * gcc.dg/i386-fpcvt-1.c: New test.
1694         * gcc.dg/i386-fpcvt-2.c: New test.
1695
1696 2003-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
1697
1698         * gcc.dg/i386-mmx-3.c: New test.
1699
1700 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
1701
1702         PR c++/9264
1703         * g++.dg/parse/octal1.C: New file.
1704
1705         PR c++/9172
1706         * g++.dg/parse/typename1.C: New file.
1707
1708 2003-01-10  Danny Smith  <dannysmith@users.sourceforge.net>
1709
1710         * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
1711         * gcc.dg/bf-no-ms-layout.c: Likewise.
1712         * gcc.dg/bf-ms-attrib.c: Likewise.
1713
1714 2003-01-10  Mark Mitchell  <mark@codesourcery.com>
1715
1716         PR c++/9099
1717         * g++.dg/parse/dtor1.C: New file.
1718
1719         PR c++/9128
1720         * g++.dg/rtti/typeid1.C: New file.
1721
1722         PR c++/9153
1723         * g++.dg/parse/lookup1.C: New file.
1724
1725         PR c++/9171
1726         * g++.dg/templ/spec5.C: New file.
1727
1728 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
1729
1730         * gcc.c-torture/compile/20030110-1.c: New test.
1731
1732 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
1733
1734         Merge from pch-branch:
1735
1736         2002-12-23  Geoffrey Keating  <geoffk@apple.com>
1737
1738         * gcc.dg/pch/cpp-1.h: New.
1739         * gcc.dg/pch/cpp-1.c: New.
1740         * gcc.dg/pch/cpp-2.h: New.
1741         * gcc.dg/pch/cpp-2.c: New.
1742
1743         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
1744
1745         * gcc.dg/pch/except-1.h: New.
1746         * gcc.dg/pch/except-1.c: New.
1747
1748         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
1749
1750         * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
1751         running test.
1752         * gcc.dg/pch: Include *.hp not *.h.
1753         * gcc.dg/pch/system-1.h: New.
1754         * gcc.dg/pch/system-1.c: New.
1755
1756         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
1757
1758         * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
1759         rather than trying to build and run a program using PCH.
1760         * gcc.dg/pch: Remove dg-do commands from test files.
1761
1762         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
1763
1764         * gcc.dg/pch/macro-3.c: New.
1765         * gcc.dg/pch/macro-3.h: New.
1766
1767         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
1768
1769         * gcc.dg/pch/common-1.c: New.
1770         * gcc.dg/pch/common-1.h: New.
1771         * gcc.dg/pch/decl-1.c: New.
1772         * gcc.dg/pch/decl-1.h: New.
1773         * gcc.dg/pch/decl-2.c: New.
1774         * gcc.dg/pch/decl-2.h: New.
1775         * gcc.dg/pch/decl-3.c: New.
1776         * gcc.dg/pch/decl-3.h: New.
1777         * gcc.dg/pch/decl-4.c: New.
1778         * gcc.dg/pch/decl-4.h: New.
1779         * gcc.dg/pch/decl-5.c: New.
1780         * gcc.dg/pch/decl-5.h: New.
1781         * gcc.dg/pch/global-1.c: New.
1782         * gcc.dg/pch/global-1.h: New.
1783         * gcc.dg/pch/inline-1.c: New.
1784         * gcc.dg/pch/inline-1.h: New.
1785         * gcc.dg/pch/inline-2.c: New.
1786         * gcc.dg/pch/inline-2.h: New.
1787         * gcc.dg/pch/static-1.c: New.
1788         * gcc.dg/pch/static-1.h: New.
1789         * gcc.dg/pch/static-2.c: New.
1790         * gcc.dg/pch/static-2.h: New.
1791
1792         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
1793
1794         * g++.dg/pch/pch.exp: Better handle failing testcases.
1795         * gcc.dg/pch/pch.exp: Likewise.
1796         * gcc.dg/pch/macro-1.c: New.
1797         * gcc.dg/pch/macro-1.h: New.
1798         * gcc.dg/pch/macro-2.c: New.
1799         * gcc.dg/pch/macro-2.h: New.
1800
1801         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
1802
1803         * g++.dg/dg.exp: Treat files in pch/ specially.
1804         * g++.dg/pch/pch.exp: New file.
1805         * g++.dg/pch/empty.H: New file.
1806         * g++.dg/pch/empty.C: New file.
1807         * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
1808         "precompile".
1809
1810         * gcc.dg/pch/pch.exp: New file.
1811         * gcc.dg/pch/empty.h: New file.
1812         * gcc.dg/pch/empty.c: New file.
1813         * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
1814         "precompile".
1815
1816 2003-01-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1817
1818         * g++.dg/template/friend14.C: New test.
1819
1820 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
1821
1822         * gcc.dg/old-style-asm-1.c: New test.
1823
1824 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
1825
1826         * gcc.c-torture/compile/20030109-1.c: New test.
1827
1828 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
1829
1830         * gcc.c-torture/execute/20030109-1.c: New test.
1831
1832 2003-01-08  Larin Hennessey  <larin@science.oregonstate.edu>
1833
1834         * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
1835         * g++.old-deja/g++.mike/dyncast2.C: Likewise
1836         * g++.old-deja/g++.mike/dyncast3.C: Likewise
1837         * g++.old-deja/g++.mike/eh2.C: Likewise
1838         * g++.old-deja/g++.mike/eh3.C: Likewise
1839         * g++.old-deja/g++.mike/eh5.C: Likewise
1840         * g++.old-deja/g++.mike/eh6.C: Likewise
1841         * g++.old-deja/g++.mike/eh7.C: Likewise
1842         * g++.old-deja/g++.mike/eh8.C: Likewise
1843         * g++.old-deja/g++.mike/eh9.C: Likewise
1844         * g++.old-deja/g++.mike/eh10.C: Likewise
1845         * g++.old-deja/g++.mike/eh12.C: Likewise
1846         * g++.old-deja/g++.mike/eh13.C: Likewise
1847         * g++.old-deja/g++.mike/eh14.C: Likewise
1848         * g++.old-deja/g++.mike/eh16.C: Likewise
1849         * g++.old-deja/g++.mike/eh17.C: Likewise
1850         * g++.old-deja/g++.mike/eh18.C: Likewise
1851         * g++.old-deja/g++.mike/eh21.C: Likewise
1852         * g++.old-deja/g++.mike/eh23.C: Likewise
1853         * g++.old-deja/g++.mike/eh24.C: Likewise
1854         * g++.old-deja/g++.mike/eh25.C: Likewise
1855         * g++.old-deja/g++.mike/eh26.C: Likewise
1856         * g++.old-deja/g++.mike/eh27.C: Likewise
1857         * g++.old-deja/g++.mike/eh28.C: Likewise
1858         * g++.old-deja/g++.mike/eh29.C: Likewise
1859         * g++.old-deja/g++.mike/eh31.C: Likewise
1860         * g++.old-deja/g++.mike/eh33.C: Likewise
1861         * g++.old-deja/g++.mike/eh34.C: Likewise
1862         * g++.old-deja/g++.mike/eh35.C: Likewise
1863         * g++.old-deja/g++.mike/eh36.C: Likewise
1864         * g++.old-deja/g++.mike/eh37.C: Likewise
1865         * g++.old-deja/g++.mike/eh38.C: Likewise
1866         * g++.old-deja/g++.mike/eh39.C: Likewise
1867         * g++.old-deja/g++.mike/eh40.C: Likewise
1868         * g++.old-deja/g++.mike/eh41.C: Likewise
1869         * g++.old-deja/g++.mike/eh42.C: Likewise
1870         * g++.old-deja/g++.mike/eh44.C: Likewise
1871         * g++.old-deja/g++.mike/eh46.C: Likewise
1872         * g++.old-deja/g++.mike/eh47.C: Likewise
1873         * g++.old-deja/g++.mike/eh48.C: Likewise
1874         * g++.old-deja/g++.mike/eh49.C: Likewise
1875         * g++.old-deja/g++.mike/eh50.C: Likewise
1876         * g++.old-deja/g++.mike/eh51.C: Likewise
1877         * g++.old-deja/g++.mike/eh53.C: Likewise
1878         * g++.old-deja/g++.mike/eh55.C: Likewise
1879         * g++.old-deja/g++.mike/p7912.C: Likewise
1880         * g++.old-deja/g++.mike/p9706.C: Likewise
1881         * g++.old-deja/g++.mike/p10416.C: Likewise
1882         * g++.old-deja/g++.mike/p11667.C: Likewise
1883         * g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
1884         Remove redundant reference to Iris.
1885         * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
1886         Elxsi, i860, Pico Java, and WE32K.
1887
1888 2003-01-07  Mark Mitchell  <mark@codesourcery.com>
1889
1890         * g++.dg/ext/asm4.C: New test.
1891
1892 2003-01-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1893
1894         PR c++/9030
1895         * g++.dg/template/friend12.C: New test.
1896         * g++.dg/template/friend13.C: Likewise.
1897         * g++.old-deja/g++.eh/spec6.C: Add missing error message.
1898
1899 2003-01-08  Jan Hubicka  <jh@suse.cz>
1900
1901         * gcc.dg/i386-cadd.c: New test.
1902         * gcc.dg/i386-cmov4.c: Likewise.
1903
1904 2003-01-06  Mark Mitchell  <mark@codesourcery.com>
1905
1906         PR c++/9165
1907         * g++.dg/warn/Wunused-3.C: New test.
1908
1909         * g++.dg/abi/bitfield9.C: New test.
1910
1911         PR c++/9189
1912         * g++.dg/parse/defarg3.C: New test.
1913
1914 2003-01-06  Nathan Sidwell  <nathan@codesourcery.com>
1915
1916         * g++.dg/parse/ambig1.C: New test.
1917         * g++.dg/parse/defarg2.C: New test.
1918
1919 2003-01-05  Mark Mitchell  <mark@codesourcery.com>
1920
1921         * g++.dg/template/defarg-1.C: New test.
1922         * g++.dg/template/local2.C: Likewise.
1923
1924 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
1925
1926         * gcc.c-torture/execute/20030105-1.c: New test.
1927
1928 2003-01-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1929
1930         * g++.dg/parse/namespace3.C: Remove extra semicolons.
1931         * g++.dg/parse/namespace4.C: Likewise.
1932
1933 2003-01-03  Nathan Sidwell  <nathan@codesourcery.com>
1934
1935         * g++.dg/template/ntp2.C: New test.
1936
1937 2003-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
1938
1939         * g++.dg/parse/extern-C-1.C: New test.
1940
1941         * g++.dg/parse/namespace4.C: New test.
1942
1943         * g++.dg/template/nested1.C: New test.
1944
1945         * g++.dg/parse/namespace3.C: New test.
1946
1947 2003-01-02  Nathanael Nerode  <neroden@gcc.gnu.org>
1948
1949         * g++.dg/lookup/two-stage1.C: New test.
1950
1951 2003-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1952
1953         * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
1954         * g++.old-deja/g++.jason/access8.C: Likewise.
1955         * g++.old-deja/g++.other/decl5.C: Likewise.
1956
1957 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
1958
1959         * g++.dg/parse/parse7.C: New test.
1960
1961 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
1962
1963         PR c++/2843
1964         * g++.dg/ext/attrib7.C: New test.
1965
1966 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
1967
1968         * g++.dg/parse/parse6.C: New test.
1969
1970 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
1971
1972         * gcc.dg/h8300-stack-1.c: New.
1973
1974 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
1975
1976         g++.dg/lookup/exception1.C: New test.
1977
1978         g++.dg/lookup/template1.C: New test.
1979
1980         g++.dg/parse/namespace2.C: New test.
1981
1982         g++.dg/parse/parens2.C: New test.
1983
1984 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
1985
1986         * g++.dg/parse/parse5.C: New test.
1987         * g++.dg/lookup/scoped4.C: New test.
1988
1989 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
1990
1991         * g++.dg/parse/parens1.C: New test.
1992
1993         * g++.dg/parse/parens2.C: Removed, turned out to duplicate
1994         angle-bracket1.C.
1995         * g++.dg/parse/parens2.C: New test.
1996
1997         * g++.dg/lookup/scope-operator1.C: New test.
1998
1999         * g++.dg/parse/operator1.C: New test.
2000
2001 2003-01-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2002
2003         * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
2004         * g++.old-deja/g++.other/access6.C: Likewise.
2005         * g++.old-deja/g++.other/decl1.C: Likewise.
2006         * g++.old-deja/g++.pt/typename12.C: Likewise.
2007
2008 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
2009
2010         * g++.dg/parse/namespace1.C: New test.
2011
2012 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
2013
2014         * g++.dg/parse/parse4.C: New test.
2015
2016 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
2017
2018         * g++.dg/parse/parse3.C: New test.
2019
2020 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
2021
2022         * g++.dg/parse/parse2.C: New test.
2023
2024 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
2025
2026         * g++.dg/template/friend11.C: New test.
2027
2028 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
2029
2030         * g++.dg/parse/parse1.C: New test.
2031
2032 2002-12-31  Janis Johnson  <janis187@us.ibm.com>
2033
2034         * lib/profopt.exp: Change the name of a global variable to avoid
2035         possible clashes with other test suites.
2036
2037 2002-12-31  Nathan Sidwell  <nathan@codesourcery.com>
2038
2039         * g++.dg/inherit/covariant8.C: New test.
2040
2041 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
2042
2043         * g++.dg/init/array9.C: New test.
2044
2045         PR c++/9112
2046         * g++.dg/parse/expr1.C: New test.
2047
2048 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
2049
2050         * gcc.c-torture/compile/20021230-1.c: New test.
2051
2052 2002-12-30  Nathan Sidwell  <nathan@codesourcery.com>
2053
2054         * g++.dg/inherit/covariant5.C: New test.
2055         * g++.dg/inherit/covariant6.C: New test.
2056         * g++.dg/inherit/covariant7.C: New test.
2057
2058 2002-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2059
2060         PR c++/2739
2061         * g++.dg/other/access2.C: New test.
2062
2063 2002-12-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2064
2065         * g++.dg/other/anon-struct.C: No longer fails
2066         * g++.old-deja/g++.brendan/parse4.C: Likewise.
2067         * g++.old-deja/g++.brendan/parse5.C: Likewise.
2068         * g++.old-deja/g++.brendan/parse6.C: Likewise.
2069
2070 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2071
2072         * g++.dg/parse/angle-bracket.C (main): No longer fails.
2073
2074 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
2075
2076         * g++.dg/eh/spec4.C: Remove stray semicolon.
2077         * g++.dg/expr/pmf-1.C: Change error message.
2078         * g++.dg/ext/asm1.C: Remove stray semicolon.
2079         * g++.dg/ext/typename1.C: Add missing typenames.
2080         * g++.dg/inherit/template-as-base.C: Change error message.
2081         * g++.dg/lookup/scoped1.C: Likewise.
2082         * g++.dg/lookup/scoped2.C: Likewise.
2083         * g++.dg/lookup/using2.C: Likewise.
2084         * g++.dg/other/component1.C: Remove stray semicolon.
2085         * g++.dg/other/do1.C: Change error message.
2086         * g++.dg/other/error2.C: Likewise.
2087         * g++.dg/other/init1.C: Likewise.
2088         * g++.dg/other/packed1.C: Remove stray semicolon.
2089         * g++.dg/other/ptrmem2.C: Change error message.
2090         * g++.dg/parse/parameter-declaration-1.C: Remove line number
2091         marker.
2092         * g++.dg/special/initp1.C: Remove invalid attribute usage.
2093         * g++.dg/template/access3.C: Add typename keyword.
2094         * g++.dg/template/access5.C: Remove stray semicolon.
2095         * g++.dg/template/access6.C: Likewise.
2096         * g++.dg/template/complit1.C: Likewise.
2097         * g++.dg/template/crash1.C: Change error message.
2098         * g++.dg/template/inherit2.C: Remove stray semicolon.
2099         * g++.dg/template/instantiate2.C: Likewise.
2100         * g++.dg/template/instantiate3.C: Change error message.
2101         * g++.dg/template/qual1.C: Remove stray semicolon.
2102         * g++.dg/template/qualttp18.C: Change error message.
2103         * g++.dg/template/ref1.C: Remove stray semicolon.
2104         * g++.dg/template/sizeof1.C (A::value): Declare it.
2105         * g++.dg/template/spec4.C: Change error message.
2106         * g++.dg/template/static1.C: Likewise.
2107         * g++.dg/template/type1.C: Likewise.
2108         * g++.dg/template/typename3.C: Likewise.
2109         * g++.old-deja/g++.benjamin/13478.C: Change error message.
2110         * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
2111         * g++.old-deja/g++.benjamin/bool01.C: Likewise.
2112         * g++.old-deja/g++.benjamin/bool02.C: Likewise.
2113         * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
2114         named return value extension.
2115         * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
2116         * g++.old-deja/g++.benjmain/warn01.C: Likewise.
2117         * g++.old-deja/g++.bob/extern_C.C: Likewise.
2118         * g++.old-deja/g++.bob/inherit2.C: Likewise.
2119         * g++.old-deja/g++.brendan/complex1.C: Likewise.
2120         * g++.old-deja/g++.brendan/copy5.C: Likewise.
2121         * g++.old-deja/g++.brendan/crash13.C: Likewise.
2122         * g++.old-deja/g++.brendan/crash15.C: Likewise.
2123         * g++.old-deja/g++.brendan/crash18.C: Change error message.
2124         * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
2125         * g++.old-deja/g++.brendan/crash38.C: Likewise.
2126         * g++.old-deja/g++.brendan/crash50.C: Likewise.
2127         * g++.old-deja/g++.brendan/crash56.C: Likewise.
2128         * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
2129         syntax.
2130         * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
2131         * g++.old-deja/g++.brendan/crash8.C: Change error message.
2132         * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
2133         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
2134         * g++.old-deja/g++.brendan/shadow1.C: Likewise.
2135         * g++.old-deja/g++.brendan/template11.C: Likewise.
2136         * g++.old-deja/g++.brendan/template26.C: Likewise.
2137         * g++.old-deja/g++.brendan/template27.C: Use explicit
2138         specialization syntax.
2139         * g++.old-deja/g++.brendan/template30.C: Likewise.
2140         * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
2141         * g++.old-deja/g++.brendan/visibility3.C: Account for use of
2142         non-dependent names.
2143         * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
2144         * g++.old-deja/g++.brendan/warnings7.C: Likewise.
2145         * g++.old-deja/g++.bugs/900121_02.C: Likewise.
2146         * g++.old-deja/g++.eh/catchptr1.C: Likewise.
2147         * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
2148         * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
2149         named return value extension.
2150         * g++.old-deja/g++.ext/namedret2.C: Likewise.
2151         * g++.old-deja/g++.ext/namedret3.C: Likewise.
2152         * g++.old-deja/g++.ext/return1.C: Likewise.
2153         * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
2154         * g++.old-deja/g++.jason/access17.C: Issue more error messages.
2155         * g++.old-deja/g++.jason/access8.C: Likewise.
2156         * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
2157         * g++.old-deja/g++.jason/destruct.C: Remove incorrect
2158         pseudo-destructor names.
2159         * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
2160         * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
2161         pseudo-destructor names.
2162         * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
2163         * g++.old-deja/g++.jason/overload19.C: Likewise.
2164         * g++.old-deja/g++.jason/overload32.C: Likewise.
2165         * g++.old-deja/g++.jason/parse11.C: Issue error messages about
2166         stray semicolons.
2167         * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
2168         * g++.old-deja/g++.jason/return.C: Likewise.
2169         * g++.old-deja/g++.jason/return2.C: Likewise.
2170         * g++.old-deja/g++.jason/shadow1.C: Likewise.
2171         * g++.old-deja/g++.jason/special.C: Use explicit specialization
2172         syntax.
2173         * g++.old-deja/g++.jason/template10.C: Account for use of
2174         non-dependent names.
2175         * g++.old-deja/g++.jason/template11.C: Use explicit specialization
2176         syntax.
2177         * g++.old-deja/g++.jason/template37.C: Likewise.
2178         * g++.old-deja/g++.law/access4.C: Change error messages.
2179         * g++.old-deja/g++.law/arm13.C:  Remove incorrect
2180         pseudo-destructor names.
2181         * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
2182         * g++.old-deja/g++.law/ctors9.C: Likewise.
2183         * g++.old-deja/g++.law/cvt22.C: Likewise.
2184         * g++.old-deja/g++.law/dtors5.C: Likewise.
2185         * g++.old-deja/g++.law/global-init1.C: Likewise.
2186         * g++.old-deja/g++.law/missed-error3.C: Likewise.
2187         * g++.old-deja/g++.law/operators28.C: Likewise.
2188         * g++.old-deja/g++.law/visibility28.C: Likewise.
2189         * g++.old-deja/g++.martin/eval1.C: Likewise.
2190         * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
2191         name.
2192         * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
2193         * g++.old-deja/g++.mike/net34.C: Likewise.
2194         * g++.old-deja/g++.mike/net36.C: Likewise.
2195         * g++.old-deja/g++.mike/ns2.C: Likewise.
2196         * g++.old-deja/g++.mike/p12306.C: Likewise.
2197         * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
2198         value extension.
2199         * g++.old-deja/g++.mike/p700.C: Likewise.
2200         * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
2201         * g++.old-deja/g++.mike/p710.C: Likewise.
2202         * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
2203         value extension.
2204         * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
2205         * g++.old-deja/g++.mike/pmf9.C: Likewise.
2206         * g++.old-deja/g++.ns/crash2.C: Likewise.
2207         * g++.old-deja/g++.ns/crash3.C: Likewise.
2208         * g++.old-deja/g++.ns/invalid1.C: Likewise.
2209         * g++.old-deja/g++.ns/ns17.C: Likewise.
2210         * g++.old-deja/g++.ns/template16.C: Likewise.
2211         * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
2212         keyword.
2213         * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
2214         * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
2215         * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
2216         named return value extension.
2217         * g++.old-deja/g++.oliva/nameret2.C: Likewise.
2218         * g++.old-deja/g++.other/access4.C: Issue additional error
2219         messages.
2220         * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
2221         * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
2222         * g++.old-deja/g++.other/crash11.C: Add missing class-key.
2223         * g++.old-deja/g++.other/crash25.C: Change error message.
2224         * g++.old-deja/g++.other/crash4.C: Change error message.
2225         * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
2226         * g++.old-deja/g++.other/decl5.C: Issue more error messages.
2227         * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
2228         checks.
2229         * g++.old-deja/g++.other/defarg8.C: Likewise.
2230         * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
2231         * g++.old-deja/g++.other/dtor10.C: Likewise.
2232         * g++.old-deja/g++.other/incomplete.C: Likewise.
2233         * g++.old-deja/g++.other/linkage7.C: Likewise.
2234         * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
2235         lookup algorithm.
2236         * g++.old-deja/g++.other/mangle2.C: Likewise.
2237         * g++.old-deja/g++.other/refinit2.C: Likewise.
2238         * g++.old-deja/g++.other/sizeof2.C: Change error messages.
2239         * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
2240         * g++.old-deja/g++.pt/crash28.C: Likewise.
2241         * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
2242         syntax.
2243         * g++.old-deja/g++.pt/crash32.C: Change error message.
2244         * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
2245         * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
2246         * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
2247         error message position.
2248         * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
2249         * g++.old-deja/g++.pt/defarg8.C: Change error message.
2250         * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
2251         syntax.
2252         * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
2253         * g++.old-deja/g++.pt/eichin01b.C: Likewise.
2254         * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
2255         * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
2256         keyword.
2257         * g++.old-deja/g++.pt/explicit31.C: Likewise.
2258         * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
2259         * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
2260         keyword.
2261         * g++.old-deja/g++.pt/explicit71.C: Change error message.
2262         * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
2263         syntax.
2264         * g++.old-deja/g++.pt/friend28.C: Account for use of
2265         non-dependent names.
2266         * g++.old-deja/g++.pt/friend29.C: Likewise.
2267         * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
2268         rules.
2269         * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
2270         * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
2271         * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
2272         lookup rules.
2273         * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
2274         * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
2275         keyword.
2276         * g++.old-deja/g++.pt/memclass20.C: Likewise.
2277         * g++.old-deja/g++.pt/memclass5.C: Likewise.
2278         * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
2279         keyword.
2280         * g++.old-deja/g++.pt/memtemp75.C: Likewise.
2281         * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
2282         * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
2283         * g++.old-deja/g++.pt/overload13.C: Correct error messages.
2284         * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
2285         * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template
2286         keyword.
2287         * g++.old-deja/g++.pt/spec10.C: Likewise.
2288         * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
2289         * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
2290         * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
2291         * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
2292         * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
2293         * g++.old-deja/g++.pt/ttp62.C: Likewise.
2294         * g++.old-deja/g++.pt/ttp64.C: Likewise.
2295         * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
2296         * g++.old-deja/g++.pt/typename15.C: Likewise.
2297         * g++.old-deja/g++.pt/typename22.C: Likewise.
2298         * g++.old-deja/g++.pt/typename6.C: Change error messages.
2299         * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
2300         * g++.old-deja/g++.pt/virtual2.C: Likewise.
2301         * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
2302         syntax.
2303         * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
2304         return value extension.
2305         * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
2306         * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
2307         * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
2308         * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
2309
2310 2002-12-26  Nathan Sidwell  <nathan@codesourcery.com>
2311
2312         * g++.dg/warn/inline1.C: New test.
2313         * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
2314         * g++.old-deja/g++.jason/synth10.C: Likewise.
2315         * g++.old-deja/g++.mike/net31.C: Likewise.
2316         * g++.old-deja/g++.mike/p8786.C: Likewise.
2317
2318         * g++.dg/template/friend10.C: New test.
2319         * g++.dg/template/conv5.C: New test.
2320
2321 2002-12-24  Nathan Sidwell  <nathan@codesourcery.com>
2322
2323         * g++.dg/lookup/scoped3.C: New test.
2324
2325         * g++.dg/lookup/decl1.C: New test.
2326         * g++.dg/lookup/decl2.C: New test.
2327
2328 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
2329
2330         * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
2331         gcc.c-torture/compile/20021015-1.c,
2332         gcc.c-torture/compile/20021015-2.c,
2333         gcc.c-torture/compile/20021123-1.c,
2334         gcc.c-torture/compile/20021123-2.c,
2335         gcc.c-torture/compile/20021123-3.c,
2336         gcc.c-torture/compile/20021123-4.c,
2337         gcc.c-torture/execute/20021024-1.c: Add tests previously added
2338         only to 3.1 or 3.2 branch.
2339
2340 2002-12-23  Mark Mitchell  <mark@codesourcery.com>
2341
2342         * gcc.dg/i386-bitfield3.c: New test.
2343
2344         * gcc.dg/i386-bitfield2.c: New test.
2345
2346 2002-12-22  Nathan Sidwell  <nathan@codesourcery.com>
2347
2348         * g++.dg/parse/conv_op1.C: New test.
2349
2350 2002-12-21  Josef Zlomek  <zlomekj@suse.cz>
2351
2352         * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
2353         approved.
2354
2355 2002-12-20  Josef Zlomek  <zlomekj@suse.cz>
2356
2357         * gcc.c-torture/compile/20021220-1.c: New test.
2358
2359 2002-12-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
2360
2361         * gcc.dg/i386-fastcall-1.c: New.
2362
2363 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
2364
2365         * gcc.c-torture/execute/20021219-1.c: New test.
2366
2367 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
2368
2369         * gcc.dg/i386-pic-1.c: New test.
2370
2371 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2372
2373         PR c++/8099
2374         * g++.dg/template/friend9.C: New test.
2375
2376 2002-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2377
2378         PR c++/3663
2379         * g++.dg/template/access7.C: New test.
2380
2381 2002-12-18  Nick Clifton  <nickc@redhat.com>
2382
2383         * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
2384         the libstdc++-v3 directory has been found.
2385
2386 2002-12-12  Devang Patel <dpatel@apple.com>
2387         * gcc.dg/darwin-ld-1.c: New test.
2388         * gcc.dg/darwin-ld-2.c: New test.
2389         * gcc.dg/darwin-ld-3.c: New test.
2390         * gcc.dg/darwin-ld-4.c: New test.
2391         * gcc.dg/darwin-ld-5.c: New test.
2392
2393 2002-12-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
2394
2395         * gcc.c-torture/compile/20021212-1.c: New test.
2396
2397 2002-12-11  Neil Booth  <neil@daikokuya.co.uk>
2398
2399         * gcc.dg/fshort-wchar: New test.
2400
2401 2002-12-10  Mark Mitchell  <mark@codesourcery.com>
2402
2403         PR c++/8372
2404         * g++.dg/template/dtor1.C: New test.
2405
2406         * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
2407         markers.
2408
2409 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
2410
2411         * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
2412
2413 2002-12-09  Mark Mitchell  <mark@codesourcery.com>
2414
2415         * g++.dg/template/static1.C: New test.
2416         * g++.dg/template/static2.C: New test.
2417         * g++.old-deja/g++.ext/memconst.C: New test.
2418
2419 2002-12-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2420
2421         * g++.dg/special/conpr-2.C: Expect failure on solaris2.
2422         * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
2423         * g++.dg/special/initp1.C: Likewise.
2424
2425 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
2426
2427         * gcc.c-torture/execute/20021204-1.c: New test.
2428
2429 2002-12-04  Geoffrey Keating  <geoffk@apple.com>
2430
2431         * gcc.dg/ppc-fmadd-1.c: New file.
2432         * gcc.dg/ppc-fmadd-2.c: New file.
2433         * gcc.dg/ppc-fmadd-3.c: New file.
2434
2435 2002-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2436
2437         * gcc.c-torture/compile/20021204-1.c: New test.
2438
2439 2002-12-03  Nathan Sidwell  <nathan@codesourcery.com>
2440
2441         * g++.dg/inherit/covariant2.C: New test.
2442         * g++.dg/inherit/covariant3.C: New test.
2443         * g++.dg/inherit/covariant4.C: New test.
2444         * g++.dg/inherit/covariant1.C: Remove XFAIL.
2445         * g++.old-deja/g++.robertl/eb17.C: Likewise.
2446
2447 2002-12-03  Mark Mitchell  <mark@codesourcery.com>
2448
2449         PR c++/8688
2450         * g++.dg/init/brace3.C: New test.
2451
2452 2002-12-02  Kazu Hirata  <kazu@cs.umass.edu>
2453
2454         * gcc.dg/20020210-1.c: Fix a comment typo.
2455
2456 2002-12-02  Mark Mitchell  <mark@codesourcery.com>
2457
2458         PR c++/8720
2459         * g++.dg/parse/defarg1.C: New test.
2460
2461         PR c++/8615
2462         * g++.dg/template/char1.C: New test.
2463
2464         * g++.dg/template/varmod1.C: Fix typo.
2465
2466 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2467
2468         DR 180
2469         * g++.old-deja/g++.pt/crash32.C: Expect error.
2470
2471 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
2472
2473         PR c++/5919
2474         * g++.dg/template/varmod1.C: New test.
2475
2476         PR c++/8727
2477         * g++.dg/inherit/typeinfo1.C: New test.
2478
2479         PR c++/8663
2480         * g++.dg/inherit/typedef1.C: New test.
2481
2482 2002-11-30  Mark Mitchell  <mark@codesourcery.com>
2483
2484         PR c++/8332
2485         PR c++/8493
2486         * g++.dg/template/strlen1.C: New test.
2487
2488         PR c++/8227
2489         * g++.dg/template/ctor2.C: New test.
2490
2491         PR c++/8214
2492         * g++.dg/init/string1.C: New test.
2493
2494         PR c++/8511
2495         * g++.dg/template/friend8.C: New test.
2496
2497 2002-11-29  Joe Buck <jbuck@synopsys.com>
2498
2499         * g++.dg/lookup/anon2.C: New test.
2500
2501 2002-11-28  Kazu Hirata  <kazu@cs.umass.edu>
2502
2503         * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
2504         h8300 port.
2505
2506 2002-11-27  Richard Sandiford  <rsandifo@redhat.com>
2507
2508         * gcc.dg/bitfld-6.c: New test.
2509
2510 2002-11-27  Jan Hubicka  <jh@suse.cz>
2511
2512         * gcc.c-torture/execute/20021127.[cx]: New test.
2513
2514 2002-11-26  Jan Hubicka  <jh@suse.cz>
2515
2516         * gcc.dg/i386-cmov[123].c: New tests for conditional move code
2517         quality.
2518
2519 2002-11-26  Geoffrey Keating  <geoffk@apple.com>
2520
2521         * g++.dg/init/brace2.C: New test.
2522         * g++.old-deja/g++.mike/p9129.C: Correct.
2523
2524 2002-11-26  Mark Mitchell  <mark@codesourcery.com>
2525
2526         * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
2527
2528 2002-11-25  Andreas Bauer  <baueran@in.tum.de>
2529
2530         * gcc.dg/sibcall-6: New test for indirect sibcalls.
2531
2532 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
2533
2534         * testsuite/g++.dg/abi/empty11.C: New test.
2535         * testsuite/g++.dg/rtti/cv1.C: New test.
2536
2537 2002-11-25  Hans-Peter Nilsson  <hp@bitrange.com>
2538
2539         * lib/prune.exp: Prune more -fpic/-fPIC warnings.
2540
2541 2002-11-24  Mark Mitchell  <mark@codesourcery.com>
2542
2543         * g++.dg/abi/empty10.C: New test.
2544
2545 2002-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
2546
2547         * gcc.c-torture/compile/20021124-1.c: New test.
2548
2549 2002-11-22  Mark Mitchell  <mark@codesourcery.com>
2550
2551         * g++.dg/abi/rtti2.C: New test.
2552
2553 2002-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
2554
2555         * gcc.dg/i386-unroll-1.c: New test.
2556
2557 2002-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
2558
2559         * gcc.c-torture/compile/20021120-1.c: New test.
2560         * gcc.c-torture/compile/20021120-2.c: New test.
2561
2562 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
2563
2564         * gcc.dg/bitfld-5.c: New test.
2565
2566 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
2567
2568         * gcc.c-torture/execute/20021120-3.c: New test.
2569
2570 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
2571
2572         * gcc.c-torture/execute/20021120-2.c: New test.
2573
2574 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
2575
2576         * gcc.c-torture/execute/20021120-1.c: New test.
2577
2578 2002-11-20  Jakub Jelinek  <jakub@redhat.com>
2579
2580         * gcc.c-torture/execute/20021118-3.c: New test.
2581
2582 2002-11-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
2583
2584         * gcc.c-torture/compile/20021119-1.c: New test.
2585
2586 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
2587
2588         * gcc.dg/duff-1.c: New test.
2589         * gcc.dg/duff-2.c: New test.
2590         * gcc.dg/duff-3.c: New test.
2591
2592 2002-11-18  Neil Booth  <neil@daikokuya.co.uk>
2593
2594         * gcc.dg/cpp/_Pragma5.c: New test.
2595
2596 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
2597
2598         * gcc.c-torture/execute/20021118-2.c: New test.
2599
2600 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
2601
2602         * gcc.c-torture/execute/20021118-1.c: New test.
2603
2604 2002-11-16  Jakub Jelinek  <jakub@redhat.com>
2605
2606         * gcc.dg/20021116-1.c: New test.
2607
2608 2002-11-14  Mark Mitchell  <mark@codesourcery.com>
2609
2610         * g++.dg/abi/vcall1.C: New test.
2611
2612 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
2613
2614         * gcc.dg/20021029-1.c: New test.
2615         * gcc.dg/20021029-2.c: New test.
2616
2617 2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2618
2619         * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
2620
2621 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
2622
2623         PR c/8439
2624         * gcc.dg/20021110.c: Move to ...
2625         * gcc.c-torture/compile/20021110.c: .... here.
2626
2627 2002-11-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2628
2629         PR c/8467
2630         * gcc.c-torture/execute/20021111-1.c
2631
2632 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
2633
2634         PR c/8439
2635         * gcc.dg/20021110.c: New test.
2636
2637 2002-11-10  Mark Mitchell  <mark@codesourcery.com>
2638
2639         * g++.dg/abi/vthunk3.C: Run only on x86.
2640
2641 2002-11-10  Joseph S. Myers  <jsm@polyomino.org.uk>
2642
2643         * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
2644
2645 2002-11-09  Hans-Peter Nilsson  <hp@bitrange.com>
2646
2647         * lib/compat.exp (compat-execute): Fix logic error in last
2648         change.
2649
2650 2002-11-09  Neil Booth  <neil@daikokuya.co.uk>
2651
2652         * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
2653
2654 2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2655
2656         PR c++/8389
2657         * g++.dg/template/access6.C: New test.
2658
2659 2002-11-08  Jan Hubicka  <jh@suse.cz>
2660
2661         * gcc.dg/i386-ssefp-1.c: New test.
2662         * gcc.dg/i386-ssefp-1.c: New test.
2663
2664 2002-11-08  Jan Hubicka  <jh@suse.cz>
2665
2666         * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
2667
2668 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
2669
2670         * g++.dg/abi/vthunk3.C: New test.
2671
2672         PR c++/8338
2673         * g++.dg/template/crash2.C: New test.
2674
2675 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
2676
2677         * testsuite/g++.dg/abi/dtor1.C: New test.
2678         * testsuite/g++.dg/abi/dtor2.C: Likewise.
2679
2680 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
2681
2682         * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
2683         Darwin.
2684
2685 2002-11-04  Adam Nemet  <anemet@lnxw.com>
2686
2687         * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
2688         -mthumb.  Only xfail with -O0.
2689
2690 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
2691
2692         * g++.dg/abi/thunk1.C: New test.
2693         * g++.dg/abi/thunk2.C: Likewise.
2694         * g++.dg/abi/vtt1.C: Likewise.
2695
2696 2002-11-02  Diego Novillo  <dnovillo@redhat.com>
2697
2698         PR optimization/8423
2699         * gcc.c-torture/execute/builtin-constant.c: New test.
2700
2701 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
2702
2703         * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
2704         Add some more cases.
2705
2706 2002-11-01  Mark Mitchell  <mark@codesourcery.com>
2707
2708         PR c++/8391
2709         * g++.dg/opt/local1.C: New test.
2710
2711 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
2712
2713         PR c++/8160
2714         * g++.dg/template/complit1.C: New test.
2715
2716         PR c++/8149
2717         * g++.dg/template/typename4.C: Likewise.
2718
2719 2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2720
2721         Core issue 287, PR c++/7639
2722         * g++.dg/template/instantiate1.C: Adjust error location.
2723         * g++.dg/template/instantiate3.C: New test.
2724         * g++.old-deja/g++.pt/crash10.C: Adjust error location.
2725         * g++.old-deja/g++.pt/derived3.C: Adjust error location.
2726         * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
2727
2728 2002-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
2729
2730         * lib/compat.exp (compat-execute): Don't clean out a gluefile.
2731
2732 2002-10-29  Mark Mitchell  <mark@codesourcery.com>
2733
2734         PR c++/8287
2735         * g++.dg/init/dtor2.C: New test.
2736
2737 2002-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2738
2739         * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
2740         * gcc.dg/nest.c: Bypass errors on irix6.
2741
2742 2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
2743
2744         * gcc.dg/nest.c: Expect error for mmix-*-*.
2745         * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
2746
2747 2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
2748
2749         * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
2750         markers.
2751
2752         * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
2753
2754 2002-10-25  Mike Stump  <mrs@apple.com>
2755
2756         * gcc.dg/warn-1.c: New test.
2757
2758 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
2759
2760         * g++.dg/template/typename3.C: New test.
2761
2762 2002-10-25  Mark Mitchell  <mark@codesourcery.com>
2763
2764         * g++.dg/lookup/ptrmem1.C: New test.
2765
2766         * g++.dg/abi/vthunk2.C: New test.
2767
2768 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
2769
2770         * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
2771
2772 2002-10-24  Mark Mitchell  <mark@codesourcery.com>
2773
2774         * g++.dg/abi/empty9.C: New test.
2775
2776 2002-10-24  Richard Henderson  <rth@redhat.com>
2777
2778         * g++.dg/inherit/thunk1.C: Enable for ia64.
2779
2780 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
2781
2782         PR c++/8067
2783         * g++.dg/lookup/pretty1.C: New test.
2784
2785 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
2786
2787         * gcc.dg/20021023-1.c: New test.
2788
2789 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
2790
2791         PR c++/7679
2792         * g++.dg/parse/inline1.C: New test.
2793
2794 2002-10-23  Richard Henderson  <rth@redhat.com>
2795
2796         * g++.dg/inherit/thunk1.C: Enable for x86_64.
2797
2798         * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
2799
2800 2002-10-22  Mark Mitchell  <mark@codesourcery.com>
2801
2802         PR c++/6579
2803         * g++.dg/parse/stmtexpr3.C: New test.
2804
2805 2002-10-22  Nathan Sidwell  <nathan@codesourcery.com>
2806
2807         * g++.dg/expr/cond1.C: New test.
2808
2809 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
2810
2811         * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
2812
2813 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
2814
2815         * g++.dg/abi/vbase13.C: New test.
2816         * g++.dg/abi/vbase14.C: Likewise.
2817
2818 2002-10-21  Jakub Jelinek  <jakub@redhat.com>
2819
2820         * gcc.dg/tls/pic-1.c: New test.
2821         * gcc.dg/tls/nonpic-1.c: New test.
2822         * gcc.dg/20021018-1.c: New test.
2823
2824 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
2825
2826         * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
2827         Remove only files with the same base name as the test case.
2828         (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
2829         (profopt-execute): Likewise.  Also, remove old profiling
2830         and performance data files before running the tests.
2831
2832         * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
2833         * g++.dg/bprob/bprob.exp: Likewise.
2834         * g77.dg/bprob/bprob.exp: Likewise.  Also, relax regexp
2835         to allow more general test case names.
2836
2837         * g++.dg/bprob/bprob-1.C: Rename to ...
2838         * g++.dg/bprob/g++-bprob-1.C: ... this.
2839
2840         * g77.dg/bprob/bprob-1.f: Rename to ...
2841         * g77.dg/bprob/g77-bprob-1.f: ... this.
2842
2843 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
2844
2845         * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
2846         bison 1.50 or later.
2847
2848 2002-10-21  Janis Johnson  <janis187@us.ibm.com>
2849
2850         * g++.dg/README: Describe more test directories.
2851
2852 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
2853
2854         * g++.dg/init/array6.C: Add additional tests.
2855
2856 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
2857
2858         * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
2859         * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
2860
2861 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
2862
2863         * gcc.c-torture/compile/20020604-1.x: New.
2864         * gcc.c-torture/compile/simd-5.x: Likewise.
2865         * gcc.c-torture/execute/920710-1.x: Likewise.
2866         * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
2867
2868 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
2869
2870         * g++.dg/inherit/override1.C: Add dg-options clause.
2871
2872 2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2873
2874         * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
2875         _mm_slli_si128.
2876
2877 2002-10-19  Andreas Schwab  <schwab@suse.de>
2878
2879         * lib/compat.exp (compat-run): Prepend "./" when $dest has no
2880         directory component.
2881
2882 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
2883
2884         * g++.dg/inherit/thunk1.C: New test.
2885
2886         * g++.dg/inherit/override1.C: New test.
2887
2888         * g++.dg/abi/mangle11.C: New test.
2889         * g++.dg/abi/mangle14.C: New test.
2890         * g++.dg/abi/mangle17.C: New test.
2891
2892 2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
2893
2894         * g++.dg/overload/member2.C: New test.
2895
2896 2002-10-17  Janis Johnson  <janis187@us.ibm.com>
2897
2898         * g++.dg/README: Describe new compat directory.
2899         * g++.dg/dg.exp: Skip tests in compat directory.
2900         * README.compat: New file.
2901         * lib/compat.exp: New expect script.
2902         * g++.dg/compat: New test directory.
2903         * g++.dg/compat/compat.exp: New expect script.
2904         * g++.dg/compat/abi: New test directory.
2905         * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
2906         g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
2907         g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
2908         g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
2909         g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
2910         g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
2911         g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
2912         g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
2913         g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
2914         g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
2915         g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
2916         g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
2917         * g++.dg/compat/break: New test directory.
2918         * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
2919         g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
2920         g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
2921         g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
2922         g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
2923         g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
2924         g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
2925         g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
2926         g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
2927         g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
2928         g++.dg/compat/break/README: New files.
2929         * g++.dg/compat/eh: New test directory.
2930         * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
2931         g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
2932         g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
2933         g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
2934         g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
2935         g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
2936         g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
2937         g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
2938         g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
2939         g++.dg/compat/eh/filter2_y.C,
2940         g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
2941         g++.dg/compat/eh/new1_y.C,
2942         g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
2943         g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
2944         g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
2945         g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
2946         g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
2947         g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
2948         g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
2949         g++.dg/compat/eh/unexpected1_y.C: New files.
2950         * g++.dg/compat/init: New test directory.
2951         * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
2952         g++.dg/compat/init/array5_y.C,
2953         g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
2954         g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
2955         g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
2956         g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
2957         g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
2958         g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
2959         g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
2960         g++.dg/compat/init/init-ref2_y.C: New files.
2961
2962 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
2963
2964         PR c++/7584
2965         * g++.dg/inherit/using3.C: New test.
2966
2967 2002-10-17  Jan Hubicka  <jh@suse.cz>
2968
2969         * gcc.dg/20021017-2.c: New test.
2970
2971 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
2972
2973         * g++.dg/abi/mangle16.C: Adjust.
2974
2975         * g++.dg/init/array8.C: New test.
2976
2977 2002-10-17  Richard Sandiford  <rsandifo@redhat.com>
2978
2979         * gcc.dg/special/mips-abi.exp: New test.
2980         * gcc.dg/special/mips-abi.s: Empty file used by the above.
2981
2982 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
2983
2984         * g++.dg/abi/mangle16.C: New test.
2985         * g++.dg/abi/mangle17.C: Likewise.
2986
2987         PR c++/7478
2988         * g++.dg/template/ref1.C: New test.
2989
2990 2002-10-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2991
2992         * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
2993
2994 2002-10-16  Ulrich Weigand  <uweigand@de.ibm.com>
2995
2996         * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
2997
2998 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
2999
3000         PR c++/7524
3001         * g++.dg/init/array7.C: New test.
3002
3003 2002-10-15  Mark Mitchell  <mark@codesourcery.com>
3004
3005         * g++.dg/init/array6.C: New test.
3006
3007         * g++.dg/abi/mangle13.C: Likewise.
3008         * g++.dg/abi/mangle14.C: Likewise.
3009         * g++.dg/abi/mangle15.C: Likewise.
3010
3011 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
3012
3013         * g++.dg/abi/empty8.C: New test.
3014
3015 2002-10-15  Nathan Sidwell  <nathan@codesourcery.com>
3016
3017         * g++.dg/init/ctor1.C: New test.
3018
3019 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
3020
3021         * gcc.c-torture/execute/20021015-1.c: New test.
3022
3023 2002-10-15  J"orn Rennecke <joern.rennecke@superh.com>
3024
3025         * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
3026
3027 2002-10-14  Jan Hubicka  <jh@suse.cz>
3028
3029         * gcc.dg/i386-ssetype-[1-5].c: New tests.
3030
3031 2002-10-14  Richard Henderson  <rth@redhat.com>
3032
3033         * gcc.dg/20020219-1.c: Disable for 16-bit targets.
3034
3035 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
3036
3037         PR optimization/6631
3038         * g++.dg/opt/const2.C: New test.
3039
3040 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
3041
3042         PR c++/7176
3043         * g++.dg/parse/friend1.C: New test.
3044         * g++.old-deja/g++.pt/memtemp64.C: Adjust.
3045
3046 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
3047
3048         * gcc.dg/20021014-1.c: New test.
3049
3050 2002-10-11  Mark Mitchell  <mark@codesourcery.com>
3051
3052         PR c++/5661
3053         * g++.dg/ext/vlm1.C: New test.
3054         * g++.dg/ext/vlm2.C: Likewise.
3055
3056         * g++.dg/init/array1.C: Remove invalid braces.
3057         * g++.dg/init/brace1.C: New test.
3058         * g++.dg/init/copy2.C: Likewise.
3059         * g++.dg/init/copy3.C: Likewise.
3060         * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
3061         * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
3062         braces.
3063
3064 2002-10-11  Neil Booth  <neil@daikokuya.co.uk>
3065
3066         * gcc.dg/cpp/assembler.S: Don't use -ansi.
3067
3068 2002-10-11  Richard Shann  <richard.shann@superh.com>
3069
3070         * gcc.c-torture/compile/simd-5.c: New test.
3071
3072 2002-10-10  Roger Sayle  <roger@eyesopen.com>
3073
3074         * gcc.c-torture/execute/shiftopt-1.c: New test case.
3075
3076 2002-10-10  Jim Wilson  <wilson@redhat.com>
3077
3078         * gcc.c-torture/execute/20021010-1.c: New test.
3079
3080 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
3081
3082         PR c/7353
3083         * g++.dg/ext/typedef-init.C: New test.
3084         * gcc.dg/typedef-init.c: New test.
3085
3086 2002-10-09  Neil Booth  <neil@daikokuya.co.uk>
3087
3088         * gcc.dg/cpp/paste13.c: New test.
3089
3090 2002-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3091
3092         * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs.  For
3093         remaining platforms, XFAIL during compile, not execute.  Don't
3094         XFAIL at -O0.
3095
3096 2002-10-08  Nathan Sidwell  <nathan@codesourcery.com>
3097
3098         * gcc.dg/alias-1.c: Tweak expected warning.
3099
3100 2002-10-06  D.Venkatasubramanian <dvenkat@noida.hcltech.com>
3101
3102         * gcc.dg/20020411-1.c: Disable for 16-bit "int".
3103
3104 2002-10-06  Andreas Jaeger  <aj@suse.de>
3105
3106         * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
3107         * gcc.dg/cpp/c++98.C: Likewise.
3108
3109         * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
3110         * g++.dg/cpp/c++98.C: Likewise.
3111
3112         * g++.dg/README (Subdirectories): Mention cpp directory.
3113
3114         PR target/7559
3115         * gcc.dg/20021006-1.c: New test.
3116
3117 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3118
3119         PR c++/7804
3120         * g++.dg/other/warning1.C: New test.
3121
3122 2002-10-04  Roger Sayle  <roger@eyesopen.com>
3123
3124         * gcc.c-torture/execute/20020720-1.x:  XFAIL instead of skipping
3125         the test on failing platforms.  Mark sparcv9-*-*, sparc64-*-*
3126         and sparc-*-* with -m64 as expected failures.  See PR 8087.
3127
3128 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
3129
3130         PR c++/7931
3131         * g++.dg/template/ptrmem3.C: New test.
3132
3133         PR c++/7754
3134         * g++.dg/template/union1.C: New test.
3135
3136 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
3137
3138         PR c++/8006
3139         * g++.dg/abi/mangle9.C: New test.
3140         * g++.dg/abi/mangle10.C: New test.
3141         * g++.dg/abi/mangle11.C: New test.
3142         * g++.dg/abi/mangle12.C: New test.
3143
3144 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
3145
3146         PR c++/7188.
3147         * g++.dg/template/meminit1.C: New test.
3148         * g++.dg/warn/Wreorder-1.C: Likewise.
3149         * g++.old-deja/g++.mike/warn3.C: Tweak.
3150         * lib/prune.exp: Ingore "in copy constructor".
3151
3152 2002-10-02  Andreas Jaeger  <aj@suse.de>
3153
3154         * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
3155         gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
3156         g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
3157         on x86-64.
3158
3159 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
3160
3161         * gcc.dg/empty1.C: Fix typo.
3162
3163 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
3164
3165         * gcc.dg/alias-1.c: New test.
3166
3167 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
3168
3169         * gcc.dg/empty1.C: New test.
3170
3171         * g++.dg/tls/init-2.C: Tweak error messages.
3172
3173 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
3174
3175         * gcc.c-torture/compile/20020923-1.c: New test.
3176
3177 2002-09-30  Jason Thorpe  <thorpej@wasabisystems.com>
3178
3179         * gcc.c-torture/execute/ffs-1.c: New test.
3180         * gcc.c-torture/execute/ffs-2.c: Ditto.
3181
3182 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
3183
3184         * g++.dg/overload/member1.C: New test.
3185
3186 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
3187
3188         * g++.dg/abi/empty7.C: New test.
3189         * g++.dg/init/pm2.C: Likewise.
3190
3191 2002-09-29  Nathan Sidwell  <nathan@codesourcery.com>
3192
3193         * g++.dg/rtti/crash1.C: New test.
3194
3195 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
3196
3197         * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
3198         gcc.dg/sibcall-4.c: New tests.
3199
3200 2002-09-28  Roger Sayle  <roger@eyesopen.com>
3201
3202         * gcc.c-torture/execute/20020720-1.x: No longer skip test on
3203         powerpc and MMIX targets.
3204
3205 2002-09-27  Zack Weinberg  <zack@codesourcery.com>
3206
3207         * gcc.dg/cpp/20020927-1.c: New.
3208
3209 2002-09-26  David S. Miller  <davem@redhat.com>
3210
3211         * gcc.c-torture/compile/trunctfdf.c: New.
3212
3213 2002-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3214
3215         * lib/target-supports.exp (check_weak_available): Handle solaris2.
3216
3217 2002-09-27  Alan Modra  <amodra@bigpond.net.au>
3218
3219         * gcc.c-torture/execute/loop-15.c: New.
3220
3221 2002-09-26  Janis Johnson  <janis187@us.ibm.com>
3222
3223         * README.QMTEST: Fix typo.
3224
3225 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
3226
3227         * gcc.dg/20020926-1.c: New test.
3228
3229 2002-09-25  David S. Miller  <davem@redhat.com>
3230
3231         PR target/7842
3232         * gcc.c-torture/execute/shiftdi.c: New test.
3233
3234 2002-09-26  Richard Earnshaw  <rearnsha@arm.com>
3235
3236         * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
3237         unique to the tool.
3238         * lib/g77.exp (g77_init): Likewise.
3239         * lib/g++.exp (g++_init): Likewise.
3240         * lib/objc.exp (objc_init): Likewise.
3241
3242 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
3243
3244         * gcc/testsuite/g++.dg/abi/empty5.C: New test.
3245         * gcc/testsuite/g++.dg/abi/empty6.C: New test.
3246         * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
3247
3248 2002-09-25  Richard Henderson  <rth@redhat.com>
3249
3250         * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
3251         too-small long double.
3252
3253 2002-09-23  Hans-Peter Nilsson  <hp@axis.com>
3254
3255         * gcc.dg/20020919-1.c: New test.
3256
3257 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
3258
3259         * g++.dg/abi/bitfield6.C: New test.
3260         * g++.dg/abi/bitfield7.C: New test.
3261         * g++.dg/abi/bitfield8.C: New test.
3262         * g++.dg/abi/vbase11.C: New test.
3263
3264 2002-09-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3265
3266         * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
3267         hppa*-*-hpux*.  Update test comment.
3268
3269 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
3270
3271         * gcc.dg/tls/struct-1.c: New test.
3272
3273 2002-09-20  Neil Booth  <neil@daikokuya.co.uk>
3274
3275         * gcc.dg/cpp/tr-warn2.c: Update.
3276
3277 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
3278
3279         * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
3280
3281 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
3282
3283         * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
3284         systems.
3285
3286 2002-09-20  Hans-Peter Nilsson  <hp@bitrange.com>
3287
3288         * gcc.c-torture/execute/ieee/mzero3.c: New test.
3289
3290         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
3291         Adjust for c++filt moved to binutils.  Remove spurious duplicate
3292         setting of cxxfilt.
3293
3294 2002-09-19  Geoffrey Keating  <geoffk@apple.com>
3295
3296         * gcc.dg/20020312-2.c: Update for darwin.
3297
3298 2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
3299
3300         * g++.old-deja/g++.other/crash32.C: Mark ICE.
3301
3302 2002-09-17  Nicola Pero  <n.pero@mi.flashnet.it>
3303
3304         * objc.dg/comp-types-1.m: New test.
3305         * objc.dg/comp-types-2.m: New test.
3306         * objc.dg/comp-types-3.m: New test.
3307         * objc.dg/comp-types-4.m: New test.
3308         * objc.dg/comp-types-5.m: New test.
3309         * objc.dg/comp-types-6.m: New test.
3310
3311 2002-09-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3312
3313         * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
3314
3315 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
3316
3317         * g++.dg/other/do1.C: New test.
3318
3319         * g++.dg/template/subst1.C: New test.
3320
3321 2002-09-16  Steve Ellcey  <sje@cup.hp.com>
3322
3323         * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
3324
3325 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
3326
3327         * g++.dg/template/qualttp20.C: Adjust expected errors.
3328         * g++.old-deja/g++.jason/report.C: Likewise.
3329         * g++.old-deja/g++.other/qual1.C: Likewise.
3330
3331         * g++.dg/lookup/scoped2.C: New test.
3332
3333         * g++.dg/ext/asm3.C: New test.
3334
3335 2002-09-16  Richard Earnshaw  <rearnsha@arm.com>
3336
3337         * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
3338
3339 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
3340
3341         * ChangeLog: follow spelling conventions.
3342         * g++.old-deja/g++.abi/ptrmem.C: Likewise.
3343         * g++.old-deja/g++.bugs/900210_05.C: Likewise.
3344         * g++.old-deja/g++.bugs/900211_04.C: Likewise.
3345         * g++.old-deja/g++.bugs/900321_02.C: Likewise.
3346         * g++.old-deja/g++.bugs/900404_02.C: Likewise.
3347         * g++.old-deja/g++.bugs/900520_06.C: Likewise.
3348         * g++.old-deja/g++.law/global-init1.C: Likewise.
3349         * g++.old-deja/g++.other/delete4.C: Likewise.
3350         * g++.old-deja/g++.other/inline21.C: Likewise.
3351         * g++.old-deja/g++.other/singleton.C: Likewise.
3352         * g77.dg/strlen0.f: Likewise.
3353         * g77.f-torture/compile/20010519-1.f: Likewise.
3354         * g77.f-torture/compile/980310-4.f: Likewise.
3355         * gcc.c-torture/compile/20000605-1.c: Likewise.
3356         * gcc.c-torture/execute/20020225-1.c: Likewise.
3357         * gcc.dg/c90-hexfloat-2.c: Likewise.
3358         * gcc.dg/c99-bool-1.c: Likewise.
3359         * gcc.dg/c99-hexfloat-2.c: Likewise.
3360         * gcc.dg/dll-2.c: Likewise.
3361         * gcc.dg/wtr-union-init-1.c: Likewise.
3362         * gcc.dg/wtr-union-init-2.c: Likewise.
3363         * gcc.dg/wtr-union-init-3.c: Likewise.
3364         * gcc.dg/cpp/avoidpaste1.c: Likewise.
3365         * gcc.dg/cpp/defined.c: Likewise.
3366         * gcc.dg/cpp/macsyntx.c: Likewise.
3367         * gcc.dg/cpp/paste2.c: Likewise.
3368         * gcc.dg/cpp/trad/defined.c: Likewise.
3369         * gcc.dg/format/c90-printf-1.c: Likewise.
3370         * gcc.dg/format/c90-scanf-1.c: Likewise.
3371         * gcc.dg/format/c99-printf-1.c: Likewise.
3372         * gcc.dg/format/c99-scanf-1.c: Likewise.
3373         * gcc.misc-tests/gcov-8.c: Likewise.
3374         * lib/profopt.exp: Likewise.
3375
3376 2002-09-15  Krister Walfridsson  <cato@df.lth.se>
3377
3378         * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
3379
3380 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
3381
3382         * g++.dg/inherit/using2.C: New test.
3383
3384 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
3385
3386         * ChangeLog: Follow spelling conventions.
3387         * g++.dg/template/friend4.C: Likewise.
3388         * g++.old-deja/g++.pt/crash67.C: Likewise.
3389         * gcc.c-torture/execute/20000801-4.c: Likewise.
3390         * gcc.dg/c90-digraph-1.c: Likewise.
3391         * gcc.dg/c94-digraph-1.c: Likewise.
3392         * gcc.dg/c99-digraph-1.c: Likewise.
3393         * gcc.dg/cpp/line5.c: Likewise.
3394         * gcc.dg/cpp/multiline.c: Likewise.
3395         * gcc.dg/cpp/trad/literals-1.c: Likewise.
3396         * gcc.dg/format/attr-3.c: Likewise.
3397         * gcc.dg/format/c90-scanf-3.c: Likewise.
3398         * gcc.dg/format/ext-4.c: Likewise.
3399
3400 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
3401
3402         * g++.dg/template/pretty1.C: New test.
3403
3404 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
3405
3406         * gcc.c-torture/execute/struct-cpy-1.c: New test.
3407
3408 2002-09-13  Matt Austern  <austern@apple.com>
3409
3410         * testsuite/g++.dg/other/constref[12].C: New, regression tests for
3411         passing a cast expression to a function by const reference.
3412
3413 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
3414
3415         * g++.dg/template/deduce1.C: New test.
3416
3417 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
3418
3419         * gcc.c-torture/execute/simd-1.c: Force all use of int to
3420         32-bit int.
3421
3422 2002-09-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3423
3424         * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
3425         usage.
3426
3427 2002-09-10  Richard Earnshaw  <rearnsha@arm.com>
3428
3429         * gcc.c-torture/compile/20020910-1.c: New test.
3430
3431 2002-09-10  Frank Ch. Eigler  <fche@redhat.com>
3432
3433         * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
3434
3435 2002-09-10  Andreas Jaeger  <aj@suse.de>
3436
3437         * gcc.dg/20020312-2.c: Adjust for x86-64.
3438
3439 2002-09-08  Toon Moene  <toon@moene.indiv.nluug.nl>
3440
3441         * g77.dg/7388.f: New test case for PR 7388.
3442
3443 2002-09-07  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
3444
3445         * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
3446
3447 2002-09-05  Ziemowit Laski <zlaski@apple.com>
3448
3449         * objc.dg/proto-lossage-1.m: New test.
3450
3451 2002-09-06  Neil Booth  <neil@daikokuya.co.uk>
3452
3453         * gcc.dg/cpp/_Pragma4.c: Fix typo.
3454
3455 2002-09-06  Nicola Pero  <n.pero@mi.flashnet.it>
3456
3457         * objc/execute/formal_protocol-6.x: Removed.  This testcase is now
3458         expected to pass.
3459
3460 2002-09-06  Stan Shebs  <shebs@apple.com>
3461             David Edelsohn  <edelsohn@gnu.org>
3462
3463         * gcc.dg/weak: New directory.
3464         * gcc.dg/weak-[1-9].c: Move to new directory, remove all
3465         target-specific xfail bits.
3466         * gcc.dg/typeof-2.c: Move to new directory.
3467         * gcc.dg/weak.exp: New expect script.
3468
3469 2002-09-06  Alan Modra  <amodra@bigpond.net.au>
3470
3471         * gcc.c-torture/execute/extzvsi.c: New test.
3472
3473 2002-09-05  Stan Shebs  <shebs@apple.com>
3474
3475         * gcc.dg/weak-1.c: xfail on Darwin.
3476         * gcc.dg/weak-2.c: Ditto.
3477         * gcc.dg/weak-3.c: Ditto.
3478         * gcc.dg/weak-4.c: Ditto.
3479         * gcc.dg/weak-5.c: Ditto.
3480         * gcc.dg/weak-6.c: Ditto.
3481         * gcc.dg/weak-7.c: Ditto.
3482         * gcc.dg/weak-8.c: Ditto.
3483         * gcc.dg/weak-9.c: Ditto.
3484
3485 2002-09-05  J"orn Rennecke <joern.rennecke@superh.com>
3486
3487         * gcc.c-torture/execute/loop-14.c: New test.
3488
3489 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
3490
3491         * g++.dg/other/cxa-atexit1.C: New test.
3492
3493         * gcc.dg/typeof-2.c: New test.
3494
3495 2002-09-03  Roger Sayle  <roger@eyesopen.com>
3496
3497         * gcc.dg/builtins-2.c: New testcase.
3498         * gcc.dg/builtins-3.c: New testcase.
3499
3500 2002-09-03  Neil Booth  <neil@daikokuya.co.uk>
3501
3502         * gcc.dg/cpp/_Pragma4.c: New test.
3503
3504 2002-09-03  Nicola Pero  <n.pero@mi.flashnet.it>
3505
3506         * objc/execute/nil_method-1.m: New testcase.
3507
3508 2002-09-01  Nicola Pero  <n.pero@mi.flashnet.it>
3509
3510         * objc/execute/class-tests-1.h (test_class_with_superclass): Call
3511         [Object class], not [Object initialize].
3512
3513 2002-08-31  Roger Sayle  <roger@eyesopen.com>
3514             Hans-Peter Nilsson  <hp@bitrange.com>
3515
3516         * gcc.c-torture/execute/20020720-1.x: Skip test on
3517         mmix-knuth-mmixware.  Correct comment.
3518
3519 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
3520
3521         * testsuite/g++.dg/abi/bitfield5.C: New test.
3522         * testsuite/g++.dg/abi/vbase10.C: Likewise.
3523
3524 2002-08-27  Nicola Pero  <n.pero@mi.flashnet.it>
3525
3526         * objc.dg/undeclared-selector.m: New test.
3527
3528 2002-08-27  Nathan Sidwell  <nathan@codesourcery.com>
3529
3530         * g++.dg/other/offsetof1.C: Avoid cast warning.
3531
3532 2002-08-26  Ziemowit Laski  <zlaski@apple.com>
3533
3534         * objc.dg/super-class-2.m: New test.
3535
3536 2002-08-24  Matt Austern  <austern@apple.com>
3537
3538         * g++.dg/ext/lvaddr.C: New test.
3539         * g++.dg/ext/lvcast.C: New test.
3540
3541 2002-08-22  Mark Mitchell  <mark@codesourcery.com>
3542
3543         * testsuite/g++.dg/inherit/cond1.C: New test.
3544
3545 2002-08-22  Geoffrey Keating  <geoffk@redhat.com>
3546
3547         * gcc.dg/noncompile/incomplete-1.c: New test.
3548
3549 2002-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
3550
3551         * gcc.dg/typespec-1.c: New test.
3552
3553 2002-08-20  Devang Patel  <dpatel@apple.com>
3554         * objc.dg/proto-hier-2.m: New test.
3555
3556 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
3557
3558         * objc.dg/bitfield-1.m: New test.
3559         * objc.dg/bitfield-2.m: New test.
3560
3561 2002-08-17  Joseph S. Myers  <jsm@polyomino.org.uk>
3562
3563         * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
3564         gcc.dg/c99-flex-array-4.c: New tests.
3565
3566 2002-08-16  Stan Shebs  <shebs@apple.com>
3567
3568         * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
3569
3570 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
3571
3572         * gcc.dg/typeof-1.c: New test.
3573         * g++.dg/ext/typeof2.C: New test.
3574
3575 2002-08-15  Nathan Sidwell  <nathan@codesourcery.com>
3576
3577         * g++.dg/other/offsetof1.C: New test.
3578
3579 2002-08-14  Richard Henderson  <rth@redhat.com>
3580
3581         * gcc.dg/tls/diag-3.c: Fix expected message strings.
3582
3583 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
3584
3585         * gcc.dg/cpp/_Pragma3.c: New test.
3586
3587 2002-08-13  Mark Mitchell  <mark@codesourcery.com>
3588
3589         * g++.dg/template/inherit3: New test.
3590
3591 2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
3592
3593         * gcc.dg/bitfld-4.c: Add blank options.
3594
3595 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
3596
3597         * g++.dg/template/crash1.C: New test.
3598
3599 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
3600
3601         * gcc.dg/tls/opt-2.c: New test.
3602
3603 2002-08-08  Devang Patel  <dpatel@apple.com>
3604
3605         * objc.dg/selector-1.m : New test
3606
3607 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
3608
3609         * g++.dg/abi/bitfield4.C: New test.
3610         * gcc.dg/bitfld-4.c: New test.
3611
3612 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
3613
3614         * g++.dg/other/packed1.C: New test.
3615
3616 2002-08-07  Mark Mitchell  <mark@codesourcery.com>
3617
3618         * g++.dg/abi/offsetof.C: Tweak error messages.
3619         * g++.old-deja/g++.mike/p10769a.C: Likewise.
3620
3621 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
3622
3623         * gcc.dg/bitfld-3.c: New test.
3624
3625 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
3626             Richard Henderson  <rth@redhat.com>
3627
3628         * gcc.dg/i386-bitfield1.c: New test.
3629         * g++.dg/abi/bitfield3.C: Update.
3630
3631 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
3632
3633         * objc.dg/const-str-2.m: Update.
3634         * gcc.dg/cpp/c++98.c: Change to C extension.
3635         * gcc.dg/cpp/c++98-pedantic.c: Similarly.
3636         * gcc.dg/cpp/cpp.exp: Process .C extensions too.
3637
3638 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
3639
3640         * testsuite/gcc.dg/tls/diag-3.c: New.
3641
3642 2002-08-07  Gabriel Dos Reis  <gdr@nerim.net>
3643
3644         * g++.dg/README (Subdirectories): Document new subdir expr.
3645         * g++.dg/expr/pmf-1.C: New test.
3646
3647 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
3648
3649         * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
3650
3651 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
3652
3653         * g++.dg/abi/bitfield3.C: New test.
3654
3655 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
3656
3657         * lib/gcov.exp: Tweak expected line formats.
3658         * gcc.misc-tests/gcov8.c: New test.
3659         * gcc.misc-tests/gcov8.x: New flags.
3660
3661 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
3662
3663         * consistency.vlad/layout/endian.c: Include string.h.
3664
3665         * gcc.c-torture/execute/20020805-1.c: New test.
3666
3667 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
3668
3669         * g++.dg/other/conversion1.C: New test.
3670
3671 2002-08-03  Roger Sayle  <roger@eyesopen.com>
3672
3673         * gcc.dg/builtins-1.c: New testcase.
3674
3675 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
3676
3677         * g++.dg/inherit/access3.C: New test.
3678
3679 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
3680
3681         * gcc.dg/ia64-visibility-2.c: New test.
3682
3683 2002-08-01  Benjamin Kosnik   <bkoz@redhat.com>
3684
3685         * g++.old-deja/g++.abi/ptrflags.C (expect): Change
3686         __qualifier_flags to __flags.
3687
3688 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
3689
3690         * g++.dg/inherit/operator1.C: New test.
3691         * g++.dg/lookup/disamb1.C: Fix typo in comment.
3692         * g++.dg/other/error1.C: Change expected error message.
3693         * g++.dg/template/conv4.C: Likewise.
3694
3695 2002-07-26  Neil Booth  <neil@daikokuya.cop.uk>
3696
3697         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
3698         for documented behavior.
3699
3700 2002-07-25  Roger Sayle  <roger@eyesopen.com>
3701
3702         * gcc.c-torture/execute/20020720-1.x: Skip this test on
3703         several targets known to fail.
3704
3705 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
3706
3707         * gcc.dg/mips-args-[123].c: New tests.
3708
3709 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
3710
3711         * gcc.dg/ppc-spe.c: New.
3712
3713 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
3714
3715         * g++.dg/other/ptrmem4.C: New testcase.
3716
3717 2002-07-24  Richard Henderson  <rth@redhat.com>
3718
3719         * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
3720
3721 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
3722
3723         * g++.dg/ext/alignof1.C (main): Return 0 for success.
3724
3725 2002-07-24  Roger Sayle  <roger@eyesopen.com>
3726
3727         * gcc.c-torture/execute/memset-3.c: New testcase.
3728
3729 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
3730
3731         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
3732         gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
3733
3734 2002-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3735
3736         * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
3737         Delete.
3738
3739 2002-07-23  J"orn Rennecke <joern.rennecke@superh.com>
3740
3741         * gcc.c-torture/compile/simd-4.c: New test.
3742
3743 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3744
3745         PR c++/7347, c++/7348
3746         * g++.dg/template/access4.C: New test.
3747         * g++.dg/template/access5.C: New test.
3748         * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
3749         * g++.old-deja/g++.pt/memtemp86.C: Likewise.
3750         * g++.old-deja/g++.pt/ttp58.C: Likewise.
3751         * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
3752
3753 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
3754
3755         * gcc.dg/gnu89-init-2.c: New test.
3756
3757 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
3758
3759         * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
3760
3761 2002-07-20  Roger Sayle  <roger@eyesopen.com>
3762
3763         * gcc.c-torture/execute/20020720-1.c: New testcase.
3764
3765 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
3766
3767         * gcc.dg/cpp/Wsignprom.c: New tests.
3768
3769 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
3770
3771         * gcc.c-torture/execute/loop-13.c: New test.
3772
3773 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
3774
3775         * gcc.dg/cpp/expr.c: New tests.
3776
3777 2002 07-18  David Edelsohn  <edelsohn@gnu.org>
3778
3779         * g++.dg/opt/pr6713.C: Add template instantiation.
3780
3781 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
3782
3783         * gcc.dg/nest.c: New test.
3784
3785 2002-07-17  Richard Henderson  <rth@redhat.com>
3786
3787         * g++.dg/opt/pr6713.C: New test.
3788
3789 2002-07-17  Eric Botcazou  <ebotcazou@multimania.com>
3790
3791         * gcc.c-torture/execute/loop-2e.x: Let the testcase
3792         XFAIL for all x86 processors.
3793
3794 2002-07-17  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
3795
3796         * gcc.c-torture/execute/20010122-1.x: Do not test with
3797         -fomit-frame-pointer.
3798
3799 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3800
3801         * g++.dg/template/instantiate2.C: New test.
3802         * g++.dg/template/spec4.C: New test.
3803
3804 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3805
3806         * g++.dg/template/access2.C: New test.
3807         * g++.dg/template/access3.C: New test.
3808
3809 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
3810
3811         * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
3812         c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
3813         c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
3814         c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
3815         Convert to use <stdarg.h>.
3816         * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
3817         Delete.
3818         * gcc.dg/va-arg-2.c: New.
3819         * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
3820
3821 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
3822
3823         * gcc.c-torture/compile/20020710-1.c: New test.
3824
3825 2002-07-11  J"orn Rennecke <joern.rennecke@superh.com>
3826                           Andrew Pinski  <pinskia@physics.uc.edu>
3827
3828         gcc.c-torture/compile/simd-2.c: New testcase.
3829         gcc.c-torture/compile/simd-3.c: Likewise.
3830
3831 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
3832
3833         PR c++/7224
3834         * g++.dg/overload/error1.C: New test.
3835
3836 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3837
3838         * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
3839         configuration and IRIX 6 O32 ABI.
3840
3841 2002-07-11  Roger Sayle  <roger@eyesopen.com>
3842
3843         * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
3844
3845 2002-07-10  Roger Sayle  <roger@eyesopen.com>
3846
3847         * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
3848
3849 2002-07-10  Jeffrey A Law  <law@redhat.com>
3850
3851         * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
3852
3853         * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.
3854
3855 2002-07-09  Aldy Hernandez  <aldyh@redhat.com>
3856
3857         * gcc.dg/20020312-2.c: Check for __PPC__.
3858
3859 2002-07-09  Diego Novillo  <dnovillo@redhat.com>
3860
3861         * gcc.c-torture/compile/20020709-1.c: New test.
3862
3863 2002-07-07  Roger Sayle  <roger@eyesopen.com>
3864
3865         * g++.dg/template/qualttp21.C: New test case.
3866
3867 2002-07-06  Alexandre Oliva  <aoliva@redhat.com>
3868
3869         * gcc.c-torture/compile/20020706-1.c: New test.
3870         * gcc.c-torture/compile/20020706-2.c: New test.
3871
3872 2002-07-06  Brian R. Gaeke  <brg@dgate.ORG>
3873             Alexandre Oliva  <aoliva@redhat.com>
3874
3875         * g++.dg/warn/incomplete1.C: New test.
3876
3877 2002-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3878
3879         PR c++/7099
3880         * g++.dg/warn/noreturn1.C: New test.
3881
3882 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
3883
3884         PR c++/6706
3885         * g++.dg/debug/debug6.C: New test.
3886         * g++.dg/debug/debug7.C: New test.
3887
3888 2002-07-04  J"orn Rennecke <joern.rennecke@superh.com>
3889
3890         * gcc.c-torture/compile/simd-3.c: New test.
3891
3892 2002-07-03  Chris Demetriou  <cgd@broadcom.com>
3893
3894         * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
3895         * gcc.dg/20020620-1.c: Likewise.
3896
3897 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3898
3899         PR c++/6944
3900         * g++.dg/init/array4.C: New test.
3901         * g++.dg/init/array5.C: New test.
3902
3903 2002-07-03  J"orn Rennecke <joern.rennecke@superh.com>
3904
3905         * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
3906         * gcc.c-torture/execute/simd-2.c (main): Likewise.
3907
3908 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3909
3910         * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
3911         * gcc.dg/wtr-aggr-init-1.c: Likewise.
3912         * gcc.dg/wtr-conversion-1.c: Likewise.
3913         * gcc.dg/wtr-escape-1.c: Likewise.
3914         * gcc.dg/wtr-int-type-1.c: Likewise.
3915         * gcc.dg/wtr-label-1.c: Likewise.
3916         * gcc.dg/wtr-static-1.c: Likewise.
3917         * gcc.dg/wtr-strcat-1.c: Likewise.
3918         * gcc.dg/wtr-suffix-1.c: Likewise.
3919         * gcc.dg/wtr-switch-1.c: Likewise.
3920         * gcc.dg/wtr-unary-plus-1.c: Likewise.
3921         * gcc.dg/wtr-union-init-1.c: Likewise.
3922         * gcc.dg/wtr-union-init-2.c: Likewise.
3923         * gcc.dg/wtr-union-init-3.c: Likewise.
3924
3925         * gcc.dg/wtr-func-def-1.c: New test.
3926
3927 2002-07-02 Devang Patel <dpatel@apple.com>
3928
3929         * objc.dg/param-1.m: New test.
3930
3931 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
3932
3933         * gcc.dg/cpp/trad/directive.c: Add test.
3934         * gcc.dg/cpp/trad/macroargs.c: Add test.
3935         * gcc.dg/cpp/trad/recurse-3.c: Add tests.
3936
3937 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
3938
3939         * gcc.dg/cpp/cmdlne-M.c: New test.
3940
3941 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
3942
3943         * objc.dg/desig-init-1.m: New test.
3944
3945 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3946
3947         PR c++/6716
3948         * g++.dg/template/instantiate1.C: New test.
3949
3950 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
3951
3952         PR c++/7112
3953         * g++.dg/template/sizeof2.C: New test.
3954
3955 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
3956
3957         * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
3958         gcc.dg/cpp/trad/include.c: New tests.
3959
3960 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
3961
3962         PR target/7177
3963         * gcc.c-torture/compile/20020701-1.c: New test.
3964
3965 2002-07-01  Stan Shebs  <shebs@apple.com>
3966
3967         * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
3968         header here...
3969         * lib/objc-torture.exp (objc-torture-compile): ...instead of here
3970         (objc-torture-execute): or here.
3971
3972 2002-07-01  J"orn Rennecke <joern.rennecke@superh.com>
3973
3974         * gcc.c-torture/execute/arith-rand-ll.c: New test.
3975
3976 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
3977
3978         * gcc.dg/cpp/trad/escaped-nl.c: New test.
3979
3980 2002-06-30  Devang Patel  <dpatel@apple.com>
3981
3982         * objc.dg/fsyntax-only.m: New test.
3983
3984 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
3985
3986         PR c++/6695
3987         * g++.dg/template/friend7.C: New file.
3988
3989 2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
3990
3991         * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
3992         return type.
3993
3994 2002-06-27  J"orn Rennecke <joern.rennecke@superh.com>
3995
3996         * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
3997         avoid division by zero.
3998
3999 2002-06-27  Neil Booth  <neil@daikokuya.co.uk>
4000
4001         * gcc.dg/Wunknownprag.c: New tests.
4002
4003 2002-06-25  J"orn Rennecke <joern.rennecke@superh.com>
4004
4005         * gcc.c-torture/execute/simd-2.c: New test.
4006
4007 2002-06-25  Neil Booth  <neil@daikokuya.co.uk>
4008
4009         * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
4010         gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
4011         gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
4012         gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
4013         gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
4014         gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
4015         gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
4016         gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
4017         gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
4018         gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
4019         gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
4020         gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
4021         gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
4022         gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
4023         gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
4024         gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
4025         gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
4026
4027 2002-06-24  Neil Booth  <neil@daikokuya.co.uk>
4028
4029         * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
4030         gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
4031         gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
4032         gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
4033         New tests.
4034         * gcc.dg/cpp/trad/directive.c: Update.
4035
4036 2002-06-23  Andreas Jaeger  <aj@suse.de>
4037
4038         * gcc.c-torture/execute/complex-6.c: New.
4039
4040 2002-06-22  Neil Booth  <neil@daikokuya.co.uk>
4041
4042         * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
4043         gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
4044         gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
4045         gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
4046
4047 2002-06-21  Neil Booth  <neil@daikokuya.co.uk>
4048
4049         * gcc.dg/cpp/trad: New directory with traditional tests copied
4050         from parent directory.
4051         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
4052         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
4053         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
4054         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
4055         Move to trad/ and rename.
4056         * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
4057         gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
4058         gcc.dg/cpp/trad/redef2.c: New tests.
4059         * gcc.dg/cpp/trad/trad.exp: New driver.
4060
4061 2002-06-20  Neil Booth  <neil@daikokuya.co.uk>
4062
4063         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
4064         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
4065         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
4066         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
4067         Remove.
4068
4069 2002-06-20  Richard Sandiford  <rsandifo@redhat.com>
4070
4071         * gcc.dg/20020620-1.c: New test.
4072
4073 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4074
4075         * g++.dg/template/ttp4.C: New test.
4076
4077 2002-06-19  Jakub Jelinek  <jakub@redhat.com>
4078
4079         * g++.dg/opt/vt1.C: Fix regexp.
4080
4081 2002-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4082
4083         * gcc.c-torture/execute/pure-1.c: Make functions static again.
4084         Don't use attribute `noinline'.
4085
4086 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
4087
4088         * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
4089
4090 2002-06-18  Aldy Hernandez  <aldyh@redhat.com>
4091
4092         * gcc.c-torture/execute/simd-1.c: New.
4093
4094         * gcc.dg/simd-1.c: New.
4095
4096 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
4097
4098         * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
4099
4100 2002-06-16  Richard Henderson  <rth@redhat.com>
4101
4102         * g++.dg/ext/anon-struct1.C: New.
4103         * g++.dg/ext/anon-struct2.C: New.
4104         * g++.dg/ext/anon-struct3.C: New.
4105         * gcc.dg/anon-struct-1.c: New.
4106         * gcc.dg/anon-struct-2.c: New.
4107         * gcc.dg/anon-struct-3.c: New.
4108         * gcc.dg/20011008-1.c: Adjust warning text.
4109         * gcc.dg/20020527-1.c: Add -fms-extensions.
4110
4111 2002-06-16  Richard Henderson  <rth@redhat.com>
4112
4113         * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
4114
4115 2002-06-15  Hans-Peter Nilsson  <hp@axis.com>
4116
4117         * gcc.c-torture/execute/20020615-1.c: New test.
4118
4119 2002-06-15  Roger Sayle  <roger@eyesopen.com>
4120
4121         * gcc.c-tortuture/execute/compare-1.c: New test case.
4122         * gcc.c-tortuture/execute/compare-2.c: New test case.
4123         * gcc.c-tortuture/execute/compare-3.c: New test case.
4124
4125 2002-06-13  Richard Henderson  <rth@redhat.com>
4126
4127         * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New.  Define for
4128         ia64 ilp32.
4129
4130 2002-06-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4131
4132         * g++.dg/template/typename2.C: Update error message.
4133
4134 2002-06-12  Hans-Peter Nilsson  <hp@axis.com>
4135
4136         * gcc.c-torture/execute/20020611-1.c: New test.
4137
4138 2002-06-11  Bob Wilson  <bob.wilson@acm.org>
4139
4140         * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
4141         list of targets to skip.
4142
4143 2002-06-10  Bob Wilson  <bob.wilson@acm.org>
4144
4145         * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
4146         targets if not optimizing.
4147
4148 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
4149
4150         * gcc.c-torture/compile/20020605-1.c: New test.
4151
4152         * g++.dg/opt/vt1.C: New test.
4153
4154         * gcc.dg/20020531-1.c: New test.
4155
4156         * gcc.dg/20020530-1.c: New test.
4157
4158         * gcc.dg/20020527-1.c: New test.
4159
4160         * g++.dg/opt/cse1.C: New test.
4161
4162 2002-06-07  Roger Sayle  <roger@eyesopen.com>
4163
4164         * gcc.dg/20020607-2.c: New test case.
4165
4166 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
4167
4168         * gcc.c-torture/compile/20020604-1.c: New test.
4169
4170 2002-06-04  Richard Henderson  <rth@redhat.com>
4171
4172         * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
4173         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
4174         * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
4175
4176 2002-06-04  Aldy Hernandez  <aldyh@redhat.com>
4177
4178         * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
4179
4180 2002-06-03  Richard Henderson  <rth@redhat.com>
4181
4182         * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
4183         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
4184
4185 2002-06-02  Richard Henderson  <rth@redhat.com>
4186
4187         * gcc.c-torture/execute/pure-1.c: Don't mark any of the
4188         test functions static.
4189
4190 2002-06-02  Andreas Jaeger  <aj@suse.de>
4191
4192         * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
4193         now.
4194
4195 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
4196
4197         * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
4198         gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
4199         Update for mofified diagnostics.
4200         * gcc.dg/c99-intconst-1.c: No longer fail.
4201
4202 2002-06-02  Richard Henderson  <rth@redhat.com>
4203
4204         * gcc.dg/uninit-A.c: Remove xfail markers.
4205
4206 2002-06-01  Roger Sayle  <roger@eyesopen.com>
4207
4208         * gcc.dg/fnegate-1.c: New test case.
4209
4210 2002-05-30  Osku Salerma  <osku@iki.fi>
4211
4212         * gcc.c-torture/execute/mayalias-1.c: New file.
4213
4214 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
4215
4216         * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
4217         gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
4218         gcc.dg/cpp/if-1.c: Update for modified diagnostics.
4219
4220 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
4221
4222         * gcc.c-torture/execute/20020529-1.c: New test.
4223
4224 2002-05-27  Richard Henderson  <rth@redhat.com>
4225
4226         * g++.dg/ext/attrib6.C: New test case.
4227
4228 2002-05-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4229
4230         * gcc.c-torture/execute/pure-1.c: New test.
4231
4232 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
4233
4234         * gcc.dg/cpp/arith-2.c: Remove.
4235
4236 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
4237
4238         * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
4239         * gcc.dg/cpp/if-3.c: Remove.
4240
4241 2002-05-26  Jakub Jelinek  <jakub@redhat.com>
4242
4243         * g++.dg/opt/cse2.C: New test.
4244
4245 2002-05-26  Neil Booth  <neil@daikokuya.demon.co.uk>
4246
4247         * gcc.dg/cpp/arith-1.c: New semantic tests.
4248         * gcc.dg/cpp/if-1.c: Update.
4249
4250 2002-05-24  Ben Elliston  <bje@redhat.com>
4251
4252         * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
4253
4254 2002-05-24  Jakub Jelinek  <jakub@redhat.com>
4255
4256         * gcc.dg/verbose-asm.c: New test.
4257
4258 2002-05-24  Neil Booth  <neil@daikokuya.demon.co.uk>
4259
4260         * gcc.dg/cpp/paste12.c: New test.
4261
4262 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
4263
4264         * g++.dg/parse/named_ops.C: New test.
4265
4266 2002-05-23  Mark Mitchell  <mark@codesourcery.com>
4267
4268         * gcc/testsuite/gcc.dg/weak-8.c: New test.
4269
4270 2002-05-23  J"orn Rennecke <joern.rennecke@superh.com>
4271
4272         * gcc.dg/weak-2.c: Allow optional leading underscore
4273         in scan-assembler symbol name.
4274         * gcc.dg/weak-3.c: Likewise.
4275         * gcc.dg/weak-4.c: Likewise.
4276         * gcc.dg/weak-5.c: Likewise.
4277
4278 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
4279
4280         * gcc.dg/20020523-1.c: New test.
4281
4282 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
4283
4284         * objc.dg/const-str-2.m: Update now that we stop after
4285         a command line error.
4286
4287 2002-05-22  Richard Henderson  <rth@redhat.com>
4288
4289         * g++.dg/dg.exp: Fix typo in test pruneing.
4290
4291 2002-05-22  Richard Henderson  <rth@redhat.com>
4292
4293         * g++.dg/dg.exp: Prune the tls subdirectory.
4294         * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
4295         * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
4296         * g++.dg/tls/init-1.C: New.
4297
4298 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
4299
4300         * gcc.dg/20020517-1.c: New test.
4301
4302 2002-05-21  Richard Henderson  <rth@redhat.com>
4303
4304         * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
4305         gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
4306
4307 2002-05-21  Brian R. Gaeke  <brg@dgate.ORG>
4308
4309         * g++.dg/other/copy2.C: New test.
4310
4311 2002-05-20  J"orn Rennecke <joern.rennecke@superh.com>
4312
4313         * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
4314         (MAX_COPY): Bump up to 10 times sizeof (long long).
4315         (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
4316
4317         * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
4318         sizeof (long long).
4319
4320         * gcc.c-torture/execute/strcpy-1.c: New test.
4321
4322 2002-05-19  Jason Merrill  <jason2redhat.com>
4323
4324         * g++.dg/ext/oper1.C: New test.
4325
4326 2002-05-20  David Billinghurst <David.Billinghurst@riotinto.com>
4327 2002-05-19  Mark Mitchell  <mitchell@doubledemon.codesourcery.com>
4328
4329         * README.QMTEST: New file.
4330
4331         * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
4332
4333 2002-05-19  Andreas Jaeger  <aj@suse.de>
4334
4335         * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
4336         now.
4337         * gcc.c-torture/execute/loop-2d.x: Likewise.
4338
4339 2002-05-19  David Billinghurst <David.Billinghurst@riotinto.com>
4340
4341         * gcc.dg/weak-2.c:  xfail warnings for platforms that don't
4342         support weak symbols.
4343         * gcc.dg/weak-4.c: Likewise
4344         * gcc.dg/weak-6.c: Likewise
4345
4346 2002-05-16  David.Billinghurst <David.Billinghurst@riotinto.com>
4347
4348         * gcc.dg/weak-3.c: Add dg-excess-error comment for
4349         cygwin, coff and h8300-*-hms targets
4350         * gcc.dg/weak-5.c: Likewise
4351         * gcc.dg/weak-7.c: Likewise
4352
4353 2002-05-16  Jason Merrill  <jason@redhat.com>
4354
4355         * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
4356         (scan-assembler-not, scan-assembler-dem): Likewise.
4357         (scan-assembler-dem-not): Likewise.
4358
4359 2002-05-15  Richard Henderson  <rth@redhat.com>
4360
4361         * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
4362
4363 2002-05-15  Richard Henderson  <rth@redhat.com>
4364
4365         * gcc.dg/weak-5.c (vfoo1c): No warning here.
4366         (vfoo1f): Warning here.
4367         (vfoo1l): Don't redefine the alias.
4368
4369 2002-05-14  Jason Merrill  <jason@redhat.com>, Alexandre Oliva  <aoliva@redhat.com>
4370
4371         * g++.dg/init/pm1.C: New test.
4372
4373 2002-05-12  David S. Miller  <davem@redhat.com>
4374
4375         * gcc.c-torture/execute/conversion.c (ldnear): Use long double
4376         types.
4377
4378 2002-05-10  Roger Sayle  <roger@eyesopen.com>
4379
4380         * gcc.c-torture/execute/20020510-1.c: New test case.
4381
4382 2002-05-10  David S. Miller  <davem@redhat.com>
4383
4384         * gcc.c-torture/execute/conversion.c: Test long double too.
4385
4386 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
4387
4388         * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
4389         libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
4390         * lib/g++.exp (g++_link_flags): Likewise.
4391         * lib/objc.exp (objc_target_compile): Likewise.
4392
4393 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
4394
4395         * gcc.dg/cpp/poison.c: Update.
4396         * gcc.dg/cpp/20000625-2.c: Remove.
4397         * gcc.dg/cpp/direct2s.c: Remove final test.
4398
4399 2002-05-08  Tom Rix  <trix@redhat.com>
4400
4401         * gcc.c-torture/execute/20020508-1.c: New test.
4402         * gcc.c-torture/execute/20020508-2.c: New test.
4403         * gcc.c-torture/execute/20020508-3.c: New test.
4404
4405 2002-05-08  Neil Booth  <neil@daikokuya.demon.co.uk>
4406
4407         * gcc.dg/cpp/charconst-4.c: More tests.
4408
4409 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
4410
4411         PR c/6569
4412         * gcc.dg/weak-3.c: Update location of warning messages.
4413         * gcc.dg/weak-5.c: Likewise.
4414
4415 2002-05-06  Roger Sayle  <roger@eyesopen.com>
4416
4417         * gcc.c-torture/execute/20020506-1.c: New test case.
4418
4419 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
4420
4421         * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
4422
4423 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
4424
4425         * gcc.dg/cpp/charconst-3.c: Run, don't compile.
4426
4427 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
4428
4429         * gcc.dg/cpp/charconst-3.c: New test.
4430
4431 2002-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
4432
4433         * gcc.dg/cpp/charconst.c: Update tests.
4434
4435 2002-05-05  Tim Josling  <tej@melbpc.org.au>
4436
4437         * treelang: Added directory for new sample language treelang. Also
4438         lib/treelang.exp: New file to signal treelang should be tested.
4439
4440 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
4441
4442         * gcc.dg/cpp/cmdlne-dM-M.c: New test.
4443         * gcc.dg/cpp/cmdlne-dD-M.c: New test.
4444         * gcc.dg/cpp/cmdlne-dN-M.c: New test.
4445         * gcc.dg/cpp/cmdlne-dI-M.c: New test.
4446         * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
4447         * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
4448         * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
4449
4450 2002-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
4451
4452         * gcc.dg/format/xopen-2.c: New test.
4453
4454 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
4455
4456         * gcc.dg/20020503-1.c: New test.
4457
4458 2002-05-02  Mark Mitchell  <mark@codesourcery.com>
4459
4460         * g++.dg/init/dtor1.C: Make it tougher.
4461
4462 2002-05-01  Mark Mitchell  <mark@codesourcery.com>
4463
4464         * g++.dg/init/dtor1.C: New test.
4465
4466 2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
4467
4468         * gcc.dg/altivec-8.c: New.
4469
4470 2002-05-01  Aldy Hernandez  <aldyh@redhat.com>
4471
4472         * gcc.dg/altivec-7.c: New.
4473
4474 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
4475
4476         * g++.dg/parse/typedef1.C: New test.
4477
4478 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
4479
4480         PR c++/6486
4481         * g++.dg/template/friend6.C: New test.
4482
4483         PR c++/6492
4484         * g++.dg/init/copy1.C: New test.
4485
4486 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
4487
4488         * g++.dg/warn/effc1.C: New test.
4489
4490 2002-04-29  Neil Booth  <neil@daikokuya.demon.co.uk>
4491
4492         * gcc.dg/cpp/if-cexp.c: Add a test.
4493
4494 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
4495
4496         * gcc.dg/20020426-2.c: New test.
4497
4498 2002-04-28  Neil Booth  <neil@daikokuya.demon.co.uk>
4499
4500         * gcc.dg/cpp/if-mop.c: Update.
4501         * gcc.dg/cpp/if-mpar.c: Add test.
4502         * gcc.dg/cpp/if-oppr.c: Update.
4503
4504 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4505
4506         PR c/6343
4507         * gcc.dg/weak-[2-7].c: New tests.
4508
4509 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
4510
4511         * gcc.dg/enum1.c: New test.
4512
4513 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
4514
4515         PR c++/6497
4516         * g++.dg/inherit/access2.C: New test.
4517
4518 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
4519
4520         PR bootstrap/6445
4521         * gcc.dg/20020426-1.c: New test.
4522
4523 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
4524
4525         * g++.dg/abi/enum1.C: New test.
4526
4527 2002-04-26  Richard Henderson  <rth@redhat.com>
4528
4529         * gcc.dg/c99-bool-1.c: Expect always true warning.
4530
4531 2002-04-25  Roger Sayle  <roger@eyesopen.com>
4532
4533         * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
4534
4535 2002-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4536
4537         * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
4538         targets.
4539
4540 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
4541
4542         * g++.dg/abi/mange7.C: New test.
4543
4544         PR c++/6438.
4545         * g++.dg/parse/stmtexpr2.C: New test.
4546
4547 2002-04-24  J"orn Rennecke <joern.rennecke@superh.com>
4548
4549         * gcc.dg/20020312-2.c: Add SH target.
4550
4551 2002-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4552
4553         * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
4554         compiler output on mips*-*-irix*.
4555
4556 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
4557
4558         * g++.dg/parse/attr1.C: New test.
4559
4560 2002-04-23  Roger Sayle  <roger@eyesopen.com>
4561
4562         * gcc.c-torture/execute/string-opt-17.c: New test case.
4563         * gcc.c-torture/execute/memset-2.c: New test case.
4564
4565 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
4566
4567         PR c++/6256:
4568         * g++.dg/template/friend5.C: New test.
4569
4570         PR c++/6331:
4571         * g++.dg/template/qual1.C: Likewise.
4572
4573 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
4574
4575         * gcc.c-torture/execute/980707-1.c: Don't use isspace().
4576         Include stdlib.h, not stdio.h or ctype.h.
4577
4578 2002-04-22  Hans-Peter Nilsson  <hp@axis.com>
4579
4580         * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
4581         cris-*-elf* and mmix-*-*.
4582         * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
4583         * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
4584         g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
4585         Ditto.
4586         * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
4587         * gcc.dg/wchar_t-1.c: Ditto.
4588
4589 2002-04-21  Hans-Peter Nilsson  <hp@axis.com>
4590
4591         * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
4592         Clarify comment.
4593
4594 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
4595
4596         * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
4597
4598 2002-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4599
4600         * gcc.c-torture/execute/20000906-1.x: Delete.
4601
4602 2002-04-20  David.Billinghurst <David.Billinghurst@riotinto.com>
4603
4604         * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
4605
4606 2002-04-19  Toon Moene  <toon@moene.indiv.nluug.nl>
4607
4608         * PR6367
4609         * g77.f-torture/execute/6367.f: New test.
4610         * g77.f-torture/execute/6367.x: Disable for MMIX.
4611
4612 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
4613
4614         * PR6352
4615         * g++.dg/opt/inline2.C: New test.
4616
4617 2002-04-18  Richard Henderson  <rth@redhat.com>
4618
4619         * gcc.dg/20000906-1.c: Enable for all targets.
4620         * gcc.c-torture/compile/iftrap-2.c: New.
4621
4622 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
4623
4624         * gcc.dg/20020418-1.c: New test.
4625         * gcc.dg/20020418-2.c: New test.
4626
4627 2002-04-18  Richard Henderson  <rth@redhat.com>
4628
4629         * gcc.c-torture/compile/iftrap-1.c: New.
4630         * gcc.dg/iftrap-1.c: Adjust for ia64.
4631         * gcc.dg/iftrap-2.c: New.
4632
4633 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
4634
4635         * gcc.c-torture/compile/20020418-1.c: New test.
4636
4637 2002-04-18  Roger Sayle  <roger@eyesopen.com>
4638
4639         * gcc.c-torture/compile/20020415-1.c: New.
4640
4641 2002-04-18  David S. Miller  <davem@redhat.com>
4642
4643         * gcc.c-torture/execute/20020418-1.c: New test.
4644
4645 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
4646
4647         * gcc.dg/20020416-1.c: New test.
4648
4649         * g++.dg/opt/inline1.C: New test.
4650
4651 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
4652
4653         * gcc.dg/altivec-5.c: New test.
4654
4655         * gcc.dg/20020415-1.c: New test.
4656
4657 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
4658
4659         * testsuite/lib/chill.exp: Remove.
4660
4661 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
4662
4663         * g++.dg/other/big-struct.C: New test.
4664
4665 2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>
4666
4667         * g77.dg/f77-edit-i-in.f: Use internal buffer in place
4668         of scratch file.
4669
4670 2002-04-13  David Billinghurst <David.Billinghurst@riotinto.com>
4671
4672         PR c/6277
4673         * gcc.dg/i386-387-1.c:  Allow optional leading underscore
4674         in scan-assembler function name
4675
4676 2002-04-13  Hans-Peter Nilsson  <hp@bitrange.com>
4677
4678         * g77.f-torture/execute/980628-4.x,
4679         g77.f-torture/execute/980628-5.x,
4680         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
4681         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
4682         g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
4683         i[34567]86-*-*.
4684
4685 2002-04-13  David S. Miller  <davem@redhat.com>
4686
4687         * gcc.c-torture/execute/20020413-1.c: New test.
4688
4689 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
4690
4691         * gcc.dg/asm-6.c,
4692         * g++.dg/ext/asm1.C: New tests.
4693
4694 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
4695
4696         PR c++ 5373.
4697         * g++.dg/parse/stmtexpr1.C: New test.
4698
4699         PR c++/5189.
4700         * g++.dg/template/copy1.C: New test.
4701
4702 2002-04-12  Richard Henderson  <rth@redhat.com>
4703
4704         * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
4705
4706 2002-04-12  Geoffrey Keating  <geoffk@redhat.com>
4707
4708         * gcc.c-torture/execute/20020412-1.c: New file, renamed from
4709         gcc.c-torture/execute/20020307-2.c.
4710
4711 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
4712
4713         * g++.dg/ext/attrib5.C,
4714         * g++.dg/lookup/struct1.C: New tests.
4715
4716 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
4717
4718         * gcc.dg/20020411-1.c: New test.
4719
4720         * gcc.c-torture/execute/20020411-1.c: New test.
4721
4722 2002-04-10  Janis Johnson  <janis187@us.ibm.com>
4723
4724         * g77.f-torture/execute/6177.f: New test.
4725
4726 2002-04-10  Jakub Jelinek  <jakub@redhat.com>
4727
4728         PR middle-end/6247
4729         * g++.dg/opt/cleanup1.C: New test.
4730
4731         * g++.dg/opt/const1.C: New test.
4732
4733 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
4734
4735         * gcc.c-torture/execute/20020406-1.c: Declare malloc.
4736
4737 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
4738
4739         PR c++/5507
4740         * g++.dg/template/typename2.C: New test.
4741
4742 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
4743
4744         * gcc.c-torture/execute/loop-12.c: New.
4745
4746 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
4747
4748         * g77.f-torture/execute/980628-4.x,
4749         g77.f-torture/execute/980628-5.x,
4750         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
4751         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
4752         g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
4753
4754 2002-04-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4755
4756         PR optimization/6086
4757         * g++.dg/opt/preinc1.C: New test.
4758
4759 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
4760
4761         PR c++/5571
4762         * g++.dg/opt/static2.C: New test.
4763
4764 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
4765
4766         PR c/5120
4767         * gcc.dg/20020406-1.c: New test.
4768
4769 2002-04-04  David S. Miller  <davem@redhat.com>
4770
4771         * gcc.c-torture/execute/20020404-1.c: New test.
4772
4773 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
4774
4775         PR c/6123
4776         * gcc.dg/20020312-2.c: Do not declare global register variable
4777         if __PIC__ or __pic__ is defined.
4778
4779 2002-04-04  Richard Earnshaw  <rearnsha@arm.com>
4780
4781         * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC.  Use
4782         __asm__ so that it works correctly even if -ansi -pedantic-errors.
4783
4784 2002-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4785
4786         * gcc.misc-tests/linkage.exp: Update last change to handle
4787         sparc*-, not just sparc-.
4788
4789 2002-04-03  Richard Henderson  <rth@redhat.com>
4790
4791         * gcc.dg/cpp/ucs.c: Improved long UCS test.
4792
4793 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
4794
4795         * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
4796
4797 2002-04-02  David S. Miller  <davem@redhat.com>
4798
4799         * gcc.c-torture/execute/20020402-3.c: New test.
4800
4801 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
4802
4803         * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
4804         * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
4805
4806         * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
4807         * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
4808         g77.f-torture/execute/20001201.x,
4809         g77.f-torture/execute/u77-test.x: New files.
4810
4811         * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
4812         * gcc.dg/wchar_t-1.c: Ditto.
4813
4814 2002-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4815
4816         * gcc.c-torture/execute/20020402-1.c: New test.
4817
4818 2002-04-01  Richard Henderson  <rth@redhat.com>
4819
4820         * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
4821
4822         * g++.dg/other/new1.C: Use __SIZE_TYPE__.
4823
4824 2002-04-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4825
4826         * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
4827
4828 2002-04-01  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
4829
4830         * g++.dg/inherit/template-as-base.C: Expect error.
4831         * g++.dg/inherit/namespace-as-base.C: Likewise.
4832
4833 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
4834
4835         * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
4836         g++.dg/ext/instantiate3.C: Tweak match patterns.
4837
4838         * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
4839         * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
4840         -da test.
4841
4842 2002-03-31  Richard Henderson  <rth@redhat.com>
4843
4844         * gcc.dg/special/alias-2.c: New.
4845         * gcc.dg/special/ecos.exp: Run it.
4846
4847 2002-03-31  Richard Henderson  <rth@redhat.com>
4848
4849         * gcc.dg/va-arg-1.c: Expect warnings, not errors.
4850
4851 2002-03-31  Kazu Hirata  <kazu@hxi.com>
4852
4853         * gcc.dg/weak-1.c: Disable on h8300 port.
4854
4855 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
4856
4857         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
4858         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
4859         ordering tests.
4860         * g++.dg/bprob/bprob-1.C: New test.
4861         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
4862         * g++.dg/gcov/gcov-1.C: New test.
4863         * g++.dg/gcov/gcov-1.x: New file.
4864         * g++.dg/gcov/gcov-2.C: New test.
4865         * g++.dg/gcov/gcov-3.C: New test.
4866         * g++.dg/gcov/gcov-3.h: New file.
4867
4868 2002-03-28  Roger Sayle  <roger@eyesopen.com>
4869
4870         * g++.old-deja/g++.other/builtins5.C: New test.
4871         * g++.old-deja/g++.other/builtins6.C: New test.
4872         * g++.old-deja/g++.other/builtins7.C: New test.
4873         * g++.old-deja/g++.other/builtins8.C: New test.
4874         * g++.old-deja/g++.other/builtins9.C: New test.
4875
4876 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
4877
4878         * g++.dg/opt/static1.C: New test.
4879
4880         * g++.dg/opt/longbranch1.C: New test.
4881
4882 2002-03-28  Hans-Peter Nilsson  <hp@bitrange.com>
4883
4884         * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
4885
4886         * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
4887
4888 2002-03-28  Jeffrey A Law  (law@redhat.com)
4889
4890         * gcc.c-torture/execute/20020328-1.c: New test.
4891
4892 2002-03-27  Richard Henderson  <rth@redhat.com>
4893
4894         * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
4895         * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
4896         move from g++.old-deja/g++.ext/.
4897
4898 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
4899
4900         * g++.dg/init/new2.C: New test.
4901
4902 2002-03-26  Richard Henderson  <rth@redhat.com>
4903
4904         * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
4905
4906         * gcc.dg/20020312-2.c: Don't test epilogue vs global register
4907         on sparc.
4908
4909         * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc.  Only run on
4910         sparcv9 systems.
4911         * gcc.dg/20001102-1.c: Likewise.
4912
4913 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
4914
4915         * gcc.dg/cpp/endif-pedantic1.c,
4916         gcc.dg/cpp/endif-pedantic2.c:  New tests.
4917
4918 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
4919
4920         * g++.dg/init/new1.C: New test.
4921
4922 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
4923
4924         * g++.dg/abi/vbase9.C: New test.
4925
4926 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
4927
4928         * gcc.dg/arm-asm.c: New test.
4929
4930 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
4931
4932         * gcc.dg/Wswitch-enum.c: New test.
4933         Fix PR c/5044.
4934
4935 2002-03-26  Richard Henderson  <rth@redhat.com>
4936
4937         * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
4938         structure.
4939
4940 2002-03-25  Richard Henderson  <rth@redhat.com>
4941
4942         * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc.  Only run on
4943         sparcv9 systems.
4944
4945         * gcc.c-torture/compile/20011119-1.c (xxx): New.
4946         * gcc.c-torture/compile/20011119-2.c (xxx): New.
4947
4948 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
4949
4950         * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
4951
4952 2002-03-25  Bob Wilson  <bob.wilson@acm.org>
4953
4954         * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
4955         targets using generic thunk support.
4956
4957 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
4958
4959         * gcc.c-torture/compile/20020323-1.c: New test.
4960
4961         * g++.dg/opt/conj2.C: New test.
4962
4963 2002-03-24  Richard Henderson  <rth@redhat.com>
4964
4965         * gcc.dg/weak-1.c: Use -fno-common.
4966
4967 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
4968
4969         * g77.dg/f77-edit-apostrophe-out.f: New test
4970         * g77.dg/f77-edit-h-out.f: New test
4971         * g77.dg/f77-edit-t-in.f: New test
4972         * g77.dg/f77-edit-t-out.f: New test
4973         * g77.dg/f77-edit-x-out.f: New test
4974         * g77.dg/f77-edit-slash-out.f: New test
4975         * g77.dg/f77-edit-colon-out.f: New test
4976         * g77.dg/f77-edit-s-out.f: New test
4977
4978 2002-03-24  Richard Henderson  <rth@redhat.com>
4979
4980         * objc/execute/formal_protocol-6.x: New XFAIL.
4981
4982 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
4983
4984         * gcc.dg/weak-1.c:  Early return from dg-final on platforms
4985         that do not support weak symbols
4986
4987 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
4988
4989         * lib/g++.exp:  Fix handling of LD_LIBRARY_PATH et al
4990         * lib/g77.exp:  Likewise
4991         * lib/objc.exp: Likewise
4992
4993 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
4994
4995         * gcc.dg/Wswitch-default.c: New test.
4996
4997 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
4998
4999         * g++.dg/other/enum1.C: New test.
5000
5001 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
5002
5003         * gcc.dg/pragma-ep-3.c: Fix typo.
5004
5005 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
5006
5007         * g++.dg/inherit/template-as-base.C: New test.
5008
5009 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
5010
5011         * g++.old-deja/g++.other/dwarf2-1.C: Move...
5012         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
5013
5014 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
5015
5016         * gcc.dg/cpp/multiline.c: Update to match.
5017
5018 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
5019
5020         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
5021
5022 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
5023
5024         * gcc.dg/cpp/extratokens2.c:  New file.
5025
5026 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
5027
5028         * gcc.dg/20020312-2.c: Add rs6000 target.
5029
5030         * gcc.c-torture/compile/20020319-1.c: New test.
5031
5032 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5033
5034         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
5035         (A, E): Handle this.
5036
5037 2002-03-20  Jason Merrill  <jason@redhat.com>
5038
5039         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
5040         ignoring -fpic.
5041         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
5042         through prune_gcc_output.
5043
5044 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
5045
5046         * gcc.c-torture/compile/20020320-1.c: New test.
5047
5048 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
5049
5050         * gcc.c-torture/compile/20020318-1.c: New test.
5051
5052         * gcc.dg/struct-by-value-1.c: New test.
5053
5054         * gcc.dg/20020319-1.c: New test.
5055
5056 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
5057
5058         * g++.dg/opt/conj1.C: New test.
5059
5060 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
5061
5062         * g++.dg/template/qualttp20.C: Revert previous change.
5063         * g++.dg/template/qualttp3.C: Likewise.
5064         * g++.dg/template/qualttp4.C: Likewise
5065         * g++.dg/template/qualttp5.C: Likewise
5066         * g++.dg/template/qualttp6.C: Likewise
5067         * g++.dg/template/qualttp7.C: Likewise
5068         * g++.dg/template/qualttp8.C: Likewise
5069         * g++.dg/template/recurse.C: Likewise.
5070
5071 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
5072
5073         * gcc.dg/cpp/wchar-1.c: Update.
5074
5075 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
5076
5077         * g++.dg/template/conv1.C: New test.
5078         * g++.dg/template/conv2.C: New test.
5079         * g++.dg/template/conv3.C: New test.
5080         * g++.dg/template/conv4.C: New test.
5081
5082 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
5083
5084         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
5085         * g++.dg/template/qualttp3.C: Likewise.
5086         * g++.dg/template/qualttp4.C: Likewise
5087         * g++.dg/template/qualttp5.C: Likewise
5088         * g++.dg/template/qualttp6.C: Likewise
5089         * g++.dg/template/qualttp7.C: Likewise
5090         * g++.dg/template/qualttp8.C: Likewise
5091         * g++.dg/template/recurse.C: Likewise.
5092
5093 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
5094
5095         * g++.dg/opt/dtor1.C: New test.
5096
5097 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
5098
5099         * gcc.c-torture/compile/20020315-1.c: New test.
5100
5101 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
5102
5103         * gcc.dg/weak-1.c: Fix scan tests.
5104
5105 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
5106
5107         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
5108         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
5109         cris-*-aout* mmix-*-*.
5110         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
5111         cris-*-aout* mmix-*-*.
5112         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
5113         cris-*-elf* cris-*-aout* and mmix-*-*.
5114         * gcc.dg/20001009-1.c: Ditto.
5115         * gcc.dg/20010912-1.c: Ditto.
5116         * gcc.dg/20020122-4.c: Ditto.
5117         * gcc.dg/inline-2.c: Ditto.
5118
5119 2002-03-14  Jeffrey A Law  (law@cygnus.com)
5120
5121         * gcc.c-torture/compile/20020314-1.c: New test.
5122
5123 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
5124
5125         * gcc.c-torture/execute/20020314-1.c: New test.
5126
5127 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
5128
5129         * g++.dg/warn/Wunused-1.C: New test.
5130
5131 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
5132
5133         * g++.dg/abi/mangle6.C: New test.
5134
5135 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
5136
5137         * gcc.c-torture/compile/20020309-2.c: New test.
5138
5139         * gcc.c-torture/compile/20020312-1.c: New test.
5140
5141 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
5142
5143         * g++.dg/other/access1.C: New test.
5144
5145 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
5146
5147         * gcc.c-torture/execute/wchar_t-1.c: New test.
5148
5149 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
5150
5151         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
5152
5153 2002-03-12  Roger Sayle  <roger@eyesopen.com>
5154
5155         * gcc.dg/20020312-1.c: New test case.
5156
5157 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
5158
5159         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
5160
5161 2002-03-11  Richard Henderson  <rth@redhat.com>
5162
5163         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
5164         * g++.old-deja/g++.jason/report.C: Likewise.
5165
5166 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
5167
5168         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
5169         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
5170
5171 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
5172
5173         * testsuite/g++.dg/overload/pmf1.C: New test.
5174
5175 2002-03-11  Kazu Hirata  <kazu@hxi.com>
5176
5177         * gcc.c-torture/execute/20020307-1.c: Use long.
5178
5179 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
5180
5181         PR optimization/5844
5182         * gcc.dg/20020310-1.c: New test.
5183
5184 2002-03-09  Michael Meissner  <meissner@redhat.com>
5185
5186         * gcc.c-torture/execute/memcpy-2.c: New test.
5187         * gcc.c-torture/execute/memset-1.c: New test.
5188         * gcc.c-torture/execute/strlen-1.c: New test.
5189         * gcc.c-torture/execute/strcmp-1.c: New test.
5190         * gcc.c-torture/execute/strncmp-1.c: New test.
5191
5192 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
5193
5194         * gcc.dg/ppc-ldstruct.c: New test.
5195
5196 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
5197
5198         * gcc.c-torture/execute/va-arg-22.c: New test.
5199
5200 2002-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5201
5202         * gcc.c-torture/compile/20020309-1.c: New test.
5203
5204 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
5205
5206         * gcc.c-torture/execute/20020307-2.c: New test.
5207
5208 2002-03-07  Jeffrey A Law  (law@redhat.com)
5209
5210         * g77.f-torture/compile/20020307-1.f: New test.
5211
5212 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
5213
5214         * gcc.dg/unordered-1.c: New test.
5215
5216 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
5217
5218         * gcc.c-torture/execute/20020307-1.c: New test.
5219
5220 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
5221
5222         * gcc.dg/20020304-1.c: New test.
5223
5224         * gcc.c-torture/compile/20020304-2.c: New test.
5225
5226 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
5227
5228         * gcc.c-torture/compile/20020304-1.c: New test case
5229         (from PR c/5830).
5230
5231 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
5232
5233         * gcc.dg/20020103-1.c: Add other -D ppc variants.
5234
5235 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
5236
5237         * g++.dg/other/classkey1.C: New test.
5238
5239 2002-03-01  Richard Henderson  <rth@redhat.com>
5240
5241         * gcc.c-torture/compile/981223-1.x: New.
5242         * gcc.c-torture/compile/920625-1.x: New.
5243
5244 2002-02-28  Richard Henderson  <rth@redhat.com>
5245
5246         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
5247
5248 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
5249
5250         * gcc.c-torture/execute/20020227-1.c: New test.
5251
5252 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
5253
5254         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
5255         here" ERROR lines.
5256         * g++.old-deja/g++.oliva/partord1.C: Likewise.
5257         * g++.old-deja.g++.other/defarg1.C: Likewise.
5258         * g++.old-deja/g++.pt/calls2.C: Likewise.
5259         * g++.old-deja/g++.pt/crash20.C: Likewise.
5260         * g++.old-deja/g++.pt/crash30.C: Likewise.
5261         * g++.old-deja/g++.pt/crash36.C: Likewise.
5262         * g++.old-deja/g++.pt/crash6.C: Likewise.
5263         * g++.old-deja/g++.pt/defarg13.C: Likewise.
5264         * g++.old-deja/g++.pt/derived3.C: Likewise.
5265         * g++.old-deja/g++.pt/error1.C: Likewise.
5266         * g++.old-deja/g++.pt/friend21.C: Likewise.
5267         * g++.old-deja/g++.pt/friend23.C: Likewise.
5268         * g++.old-deja/g++.pt/infinite1.C: Likewise.
5269         * g++.old-deja/g++.robertl/eb128.C: Likewise.
5270
5271 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
5272
5273         * gcc.c-torture/execute/20020225-2.c: New test.
5274
5275 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
5276
5277         * gcc.c-torture/execute/920730-1t.c,
5278         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
5279         Delete test cases, only relevant to -traditional.
5280
5281 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
5282
5283         * gcc.dg/cpp/undef1.c: Remove.
5284         * gcc.dg/cpp/directiv.c: Update.
5285         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
5286
5287 2002-02-27  Michael Meissner  <meissner@redhat.com>
5288
5289         * gcc.c-torture/execute/20020226-1.c: New test.
5290
5291 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
5292
5293         * g++.dg/debug/debug4.C: New test.
5294
5295         * gcc.dg/ia64-visibility-1.c: New test.
5296
5297 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
5298
5299         * gcc.dg/debug/20020224-1.c: New.
5300
5301 2002-02-25  Kazu Hirata  <kazu@hxi.com>
5302
5303         * gcc.c-torture/execute/960416-1.x: New.
5304         * gcc.c-torture/execute/divconst-3.x: Likewise.
5305
5306 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
5307
5308         * gcc.dg/20020224-1.c: New test.
5309
5310 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
5311
5312         * gcc.c-torture/execute/20020225-1.c: New.
5313
5314 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
5315
5316         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
5317
5318 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
5319
5320         * gcc.dg/20020222-1.c: New test.
5321
5322 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
5323
5324         * g++.dg/opt/anonunion1.C: New test.
5325
5326 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
5327
5328         * g++.dg/template/qualttp19.C: New test.
5329         * g++.dg/template/qualttp20.C: New test.
5330         * g++.old-deja/g++.jason/report.C: Adjust expected errors
5331         * g++.old-deja/g++.other/qual1.C: Likewise.
5332
5333 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
5334
5335         * gcc.dg/attr-alwaysinline.c: New.
5336
5337 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
5338
5339         * gcc.dg/20020220-1.c: New test.
5340
5341         * gcc.dg/20020220-2.c: New test.
5342
5343         * g++.dg/opt/mmx1.C: New test.
5344
5345 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
5346
5347         * gcc.c-torture/compile/20020110.c: New test.
5348
5349 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
5350
5351         * gcc.c-torture/execute/20020219-1.c: New test.
5352
5353         * gcc.dg/20020219-1.c: New test.
5354
5355         * gcc.dg/noncompile/20020220-1.c: New test.
5356
5357         * g++.dg/opt/ptrintsum1.C: New test.
5358
5359         * gcc.dg/debug/20020220-1.c: New test.
5360
5361 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
5362
5363         * gcc.c-torture/execute/20020216-1.c: New test.
5364
5365 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
5366
5367         * gcc.dg/decl-1.c: Update, new test.
5368
5369 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
5370
5371         * g++.dg/abi/bitfield1.C: New test.
5372         * g++.dg/abi/bitfield2.C: New test.
5373
5374 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
5375
5376         * gcc.dg/attr-nest.c: New test.
5377
5378 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
5379
5380         * gcc.c-torture/execute/20020215-1.c: New test.
5381
5382 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
5383
5384         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
5385         * g++.dg/debug/debug.exp: New.
5386         * g++.dg/debug/trivial.C: New.
5387         * g++.dg/debug/debug1.C: Moved...
5388         * g++.dg/other/debug1.C: ...from here.
5389         * g++.dg/debug/debug2.C: Moved...
5390         * g++.dg/other/debug2.C: ...from here.
5391         * g++.dg/debug/debug3.C: Moved...
5392         * g++.dg/other/debug3.C: ...from here.
5393
5394         * gcc.dg/noncompile/20020213-1.c: New test.
5395
5396 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
5397
5398         * g++.dg/other/debug3.C: New test.
5399
5400         * gcc.c-torture/execute/20020213-1.c: New test.
5401
5402 2002-02-13  Richard Smith <richard@ex-parrot.com>
5403
5404         * g++.old-deja/g++.other/thunk1.C: New test.
5405
5406 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
5407
5408         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
5409
5410 2002-02-13  Stan Shebs  <shebs@apple.com>
5411
5412         * gcc.dg/altivec-3.c: New.
5413
5414 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
5415
5416         * gcc.dg/Wunreachable-1.c: New test.
5417         * gcc.dg/Wunreachable-2.c: New test.
5418
5419 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
5420
5421         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
5422
5423 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
5424
5425         * gcc.dg/decl-1.c: New test.
5426
5427 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
5428
5429         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
5430
5431 2002-02-10  Kazu Hirata  <kazu@hxi.com>
5432
5433         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
5434         * gcc.c-torture/compile/980506-1.x: Likewise.
5435
5436 2002-02-10  Kazu Hirata  <kazu@hxi.com>
5437
5438         * gcc.dg/20020210-1.c: New.
5439
5440 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
5441
5442         * g77.f-torture/execute/947.f: New regression test
5443         for PR fortran/947.
5444
5445 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
5446
5447         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
5448         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
5449
5450 2002-02-08  Richard Henderson  <rth@redhat.com>
5451
5452         * gcc.c-torture/compile/labels-3.c: New.
5453
5454 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
5455
5456         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
5457         expression statements work instead.
5458         * gcc.dg/noncompile/20020207-1.c: New test.
5459
5460 2002-02-07  Richard Henderson  <rth@redhat.com>
5461
5462         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
5463
5464 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
5465
5466         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
5467         message from g77
5468         * lib/g77-dg.exp: Trim g77 error messages so that they are
5469         recognized by dg.exp.
5470
5471 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
5472
5473         PR fortran/5473
5474         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
5475
5476 2002-02-07  Richard Henderson  <rth@redhat.com>
5477
5478         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
5479         to be sufficiently aligned for integers.
5480
5481 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
5482
5483         * g++.dg/template/friend4.C: New test.
5484
5485 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
5486
5487         PR fortran/5743
5488         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
5489         unsupported cases.
5490
5491 2002-02-07  Richard Henderson  <rth@redhat.com>
5492
5493         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
5494         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
5495         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
5496         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
5497
5498 2002-02-06  Richard Henderson  <rth@redhat.com>
5499
5500         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
5501
5502 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
5503
5504         * gcc.dg/20020206-1.c: New test.
5505
5506 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
5507
5508         * gcc.c-torture/execute/20020206-1.c: New test.
5509
5510         * gcc.c-torture/execute/20020206-2.c: New test.
5511
5512         PR optimization/5429:
5513         * gcc.c-torture/compile/20020206-1.c: New test.
5514
5515 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
5516
5517         * g++.dg/ext/align1.C: Do not use an explicit alignment value
5518         as certain file formats cannot support particularly large
5519         alignments.
5520
5521         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
5522         and do not expect to be able to link the executable.
5523
5524         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
5525         fail because the COFF format does not support the weak attribute.
5526
5527 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
5528
5529         * g77.dg/pr5473.f:  New test
5530
5531 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
5532
5533         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
5534         Fix testcase accordingly.
5535
5536 2002-02-04  Richard Henderson  <rth@redhat.com>
5537
5538         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
5539         (buf): Change to be an array of pointers, not ints.
5540
5541 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
5542
5543         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
5544         before all tests.  Move warning one line above to match where it
5545         C frontend emits.
5546         * gcc.dg/Wswitch-2.c: New test.
5547         * g++.dg/warn/Wswitch-1.C: New test.
5548         * g++.dg/warn/Wswitch-2.C: New test.
5549
5550 2002-02-04  Richard Henderson  <rth@redhat.com>
5551
5552         * g++.dg/abi/offsetof.C: Fix size comparison.
5553
5554 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
5555
5556         * gcc.dg/cast-qual-2.c: New test.
5557
5558 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
5559
5560         * gcc.dg/20020201-4.c: New test.
5561
5562 2002-02-04  Ben Elliston  <bje@redhat.com>
5563
5564         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
5565         target_info attribute != 0, in addition to the empty string.
5566         (gcc_target_compile): Likewise.
5567
5568 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
5569
5570         * gcc.dg/Wswitch.c: New test.
5571         PR gcc/4475. PR gcc/3780.
5572
5573 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
5574
5575         * g77.f-torture/execute/5122.f: New test for regressions
5576         against PR fortran/5122.
5577
5578 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
5579
5580         * g77.f-torture/compile/pr3743.f: Delete
5581         * g77.dg/pr3743-1.f: New test.
5582         * g77.dg/pr3743-2.f: New test.
5583         * g77.dg/pr3743-3.f: New test.
5584         * g77.dg/pr3743-4.f: New test.
5585
5586 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
5587
5588         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
5589
5590 2002-02-02  Richard Henderson  <rth@redhat.com>
5591
5592         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
5593         * gcc.c-torture/execute/bf64-1.c: Likewise.
5594
5595 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
5596
5597         * gcc.dg/20020201-2.c: New test.
5598
5599         * gcc.dg/20020201-3.c: New test.
5600
5601         * gcc.c-torture/execute/bitfld-2.c: New test.
5602
5603 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
5604
5605         * gcc.dg/bitfld-1.c: Update.
5606         * gcc.dg/bitfld-2.c: Update.
5607         * gcc.c-torture/execute/bitfld-1.x: New.
5608
5609 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
5610
5611         * gcc.c-torture/execute/20020201-1.c: New test.
5612
5613 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
5614
5615         PR target/5469
5616         * gcc.dg/20020201-1.c: New test.
5617
5618 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
5619
5620         PR fortran/3743
5621         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
5622         * g77.f-torture/compile/pr3743.x: Remove
5623
5624 2002-01-31  Tom Rix  <trix@redhat.com>
5625
5626         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
5627
5628 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
5629
5630         * gcc.dg/noncompile/20020130-1.c: New test.
5631
5632 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
5633
5634         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
5635
5636 2002-01-29  Richard Henderson  <rth@redhat.com>
5637
5638         * gcc.c-torture/execute/991118-1.c: Cast various constants back
5639         to long long.
5640         * gcc.c-torture/execute/bf64-1.c: Likewise.
5641
5642 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
5643
5644         * gcc.c-torture/execute/20020129-1.c: New test.
5645
5646 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
5647
5648         * gcc.c-torture/compile/20000224-1.c: Update.
5649         * gcc.c-torture/execute/bitfld-1.c: New tests.
5650         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
5651         * gcc.dg/uninit-A.c: Update.
5652
5653 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
5654
5655         * g++.dg/template/ctor1.C: Add instantiation.
5656
5657 2002-01-28  Paul Koning  <pkoning@equallogic.com>
5658
5659         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
5660         argument to __builtin_prefetch to be const ptr.
5661
5662 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
5663
5664         * gcc.c-torture/compile/20020120-1.c: New test.
5665
5666 2002-01-27  Kazu Hirata  <kazu@hxi.com>
5667
5668         * gcc.c-torture/execute/20020127-1.c: New test.
5669
5670 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
5671
5672         * g77.dg/f77-edit-i-in.f: New test
5673         * g77.dg/f77-edit-i-out.f: New test
5674
5675 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
5676
5677         * gcc.dg/debug/debug.exp: New file.
5678         * gcc.dg/debug/trivial.c: New file.
5679         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
5680         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
5681         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
5682         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
5683         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
5684         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
5685         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
5686         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
5687         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
5688         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
5689         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
5690         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
5691         * gcc.dg/20000503-1.c: Removed.
5692         * gcc.dg/20010207-1.c: Removed.
5693         * gcc.dg/20011223-1.c: Removed.
5694         * gcc.dg/20020104-2.c: Removed.
5695         * gcc.dg/debug-1.c: Removed.
5696         * gcc.dg/debug-2.c: Removed.
5697         * gcc.dg/debug-3.c: Removed.
5698         * gcc.dg/debug-4.c: Removed.
5699         * gcc.dg/debug-5.c: Removed.
5700         * gcc.dg/debug-6.c: Removed.
5701         * gcc.dg/dwarf2-1.c: Removed.
5702         * gcc.dg/dwarf2-2.c: Removed.
5703
5704 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
5705
5706         * g++.old-deja/g++.other/eh5.C: New test.
5707         * g++.old-deja/g++.other/sibcall2.C: New test.
5708         * g++.old-deja/g++.other/array9.C: New test.
5709         * g++.old-deja/g++.other/typename2.C: New test.
5710         * g++.old-deja/g++.other/crash60.C: New test.
5711         * g++.old-deja/g++.other/conv9.C: New test.
5712         * g++.old-deja/g++.other/mangle10.C: New test.
5713         * g++.old-deja/g++.other/unchanging1.C: New test.
5714         * g++.old-deja/g++.other/exprstmt1.C: New test.
5715         * g++.old-deja/g++.other/inline23.C: New test.
5716         * g++.old-deja/g++.eh/ia64-1.C: New test.
5717         * g++.old-deja/g++.other/dwarf2-1.C: New test.
5718         * g++.old-deja/g++.other/reload1.C: New test.
5719         * g++.old-deja/g++.other/static20.C: New test.
5720         * g++.old-deja/g++.other/local-alloc1.C: New test.
5721         * g++.old-deja/g++.other/conv8.C: New test.
5722         * g++.old-deja/g++.other/stmtexpr2.C: New test.
5723         * g++.old-deja/g++.other/storeexpr1.C: New test.
5724         * g++.old-deja/g++.other/storeexpr2.C: New test.
5725         * g++.dg/eh/template2.C: New test.
5726         * g++.dg/warn/weak1.C: New test.
5727
5728 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
5729
5730         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
5731         Remove first, non-varying, argument.
5732
5733 2002-01-23  Richard Henderson  <rth@redhat.com>
5734
5735         * gcc.dg/inline-2.c: New.
5736
5737         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
5738         Add optional target arg.  Check number of arguments.
5739         (scan-assembler-not, scan-assembler-dem): Likewise.
5740         (scan-assembler-dem-not): Likewise.
5741
5742 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
5743
5744         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
5745         line 12.
5746         * g++.old-deja/g++.brendan/parse3.C,
5747         g++.old-deja/g++.other/crash26.C,
5748         g++.old-deja/g++.other/crash28.C,
5749         g++.old-deja/g++.other/crash29.C,
5750         g++.old-deja/g++.other/crash30.C,
5751         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
5752
5753 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
5754
5755         * gcc.dg/20020115-1.c: New.
5756
5757 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
5758
5759         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
5760
5761 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
5762
5763         * gcc.dg/20020122-3.c: New.
5764
5765 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
5766
5767         * g++.dg/other/gc1.C: New test.
5768
5769 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
5770
5771         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
5772
5773 2002-01-22  Richard Henderson  <rth@redhat.com>
5774
5775         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
5776
5777 2002-01-22  Richard Henderson  <rth@redhat.com>
5778
5779         * gcc.dg/20020122-4.c: New.
5780
5781 2002-01-22  H.J. Lu <hjl@gnu.org>
5782
5783         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
5784         link output.
5785         * gcc.dg/special/ecos.exp: Likewise.
5786         * lib/g++-dg.exp: Likewise.
5787         * lib/g77-dg.exp: Likewise.
5788         * lib/gcc-dg.exp : Likewise.
5789         * lib/mike-g++.exp: Likewise.
5790         * lib/mike-g77.exp: Likewise.
5791         * lib/mike-gcc.exp: Likewise.
5792         * lib/objc-dg.exp: Likewise.
5793
5794 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
5795
5796         PR target/5379
5797         * gcc.dg/20020122-2.c: New test.
5798
5799 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
5800
5801         * gcc.dg/20020122-1.c: New test.
5802
5803 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
5804
5805         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
5806
5807 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
5808
5809         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
5810
5811 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5812
5813         * gcc.c-torture/compile/20020121-1.c: New test.
5814
5815 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5816
5817         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
5818         ld_library_path.
5819
5820 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
5821
5822         * gcc.dg/20020218-1.c: New test.
5823
5824 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
5825
5826         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
5827         messages
5828         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
5829         "At global scope" warning
5830         * g++.dg/ext/align1.C: Change cygwin test for alignment
5831         from db-bogus to dg-warning
5832
5833 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
5834
5835         * g77.f-torture/compile/cpp2.F: New test.
5836
5837 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
5838
5839         * g++.dg/template/access1.C: New test.
5840
5841 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
5842
5843         * gcc.dg/20020118-1.c: New.
5844
5845 2002-01-18  Kazu Hirata  <kazu@hxi.com>
5846
5847         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
5848
5849 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
5850
5851         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
5852         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
5853         alignment warnings.
5854
5855 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
5856
5857         * gcc.misc-tests/i386-prefetch.exp: Save and restore
5858         torture_with_loops and torture_without_loops
5859
5860 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
5861
5862         * gcc.c-torture/compile/20020116-1.c: New test.
5863
5864 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
5865
5866         * gcc.dg/20020116-2.c: New test.
5867
5868         * gcc.dg/ultrasp4.c: New test.
5869
5870         * gcc.dg/20020116-1.c: New test.
5871
5872 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
5873
5874         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
5875         by EABI.
5876
5877 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
5878
5879         * gcc.misc-tests/i386-prefetch.exp: New.
5880         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
5881         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
5882         * gcc.misc-tests/i386-pf-none-1.c: New test.
5883         * gcc.misc-tests/i386-pf-sse-1.c: New test.
5884
5885 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
5886
5887         * gcc.dg/gnu89-init-1.c: Add new tests.
5888
5889 2002-01-15  Andreas Jaeger  <aj@suse.de>
5890
5891         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
5892         * gcc.dg/i386-mmx-2.c: Likewise.
5893         * gcc.dg/i386-sse-1.c: Likewise.
5894         * gcc.dg/i386-sse-2.c: Likewise.
5895         * gcc.dg/i386-sse-3.c: Likewise.
5896
5897 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
5898
5899         * g77.f-torture/execute/intrinsic-unix-bessel.f:
5900         Uncomment additional cases that now pass.
5901
5902 2002-01-11  Richard Henderson  <rth@redhat.com>
5903
5904         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
5905         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
5906
5907 2002-01-11  Nicola Pero  <n.pero@mi.flashnet.it>
5908
5909         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
5910
5911 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
5912
5913         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
5914         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
5915
5916 2002-01-10  Dale Johannesen  <dalej@apple.com>
5917
5918         * gcc.c-torture/execute/loop-11.c: New.
5919
5920 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
5921
5922         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
5923         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
5924
5925 2002-01-09  Richard Henderson  <rth@redhat.com>
5926
5927         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
5928         type in which to perform the operation for each size.
5929
5930 2002-01-09  Alan Matsuoka  (alanm@redhat.com)
5931
5932         * gcc.c-torture/compile/20020109-2.c: New test.
5933
5934 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
5935
5936         * gcc.c-torture/execute/loop-10.c: New test.
5937
5938 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
5939
5940         * gcc.c-torture/compile/20010226-1.c: New test.
5941         * gcc.c-torture/compile/20010227-1.c: New test.
5942         * gcc.c-torture/compile/20010426-1.c: New test.
5943         * gcc.c-torture/compile/20010510-1.c: New test.
5944         * gcc.c-torture/compile/20010605-3.c: New test.
5945         * gcc.c-torture/compile/20010824-1.c: New test.
5946         * gcc.c-torture/execute/20010409-1.c: New test.
5947         * gcc.dg/noncompile/20000901-1.c: New test.
5948         * gcc.dg/20001023-1.c: New test.
5949         * gcc.dg/20001101-1.c: New test.
5950         * gcc.dg/20001102-1.c: New test.
5951         * gcc.dg/20010207-1.c: New test.
5952         * gcc.dg/20010405-1.c: New test.
5953         * gcc.dg/20010822-1.c: New test.
5954         * gcc.dg/20011107-1.c: New test.
5955
5956 2002-01-09  Jeffrey A Law  (law@redhat.com)
5957
5958         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
5959
5960         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
5961         execution failure on PA targets.
5962
5963 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
5964
5965         * gcc.c-torture/compile/20020109-1.c: New test.
5966
5967 2002-01-08  Kazu Hirata  <kazu@hxi.com>
5968
5969         * gcc.c-torture/execute/20020108-1.c: New test.
5970
5971 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
5972
5973         * gcc.dg/20020108-1.c: New test.
5974
5975 2002-01-08  H.J. Lu <hjl@gnu.org>
5976
5977         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
5978         for header files.
5979
5980 2002-01-08  Geoff Keating  <geoffk@redhat.com>
5981
5982         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
5983         consistency.
5984
5985 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
5986
5987         * gcc.dg/altivec-4.c: Test altivec predicates.
5988
5989 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
5990
5991         * gcc.c-torture/execute/20020107-1.c: New test.
5992
5993 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
5994
5995         PR c/5279
5996         * gcc.c-torture/compile/20020106-1.c: New test.
5997
5998 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
5999
6000         * gcc.c-torture/execute/nestfunc-4.c: New test.
6001
6002 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
6003
6004         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
6005         extra triple that slipped in.
6006         * g++.old-deja/g++.abi/align.C: Likewise.
6007         * g++.old-deja/g++.abi/bitfields.C: Likewise.
6008
6009 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
6010
6011         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
6012         * g++.old-deja/g++.abi/align.C: Likewise.
6013         * g++.old-deja/g++.abi/bitfields.C: Likewise.
6014
6015         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
6016         on FreeBSD/i386.
6017         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
6018         FreeBSD.
6019
6020 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
6021
6022         * gcc.dg/20020104-1.c: New test.
6023
6024         * gcc.dg/20020104-2.c: New test.
6025
6026 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
6027
6028         * gcc.dg/20020103-1.c: Fix typo in target selector.
6029
6030 2002-01-03  Richard Henderson  <rth@redhat.com>
6031
6032         * gcc.dg/20020103-1.c: New.
6033
6034 2002-01-03  Kazu Hirata  <kazu@hxi.com>
6035
6036         * gcc.c-torture/execute/20020103-1.c: New test.
6037
6038 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
6039
6040         * g++.dg/other/debug2.C: New test.
6041
6042         * gcc.c-torture/compile/20020103-1.c: New test.
6043
6044 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
6045
6046         * gcc.dg/gnu89-init-1.c: Added new tests.
6047
6048 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
6049
6050         * g++.dg/template/friend2.C: Remove as patch is reverted.
6051
6052         * g++.dg/warn/oldcast1.C: New test.
6053
6054         * g++.dg/template/ptrmem1.C: New test.
6055         * g++.dg/template/ptrmem2.C: New test.
6056
6057         * g++.dg/template/ntp.C: New test.
6058
6059         * g++.dg/other/component1.C: New test.
6060
6061         * g++.dg/template/ttp3.C: New test.
6062
6063         * g++.dg/template/friend2.C: New test.
6064         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
6065
6066 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
6067
6068         * g++.dg/other/ptrmem1.C: New test.
6069         * g++.dg/other/ptrmem2.C: New test.
6070
6071 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
6072
6073         * g++.dg/template/ctor1.C: New test.
6074
6075 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
6076
6077         * g++.dg/template/friend2.C: New test.
6078
6079 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
6080
6081         * gcc.dg/mmix-1.c: New test.
6082
6083 2001-12-31  Richard Henderson  <rth@redhat.com>
6084
6085         * gcc.dg/asm-5.c: New.
6086
6087 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
6088
6089         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
6090         in namespace __gnu_cxx
6091
6092 2001-12-30  Richard Henderson  <rth@redhat.com>
6093
6094         * gcc.dg/debug-6.c: New.
6095
6096 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
6097
6098         * gcc.c-torture/compile/20011229-2.c: New test.
6099
6100 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
6101
6102         * gcc.dg/debug-3.c: New test.
6103         * gcc.dg/debug-4.c: New test.
6104         * gcc.dg/debug-5.c: New test.
6105
6106 2001-12-29  Richard Henderson  <rth@redhat.com>
6107
6108         * g++.dg/eh/loop1.C: New.
6109
6110 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
6111
6112         * g++.dg/template/crash1.C: New test.
6113
6114 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
6115
6116         * g++.dg/other/const1.C: New test.
6117
6118 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
6119
6120         * gcc.c-torture/compile/20011229-1.c: New test.
6121
6122 2001-12-28  Stan Shebs  <shebs@apple.com>
6123
6124         * lib/objc-torture.exp: Resync with c-torture.exp.
6125         * lib/objc.exp: Load standard libraries.
6126
6127 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
6128
6129         * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
6130         additional tests.
6131
6132 2001-12-27  Roger Sayle <roger@eyesopen.com>
6133
6134         * gcc.c-torture/execute/string-opt-16.c: New testcase.
6135
6136 2001-12-27  Richard Henderson  <rth@redhat.com>
6137
6138         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
6139
6140 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
6141
6142         * g++.dg/eh/ctor1.C: New test.
6143         * g++.dg/other/error2.C: New test.
6144
6145 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
6146
6147         * g++.dg/other/init2.C: New test.
6148
6149 2001-12-24  Richard Henderson  <rth@redhat.com>
6150
6151         * gcc.dg/20011223-1.c: New.
6152         * gcc.dg/inline-1.c: New.
6153
6154 2001-12-23  Richard Henderson  <rth@redhat.com>
6155
6156         * gcc.dg/asm-4.c: Test operand modifiers.
6157
6158 2001-12-23  Richard Henderson  <rth@redhat.com>
6159
6160         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
6161
6162 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
6163
6164         * gcc.c-torture/execute/20011223-1.c: New test.
6165
6166 2001-12-21  Richard Henderson  <rth@redhat.com>
6167
6168         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
6169         re-enables the warning.
6170
6171 2001-12-21  Richard Henderson  <rth@redhat.com>
6172
6173         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
6174
6175 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
6176
6177         * gcc.c-torture/compile/20011218-1.c: New test.
6178
6179 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
6180
6181         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
6182         arm-isr.c test.
6183         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
6184         epilogue generation for ARM ISR routines.
6185
6186 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6187
6188         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
6189         * gcc.dg/format/c90-printf-3.c: Likewise.
6190         * gcc.dg/format/c99-printf-3.c: Likewise.
6191         * gcc.dg/format/ext-1.c: Likewise.
6192         * gcc.dg/format/ext-6.c: Likewise.
6193         * gcc.dg/format/format.h: Prototype unlocked stdio.
6194
6195 2001-12-20  Richard Henderson  <rth@redhat.com>
6196
6197         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
6198         (arena): Use it.
6199         (malloc): Correct allocation logic.  Abort if we fill up the
6200         arena before initialization complete.
6201         (realloc): Correct allocation logic.
6202
6203 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
6204
6205         * gcc.c-torture/compile/20011219-2.c: New test.
6206
6207         * gcc.c-torture/execute/20011219-1.c: New test.
6208
6209 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
6210
6211         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
6212         target does not support weak symbols.
6213
6214 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
6215
6216         * gcc.c-torture/compile/20011219-1.c: New test.
6217
6218 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
6219
6220         * g++.dg/other/error1.C: New test.
6221
6222 2001-12-17  Jeffrey A Law  (law@redhat.com)
6223
6224         * gcc.c-torture/execute/20011217-1.c: New test.
6225
6226 2001-12-17  Nicola Pero  <nicola@brainstorm.co.uk>
6227
6228         * objc.dg/special/: New directory.
6229         * objc.dg/special/special.exp: New file.
6230         * objc.dg/special/unclaimed-category-1.h: New file.
6231         * objc.dg/special/unclaimed-category-1a.m: New file.
6232         * objc.dg/special/unclaimed-category-1.m: New file.
6233
6234 2001-12-17  Andreas Jaeger  <aj@suse.de>
6235
6236         * gcc.c-torture/compile/20011217-2.c: New test.
6237
6238 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
6239
6240         * gcc.c-torture/compile/20011217-1.c: New test.
6241
6242 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
6243
6244         * testsuite/gcc.dg/20011214-1.c: New.
6245
6246 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
6247
6248         * gcc.dg/altivec-4.c: New.
6249
6250 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
6251
6252         * gcc.dg/20011113-1.c: New test.
6253
6254 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6255
6256         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
6257         std::__malloc_alloc_template<0> and
6258         std::__default_alloc_template<false, 0>.
6259
6260 2001-12-13  Nicola Pero  <n.pero@mi.flashnet.it>
6261
6262         * objc/execute/bf-21.m: New test.
6263         * objc/execute/enumeration-1.m: New test.
6264         * objc/execute/enumeration-2.m: New test.
6265
6266 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
6267
6268         * gcc.dg/gnu89-init-1.c: New test.
6269
6270 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
6271
6272         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
6273         * g++.old-deja/g++.jason/2371.C: Likewise.
6274         * g++.old-deja/g++.jason/template33.C: Likewise.
6275         * g++.old-deja/g++.jason/template34.C: Likewise.
6276         * g++.old-deja/g++.jason/template36.C: Likewise.
6277         * g++.old-deja/g++.oliva/typename1.C: Likewise.
6278         * g++.old-deja/g++.oliva/typename2.C: Likewise.
6279         * g++.old-deja/g++.other/typename1.C: Likewise.
6280         * g++.old-deja/g++.pt/inherit2.C: Likewise.
6281         * g++.old-deja/g++.pt/nontype5.C: Likewise.
6282         * g++.old-deja/g++.pt/typename11.C: Likewise.
6283         * g++.old-deja/g++.pt/typename14.C: Likewise.
6284         * g++.old-deja/g++.pt/typename16.C: Likewise.
6285         * g++.old-deja/g++.pt/typename3.C: Likewise.
6286         * g++.old-deja/g++.pt/typename4.C: Likewise.
6287         * g++.old-deja/g++.pt/typename5.C: Likewise.
6288         * g++.old-deja/g++.pt/typename7.C: Likewise.
6289         * g++.old-deja/g++.robertl/eb9.C: Likewise.
6290
6291 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
6292
6293         * g++.dg/other/linkage1.C: New test.
6294         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
6295         specifiers.
6296
6297 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
6298
6299         * gcc.dg/concat.c: New test.
6300
6301 2001-12-11  Stan Shebs  <shebs@apple.com>
6302
6303         * objc/compile: New test directory.
6304         * objc/compile/compile.exp: New expect script.
6305         * objc/compile/20011211-1.m: New compile test.
6306
6307 2001-12-11  Jason Merrill  <jason@redhat.com>
6308
6309         * lib/prune.exp (prune_gcc_output): Also handle "In member
6310         function".  So many permutations...
6311
6312 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
6313
6314         * g++.dg/template/typedef1.C: New test.
6315
6316 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
6317
6318         * g++.dg/other/copy1.C: New test.
6319
6320 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
6321
6322         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
6323
6324         * gcc.dg/builtin-choose-expr.c: New.
6325
6326 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
6327
6328         * gcc.dg/altivec-2.c: New.
6329
6330 2001-12-07  Richard Henderson  <rth@redhat.com>
6331
6332         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
6333
6334 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
6335
6336         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
6337         ultrasparc.
6338
6339 2001-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6340
6341         * g++-old.deja/g++.robertl/eb101.C: Deleted.
6342
6343 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
6344
6345         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
6346         variable argument list.
6347
6348 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
6349
6350         * gcc.c-torture/execute/memcheck: Delete entire directory.
6351         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
6352         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
6353
6354 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
6355
6356         * gcc.dg/Wshadow-1.c: New test.
6357
6358 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
6359
6360         * gcc.c-torture/compile/20011130-1.c: New test.
6361
6362         * gcc.dg/noncompile/20011025-1.c: New test.
6363
6364         * g++.dg/other/anon-union.C: New test.
6365
6366         * gcc.c-torture/execute/20011024-1.c: New test.
6367
6368 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
6369
6370         * gcc.c-torture/execute/20000722-1.x,
6371         gcc.c-torture/execute/20010123-1.x: Remove.
6372         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
6373         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
6374         gcc.dg/c99-complit-2.c: New tests.
6375
6376 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
6377
6378         * g++.dg/inherit/base1.C: New test.
6379
6380 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
6381
6382         * g++.dg/other/stdarg1.C: New test.
6383
6384         * gcc.c-torture/compile/20011130-2.c: New test.
6385
6386 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
6387
6388         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
6389         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
6390         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
6391         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
6392         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
6393         * gcc.dg/builtin-prefetch-1.c: New test.
6394
6395 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
6396
6397         * gcc.dg/20011130-1.c: New test.
6398
6399 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
6400
6401         * g++.dg/other/scope1.C: New test.
6402         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
6403
6404 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
6405
6406         * gcc.dg/vla-init-1.c: New test.
6407
6408 2001-12-01  Geoff Keating  <geoffk@redhat.com>
6409
6410         * gcc.c-torture/compile/structs.c: New testcase from GDB.
6411
6412 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
6413
6414         * objc.dg/alias.m: Update.
6415         * objc.dg/class-1.m: Update.
6416         * objc.dg/const-str-1.m: Update.
6417         * objc.dg/fwd-proto-1.m: Update.
6418         * objc.dg/id-1.m: Update.
6419         * objc.dg/super-class-1.m: Update.
6420
6421 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
6422
6423         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
6424         constructs.
6425
6426 2001-11-28  Jeffrey A Law  (law@cygnus.com)
6427
6428         * gcc.c-torture/execute/20011128-1.c: New test.
6429
6430 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
6431
6432         * gcc.dg/20011127-1.c: New test.
6433
6434 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
6435
6436         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
6437         from Austin Group draft 7.
6438         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
6439         scanf format arguments.
6440         * gcc.dg/format/no-exargs-2.c: New test.
6441
6442 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
6443
6444         * g++.dg/abi/vbase8-4.C: New test.
6445
6446 2001-11-24  Ian Lance Taylor  <ian@airs.com>
6447
6448         * gcc.c-torture/execute/20011121-1.c: New test.
6449
6450 2001-11-23  Jeffrey A Law  (law@cygnus.com)
6451
6452         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
6453
6454 2001-11-23  Andreas Jaeger  <aj@suse.de>
6455
6456         * gcc.dg/cpp/charconst-2.c: New test.
6457
6458 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
6459
6460         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
6461         to the host if it is remote.  Let tests specify extra headers
6462         they use.
6463         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
6464         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
6465         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
6466         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
6467         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
6468         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
6469         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
6470         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
6471         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
6472         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
6473
6474 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
6475
6476         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
6477         for little endian ARMs.
6478
6479 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
6480
6481         * gcc.c-torture/compile/20011119-1.c: New test.
6482         * gcc.c-torture/compile/20011119-2.c: New test.
6483
6484 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
6485
6486         * gcc.dg/altivec-1.c: Fix typo.
6487
6488 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
6489
6490         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
6491
6492 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
6493
6494         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
6495
6496 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
6497
6498         * lib/g77.exp: Don't specify --rpath-link.
6499
6500         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
6501         across all the headers.
6502         * gcc.dg/format/format.exp: For testing on a remote host,
6503         copy format.h.
6504
6505         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
6506         * gcc.c-torture/execute/930406-1.c: Likewise.
6507         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
6508
6509 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
6510
6511         * gcc.dg/altivec-1.c: New.
6512
6513 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
6514
6515         * gcc.dg/cpp/fpreprocessed.c: New test case.
6516
6517 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
6518
6519         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
6520         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
6521         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
6522
6523 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
6524
6525         * gcc.dg/no-builtin-1.c: New test.
6526
6527 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
6528
6529         * gcc.c-torture/execute/20011115-1.c: New test.
6530
6531 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
6532
6533         * gcc.c-torture/compile/20011114-2.c: New test.
6534         * gcc.c-torture/compile/20011114-3.c: New test.
6535         * gcc.c-torture/compile/20011114-4.c: New test.
6536
6537 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
6538
6539         * g++.dg/other/init1.C: New test.
6540
6541 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
6542
6543         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
6544         message.
6545
6546         * gcc.c-torture/execute/20011114-1.c: New testcase.
6547
6548         * gcc.c-torture/compile/20010327-1.c: Revert last change.
6549         * gcc.c-torture/compile/20011114-1.c: New test, exactly
6550         like the (before this change) version of 20010327-1.c.
6551
6552 2001-11-14  Roger Sayle <roger@eyesopen.com>
6553
6554         * gcc.c-torture/execute/string-opt-13.c: New testcase.
6555
6556 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
6557
6558         * g++.dg/init/array2.C: New test.
6559
6560 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
6561
6562         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
6563
6564 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
6565
6566         * g++.dg/other/forscope1.C: New test.
6567         * g++.dg/ext/forscope1.C: New test.
6568         * g++.dg/ext/forscope2.C: New test.
6569
6570 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
6571
6572         * gcc.c-torture/execute/20011113-1.c: New test.
6573
6574 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
6575
6576         * gcc.c-torture/execute/20011109-2.c: New test.
6577
6578         * gcc.c-torture/execute/20011109-1.c: New test.
6579
6580 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
6581
6582         * gcc.c-torture/compile/20011109-1.c: New test.
6583
6584 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
6585
6586         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
6587         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
6588         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
6589         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
6590         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
6591         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
6592         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
6593
6594 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
6595
6596         * g++.dg/warn/Wshadow-1.C: New tests.
6597         * g++.old-deja/g++.mike/for3.C: Update.
6598
6599 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
6600
6601         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
6602         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
6603         XFAILs.  Adjust expected error texts.
6604         * gcc.c-torture/compile/20011106-1.c,
6605         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
6606         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
6607         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
6608         gcc.dg/c99-array-lval-5.c: New tests.
6609
6610 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
6611
6612         * gcc.dg/cpp/defined.c: Update.
6613
6614 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
6615
6616         * gcc.c-torture/execute/anon-1.c: New test.
6617
6618 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
6619
6620         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
6621         same size, so no warning should be produced on stormy16.
6622
6623         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
6624         due to oversized array.
6625         * g++.old-deja/g++.mike/ns15.C: Likewise.
6626         * g++.old-deja/g++.pt/crash16.C: Likewise.
6627
6628 2001-11-02  Graham Stott  <grahams@redhat.com>
6629
6630         * g++.dgother/debug1.C: Fix typos.
6631
6632 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
6633
6634         * g++.dg/other/debug1.C: New test.
6635
6636 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
6637
6638         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
6639         of unsigned long.
6640
6641 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
6642
6643         * gcc.dg/20011029-2.c: New test.
6644
6645         * gcc.c-torture/compile/20011029-1.c: New test.
6646
6647 2001-10-29  Nicola Pero  <n.pero@mi.flashnet.it>
6648
6649         * objc/execute/class_self-1.m: New test.
6650         * objc/execute/class_self-2.m: New test.
6651
6652 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
6653
6654         * gcc.misc-tests/msgs.exp: Delete.
6655         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
6656         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
6657         error set to match recent changes.
6658
6659 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
6660
6661         * gcc.dg/20011021-1.c: New test.
6662
6663 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
6664
6665         * gcc.c-torture/compile/20011023-1.c: New test.
6666
6667 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
6668
6669         * lib/g77.exp: Rewrite based on lib/g++.exp.
6670
6671 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
6672
6673         * gcc.c-torture/execute/20011019-1.c: New test.
6674
6675         * gcc.dg/20011018-1.c: New test.
6676
6677 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
6678
6679         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
6680
6681 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
6682
6683         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
6684         * gcc.dg/attr-invalid.c: Likewise.
6685
6686 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
6687
6688         * testsuite/gcc.dg/20011015-1.c: New test.
6689
6690 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
6691
6692         * g++.dg/template/unify2.C: New test.
6693
6694 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
6695
6696         * g++.dg/other/exception-specification.C: New test
6697
6698 2001-10-13  Tom Rix  <trix@redhat.com>
6699
6700         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
6701         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
6702
6703 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
6704
6705         * testsuite/gcc.dg/20011009-1.c: New test.
6706
6707 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
6708
6709         PR g++/4476
6710         * g++.dg/other/friend1.C: New test.
6711
6712 2001-10-11  Richard Henderson  <rth@redhat.com>
6713
6714         * g++.old-deja/g++.other/crash18.C: Add -S to options.
6715
6716 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6717
6718         * gcc.c-torture/compile/20011010-1.c: New.
6719
6720 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
6721
6722         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
6723         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
6724         g77.f-torture/execute/execute.exp,
6725         g77.f-torture/noncompile/noncompile.exp,
6726         gcc.c-torture/compile/compile.exp,
6727         gcc.c-torture/execute/execute.exp,
6728         gcc.c-torture/execute/ieee/ieee.exp,
6729         gcc.c-torture/execute/memcheck/memcheck.exp,
6730         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
6731         objc/execute/execute.exp: Update FSF address.
6732
6733 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
6734
6735         * gcc.dg/cpp/cmdlne-C.c: Update.
6736         * gcc.dg/cpp/cmdlne-C2.c: New.
6737
6738 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6739
6740         * gcc.c-torture/execute/20011008-3.c: New.
6741
6742 2001-10-08  DJ Delorie  <dj@redhat.com>
6743
6744         * gcc.dg/20011008-1.c: New.
6745         * gcc.dg/20011008-2.c: New.
6746
6747 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
6748
6749         * gcc.dg/cpp/spacing1.c: Update test.
6750
6751 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
6752
6753         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
6754         spelling errors of "separate" as "seperate".
6755
6756 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
6757
6758         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
6759         enough to avoid inlining.
6760
6761 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
6762
6763         * lib/g77.exp: set libg2c_dir correctly.
6764
6765 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
6766
6767         * gcc.dg/cpp/macro11.c: New test.
6768
6769 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
6770
6771         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
6772         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
6773         gcc.dg/format/multattr-3.c: New tests.
6774         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
6775         tests for format attributes on function pointers being rejected.
6776
6777 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
6778
6779         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
6780
6781 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
6782
6783         * g++.dg/warn/format1.C: New test.
6784
6785 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
6786
6787         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
6788
6789 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
6790
6791         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
6792
6793 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
6794
6795         * gcc.dg/cpp/redef2.c: Add test.
6796
6797 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
6798
6799         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
6800         long-standing bug on i686, apparently.
6801         * gcc.c-torture/execute/loop-2c.x: New file.
6802         * gcc.c-torture/execute/loop-2d.x: New file.
6803         * gcc.c-torture/execute/loop-3c.x: New file.
6804
6805 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
6806
6807         * gcc.dg/cpp/20000625-2.c: Correct line number.
6808
6809 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
6810
6811         * gcc.dg/cpp/macro10.c: New test.
6812         * gcc.dg/cpp/strify3.c: New test.
6813         * gcc.dg/cpp/spacing1.c: Add tests.
6814         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
6815         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
6816
6817 2001-09-24  DJ Delorie  <dj@redhat.com>
6818
6819         * gcc.c-torture/execute/20010924-1.c: New test.
6820
6821 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
6822
6823         * testsuite/objc/execute/paste.m: Remove.
6824
6825 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
6826
6827         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
6828
6829 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
6830
6831         * g77.dg/strlen0.f: New test.
6832
6833 2001-09-21  Richard Henderson  <rth@redhat.com>
6834
6835         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
6836         * g++.old-deja/g++.abi/vtable2.C: Likewise.
6837
6838 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
6839
6840         Table-driven attributes.
6841         * g++.dg/ext/attrib1.C: New test.
6842
6843 2001-09-20  DJ Delorie  <dj@redhat.com>
6844
6845         * gcc.dg/20000926-1.c: Update expected warning messages.
6846         * gcc.dg/array-2.c: Likewise, and test for warnings too.
6847         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
6848         array.
6849
6850 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
6851
6852         * g++.dg/eh/registers1.C: New test case.
6853
6854 2001-09-17  Richard Henderson  <rth@redhat.com>
6855
6856         * gcc.dg/array-5.c: Fix VLA decomposition test.
6857
6858 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
6859
6860         * gcc.dg/cpp/line5.c: New testcase.
6861
6862 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
6863
6864         * gcc.dg/cpp/macro9.c: New test.
6865
6866 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
6867
6868         * gcc.c-torture/execute/980223.c: Change type of addr from long
6869         to char *.
6870
6871 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
6872
6873         * gcc.c-torture/execute/20010915-1.c: New test.
6874
6875 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
6876
6877         * g77.dg/bprob: New directory.
6878         * g77.dg/bprob/bprob.exp: New file.
6879         * g77.dg/bprob/bprob-1.f: New test.
6880         * g77.dg/gcov: New directory.
6881         * g77.dg/gcov/gcov.exp: New file.
6882         * g77.dg/gcov/gcov-1.f: New test.
6883         * g77.dg/gcov/gcov-1.x: New file.
6884
6885 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
6886
6887         * gcc.dg/cpp/directiv.c: Update.
6888         * gcc.dg/cpp/undef1.c: Update.
6889
6890 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
6891
6892         * gcc.dg/20010912-1.c: New test.
6893
6894 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
6895
6896         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
6897         language-independent file in lib.
6898         * lib/gcov.exp: New file.
6899
6900 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
6901
6902         * gcc.c-torture/compile/20010911-1.c: New test.
6903
6904 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
6905
6906         * lib/profopt.exp: New, to support profile-directed optimizations.
6907         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
6908         * gcc.misc-tests/bprob-1.c: New test.
6909         * gcc.misc-tests/bprob-2.c: New test.
6910
6911 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
6912
6913         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
6914         XFAIL and which kinds of gcov output to verify.
6915         * gcc.misc-tests/gcov-4b.x: New file.
6916         * gcc.misc-tests/gcov-5b.x: New file.
6917         * gcc.misc-tests/gcov-6.x: New file.
6918         * gcc.misc-tests/gcov-7.c: New test.
6919         * gcc.misc-tests/gcov-7.x: New file.
6920
6921 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
6922
6923         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
6924         * gcc.misc-tests/gcov-6.c: New test.
6925
6926 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
6927
6928         PR c++/3986
6929         * g++.dg/abi/vbase1.C: New test.
6930
6931 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
6932
6933         * objc.dg/method-2.m: New.
6934
6935 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
6936
6937         PR c++/4203
6938         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
6939         * g++.dg/init/empty1.C: New test.
6940
6941 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
6942
6943         * gcc.c-torture/compile/20010903-1.c: New test.
6944
6945 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
6946
6947         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
6948         for m68k.
6949
6950 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
6951
6952         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
6953
6954         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
6955
6956         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
6957
6958 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
6959
6960         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
6961         for 16-bit 'unsigned int'.
6962
6963 2001-08-29  Kazu Hirata  <kazu@hxi.com>
6964
6965         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
6966
6967 2001-08-27  Richard Henderson  <rth@redhat.com>
6968
6969         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
6970         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
6971
6972 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
6973
6974         * gcc.dg/asm-names.c (ymain): New.
6975
6976 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
6977
6978         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
6979         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
6980         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
6981
6982 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6983
6984         * gcc.dg/compare5.c: New testcase.
6985
6986 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
6987
6988         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
6989         and "In instantiation".
6990
6991 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
6992
6993         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
6994
6995 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
6996
6997         * gcc.misc-tests/gcov.exp: Add support for branch information.
6998         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
6999         * gcc.misc-tests/gcov-4.c: New test.
7000         * gcc.misc-tests/gcov-4b.c: New test.
7001         * gcc.misc-tests/gcov-5b.c: New test.
7002
7003 2001-08-20  Zack Weinberg  <zackw@panix.com>
7004
7005         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
7006         expected to fail.
7007
7008 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7009
7010         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
7011
7012 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
7013
7014         * g++.dg/eh/template1.C: New test.
7015
7016 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
7017
7018         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
7019         Fix thinko.
7020         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
7021         for xfail.
7022
7023 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
7024
7025         * lib/g77-dg.exp:  Use prune.exp for common procedures
7026         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
7027         * lib/g77.exp: (g77-dg-prune) Remove
7028
7029 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
7030
7031         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
7032
7033 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7034
7035         * g++.dg/template/unify1.C: New test.
7036
7037 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
7038
7039         * g++.dg/abi/empty4.C: New test.
7040
7041 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
7042
7043         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
7044         solaris2.*
7045         * g77.f-torture/compile/pr3743.x: Likewise
7046
7047 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
7048
7049         * g++.dg/other/using-declaration.C: New test.
7050
7051 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
7052
7053         * gcc.dg/cpp/tr-sign.c: New testcase.
7054
7055 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
7056
7057         * gcc.dg/cpp/19951025-1.c: Revert.
7058         * gcc.dg/cpp/directiv.c: We no longer process directives that
7059         interrupt macro arguments.
7060
7061 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
7062
7063         * gcc.dg/bconstp-1.c: New test.
7064
7065 2001-08-03  Richard Henderson  <rth@redhat.com>
7066
7067         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
7068
7069 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
7070
7071         * gcc.dg/cpp/19951025-1.c: Update.
7072
7073 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
7074
7075         * g77.dg/ff90-1.f (s): Fix reference of variable z,
7076         should be x.
7077
7078 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
7079
7080         Kill -fhonor-std.
7081         * g++.old-deja/g++.ns/ns14.C: Remove special options.
7082         * g++.old-deja/g++.other/std1.C: Likewise.
7083         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
7084
7085 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
7086
7087         * lib/g77.exp:  Load gcc-defs.exp for common procedures
7088         (g77_pass, g77_fail, g77_finish, g77_exit,
7089         ${tool}_check_unsupported_p} Now redundant.  Deleted.
7090
7091 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
7092
7093         * g77.dg/fbackslash.f
7094         * g77.dg/fcase-preserve.f
7095         * g77.dg/ff90-1.f
7096         * g77.dg/ffixed-line-length-0.f
7097         * g77.dg/ffixed-line-length-132.f
7098         * g77.dg/ffixed-line-length-7.f
7099         * g77.dg/ffixed-line-length-72.f
7100         * g77.dg/ffixed-line-length-none.f
7101         * g77.dg/ffree-form-1.f
7102         * g77.dg/fno-backslash.f
7103         * g77.dg/fno-f90-1.f
7104         * g77.dg/fno-fixed-form-1.f
7105         * g77.dg/fno-onetrip.f
7106         * g77.dg/fno-typeless-boz.f
7107         * g77.dg/fno-underscoring.f
7108         * g77.dg/fno-vxt-1.f
7109         * g77.dg/fonetrip.f
7110         * g77.dg/ftypeless-boz.f
7111         * g77.dg/fugly-assumed.f
7112         * g77.dg/funderscoring.f
7113         * g77.dg/fvxt-1.f
7114
7115 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
7116
7117         * objc.dg/fwd-proto-1.m: New.
7118         * objc.dg/local-decl-1.m: New.
7119         * objc.dg/naming-1.m: New.
7120         * objc.dg/naming-2.m: New.
7121         * objc.dg/proto-hier-1.m: New.
7122
7123 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
7124
7125         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
7126         largest-type elements to a struct makes its size grow.
7127
7128 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
7129
7130         * g++.dg/abi/vthunk1.C: New test.
7131
7132 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
7133
7134         * g++.dg/abi/vbase8-22.C: New test.
7135
7136 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
7137
7138         * gcc.dg/cpp/macro8.c: New test.
7139
7140 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
7141
7142         * g++.dg/abi/vbase8-21.C: New test.
7143
7144 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
7145
7146         * g++.dg/abi/vbase8-10.C: New test.
7147
7148 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7149
7150         * lib/g++.exp (g++_set_ld_library_path): Renamed to
7151         ${tool}_set_ld_library_path.
7152         Changed caller.
7153         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
7154         g++.exp.
7155
7156 2001-07-26  Stan Cox <scox@redhat.com>
7157
7158         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
7159         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
7160         gcc_exit, gcc_check_unsupported_p):
7161         Moved to gcc-deps.exp
7162         * gcc-deps.exp: New file.
7163
7164 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7165
7166         * g++.old-deja/g++.pt/defarg14.C: New test.
7167
7168 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
7169
7170         * g++.old-deja/g++.other/lineno5.C: New test.
7171
7172 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
7173
7174         * g++.old-deja/g++.pt/crash68.C: New test.
7175
7176 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
7177
7178         * g++.old-deja/g++.other/crash42.C: New test.
7179
7180 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
7181
7182         * gcc.dg/cpp/extratokens.c: Fix.
7183         * gcc.dg/cpp/skipping2.c: New tests.
7184
7185 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7186
7187         * gcc.c-torture/execute/20010724-1.c: New file.
7188         * gcc.c-torture/execute/20010724-1.x: New file.
7189
7190 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
7191
7192         * g++.old-deja/g++.other/cond7.C: New test.
7193
7194 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
7195
7196         * g++.old-deja/g++.other/optimize4.C: New test.
7197
7198 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
7199
7200         * g++.old-deja/g++.abi/vbase8-5.C: New test.
7201
7202 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
7203
7204         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
7205         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
7206         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
7207         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
7208
7209         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
7210         bug report" message.
7211
7212         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
7213         * g++.dg/ext/instantiate1.C: Move from old-deja.
7214
7215 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
7216
7217         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
7218         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
7219         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
7220         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
7221
7222 2001-07-23  Jeffrey A Law  (law@cygnus.com)
7223
7224         * gcc.c-torture/execute/20010723-1.c: New test.
7225
7226 2001-07-23  Ben Elliston  <bje@redhat.com>
7227
7228         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
7229
7230 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7231
7232         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
7233         i[34567]86-*-*.
7234         Delete handling of ieee_multilib_flags.
7235         Pass -mieee for alpha*-*-* and sh-*-*.
7236         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
7237
7238 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
7239
7240         Remove old-abi tests.
7241         * g++.old-deja/g++.mike/p11116.C: Remove.
7242         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
7243
7244 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
7245
7246         * g77.f-torture/compile/pr3743.f:  New test
7247
7248 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
7249
7250         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
7251
7252 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7253
7254         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
7255         g++.old-deja/g++.pt/static6.C: Likewise.
7256         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
7257         supports weak symbols.
7258
7259 2001-07-18  Andreas Jaeger  <aj@suse.de>
7260
7261         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
7262         supported again.
7263
7264 2001-07-18  Andreas Jaeger  <aj@suse.de>
7265
7266         * gcc.dg/iftrap-1.c: Fix target line.
7267
7268 2001-07-17  Richard Henderson  <rth@redhat.com>
7269
7270         * gcc.c-torture/execute/20010717-1.c: New.
7271
7272 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
7273
7274         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
7275         tests.
7276
7277 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
7278
7279         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
7280
7281 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7282
7283         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
7284         UAC_SIGBUS, UAC_NOPRINT definitions.
7285
7286 2001-07-16  Nicola Pero  <n.pero@mi.flashnet.it>
7287
7288         * objc/execute/object_is_class.m: New test.
7289         * objc/execute/object_is_meta_class.m: New test.
7290
7291 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
7292
7293         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
7294         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
7295
7296 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
7297
7298         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
7299         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
7300
7301 2001-07-14  Richard Henderson  <rth@redhat.com>
7302
7303         * gcc.dg/iftrap-1.c: New.
7304
7305 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
7306
7307         * g77.f-torture/execute/intrinsic77.f: New test.
7308
7309 2001-07-11  Janis Johnson <janis@us.ibm.com>
7310
7311         * gcc.misc-tests/gcov-3.c: New test.
7312
7313 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
7314
7315         * gcc.c-torture/compile/20010711-1.c,
7316         * gcc.c-torture/compile/20010711-2.c: New tests.
7317
7318 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
7319
7320         * gcc.c-torture/execute/20010711-1.c: New test.
7321
7322 2001-07-11  Ben Elliston  <bje@redhat.com>
7323
7324         * g++.old-deja/g++.other/enum5.C: New test.
7325
7326 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
7327
7328         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
7329         (g++-dg-prune): Call prune_gcc_output.
7330         * prune.exp: New file for prune_gcc_output.
7331         * lib/g++.exp, lib/gcc.exp: Load it.
7332
7333 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
7334
7335         * gcc.c-torture/compile/20010701-1.c,
7336         g++.old-deja/g++.ext/attrib6.C: New tests.
7337
7338 2001-07-06  Jeffrey A Law  (law@cygnus.com)
7339
7340         * gcc.c-torture/compile/20010706-1.c: New test.
7341
7342 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
7343
7344         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
7345
7346 2001-06-28  Stan Shebs  <shebs@apple.com>
7347
7348         * gcc.dg/pragma-darwin.c: New test.
7349
7350 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7351
7352         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
7353         Solaris 2.[678] system.
7354
7355 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
7356
7357         * gcc.dg/20010622-1.c: New test.
7358
7359 2001-06-18  Stan Shebs  <shebs@apple.com>
7360
7361         * objc.dg: New directory.
7362         * objc.dg/dg.exp: New file.
7363         * objc.dg/alias.m: New.
7364         * objc.dg/class-1.m: New.
7365         * objc.dg/class-2.m: New.
7366         * objc.dg/const-str-1.m: New.
7367         * objc.dg/const-str-2.m: New.
7368         * objc.dg/id-1.m: New.
7369         * objc.dg/method-1.m: New.
7370         * objc.dg/super-class-1.m: New.
7371         * lib/objc-dg.exp: New file.
7372
7373 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7374
7375         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
7376         of label name.
7377
7378 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
7379
7380         * g++.old-deja/g++.abi/vbase8-9.C: New test.
7381
7382 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7383
7384         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
7385         variable.
7386
7387 2001-06-12  Richard Henderson  <rth@redhat.com>
7388
7389         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
7390
7391 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
7392
7393         * g++.old-deja/g++.abi/vbase5.C: New test.
7394         * g++.old-deja/g++.abi/vbase6.C: New test.
7395         * g++.old-deja/g++.abi/vbase7.C: New test.
7396
7397 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7398
7399         * gcc.c-torture/compile/20010610-1.c: New test.
7400
7401 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
7402
7403         * g++.old-deja/g++.abi/vbase4.C: New test.
7404
7405 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7406
7407         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
7408         support %f for HC11/HC12 targets.
7409         * gcc.c-torture/execute/930513-1.x: New file, likewise.
7410         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
7411         on HC11/HC12 targets.
7412         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
7413
7414 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7415
7416         * gcc.dg/wchar_t-1.c: New file.
7417         * gcc.dg/wint_t-1.c: Likewise.
7418
7419 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
7420
7421         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
7422
7423 2001-06-11  Richard Henderson  <rth@redhat.com>
7424
7425         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
7426
7427 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
7428
7429         * gcc.c-torture/compile/20010611-1.c: New test.
7430
7431 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
7432
7433         * gcc.dg/c99-tag-1.c: Add more tests.
7434
7435 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
7436
7437         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
7438         representation on MN10300 and ARM/Thumb.
7439
7440 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
7441
7442         * g77.f-torture/execute/20010610.f: New.
7443
7444 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
7445
7446         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
7447         names.
7448
7449 2001-06-09  Richard Henderson  <rth@redhat.com>
7450
7451         * gcc.c-torture/execute/ashrdi-1.c: New.
7452         * gcc.c-torture/execute/ashldi-1.c: New.
7453         * gcc.c-torture/execute/lshrdi-1.c: New.
7454
7455 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
7456
7457         * objc/execute/load-3.m: Added. Check sending +load to categories,
7458         in addition to classes.
7459
7460 2001-06-08  Stan Shebs  <shebs@apple.com>
7461
7462         * objc/execute/load-2.m: New test.  From Nicola Pero
7463         <n.pero@mi.flashnet.it>.
7464
7465 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
7466
7467         * gcc.c-torture/execute/20010605-2.c: New test.
7468
7469 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
7470
7471         * g++.old-deja/g++.abi/vbase2.C: New test.
7472         * g++.old-deja/g++.abi/vbase3.C: New test.
7473
7474 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
7475
7476         * g++.old-deja/g++.pt/friend49.C: New test.
7477
7478 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
7479
7480         * g++.old-deja/g++.ext/anon3.C: New test.
7481
7482 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
7483
7484         * g++.old-deja/g++.other/conv7.C: New test.
7485
7486 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
7487
7488         * gcc.c-torture/compile/20010605-2.c: New test.
7489
7490 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7491
7492         * gcc.c-torture/execute/20010604-1.c: New test.
7493
7494 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
7495
7496         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
7497
7498 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
7499
7500         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
7501         (g++_link_flags): Likewise.
7502         (g++_init): Pass gccpath's value to two previous functions.
7503
7504 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7505
7506         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
7507         Ensure logfile entry matches exec command line.
7508
7509 2001-05-31  Richard Henderson  <rth@redhat.com>
7510
7511         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
7512         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
7513
7514 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
7515
7516         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
7517         compiler for irix6.2
7518
7519 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
7520
7521         * g++.old-deja/g++.other/optimize3.C: New file.
7522
7523 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
7524
7525         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
7526         assemble.
7527
7528 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
7529
7530         * g++.old-deja/g++.other/optimize2.C: New file.
7531
7532 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
7533
7534         * gcc.c-torture/compile/20010518-2.c: New file.
7535         * gcc.c-torture/execute/20010518-1.c: New file.
7536         * gcc.c-torture/execute/20010518-2.c: New file.
7537
7538 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
7539
7540         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
7541
7542 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
7543
7544         G++ no longer defines builtins that do not begin with __builtin.
7545         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
7546         * g++.old-deja/g++.brendand/misc13.C: Likewise.
7547         * g++.old-deja/g++.law/builtin1.C: Likewise.
7548         * g++.old-deja/g++.law/cvt2.C: Likewise.
7549         * g++.old-deja/g++.mike/net5.C: Likewise.
7550         * g++.old-deja/g++.other/builtins1.C: Likewise.
7551         * g++.old-deja/g++.other/builtins2.C: Likewise.
7552         * g++.old-deja/g++.other/builtins3.C: Likewise.
7553         * g++.old-deja/g++.other/builtins4.C: Likewise.
7554         * g++.old-deja/g++.other/inline8.C: Likewise.
7555         * g++.old-deja/g++.robertl/eb39.C: Likewise.
7556
7557 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
7558
7559         * g++.old-deja/g++.pt/using1.C: Adjust.
7560         * g++.old-deja/g++.pt/using2.C: New test.
7561
7562 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
7563
7564         * gcc.dg/cpp/charconst.c: New tests.
7565         * gcc.dg/cpp/escape.c: New tests.
7566         * gcc.dg/cpp/escape-1.c: New tests.
7567         * gcc.dg/cpp/escape-2.c: New tests.
7568         * gcc.dg/cpp/ucs.c: New tests.
7569
7570 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
7571
7572         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
7573         native compiler for irix6.5.
7574
7575 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
7576
7577         * lib/g++.exp (g++_include_flags): Use args to compute
7578         get_multilibs.
7579         (g++_link_flags): Likewise.
7580         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
7581
7582 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
7583
7584         * gcc.dg/c90-hexfloat-1.c: Add more tests.
7585
7586 2001-05-21  Geoff Keating  <geoffk@redhat.com>
7587
7588         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
7589         this file.
7590
7591 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7592
7593         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
7594         STACK_SIZE;
7595         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
7596         to STACK_SIZE; Use it to define size of add_histo array.
7597         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
7598         to STACK_SIZE.
7599         (f): Use GITT_SIZE to define size of gitt local table.
7600         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
7601         to STACK_SIZE; Use it to define size of bytemem array.
7602
7603 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7604
7605         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
7606         on 68HC11/HC12 due to the asm instruction.
7607         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
7608         * gcc.c-torture/compile/920520-1.x: Likewise.
7609         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
7610         on 68HC11/HC12 because the function is larger than 64K.
7611         * gcc.c-torture/compile/961203-1.x: New file, this test fails
7612         on 68HC11/HC12 because the structure is too large.
7613
7614 2001-05-20  Richard Henderson  <rth@redhat.com>
7615
7616         * gcc.c-torture/execute/20010520-1.c: New.
7617
7618 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7619
7620         * g++.old-deja/g++.warn/compare1.C: New test.
7621         * gcc.dg/compare4.c: New test.
7622
7623 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
7624
7625         * g++.old-deja/g++.other/optimize1.C: New test.
7626
7627 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7628
7629         * g++.old-deja/g++.pt/spec41.C: New test.
7630
7631 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
7632
7633         * gcc.c-torture/compile/20010114-1.x: Remove.
7634
7635 2001-05-18  Stan Shebs  <shebs@apple.com>
7636
7637         * gcc.c-torture/compile/20010518-1.c: New test.
7638
7639 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
7640
7641         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
7642         * g++.old-deja/g++.pt/crash67.C: New test.
7643
7644 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
7645
7646         * g++.old-deja/g++.other/debug9.C: New test.
7647
7648 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
7649
7650         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
7651
7652 2001-05-16  Jan Hubicka  <jh@suse.cz>
7653
7654         * gcc.c-torture/compile/20010516-1.c: New test.
7655
7656 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
7657
7658         * g++.old-deja/g++.other/crash41.C: New test.
7659
7660 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
7661
7662         * g++.old-deja/g++.pt/crash66.C: New test.
7663
7664 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
7665
7666         * g++.old-deja/g++.robertl/eb27.C: Convert.
7667
7668 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
7669
7670         * g++.dg/friend-warn.C: New test.  Do not warn about friend
7671         declaration being redundant.
7672
7673 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
7674
7675         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
7676
7677 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
7678
7679         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
7680
7681 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
7682
7683         * lib/g++.exp: Use testsuite_flags.
7684
7685 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
7686
7687         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
7688
7689 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7690
7691         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
7692
7693 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
7694
7695         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
7696
7697 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
7698
7699         * gcc.c-torture/compile/20010313-1.c: New test.
7700
7701 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
7702
7703         * gcc.dg/cpp/direct2.c: New test.
7704         * gccq.dg/cpp/direct2s.c: New test.
7705
7706         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
7707
7708 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
7709
7710         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
7711         * g++.old-deja/g++.other/op3.C: Likewise.
7712
7713 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
7714
7715         * gcc.dg/cpp/syshdr.h: New file.
7716         * gcc.dg/cpp/sysmac1.c: Update.
7717         * gcc.dg/cpp/sysmac2.c: Update.
7718
7719 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
7720
7721         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
7722
7723 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
7724
7725         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
7726         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
7727
7728 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
7729
7730         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
7731
7732 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
7733
7734         * lib/g++.exp (g++_include_flags): Don't use any special flags
7735         if TESTING_IN_BUILD_TREE is not defined.
7736         (g++_init): Use a plain 'c++' as the compiler if
7737         TESTING_IN_BUILD_TREEE is not defined.
7738
7739 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
7740
7741         * g++.old-deja/g++.eh/catch13.C: New test.
7742         * g++.old-deja/g++.eh/catch14.C: New test.
7743
7744 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
7745
7746         * gcc.dg/cpp/tr-define.c: New test.
7747
7748 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
7749
7750         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
7751         <stdlib.h>, not <malloc.h>.
7752
7753 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
7754
7755         * g++.old-deja/g++.ns/template17.C: New test.
7756
7757 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
7758
7759         * g++.old-deja/g++.pt/ref4.C: New test.
7760
7761 2001-04-30  Richard Henderson  <rth@redhat.com>
7762
7763         * gcc.dg/20000724-1.c: Revert last change.
7764
7765 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
7766
7767         * g77.f-torture/execute/20010430.f: New test.
7768
7769 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
7770
7771         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
7772
7773 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
7774
7775         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
7776
7777 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
7778
7779         * g++.old-deja/g++.eh/crash6.C: New test.
7780
7781 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
7782
7783         * g++.old-deja/g++.other/warn7.C: New test.
7784
7785 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
7786
7787         * g++.old-deja/g++.other/defarg9.C: New test.
7788
7789 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
7790
7791         * g77.f-torture/compile/20010426.f: New test.
7792         * g77.f-torture/execute/20010426.f: New test.
7793
7794 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
7795
7796         * g77.f-torture/compile/20000629-1.x: Remove - error
7797         has been fixed.
7798
7799 2001-04-26  Jeffrey A Law  (law@cygnus.com)
7800
7801         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
7802         Tweak slightly to work with g++.dg framework.
7803         * g++.dg/special/ecos.exp: Run initp1.C test.
7804         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
7805
7806         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
7807         its linker doesn't give line numbers either.
7808         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
7809
7810 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
7811
7812         * g++.old-deja/g++.other/lex1.C: New test.
7813
7814 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
7815
7816         * gcc.dg/noncompile/20010425-1.c: New test.
7817
7818 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
7819
7820         * g++.old-deja/g++.pt/mangle2.C: New test.
7821
7822 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
7823
7824         * gcc.dg/format/plus-1.c: New test.
7825
7826 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
7827
7828         * gcc.dg/20010423-1.c: New test.
7829
7830 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
7831
7832         * gcc.c-torture/execute/20010422-1.c: New test.
7833
7834 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
7835
7836         * g++.old-deja/g++.ns/type2.C: New test.
7837
7838 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
7839
7840         * g++.old-deja/g++.other/perf1.C: New test.
7841
7842 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
7843
7844         * gcc.dg/c99-func-2.c: Remove xfail.
7845         * gcc.dg/c99-func-3.c: Remove xfail.
7846         * gcc.dg/c99-func-4.c: Remove xfail.
7847
7848 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
7849
7850         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
7851
7852 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
7853
7854         * gcc.c-torture/compile/20010423-1.c: New test.
7855
7856 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
7857
7858         * g++.old-deja/g++.pt/typename28.C: New test.
7859
7860 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
7861
7862         * g++.old-deja/g++.abi/empty2.C: New test.
7863         * g++.old-deja/g++.abi/empty3.C: New test.
7864
7865 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
7866
7867         * g++.old-deja/g++.other/comdat2.C: New test.
7868         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
7869
7870 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
7871
7872         * g++.old-deja/g++.other/overload14.C: New test.
7873
7874 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
7875
7876         * g++.old-deja/g++.other/lookup23.C: New test.
7877
7878 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
7879
7880         * gcc.c-torture/execute/20010403-1.c: New test.
7881
7882 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
7883             Mark Mitchell  <mark@codesourcery.com>
7884
7885         * lib/old-dejagnu.exp: Don't delete output of executable.
7886         Add .exe suffix to executables.
7887
7888 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
7889
7890         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
7891
7892 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7893
7894         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
7895
7896 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
7897
7898         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
7899         * g++.old-deja/g++.abi/crash1.C: New test.
7900
7901 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
7902
7903         * g++.old-deja/g++.other/crash40.C: New test.
7904
7905 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7906
7907         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
7908
7909 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
7910
7911         * g++.old-deja/g++.other/warn6.C: New test.
7912
7913 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
7914
7915         * g++.old-deja/g++.robertl/eb42.C: Same.
7916
7917 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7918
7919         * gcc.dg/wtr-conversion-1.c: New testcase.
7920
7921 2001-04-10  Richard Henderson  <rth@redhat.com>
7922
7923         * g++.old-deja/g++.other/array5.C: New.
7924
7925 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7926
7927         * gcc.c-torture/execute/20010408-1.c: New test.
7928
7929 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
7930
7931         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
7932         headers and constructs.
7933         * g++.old-deja/g++.robertl/eb79.C: Same.
7934         * g++.old-deja/g++.robertl/eb77.C (main): Same.
7935         * g++.old-deja/g++.robertl/eb73.C: Same.
7936         * g++.old-deja/g++.robertl/eb66.C (main): Same.
7937         * g++.old-deja/g++.robertl/eb55.C (t): Same.
7938         * g++.old-deja/g++.robertl/eb54.C (main): Same.
7939         * g++.old-deja/g++.robertl/eb46.C (main): Same.
7940         * g++.old-deja/g++.robertl/eb44.C: Same.
7941         * g++.old-deja/g++.robertl/eb41.C (main): Same.
7942         * g++.old-deja/g++.robertl/eb4.C (main): Same.
7943         * g++.old-deja/g++.robertl/eb39.C: Same.
7944         * g++.old-deja/g++.robertl/eb33.C (main): Same.
7945         * g++.old-deja/g++.robertl/eb31.C (main): Same.
7946         * g++.old-deja/g++.robertl/eb30.C: Same.
7947         * g++.old-deja/g++.robertl/eb3.C: Same.
7948         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
7949         * g++.old-deja/g++.robertl/eb21.C: Same.
7950         * g++.old-deja/g++.robertl/eb15.C: Same.
7951         * g++.old-deja/g++.robertl/eb118.C: Same.
7952         * g++.old-deja/g++.robertl/eb115.C (main): Same.
7953         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
7954         * g++.old-deja/g++.robertl/eb109.C: Same.
7955         * g++.old-deja/g++.other/sibcall1.C (main): Same.
7956         * g++.old-deja/g++.mike/rtti1.C: Same.
7957         * g++.old-deja/g++.mike/p658.C: Same.
7958         * g++.old-deja/g++.mike/net46.C: Same.
7959         * g++.old-deja/g++.mike/net34.C: Same.
7960         * g++.old-deja/g++.mike/memoize1.C: Same.
7961         * g++.old-deja/g++.mike/eh2.C: Same.
7962         * g++.old-deja/g++.law/weak.C: Same.
7963         * g++.old-deja/g++.law/visibility7.C: Same.
7964         * g++.old-deja/g++.law/visibility25.C: Same.
7965         * g++.old-deja/g++.law/visibility22.C: Same.
7966         * g++.old-deja/g++.law/visibility2.C: Same.
7967         * g++.old-deja/g++.law/visibility17.C: Same.
7968         * g++.old-deja/g++.law/visibility13.C: Same.
7969         * g++.old-deja/g++.law/visibility10.C: Same.
7970         * g++.old-deja/g++.law/visibility1.C: Same.
7971         * g++.old-deja/g++.law/virtual3.C (eval): Same.
7972         * g++.old-deja/g++.law/vbase1.C: Same.
7973         * g++.old-deja/g++.law/operators32.C: Same.
7974         * g++.old-deja/g++.law/nest3.C: Same.
7975         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
7976         * g++.old-deja/g++.law/except5.C (main): Same.
7977         * g++.old-deja/g++.law/cvt7.C (run): Same.
7978         * g++.old-deja/g++.law/cvt2.C: Same.
7979         * g++.old-deja/g++.law/cvt16.C: Same.
7980         * g++.old-deja/g++.law/ctors6.C (bar): Same.
7981         * g++.old-deja/g++.law/ctors17.C (main): Same.
7982         * g++.old-deja/g++.law/ctors13.C: Same.
7983         * g++.old-deja/g++.law/ctors12.C (main): Same.
7984         * g++.old-deja/g++.law/ctors10.C: Same.
7985         * g++.old-deja/g++.law/code-gen5.C: Same.
7986         * g++.old-deja/g++.law/bad-error7.C: Same.
7987         * g++.old-deja/g++.law/arm9.C: Same.
7988         * g++.old-deja/g++.law/arm12.C: Same.
7989         * g++.old-deja/g++.law/arg8.C: Same.
7990         * g++.old-deja/g++.law/arg1.C: Same.
7991         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
7992         * g++.old-deja/g++.jason/template31.C: Same.
7993         * g++.old-deja/g++.jason/template24.C (main): Same.
7994         * g++.old-deja/g++.jason/2371.C: Same.
7995         * g++.old-deja/g++.eh/new2.C: Same.
7996         * g++.old-deja/g++.eh/new1.C: Same.
7997         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
7998         * g++.old-deja/g++.brendan/nest21.C (main): Same.
7999         * g++.old-deja/g++.brendan/err-msg3.C: Same.
8000         * g++.old-deja/g++.brendan/crash62.C: Same.
8001         * g++.old-deja/g++.brendan/crash52.C: Same.
8002         * g++.old-deja/g++.brendan/crash49.C (main): Same.
8003         * g++.old-deja/g++.brendan/crash38.C: Same.
8004         * g++.old-deja/g++.brendan/crash15.C (main): Same.
8005         * g++.old-deja/g++.brendan/copy9.C: Same.
8006
8007 2001-04-06  J"orn Rennecke <amylaar@redhat.com>
8008
8009         * gcc.c-torture/execute/20001203-2.c (memset):
8010         Count argument is of type __SIZE_TYPE__.
8011
8012 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
8013
8014         * gcc.c-torture/compile/20010404-1.c: New test.
8015
8016 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
8017
8018         * gcc.c-torture/compile/20010326-1.c: New test.
8019
8020 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
8021
8022         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
8023         peculiarities of the SH.
8024         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
8025
8026 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8027
8028         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
8029         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
8030         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
8031
8032 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
8033
8034         * g77.f-torture/compile/20010321-1.f: New test.
8035
8036 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
8037
8038         * gcc.c-torture/compile/20010329-1.c: New test.
8039
8040 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
8041
8042         * gcc.c-torture/execute/20010329-1.c: New test.
8043
8044 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
8045
8046         * g++.old-deja/g++.other/eh4.C: Fix typo.
8047
8048 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
8049
8050         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
8051
8052 2001-03-28  Philip Blundell  <philb@gnu.org>
8053
8054         * gcc.c-torture/compile/20010328-1.c: New test.
8055
8056 2001-03-27  Richard Henderson  <rth@redhat.com>
8057
8058         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
8059         * g++.old-deja/g++.eh/vbase3.C: Likewise.
8060
8061 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
8062
8063         * gcc.c-torture/compile/20010327-1.c: New test.
8064
8065 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
8066
8067         * g++.old-deja/g++.other/friend12.C: New test.
8068         * g++.old-deja/g++.other/friend9.C: Expect no errors.
8069         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
8070
8071 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
8072
8073         * gcc.c-torture/execute/20010325-1.c: New test.
8074
8075 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
8076
8077         * g++.old-deja/g++.other/mangle3.C: New test.
8078
8079 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
8080
8081         * g++.old-deja/g++.other/anon8.C: New test.
8082
8083 2001-03-20  Philip Blundell  <philb@gnu.org>
8084
8085         * gcc.c-torture/compile/20010320-1.c: New test.
8086
8087 2001-03-17  Richard Henderson  <rth@redhat.com>
8088
8089         * g++.old-deja/g++.other/eh4.C: Add expected error text.
8090
8091 2001-03-15  Geoff Keating  <geoff@redhat.com>
8092
8093         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
8094         tests on AIX.
8095
8096 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
8097
8098         * g++.old-deja/g++.other/eh4.C: New test.
8099
8100 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
8101
8102         * gcc.dg/cpp/mi1.c: Update.
8103
8104 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
8105
8106         * g++.old-deja/g++.other/regstack.C: New test.
8107
8108 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
8109
8110         * g++.old-deja/g++.other/ref4.C: New test.
8111
8112 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
8113
8114         * objc/execute/va_method.m: Added.
8115         * objc/execute/IMP.m: Added.
8116         * objc/execute/_cmd.m: Added.
8117         * objc/execute/accessing_ivars.m: Added.
8118         * objc/execute/class-1.m: Added.
8119         * objc/execute/class-10.m: Added.
8120         * objc/execute/class-11.m: Added.
8121         * objc/execute/class-12.m: Added.
8122         * objc/execute/class-13.m: Added.
8123         * objc/execute/class-14.m: Added.
8124         * objc/execute/class-2.m: Added.
8125         * objc/execute/class-3.m: Added.
8126         * objc/execute/class-4.m: Added.
8127         * objc/execute/class-5.m: Added.
8128         * objc/execute/class-6.m: Added.
8129         * objc/execute/class-7.m: Added.
8130         * objc/execute/class-8.m: Added.
8131         * objc/execute/class-9.m: Added.
8132         * objc/execute/class-tests-1.h
8133         * objc/execute/class-tests-2.h
8134         * objc/execute/compatibility_alias.m: Added.
8135         * objc/execute/encode-1.m: Added.
8136         * objc/execute/formal_protocol-1.m: Added.
8137         * objc/execute/formal_protocol-2.m: Added.
8138         * objc/execute/formal_protocol-3.m: Added.
8139         * objc/execute/formal_protocol-4.m: Added.
8140         * objc/execute/formal_protocol-5.m: Added.
8141         * objc/execute/formal_protocol-6.m: Added.
8142         * objc/execute/formal_protocol-7.m: Added.
8143         * objc/execute/informal_protocol.m: Added.
8144         * objc/execute/initialize.m: Added.
8145         * objc/execute/load.m: Added.
8146         * objc/execute/many_args_method.m: Added.
8147         * objc/execute/nested-3.m: Added.
8148         * objc/execute/no_clash.m: Added.
8149         * objc/execute/private.m: Added.
8150         * objc/execute/redefining_self.m: Added.
8151         * objc/execute/root_methods.m: Added.
8152         * objc/execute/selector-1.m: Added.
8153         * objc/execute/static-1.m: Added.
8154         * objc/execute/static-2.m: Added.
8155         * objc/execute/va_method.m: Added.
8156
8157 2001-03-10  Richard Henderson  <rth@redhat.com>
8158
8159         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
8160
8161 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
8162
8163         * g++.old-deja/g++.other/crash31.C: XFAIL.
8164         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
8165         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
8166         * gcc.c-torture/execute/20010123-1.x: XFAIL.
8167         * gcc.c-torture/execute/20010124-1.x: XFAIL.
8168         * gcc.dg/sequence-pt-1.c: XFAIL one test.
8169
8170 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
8171
8172         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
8173
8174 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
8175
8176         * gcc.dg/20000724-1.c: Don't use multiline strings.
8177
8178 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
8179
8180         * objc/execute/string1.m, objc/execute/string2.m: Compare the
8181         result of -cString against what we expect it to be; don't just
8182         print it out for no one to read.
8183
8184         * objc/execute/string3.m, objc/execute/string4.m: New tests.
8185         Based on testcases provided by Nicola Pero.
8186
8187 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
8188
8189         * gcc.dg/cpp/macro7.c: New test.
8190
8191 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
8192
8193         * gcc.dg/cpp/multiline.c: Update.
8194
8195 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
8196
8197         * g++.old-deja/g++.other/enum3.C: New test.
8198
8199 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
8200
8201         * g++.old-deja/g++.other/pod1.C: New test.
8202
8203 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
8204
8205         * g++.old-deja/g++.ext/overload1.C: New test.
8206
8207 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
8208
8209         * g++.old-deja/g++.pt/using1.C: New test.
8210
8211 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
8212
8213         * g++.old-deja/g++.other/using9.C: New test.
8214
8215 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
8216
8217         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
8218
8219         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
8220
8221 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
8222
8223         * g++.old-deja/g++.ext/realpt1.C: Remove.
8224
8225 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
8226
8227         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
8228
8229 2001-02-26  Will Cohen  <wcohen@redhat.com>
8230
8231         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
8232
8233 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
8234
8235         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
8236         templatized constructors.
8237
8238 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8239
8240         * gcc.c-torture/execute/20010224-1.c: New test.
8241
8242 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
8243
8244         * gcc.c-torture/execute/20010222-1.c: New test.
8245
8246 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
8247
8248         * g++.old-deja/g++.other/inline20.C: New test.
8249
8250 2001-02-21  Ovidiu Predescu  <ovidiu@cup.hp.com>
8251
8252         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
8253
8254 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
8255
8256         * g++.old-deja/g++.other/lookup22.C: New test.
8257
8258 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
8259
8260         * g77.dg: New directory.
8261         * g77.dg/20010216-1.f: New test case.
8262         * g77.dg/dg.exp: New driver.
8263         * lib/g77-dg.exp: New driver library.
8264
8265 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8266
8267         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
8268
8269 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
8270
8271         * g++.old-deja/g++.other/decl9.C: New test.
8272
8273 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
8274
8275         * g++.old-deja/g++.other/init16.C: Update the test so that it does
8276         not need <string> and also tests the initialization at runtime.
8277
8278 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
8279
8280         * gcc.c-torture/execute/longlong.c: New test.
8281
8282 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
8283
8284         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
8285
8286 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
8287
8288         * gcc.c-torture/execute/920302-1.c (execute):
8289         Change argument type to short.
8290
8291 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
8292
8293         * g++.old-deja/g++.pt/deduct6.C: New test.
8294
8295 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
8296
8297         * g++.old-deja/g++.pt/deduct5.C: New test.
8298
8299 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
8300
8301         * gcc.c-torture/execute/20010209-1.c: New test.
8302
8303 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
8304
8305         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
8306
8307 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
8308
8309         * g++.dg/vtgc1.C: Update for new ABI.
8310
8311         * consistency.vlad: New directory, 1665 files.
8312
8313 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
8314
8315         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
8316         return type.
8317         * gcc.dg/cpp/digraphs.c: Declare puts.
8318
8319 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
8320
8321         * g++.old-deja/g++.other/warn5.C: New test.
8322
8323 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
8324
8325         * g++.old-deja/g++.pt/spec40.C: New test.
8326
8327 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
8328
8329         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
8330         case.
8331         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
8332
8333 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
8334
8335         * gcc.c-torture/compile/20010209-1.c: New test.
8336
8337 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
8338
8339         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
8340         excess errors message but not if it crashes.
8341         * g++.old-deja/g++.other/crash27.C: Likewise.
8342         * g++.old-deja/g++.other/crash28.C: Likewise.
8343         * g++.old-deja/g++.other/crash30.C: Likewise.
8344         * g++.old-deja/g++.other/crash32.C: Likewise.
8345         * g++.old-deja/g++.other/crash35.C: Likewise.
8346         * g++.old-deja/g++.pt/inherit2.C: Likewise.
8347
8348 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
8349
8350         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
8351         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
8352         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
8353         g77.f-torture/execute/execute.exp,
8354         g77.f-torture/noncompile/noncompile.exp,
8355         gcc.c-torture/execute/execute.exp,
8356         gcc.c-torture/execute/memcheck/memcheck.exp,
8357         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
8358         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
8359         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
8360         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
8361         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
8362         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
8363         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
8364         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
8365         Remove bug reporting instructions with ancient email addresses.
8366
8367 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
8368
8369         * gcc.dg/20010202-1.c: New test.
8370         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
8371
8372 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
8373
8374         * g++.dg/stdbool-if.C: New test.
8375
8376 2001-02-07  Ovidiu Predescu  <ovidiu@cup.hp.com>
8377
8378         * objc/execute/fdecl.m: Added main().
8379
8380 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
8381
8382         * gcc.c-torture/execute/20010206-1.c: New test.
8383
8384 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
8385
8386         * gcc.dg/cpp/avoidpaste1.c: Update.
8387
8388 2001-02-05  Ovidiu Predescu  <ovidiu@cup.hp.com>
8389
8390         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
8391         Pero <nicola@brainstorm.co.uk>.
8392         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
8393
8394 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
8395
8396         * g++.old-deja/g++.pt/spec39.C: New test.
8397
8398 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
8399
8400         * gcc.c-torture/compile/20010202-1.c: New test.
8401
8402 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
8403
8404         * g++.old-deja/g++.abi/primary2.C: New test.
8405         * g++.old-deja/g++.abi/primary3.C: New test.
8406         * g++.old-deja/g++.abi/primary4.C: New test.
8407         * g++.old-deja/g++.abi/primary5.C: New test.
8408         * g++.old-deja/g++.abi/vtable3.h: New test.
8409         * g++.old-deja/g++.abi/vtable3a.C: New test.
8410         * g++.old-deja/g++.abi/vtable3b.C: New test.
8411         * g++.old-deja/g++.abi/vtable3c.C: New test.
8412         * g++.old-deja/g++.abi/vtable3d.C: New test.
8413         * g++.old-deja/g++.abi/vtable3e.C: New test.
8414         * g++.old-deja/g++.abi/vtable3f.C: New test.
8415         * g++.old-deja/g++.abi/vtable3g.C: New test.
8416         * g++.old-deja/g++.abi/vtable3h.C: New test.
8417         * g++.old-deja/g++.abi/vtable3i.C: New test.
8418         * g++.old-deja/g++.abi/vtable3j.C: New test.
8419         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
8420
8421 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
8422
8423         * g++.old-deja/g++.other/anon6.C: New test.
8424         * g++.old-deja/g++.other/anon7.C: New test.
8425
8426 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
8427
8428         * gcc.dg/cpp/avoidpaste2.c: New tests.
8429
8430 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
8431
8432         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
8433
8434 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
8435
8436         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
8437         DECIMAL_DIG cases for Irix."
8438
8439 2001-01-31  J"orn Rennecke <amylaar@redhat.com>
8440
8441         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
8442
8443 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
8444
8445         * gcc.dg/c99-tag-1.c: New test.
8446
8447 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
8448
8449         * gcc.dg/cpp/tr-warn1.c: Add tests.
8450
8451 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
8452
8453         * gcc.dg/cpp/avoidpaste1.c: Update.
8454         * gcc.dg/cpp/paste4.c: Update.
8455
8456 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
8457
8458         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
8459         cases for Irix.
8460
8461 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8462
8463         * g++.old-deja/g++.other/inline19.C: New test.
8464
8465 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
8466
8467         * gcc.dg/Wlarger-than.c: New test.
8468
8469 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
8470
8471         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
8472
8473 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
8474
8475         * gcc.c-torture/execute/20010129-1.c: New test.
8476         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
8477
8478 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
8479
8480         * gcc.dg/cpp/avoidpaste1.c: Test case.
8481
8482 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
8483
8484         * g++.old-deja/g++.other/inline18.C: New test.
8485
8486 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8487
8488         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
8489         and __builtin_putchar.
8490
8491 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
8492
8493         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
8494         tests.
8495
8496 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
8497
8498         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
8499         floating point number rounding mode to round to the nearest
8500         representable mode.
8501
8502 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
8503
8504         * g++.old-deja/g++.other/mangle2.C: New test.
8505
8506 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
8507
8508         * gcc.c-torture/compile/20010124-1.c: New test.
8509
8510 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
8511
8512         * g++.old-deja/g++.pt/spec38.C: New test.
8513
8514 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8515
8516         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
8517         "Build don't run".
8518
8519 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8520
8521         * gcc.c-torture/execute/20010123-1.c: New test.
8522
8523 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
8524
8525         * g++.old-deja/g++.pt/spec37.C: New test.
8526
8527 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
8528
8529         * g++.old-deja/g++.pt/overload14.C: New test.
8530
8531 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8532
8533         * gcc.c-torture/execute/20010122-1.c: New test, exercise
8534         __builtin_return_address.
8535
8536 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
8537
8538         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
8539         * g++.old-deja/g++.pt/spec35.C: New test.
8540         * g++.old-deja/g++.pt/spec36.C: New test.
8541
8542 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
8543
8544         * gcc.c-torture/compile/20010118-1.c: New test.
8545
8546 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
8547
8548         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
8549
8550 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
8551
8552         * gcc.c-torture/execute/20010119-1.c: New test.
8553
8554 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
8555
8556         * g++.old-deja/g++.other/vbase5.C: New test.
8557
8558 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
8559
8560         * gcc.c-torture/execute/20010118-1.c: New test.
8561
8562 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
8563
8564         * g++.old-deja/g++.pt/deduct3.C: New test.
8565
8566 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
8567
8568         * g++.old-deja/g++.pt/spec34.C: New test.
8569
8570 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
8571
8572         * g77.f-torture/compile/20000601-2.f: New test.
8573
8574 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
8575
8576         * g++.old-deja/g++.other/init17.C: New test.
8577
8578 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
8579
8580         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
8581
8582 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
8583
8584         * g++.old-deja/g++.pt/unify8.C: New test.
8585
8586 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
8587
8588         * g++.old-deja/g++.abi/vbase1.C: New test.
8589
8590 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
8591
8592         * g++.old-deja/g++.pt/crash65.C: New test.
8593
8594 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
8595
8596         * gcc.dg/cpp/assembl2.S: New test case.
8597
8598 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
8599
8600         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
8601         are supported.
8602
8603 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8604
8605         * g++.old-deja/g++.other/builtins1.C: New test.
8606         * g++.old-deja/g++.other/builtins2.C: Likewise.
8607         * g++.old-deja/g++.other/builtins3.C: Likewise.
8608         * g++.old-deja/g++.other/builtins4.C: Likewise.
8609
8610 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
8611
8612         * gcc.c-torture/compile/20010117-1.c: New test.
8613         * gcc.c-torture/compile/20010117-2.c: New test.
8614
8615 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
8616
8617         * g77.f-torture/execute/20010116.[fx]: New test,
8618         XFAIL on i?86-*-*.
8619         * g77.f-torture/compile/20010115.f: Indicate it's
8620         a test for PR fortran/1636.
8621
8622 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
8623
8624         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
8625
8626 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
8627
8628         * g77.f-torture/compile/20010115.f: New test.
8629
8630 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
8631
8632         * g++.old-deja/g++.pt/nontype5.C: New test.
8633
8634 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
8635
8636         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
8637         have an equivalent working one below it.
8638
8639 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
8640
8641         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
8642         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
8643
8644 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
8645
8646         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
8647         message containing "init_priority".
8648         (conpr-2.C): Likewise.
8649         (conpr-3.C): Likewise.
8650         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
8651
8652 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8653
8654         * gcc.c-torture/execute/20010114-2.c: New test.
8655
8656 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
8657
8658         * gcc.c-torture/compile/20010114-1.c: New test.
8659         * gcc.c-torture/compile/20010114-1.x: Xfail.
8660         * gcc.c-torture/compile/20010114-2.c: New test.
8661         * gcc.c-torture/execute/20010114-1.c: New test.
8662         * gcc.dg/trunc-1.c: New test.
8663         * gcc.dg/uninit-B.c: New test.
8664
8665 2001-01-13  Nick Clifton  <nickc@redhat.com>
8666
8667         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
8668         target.
8669
8670 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8671
8672         * gcc.c-torture/compile/20010113-1.c: New test.
8673
8674 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
8675
8676         * gcc.c-torture/compile/20001212-1.c: New test.
8677
8678 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
8679
8680         * gcc.dg/cpp/widestr1.c: Update.
8681         * gcc.dg/cpp/prag-imp.c: Remove.
8682
8683 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
8684
8685         * gcc.c-torture/execute/20000801-3.x: Remove.
8686         * gcc.dg/c90-init-1.c: New test.
8687         * gcc.dg/c99-init-1.c: New test.
8688         * gcc.dg/c99-init-2.c: New test.
8689         * gcc.dg/gnu99-init-1.c: New test.
8690
8691 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
8692
8693         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
8694         testing that no relevant ones were found.
8695
8696 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
8697
8698         * g++.old-deja/g++.pt/cast2.C: New test.
8699
8700 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
8701
8702         * g++.old-deja/g++.pt/friend47.C: New test.
8703
8704 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
8705
8706         * g++.old-deja/g++.pt/instantiate13.C: New test.
8707
8708 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
8709
8710         * g++.old-deja/g++.other/defarg7.C: New test.
8711         * g++.old-deja/g++.other/defarg8.C: New test.
8712
8713 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
8714
8715         * g++.old-deja/g++.pt/crash64.C: New test.
8716
8717 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
8718
8719         * g++.old-deja/g++.pt/crash63.C: New test.
8720
8721 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
8722
8723         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
8724
8725 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
8726
8727         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
8728
8729 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
8730
8731         * g++.old-deja/g++.pt/error3.C: New test.
8732
8733 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
8734
8735         * g++.old-deja/g++.other/crash39.C: New test.
8736
8737 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
8738
8739         * g++.old-deja/g++.other/vbase4.C: New test.
8740
8741 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
8742
8743         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
8744         * gcc.dg/special/20000419-2.c: New file. Identical to above.
8745         * gcc.dg/special/special.exp: New test driver which will check
8746         for alias support for the above test.
8747
8748 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
8749
8750         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
8751         problems on small machines.
8752         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
8753         parameterize.
8754
8755 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
8756
8757         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
8758         mips.
8759         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
8760
8761 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
8762
8763         * g++.old_deja/g++.pt/using8.C: New test.
8764
8765 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
8766
8767         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
8768
8769 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
8770
8771         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
8772         where a failure is expected.
8773         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
8774
8775 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
8776
8777         * g++.old_deja/g++.pt/instantiate12.C: New test.
8778
8779 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
8780
8781         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
8782         start of structs.
8783         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
8784         * g++.old-deja/g++.brendan/crash17.C: Likewise.
8785         * g++.old-deja/g++.brendan/crash29.C: Likewise.
8786         * g++.old-deja/g++.brendan/crash48.C: Likewise.
8787         * g++.old-deja/g++.brendan/ns1.C: Likewise.
8788         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
8789         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
8790         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
8791         * g++.old-deja/g++.eh/spec6.C: Likewise.
8792         * g++.old-deja/g++.jason/crash3.C: Likewise.
8793         * g++.old-deja/g++.law/ctors11.C: Likewise.
8794         * g++.old-deja/g++.law/ctors17.C: Likewise.
8795         * g++.old-deja/g++.law/ctors5.C: Likewise.
8796         * g++.old-deja/g++.law/ctors9.C: Likewise.
8797         * g++.old-deja/g++.mike/ambig1.C: Likewise.
8798         * g++.old-deja/g++.mike/net22.C: Likewise.
8799         * g++.old-deja/g++.mike/p3538a.C: Likewise.
8800         * g++.old-deja/g++.mike/p3538b.C: Likewise.
8801         * g++.old-deja/g++.mike/virt3.C: Likewise.
8802         * g++.old-deja/g++.niklas/t128.C: Likewise.
8803         * g++.old-deja/g++.other/anon4.C: Likewise.
8804         * g++.old-deja/g++.other/using1.C: Likewise.
8805         * g++.old-deja/g++.other/warn3.C: Likewise.
8806         * g++.old-deja/g++.pt/t37.C: Likewise.
8807         * g++.old-deja/g++.robertl/eb69.C: Likewise.
8808         * g++.old-deja/g++.robertl/eb71.C: Likewise.
8809
8810 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
8811
8812         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
8813
8814 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8815
8816         * gcc.c-torture/execute/stdio-opt-3.c: New test.
8817
8818 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
8819
8820         * gcc.c-torture/compile/20010107-1.c: New test.
8821
8822 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
8823
8824         * gcc.c-torture/execute/builtin-noret-1.c: New test.
8825
8826 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
8827
8828         * gcc.dg/format/format.h: New file.
8829         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
8830         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
8831         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
8832         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
8833         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
8834         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
8835         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
8836         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
8837         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
8838         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
8839         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
8840         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
8841         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
8842         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
8843         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
8844         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
8845         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
8846         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
8847         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
8848         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
8849         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
8850         instead of declaring standard types, macros and functions in each
8851         test.
8852
8853 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
8854
8855         * gcc.c-torture/execute/20010106-1.c: New test.
8856
8857 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
8858
8859         * gcc.dg/format/format.exp: New file.
8860         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
8861         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
8862         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
8863         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
8864         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
8865         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
8866         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
8867         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
8868         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
8869         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
8870         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
8871         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
8872         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
8873         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
8874         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
8875         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
8876         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
8877         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
8878         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
8879         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
8880         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
8881         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
8882         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
8883         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
8884         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
8885         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
8886         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
8887         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
8888         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
8889         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
8890         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
8891         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
8892         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
8893         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
8894         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
8895         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
8896         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
8897         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
8898         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
8899         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
8900         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
8901         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
8902
8903 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
8904
8905         * gcc.c-torture/execute/991228-1.c: Take word endianness into
8906         account.
8907
8908 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
8909
8910         * gcc.c-torture/execute/builtin-complex-1.c: New test.
8911
8912 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
8913
8914         * g++.old-deja/g++.pt/crash62.C: New test.
8915
8916 2001-01-04  Richard Henderson  <rth@redhat.com>
8917
8918         * gcc.dg/20000926-1.c: Update expected warnings.
8919         * gcc.dg/array-2.c: Likewise.
8920         * gcc.dg/array-4.c: Also validate flexible array members.
8921         * gcc.dg/c99-flex-array-1.c: New.
8922
8923 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
8924
8925         * gcc.c-torture/compile/20001222-1.x: Remove.
8926
8927 2001-01-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8928
8929         * gcc.c-torture/execute/built-in-setjmp.c: New.
8930
8931 2001-01-03  Richard Henderson  <rth@redhat.com>
8932
8933         * gcc.dg/940510-1.c: Update expected error wording.
8934         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
8935
8936 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
8937
8938         * lib/target-supports.exp (check_alias_available): Modified to
8939         indicate aliases not supported if only weak aliases are supported.
8940
8941 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8942
8943         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
8944         Turn on cmpstrsi checks for __pj__ and __i370__.
8945
8946 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
8947
8948         * g++.old-deja/g++.other/virtual11.C: New test.
8949
8950 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
8951
8952         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
8953
8954 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8955
8956         * gcc.c-torture/compile/20010102-1.c: New test.
8957
8958 2001-01-02  Andreas Jaeger  <aj@suse.de>
8959
8960         * gcc.dg/noreturn-3.c: New test.
8961
8962         * gcc.dg/noreturn-4.c: New test.
8963
8964 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8965
8966         * gcc.c-torture/execute/stdio-opt-1.c: Also test
8967         __builtin_fputc and __builtin_fwrite.
8968
8969 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
8970
8971         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
8972         signed char, not default char.
8973
8974 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
8975
8976         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
8977
8978 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
8979
8980         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
8981
8982 2000-12-29  Richard Henderson  <rth@redhat.com>
8983
8984         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
8985         (__cyg_profile_func_exit): Define.
8986
8987 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
8988
8989         * g++.dg/vtgc1.C: New test.
8990
8991 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
8992
8993         * gcc.dg/noncompile/20001228-1.c: New test.
8994
8995         * gcc.dg/20001228-1.c: New test.
8996
8997         * gcc.c-torture/execute/20001228-1.c: New test.
8998
8999 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
9000
9001         * gcc.dg/format-strfmon-1.c: New test.
9002
9003 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9004
9005         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
9006         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
9007         * gcc.c-torture/execute/string-opt-1.c: Likewise.
9008         * gcc.c-torture/execute/string-opt-2.c: Likewise.
9009         * gcc.c-torture/execute/string-opt-3.c: Likewise.
9010         * gcc.c-torture/execute/string-opt-4.c: Likewise.
9011         * gcc.c-torture/execute/string-opt-6.c: Likewise.
9012         * gcc.c-torture/execute/string-opt-7.c: Likewise.
9013         * gcc.c-torture/execute/string-opt-8.c: Likewise.
9014         * gcc.c-torture/execute/string-opt-9.c: Likewise.
9015         * gcc.c-torture/execute/string-opt-10.c: Likewise.
9016         * gcc.c-torture/execute/string-opt-11.c: Likewise.
9017         * gcc.c-torture/execute/string-opt-12.c: Likewise.
9018
9019         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
9020         * gcc.c-torture/execute/string-opt-4.c: Test index.
9021
9022 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
9023
9024         * gcc.c-torture/compile/20001226-1.c: New test.
9025
9026 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
9027
9028         * gcc.c-torture/compile/20001222-1.c: New test.
9029         * gcc.c-torture/compile/20001222-1.x: Xfail.
9030
9031 2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
9032
9033         * gcc.c-torture/execute/comp-goto-2.c: New test.
9034
9035 2000-12-21  J"orn Rennecke <amylaar@redhat.com>
9036
9037         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
9038         Use long types if __INT_MAX__ is 32767.
9039         (main): Use cast to (sint32 *) when poking 88 into a_page.
9040
9041         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
9042
9043 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
9044
9045         * gcc.c-torture/compile/20001221-1.c: New test.
9046         * gcc.c-torture/execute/20001221-1.c: New test.
9047
9048 2000-12-20  Richard Henderson  <rth@redhat.com>
9049
9050         * g++.old-deja/g++.pt/crash36.C: Update error lines.
9051         * g++.old-deja/g++.robertl/eb109.C: Likewise.
9052
9053 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9054
9055         * gcc.dg/compare3.c: New test.
9056
9057 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
9058
9059         * gcc.dg/format-warnll-1.c: New test.
9060
9061 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
9062
9063         * gcc.dg/cpp/cmdlne-P.c: New test.
9064
9065 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
9066
9067         * gcc.c-torture/execute/builtin-abs-1.c,
9068         gcc.c-torture/execute/builtin-abs-2.c: New tests.
9069
9070 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
9071
9072         * gcc.dg/cpp/multiline.c: New test.
9073
9074 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
9075
9076         * g++.old-deja/g++.other/syshdr1.C: Update.
9077         * gcc.dg/cpp/lineflags.c: Remove temporarily.
9078
9079 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9080
9081         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
9082
9083 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9084
9085         * g++.old-deja/g++.pt/ttp65.C: New test.
9086
9087 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9088
9089         * g++.old-deja/g++.pt/ttp64.C: New test.
9090
9091 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9092
9093         * g++.old-deja/g++.pt/spec33.C: New test.
9094
9095 2000-12-14  Catherine Moore  <clm@redhat.com>
9096
9097         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
9098         * gcc.c-torture/execute/920612-2.c: Likewise.
9099         * gcc.c-torture/execute/920428-2.c: Likewise.
9100         * gcc-c-torture/execute/va-arg-11.c: Call exit.
9101         * gcc.c-torture/execute/va-arg-21.c: Likewise.
9102
9103 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9104
9105         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
9106         * gcc.dg/pack-test-2.c: Likewise.
9107
9108 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
9109
9110         Tests by Zack Weinberg <zackw@stanford.edu>.
9111
9112         * gcc.dg/cpp/defined.c: Update.
9113         * gcc.dg/cpp/defined_trad.c: New tests.
9114
9115 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
9116
9117         * gcc.dg/cpp/trad-direct.c: Update.
9118
9119 2000-12-11  Neil Booth  <neilb@earthling.net>
9120
9121         * gcc.dg/cpp/defined_trad.c
9122
9123 2000-12-11  Neil Booth  <neilb@earthling.net>
9124
9125         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
9126
9127 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
9128
9129         * gcc.dg/format-miss-2.c: New test.
9130
9131 2000-12-09  Neil Booth  <neilb@earthling.net>
9132
9133         * gcc.dg/cpp/lineflags.c: New tests.
9134         * gcc.dg/cpp/poison.c: Update.
9135         * gcc.dg/cpp/redef2.c: Update.
9136         * gcc.dg/cpp/skipping.c: New test.
9137
9138 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
9139
9140         * g++.old-deja/g++.other/eh3.C: New testcase.
9141
9142 2000-12-07  Neil Booth  <neilb@earthling.net>
9143
9144         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
9145         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
9146         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
9147         wtr-union-init-2.c, wtr-union-init-3.c: Update.
9148         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
9149         Update.
9150
9151 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
9152
9153         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
9154         __SIZE_TYPE__ instead of int for type of integers cast to
9155         pointers.
9156
9157 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
9158
9159         * g++.old-deja/g++.other/cleanup4.C: New test.
9160
9161 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
9162
9163         * format-sec-1.c: New test.
9164
9165 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
9166
9167         * gcc.dg/format-nonlit-3.c: New test.
9168
9169 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
9170
9171         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
9172         through a null pointer.
9173
9174 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9175
9176         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
9177         * g++.old-deja/g++.pt/partial4.C: New test.
9178
9179 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
9180
9181         * gcc.c-torture/execute/ieee/hugeval.x: New.
9182
9183 2000-12-06  Neil Booth  <neilb@earthling.net>
9184
9185         * gcc.dg/cpp/backslash2.c: New tests.
9186
9187 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9188
9189         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
9190         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
9191
9192 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
9193
9194         * gcc.c-torture/execute/20001203-2.c: New testcase.
9195
9196 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
9197
9198         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
9199         * g++.old-deja/g++.other/virtual10.C: New test.
9200
9201 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
9202
9203         * g++.old-deja/g++.mike/pmf5.C: Remove test.
9204
9205 2000-12-05  Richard Henderson  <rth@redhat.com>
9206
9207         * gcc.c-torture/compile/20001205-1.c: New.
9208
9209 2000-12-04  Neil Booth  <neilb@earthling.net>
9210
9211         * g++.old-deja/g++.other/virtual9.C: New test.
9212         * g++.old-deja/g++.pt/crash61.C: New test.
9213         * gcc.c-torture/execute/loop-9.c: New test.
9214
9215 2000-12-04  Neil Booth  <neilb@earthling.net>
9216
9217         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
9218         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
9219         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
9220         * gcc.dg/cpp/extratokens.c: ...here.
9221
9222 2000-12-04  Neil Booth  <neilb@earthling.net>
9223
9224         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
9225         New tests.
9226
9227 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9228
9229         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
9230         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
9231
9232 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
9233
9234         * gcc.c-torture/execute/20001203-1.c: New test.
9235
9236 2000-12-03  Neil Booth  <neilb@earthling.net>
9237
9238         * gcc.dg/cpp/macro6.c: New test cases.
9239
9240 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9241
9242         * gcc.c-torture/execute/string-opt-9.c: New test.
9243         * gcc.c-torture/execute/string-opt-10.c: Likewise.
9244         * gcc.c-torture/execute/string-opt-11.c: Likewise.
9245         * gcc.c-torture/execute/string-opt-12.c: Likewise.
9246
9247         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
9248         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
9249
9250 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
9251
9252         * gcc.dg/cpp/if-6.c: New testcase.
9253
9254         * gcc.dg/20001201-1.c: New testcase.
9255
9256 2000-12-02  Neil Booth  <neilb@earthling.net>
9257
9258         * g++.old-deja/g++.other/externC4.C,
9259         g++.old-deja/g++.other/friend10.C: New tests.
9260
9261 2000-12-02  Neil Booth  <neilb@earthling.net>
9262
9263         * g++.old-deja/g++.other/instan2.C
9264         * g++.old-deja/g++.other/instan3.C: New test.
9265
9266 2000-12-02  Neil Booth  <neilb@earthling.net>
9267
9268         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
9269         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
9270         gnuc99.c,gnuc99-pedantic.c: New tests.
9271
9272 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
9273
9274         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
9275         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
9276
9277 2000-12-01  Neil Booth  <neilb@earthling.net>
9278
9279         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
9280         * gcc.dg/cpp/poison.c: Update.
9281         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
9282
9283 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
9284
9285         * g77.f-torture/execute/20001201.f: New test.
9286
9287 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
9288
9289         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
9290
9291 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
9292
9293         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
9294
9295 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
9296
9297         * g++.old-deja/g++.other/cast6.C: New test.
9298
9299 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
9300
9301         * gcc.c-torture/execute/20001130-2.c: New testcase.
9302
9303 2000-11-30  Richard Henderson  <rth@redhat.com>
9304
9305         * gcc.c-torture/execute/20001130-1.c: New test.
9306
9307 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
9308
9309         * g++.old-deja/g++.other/op3.C: New test.
9310
9311 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
9312
9313         * g++.old-deja/g++.other/op2.C: New test.
9314
9315 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
9316
9317         * g++.old-deja/g++.other/crash38.C: New test.
9318
9319 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
9320
9321         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
9322
9323 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
9324
9325         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
9326         tests.
9327         * gcc.c-torture/execute/string-opt-6.c: New test.
9328
9329         * gcc.dg/20001117-1.c: Add main.
9330
9331 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
9332
9333         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
9334         Move from here ...
9335         * gcc.dg/940510-1.c: ... to here.
9336
9337         * gcc.dg/20000926-1.c: GNU C now allows initializations of
9338         zero-size arrays in toplevel structures.
9339
9340 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
9341
9342         * gcc.c-torture/execute/loop-8.c: New test.
9343
9344 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
9345
9346         * g++.old-deja/g++.other/base1.C: New test.
9347
9348 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
9349
9350         * g++.old-deja/g++.other/parse2.C: New test.
9351
9352 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
9353
9354         * g++.old-deja/g++.pt/incomplete1.C: New test.
9355
9356 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
9357
9358         * g++.old-deja/g++.other/friend9.C: New test.
9359
9360 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
9361
9362         * gcc.dg/20001127-1.c: New test.
9363
9364 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
9365
9366         * g++.old-deja/g++.pt/friend46.C: New test.
9367
9368 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
9369
9370         * g++.old-deja/g++.other/ptrmem8.C: New test.
9371
9372 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9373
9374         * gcc.c-torture/execute/string-opt-7.c: New test.
9375         * gcc.c-torture/execute/string-opt-8.c: Likewise.
9376
9377 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
9378
9379         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
9380         instead of 'mkcheck 2'.
9381
9382 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
9383
9384         * gcc.c-torture/execute/memcheck/driver.c,
9385         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
9386         C9X references to refer to C99.
9387
9388 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
9389
9390         * gcc.dg/ultrasp3.c: New test.
9391
9392 2000-11-25  Neil Booth  <neilb@earthling.net>
9393
9394         * gcc.dg/cpp/include2.c: Update test to be locale independent.
9395
9396 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
9397
9398         * gcc.c-torture/compile/20001123-2.c: New.
9399
9400 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9401
9402         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
9403
9404 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
9405
9406         * gcc.dg/sequence-point-1.c: Add some new tests.
9407         * gcc.c-torture/execute/20001124-1.c: New test.
9408
9409 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
9410
9411         * g++.old-deja/g++.other/vaarg4.C: New test.
9412         * gcc.c-torture/compile/20001123-1.c: New test.
9413
9414 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
9415
9416         * g++.other/crash24.C: Adjust and remove XFAIL.
9417         * g++.other/crash37.C: New test.
9418
9419 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
9420
9421         * g++.old-deja/g++.pt/instantiate9.C: New test.
9422
9423 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
9424
9425         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
9426         new ABI, too.
9427
9428         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
9429         * g++.old-deja/g++.robertl/eb55.C: Likewise.
9430
9431 2000-11-22  Neil Booth  <neilb@earthling.net>
9432
9433         * gcc.dg/cpp/Wtrigraphs.c: New test.
9434
9435 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
9436
9437         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
9438
9439 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
9440
9441         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
9442
9443 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
9444
9445         * lib/gcc-dg.exp: load_lib scanasm.exp.
9446         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
9447         * lib/g++-dg.exp: load_lib scanasm.exp.
9448         * lib/scanasm.exp: New.
9449         (scan-assembler, scan-assembler-not): Add optional arguments to
9450         test name, or if not present, the pattern name.
9451         (scan-assembler-dem, scan-assembler-dem-not): New.
9452
9453         * g++.dg/dg.exp: New.
9454
9455 2000-11-21  Neil Booth  <neilb@earthling.net>
9456
9457         * gcc.dg/cpp/integrated1.c: Remove.
9458
9459 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
9460
9461         * gcc.c-torture/execute/20001121-1.c: New test.
9462
9463 2000-11-21  Richard Henderson  <rth@redhat.com>
9464
9465         * gcc.c-torture/compile/20001121-1.c: New test.
9466
9467 2000-11-20  Neil Booth  <neilb@earthling.net>
9468
9469         * gcc.dg/cpp/integrated1.c: New test.
9470
9471 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
9472
9473         * g++.old-deja/g++.other/inline17.C: New test.
9474
9475 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
9476
9477         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
9478         local variable to be zero: I made the variable global. Now
9479         uses abort() and exit() instead of relying on main's return value.
9480
9481 2000-11-20  Neil Booth  <neilb@earthling.net>
9482
9483         * gcc.dg/cpp/paste2.c: Update test.
9484         * objc/execute/paste.m: New test.
9485
9486 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
9487
9488         * gcc.dg/c99-condexpr-1.c: New test.
9489
9490 2000-11-20  Neil Booth  <neilb@earthling.net>
9491
9492         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
9493
9494 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
9495
9496         * g++.old-deja/g++.pt/export1.C: New test.
9497
9498 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
9499
9500         * gcc.dg/20001117-1.c: New test.
9501
9502 2000-11-18  Richard Henderson  <rth@redhat.com>
9503
9504         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
9505
9506 2000-11-18  Richard Henderson  <rth@redhat.com>
9507
9508         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
9509         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
9510         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
9511
9512 2000-11-18  Richard Henderson  <rth@redhat.com>
9513
9514         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
9515         (main): New.  Exit cleanly.
9516
9517 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
9518
9519         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
9520         gcc.dg/c99-fordecl-2.c: New tests.
9521
9522 2000-11-18  Richard Henderson  <rth@redhat.com>
9523
9524         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
9525         * gcc.c-torture/execute/zerolen-2.c: New.
9526
9527 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9528
9529         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
9530         memory.
9531
9532 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
9533
9534         * g++.old-deja/g++.pt/instantiate8.C: New test.
9535
9536 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
9537
9538         * g++.old-deja/g++.other/incomplete.C: Add more tests.
9539         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
9540
9541 2000-11-16  Nick Clifton  <nickc@redhat.com>
9542
9543         * gcc.c-torture/execute/nestfunc-2.c: New test.
9544         * gcc.c-torture/execute/nestfunc-3.c: New test.
9545
9546 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
9547
9548         * gcc.c-torture/compile/20001116-1.c: New test.
9549
9550 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9551
9552         * gcc.c-torture/execute/20001115-1.c: New test.
9553
9554 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
9555
9556         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
9557         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
9558         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
9559         * g++.old-deja/g++.abi/vmihint.C: Likewise.
9560
9561 2000-11-15  Neil Booth  <neilb@earthling.net>
9562
9563         gcc.dg/cpp/_Pragma1.c: Update.
9564         gcc.dg/cpp/_Pragma2.c: New test.
9565
9566 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
9567
9568         * g++.old-deja/g++.other/anon5.C: New test.
9569
9570 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
9571
9572         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
9573         tests.
9574
9575 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
9576
9577         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
9578         output.
9579
9580 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9581
9582         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
9583         labels at end of compound statements.
9584
9585 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
9586
9587         * gcc.c-torture/execute/loop-7.c: New test.
9588
9589 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9590
9591         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
9592
9593 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9594
9595         * gcc.dg/c99-bool-1.c: New test.
9596
9597 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9598
9599         * gcc.dg/c99-scope-1.c: Remove xfail.
9600         * gcc.dg/c99-scope-2.c: New test.
9601
9602 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9603
9604         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
9605         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
9606
9607 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
9608
9609         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
9610         error messages.
9611
9612         * g++.mike/p700.C: Don't typedef wchar_t.
9613         * g++.mike/p784.C: Likewise.
9614         * g++.mike/eb101.C: Don't use __wchar_t.
9615
9616 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
9617
9618         * g77.f-torture/execute/20001111.[fx]: Test premature exit
9619         from DO loop.
9620
9621 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
9622
9623         * gcc.c-torture/execute/20001111-1.c: New test.
9624
9625 2000-11-10  Nick Clifton  <nickc@redhat.com>
9626
9627         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
9628         long multuiple and accumulate.
9629
9630 2000-11-09  Richard Henderson  <rth@redhat.com>
9631
9632         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
9633         via size_t instead of int.
9634
9635         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
9636         * gcc.c-torture/execute/string-opt-2.c: Likewise.
9637         * gcc.c-torture/execute/string-opt-3.c: Likewise.
9638         * gcc.c-torture/execute/string-opt-4.c: Likewise.
9639
9640 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
9641
9642         * gcc.c-torture/compile/20001109-1.c: New test.
9643         * gcc.c-torture/compile/20001109-2.c: New test.
9644
9645 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
9646
9647         * g++.old-deja/g++.pt/operator1.C: New test.
9648         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
9649
9650 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
9651
9652         * gcc.dg/20001108-1.c: New test.
9653
9654 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
9655
9656         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
9657         with both arguments constant strings.
9658         * gcc.c-torture/execute/string-opt-3.c: New test.
9659         * gcc.c-torture/execute/string-opt-4.c: New test.
9660         * gcc.c-torture/execute/string-opt-5.c: New test.
9661
9662 2000-11-08  Nick Clifton  <nickc@redhat.com>
9663
9664         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
9665         mulsidi3adddi patterns.
9666
9667 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
9668
9669         * g++.old-deja/g++.other/crash36.C: New test.
9670
9671 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
9672
9673         * g++.old-deja/g++.other/init16.C: New test.
9674
9675 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
9676
9677         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
9678
9679 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
9680
9681         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
9682         * gcc.c-torture/execute/va-arg-16.x: Likewise.
9683         * gcc.c-torture/execute/va-arg-17.x: Likewise.
9684
9685 2000-11-07  DJ Delorie  <dj@redhat.com>
9686
9687         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
9688
9689 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9690
9691         * gcc.c-torture/execute/string-opt-1.c: New test.
9692
9693 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
9694
9695         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
9696         mips-sgi-irix6.* because the MIPS ABI passes floating-point
9697         parameters in registers, and there is no way for a varargs
9698         function to know in which order the integer and floating-point
9699         parameters should be interleaved when they are placed on the
9700         stack.
9701         * gcc.c-torture/execute/va-arg-16.x: Likewise.
9702         * gcc.c-torture/execute/va-arg-17.x: Likewise.
9703
9704 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9705
9706         * gcc.c-torture/execute/string-opt-2.c: New test.
9707
9708 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
9709
9710         * g++.old-deja/g++.pt/crash60.C: New test.
9711
9712 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
9713
9714         * g++.old-deja/g++.other/crash24.C: New test.
9715         * g++.old-deja/g++.other/crash25.C: New test.
9716         * g++.old-deja/g++.other/crash26.C: New test.
9717         * g++.old-deja/g++.other/crash27.C: New test.
9718         * g++.old-deja/g++.other/crash28.C: New test.
9719         * g++.old-deja/g++.other/crash29.C: New test.
9720         * g++.old-deja/g++.other/crash30.C: New test.
9721         * g++.old-deja/g++.other/crash31.C: New test.
9722         * g++.old-deja/g++.other/crash32.C: New test.
9723         * g++.old-deja/g++.other/crash33.C: New test.
9724         * g++.old-deja/g++.other/crash34.C: New test.
9725         * g++.old-deja/g++.other/crash35.C: New test.
9726
9727 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
9728
9729         * gcc.c-torture/execute/20001031-1.c: New test.
9730
9731 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
9732
9733         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
9734         namespace.
9735
9736         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
9737         standards-conformant.
9738
9739         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
9740
9741         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
9742         * g++.old-deja/g++.mike/p755a.C: Likewise.
9743         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
9744         library makes no calls to `operator new' during initialization.
9745
9746 2000-11-04  Neil Booth  <neilb@earthling.net>
9747
9748         * gcc.dg/cpp/include2.c: New tests.
9749
9750 2000-11-03  Mark P Mitchell  <mark@codesourcery.com>
9751
9752         * lib/g++.exp (g++_set_ld_library_path): New function.
9753         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
9754
9755 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
9756
9757         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
9758         warnings.
9759
9760 2000-11-01  Richard Henderson  <rth@redhat.com>
9761
9762         * g++.old-deja/g++.ext/namedret1.C: New.
9763         * g++.old-deja/g++.ext/namedret2.C: New.
9764         * g++.old-deja/g++.ext/namedret3.C: New.
9765
9766 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
9767
9768         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
9769         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
9770
9771 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9772
9773         * gcc.c-torture/execute/va-arg-21.c: New test.
9774
9775 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
9776
9777         * gcc.dg/c99-complex-2.c: New test.
9778
9779 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9780
9781         * gcc.c-torture/execute/stdio-opt-1.c: New test.
9782
9783 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
9784
9785         * g++.old-deja/g++.other/inline16.C: New test.
9786
9787 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
9788
9789         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
9790         __PRETTY_FUNCTION__
9791
9792 2000-10-29  Neil Booth  <neilb@earthling.net>
9793
9794         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
9795         New tests.
9796         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
9797         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
9798         optimisation.
9799
9800 2000-10-29  Neil Booth  <neilb@earthling.net>
9801
9802         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
9803         * mi1.c, mi1c.h: Add null directives to multiple-include test.
9804         * mi5.c: Test multiple includes work with -C.
9805         * trigraphs.c: Test ^= version.
9806
9807 2000-10-28  Neil Booth  <neilb@earthling.net>
9808
9809         New tests and test updates for new macro expander.
9810
9811         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
9812         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
9813         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
9814         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
9815         new diagnostic messages.
9816
9817         * gcc.dg/cpp/macro3.c: New tests.
9818
9819 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
9820
9821         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
9822         on the same line.
9823
9824 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
9825
9826         * g++.old-deja/g++.other/eh2.C: New test.
9827
9828 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
9829
9830         * gcc.c-torture/execute/20001027-1.c: New test.
9831
9832 2000-10-26  Richard Henderson  <rth@redhat.com>
9833
9834         * gcc.c-torture/execute/20001026-1.c: New.
9835
9836 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
9837
9838         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
9839         * g++.old-deja/g++.law/builtin1.C: Likewise.
9840         * g++.old-deja/g++.law/ctors10.C: Likewise.
9841         * g++.old-deja/g++.law/virtual3.C: Likewise.
9842         * g++.old-deja/g++.mike/p658.C: Likewise.
9843         * g++.old-deja/g++.other/sibcall1.C: Likewise.
9844         * g++.old-deja/g++.other/vaarg2.C: Likewise.
9845         * g++.old-deja/g++.robertl/eb124.C: Likewise.
9846         * g++.old-deja/g++.robertl/eb44.C: Likewise.
9847         * g++.old-deja/g++.robertl/eb77.C: Likewise.
9848
9849 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
9850
9851         * gcc.c-torture/compile/20001024-1.c: New test.
9852
9853 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
9854
9855         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
9856         to tell us whether or not we are using V3.
9857
9858 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
9859
9860         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
9861         operands.
9862
9863 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
9864
9865         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
9866
9867 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
9868
9869         * gcc.c-torture/execute/20001024-1.c: New test.
9870
9871 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
9872
9873         * g++.old-deja/g++.other/sibcall1.C: New test.
9874
9875 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
9876
9877         * gcc.dg/noncompile/init-3.c: New test.
9878
9879 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
9880
9881         * gcc.dg/format-array-1.c: New test.
9882
9883 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
9884
9885         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
9886         writing through null pointers; remove comment about testing
9887         unterminated strings.
9888
9889 2000-10-17  Matthew Hiller  <hiller@redhat.com>
9890
9891         * gcc.c-torture/execute/20001017-2.c: New test.
9892
9893 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
9894
9895         * gcc.c-torture/compile/20001018-1.c: New test.
9896         * gcc.c-torture/compile/20001018-1.x: Xfail.
9897
9898 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9899
9900         * gcc.c-torture/execute/20001017-1.c: New test.
9901
9902 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
9903
9904         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
9905         for multiple use of arguments with scanf formats; add tests for
9906         multiple use of arguments.
9907
9908 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
9909
9910         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
9911
9912 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
9913
9914         * gcc.dg/format-miss-1.c: New test.
9915
9916 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
9917
9918         * gcc.c-torture/execute/20001013-1.c: New test.
9919
9920 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
9921
9922         * gcc.dg/format-branch-1.c: New test.
9923
9924 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
9925
9926         * README, lib/file-format.exp: Remove EGCS references.
9927
9928 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
9929
9930         * gcc.dg/20001013-1.c: New test.
9931
9932 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
9933
9934         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
9935         for intmax_t in the compiler using __typeof__ and the type rules
9936         for conditional expressions.
9937
9938 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
9939
9940         * gcc.dg/20001012-1.c: New test.
9941         * gcc.dg/20001012-2.c: New test.
9942
9943 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
9944
9945         * gcc.dg/format-attr-1.c: New test.
9946
9947 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
9948
9949         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
9950         __LONG_LONG_MAX__ instead of LLONG_MAX.
9951
9952 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
9953
9954         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
9955         scanf flags.
9956         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
9957         flags.
9958
9959 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
9960
9961         * gcc.dg/sequence-pt-1.c: New test.
9962
9963 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
9964
9965         * gcc.c-torture/execute/20001011-1.c: New testcase.
9966         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
9967
9968 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
9969
9970         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
9971         does not error on it.
9972
9973 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
9974
9975         * gcc.dg/20001009-1.c: New test.
9976
9977 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
9978
9979         * gcc.c-torture/compile/20001009-1.c: Move from here ....
9980         * gcc.c-torture/execute/20001009-2.c: ... to here.
9981
9982 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
9983
9984         * gcc.c-torture/compile/20001009-1.c: New testcase.
9985         * gcc.c-torture/execute/20001009-1.c: New testcase.
9986         Testcases provided by Jan Hubicka <jh@suse.cz>.
9987
9988 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
9989
9990         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
9991         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
9992         uintmax_t using <limits.h> to emulate the compiler's internal
9993         logic.  No longer XFAIL %j tests.
9994
9995 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
9996
9997         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
9998         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
9999         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
10000         regexps and details of expected handling of some bad formats.
10001         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
10002         suppression.
10003
10004 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
10005
10006         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
10007         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
10008         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
10009         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
10010         in list archives.
10011
10012 2000-10-06  Richard Henderson  <rth@cygnus.com>
10013
10014         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
10015         * g++.old-deja/g++.brendan/crash52.C: Likewise.
10016         * g++.old-deja/g++.jason/report.C: Likewise.
10017         * g++.old-deja/g++.law/friend5.C: Likewise.
10018         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
10019         of the expected warnings.
10020
10021 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
10022
10023         * g++.old-deja/g++.pt/enum14.C: New test.
10024
10025 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
10026
10027         * g++.old-deja/g++.pt/crash59.C: New test.
10028
10029 2000-10-04  Will Cohen  <wcohen@redhat.com>
10030
10031         * gcc.dg/20000926-1.c: New test.
10032
10033 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
10034
10035         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
10036         function name for current C++ compiler.
10037         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
10038
10039 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
10040
10041         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
10042         __PRETTY_FUNCTION__.
10043         * g++.old-deja/g++.ext/pretty2.C: Likewise.
10044
10045 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10046
10047         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
10048
10049 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
10050
10051         * gcc.c-torture/compile/20000923-1.c: New test.
10052
10053 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
10054
10055         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
10056         * g++.old-deja/g++.pt/ttp62.C: Same.
10057         * g++.old-deja/g++.other/inline14.C: Same.
10058
10059 2000-09-24  Richard Henderson  <rth@cygnus.com>
10060
10061         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
10062
10063 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
10064
10065         * gcc.dg/c90-printf-1.c: Add test for wide string format.
10066
10067 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
10068
10069         * gcc.c-torture/compile/20000922-1.c: New file.
10070
10071 2000-09-21  Nick Clifton  <nickc@redhat.com>
10072
10073         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
10074         a signed long modulo operation.
10075         (mod6): New function - perform an unsigned long modulo operation.
10076         (main): Add tests for modulos of very large numbers by very small
10077         dividends.
10078
10079 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10080
10081         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
10082
10083 2000-09-19  Richard Henderson  <rth@cygnus.com>
10084
10085         * gcc.dg/compare2.c (case 10): XFAIL.
10086
10087 2000-09-18  Richard Henderson  <rth@cygnus.com>
10088
10089         * gcc.c-torture/execute/20000906-1.c: Move ...
10090         * gcc.dg/20000906-1.c: ... here.  Only run on targets
10091         that support __builtin_trap.
10092
10093 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
10094
10095         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
10096
10097 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
10098
10099         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
10100         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
10101         more $ format tests.
10102
10103 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
10104
10105         * gcc.dg/format-errmk-1.c: New test.
10106
10107 2000-09-17  Greg McGary  <greg@mcgary.org>
10108
10109         * gcc.c-torture/execute/20000917-1.x: Remove.
10110
10111 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
10112
10113         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
10114
10115 2000-09-17  Greg McGary  <greg@mcgary.org>
10116
10117         * gcc.c-torture/execute/20000917-1.c: New test.
10118         * gcc.c-torture/execute/20000917-1.x: XFAIL.
10119
10120 Sat 16-Sep-2000 08:14:58 BST  Neil Booth  <NeilB@earthling.net>
10121
10122         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
10123         in nested macro bug.
10124
10125 Fri 15-Sep-2000 06:50:11 BST  Neil Booth  <NeilB@earthling.net>
10126
10127         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
10128
10129 2000-09-14  Jeffrey A Law  (law@cygnus.com)
10130
10131         * gcc.c-torture/execute/20000914-1.c: New test.
10132
10133 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
10134
10135         * g++.other/inline13.C: New test.
10136
10137 2000-09-12  Andreas Jaeger  <aj@suse.de>
10138
10139         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
10140         constant by Ulrich Drepper <drepper@redhat.com>.
10141
10142 2000-09-12  J"orn Rennecke <amylaar@redhat.co.uk>
10143
10144         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
10145
10146 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10147
10148         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
10149
10150 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
10151
10152         * gcc.dg/cpp/backslash.c: New test.
10153
10154 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
10155
10156         * gcc.c-torture/execute/20000910-1.c: New test.
10157         * gcc.c-torture/execute/20000910-2.c: Likewise.
10158
10159 2000-09-11  Robert Lipe  <robertl@sco.com>
10160
10161         * gcc.dg/pragma-align.c: New test.
10162
10163 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
10164
10165         * g++.old-deja/g++.pt/explicit82.C: New test.
10166         * g++.old-deja/g++.pt/explicit83.C: New test.
10167
10168 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
10169
10170         * gcc.dg/asm-names.c: New test.
10171
10172 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10173
10174         * gcc.dg/cpp/tr-warn6.c: New test
10175
10176 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
10177
10178         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
10179         be accepted.
10180
10181 2000-09-07  Catherine Moore  <clm@redhat.com>
10182
10183         * gcc.c-torture/execute/unroll-1.c: New test.
10184
10185 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
10186
10187         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
10188         ERROR markers.
10189         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
10190         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
10191         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
10192         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
10193         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
10194         Preprocess only.
10195         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
10196         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
10197
10198 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
10199
10200         * g++.old-deja/g++.pt/deduct2.C: New test.
10201
10202 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
10203
10204         * g++.old-deja/g++.pt/parms2.C: New test.
10205
10206 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
10207
10208         * g++.old-deja/g++.pt/crash58.C: New test.
10209
10210 2000-09-06  Greg McGary  <greg@mcgary.org>
10211
10212         * gcc.c-torture/execute/20000906-1.c: New test.
10213         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
10214
10215 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10216
10217         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
10218
10219 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
10220
10221         * g++.old-deja/g++.pt/crash57.C: New test.
10222
10223 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
10224
10225         * g++.old-deja/g++.pt/crash56.C: New test.
10226
10227 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
10228
10229         * g++.old-deja/g++.pt/koenig1.C: New test.
10230
10231 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
10232
10233         * gcc.dg/20000904-1.c: New test.
10234
10235 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
10236
10237         * gcc.dg/cpp/paste8.c: New test.
10238
10239 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
10240
10241         * gcc.c-torture/compile/20000827-1.c: New test.
10242
10243 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
10244
10245         * gcc.dg/format-diag-1.c: New test.
10246
10247 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
10248
10249         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
10250         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
10251         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
10252         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
10253         gcc.dg/formatz-1.c: Adjust warning regular expressions.
10254
10255 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
10256
10257         * g++.old-deja/g++.other/nested4.C: New test.
10258
10259 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
10260
10261         * g++.old-deja/g++.ns/scoped1.C: New test.
10262
10263 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
10264
10265         * lib/g++.exp: Support testing already-installed GCC.
10266
10267 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10268
10269         * wtr-label-1.c, wtr-suffix-1.c: New tests.
10270
10271 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10272
10273         * gcc.dg/return-type-2.c: New test.
10274
10275 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
10276
10277         * gcc.c-torture/compile/20000825-1.c: New test.
10278
10279 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
10280
10281         * gcc.dg/dwarf2-2.c: New test.
10282
10283 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
10284
10285         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
10286         dg-warning regexps.
10287
10288 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
10289
10290         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
10291         gcc.dg/format-ext-5.c: New tests.
10292
10293 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
10294
10295         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
10296
10297 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
10298
10299         * gcc.dg/noncompile/930622-2.c: Adjust error message.
10300
10301 2000-08-24  Richard Henderson  <rth@cygnus.com>
10302
10303         * gcc.dg/ia64-sync-1.c: New test.
10304         * gcc.dg/ia64-sync-2.c: New test.
10305         * gcc.dg/ia64-asm-1.c: New test.
10306
10307 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
10308
10309         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
10310         * gcc.dg/format-ext-2.c: New test.
10311
10312 2000-08-23  Jason Merrill  <jason@redhat.com>
10313
10314         * lib/old-dejagnu.exp: Also ignore "In member function" and
10315         "At global scope".
10316
10317 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10318
10319         * gcc.dg/noncompile/label-lineno-1.c: New test.
10320
10321 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
10322
10323         * gcc.dg/c99-array-nonobj-1.c: New test.
10324
10325 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
10326
10327         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
10328         tests.
10329         * gcc.dg/format-ext-1.c: New test.
10330
10331 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10332
10333         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
10334         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
10335         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
10336         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
10337         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
10338
10339 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
10340
10341         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
10342         gcc.dg/c99-strftime-2.c: New tests.
10343
10344 2000-08-22  Richard Henderson  <rth@cygnus.com>
10345
10346         * gcc.c-torture/execute/20000822-1.c: New test.
10347
10348 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
10349
10350         * gcc.c-torture/execute/20000819-1.x: Remove.
10351
10352 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
10353
10354         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
10355         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
10356         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
10357         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
10358         gcc.dg/format-xopen-1.c: New tests.
10359
10360 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
10361
10362         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
10363
10364 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
10365
10366         * g++.old-deja/g++.other/loop2.C: New test.
10367
10368         * gcc.c-torture/compile/20000606-1.c: New test.
10369         * gcc.c-torture/compile/20000728-1.c: New test.
10370         * gcc.c-torture/execute/20000801-1.c: New test.
10371         * gcc.c-torture/execute/20000801-2.c: New test.
10372         * gcc.c-torture/execute/20000819-1.c: New test.
10373         * gcc.c-torture/execute/20000819-1.x: XFAIL.
10374         * gcc.dg/20000629-1.c: New test.
10375         * gcc.dg/20000724-1.c: New test.
10376         * gcc.dg/20000807-1.c: New test.
10377
10378 2000-08-20 Dennis Chernoivanov <cdi@sparc.spb.su>
10379
10380         * gcc.dg/cpp/pragma-1.c: New test.
10381         * gcc.dg/cpp/pragma-2.c: New test.
10382
10383 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
10384
10385         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
10386         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
10387
10388 2000-08-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10389
10390         * gcc.c-torture/compile/20000818-1.c: New test.
10391
10392 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
10393
10394         * gcc.c-torture/execute/20000818-1.c: New test.
10395
10396 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
10397
10398         * gcc.dg/format-va-1.c: New test.
10399
10400 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
10401
10402         * g++.old-deja/g++.other/typedef8.C: New test.
10403
10404 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
10405
10406         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
10407         * g++.old-deja/g++.mike/net36.C: Mark candidate.
10408         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
10409         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
10410         * g++.old-deja/g++.other/ptrmem7.C: New test.
10411         * g++.old-deja/g++.pt/ptrmem10.C: New test.
10412
10413 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
10414
10415         * g++.old-deja/g++.pt/typename27.C: New test.
10416
10417 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
10418
10419         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
10420         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
10421         * g++.old-deja/g++.pt/friend45.C: New test.
10422         * g++.old-deja/g++.other/friend8.C: New test.
10423
10424 2000-08-15  Richard Henderson  <rth@cygnus.com>
10425
10426         * gcc.c-torture/execute/20000815-1.c: New test.
10427
10428 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
10429
10430         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
10431         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
10432         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
10433
10434 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
10435
10436         * g++.old-deja/g++.other/refinit2.C: New test.
10437
10438 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
10439
10440         * lib/c-torture.exp (c-torture): Make
10441         compiler_conditional_xfail_data global.
10442         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
10443         compiler_conditional_xfail_data machinery.
10444         (f-torture-execute): Likewise.
10445         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
10446         and only when unrolling loops.
10447
10448         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
10449
10450 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
10451
10452         * g++.old-deja/g++.pt/explicit81.C: New test.
10453
10454 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
10455
10456         * g++.old-deja/g++.pt/typename26.C: New test.
10457
10458 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
10459
10460         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
10461         warning.
10462
10463 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
10464
10465         * g++.old-deja/g++.other/array3.C: New test.
10466
10467 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
10468
10469         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
10470         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
10471         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
10472         New tests.
10473
10474 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
10475
10476         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
10477         * g++.old-deja/g++.abi/vmihint.C: Likewise.
10478
10479 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
10480
10481         * gcc.c-torture/execute/20000808-1.c: New test.
10482
10483 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
10484
10485         * gcc.dg/c90-const-expr-1.c: New test.
10486
10487 2000-08-08  Richard Henderson  <rth@cygnus.com>
10488
10489         * gcc.dg/noncompile/920923-1.c: Declare calloc.
10490
10491 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
10492
10493         * gcc.dg/noncompile/const-ll-1.c: New test.
10494
10495 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
10496
10497         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
10498
10499 2000-08-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
10500
10501         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
10502         that running programs linked against the shared version of libobjc
10503         run correctly.
10504
10505 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
10506
10507         * gcc.dg/c99-printf-1.c: New test.
10508
10509 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
10510
10511         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
10512
10513 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
10514
10515         * gcc.c-torture/execute/20000731-1.x: Delete.
10516
10517 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
10518
10519         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
10520         and torture_without_loops as is done by c-torture.exp.
10521         (search_for): Copy from c-torture.exp.
10522         (gcc-dg-runtest): New function, drives a directory of tests
10523         iterating over the TORTURE_OPTIONS.
10524         (scan-assembler, scan-assembler-not): Move here from
10525         individual directory drivers.
10526
10527         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
10528         defined by lib/gcc-dg.exp.
10529         * gcc.dg/cpp/cpp.exp: Likewise.
10530         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
10531         gcc-dg-runtest, so we cycle over optimization options.
10532
10533         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
10534         * gcc.dg/compare2.c: No longer expected to fail.
10535
10536 2000-08-04  J"orn Rennecke <amylaar@cygnus.co.uk>
10537
10538         * gcc.c-torture/execute/20000804-1.c: New test.
10539
10540 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
10541
10542         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
10543
10544 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
10545
10546         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
10547
10548 2000-08-03  Jeffrey A Law  (law@cygnus.com)
10549
10550         * gcc.c-torture/compile/20000803-1.c: New test.
10551
10552 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
10553
10554         * gcc.c-torture/execute/20000801-3.c,
10555         gcc.c-torture/execute/20000801-4.c: New tests.
10556         * gcc.c-torture/execute/20000801-3.x,
10557         gcc.c-torture/execute/20000801-4.x: Xfail.
10558
10559 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
10560
10561         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
10562         libobjc/.libs to allow for libtool.
10563
10564 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
10565
10566         * gcc.c-torture/compile/20000802-1.c: New test.
10567
10568 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
10569
10570         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
10571
10572 2000-07-31  Jeffrey A Law  (law@cygnus.com)
10573
10574         * gcc-c-torture/execute/20000731-2.c: New test.
10575
10576         * gcc.c-torture/execute/20000731-1.c: New test.
10577         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
10578
10579 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
10580
10581         * testsuite/gcc.dg/cpp/paste7.c: New test.
10582         * gcc.dg/cpp/20000725-1.c: New test.
10583
10584 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
10585
10586         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
10587         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
10588         declaration warning for __builtin_dwarf_reg_size.
10589
10590         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
10591
10592 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
10593
10594         * gcc.dg/noncompile/voidparam-1.c: New test.
10595
10596 2000-07-30  Richard Henderson  <rth@cygnus.com>
10597
10598         * gcc.dg/c90-digraph-1.c: Don't xfail.
10599         * gcc.dg/compare2.c (case 10): Xfail.
10600         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
10601
10602 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
10603
10604         * gcc.dg/c99-main-1.c: New test.
10605
10606 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
10607
10608         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
10609
10610 2000-07-26  Hans-Peter Nilsson  <hp@axis.com>
10611
10612         * gcc.c-tortuer/execute/20000726-1.c: New test.
10613
10614 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
10615
10616         * gcc.c-torture/execute/enum-2.c: New test.
10617
10618 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10619
10620         * gcc.dg/cpp/tr-warn3.c: New test.
10621
10622 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
10623
10624         * g++.old-deja/g++.ext/implicit1.C: Remove.
10625         * g++.old-deja/g++.jason/c2.C: Remove
10626         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
10627         * g++.old-deja/g++.pt/crash16.C: Likewise.
10628         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
10629
10630 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
10631
10632         * g++.old-deja/g++.other/for2.C: New test.
10633
10634 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
10635
10636         * gcc.dg/20000720-1.c: New test.
10637
10638 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
10639
10640         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
10641
10642 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
10643
10644         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
10645         * gcc.c-torture/execute/20000722-1.c: New.
10646         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
10647
10648 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
10649
10650         * gcc.dg/cpp/20000720-1.S: New test.
10651
10652 2000-07-21  Michael Meissner  <meissner@redhat.com>
10653
10654         * gcc.c-torture/execute/ieee/hugeval.c: New test.
10655
10656 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
10657
10658         * g++.old-deja/g++.brendan/crash16.C,
10659         g++.old-deja/g++.brendan/parse3.C,
10660         g++.old-deja/g++.brendan/redecl1.C,
10661         g++.old-deja/g++.ns/template13.C,
10662         g++.old-deja/g++.other/decl4.C,
10663         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
10664
10665 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
10666
10667         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
10668         and "Internal error".
10669
10670         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
10671         regexps.
10672         * gcc.dg/cpp/paste6.c: New test.
10673
10674 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
10675
10676         * gcc.dg/cpp/tr-direct.c: New test.
10677
10678         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
10679         gcc.dg/cpp/undef1.c: Tweak error regexps.
10680
10681 2000-07-18  Eric Christopher <echristo@redhat.com>
10682
10683         * gcc.c-torture/compile/20000718-1.c: New test.
10684
10685 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
10686
10687         * cpplex.c (_cpp_push_token): If the token being pushed back
10688         is the previous token in this context, just subtract one from
10689         context->posn.
10690         * cppmacro.c (save_expansion): Clear aux field when storing a
10691         placemarker.
10692
10693 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
10694
10695         * gcc.dg/noncompile/redecl-1.c: New test.
10696
10697 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
10698
10699         * gcc.c-torture/execute/20000717-5.c: New test.
10700         * gcc.c-torture/execute/20000717-1.x: Removed.
10701
10702 2000-07-17  Richard Henderson  <rth@cygnus.com>
10703
10704         * gcc.c-torture/execute/20000717-4.c: New test.
10705
10706 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
10707
10708         * gcc.dg/cpp/syshdr.c: New test.
10709         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
10710
10711 2000-07-17  Neil Booth  <neilb@earthling.net>
10712
10713         * gcc.dg/cpp/cmdlne-dM.c: New test.
10714         * gcc.dg/cpp/cmdlne-dD.c: New test.
10715
10716 2000-07-17  Jeffrey A Law  (law@cygnus.com)
10717
10718         * gcc.c-torture/execute/20000717-3.c: New test.
10719
10720         * gcc.c-torture/compile/20000717-1.c: New test.
10721
10722 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
10723
10724         * gcc.c-torture/execute/20000717-2.c: New test.
10725
10726 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
10727
10728         * gcc.dg/formatz-1.c: New test.
10729
10730         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
10731         * gcc.dg/c99-digraph-1.c: New tests.
10732
10733         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
10734         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
10735
10736         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
10737         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
10738         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
10739         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
10740         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
10741         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
10742         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
10743
10744 2000-07-17   Greg McGary <greg@mcgary.org>
10745
10746         * gcc.c-torture/execute/20000717-1.c: New test.
10747         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
10748
10749 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
10750
10751         * gcc.c-torture/execute/20000715-2.c: New test.
10752         * gcc.dg/20000715-1.c: New test.
10753
10754 2000-07-15  Michael Meissner  <meissner@redhat.com>
10755
10756         * gcc.c-torture/execute/20000715-1.c: New test.
10757
10758 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
10759
10760         * gcc.c-torture/execute/20000707-1.c: New test.
10761
10762 2000-07-13  Neil Booth  <NeilB@earthling.net>
10763
10764         * testsuite/gcc.dg/cpp/digraph1.c,
10765         testsuite/gcc.dg/cpp/digraph2.c,
10766         testsuite/gcc.dg/cpp/digraphs.c: New tests.
10767
10768 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
10769
10770         * g77.f-torture/compile/20000630-2.f:  New test.
10771         * g77.f-torture/compile/20000630-2.x
10772
10773 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
10774
10775         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
10776
10777 2000-07-11  Neil Booth  <NeilB@earthling.net>
10778
10779         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
10780
10781 2000-07-11  Neil Booth  <NeilB@earthling.net>
10782
10783         * gcc.dg/cpp/cmdlne-C.c: New.
10784
10785 2000-07-09  Neil Booth  <NeilB@earthling.net>
10786
10787         * gcc.dg/cpp/directiv.c: New tests.
10788         * gcc.dg/cpp/undef1.c: Update.
10789
10790 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
10791
10792         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
10793
10794 2000-07-09  Neil Booth  <NeilB@earthling.net>
10795
10796         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
10797
10798 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
10799
10800         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
10801         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
10802
10803 2000-07-08  Neil Booth  <NeilB@earthling.net>
10804
10805         * gcc.dg/cpp/macsyntx.c: New tests.
10806
10807 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
10808
10809         * gcc.dg/20000707-1.c: New test.
10810
10811 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
10812
10813         * gcc.c-torture/execute/20000706-1.c: New test.
10814         * gcc.c-torture/execute/20000706-2.c: New test.
10815         * gcc.c-torture/execute/20000706-3.c: New test.
10816         * gcc.c-torture/execute/20000706-4.c: New test.
10817         * gcc.c-torture/execute/20000706-5.c: New test.
10818
10819 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
10820
10821         * g++.old-deja/g++.pt/instantiate7.C: New test.
10822
10823 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
10824
10825         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
10826         * g++.old-deja/g++.mike/thunk3.C: Likewise.
10827         * g++.old-deja/g++.other/rtti3.C: Likewise.
10828         * g++.old-deja/g++.other/rttid3.C: Likewise.
10829
10830 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
10831
10832         *  g77.f-torture/compile/20000630-1.x: Fix typo
10833
10834 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
10835
10836         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
10837         assembly output.
10838
10839 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
10840
10841         * gcc.dg/cpp/ident.c: New test.
10842
10843 2000-07-05  Neil Booth  <NeilB@earthling.net>
10844
10845         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
10846           gcc.dg/cpp/lexstrng.c: New tests.
10847
10848 2000-07-04  Neil Booth  <NeilB@earthling.net>
10849
10850         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
10851         * gcc.dg/cpp/strify2.c: Same.
10852
10853 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
10854
10855         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
10856         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
10857         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
10858         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
10859
10860         * testsuite/gcc.dg/cpp/macro1.c,
10861         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
10862         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
10863         testsuite/gcc.dg/cpp/strify1.c,
10864         testsuite/gcc.dg/cpp/strify2.c: New tests.
10865
10866 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
10867
10868         * gcc.c-torture/execute/20000703-1.c: New test.
10869
10870 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
10871
10872         * g++.old-deja/g++.pt (lookup10.C): New test.
10873
10874 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
10875
10876         * g++.old-deja/g++.pt (typename25.C): New test.
10877
10878 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
10879
10880         * gcc.c-torture/compile/20000701-1.c: New test.
10881
10882 2000-06-30  Nick Clifton  <nickc@cygnus.com>
10883
10884         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
10885         to test case.
10886
10887 2000-06-30  Catherine Moore  <clm@cygnus.com>
10888
10889         * gcc.c-torture/execute/align-1.c: New test.
10890
10891 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
10892
10893         * g++.old-deja/g++.pt/expr8.C: New test.
10894         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
10895
10896 2000-06-29  Nick Clifton  <nickc@cygnus.com>
10897
10898         * gcc.c-torture/compile/20000629-1.c: New test.
10899
10900 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
10901
10902
10903         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
10904         gcc.dg/noncompile directory, depending on whether they're
10905         preprocessor tests or not.  Annotate all the tests for the dg
10906         framework.
10907
10908         * gcc.c-torture/noncompile/noncompile.exp: Delete.
10909         * gcc.dg/noncompile/noncompile.exp: New.
10910
10911         * Moved files:
10912         Old name                                New name
10913         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
10914         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
10915         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
10916         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
10917         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
10918         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
10919         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
10920         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
10921         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
10922         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
10923         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
10924         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
10925         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
10926         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
10927         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
10928         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
10929         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
10930         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
10931         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
10932         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
10933         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
10934         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
10935         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
10936         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
10937
10938         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
10939         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
10940         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
10941         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
10942         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
10943         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
10944
10945 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
10946
10947         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
10948         declare one variable.  On the fourth, error.
10949         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
10950         declared by 20000628-1a.h.
10951
10952 2000-06-29  Richard Henderson  <rth@redhat.com>
10953
10954         * gcc.c-torture/execute/930529-1.x: New file.
10955         * gcc.dg/920413-1.c: Adjust expected warning text.
10956         * gcc.dg/980217-1.c: Declare abort.
10957         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
10958
10959 2000-06-29  Jeffrey A Law  (law@cygnus.com)
10960
10961         * g77.f-torture/compile/20000629-1.f: New test.
10962         * g77.f-torture/compile/20000629-1.x: Expected to fail.
10963
10964 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
10965
10966         Rearrange lots of files, removing entirely the
10967         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
10968         directories.
10969
10970         * Deleted files:
10971         gcc.c-torture/code_quality/code_quality.exp
10972         gcc.c-torture/special/special.exp
10973         gcc.failure/failure.exp
10974         gcc.failure/940409-1.x
10975         gcc.c-torture/compile/961203-1.x
10976
10977         * New files:
10978         gcc.misc-tests/linkage.exp
10979         gcc.c-torture/execute/920730-1t.c
10980         gcc.c-torture/execute/920730-1t.x
10981         gcc.c-torture/compile/920520-1.x
10982         gcc.c-torture/compile/920521-1.x
10983         gcc.c-torture/compile/981006-1.x
10984         gcc.c-torture/execute/eeprof-1.x
10985
10986         * Moved files (possibly with modifications to fit a new harness):
10987         Old name                                New name
10988         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
10989         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
10990         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
10991         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
10992         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
10993         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
10994         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
10995         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
10996         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
10997         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
10998         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
10999         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
11000         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
11001         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
11002
11003 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
11004
11005         * c-torture/compile/961203-1.x: Delete.
11006
11007         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
11008         not exit. Include stdio.h.
11009         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
11010         * gcc.misc-tests/dg-12.c: Likewise.
11011         * gcc.misc-tests/dg-5.c: Likewise.
11012         * gcc.misc-tests/dg-6.c: Likewise.
11013         * gcc.misc-tests/dg-7.c: Prototype abort.
11014         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
11015         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
11016         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
11017         not exit.
11018         * gcc.misc-tests/sieve.c: Use return from main, not exit.
11019         * gcc.misc-tests/sort2.c: Use return from main, not exit.
11020
11021 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
11022
11023         * gcc.dg/cpp/20000628-1.c: New test.
11024         * gcc.dg/cpp/20000628-1.h: New header for above test.
11025         * gcc.dg/cpp/20000628-1a.h: Likewise.
11026
11027 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
11028
11029         * gcc.dg/cpp: New directory.
11030         * gcc.dg/cpp/cpp.exp: New driver.
11031         * gcc.dg/cpp/20000627-1.c: New test.
11032         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
11033         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
11034         and rewrite as a compilation test.
11035
11036         * gcc.dg: Move many files into the cpp subdirectory, possibly
11037         renaming or editing them as well.
11038         Old name                New name
11039         990119-1.c              cpp/19990119-1.c
11040         990228-1.c              cpp/19990228-1.c
11041         990407-1.c              cpp/19990407-1.c
11042         990409-1.c              cpp/19990409-1.c
11043         990413-1.c              cpp/19990413-1.c
11044         990703-1.c              cpp/19990703-1.c
11045         20000127-1.c            cpp/20000127-1.c
11046         20000129-1.c            cpp/20000129-1.c
11047         20000207-1.c            cpp/20000207-1.c
11048         20000207-2.c            cpp/20000207-2.c
11049         20000209-1.c            cpp/20000209-1.c
11050         20000209-2.c            cpp/20000209-2.c
11051         20000301-1.c            cpp/20000301-1.c
11052         20000419-1.c            cpp/20000419-1.c
11053         20000510-1.S            cpp/20000510-1.S
11054         20000519-1.c            cpp/20000519-1.c
11055         20000529-1.c            cpp/20000529-1.c
11056         20000625-1.c            cpp/20000625-1.c
11057         20000625-2.c            cpp/20000625-2.c
11058         cpp-as1.c               cpp/assert1.c
11059         cpp-as2.c               cpp/assert2.c
11060         cxx-comments-1.c        cpp/cxxcom1.c
11061         cxx-comments-2.c        cpp/cxxcom2.c
11062         endif-label.c           cpp/endif.c
11063         cpp-hash1.c             cpp/hash1.c
11064         cpp-hash2.c             cpp/hash2.c
11065         cpp-if1.c               cpp/if-1.c
11066         cpp-if2.c               cpp/if-2.c
11067         cpp-if3.c               cpp/if-3.c
11068         cpp-if4.c               cpp/if-4.c
11069         cpp-if5.c               cpp/if-5.c
11070         cpp-cond.c              cpp/if-cexp.c
11071         cpp-missingop.c         cpp/if-mop.c
11072         cpp-missingparen.c      cpp/if-mpar.c
11073         cpp-opprec.c            cpp/if-oppr.c
11074         cpp-ifparen.c           cpp/if-paren.c
11075         cpp-shortcircuit.c      cpp/if-sc.c
11076         cpp-shift.c             cpp/if-shift.c
11077         cpp-unary.c             cpp/if-unary.c
11078         cpp-li1.c               cpp/line1.c
11079         cpp-li2.c               cpp/line2.c
11080         lineno.c                cpp/line3.c
11081         lineno-2.c              cpp/line4.c
11082         cpp-mi.c                cpp/mi1.c
11083         cpp-mic.h               cpp/mi1c.h
11084         cpp-micc.h              cpp/mi1cc.h
11085         cpp-mind.h              cpp/mi1nd.h
11086         cpp-mindp.h             cpp/mi1ndp.h
11087         cpp-mix.h               cpp/mi1x.h
11088         cpp-mi2.c               cpp/mi2.c
11089         cpp-mi2a.h              cpp/mi2a.h
11090         cpp-mi2b.h              cpp/mi2b.h
11091         cpp-mi2c.h              cpp/mi2c.h
11092         cpp-mi3.c               cpp/mi3.c
11093         cpp-mi3.def             cpp/mi3.def
11094         poison-1.c              cpp/poison.c
11095         pr-impl.c               cpp/prag-imp.c
11096         cpp-redef-2.c           cpp/redef1.c
11097         cpp-redef.c             cpp/redef2.c
11098         strpaste.c              cpp/strp1.c
11099         strpaste-2.c            cpp/strp2.c
11100         cpp-tradpaste.c         cpp/tr-paste.c
11101         cpp-tradstringify.c     cpp/tr-str.c
11102         cpp-tradwarn1.c         cpp/tr-warn1.c
11103         cpp-tradwarn2.c         cpp/tr-warn2.c
11104         trigraphs.c             cpp/trigraphs.c
11105         cpp-unc1.c              cpp/unc1.c
11106         cpp-unc2.c              cpp/unc2.c
11107         cpp-unc3.c              cpp/unc3.c
11108         cpp-unc.c               cpp/unc4.c
11109         undef.c                 cpp/undef1.c
11110         undef-2.c               cpp/undef2.c
11111         cpp-wi1.c               cpp/widestr1.c
11112
11113 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
11114
11115         * lib/g++.exp (g++_include_flags): Tweak.
11116
11117 2000-06-27  H.J. Lu  <hjl@gnu.org>
11118             Loren J. Rittle  <ljrittle@acm.org>
11119
11120         * lib/g++.exp (g++_include_flags): Override libgloss.exp
11121         version with one that knows about the new gcc tree structure.
11122         (g++_link_flags): Same.
11123
11124 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
11125
11126         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
11127         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
11128         case we are cross-compiling.
11129
11130         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
11131         g++.old-deja/g++.niklas/Makefile.in,
11132         g++.old-deja/g++.niklas/configure.in,
11133         g++.old-deja/g++.other/Makefile.in,
11134         g++.old-deja/g++.other/configure.in,
11135         gcc.c-torture/code_quality/Makefile.in,
11136         gcc.c-torture/code_quality/configure.in,
11137         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
11138         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
11139         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
11140         gcc.c-torture/execute/ieee/Makefile.in,
11141         gcc.c-torture/execute/ieee/configure.in,
11142         gcc.c-torture/noncompile/Makefile.in,
11143         gcc.c-torture/noncompile/configure.in,
11144         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
11145         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
11146         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
11147
11148 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
11149
11150         * g++.old-deja/g++.other/ambig3.C: New test.
11151
11152 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
11153
11154         * g++.old-deja/g++.pt/syntax1.C: New test.
11155         * g++.old-deja/g++.pt/syntax2.C: New test.
11156         * g++.old-deja/g++.other/syntax3.C: New test.
11157         * g++.old-deja/g++.other/syntax4.C: New test.
11158
11159 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
11160
11161         * gcc.dg/20000623-1.c: Prototype exit and abort.
11162
11163 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
11164
11165         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
11166         New tests.
11167         * gcc.dg/cpp-mi3.def: New file.
11168
11169         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
11170         inside assertions.
11171         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
11172         lexer's error messages.
11173         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
11174         divine anything from the linemarkers.
11175         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
11176         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
11177
11178 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
11179
11180         * gcc.dg/20000623-1.c: New test.
11181
11182 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
11183
11184         * gcc.c-torture/execute/20000622-1.c: New test.
11185
11186 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
11187
11188         * g++.old-deja/g++.other/init15.C: New test.
11189
11190 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
11191
11192         * g++.old-deja/g++.pt/vaarg2.C: New test.
11193         * g++.old-deja/g++.pt/vaarg3.C: New test.
11194
11195 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
11196
11197         * g++.old-deja/g++.other/dyncast6.C: New test.
11198
11199 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
11200
11201         * gcc.c-torture/execute/loop-6.c: New test.
11202
11203 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
11204
11205         * gcc.dg/20000614-1.c: New test.
11206         * gcc.dg/20000614-2.c: New test.
11207
11208 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
11209
11210         * g++.old-deja/g++.other/inline12.C: New test.
11211
11212 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
11213
11214         * g++.old-deja/g++.other/eh1.C: New test.
11215
11216 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
11217
11218         * g++.old-deja/g++.other/type.C: New test.
11219
11220 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
11221
11222         * g++.old-deja/g++.other/initstring.C: New test.
11223
11224 2000-06-12  Jason Merrill  <jason@redhat.com>
11225
11226         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
11227
11228 2000-06-09  Jeffrey A Law  (law@cygnus.com)
11229
11230         * gcc.c-torture/compile/20000609-1.c: New test.
11231
11232 2000-06-09  Clinton Popetz  <cpopetz@cygnus.com>
11233
11234         * gcc.dg/20000609-1.c: New test.
11235
11236 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
11237
11238         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
11239         * gcc.c-torture/noncompile/poison-1.c: Move...
11240         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
11241         * gcc.dg/cpp-li1.c: Add a token after the #line.
11242
11243 2000-06-05  Richard Henderson  <rth@cygnus.com>
11244
11245         * gcc.c-torture/execute/20000605-2.c: New test.
11246         * gcc.c-torture/execute/20000605-3.c: New test.
11247
11248 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
11249
11250         * g77.f-torture/execute/20000503-1.x: New file.
11251
11252 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
11253
11254         * g++.old-deja/g++.eh/badalloc1.C: New test.
11255
11256 2000-06-05  Richard Henderson  <rth@cygnus.com>
11257
11258         * gcc.c-torture/execute/20000605-1.c: New test.
11259
11260 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
11261             Nathan Sidwell <nathan@codesourcery.com>
11262
11263         * gcc.c-torture/compile/20000605-1.c: New test.
11264
11265 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
11266
11267         * g77.f-torture/compile/20000601-1.f:  New test.
11268
11269 2000-06-03  Richard Henderson  <rth@cygnus.com>
11270
11271         * gcc.c-torture/execute/20000603-1.c: New.
11272
11273 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
11274
11275         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
11276         * gcc.dg/noreturn-2.c (noreturn): Likewise.
11277
11278 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
11279
11280         * gcc.dg/compare2.c (case 12): XFAIL.
11281         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
11282         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
11283
11284         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
11285
11286 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
11287
11288         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
11289         guard macro is already defined when the header is first
11290         included.
11291         * gcc.dg/cpp-mix.h: New file.
11292         * gcc.dg/endif-label.c: Update patterns to match compiler.
11293
11294         * g++.brendan/complex1.C: Declare abort.
11295         * g++.law/refs4.C: Remove XFAIL.
11296         * g++.oliva/expr2.C: Declare abort and exit.
11297
11298 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
11299
11300         * gcc.c-torture/execute/20000528-1.c: New test.
11301
11302         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
11303         * g++.old-deja/g++.law/temps4.C: Likewise.
11304
11305         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
11306         stdlib.h.  Call abort() on failure.
11307         * g++.old-deja/g++.law/refs4.C: Likewise.
11308         * g++.old-deja/g++.law/temps4.C: Likewise.
11309         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
11310         * gcc.c-torture/execute/20000112-1.c: Include string.h.
11311
11312 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
11313
11314         Relative to g++.dg/special:
11315         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
11316
11317         Relative to g++.old-deja:
11318         * g++.brendan/complex1.C, g++.jason/optimize2.C,
11319         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
11320         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
11321         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
11322         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
11323         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
11324         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
11325
11326         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
11327         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
11328         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
11329         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
11330         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
11331         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
11332         and/or string.h.
11333
11334         * g++.other/goto1.C: Update expectations for error messages.
11335
11336 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
11337
11338         * gcc.c-torture/compile/20000523-1.c: New test.
11339
11340 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
11341
11342         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
11343
11344 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
11345
11346         * g++.old-deja/g++.eh/catch11.C: New test.
11347         * g++.old-deja/g++.eh/catch12.C: New test.
11348
11349 2000-05-24  Nick Clifton  <nickc@cygnus.com>
11350
11351         * gcc.c-torture/execute/20000523-1.c: New test.
11352
11353 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
11354
11355         * c-torture/execute/bcp-1.c: Replace abort in arg of
11356         __builtin_constant_p with a generic external function.
11357
11358         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
11359         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
11360         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
11361         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
11362         Prototype abort and/or exit.
11363
11364         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
11365         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
11366         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
11367         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
11368
11369 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
11370
11371         * gcc.dg/dwarf2-1.c: New test.
11372
11373 2000-05-20  Richard Henderson  <rth@cygnus.com>
11374
11375         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
11376
11377 2000-05-20  Andreas Jaeger  <aj@suse.de>
11378
11379         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
11380         testcase.
11381
11382 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
11383
11384         * gcc.c-torture/execute/20000519-2.c: New test.
11385
11386 2000-05-19  Andreas Jaeger  <aj@suse.de>
11387
11388         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
11389         which fails with SSA.
11390
11391         * lib/c-torture.exp: Also test with -O3 -fssa.
11392
11393 2000-05-18  Michael Meissner  <meissner@redhat.com>
11394
11395         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
11396         * gcc.c-torture/execute/920415-1.c: Ditto.
11397         * gcc.c-torture/execute/920501-1.c: Ditto.
11398         * gcc.c-torture/execute/conversion.c: Ditto.
11399         * gcc.c-torture/execute/cvt-1.c: Ditto.
11400
11401 2000-05-18  Jeffrey A Law  (law@cygnus.com)
11402
11403         * gcc.c-torture/compile/20000518-1.c: New test.
11404
11405 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
11406
11407         * g77.f-torture/compile/200005018.f:  New test.
11408
11409 2000-05-17  Jeffrey A Law  (law@cygnus.com)
11410
11411         * gcc.c-torture/compile/20000517-1.c: New test.
11412
11413 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11414
11415         * gcc.c-torture/execute/20000516-1.c: New test.
11416
11417 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
11418
11419         * g++.old-deja/g++.other/eh.C: New test.
11420
11421 2000-05-12  Richard Henderson  <rth@cygnus.com>
11422
11423         * gcc.c-torture/execute/990208-1.c (main): Don't pass
11424         constants through to doit's conditional.
11425
11426 2000-05-11  Jeffrey A Law  (law@cygnus.com)
11427
11428         * gcc.c-torture/compile/20000511-1.c: New test.
11429         * g77.f-torture/compile/20000511-1.f: New test.
11430         * g77.f-torture/compile/20000511-2.f: New test.
11431
11432 2000-05-11  Michael Meissner  <meissner@redhat.com>
11433
11434         * gcc.c-torture/execute/20000511-1.c: New test.
11435
11436 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
11437
11438         * gcc.dg/dg.exp: Scan .S files as well as .c files.
11439         * gcc.dg/20000510-1.S: New.
11440
11441 2000-05-08  Catherine Moore  <clm@cygnus.com>
11442
11443         * gcc.dg/unused-3.c: New.
11444
11445 2000-05-06  Richard Henderson  <rth@cygnus.com>
11446
11447           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
11448           * g++.old-deja/g++.mike/warn1.C: Likewise.
11449           * g++.old-deja/g++.pt/local1.C: Likewise.
11450           * g++.old-deja/g++.pt/local7.C: Likewise.
11451           * g++.old-deja/g++.pt/spec16.C: Likewise.
11452
11453 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
11454
11455         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
11456
11457 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
11458
11459           * g77.f-torture/execute/20000503-1.f:  New test.
11460
11461 2000-05-04  Andreas Jaeger  <aj@suse.de>
11462
11463         * gcc.dg/noreturn-2.c: New test.
11464
11465 2000-05-04  Neil Booth  <NeilB@earthling.net>
11466
11467         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
11468         preprocessor.
11469
11470 2000-05-04  Richard Henderson  <rth@cygnus.com>
11471
11472         * gcc.c-torture/execute/20000503-1.c: Fix typo.
11473
11474 2000-05-04  Richard Henderson  <rth@cygnus.com>
11475
11476         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
11477         OpenSSL by Jason R Thorpe.
11478
11479 2000-05-03  Jim Wilson  <wilson@cygnus.com>
11480
11481         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
11482
11483 2000-05-03  Robert Lipe <robertlipe@usa.net>
11484
11485         * gcc.dg/20000503-1.c: New test.
11486
11487 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
11488
11489         * gcc.c-torture/compile/20000502-1.c: New test.
11490         * g++.old-deja/g++.other/align.C: New test.
11491         * gcc.dg/cpp-tradstringify.c: New test.
11492
11493 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
11494
11495         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
11496         and hard registers.
11497
11498 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
11499
11500         * gcc.c-torture/execute/loop-5.c: New test.
11501
11502 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
11503
11504         * gcc.c-torture/execute/va-arg-20.c: New test.
11505
11506 2000-04-23  Jeffrey A Law  (law@cygnus.com)
11507
11508         * gcc.c-torture/execute/20000422-1.c: New test.
11509
11510 2000-04-20  Greg McGary  <gkm@gnu.org>
11511
11512         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
11513         when optimizing, but without sibling-call optimizations (-O1).
11514
11515 2000-04-20  Jeffrey A Law  (law@cygnus.com)
11516
11517           * gcc.c-torture/compile/20000420-1.c: New test.
11518
11519 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
11520
11521         * g++.abi/ptrflags.C: New test.
11522         * g++.eh/catchptr1.C: Test incomplete pointer chains.
11523
11524 2000-04-19  Catherine Moore  <clm@cygnus.com>
11525
11526         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
11527
11528 2000-04-19  Greg McGary  <gkm@gnu.org>
11529
11530         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
11531         sibling-call optimizations.
11532
11533 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
11534
11535         * gcc.dg/20000419-1.c: New test.
11536
11537 2000-04-12  Hans-Peter Nilsson  <hp@axis.com>
11538
11539         * gcc.c-torture/execute/20000412-6.c: New test.
11540
11541 2000-04-12  Jeffrey A Law  (law@cygnus.com)
11542
11543         * gcc.c-torture/execute/20000412-5.c: New test.
11544         * g77.f-torture/compile/20000412-1.f: New test.
11545         * gcc.c-torture/execute/20000412-4.c: New test.
11546         * gcc.c-torture/compile/20000412-2.c: New test.
11547         * gcc.c-torture/execute/20000412-3.c: New test.
11548         * gcc.c-torture/compile/20000412-1.c: New test.
11549         * gcc.c-torture/execute/20000412-2.c: New test.
11550
11551 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
11552
11553         * objc/execute/bf-20.m: New test.
11554
11555 2000-04-10  Richard Henderson  <rth@cygnus.com>
11556
11557         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
11558
11559         * gcc.c-torture/execute/20000412-1.c: New test.
11560
11561 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
11562
11563         * g++.old-deja/g++.eh/catchptr1.C: New test.
11564
11565 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
11566
11567         * g++.old-deja/g++.abi/cxa_vec.C: New test.
11568
11569 2000-04-08  Neil Booth  <NeilB@earthling.net>
11570
11571         * gcc.dg/cpp-nullchar.c: Remove test as
11572         embedded nulls cause problems.
11573
11574 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11575
11576         * gcc.dg/compare2.c: New test.
11577
11578 2000-04-08  Neil Booth  <NeilB@earthling.net>
11579
11580         * gcc.dg/cpp-nullchar.c: New test.
11581
11582 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
11583
11584         * gcc.dg/cpp-mi2.c: New test.
11585         * gcc.dg/cpp-mi2[abc].h: New files.
11586
11587 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
11588
11589         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
11590         member name.
11591
11592 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
11593
11594         * g++.old-deja/g++.abi/vmihint.C: New test.
11595
11596 2000-04-06  Neil Booth  <NeilB@earthling.net>
11597
11598         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
11599         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
11600         copyright.
11601
11602 2000-04-05  Hans-Peter Nilsson  <hp@axis.com>
11603
11604         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
11605         avoid stack-frame overwrite.
11606
11607 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
11608
11609         * gcc.c-torture/compile/20000405-2.c: New test.
11610         * gcc.c-torture/compile/20000405-3.c: New test.
11611
11612 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11613
11614         * gcc.c-torture/compile/20000405-1.c: New test.
11615
11616 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
11617
11618         * gcc.dg/cast-qual-1.c: Revert last change.
11619
11620 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11621
11622         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
11623
11624 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
11625
11626         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
11627         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
11628
11629 2000-04-03  Jeffrey A Law  (law@cygnus.com)
11630
11631         * gcc.c-torture/compile/20000403-2.c: New test.
11632         * gcc.c-torture/compile/20000403-1.c: New test.
11633
11634 2000-04-03  Hans-Peter Nilsson  <hp@axis.com>
11635
11636         * gcc.c-torture/execute/20000403-1.c: New test.
11637
11638 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
11639
11640         * gcc.c-torture/execute/20000402-1.c: New test.
11641
11642 2000-04-03  Donald Lindsay  <dlindsay@cygnus.com>
11643
11644         * gcc.c-torture/execute/va-arg-15.c: New test.
11645         * gcc.c-torture/execute/va-arg-16.c: New test.
11646         * gcc.c-torture/execute/va-arg-17.c: New test.
11647         * gcc.c-torture/execute/va-arg-18.c: New test.
11648         * gcc.c-torture/execute/va-arg-19.c: New test.
11649
11650 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
11651
11652         * gcc.c-torture/compile/981211-1.c: Move to...
11653         * gcc.dg/cpp-as1.c: ...here.
11654         * gcc.dg/cpp-as2.c: New file.
11655
11656         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
11657         compiler.
11658
11659 2000-04-02  Neil Booth  <NeilB@earthling.net>
11660
11661         * gcc.dg/cpp-cond.c  New tests.
11662         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
11663         accidental success less likely.
11664         * gcc.dg/cpp-missingop.c  New tests.
11665         * gcc.dg/cpp-missingparen.c  New tests.
11666         * gcc.dg/cpp-shift.c  New tests.
11667         * gcc.dg/cpp-shortcircuit.c  New tests.
11668         * gcc.dg/cpp-unary.c  New tests.
11669
11670 2000-03-29  Jeffrey A Law  (law@cygnus.com)
11671
11672         * gcc.c-torture/compile/20000329-1.c: New test.
11673
11674 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
11675
11676         * gcc.c-torture/compile/20000326-1.c: New test.
11677         * gcc.c-torture/compile/20000326-2.c: New test.
11678
11679 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
11680
11681         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
11682         the first parameter is a function argument.
11683
11684 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
11685
11686         * g++.old-deja/g++.ext/array4.C: New test.
11687
11688 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
11689
11690         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
11691
11692 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11693
11694         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
11695
11696 2000-03-19  Richard Henderson  <rth@cygnus.com>
11697
11698         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
11699
11700 2000-03-19  Richard Henderson  <rth@cygnus.com>
11701
11702         * gcc.c-torture/compile/20000319-1.c: New test.
11703
11704 2000-03-14  Jeffrey A Law  (law@cygnus.com)
11705
11706         * gcc.c-torture/execute/20000314-3.c: New test.
11707         * gcc.c-torture/execute/20000314-2.c: New test.
11708         * gcc.c-torture/execute/20000314-1.c: New test.
11709         * gcc.c-torture/compile/20000314-2.c: New test.
11710         * gcc.c-torture/compile/20000314-1.c: New test.
11711
11712 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
11713
11714         * g++.old-deja/g++.warn/inline.C: New test.
11715
11716 2000-03-10  Hans-Peter Nilsson  <hp@bitrange.com>
11717
11718         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
11719         standards-compliant result rather than specific constants.
11720         Put test-values in array.
11721
11722 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
11723
11724         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
11725         (g++_target_compile): Put test-specific options last.
11726
11727 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
11728
11729         * g++.old-deja/g++.eh/vbase4.C: New test.
11730
11731 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
11732
11733         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
11734
11735 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
11736
11737         * g++.old-deja/g++.brendan/misc12.C: Removed.
11738         * g++.old-deja/g++.pt/memtemp77.C: Constify.
11739         * g++.old-deja/g++.ext/pretty4.C: New test.
11740
11741 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
11742
11743         * g++.old-deja/g++.other/string2.C: New test.
11744
11745 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
11746
11747         * g++.old-deja/g++.warn/impint2.C: New test.
11748
11749 2000-03-05  Hans-Peter Nilsson  <hp@bitrange.com>
11750
11751         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
11752         is 1, not zero.
11753
11754 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
11755
11756         * g++.old-deja/g++.warn/impint.C: New test.
11757         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
11758         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
11759         * g++.old-deja/g++.pt/explicit12.C: Likewise.
11760         * g++.old-deja/g++.pt/explicit13.C: Likewise.
11761         * g++.old-deja/g++.pt/explicit17.C: Likewise.
11762         * g++.old-deja/g++.pt/explicit18.C: Likewise.
11763         * g++.old-deja/g++.pt/explicit19.C: Likewise.
11764         * g++.old-deja/g++.pt/explicit23.C: Likewise.
11765         * g++.old-deja/g++.pt/explicit31.C: Likewise.
11766         * g++.old-deja/g++.pt/explicit35.C: Likewise.
11767         * g++.old-deja/g++.pt/explicit6.C: Likewise.
11768         * g++.old-deja/g++.pt/memclass7.C: Likewise.
11769
11770 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
11771
11772         * gcc.dg/cpp-redef.c: New test.
11773
11774 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
11775
11776         * g++.old-deja/g++.pt/unify7.C: New test.
11777
11778 2000-02-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11779
11780         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
11781         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
11782
11783 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
11784
11785         * gcc.c-torture/compile/20000224-1.c: New test.
11786
11787 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11788
11789         * gcc.c-torture/compile/cpp-2.c: New test.
11790         * gcc.c-torture/compile/cpp-1.c: New test.
11791
11792 2000-02-25  Jeffrey A Law  (law@cygnus.com)
11793
11794         * gcc.c-torture/execute/20000225-1.c: New test.
11795
11796 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11797
11798         * gcc.dg/cpp-li2.c: New test.
11799
11800         * gcc.dg/cpp-wi1.c: New test.
11801
11802         * gcc.dg/cpp-li1.c: New test.
11803
11804 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
11805
11806         * g++.old-deja/g++.other/sizeof5.C: New test.
11807
11808 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11809
11810         * gcc.c-torture/execute/va-arg-13.c: New test.
11811
11812 2000-02-23  Donald Lindsay  <dlindsay@cygnus.com>
11813
11814         * gcc.c-torture/execute/va-arg-12.c: New test.
11815
11816 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
11817
11818         * gcc.c-torture/execute/20000223-1.c: New test.
11819
11820 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
11821
11822         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
11823
11824 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
11825
11826         * g++.old-deja/g++.abi/ptrmem.C: New test.
11827
11828 2000-02-19  Richard Henderson  <rth@cygnus.com>
11829
11830         * gcc.c-torture/compile/init-3.c: New.
11831
11832 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
11833
11834         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
11835         ALWAYS_CXXFLAGS.
11836
11837 2000-02-11  Robert Lipe <robertl@sco.com>
11838
11839         * gcc.c-torture/compile/20000211-3.c: New test.
11840
11841 2000-02-11  Martin Buchholz <martin@xemacs.org>
11842
11843         * gcc.c-torture/compile/20000211-2.c: New test.
11844
11845 2000-02-11  Jeffrey A Law  (law@cygnus.com)
11846
11847         * gcc.c-torture/compile/20000211-1.c: New test.
11848
11849 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
11850
11851         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
11852           on native targets
11853
11854 2000-02-08  Nathan Sidwell  <nathan@acm.org>
11855
11856         * g++.old-deja/g++.other/cast5.C: New test.
11857
11858 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
11859
11860         * gcc.c-torture/execute/20000205-1.c: New.
11861
11862 2000-02-03  Nathan Sidwell  <nathan@acm.org>
11863
11864         * g++.old-deja/g++.jason/cast3.C: Return void.
11865         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
11866
11867 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11868
11869         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
11870
11871         * gcc.dg/loop-1.c: New test.
11872
11873 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
11874
11875         * gcc.c-torture/compile/20000127-1.c: New test.
11876         * gcc.c-torture/execute/991228-1.c: New test.
11877
11878 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11879
11880         * gcc.dg/unused-2.c: New test.
11881
11882         * gcc.dg/conv-1.c: New test.
11883
11884 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
11885
11886         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
11887         compiler.
11888         (tool_option_proc): Fix typo.
11889
11890 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
11891
11892         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
11893         of the ld on the host, not on the build machine.
11894         Also, don't crash if '--help' is not a supported option.
11895
11896 2000-01-24  Richard Henderson  <rth@cygnus.com>
11897
11898         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
11899
11900 2000-01-20  Jeffrey A Law  (law@cygnus.com)
11901
11902         * gcc.c-torture/execute/20000120-2.c: New test.
11903         * gcc.c-torture/execute/20000120-1.c: New test.
11904
11905 2000-01-13  Jeffrey A Law  (law@cygnus.com)
11906
11907         * gcc.c-torture/execute/20000113-1.c: New test.
11908
11909 2000-01-12  Jeffrey A Law  (law@cygnus.com)
11910
11911         * gcc.c-torture/execute/20000112-1.c: New test.
11912
11913 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11914
11915         * gcc.dg/20000111-1.c: New test.
11916
11917 2000-01-10  Jeffrey A Law  (law@cygnus.com)
11918
11919         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
11920         with 16 bit integers.
11921
11922 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11923
11924         * gcc.dg/20000108-1.c: New test.
11925
11926 2000-01-05  Nathan Sidwell  <nathan@acm.org>
11927
11928         * g++.old-deja/g++.ns/koenig8.C: New test.
11929
11930 2000-01-05  Nathan Sidwell  <nathan@acm.org>
11931
11932         * g++.old-deja/g++.other/cast4.C: New test.
11933
11934 2000-01-05  Jeffrey A Law  (law@cygnus.com)
11935
11936         * gcc.c-torture/compile/20000105-2.c: New test.
11937         * gcc.c-torture/compile/20000105-1.c: New test.
11938
11939 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11940
11941         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
11942         references to printf & atoi to conform to ANSI standard.
11943         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
11944         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
11945         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
11946         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
11947         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
11948         * g++.old-deja/g++.brendan/complex1.C: Likewise.
11949         * g++.old-deja/g++.brendan/copy1.C: Likewise.
11950         * g++.old-deja/g++.brendan/copy2.C: Likewise.
11951         * g++.old-deja/g++.brendan/copy3.C: Likewise.
11952         * g++.old-deja/g++.brendan/copy4.C: Likewise.
11953         * g++.old-deja/g++.brendan/copy5.C: Likewise.
11954         * g++.old-deja/g++.brendan/copy6.C: Likewise.
11955         * g++.old-deja/g++.brendan/copy7.C: Likewise.
11956         * g++.old-deja/g++.brendan/copy8.C: Likewise.
11957         * g++.old-deja/g++.brendan/crash11.C: Likewise.
11958         * g++.old-deja/g++.brendan/crash14.C: Likewise.
11959         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
11960         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
11961         * g++.old-deja/g++.brendan/delete2.C: Likewise.
11962         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
11963         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
11964         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
11965         * g++.old-deja/g++.brendan/eh1.C: Likewise.
11966         * g++.old-deja/g++.brendan/groff1.C: Likewise.
11967         * g++.old-deja/g++.brendan/init3.C: Likewise.
11968         * g++.old-deja/g++.brendan/misc12.C: Likewise.
11969         * g++.old-deja/g++.brendan/misc7.C: Likewise.
11970         * g++.old-deja/g++.brendan/new2.C: Likewise.
11971         * g++.old-deja/g++.brendan/operators4.C: Likewise.
11972         * g++.old-deja/g++.brendan/operators5.C: Likewise.
11973         * g++.old-deja/g++.brendan/overload2.C: Likewise.
11974         * g++.old-deja/g++.brendan/overload7.C: Likewise.
11975         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
11976         * g++.old-deja/g++.brendan/reference1.C: Likewise.
11977         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
11978         * g++.old-deja/g++.brendan/template24.C: Likewise.
11979         * g++.old-deja/g++.brendan/template3.C: Likewise.
11980         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
11981         * g++.old-deja/g++.jason/inline3.C: Likewise.
11982         * g++.old-deja/g++.jason/opeq.C: Likewise.
11983         * g++.old-deja/g++.law/arg5.C: Likewise.
11984         * g++.old-deja/g++.law/arm7.C: Likewise.
11985         * g++.old-deja/g++.law/ctors11.C: Likewise.
11986         * g++.old-deja/g++.law/cvt8.C: Likewise.
11987         * g++.old-deja/g++.law/init9.C: Likewise.
11988         * g++.old-deja/g++.law/refs4.C: Likewise.
11989         * g++.old-deja/g++.law/template2.C: Likewise.
11990         * g++.old-deja/g++.law/visibility24.C: Likewise.
11991         * g++.old-deja/g++.law/vtable3.C: Likewise.
11992         * g++.old-deja/g++.mike/asm2.C: Likewise.
11993         * g++.old-deja/g++.mike/eh1.C: Likewise.
11994         * g++.old-deja/g++.mike/misc1.C: Likewise.
11995         * g++.old-deja/g++.mike/misc13.C: Likewise.
11996         * g++.old-deja/g++.mike/misc14.C: Likewise.
11997         * g++.old-deja/g++.mike/ns12.C: Likewise.
11998         * g++.old-deja/g++.mike/p1248.C: Likewise.
11999         * g++.old-deja/g++.mike/p3708.C: Likewise.
12000         * g++.old-deja/g++.mike/p3708a.C: Likewise.
12001         * g++.old-deja/g++.mike/p3708b.C: Likewise.
12002         * g++.old-deja/g++.mike/p646.C: Likewise.
12003         * g++.old-deja/g++.mike/p700.C: Likewise.
12004         * g++.old-deja/g++.mike/p783.C: Likewise.
12005         * g++.old-deja/g++.mike/p783a.C: Likewise.
12006         * g++.old-deja/g++.mike/p783b.C: Likewise.
12007         * g++.old-deja/g++.mike/p786.C: Likewise.
12008         * g++.old-deja/g++.mike/p789.C: Likewise.
12009         * g++.old-deja/g++.mike/p789a.C: Likewise.
12010         * g++.old-deja/g++.mike/p807a.C: Likewise.
12011         * g++.old-deja/g++.other/delete3.C: Likewise.
12012         * g++.old-deja/g++.other/dyncast1.C: Likewise.
12013         * g++.old-deja/g++.other/dyncast2.C: Likewise.
12014         * g++.old-deja/g++.other/dyncast3.C: Likewise.
12015         * g++.old-deja/g++.other/empty1.C: Likewise.
12016         * g++.old-deja/g++.other/temporary1.C: Likewise.
12017         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
12018         * g++.old-deja/g++.pt/t16.C: Likewise.
12019         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
12020
12021 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
12022
12023         * gcc.dg/991230-1.c: New test.
12024
12025 1999-12-29  Jeffrey A Law  (law@cygnus.com)
12026
12027         * gcc.c-torture/compile/991229-3.c: New test.
12028         * gcc.c-torture/compile/991229-2.c: New test.
12029         * gcc.c-torture/compile/991229-1.c: New test.
12030
12031 1999-12-29  Greg McGary <gkm@eng.ascend.com>
12032
12033         * gcc.c-torture/compile/labels-2.c: New test.
12034
12035 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
12036
12037         * gcc.c-torture/execute/991227-1.c: New test.
12038
12039 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12040
12041         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
12042
12043 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
12044
12045         * gcc.c-torture/execute/991221-1.c: New test.
12046
12047 1999-12-20  Nathan Sidwell  <nathan@acm.org>
12048
12049         * g++.old-deja/g++.other/cast3.C: New test.
12050
12051 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
12052
12053         * gcc.c-torture/execute/991216-4.c: New test.
12054
12055 1999-12-16  Michael Meissner  <meissner@cygnus.com>
12056
12057         * gcc.c-torture/execute/991216-1.c: New test.
12058         * gcc.c-torture/execute/991216-2.c: New test.
12059         * gcc.c-torture/execute/991216-3.c: New test.
12060
12061 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
12062
12063         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
12064         Actually make the test fail by using "-O2" for compilation.
12065
12066 1999-12-15  Nathan Sidwell  <nathan@acm.org>
12067
12068         * g++.old-deja/g++.warn/cast-align1.C: New test.
12069
12070 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
12071
12072         * gcc.c-torture/compile/991214-1.c: New test.
12073         * gcc.c-torture/compile/991214-2.c: New test.
12074
12075 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
12076
12077         * gcc.dg/991214-1.c: New test.
12078
12079 1999-12-13  Jeffrey A Law  (law@cygnus.com)
12080
12081         * gcc.c-torture/compile/991213-3.c: New test.
12082         * gcc.c-torture/compile/991213-2.c: New test.
12083         * gcc.c-torture/compile/991213-1.c: New test.
12084
12085 1999-12-10  J"orn Rennecke <amylaar@cygnus.co.uk>
12086
12087         * gcc.dg/991209-1.c: New test.
12088
12089 1999-12-08  Nathan Sidwell <nathan@acm.org>
12090
12091         * gcc.c-torture/compile/991208-1.c: New test.
12092
12093 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12094
12095         * gcc.dg/ultrasp2.c: New test.
12096
12097 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
12098
12099         * g++.old-deja/g++.abi/align.C (main): Fix typo.
12100
12101 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
12102
12103         * gcc.c-torture/compile/991202-1.c: New test.
12104         * gcc.c-torture/execute/991202-1.c: New test.
12105         * gcc.c-torture/execute/991202-2.c: New test.
12106         * gcc.c-torture/execute/991202-3.c: New test.
12107
12108 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
12109
12110         * g++.old-deja/g++.abi/align.C: New test.
12111         * g++.old-deja/g++.abi/aggregates.C: Likewise.
12112         * g++.old-deja/g++.abi/bitfields.C: Likewise.
12113
12114 1999-12-01  Richard Henderson  <rth@cygnus.com>
12115
12116         * gcc.c-torture/execute/991201-1.c: New.
12117
12118 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
12119
12120         * gcc.dg/991129-1.c: New test.
12121
12122 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
12123
12124         * gcc.c-torture/compile/991127-1.c: New test.
12125
12126 1999-11-22  Nathan Sidwell  <nathan@acm.org>
12127
12128         * g++.old-deja/g++.other/warn4.C: New test.
12129
12130 1999-11-22  Nathan Sidwell  <nathan@acm.org>
12131
12132         * g++.old-deja/g++.eh/cleanup2.C: New test.
12133         * g++.old-deja/g++.ext/pretty2.C: New test.
12134         * g++.old-deja/g++.ext/pretty3.C: New test.
12135         * g++.old-deja/g++.other/debug6.C: New test.
12136
12137 1999-10-20  Jim Wilson  <wilson@cygnus.com>
12138
12139         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
12140         compiler_output to look for one error message instead of two.
12141
12142 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
12143
12144         * gcc.c-torture/execute/991118-1.c: Also test case
12145         where the word boundary does not split a byte evenly.
12146
12147 1999-11-19  Nathan Sidwell  <nathan@acm.org>
12148
12149         * g++.old-deja/g++.ext/restrict1.C: New test.
12150
12151 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12152
12153         * gcc.c-torture/execute/991118-1.c: New test.
12154
12155 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
12156
12157         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
12158         working directory pathnames.
12159
12160 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
12161
12162         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
12163         host is equipped with driver.h and driver.o so it can actually
12164         compile and run the tests.
12165
12166 1999-10-08  Bernd Schmidt  <bernds@cygnus.co.uk>
12167
12168         * gcc.c-torture/compile/991008-1.c: New test.
12169
12170 1999-11-08  Nick Clifton  <nickc@cygnus.com>
12171
12172         * lib/gcc-dg.exp: Include target-supports.exp
12173
12174 1999-11-05  Nick Clifton  <nickc@cygnus.com>
12175
12176         * lib/target-supports.exp: New file: Provide procs to test for
12177         features supported by the target.
12178         (check_weak_available): Moved here from ecos.exp.
12179         (check_alias_available): New proc: Determine of the target
12180         toolchain supports the alias attribute.
12181
12182         * gcc.dg/special/ecos.exp: Move check_weak_available to
12183         target-supports.exp.
12184         (alias-1.c): Only perform the test if the target supports
12185         aliases.
12186         (wkali-1.c): Only perform the test if the target supports
12187         aliases.
12188
12189         * gcc.dg/990506-0.c: Expect error messages from cross
12190         targets as well as native targets.
12191
12192 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12193
12194         * gcc.dg/ultrasp1.c: Removed xfail.
12195         * gcc.dg/struct-ret-2.c: Likewise.
12196         * gcc.dg/array-1.c: Likewise.
12197
12198 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12199
12200         * gcc.dg/struct-ret-2.c: New test.
12201
12202         * gcc.dg/array-1.c: New test.
12203
12204 1999-10-30  Stephen L Moshier <moshier@mediaone.net>
12205
12206         * gcc.c-torture/execute/991030-1.c: New test.
12207
12208 1999-10-26  Richard Henderson  <rth@cygnus.com>
12209
12210         * gcc.c-torture/compile/991026-2.c: New test.
12211
12212 1999-10-26  Jeffrey A Law  (law@cygnus.com)
12213
12214         * gcc.c-torture/compile/991026-1.c: New test.
12215
12216 1999-10-23  Jeffrey A Law  (law@cygnus.com)
12217
12218         * gcc.c-torture/execute/991023-1.c: New test.
12219
12220 1999-10-19  Jeffrey A Law  (law@cygnus.com)
12221
12222         * gcc.c-torture/execute/991019-1.c: New test.
12223
12224 1999-10-16  Richard Henderson  <rth@cygnus.com>
12225
12226         * gcc.c-torture/execute/991016-1.c: New test.
12227
12228 1999-10-14  Stephane Carrez  <stcarrez@worldnet.fr>
12229
12230         * gcc.c-torture/execute/991014-1.c: New test.
12231
12232 1999-10-13  J"orn Rennecke <amylaar@cygnus.co.uk>
12233
12234         * g++.old-deja/g++.other/union2.C: New test.
12235
12236 1999-10-13  Nathan Sidwell  <nathan@acm.org>
12237
12238         * g++.old-deja/g++.other/vaarg2.C: New test.
12239         * g++.old-deja/g++.other/vaarg3.C: New test.
12240
12241 1999-10-12  Craig Burley  <craig@jcb-sc.com>
12242
12243         * g77.f-torture/noncompile/19990905-1.f: Moved from being
12244         in compile/.
12245
12246 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
12247
12248         * gcc.c-torture/execute/va-arg-11.c: New test.
12249
12250 1999-10-01  Mark P. Mitchell  <mark@codesourcery.com>
12251
12252         * lib/file-format.exp (gcc_target_object_format): Don't
12253         crash if objdump is unavailable.
12254
12255 1999-09-29  Donn Terry <donn@interix.com>
12256
12257         * gcc.misc-tests/mg.exp: delete extraneous redirection.
12258
12259 1999-09-28  Nick Clifton  <nickc@cygnus.com>
12260
12261         * gcc.c-torture/compile/990928-1.c: New test.
12262
12263 1999-09-28  Nathan Sidwell  <nathan@acm.org>
12264
12265         * g++.old-deja/g++.other/decl6.C: New test.
12266
12267 1999-09-28  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12268
12269         * gcc.c-torture/execute/va-arg-10.c: New test.
12270
12271 1999-09-27  Nathan Sidwell  <nathan@acm.org>
12272
12273         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
12274         __PRETTY_FUNCTION__.
12275
12276 1999-09-23  Nick Clifton  <nickc@cygnus.com>
12277
12278         * gcc.c-torture/execute/990923-1.c: New test.
12279
12280 1999-09-21  Nick Clifton  <nickc@cygnus.com>
12281
12282         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
12283         for which -fpic is inappropriate.
12284
12285 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
12286
12287         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
12288
12289 1999-09-21  Nathan Sidwell  <nathan@acm.org>
12290
12291         * g++.old-deja/g++.other/dyncast1.C: New test.
12292         * g++.old-deja/g++.other/dyncast2.C: New test.
12293         * g++.old-deja/g++.other/dyncast3.C: New test.
12294         * g++.old-deja/g++.other/dyncast4.C: New test.
12295         * g++.old-deja/g++.other/dyncast5.C: New test.
12296         * g++.old-deja/g++.eh/catch3.C: New test.
12297         * g++.old-deja/g++.eh/catch3p.C: New test.
12298         * g++.old-deja/g++.eh/catch4.C: New test.
12299         * g++.old-deja/g++.eh/catch4p.C: New test.
12300         * g++.old-deja/g++.eh/catch5.C: New test.
12301         * g++.old-deja/g++.eh/catch5p.C: New test.
12302         * g++.old-deja/g++.eh/catch6.C: New test.
12303         * g++.old-deja/g++.eh/catch6p.C: New test.
12304         * g++.old-deja/g++.eh/catch7.C: New test.
12305         * g++.old-deja/g++.eh/catch7p.C: New test.
12306         * g++.old-deja/g++.eh/catch8.C: New test.
12307         * g++.old-deja/g++.eh/catch8p.C: New test.
12308         * g++.old-deja/g++.eh/catch9.C: New test.
12309         * g++.old-deja/g++.eh/catch9p.C: New test.
12310
12311 1999-09-13  Nathan Sidwell  <nathan@acm.org>
12312
12313         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
12314         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
12315
12316 1999-09-13  Jeffrey A Law  (law@cygnus.com)
12317
12318         * gcc.c-torture/compile/990913-1.c: New test.
12319
12320 1999-09-10  Nathan Sidwell  <nathan@acm.org>
12321
12322         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
12323         * g++.old-deja/g++.jason/rfg5.C: Likewise.
12324
12325 1999-09-09  Richard Henderson  <rth@cygnus.com>
12326
12327         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
12328
12329 1999-09-09  Nathan Sidwell  <nathan@acm.org>
12330
12331         * g++.old-deja/g++.other/lookup11.C: New test.
12332         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
12333         what is permitted and what we want.
12334         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
12335         overload use.
12336         * g++.old-deja/g++.jason/rfg5.C: Likewise
12337
12338 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
12339
12340         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
12341         * gcc.c-torture/noncompile/poison-1.c: New file.
12342
12343 1999-09-08  Nathan Sidwell  <nathan@acm.org>
12344
12345         * g++.old-deja/g++.other/sizeof3.C: New test.
12346         * g++.old-deja/g++.other/sizeof4.C: New test.
12347         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
12348         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
12349
12350 1999-09-07  Richard Henderson  <rth@cygnus.com>
12351
12352         * gcc.dg/va-arg-1.c: New.
12353
12354 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12355
12356         * gcc.c-torture/execute/va-arg-9.c: New test.
12357
12358 1999-09-05  Craig Burley  <craig@jcb-sc.com>
12359
12360         * g77.f-torture/compile/980519-2.f: New test.
12361         * g77.f-torture/compile/19990905-0.f: New test.
12362         * g77.f-torture/compile/19990905-1.f: New test.
12363         * g77.f-torture/compile/19990905-2.f: New test.
12364
12365         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
12366
12367 1999-09-03  Richard Earnshaw <rearnsha@arm.com>
12368
12369         * gcc.c-torture/execute/990827-1.c: Fix typo.
12370
12371 1999-09-03  Nathan Sidwell  <nathan@acm.org>
12372
12373         * g++.old-deja/g++.other/deref1.C: New test.
12374
12375 1999-09-02  Nathan Sidwell  <nathan@acm.org>
12376
12377         * g++.old-deja/g++.other/ambig2.C: New test.
12378         * g++.old-deja/g++.other/cond5.C: New test.
12379         * g++.old-deja/g++.other/lookup16.C: New test.
12380
12381 1999-09-02  Marc Espie <espie@cvs.openbsd.org>
12382
12383         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
12384         assemblers too.
12385
12386 1999-08-31  Jeffrey A Law  (law@cygnus.com)
12387
12388         * lib/c-torture.exp: Avoid the "compare executables" optimization
12389         when testing native.
12390
12391 1999-08-29  Jeffrey A Law  (law@cygnus.com)
12392
12393         * gcc.c-torture/execute/990829-1.c: New test.
12394         * gcc.c-torture/compile/990829-1.c: New test.
12395
12396 1999-08-27  Paul Burchard  <burchard@pobox.com>
12397
12398         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
12399         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
12400         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
12401         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
12402         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
12403         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
12404         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
12405         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
12406         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
12407         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
12408         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
12409
12410 1999-08-27  Jeffrey A Law  (law@cygnus.com)
12411
12412         * gcc.c-torture/execute/990827-1.c: New test.
12413
12414 1999-08-26  Craig Burley  <craig@jcb-sc.com>
12415
12416         * g77.f-torture/noncompile/19990826-4.f: New test.
12417
12418         * g77.f-torture/compile/19990826-3.f: New test.
12419
12420         * g77.f-torture/execute/19990826-2.f: New test.
12421
12422         * g77.f-torture/compile/19990826-1.f: New test.
12423
12424         * gcc.c-torture/execute/990826-0.c: New test.
12425         * g77.c-torture/execute/19990826-0.f: New test.
12426
12427         * g77.f-torture/noncompile/970626-2.f: New test.
12428
12429 1999-08-25  Paul Burchard  <burchard@pobox.com>
12430
12431         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
12432         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
12433         lss-011.C: New tests.
12434
12435 1999-08-25  Nathan Sidwell  <nathan@acm.org>
12436
12437         * g++.old-deja/g++.other/decl5.C: New test.
12438
12439 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12440
12441         * noncompile/noncompile.exp: Load_lib c-torture.exp.
12442         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
12443         call `postbase' for each one.  All callers of `postbase' changed
12444         to call this instead.
12445
12446 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
12447
12448         * gcc.c-torture/execute/990811-1.c: New test.
12449
12450 1999-08-09  Nick Clifton  <nickc@cygnus.com>
12451
12452         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
12453         just native ones.
12454
12455         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
12456         just native ones.
12457
12458 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
12459
12460         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
12461
12462 1999-08-04  Jeffrey A Law  (law@cygnus.com)
12463
12464         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
12465
12466 1999-08-04  Nathan Sidwell  <nathan@acm.org>
12467
12468         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
12469
12470 1999-08-04  Jeffrey A Law  (law@cygnus.com)
12471
12472         * gcc.c-torture/execute/990804-1.c: New test.
12473
12474 1999-08-03  Nathan Sidwell  <nathan@acm.org>
12475
12476         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
12477         * g++.old-deja/g++.brendan/crash64.C: Likewise
12478         * g++.old-deja/g++.brendan/overload8.C: Likewise
12479
12480 1999-08-03  Nathan Sidwell  <nathan@acm.org>
12481
12482         * g++.old-deja/g++.other/struct1.C: New test.
12483
12484 1999-08-03  Nathan Sidwell  <nathan@acm.org>
12485
12486         * g++.old-deja/g++.other/enum2.C: New test.
12487
12488 1999-08-02  Richard Henderson  <rth@cygnus.com>
12489
12490         Adapted from tests from Franz Sirl:
12491         * gcc.c-torture/execute/va-arg-7.c: New test.
12492         * gcc.c-torture/execute/va-arg-8.c: New test.
12493
12494 1999-08-01  Jeffrey A Law  (law@cygnus.com)
12495
12496         * gcc.c-torture/compile/990801-2.c: New test.
12497
12498         * gcc.c-torture/compile/990801-1.c: New test.
12499
12500 1999-07-27  Michael Meissner  <meissner@cygnus.com>
12501
12502         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
12503         fp-cmp-1.c, converting double to float.
12504
12505         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
12506         fp-cmp-1.c, converting double to long double.
12507
12508         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
12509         from fr1 to unknown_register, since fr1 is a legitimate register
12510         on some machines.
12511
12512 1999-07-25  Jeffrey A Law  (law@cygnus.com)
12513
12514         * README: More listname related changes.
12515
12516 1999-07-08  Catherine Moore  <clm@cygnus.com>
12517
12518         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
12519
12520 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
12521
12522         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
12523
12524 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
12525
12526         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
12527
12528 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
12529
12530         * gcc.dg/990703-1.c: New test.
12531
12532 1999-06-29  Nick Clifton  <nickc@cygnus.com>
12533
12534         * lib/file-format.exp: New file: Move definition of proc
12535         gcc_target_object_format to here from
12536         gcc.dg/special/ecos.exp.
12537
12538         * lib/c-torture.exp: Include lib file-format.exp.
12539         * lib/gcc-dg.exp: Include lib file-format.exp.
12540
12541         * gcc.dg/special/ecos.exp: Remove definition of proc
12542         gcc_target_object_format.
12543
12544 1999-06-28  Jeffrey A Law  (law@cygnus.com)
12545
12546         * gcc.c-torture/execute/990628-1.c: New test.
12547
12548 1999-06-25  Jeffrey A Law  (law@cygnus.com)
12549
12550         * gcc.c-torture/compile/990625-2.c: New test.
12551
12552         * gcc.c-torture/compile/990625-1.c: New test.
12553
12554 1999-06-23  Nick Clifton  <nickc@cygnus.com>
12555
12556         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
12557         attributes compile.
12558         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
12559         ports that use the COFF/PE file format.
12560
12561 1999-06-17  Jeffrey A Law  (law@cygnus.com)
12562
12563         * gcc.c-torture/compile/990617-1.c: New test.
12564
12565 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
12566
12567         * g++.old-deja/g++.other/decl4.C: New test.
12568
12569 1999-06-14  Nathan Sidwell  <nathan@acm.org>
12570
12571         * g++.old-deja/g++.other/bitfld3.C: New test.
12572
12573 1999-06-08  Nathan Sidwell  <nathan@acm.org>
12574
12575         * g++.old-deja/g++.eh/catch1.C: New test.
12576
12577 1999-06-07  Jeffrey A Law  (law@cygnus.com)
12578
12579         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
12580
12581         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
12582         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
12583
12584 1999-06-05  Craig Burley  <craig@jcb-sc.com>
12585
12586         * g77.f-torture/compile/19990502-0.f: Replace with new,
12587         shorter, test that still fails after recent changes.
12588
12589 1999-06-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
12590
12591         * gcc.c-torture/execute/990604-1.c: New test.
12592
12593 1999-05-31  Jeffrey A Law  (law@cygnus.com)
12594
12595         * gcc.c-torture/execute/990531-1.c: New test.
12596
12597 1999-05-27  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12598
12599         * gcc.c-torture/compile/990527-1.c: New test.
12600
12601 1999-05-27  Joern Rennecke <amylaar@cygnus.com>
12602
12603         * gcc.c-torture/execute/990527-1.c: New test.
12604
12605 1999-05-25  Nick Clifton  <nickc@cygnus.com>
12606
12607         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
12608         bitfields as signed.
12609
12610 1999-05-25  Craig Burley  <craig@jcb-sc.com>
12611
12612         * g77.f-torture/compile/19990525-0.f: New test.
12613
12614 1999-05-25  Jeffrey A Law  (law@cygnus.com)
12615
12616         * gcc.c-torture/execute/990525-2.c: New test.
12617
12618         * gcc.c-torture/execute/990525-1.c: New test.
12619
12620 1999-05-24  Nathan Sidwell  <nathan@acm.org>
12621
12622         * g++.old-deja/g++.other/anon3.C: New test.
12623         * g++.old-deja/g++.other/anon4.C: New test.
12624         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
12625         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
12626         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
12627         Merrill).
12628
12629 1999-05-24  Jeffrey A Law  (law@cygnus.com)
12630
12631         * gcc.c-torture/execute/990524-1.c: New test.
12632
12633         * gcc.dg/990524-1.c: New test.
12634
12635 1999-05-23  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12636
12637         * gcc.c-torture/compile/990523-1.c: New test.
12638
12639 1999-05-19  Raja R Harinath <harinath@cs.umn.edu>
12640
12641         * gcc.c-torture/compile/990519-1.c: New test.
12642
12643 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
12644
12645         * gcc.c-torture/compile/990517-1.c: New test.
12646
12647         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
12648         (e4, f4): New tests.
12649         (main): Call them.
12650
12651 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12652
12653         * gcc.dg/noreturn-1.c: New test.
12654
12655 1999-05-13  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
12656
12657         * gcc.c-torture/execute/990513-1.c: New test.
12658
12659 1999-05-10  Richard Henderson  <rth@cygnus.com>
12660
12661         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
12662
12663 1999-05-10  Craig Burley  <craig@jcb-sc.com>
12664
12665         * g77.f-torture/execute/erfc.f: Use small single-precision
12666         values, to avoid problems on Alphas when not -mieee.
12667
12668 1999-05-08  Craig Burley  <craig@jcb-sc.com>
12669
12670         * gcc.dg/990506-0.c: New test.
12671
12672 1999-05-08  Richard Henderson  <rth@cygnus.com>
12673
12674         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
12675         the constant to test.  Don't XFAIL 64-bit targets.
12676
12677         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
12678         * g++.old-deja/g++.law/profile1.C: Likewise.
12679
12680         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
12681         operator new instances.
12682         * g++.old-deja/g++.other/delete5.C: Likewise.
12683
12684 1999-05-03  Craig Burley  <craig@jcb-sc.com>
12685
12686         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
12687         intrinsic.
12688
12689 1999-05-03  Craig Burley  <craig@jcb-sc.com>
12690
12691         * g77.f-torture/execute/u77-test.f: Reverse order of two
12692         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
12693
12694 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12695
12696         * gcc.dg/compare1.c: New test.
12697
12698 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
12699
12700         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
12701         New tests.
12702
12703 1999-05-02  Craig Burley  <craig@jcb-sc.com>
12704
12705         * g77.f-torture/compile/19990502-1.f: New test.
12706
12707 1999-05-02  Craig Burley  <craig@jcb-sc.com>
12708
12709         * g77.f-torture/compile/19990502-0.f: New test.
12710
12711 1999-05-02  Craig Burley  <craig@jcb-sc.com>
12712
12713         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
12714         intrinsic.
12715
12716 1999-05-02  Craig Burley  <craig@jcb-sc.com>
12717
12718         * g77.f-torture/execute/u77-test.f (main): List libU77
12719         intrinsics not currently tested.
12720         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
12721         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
12722         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
12723         Trim blanks off the ends of some printed strings.
12724
12725 1999-05-02  Craig Burley  <craig@jcb-sc.com>
12726
12727         * g77.f-torture/execute/u77-test.f (main): Just warn about
12728         FSTAT gid disagreement, as it's expected on some systems.
12729
12730 1999-05-01  Craig Burley  <craig@jcb-sc.com>
12731
12732         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
12733         use a new function, which allows for some slop.
12734         Clean up some commentary.
12735         (issum): The new function.
12736         (sgladd): Deleted subroutine.
12737
12738 1999-05-01  Craig Burley  <craig@jcb-sc.com>
12739
12740         * g77.f-torture/execute/u77-test.f: Modify to be more like
12741         libf2c/libU77 version, bringing patches to that version here.
12742         Add suitable commentary.
12743
12744 1999-04-25  Richard Henderson  <rth@cygnus.com>
12745
12746         * gcc.dg/990424-1.c: New test.
12747
12748 1999-04-24  Craig Burley  <craig@jcb-sc.com>
12749
12750         * g77.f-torture/execute/u77-test.f (main): Bug involving
12751         LSTAT has been fixed, so turn back on full checking.
12752
12753 1999-04-20  Craig Burley  <craig@jcb-sc.com>
12754
12755         * g77.f-torture/compile/19990419-0.f: New test.
12756         * g77.f-torture/execute/19990419-1.f: New test.
12757
12758 1999-04-17  Richard Henderson  <rth@cygnus.com>
12759
12760         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
12761         to avoid the need for a prototype to supress a warning.
12762
12763 1999-04-07  Jim Wilson  <wilson@cygnus.com>
12764
12765         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
12766
12767 1999-04-04  Jeffrey A Law  (law@cygnus.com)
12768
12769         * gcc.c-torture/execute/990404-1.c: New test.
12770
12771 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
12772
12773         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
12774         * gcc.dg/cpp-if3.c: Don't use -pedantic.
12775         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
12776         missing initializer warnings.
12777
12778 1999-03-28  Jeffrey A Law  (law@cygnus.com)
12779
12780         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
12781         matching strings.
12782
12783 1999-03-26  Jeffrey A Law  (law@cygnus.com)
12784
12785         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
12786
12787 1999-03-26  Craig Burley  <craig@jcb-sc.com>
12788
12789         * g77.f-torture/execute/19990325-0.f: New test.
12790         * g77.f-torture/execute/19990325-1.f: New test.
12791
12792 1999-03-24  Jeffrey A Law  (law@cygnus.com)
12793
12794         * gcc.c-torture/execute/990324-1.c: New test.
12795
12796 1999-03-22  Jim Wilson  <wilson@cygnus.com>
12797
12798         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
12799         test with 4.
12800
12801 1999-03-17  Richard Henderson  <rth@cygnus.com>
12802
12803         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
12804
12805 1999-03-13  Craig Burley  <craig@jcb-sc.com>
12806
12807         * g77.f-torture/execute/19990313-2.f: New test.
12808         * g77.f-torture/execute/19990313-3.f: New test.
12809
12810 1999-03-13  Craig Burley  <craig@jcb-sc.com>
12811
12812         * g77.f-torture/execute/19990313-0.f: New test.
12813         * g77.f-torture/execute/19990313-1.f: New test.
12814
12815 1999-03-12  Jim Wilson  <wilson@cygnus.com>
12816
12817         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
12818         printf to sprintf.
12819         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
12820         (main): Add check for u15.  Conditionalize u31 check depending on
12821         whether ints are <32 bits or >=32 bits.
12822
12823 1999-03-08  Craig Burley  <craig@jcb-sc.com>
12824
12825         * g77.f-torture/execute/19981119-0.f: Improve testiness.
12826
12827 1999-03-08  Craig Burley  <craig@jcb-sc.com>
12828
12829         * g77.f-torture/compile/19990305-0.f: New test.
12830         * g77.f-torture/execute/19981119-0.f: New test.
12831
12832 1999-03-08  Craig Burley  <craig@jcb-sc.com>
12833
12834         * g77.f-torture/execute/970625-2.f: call ABORT if final
12835         result is not correct, instead of just printing it.
12836         Add this checking via newly introduced obfuscation, to
12837         trip up buggy front ends.
12838
12839 1999-03-07  Craig Burley  <craig@jcb-sc.com>
12840
12841         * g77.f-torture/compile/960317-1.f: Moved from being
12842         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
12843
12844 1999-03-06  Craig Burley  <craig@jcb-sc.com>
12845
12846         * g77.f-torture/execute/960317-1.f: New (old) test.
12847         * g77.f-torture/execute/970625-2.f: Ditto.
12848
12849 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
12850
12851         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
12852         message on line 1 or line 2; cccp and cpplib do this differently.
12853
12854 1999-03-01  Jeffrey A Law  (law@cygnus.com)
12855
12856         * g++.old-deja/g++.law/weak1.C: New test.
12857
12858 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
12859
12860         * gcc.c-torture/execute/990119-1.c: Renamed to...
12861         * gcc.dg/990119-1.c: this, so it will only be tested once
12862         (it's a preprocessor test, it doesn't need to be run at
12863         multiple optimization levels).
12864
12865 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
12866
12867         * lib/g++.exp: Don't add incdir=$base_dir/../include to
12868           ALWAYS_CXXFLAGS.
12869
12870 1999-02-24  Craig Burley  <craig@jcb-sc.com>
12871
12872         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
12873         * g77.f-torture/compile/19981216-0.f: ...as it is expected
12874         to not be compilable by current g77.
12875
12876 1999-02-24  Nick Clifton  <nickc@cygnus.com>
12877
12878         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
12879
12880 1999-02-22  Jeffrey A Law  (law@cygnus.com)
12881
12882         * gcc.c-torture/execute/990222-1.c: New test.
12883
12884 1999-02-19  Craig Burley  <craig@jcb-sc.com>
12885
12886         * g77.f-torture/compile/19990218-0.f: New test.
12887         * g77.f-torture/noncompile/19990218-1.f: New test.
12888
12889 1999-02-18  Craig Burley  <craig@jcb-sc.com>
12890
12891         * g77.f-torture/compile/19981216-0.f: New test.
12892
12893 1999-02-14  Jeffrey A Law  (law@cygnus.com)
12894
12895         * gcc.dg/990214-1.c: New test.
12896
12897 1999-02-13  Jeffrey A Law  (law@cygnus.com)
12898
12899         * gcc.dg/990213-2.c: New test.
12900
12901         * gcc.dg/990213-1.c: New test.
12902
12903 1999-02-12  Jeffrey A Law  (law@cygnus.com)
12904
12905         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
12906         ints.
12907
12908 1999-02-11  Nick Clifton  <nickc@cygnus.com>
12909
12910         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
12911         specified by target.
12912
12913         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
12914
12915 1999-02-11  Jeffrey A Law  (law@cygnus.com)
12916
12917         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
12918
12919 1999-02-10  Jonathan Larmour  <jlarmour@cygnus.co.uk>
12920
12921         * gcc.dg/special/ecos.exp: New test driver for new tests with
12922         special requirements.
12923
12924         * gcc.dg/special/alias-1.c: New test.
12925         * gcc.dg/special/gcsec-1.c: New test.
12926         * gcc.dg/special/weak-1.c: New test.
12927         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
12928         * gcc.dg/special/weak-2.c: New test.
12929         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
12930         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
12931         * gcc.dg/special/wkali-1.c: New test.
12932         * gcc.dg/special/wkali-2.c: New test.
12933         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
12934         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
12935
12936 1999-02-10  Felix Lee  <flee@cygnus.com>
12937
12938           * lib/c-torture.exp (c-torture-compile): Pull out code for
12939           analyzing gcc error messages.
12940           (c-torture-execute): Likewise.  Fix some (harmless) false
12941           positives.
12942           * lib/gcc.exp (gcc_check_compile): New function.
12943
12944 1999-02-08  Richard Henderson  <rth@cygnus.com>
12945
12946         * gcc.c-torture/execute/990208-1.c: New test.
12947
12948 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
12949
12950         * g++.dg/special/ecos.exp: New driver for new tests with special
12951         requirements
12952
12953         * g++.dg/special/conpr-1.C: New test
12954         * g++.dg/special/conpr-2.C: New test
12955         * g++.dg/special/conpr-2a.C: New test
12956         * g++.dg/special/conpr-3.C: New test
12957         * g++.dg/special/conpr-3a.C: New test
12958         * g++.dg/special/conpr-3b.C: New test
12959
12960         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
12961         allow g++ to use the dg driver
12962
12963         * README: Add comment about g++.dg directory
12964
12965 1999-02-06  Jeffrey A Law  (law@cygnus.com)
12966
12967         * README: Update email addresses.
12968
12969 1999-02-03  Nick Clifton  <nickc@cygnus.com>
12970
12971         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
12972         arguments in order to force structure S onto the stack even on
12973         the alpha.
12974         (test): Pass 10 leading arguments to function foo as well as the
12975         structure S.
12976
12977         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
12978         failure for all targets.
12979
12980         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
12981         abort to terminate program execution.
12982
12983 1999-01-30  Richard Henderson  <rth@cygnus.com>
12984
12985         * gcc.c-torture/execute/990130-1.c: New test.
12986
12987 1999-01-30  Jeffrey A Law  (law@cygnus.com)
12988
12989         * gcc.dg/990130-1.c: New test.
12990
12991 1999-01-28  Michael Meissner  <meissner@cygnus.com>
12992
12993         * gcc.c-torture/execute/990128-1.c: New test.
12994
12995 1999-01-27  Michael Meissner  <meissner@cygnus.com>
12996
12997         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
12998
12999 1999-01-27  Felix Lee  <flee@cygnus.com>
13000
13001         * lib/c-torture.exp (c-torture-compile): pull out code for
13002         analyzing gcc error messages.
13003         (c-torture-execute): ditto, and fix some (harmless) false
13004         positives.
13005         * lib/gcc.exp (gcc_check_compile): new function.
13006
13007 1999-01-17  Jeffrey A Law  (law@cygnus.com)
13008
13009         * gcc.dg/990117-1.c: New test.
13010
13011         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
13012
13013         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
13014
13015 1999-01-15  Jeffrey A Law  (law@cygnus.com)
13016
13017         * g77.f-torture/compile/990115-1.f: New test.
13018
13019 1999-01-07  Jeffrey A Law  (law@cygnus.com)
13020
13021         * gcc.c-torture/compile/990107-1.c: New test
13022
13023 1999-01-06  Jeffrey A Law  (law@cygnus.com)
13024
13025         * gcc.c-torture/execute/990106-2.c: New test.
13026
13027         * gcc.c-torture/execute/990106-1.c: New test.
13028
13029 1998-12-30  Zack Weinberg <zack@rabi.columbia.edu>
13030
13031         * gcc.c-torture/compile/981223-1.c: New test.
13032
13033 1998-12-29  Richard Henderson  <rth@cygnus.com>
13034
13035         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
13036         (opt3): Rename from opt4 and disable.
13037
13038 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
13039
13040         * g++.old-deja/g++.pt/ptrmem5.C: New test.
13041
13042 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
13043
13044         * g++.old-deja/g++.other/conv5.C: New test.
13045
13046 1998-12-14  Nick Clifton  <nickc@cygnus.com>
13047
13048         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
13049
13050 1998-12-11  Jeffrey A Law  (law@cygnus.com)
13051
13052         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
13053
13054 1998-12-11  Zack Weinberg <zack@rabi.columbia.edu>
13055
13056         * gcc.c-torture/compile/981211-1.c: New test.
13057
13058 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
13059
13060         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
13061
13062         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
13063
13064 1998-12-08  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13065
13066         * gcc.special/930510-1.c: Make C9X safe.
13067         * gcc.misc-tests/gcov-1.c Similarly.
13068         * gcc.misc-tests/gcov-2.c Similarly.
13069
13070 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
13071
13072         * gcc.dg/ultrasp1.c: New test.
13073
13074 1998-12-06  Richard Henderson  <rth@cygnus.com>
13075
13076         * gcc.c-torture/execute/981206.c: New test.
13077
13078 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
13079
13080         * g++.old-deja/g++.ns/template7.C: New test.
13081
13082         * g++.old-deja/g++.other/expr1.C: New test.
13083
13084         * g++.old-deja/g++.eh/tmpl3.C: New test.
13085
13086         * g++.old-deja/g++.eh/tmpl2.C: New test.
13087
13088 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
13089
13090         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
13091         * g++.old-deja/g++.other/using6.C: Removed.
13092         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
13093
13094         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
13095
13096 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
13097
13098         * g++.old-deja/g++.pt/overload8.C: New test.
13099
13100         * g++.old-deja/g++.pt/overload7.C: New test.
13101
13102         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
13103
13104         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
13105         and relinking messages.
13106         * lib/g++.exp (g++_target_compile): Remove .rpo file when
13107         compiling with -frepo.
13108
13109 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
13110
13111         * g++.old-deja/g++.pt/lookup6.C: New test.
13112
13113 1998-11-30  Nick Clifton  <nickc@cygnus.com>
13114
13115         * gcc.c-torture/execute/981130-1.c: New test.
13116         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
13117
13118 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
13119
13120         * g++.old-deja/g++.pt/explicit76.C: New test.
13121
13122         * g++.old-deja/g++.pt/friend38.C: New test.
13123
13124         * g++.old-deja/g++.ns/crash2.C: New test.
13125
13126         * g++.old-deja/g++.pt/defarg8.C: New test.
13127
13128         * g++.old-deja/g++.pt/instantiate6.C: New test.
13129
13130         * g++.old-deja/g++.pt/static6.C: New test.
13131
13132         * g++.old-deja/g++.pt/decl2.C: New test.
13133
13134 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
13135
13136         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
13137         problem is actually related with name lookup, but so what? :-)
13138
13139         * g++.old-deja/g++.pt/friend37.C: New test.
13140
13141 1998-11-25  Dave Love  <d.love@dl.ac.uk>
13142
13143         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
13144         element, which fails on some systems.
13145
13146         * g77.f-torture/execute/labug1.f: New test.
13147
13148 1998-11-21  Jeffrey A Law  (law@cygnus.com)
13149
13150         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
13151         is defined.
13152
13153 1998-11-18  Dave Love  <d.love@dl.ac.uk>
13154
13155         * g77.f-torture/compile/981117-1.f: New test.
13156
13157 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
13158
13159         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
13160         properly discarded.
13161
13162 1998-10-11  Ken Raeburn  <raeburn@cygnus.com>
13163
13164         * gcc.c-torture/execute/memcheck: New directory of tests for
13165         -fcheck-memory-usage.
13166
13167 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13168
13169         * README: New file, general information about the testsuite and
13170         new description of the various C++ test subdirectories.
13171         * README.g++: Eliminate obsolete information, update and move most
13172         relevant stuff to README.
13173
13174 1998-11-07  Richard Henderson  <rth@cygnus.com>
13175
13176         * gcc.c-torture/compile/981107-1.c: New test.
13177
13178 1998-11-02  Doug Evans  <devans@canuck.cygnus.com>
13179
13180         * execute/memcpy-bi.c: New testcase.
13181
13182 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
13183
13184         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
13185         base classes.
13186
13187         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
13188         template is selected.
13189
13190         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
13191         classes, it should be accepted for all types.
13192
13193         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
13194
13195         * g++.old-deja/g++.pt/spec24.C: Ensure that template
13196         specializations start with template headers.
13197
13198 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
13199
13200         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
13201
13202         * g++.old-deja/g++.other/init9.C: Test cross initialization of
13203         non-POD types.
13204
13205 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
13206
13207         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
13208
13209 1998-10-22  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13210
13211         * compile/981022-1.c, compile/981022-1.x: New test and driver.
13212
13213 1998-10-19  Jeffrey A Law  (law@cygnus.com)
13214
13215         * 981019-1.c: New test.
13216
13217 1998-10-14  Robert Lipe <robertl@dgii.com>
13218
13219         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
13220         find objc headers.
13221
13222 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
13223
13224         * compile/981001-4.c: Remove use of GCC extension that triggers a
13225         compiler bug.
13226
13227 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
13228
13229         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
13230
13231 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
13232
13233         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
13234         instantiation of template produces incorrect code for delete
13235         expression.
13236
13237         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
13238         constructors' name is not unique.
13239         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
13240         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
13241
13242         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
13243         automatic array of const is ill-formed.
13244
13245         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
13246         of template parameter?
13247
13248         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
13249         const.
13250
13251         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
13252         pointer-to-member expression.
13253
13254         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
13255         declaration causes ICE.
13256
13257 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
13258
13259         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
13260         reserved in the global namespace.
13261
13262         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
13263         generate needed virtual table.
13264
13265         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
13266
13267 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
13268
13269         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
13270         template-dependent type
13271
13272 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
13273
13274         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
13275         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
13276         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
13277
13278         * g++.old-deja/g++.other/using5.C: New test; using decl from base
13279         class should be usable as argument of member function.
13280         * g++.old-deja/g++.other/using6.C: New test; using decl from base
13281         class should be usable as return type of member function.
13282         * g++.old-deja/g++.other/using7.C: New test; using decl from base
13283         class should be usable as type of data member.
13284
13285         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
13286
13287 1998-10-09  Jeffrey A Law  (law@cygnus.com)
13288
13289         * gcc.c-torture/special/920521-1.c: Fix bogus test.
13290
13291 1998-10-08  Nick Clifton  <nickc@cygnus.com>
13292
13293         * gcc.dg/dll-?.c Add thumb to target list.
13294         Fix assembler scan patterns to match current assembler output.
13295
13296 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
13297
13298         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
13299         matching of template brackets.
13300
13301         * g++.old-deja/g++.other/using4.C: New test.  Test using
13302         declarations of methods from base classes.
13303
13304         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
13305         within functions should introduce names into the innermost
13306         enclosing namespace.
13307
13308         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
13309         of static locals if first initialization throws.
13310
13311 1998-10-07  Jim Wilson  <wilson@cygnus.com>
13312
13313         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
13314
13315 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
13316
13317         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
13318         lose track of the possible targets of tablejump insns.
13319         * special/special.exp: Run it.
13320
13321 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
13322
13323         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
13324         must be declared before its specializations can be named in friend
13325         declarations.
13326
13327 1998-10-05  Dave Love  <d.love@dl.ac.uk>
13328
13329         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
13330
13331         * g77.f-torture/execute/io1.f: New test.
13332
13333 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
13334
13335         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
13336         with pointer to template function, for which no argument deduction
13337         is possible.
13338
13339         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
13340         specialization of template function as argument to template
13341         function.
13342
13343         * g++.old-deja/g++.other/access2.C: New test; Inner class
13344         shouldn't have privileged access to Outer's names.
13345
13346 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
13347
13348         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
13349         friend template declared within template class conflicts with
13350         nested class of the same name.
13351
13352         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
13353         is ignored.
13354
13355         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
13356         object with direct initializer as function declaration.
13357
13358         * g++.old-deja/g++.other/decl2.C: New test; duplicate
13359         initializers.
13360
13361         * g++.old-deja/g++.other/null2.C: New test; conditional operator
13362         involving const pointer and NULL produces incorrect result.
13363
13364         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
13365         type name without `typename' should be rejected with -pedantic.
13366
13367 1998-10-02  Richard Henderson  <rth@cygnus.com>
13368
13369         * g++.old-deja/g++.other/addrof1.C: New test.
13370
13371 1998-10-01  Nick Clifton  <nickc@cygnus.com>
13372
13373         * gcc.c-torture/compile/981001-1.c: New test.
13374         * gcc.c-torture/execute/981001-1.c: New test.
13375
13376 1998-10-01  Jeffrey A Law  (law@cygnus.com)
13377
13378         * gcc.c-torture/compile/981001-2.c: New test.
13379         * gcc.c-torture/compile/981001-3.c: New test.
13380         * gcc.c-torture/compile/981001-4.c: New test.
13381
13382 1998-10-01  Robert Lipe  <robertl@dgii.com>
13383
13384         * lib/objc.exp (objc_target_compile): Add -L during compiles for
13385         multilibbed hosts.   Idea grafted from g77.exp.
13386
13387 1998-09-30  Dave Love  <d.love@dl.ac.uk>
13388
13389         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
13390         avoid losing on systems which need -lsocket.
13391
13392 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
13393
13394         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
13395         * g++.old-deja/g++.other/nested2.C: Ditto.
13396         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
13397         failure.
13398
13399 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
13400
13401         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
13402         preferred over template operator!= for enum bitfields.
13403
13404 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
13405
13406         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
13407         that happen to have the same base name, but in different scopes,
13408         are incorrectly rejected.
13409
13410 1998-09-16  Richard Henderson  <rth@cygnus.com>
13411
13412         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
13413         on the native word size instead of an integer literal.
13414
13415 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
13416
13417         * g++.old-deja/g++.other/static2.C: Invocation of static data
13418         member of type pointer-to-function denoted as non-static member.
13419
13420         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
13421         checks involving function types and aliases.
13422
13423 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
13424
13425         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
13426         redefined to the same non-trivial type.
13427
13428         * g++.old-deja/g++.pt/explicit73.C: Test for proper
13429         namespace-qualification of template specializations declared in
13430         other namespaces.
13431
13432         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
13433         to declare a subset of the specializations of a template function
13434         as friends of specializations of a template class.
13435
13436         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
13437         member templates that do not fully specialize the enclosing
13438         template class are rejected.
13439
13440 1998-09-11  Dave Love  <d.love@dl.ac.uk>
13441
13442         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
13443
13444 1998-09-08  Dave Love  <d.love@dl.ac.uk>
13445
13446         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
13447         altered from libf2c/libU77 version.
13448
13449 1998-09-06  Dave Love  <d.love@dl.ac.uk>
13450
13451         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
13452
13453 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
13454
13455         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
13456         (un)signed char are different types for template specialization
13457         purposes.
13458
13459 1998-09-03  Ovidiu Predescu  <ovidiu@aracnet.com>
13460
13461         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
13462         * objc: ObjC testsuite.
13463
13464 1998-08-31  Catherine Moore  <clm@cygnus.com>
13465
13466         * gcc.c-torture/execute/941014-1.x:  New file.
13467
13468 1998-08-31  Nick Clifton  <nickc@cygnus.com>
13469
13470         * lib/c-torture.exp: Add support for
13471         torture_eval_before_compile and torture_eval_before_execute
13472         variables.
13473
13474 1998-08-30  Jeffrey A Law  (law@cygnus.com)
13475
13476         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
13477         this test triggers valid.
13478
13479 1998-08-27  Jeffrey A Law  (law@cygnus.com)
13480
13481         * gcc.dg/980827-1.c: New test.
13482
13483 1997-08-26  J"orn Rennecke <amylaar@cygnus.co.uk>
13484
13485         * gcc.c-torture/execute/loop-4b.c: New test.
13486
13487 1998-08-26  Nick Clifton  <nickc@cygnus.com>
13488
13489         * lib/c-torture.exp: Add support for
13490         torture_eval_before_compile and torture_eval_before_execute
13491         variables.
13492
13493 1998-08-25  Jeffrey A Law  (law@cygnus.com)
13494
13495         * gcc.c-torture/compile/980825-1.c: New test.
13496
13497 1998-08-24  Nick Clifton  <nickc@cygnus.com>
13498
13499         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
13500         count number tests in opt_t0 not good_t0.
13501
13502 1998-08-24  Jeffrey A Law  (law@cygnus.com)
13503
13504         * gcc.c-torture/compile/930326-1.x: Fix typo.
13505
13506 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
13507
13508         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
13509         causes an ICE.
13510
13511 1998-08-21  Jeffrey A Law  (law@cygnus.com)
13512
13513         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
13514         STACK_SIZE is defined.
13515         * gcc.c-torture/unsorted/stuct.c: Similarly.
13516
13517         * gcc.c-torture/compile/980821-1.c: New test.
13518
13519 1998-08-21  Jeffrey A Law  (law@cygnus.com)
13520
13521         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
13522
13523 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
13524
13525         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
13526         code.
13527
13528 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
13529
13530         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
13531         error'.
13532
13533 1998-08-18  Jeffrey A Law  (law@cygnus.com)
13534
13535         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
13536
13537 1998-08-16  Jeffrey A Law  (law@cygnus.com)
13538
13539         * gcc.c-torture/compile/980816-1.c: New test.
13540
13541         * gcc.dg/980816-1.c: New test.
13542
13543 1998-08-13  Jeffrey A Law  (law@cygnus.com)
13544
13545         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
13546         compiler for ieee tests.
13547
13548 1998-08-01  Dave Love  <d.love@dl.ac.uk>
13549
13550         * g77.f-torture/compile/980729-0.f: New test.
13551
13552 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
13553
13554         * gcc.c-torture/special/eeprof-1.c: New test, for
13555         -finstrument-functions.
13556         * gcc.c-torture/special/special.exp: Run it.
13557
13558 1998-07-29  Jeffrey A Law  (law@cygnus.com)
13559
13560         * gcc.c-torture/compile/980729-1.c: New test.
13561
13562 1998-07-27  Nick Clifton  <nickc@cygnus.com>
13563
13564         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
13565         __thumb__ is defined, and test for ARM style doubles if so.
13566
13567 1998-07-26  Dave Love  <d.love@dl.ac.uk>
13568
13569         * g77.f-torture/noncompile/980615-0.f: New test.
13570
13571 1998-07-26  H.J. Lu  (hjl@gnu.org)
13572
13573         * gcc.dg/980312-1.c: Do link instead of compile.
13574         * gcc.dg/980313-1.c: Likewise.
13575
13576 1998-07-26  Jeffrey A Law  (law@cygnus.com)
13577
13578         * gcc.c-torture/compile/980726-1.c: New test.
13579
13580 1998-07-25  Dave Love  <d.love@dl.ac.uk>
13581
13582         * g77.f-torture/execute/io0.f: New test.
13583
13584 1998-07-24  Nick Clifton  <nickc@cygnus.com>
13585
13586         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
13587         an int.
13588
13589 1998-06-18  Michael Meissner  <meissner@cygnus.com>
13590
13591         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
13592         m32r bugs.
13593
13594 1998-07-17  Nick Clifton  <nickc@cygnus.com>
13595
13596         * gcc.dg/980626-1.c: Expect failures for all toolchains until
13597         c-decl.c:grokdeclarator can handle mode attributes.
13598
13599 1998-07-16  Jeffrey A Law  (law@cygnus.com)
13600
13601         * gcc.c-torture/execute/980716-1.c: New test.
13602
13603 1998-07-13  Jeffrey A Law  (law@cygnus.com)
13604
13605         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
13606         the mn10200.
13607         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
13608         the mn10200.
13609         * gcc.c-torture/execute/va-arg-3.x: Similarly.
13610         * gcc.c-torture/compile/930326-1.x: Similarly.
13611
13612 1998-07-13  Dave Love  <d.love@dl.ac.uk>
13613
13614         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
13615         New test from Craig.
13616
13617 1998-07-12  Dave Love  <d.love@dl.ac.uk>
13618
13619         * g77.f-torture/noncompile/980616-0.f: New test.
13620
13621         * g77.f-torture/execute/970816-3.f:  New test from Craig.
13622
13623 1998-07-10 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
13624
13625         *  g++.other/singleton.C: Return error value instead of taking
13626         SIGSEGV.
13627
13628 1998-07-10  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
13629
13630         *  g++.other/singleton.C: New test.   Warning is under dispute.
13631         Runtime crash is not.
13632
13633 1998-07-09  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
13634
13635         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
13636         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
13637         using6.C, using7.C}:  New namespace tests.
13638
13639 1998-07-09  Alexandre Oliva   <oliva@dcc.unicamp.br>
13640
13641         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
13642         specialization with typedef'ed names used as array indexes.
13643
13644 1998-07-09  Jeffrey A Law  (law@cygnus.com)
13645
13646         * gcc.c-torture/execute/980709-1.c: New test.
13647
13648         * gcc.dg/980709-1.c: New test.
13649
13650 1998-07-07  Richard Henderson  <rth@cygnus.com>
13651
13652         * gcc.c-torture/execute/bcp-1.c: New test.
13653
13654 1998-07-07  Jeffrey A Law  (law@cygnus.com)
13655
13656         * gcc.c-torture/execute/980707-1.c: New test.
13657
13658 1998-07-06  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
13659
13660         * gcc.c-torture/compile/980706-1.c: New test.
13661
13662 1998-07-01  Dave Love  <d.love@dl.ac.uk>
13663
13664         * g77.f-torture/execute/980701-0.f,
13665         g77.f-torture/execute/980701-1.f: New test from Craig.
13666
13667 1998-07-01  Jeffrey A Law  (law@cygnus.com)
13668
13669         * gcc.c-torture/compile/980701-1.c: New test.
13670
13671         * gcc.c-torture/execute/980701-1.c: New test.
13672
13673 1998-06-30  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
13674 rlsruhe.de>
13675
13676         * g++.old-deja/g++.robertl/eb132.C: New test.
13677         * g++.old-deja/g++.robertl/eb133.C: Likewise.
13678
13679 1998-06-29  Dave Love  <d.love@dl.ac.uk>
13680
13681         * g77.f-torture/execute/980628-7.f,
13682         g77.f-torture/execute/980628-8.f,
13683         g77.f-torture/execute/980628-9.f,
13684         g77.f-torture/execute/980628-10.f: New tests from Craig.
13685
13686         * g77.f-torture/execute/980628-3.f: Remove mail headers.
13687
13688 1998-06-28  Jeffrey A Law  (law@cygnus.com)
13689
13690         * g77.f-torture/execute/980628-4.f: New test from Craig.
13691         * g77.f-torture/execute/980628-5.f: Likewise.
13692         * g77.f-torture/execute/980628-2.f: Likewise.
13693         * g77.f-torture/execute/980628-0.f: Likewise.
13694         * g77.f-torture/execute/980628-1.f: Likewise.
13695         * g77.f-torture/execute/980628-3.f: Likewise.
13696         * g77.f-torture/execute/980628-6.f: Likewise.
13697
13698 1998-06-28  Jeffrey A Law  (law@cygnus.com)
13699
13700         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
13701         directory when nothing has been installed yet.
13702
13703 1998-06-27  Carlo Wood  <carlo@runaway.xs4all.nl>
13704
13705         * gcc.c-torture/special/special.exp: Handle newer versions of
13706         dejagnu.
13707
13708 1998-06-26  Jeffrey A Law  (law@cygnus.com)
13709
13710         * gcc.dg/980626-1.c: New test.
13711
13712 1998-06-19  Bruno Haible <haible@ilog.fr>
13713
13714         * gcc.misc-tests/m-un-2.c: New test.
13715         * g++.old-deja/g++.other/warn01.c: Likewise.
13716
13717 1998-06-19  Robert Lipe  <robertl@dgii.com>
13718
13719         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
13720         compatibility with assmblers with a different comment character.
13721         Eliminate use of GAS-specific extensions.
13722
13723 1998-06-19  Jeffrey A Law  (law@cygnus.com)
13724
13725         * gcc.c-torture/execute/ieee/980619-1.c: New test.
13726
13727 1998-06-19  Robert Lipe  <robertl@dgii.com>
13728
13729         *lib/g77.exp: Replace search for libf2c.a with search for newly
13730         renamed libg2c.a
13731
13732 1998-06-17  Jeffrey A Law  (law@cygnus.com)
13733
13734         * gcc.c-torture/execute/980617-1.c: New test.
13735
13736 1998-06-12  Jeffrey A Law  (law@cygnus.com)
13737
13738         * gcc.c-torture/execute/980612-1.c: New test.
13739
13740 1998-06-08  Jeffrey A Law  (law@cygnus.com)
13741
13742         * gcc.dg/980523-1.c: Only test on ppc-linux.
13743         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
13744
13745         * gcc.c-torture/execute/980608-1.c: New test.
13746
13747 1997-06-05  J"orn Rennecke <amylaar@cygnus.co.uk>
13748
13749         * gcc.c-torture/execute/980605-1.c: New test.
13750
13751 1998-06-04  Jeffrey A Law  (law@cygnus.com)
13752
13753         * gcc.c-torture/execute/980604-1.c: New test.
13754
13755 1998-06-02  Jeffrey A Law  (law@cygnus.com)
13756
13757         * gcc.c-torture/execute/980602-1.c: New test.
13758         * gcc.c-torture/execute/980602-2.c: Likewise.
13759
13760 1998-06-02  Dave Love  <d.love@dl.ac.uk>
13761
13762         * 970125-0.f: Fix per JCB.  Add commentary.
13763
13764 1998-05-31  Michael Meissner  <meissner@cygnus.com>
13765
13766         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
13767         IEEE -0 support.
13768
13769 1998-05-29  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
13770
13771         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
13772         earlier.
13773
13774 1998-05-28  Catherine Moore <clm@cygnus.com>
13775
13776         * gcc.c-torture/execute/980526-3.c: New test.
13777
13778 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
13779
13780         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
13781         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
13782         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
13783         m88k-motorola-sysv3 to XFAIL.
13784
13785 1998-05-26  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13786
13787         * gcc.dg/980526-1.c: New test.
13788         * gcc.c-torture/execute/980526-2.c: New test.
13789
13790 1998-05-26  Jeffrey A Law  (law@cygnus.com)
13791
13792         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
13793
13794         * gcc.c-torture/execute/980526-1.c: New test.
13795
13796 1998-05-26  Dave Love  <d.love@dl.ac.uk>
13797
13798         * g77.f-torture/execute/alpha2.f: Add runtime test.
13799
13800 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
13801
13802         * g++.old-deja/old-deja.exp: Strip leading directories.
13803
13804         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
13805         error for the line.  Don't run multiple tests for the same line.
13806
13807 1998-05-23  Jeffrey A Law  (law@cygnus.com)
13808
13809         * gcc.dg/980523-1.c: New test.
13810
13811 1998-05-23  Dave Love  <d.love@dl.ac.uk>
13812
13813         * g77.f-torture/compile/970915-0.f: New test.
13814
13815 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
13816
13817         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
13818
13819 1998-05-21  Jeffrey A Law  (law@cygnus.com)
13820
13821         * gcc.dg/980520-1.c: New test.
13822
13823 1998-05-20  Manfred Hollstein  <manfred@s-direktnet.de>
13824
13825         * gcc.dg/980502-1.c: Fix return type.
13826
13827 1998-05-20  Jeffrey A Law  (law@cygnus.com)
13828
13829         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
13830         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
13831         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
13832         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
13833         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
13834
13835 1998-05-20  Dave Love  <d.love@dl.ac.uk>
13836
13837         * g77.f-torture/execute/980520-1.f: New test.
13838
13839 1998-05-15  Dave Love  <d.love@dl.ac.uk>
13840
13841         * lib/mike-g77.exp: New file.
13842
13843         * g77.f-torture/noncompile/noncompile.exp,
13844         g77.f-torture/noncompile/check0.f: New files.
13845
13846 1998-05-14  Dave Love  <d.love@dl.ac.uk>
13847
13848         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
13849         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
13850         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
13851         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
13852         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
13853         abort where appropriate.
13854
13855 1998-05-05  Michael Meissner  <meissner@cygnus.com>
13856
13857         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
13858         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
13859
13860 1998-04-29  Dave Love  <d.love@dl.ac.uk>
13861
13862         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
13863
13864 1998-04-27  Dave Love  <d.love@dl.ac.uk>
13865
13866         * g77.f-torture/compile/980427-0.f: New test.
13867
13868 1998-04-24  Dave Love  <d.love@dl.ac.uk>
13869
13870         * g77.f-torture/compile/980424-0.f: New test.
13871
13872 1998-04-19  Dave Love  <d.love@dl.ac.uk>
13873
13874         * g77.f-torture/compile/980419-2.f (main): New test.
13875         * g77.f-torture/compile/970125-0.f: New test.
13876         * g77.f-torture/compile/980419-1.f: New test.
13877
13878 1998-04-08  Jim Wilson  <wilson@cygnus.com>
13879
13880         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
13881         of loop-4.c.
13882
13883 1998-04-07  Jim Wilson  <wilson@cygnus.com>
13884
13885         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
13886
13887 1998-04-03  Jim Wilson  <wilson@cygnus.com>
13888
13889         * gcc.c-torture/compile/980329-1.c: New test.
13890
13891 1998-03-18  Jim Wilson  <wilson@cygnus.com>
13892
13893         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
13894         * gcc.dg/980312-1.c: Fix typo in -march command.
13895
13896 1998-03-16  H.J. Lu  (hjl@gnu.org)
13897
13898         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
13899
13900 1998-03-11  Robert Lipe  <robertl@dgii.com>
13901
13902         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
13903         Dave Love agree the Fortran source is bogus.
13904
13905 1998-03-11  Robert Lipe  <robertl@dgii.com>
13906
13907         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
13908         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
13909         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
13910         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
13911         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
13912
13913 1998-03-10  Alexandre Oliva   <oliva@dcc.unicamp.br>
13914
13915         * g++.old-deja/g++.other/friend1.C: New test.
13916
13917 1998-02-18  Dave Love  <d.love@dl.ac.uk>
13918
13919         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
13920         possibly uninitialized) variables and declare dnrm2.
13921
13922 1998-02-23  Robert Lipe <robertl@dgii.com>
13923
13924         From Bruno Haible <haible@ilog.fr>:
13925         * gcc.c-torture/execute/980223.c: New test.
13926
13927 1998-02-13  Jeffrey A Law  (law@cygnus.com)
13928
13929         * gcc.dg/ifelse-1.c: New test.
13930
13931 1998-02-09  H.J. Lu  (hjl@gnu.org)
13932
13933         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
13934
13935           * lib/old-dejagnu.exp (old-dejagnu): Added the
13936           "execution test - XFAIL *-*-*" handling in the spirit of
13937           "excess errors test -". Changed the "execution test fails"
13938           handling to be like "excess errors test fails".
13939           * Update various tests accordingly.
13940
13941 1998-02-06  Jim Wilson  <wilson@cygnus.com>
13942
13943         * gcc.c-torture/execute/980205.c: New test.
13944
13945 1998-01-18  Jeffrey A Law  (law@cygnus.com)
13946
13947         * lib/c-torture.exp: Look for .x files instead of .cexp files.
13948         * lib/f-torture.exp: Similarly.
13949         * gcc.c-torture: Rename all .cexp files to .x files.
13950
13951 1997-12-08  J"orn Rennecke <amylaar@cygnus.co.uk>
13952
13953         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
13954         (940510-1.c): Removed duplicate.
13955         (971104-1.c): New test.
13956
13957 1997-11-25  Kate Hedstrom  (kate@ahab.rutgers.edu)
13958
13959           * lib/f-torture.exp: Improve error and loop detection.
13960
13961 1997-11-19  Michael Meissner  <meissner@cygnus.com>
13962
13963         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
13964         use that to size the filler array.
13965
13966 1997-09-26  Bob Manson  <manson@charmed.cygnus.com>
13967
13968         * lib/c-torture.exp(c-torture-execute): Fix typo.
13969
13970         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
13971         testcase as the executable name. Keep the executable around if
13972         the test fails.
13973
13974 1997-09-19  Bob Manson  <manson@charmed.cygnus.com>
13975
13976         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
13977         changes.  Only test one -g option, and move it to the end of the
13978         list of options to test.
13979
13980 1997-09-19  Michael Meissner  <meissner@cygnus.com>
13981
13982         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
13983         variable GCC_TORTURE_OPTIONS to supply default switches separated
13984         by colons.  If no environment variable, run tests with -O0 -g, -O1
13985         -g, and -O2 -g as well.
13986
13987 1997-09-17  Bob Manson  <manson@charmed.cygnus.com>
13988
13989         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
13990         explanatory comments. Fix indentation.
13991
13992 1997-09-15  Jeffrey A Law  (law@cygnus.com)
13993
13994         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
13995
13996 1997-09-11  Jeffrey A Law  (law@cygnus.com)
13997
13998         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
13999         * g++.old-deja/g++.mike/p7325.C: Likewise.
14000         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
14001
14002 1997-09-11  Alexandre Oliva  (oliva@dcc.unicamp.br)
14003
14004         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
14005         * g++.old-deja/g++.brendan/crash30.C: Likewise.
14006         * g++.old-deja/g++.brendan/crash39.C: Likewise.
14007         * g++.old-deja/g++.law/operators4.C: Likewise.
14008
14009 1997-09-11  Joe Buck  (jbuck@synopsys.com)
14010
14011         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
14012         * g++.old-deja/g++.mike/p784.C: Ditto.
14013         * g++.old-deja/g++.mike/p785.C: Ditto.
14014
14015 1997-09-05  Jeffrey A Law  (law@cygnus.com)
14016
14017           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
14018
14019 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
14020
14021         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
14022         target feature; pass this to c-torture-execute as needed.
14023
14024 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
14025
14026         * lib/c-torture.exp(c-torture-execute): If the previous and the
14027         current executables being tested are identical, we don't need to
14028         run the executable again. Try to make the executable names
14029         unique. Add an optional argument for passing additional compiler
14030         flags.
14031
14032 1997-09-02  Doug Evans  <dje@canuck.cygnus.com>
14033
14034         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
14035
14036 1997-08-29  Jeffrey A Law  (law@cygnus.com)
14037
14038         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
14039
14040 1997-07-31  Jeffrey A Law  (law@cygnus.com)
14041
14042         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
14043         32bit or larger longs.
14044
14045         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
14046         have either a 32bit long or 32bit int.
14047
14048 1997-07-29  J"orn Rennecke <amylaar@cygnus.co.uk>
14049
14050         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
14051         Make double precision tests dependent on sizeof (double).
14052
14053 1997-07-09  Bob Manson  <manson@charmed.cygnus.com>
14054
14055         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
14056         too.
14057
14058 1997-06-17  J"orn Rennecke <amylaar@cygnus.co.uk>
14059
14060         * gcc.c-torture/compile/961203-1.cexp: New script.
14061
14062 1997-06-16  Bob Manson  <manson@charmed.cygnus.com>
14063
14064         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
14065         up the includes ourselves.
14066
14067 1997-06-11  Bob Manson  <manson@charmed.cygnus.com>
14068
14069         * lib/plumhall.exp: Remove random include, and add a few
14070         verbose messages for debugging.
14071
14072 1997-06-06  Bob Manson  <manson@charmed.cygnus.com>
14073
14074         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
14075         of trying to do it ourselves.
14076
14077 1997-06-04  J"orn Rennecke <amylaar@cygnus.co.uk>
14078
14079         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
14080
14081 1997-06-04  Bob Manson  <manson@charmed.cygnus.com>
14082
14083         * gcc.prms/5403.c: Made regexp a bit less strict.
14084
14085 1997-06-03  Bob Manson  <manson@charmed.cygnus.com>
14086
14087         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
14088         is returned from remote_load instead.
14089         * lib/plumhall.exp: Ditto.
14090         * lib/mike-g++.exp: Ditto.
14091         * lib/old-dejagnu.exp: Ditto.
14092         * lib/c-torture.exp: Ditto.
14093
14094 1997-05-30  Bob Manson  <manson@charmed.cygnus.com>
14095
14096         * lib/g++.exp: Use build_wrapper procedure.
14097         * lib/gcc.exp: Ditto.
14098
14099 1997-05-20  Jeffrey A Law  (law@cygnus.com)
14100
14101         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
14102         an old-style decl for malloc.  Fixes tests to work when
14103         sizeof (int) != sizeof (size_t).
14104
14105 1997-05-15  Mike Meissner  <meissner@cygnus.com>
14106
14107         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
14108
14109         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
14110         use stdargs.h interface.
14111
14112 1997-05-15  Mike Meissner  <meissner@cygnus.com>
14113
14114         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
14115         NO_VARARGS when compiling.
14116
14117 1997-05-01  Bob Manson  <manson@charmed.cygnus.com>
14118
14119         * lib/plumhall.exp(ph_includes): New procedure.
14120         (ph_make): Use it.
14121         (ph_compiler): Ditto.
14122
14123         * lib/g++.exp: Rename test-glue.c to testglue.c.
14124         * lib/gcc.exp: Ditto.
14125
14126 1997-04-10  Bob Manson  <manson@charmed.cygnus.com>
14127
14128         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
14129         to completion when it's called.
14130
14131 1997-03-21  Michael Meissner  <meissner@cygnus.com>
14132
14133         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
14134         is defined, don't do test.
14135
14136 1997-03-20  Doug Evans  <dje@canuck.cygnus.com>
14137
14138         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
14139         for object files.
14140         (ph_summary): Mark skipped testcases as untested, not unresolved.
14141
14142         * lib/plumhall.exp (ph_make): If unresolved because of bad
14143         errorCode, record errorCode in log file.
14144         (*): Replace send_log/verbose with verbose -log.
14145
14146 1997-03-19  Michael Meissner  <meissner@cygnus.com>
14147
14148         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
14149         double conversion if double isn't at least 8 bytes.
14150
14151         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
14152         int to work with targets where int is 16 bits.
14153
14154         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
14155         8 bytes, just exit, since 4 byte doubles don't have enough bits of
14156         precision for the test to complete.
14157
14158 1997-03-14  Michael Meissner  <meissner@cygnus.com>
14159
14160         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
14161         if d10v is not compiled with the -mdouble64 flag.
14162         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
14163
14164         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
14165         d10v is not compiled with the -mint32 flag.
14166
14167 1997-03-13  Bob Manson  <manson@charmed.cygnus.com>
14168
14169         * lib/plumhall.exp: Use incr_count.
14170
14171 1997-03-12  Jeffrey A Law  (law@cygnus.com)
14172
14173         * gcc.c-torture: Update to c-torture-1.45.
14174
14175 1997-02-23  Bob Manson  <manson@charmed.cygnus.com>
14176
14177         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
14178         the name of the expect testcase file).
14179
14180         * lib/g++.exp(g++_init): Ditto.
14181
14182 1997-02-20  Bob Manson  <manson@charmed.cygnus.com>
14183
14184         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
14185         the host.
14186
14187         * lib/gcc.exp(gcc_exit): New procedure.
14188
14189 1997-02-19  Bob Manson  <manson@charmed.cygnus.com>
14190
14191         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
14192         specs where appropriate.
14193
14194         * g++.old-deja/g++.arm/*: Added additional ERROR checks
14195         because of new "candidates are" messages, and removed a few
14196
14197         * Converted all non-old-style g++ testcases to old-style, and
14198         moved into g++.old-deja.
14199
14200 1997-02-14  Bob Manson  <manson@charmed.cygnus.com>
14201
14202         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
14203         options.
14204
14205         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
14206         succeeded.
14207
14208         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
14209
14210 1997-02-13  Michael Meissner  <meissner@cygnus.com>
14211
14212         * lib/gcc.exp (gcc_target_compile): Add support for defining
14213         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
14214         the machine doesn't have those features.
14215
14216 1997-02-11  Bob Manson  <manson@charmed.cygnus.com>
14217
14218         * g++.law/operators4.exp: Don't use LIBS.
14219
14220 1997-02-08  Bob Manson  <manson@charmed.cygnus.com>
14221
14222         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
14223
14224         * lib/mike-g++.exp: Don't set the compiler to be tested here.
14225         * lib/g++.exp: Set it here instead. Also, allow use of the
14226         --tool_exec and --tool_opt options. Change CXX to
14227         GXX_UNDER_TEST.
14228
14229         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
14230
14231         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
14232
14233 1997-02-07  Bob Manson  <manson@charmed.cygnus.com>
14234
14235         * lib/old-dejagnu.exp: Use prune_warnings instead of
14236         prune_system_crud.
14237         * lib/mike-g++.exp: Ditto.
14238         * lib/gcc.exp: Ditto.
14239         * lib/g++.exp: Ditto.
14240
14241         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
14242
14243 1997-02-07  Jeffrey A Law  (law@cygnus.com)
14244
14245           * 941014-2.c: Include stdlib.h
14246           * 960327-1.c: Include stdio.h
14247           * dbra.c, index-1.c: Don't assume ints are 32bits.
14248
14249 1997-02-04  Bob Manson  <manson@charmed.cygnus.com>
14250
14251         * lib/gcc.exp: Add gcc,stack_size target feature.
14252
14253         * lib/g++.exp(g++_target_compile): Add the include and link
14254         paths here, not in two other places. And, it's $options, not
14255         options.
14256
14257         * lib/mike-g++.exp(postbase): Remove the code that determines
14258         the correct include and link paths.
14259         * g++.old-deja/old-deja.exp: Ditto.
14260
14261 1997-02-03  Bob Manson  <manson@charmed.cygnus.com>
14262
14263         * lib/g++.exp(g++_init): target_compile no longer returns the
14264         filename of the result.
14265
14266 1997-02-02  Bob Manson  <manson@charmed.cygnus.com>
14267
14268         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
14269         call to glob.
14270
14271         * gcc.c-torture/special/special.exp: Change call to
14272         gcc_target_compile to include the object file.
14273
14274 1997-02-02  Ian Lance Taylor  <ian@cygnus.com>
14275
14276         * gcc.c-torture/special/special.exp: Correct misspelling in last
14277         change.
14278
14279 1997-02-01  Bob Manson  <manson@charmed.cygnus.com>
14280
14281         * lib/plumhall.exp(ph_summary): Log the entire output of the
14282         executable. Return -1 if there were any failures, 0 otherwise.
14283         (ph_execute): Return -1 if there were any failures, 0 otherwise.
14284         (ph_make): Clean up objects and executables that were built
14285         if the tests succeeded.
14286
14287 1997-01-30  Bob Manson  <manson@charmed.cygnus.com>
14288
14289         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
14290         libraries and includes in the build tree as appropriate.
14291
14292 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
14293
14294         * lib/c-torture.exp: Instead of looking for the global variable
14295         NO_LONG_LONG, check to see if that's a feature of the target.
14296
14297 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
14298
14299         * config/default.exp: Minimize. Delete the remainer of the files in
14300         config; this functionality is now in devo/dejagnu/config.
14301
14302         g++.*/*: Pass any additional flags used to compile to postbase;
14303         delete CXXFLAGS.
14304
14305         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
14306         is now done by runtest.exp. Use gcc_target_compile instead of
14307         compile.
14308
14309         lib/c-torture.exp: Use gcc_target_compile instead of compile.
14310         Remove references to CFLAGS. Use remote_file instead of
14311         calling rm -f.
14312         (c-torture): Take a list of arguments to use to compile this
14313         testcase.
14314
14315         lib/g++.exp: Simplify. Use target_compile instead of compile.
14316         lib/gcc-dg.exp: Ditto.
14317         lib/gcc.exp: Ditto.
14318         lib/mike-{gcc,g++}.exp: Ditto.
14319         lib/old-dejagnu.exp: Ditto.
14320         lib/plumhall.exp: Ditto.
14321
14322 1997-01-08  Jim Wilson  <wilson@cygnus.com>
14323
14324         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
14325         (ph_linker): Likewise.
14326
14327 1996-11-13  Joern Rennecke <amylaar@cygnus.com>
14328
14329           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
14330         MAP_ANON / MAP_ANONYMOUS if defined;
14331         else try to map from /dev/zero .
14332
14333 1996-11-12  Jeffrey A Law  (law@cygnus.com)
14334
14335         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
14336         isn't defined, then define it to MAP_ANONYMOUS.
14337
14338 1996-11-12  Jeffrey A Law  (law@cygnus.com)
14339
14340         * gcc.c-torture: Update to c-torture-1.42 release.
14341
14342 1996-11-11  Jeffrey A Law  (law@cygnus.com)
14343
14344         * gcc.c-torture: Update to c-torture-1.41 release.
14345
14346 1996-10-27  Jeffrey A Law  (law@cygnus.com)
14347
14348         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
14349         c-torture release.
14350
14351 1996-08-15  Brendan Kehoe  <brendan@lisa.cygnus.com>
14352
14353         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
14354         and LDFLAGS.  Fix second case to append the target_info ldflags
14355         onto LDFLAGS, not CFLAGS.
14356         * lib/g++.exp (g++_init): Add target_info stuff.
14357         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
14358         of libgloss and newlib flags for !native.
14359
14360         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
14361         (GDB): Fix relative path to go up another dir for finding gdb.
14362
14363 1996-08-08  Rob Savoye  <rob@chinadoll.cygnus.com>
14364
14365         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
14366         versions in the target_info array, if they don't exist.
14367
14368 1996-08-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
14369
14370         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
14371
14372 1996-07-08  Jim Wilson  <wilson@cygnus.com>
14373
14374         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
14375         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
14376
14377 1996-07-01  Bob Manson  <manson@charmed.cygnus.com>
14378
14379         * lib/old-dejagnu.exp: Don't remove the output file before we've
14380         actually tested it. Don't append pwd to the path of the executable
14381         we're testing.
14382
14383 1996-06-30  Doug Evans  <dje@canuck.cygnus.com>
14384
14385         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
14386
14387 1996-06-26  Bob Manson  <manson@charmed.cygnus.com>
14388
14389         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
14390         temporary directory for compiler files, and set it to a default
14391         value of /tmp. Set $output as the name of the output file from
14392         compiling the testcase. Add a -o option to $cflags_var so the
14393         compiler writes the final output file as $output. Set $executable
14394         to $output.
14395
14396         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
14397         directory for compiler files, and set it to /tmp if it doesn't
14398         already have a value. Set $output_file to the name of the output
14399         file from compiling the testcase. Add a -o option to CXXFLAGS so
14400         the compiler writes the final output file as $output. Use $output
14401         as the executable to be tested.
14402
14403 1996-06-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
14404
14405         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
14406
14407 1996-06-08  Jeffrey A Law  (law@cygnus.com)
14408
14409         * gcc.c-torture/execute/pending-1.c: New test.  Still
14410         pending in Tege's queue.
14411
14412 1996-04-24  Jim Wilson  <wilson@chestnut.cygnus.com>
14413
14414         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
14415         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
14416         if there were failures.  Call unresolved if there were unresolved
14417         testcases.  Call gcc_fail if program did not run to completion.
14418         (ph_make): Pass additional argument name to ph_execute.
14419         (ph_execute): Add new argument.  Pass additional arguments to
14420         ph_summary.  Call gcc_fail is there is no execution output.
14421
14422 1996-04-24  Jeffrey A Law  (law@cygnus.com)
14423
14424         * lib/plumhall.exp (proc_summary): Output relavent summary
14425         lines into the log so specific failures in plumhall can be
14426         investigated.
14427
14428 1996-04-10  Jeffrey A Law  (law@cygnus.com)
14429
14430         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
14431         (c-torture-execute): Don't try to execute tests which use
14432         "long long" types if $NO_LONG_LONG is nonzero.
14433
14434 1996-04-08  Doug Evans  <dje@canuck.cygnus.com>
14435
14436         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
14437         not c-torture.
14438
14439         * gcc.ieee: Move from here.
14440         * gcc.c-torture/execute/ieee: To here.
14441
14442 1996-03-26  Jeffrey A Law  (law@cygnus.com)
14443
14444         * gcc.c-torture: Update to c-torture-1.41 release.
14445
14446 1996-03-22  Jeffrey A Law  (law@cygnus.com)
14447
14448         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
14449         not "$output".
14450
14451 1996-03-07  Doug Evans  <dje@charmed.cygnus.com>
14452
14453         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
14454         -c present.
14455
14456 1996-03-02  Jeffrey A Law  (law@cygnus.com)
14457
14458         * config/proelf.exp: Handle connecting to a simulator.
14459
14460 1996-01-31  Jeffrey A Law  (law@cygnus.com)
14461
14462         * config/proelf.exp: New file.  Enough framework that we can
14463         run c-torture tests on the proelf targets (or any other target
14464         that gdb can connect to for that matter).
14465
14466 1996-01-29  Doug Evans  <dje@canuck.cygnus.com>
14467
14468         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
14469         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
14470
14471         * lib/plumhall.exp (ph_execute): Always call ph_summary if
14472         exec_output exists.
14473
14474 1996-01-28  Doug Evans  <dje@charmed.cygnus.com>
14475
14476         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
14477         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
14478
14479         * config/*.exp: Update FSF address.  Change result of ${tool}_load
14480         to pass/fail/unresolved/unsupported/untested.  Caller must now
14481         call unresolved/unsupported/untested.
14482         * lib/*.exp: Update FSF address.  Update to handle new results of
14483         ${tool}_load.
14484         * lib/chill.exp (verbose): Delete.
14485
14486 1996-01-27  Doug Evans  <dje@charmed.cygnus.com>
14487
14488         * lib/gcc.exp (default_gcc_start): Change order of args to
14489         $LDFLAGS $CFLAGS $LIBS.
14490         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
14491         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
14492         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
14493         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
14494         * gcc.misc-tests/dg-test.exp: Likewise.
14495         * gcc.misc-tests/msgs.exp: Likewise.
14496         * gcc.prms/prms.exp: Likewise.
14497         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
14498         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
14499
14500         * lib/dg.exp: Deleted, moved to dejagnu/lib.
14501
14502 1996-01-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
14503
14504         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
14505
14506         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
14507         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
14508
14509         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
14510         necessary.
14511
14512 1996-01-20  Brendan Kehoe  <brendan@cygnus.com>
14513
14514         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
14515         global for loop; add use of $mathlib.
14516         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
14517         settings here; set mathlib for anything but VxWorks.
14518
14519 1996-01-22  Jeffrey A Law  (law@cygnus.com)
14520
14521         * gcc.c-torture: Update to c-torture-1.40 release.
14522
14523 1996-01-03  Jeffrey A Law  (law@cygnus.com)
14524
14525         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
14526         dg.exp.
14527
14528 1995-12-03  Jeffrey A. Law  <law@sethra.cygnus.com>
14529
14530         * lib/c-torture.exp (c-torture-execute): Declare "output" as
14531         global.
14532
14533 1995-11-17  Doug Evans  <dje@canuck.cygnus.com>
14534
14535         * lib/g++.exp (LIBS): Define if not already.
14536         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
14537         (gcc-dg-prune): Call prune_gcc_output.
14538         * lib/gcc.exp (prune_gcc_output): New proc.
14539         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
14540         prune_gcc_output.
14541
14542 1995-11-16  Doug Evans  <dje@canuck.cygnus.com>
14543
14544         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
14545         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
14546
14547 1995-11-15  Jeffrey A Law  (law@cygnus.com)
14548
14549         * gcc.c-torture: Update to c-torture-1.39 release.
14550
14551 1995-11-04  Doug Evans  <dje@canuck.cygnus.com>
14552
14553         * lib/c-torture.exp (c-torture-execute): Don't return if one option
14554         fails, try others as well.
14555
14556 1995-11-02  Doug Evans  <dje@canuck.cygnus.com>
14557
14558         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
14559         If compilation fails, mark execute tests as `untested'.
14560         If test is marked as unsupported, don't mark compilation and
14561         execute tests as failed.
14562
14563 1995-10-25  Brendan Kehoe  <brendan@lisa.cygnus.com>
14564
14565         * lib/g++.exp (g++_init): Don't link in libg++, and look to
14566         libstdc++ for whether or not we want to be doing shared
14567         libraries.  Delete link_curses since we don't need it anymore.
14568         * lib/mike-g++.exp (postbase): Don't link in libg++.
14569         * g++.old-deja/old-deja.exp: Likewise.
14570
14571 1995-10-23  Brendan Kehoe  <brendan@lisa.cygnus.com>
14572
14573         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
14574
14575 1995-10-17  Brendan Kehoe  <brendan@lisa.cygnus.com>
14576
14577         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
14578         For that, add `-Wl,-a,shared_archive'.
14579         * g++.old-deja/old-deja.exp: Likewise.
14580
14581 1995-10-17  Doug Evans  <dje@canuck.cygnus.com>
14582
14583         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
14584
14585 1995-10-16  Brendan Kehoe  <brendan@cygnus.com>
14586
14587         * lib/mike-g++.exp (postbase): Pay attention to the status of
14588         g++_load.
14589
14590 1995-10-16  Brendan Kehoe  <brendan@lisa.cygnus.com>
14591
14592           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
14593
14594 1995-10-16  Doug Evans  <dje@canuck.cygnus.com>
14595
14596         * lib/gcc.exp (default_gcc_start): No longer need to log program
14597         being executed or its output, execute_anywhere does that now.
14598         * lib/g++.exp (default_g++_version): Call execute_anywhere.
14599         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
14600
14601 1995-10-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
14602
14603         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
14604         the same as those in lib/g++.exp.
14605
14606 1995-10-10  Jeff Law  (law@hurl.cygnus.com)
14607
14608         * gcc.c-torture: Update to c-torture-1.38 release.
14609         * gcc.ieee: Related changes.
14610
14611 1995-10-06  Rob Savoye  <rob@darkstar.cygnus.com>
14612
14613         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
14614         "exec". Minor reformatting changes.
14615
14616         * config/rom68k.exp (${tool}_load): Make it work in a canadian
14617         cross. This means all "exec" calls now work on a remote host as
14618         well.
14619         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
14620         cross. Filter out the extra "\r\n" stuff that expect puts in.
14621         (c-torture-execute): Filter out the bogus warnings like
14622         c-torture-compile does. Add support for canadian cross.
14623         * lib/gcc.exp (default_gcc_version, default_gcc_start)
14624         Use execute_anywhere rather than calling exec directly. Now it
14625         works for canadian cross testing.
14626
14627 1995-10-05  Brendan Kehoe  <brendan@rtl.cygnus.com>
14628
14629         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
14630         results into a variable, and check that rather than using file exists.
14631
14632 1995-10-04  Brendan Kehoe  <brendan@lisa.cygnus.com>
14633
14634         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
14635         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
14636
14637 1995-09-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
14638
14639         * g++.old-deja/old-deja.exp: Create and pass runshlib and
14640         lib_curses if there's a shared libg++ in the build tree.
14641
14642 1995-09-22  Doug Evans  <dje@canuck.cygnus.com>
14643
14644         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
14645         if not supported target.
14646
14647 1995-09-22  Brendan Kehoe  <brendan@lisa.cygnus.com>
14648
14649         * lib/g++.exp (g++_init): Move empty setting of runshlib and
14650         link_curses up to always happen, not just for native builds.
14651
14652 1995-09-21  Jeff Law  (law@snake.cs.utah.edu)
14653
14654         * gcc.c-torture: Update to c-torture-1.36 release.
14655         * gcc.failure: Related changes.
14656
14657 1995-09-20  Doug Evans  <dje@canuck.cygnus.com>
14658
14659         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
14660
14661 1995-09-19  Brendan Kehoe  <brendan@lisa.cygnus.com>
14662
14663         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
14664         * lib/mike-g++.exp (postbase): Not in here.  Still reference
14665         runshlib, link_curses, and mathlib for link and run.
14666
14667         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
14668         pass the runtime shared library options for Solaris, OSF/1, and
14669         Irix5, and link with -lcurses to avoid unresolved references.
14670
14671 1995-09-13  Brendan Kehoe  <brendan@lisa.cygnus.com>
14672
14673         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
14674         only run once.
14675
14676 1995-09-13  Doug Evans  <dje@canuck.cygnus.com>
14677
14678         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
14679
14680 1995-09-11  Jeff Law  (law@snake.cs.utah.edu)
14681
14682         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
14683         do not have a framework for the "compat" tests yet.
14684
14685 1995-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
14686
14687         * lib/mike-g++.exp (postbase): New local variable `mathlib',
14688         set to null if we're testing vxworks5.1.  Use that instead of
14689         `-lm' in the setting of LIBS for link and run.
14690
14691 1995-09-08  Brendan Kehoe  <brendan@lisa.cygnus.com>
14692
14693         * config/rom68k.exp (${tool}_load): Major changes to make it
14694         work.  Verified that it does in fact return the stuff in
14695         exec_output properly.  Catch any Emul or any TRAP other than 0.
14696
14697 1995-09-07  Brendan Kehoe  <brendan@lisa.cygnus.com>
14698
14699         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
14700         LDFLAGS properly for targets that need stuff from libgloss.
14701         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
14702         only run once.
14703         (gpp_initialized): New variable.
14704
14705 1995-09-06  Rob Savoye  <rob@darkstar.cygnus.com>
14706
14707         * config/rom68k.exp: Load libgloss.exp.
14708         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
14709         so we can produce a fully linked binary.
14710         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
14711         so we can produce a fully linked binary.
14712
14713 1995-09-03  Doug Evans  <dje@canuck.cygnus.com>
14714
14715         * lib/plumhall.exp (ph_section): Watch for expected failures.
14716         Add missing `else'.
14717
14718         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
14719         run the testcase.
14720         (c-torture): Likewise.
14721
14722 1995-08-28  Doug Evans  <dje@cygnus.com>
14723
14724         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
14725
14726         * lib/mike-g++.exp (mike_cleanup): New proc.
14727         (prebase): New globals compiler_result, not_compiler_result,
14728         target_regexp.
14729         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
14730         allow leading "-" in pattern.  Watch for unsupported tests.
14731         If $compiler_result is set, pattern match assembler code,
14732         and ditto for $not_compiler_result.
14733         * lib/mike-gcc.exp: Likewise.
14734
14735         * lib/plumhall.exp (ph_execute): Only call ph_summary if
14736         execution "succeeded".
14737
14738 1995-08-14  Doug Evans  <dje@canuck.cygnus.com>
14739
14740         * config/win32.exp: New file.
14741         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
14742
14743 1995-08-04  Doug Evans  <dje@canuck.cygnus.com>
14744
14745         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
14746         unsupported.
14747         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
14748         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
14749         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
14750
14751         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
14752         "... without exceptions was ...".  That is now handled by
14753         prune_system_crud.
14754         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
14755
14756 1995-08-01  Doug Evans  <dje@canuck.cygnus.com>
14757
14758         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
14759         sieve.c,sort2.c}: New files.
14760         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
14761         sieve.exp,sort2.exp}: Drivers for them.
14762
14763         * lib/mike-gcc.exp (program_output): New user settable variable.
14764         (postbase): Call prune_system_crud.  Also prune extraneous compiler
14765         messages.
14766         * lib/mike-g++.exp (program_output): New user settable variable.
14767
14768         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
14769
14770         * config/sh.exp: Deleted (use sim.exp instead).
14771
14772 1995-07-28  Brendan Kehoe  <brendan@lisa.cygnus.com>
14773
14774         * config/vx.exp: Declare CHECKTASK as global.
14775         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
14776         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
14777         * lib/old-dejagnu.exp: Load [pwd]/$executable.
14778
14779 1995-07-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
14780
14781         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
14782         target. Like vx.exp, only includes `vx29k.exp' instead of
14783         `vxworks.exp'.
14784
14785 1995-07-23  Ian Lance Taylor  <ian@cygnus.com>
14786
14787         * config/sim.exp: Increase time limit from 120 seconds to 240.
14788
14789 1995-07-06  Jeffrey A. Law  <law@rtl.cygnus.com>
14790
14791         * gcc.c-torture/execute/950628-1.c: New test.
14792
14793 1995-06-10  Jeff Law  (law@snake.cs.utah.edu)
14794
14795         * gcc.c-torture: Update with changes/additions from
14796         c-torture-1.34.
14797
14798 1995-06-05  Doug Evans  <dje@canuck.cygnus.com>
14799
14800         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
14801
14802 1995-06-04  Jeff Law  (law@snake.cs.utah.edu)
14803
14804         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
14805
14806 1995-06-01  Jeff Law  (law@snake.cs.utah.edu)
14807
14808         * gcc.c-torture/compile/950512-1.c: New test.
14809         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
14810         * gcc.dg/struct-ret-1.c: Likewise.
14811
14812 1995-05-31  Doug Evans  <dje@canuck.cygnus.com>
14813
14814         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
14815           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
14816
14817 1995-05-30  Doug Evans  <dje@canuck.cygnus.com>
14818
14819         * gcc.c-torture/special/920411-1.c: Deleted.
14820         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
14821
14822 1995-05-22  Doug Evans  <dje@chestnut.cygnus.com>
14823
14824         * config/sim.exp (${tool}_load): Hack in call to bash to get a
14825         cpu limit.
14826
14827 1995-05-12  Torbjorn Granlund  <tege@rtl.cygnus.com>
14828
14829         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
14830
14831 1995-05-04  Torbjorn Granlund  <tege@adder.cygnus.com>
14832
14833         From kenner;
14834         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
14835         is the proper length.
14836         * va-arg-3.c: Likewise.
14837
14838 1995-04-30  Doug Evans  <dje@canuck.cygnus.com>
14839
14840         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
14841         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
14842
14843         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
14844         * lib/g++.exp (default_g++_start): Delete old cruft.
14845
14846 1995-04-25  Torbjorn Granlund  <tege@cygnus.com>
14847
14848         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
14849         (2 * (1 << 18)) to (2 * (1 << 17)).
14850
14851         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
14852
14853 1995-04-20  J.T. Conklin  <jtc@rtl.cygnus.com>
14854
14855         * config/rom68k.exp: Renamed from config/idp.exp
14856
14857 1995-04-18  Torbjorn Granlund  <tege@rtl.cygnus.com>
14858
14859         * c-torture/compile/921109-2.c
14860
14861 1995-04-18  Mike Stump  <mrs@cygnus.com>
14862
14863         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
14864         excess errors.
14865
14866 1995-04-15  Doug Evans  <dje@chestnut.cygnus.com>
14867
14868         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
14869         output.
14870         * lib/g++.exp (default_g++_start): Likewise.
14871
14872 1995-03-29  Torbjorn Granlund  <tege@adder.cygnus.com>
14873
14874         * gcc.c-torture/compile/950329-1.c: New test.
14875
14876 1995-03-28  J.T. Conklin  <jtc@rtl.cygnus.com>
14877
14878           * config/bug.exp (${tool}_load): Updated to use new remote_open
14879           and remote_close procs.
14880         * config/idp.exp: New file.
14881
14882 1995-03-22  Torbjorn Granlund  <tege@rtl.cygnus.com>
14883
14884         * gcc.c-torture/execute/950322-1.c: New test.
14885
14886 1995-03-21  Doug Evans  <dje@canuck.cygnus.com>
14887
14888         * config/vx.exp (${tool}_load): Clean up testing of return code from
14889         vxworks_ld and vxworks_spawn.
14890
14891 1995-03-21  Doug Evans  <dje@deneb.cygnus.com>
14892
14893         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
14894
14895 1995-03-13  Mike Stump  <mrs@cygnus.com>
14896
14897         * lib/old-deja.exp: Add `excess errors test - ' error, now one
14898         can mark excess errors on a machine by machine basis.  Note, the
14899         default is to not expect any excess errors, even when excess
14900         errors test - is given, so you will want to put an XFAIL ... on
14901         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
14902         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
14903         those 4 machines, but no others.
14904
14905 1995-03-10  J.T. Conklin  <jtc@rtl.cygnus.com>
14906
14907         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
14908         * lib/c-torture.exp: to here.
14909
14910 1995-03-10  Torbjorn Granlund  <tege@adder.cygnus.com>
14911
14912         * gcc.c-torture/execute/950221-1.c: New test.
14913         * gcc.c-torture/execute/struct-ret-1.c: New test.
14914         * gcc.c-torture/compile/950221-1.c: New test.
14915
14916         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
14917
14918 1995-03-03  Doug Evans  <dje@canuck.cygnus.com>
14919
14920         * gcc.c-torture/execute/arith-1.c (main): Return 0.
14921         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
14922
14923 1995-03-01  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
14924
14925         * g++.gb: New directory of tests, derived from my signature and
14926         class scoping tests.
14927
14928         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
14929         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
14930         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
14931         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
14932         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
14933         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
14934         * g++.gb/sig25.C: Likewise.
14935
14936         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
14937         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
14938         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
14939         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
14940         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
14941         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
14942         * g++.gb/sig25.exp: Likewise.
14943
14944         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
14945         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
14946         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
14947         * g++.gb/scope13.C: Likewise, this test still fails.
14948
14949         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
14950         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
14951         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
14952         * g++.gb/scope13.exp: Ditto.
14953
14954         * g++.gb/README: New file, explains what these tests are about.
14955
14956 1995-02-28  Doug Evans  <dje@canuck.cygnus.com>
14957
14958         * lib/dg.exp (dg-do): Support `preprocess'.
14959         (dg-test): Likewise.
14960
14961 1995-02-13  J.T. Conklin  <jtc@rtl.cygnus.com>
14962
14963         * config/udi.exp: change "continue -expect" to "exp_continue".
14964
14965 1995-02-11  Torbjorn Granlund  (tege@tiny.cygnus.com)
14966
14967         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
14968         Delete redundant tests.
14969
14970         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
14971         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
14972         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
14973         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
14974         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
14975         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
14976         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
14977         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
14978
14979         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
14980         storing label pointers.
14981         * gcc.c-torture/execute/921019-1.c: Likewise.
14982         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
14983         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
14984         parameter fp.
14985         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
14986         constants.
14987
14988         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
14989         Delete obsolete tests.
14990
14991         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
14992         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
14993         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
14994         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
14995         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
14996         * gcc.c-torture/compile/950124-1.c: New test.
14997
14998         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
14999
15000 1995-02-08  Jason Merrill  <jason@phydeaux.cygnus.com>
15001
15002         * lib/mike-g++.exp: Add -lm to LIBS.
15003
15004 1995-02-07  Doug Evans  <dje@canuck.cygnus.com>
15005
15006         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
15007
15008 1995-01-30  Jason Merrill  <jason@phydeaux.cygnus.com>
15009
15010         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
15011
15012 1995-01-12  Doug Evans  <dje@canuck.cygnus.com>
15013
15014         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
15015
15016 1995-01-02  Jeff Law  (law@snake.cs.utah.edu)
15017
15018         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
15019         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
15020         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
15021         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
15022         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
15023         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
15024         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
15025         * g++.law/{operators31.C, operators32.C,
15026         * g++.law/{operators33.C, operators34.C}: Likewise.
15027         * g++.law/{pic1.C, refs2.C}: Likewise.
15028         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
15029         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
15030         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
15031         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
15032
15033         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
15034         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
15035         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
15036         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
15037         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
15038         * g++.law/{enum9.exp, friend5.exp}: Likewise.
15039         * g++.law/{nest3.exp, nest4.exp}: Likewise.
15040         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
15041         * g++.law/{operators30.exp, operators31.exp}: Likewise.
15042         * g++.law/{operators32.exp, operators33.exp}: Likewise.
15043         * g++.law/{operators34.exp}: Likewise.
15044         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
15045         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
15046         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
15047         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
15048         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
15049
15050         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
15051         No longer expected to fail.
15052         * g++.law/missed-error3.C: Tweak for recent bool changes.
15053
15054 1994-12-04  Doug Evans  <dje@canuck.cygnus.com>
15055
15056         * config/emb-unix: Deleted.
15057         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
15058         remote execution.  Do final link on remote host if REMOTE_LINK is set.
15059
15060 1994-12-01  Doug Evans  <dje@canuck.cygnus.com>
15061
15062         * lib/dg.exp (dg-test): Fix typo in last patch.
15063
15064 1994-11-30  Doug Evans  <dje@canuck.cygnus.com>
15065
15066         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
15067         (handles multiple occurrences).
15068
15069 1994-11-24  Doug Evans  <dje@canuck.cygnus.com>
15070
15071         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
15072         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
15073         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
15074         printed).
15075         * lib/c-torture.exp (c-torture-compile): Likewise.
15076         (c-torture): Prepend full path if missing.
15077         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
15078         (gcc_fail): Likewise.
15079         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
15080
15081 1994-11-23  J.T. Conklin  <jtc@rtl.cygnus.com>
15082
15083         * lib/netware.exp: Only attach to NetWare i386 systems.
15084
15085 1994-11-16  Doug Evans  <dje@canuck.cygnus.com>
15086
15087         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
15088         messages.  Add test name to "output pattern match" pass/fail message.
15089
15090 1994-11-12  Doug Evans  <dje@canuck.cygnus.com>
15091
15092         * gcc.dg: New testsuite.
15093         * gcc.dg/dg.exp: New file.
15094
15095         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
15096         test-switch.c}: Deleted.
15097
15098         * gcc.misc-tests/msgs.exp: New testcase driver.
15099
15100 1994-11-09  Doug Evans  <dje@canuck.cygnus.com>
15101
15102         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
15103         Watch for illegal return values from ${tool}_load.
15104         * config/unix.exp (${tool}_load): Fix pass/fail detection for
15105         cross targets.  Coerce return value >0 to 1.
15106
15107 1994-11-08  Doug Evans  <dje@canuck.cygnus.com>
15108
15109         * config/unix.exp (${tool}_load): Call program rsh, not proc.
15110
15111         * config/emb-unix.exp: New file.
15112
15113         * config/sim.exp: Error if variable $SIM not defined.
15114         (${tool}_load): Mark test as "untested" if simulator missing.
15115
15116         * config/unix.exp: Load remote.exp to get rcp_download.
15117         * lib/c-torture.exp: Use different option lists for testcases with
15118         and without loops.
15119         * gcc.c-torture/execute/execute.exp: Likewise.
15120
15121 1994-11-02  Doug Evans  <dje@canuck.cygnus.com>
15122
15123         * config/*.exp: Clarify return code from ${tool}_load.
15124         Call `unresolved' or `untested' instead of `warning' or `perror'
15125         (sometimes you still want to call both though).
15126         Add comment that `shell_id' is local to each file.
15127         * config/udi.exp (timeout): Set to 30.
15128         Don't print warning if connection fails, $connectmode has already
15129         printed an error.
15130         (${tool}_load): Move verbose messages to level 2.
15131         Rework pattern for "Process started" message.
15132         Pass `shell_id' to ${connectmode}_download.
15133         Retry twice upon timeout.  Make resetting of target more robust.
15134         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
15135         Pass `shell_id' to exit_$connectmode.
15136         Only call exit_$connectmode if connected.
15137         * config/unix.exp (${tool}_load): Check return codes better.
15138         * config/vrtx.exp (${tool}_load): Likewise.
15139         * config/vx.exp (${tool}_load): Likewise.
15140         Delete unneeded global's.
15141         * lib/dg.exp (dg-test): Update to reflect clarified return codes
15142         from ${tool}_load.
15143         (dg-stat): Delete.
15144         (dg-init): Delete recording of pass/fail counts.
15145         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
15146         (old-dejagnu-init): Likewise.
15147         (old-dejagnu-stat): Delete contents, empty proc now.
15148         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
15149         (c-torture): Delete references to lcnt, lpass, lfail.
15150         Get option list from TORTURE_OPTIONS.
15151         Delete -funroll[-all]-loops if no loops.
15152         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
15153         (g++_stat): Delete contents (empty proc now).
15154         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
15155         (gcc_finish): Likewise.
15156         (gcc_stat): Deleted.
15157         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
15158         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
15159         * gcc.c-torture/execute/execute.exp: Likewise.
15160         Split tests into two parts: compile, execute.
15161         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
15162         no loops.  Update to reflect clarified return codes from ${tool}_load.
15163
15164 1994-10-21  Doug Evans  <dje@canuck.cygnus.com>
15165
15166         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
15167         to grep for.
15168         (old-dejagnu): Likewise (where necessary).
15169
15170 1994-10-14  Doug Evans  <dje@canuck.cygnus.com>
15171
15172         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
15173
15174         * lib/dg.exp (dg-process-target): Fix processing of selector.
15175         Add comment regarding use of `error'.
15176
15177         * lib/gcc.exp (prune_system_crud): Define if missing.
15178         * lib/g++.exp (prune_system_crud): Likewise.
15179
15180         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
15181         Call prune_system_crud.
15182         * lib/dg.exp (dg-runtest): New proc.
15183         Use perror instead of send_user for tcl errors in testcase.
15184         Don't return any value, it's never used.
15185         Don't clobber previous definition of `unknown'.
15186         Print tcl errors in `dg-final'.
15187
15188 1994-10-12  Doug Evans  <dje@canuck.cygnus.com>
15189
15190         * lib/dg.exp (dg-process-target): Improve syntax error messages.
15191         (dg-test): Don't print errorInfo, it contains stack backtrace.
15192
15193 1994-09-26  Doug Evans  (dje@canuck.cygnus.com)
15194
15195         * lib/g++.exp (runtest_file_p): Define if missing.
15196
15197 1994-09-24  Doug Evans  (dje@cygnus.com)
15198
15199         * lib/mike-g++.exp: Comment out loading of g++.exp.
15200         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
15201         (default_g++_version): Always print something.
15202         (default_g++_start): Comment out call to `which'.
15203         (g++_start, g++_load): Deleted (must be defined in config file).
15204         * lib/gcc.exp: Test for existence of $CC at start.
15205         Delete check for tmpdir (done in gcc_init).
15206         (default_gcc_version): Always print something.
15207         (default_gcc_start): Comment out call to `which'.
15208         * config/*.exp: Major cleanup - make cross targets work at least a
15209         little better for g++ (by not being "--tool gcc" specific).
15210         Rename gcc_xxx to ${tool}_xxx.
15211         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
15212         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
15213
15214 1994-09-22  Doug Evans  (dje@canuck.cygnus.com)
15215
15216         * lib/c-torture.exp (c-torture-compile): Rework compiler
15217         message processing.
15218
15219         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
15220         c-torture.
15221
15222 1994-09-21  Doug Evans  (dje@canuck.cygnus.com)
15223
15224         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
15225
15226         * lib/dg.exp (dg-process-target): Support { target native }.
15227
15228 1994-09-20  Doug Evans  (dje@canuck.cygnus.com)
15229
15230         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
15231         looked for "... program xxx got fatal signal".
15232         Correct regsub munging of `comp_output'.
15233         Ignore compiler messages "path prefix not used" and "linker input
15234         file unused".
15235
15236 1994-09-14  Doug Evans  (dje@canuck.cygnus.com)
15237
15238         * lib/gcc.exp (runtest_file_p): Define if missing.
15239         * gcc.prms/template.c: Example to work from.
15240
15241 1994-09-13  Doug Evans  (dje@canuck.cygnus.com)
15242
15243         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
15244         * lib/dg.exp (dg-test): Call unsupported testcases as such.
15245
15246         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
15247         * gcc.prms/1883.c: Moved from compile/940714-1.c.
15248         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
15249         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
15250
15251         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
15252         (dg-process-target): No longer a varargs proc.
15253         Return S/N for target, P/F for xfail.  All callers changed.
15254         (user option procs): More argument checking.
15255         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
15256         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
15257         (dg-test): Skip test if not running on selected target in `dg-do'.
15258         Update handling of `dg-do-what', `dg-output-text'.
15259         Separate execution pass/fail from output pattern match pass/fail.
15260         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
15261
15262 1994-09-12  Jim Wilson  (wilson@sphagnum.cygnus.com)
15263
15264         * gcc.c-torture/special/special.exp: Don't expect failure for mips
15265         target for 920510-1.c.
15266
15267 1994-09-12  Doug Evans  (dje@canuck.cygnus.com)
15268
15269         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
15270         Clean up comment regarding use of passcnt, etc.
15271         (gcc_stat): Don't update `testcnt' here.
15272         (gcc_finish): Do it here.
15273         Might as well reset `but_id' here too.
15274         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
15275         to determine if the file should be tested.
15276         * gcc.c-torture/compile/compile.exp: Likewise.
15277         * gcc.c-torture/execute/execute.exp: Likewise.
15278         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
15279         * gcc.misc-tests/dg-test.exp: Likewise.
15280         * gcc.prms/prms.exp: Likewise.
15281         * gcc.wendy/wendy.exp: Likewise.
15282         * g++.old-deja.exp: Likewise.
15283         Move "Testing file" message to verbose level 1.
15284
15285 1994-09-09  Doug Evans  (dje@canuck.cygnus.com)
15286
15287         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
15288
15289 1994-09-08  Doug Evans  (dje@canuck.cygnus.com)
15290
15291         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
15292         (default_gcc_start): Accept optional second list element
15293         of compiler flags.  Print compiler output at verbosity level 2.
15294         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
15295         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
15296         Save current values of framework globals passcnt, failcnt, xpasscnt,
15297         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
15298         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
15299         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
15300         xfailcnt to compute stats.  Update framework global `testcnt' from
15301         pass/fail counts.
15302         (gcc_finish): New proc.  Clean up test environment.
15303         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
15304         (gcc_epass, gcc_efail): Delete.
15305         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
15306         argument of line number.
15307         (dg-init): If the tool has an init routine, call it.
15308         (dg-test): Remove args `cflags_var' and `libs_var'.
15309         Pass all compiler options to ${tool}_start.
15310         Handle missing line number.
15311         (dg-finish): New function.
15312         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
15313         particular files.  Call gcc_finish at end.  Move "skipping test"
15314         message to verbosity level 3.
15315         * gcc.c-torture/compile/compile.exp: Likewise.
15316         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
15317         * gcc.c-torture/execute/execute.exp: Likewise.
15318         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
15319         Print testcase being tried at verbosity level 1.
15320         * gcc.c-torture/special/special.exp: Unset xfail.
15321         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
15322         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
15323         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
15324         * gcc.failure/failure.exp: Likewise.
15325         * gcc.ieee/ieee.exp: Likewise.
15326         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
15327         Update call to dg-test.  Call dg-finish at end.
15328         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
15329         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
15330         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
15331         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
15332         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
15333         * gcc.wendy/wendy.exp: Add copyright.
15334         Delete setting of tmpdir (done by gcc_init).
15335         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
15336         Pass compiler flags to gcc_start.  Call gcc_finish at end.
15337         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
15338         gcc_[ce]pass/fail.
15339
15340 1994-09-07  Doug Evans  (dje@canuck.cygnus.com)
15341
15342         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
15343         confusion.
15344         (g++_load): Likewise.
15345
15346         * config/*.exp (gcc_load): Some were varargs fns and some were not.
15347         Rename argument to `prog' to remove the confusion.
15348         Varargs fns behave differently too!
15349         (g++_load): Likewise.
15350
15351         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
15352
15353         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
15354         what it is.  Delete (always) printing of status value for !native.
15355         Simplify verbose code, and include status and exec_output.
15356         (g++_load): Use gcc_load.
15357
15358 1994-09-04  Jim Wilson  (wilson@sphagnum.cygnus.com)
15359
15360         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
15361         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
15362         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
15363         940714-3.c as these testcases don't exist anymore.  Make
15364         va-arg-1.c expected to pass.
15365
15366 1994-08-19  Doug Evans  (dje@canuck.cygnus.com)
15367
15368         * gcc.misc-tests/misc.exp: Only run specific testcases.
15369         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
15370         * gcc.misc-tests/dg-[1-9].c: New files.
15371
15372         * lib/dg.exp: New testsuite driver.
15373         * gcc.prms/prms.exp: Use it.
15374
15375         * README.gcc: New file.
15376
15377         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
15378         Document and reset `lxpass' and `lxfail'.
15379         Simplify "initialized" message.
15380         (gcc_stat): Clean up comments a little.
15381
15382 1994-08-16  Doug Evans  (dje@canuck.cygnus.com)
15383
15384         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
15385
15386 1994-08-15  Doug Evans  (dje@canuck.cygnus.com)
15387
15388         * lib/old-dejagnu.exp (process-option): New proc.
15389         (old-dejagnu-init, old-dejagnu-stat): Likewise.
15390         (old-dejagnu): Simplify.
15391         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
15392
15393 1994-08-14  Jeff Law  (law@snake.cs.utah.edu)
15394
15395         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
15396         exists and is not an empty string.
15397
15398         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
15399         $xfail rather than calling setup_xfail.  Clear $xfail when test is
15400         finished.
15401         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
15402         automatically.
15403
15404         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
15405         longer expected to fail.
15406
15407         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
15408         "f" function call.
15409
15410         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
15411
15412         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
15413         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
15414         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
15415         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
15416         c-torture-1.29.
15417
15418         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
15419         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
15420
15421         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
15422
15423         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
15424         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
15425
15426         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
15427         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
15428         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
15429
15430 1994-07-12  Jim Kingdon  (kingdon@lioth.cygnus.com)
15431
15432         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
15433         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
15434         940714-1.c, 940714-2.c, 940714-3.c},
15435         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
15436         gcc.misc-tests/{mg.c,mg.exp}:
15437         New tests.
15438         * gcc.noncompile/noncompile.exp: Change accordingly.
15439
15440 1994-07-07  Doug Evans  (dje@canuck.cygnus.com)
15441
15442         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
15443         Undo previous clobberage.
15444
15445 1994-07-04  Jeff Law  (law@snake.cs.utah.edu)
15446
15447         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
15448         * gcc.special/{930510-1.c, special.exp}:
15449         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
15450         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
15451         struct-varargs-1.c}: New tests from c-torture-1.26.
15452
15453 1994-06-28  J.T. Conklin  (jtc@phishhead.cygnus.com)
15454
15455         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
15456           argument to switch.
15457
15458 1994-05-21  Bill Cox  (bill@rtl.cygnus.com)
15459
15460         * Revert the previous changes.  Please see Rob's directory
15461           (/lisa/test/rob/progressive/gcc/testsuite) for testing
15462           fixes.
15463
15464 1994-05-19  Bill Cox  (bill@rtl.cygnus.com)
15465
15466         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
15467             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
15468             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
15469             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
15470             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
15471             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
15472             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
15473             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
15474             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
15475             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
15476             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
15477             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
15478             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
15479             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
15480             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
15481             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
15482             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
15483             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
15484             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
15485             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
15486             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
15487             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
15488             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
15489             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
15490             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
15491             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
15492             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
15493
15494 1994-05-17  Bill Cox  (bill@rtl.cygnus.com)
15495
15496         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
15497             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
15498           with perror calls.
15499
15500 1994-05-02  Jason Merrill  (jason@deneb.cygnus.com)
15501
15502         * config/unix.exp (g++_load): Fix syntax.
15503
15504 1994-04-14  Jim Wilson  (wilson@sphagnum.cygnus.com)
15505
15506         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
15507         * gcc.noncompile/921017-1.c: Deleted obsolete test.
15508         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
15509         Don't expect va-arg-1.c to fail.  Correct expected output for
15510         920928-1.c.
15511         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
15512         * gcc.wendy/hbm4.c: Correct typo.
15513         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
15514
15515 1994-03-28  Doug Evans  (dje@canuck.cygnus.com)
15516
15517         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
15518         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
15519         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
15520         * lib/c-torture.exp (c-torture-compile): Ditto.
15521
15522         Reduce volume of output (remove all the -I's and such).
15523         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
15524         Call gcc_cpass, gcc_cfail.
15525         (c-torture): Pass testing option to c-torture-compile.
15526
15527 1994-03-21  Doug Evans  (dje@cygnus.com)
15528
15529         Bring patches over from progressive.
15530         * config/default.exp: Exit remote shell cleanly.
15531         (g++_exit, g++_start): Add default versions.
15532         * config/sim.exp (gcc_load): Use perror, not error.
15533
15534 1994-03-20  Doug Evans  (dje@canuck.cygnus.com)
15535
15536         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
15537         set in site.exp.
15538
15539 1994-03-14  Doug Evans  (dje@cygnus.com)
15540
15541         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
15542         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
15543         (wendy_try): New proc to run testcase.
15544         (main loop): Call 'em.
15545         * gcc.wendy/*.c: Clean up pass to correct expected output.
15546
15547         * lib/gcc.exp: Minor cleanup work.
15548         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
15549
15550 1994-03-09  Doug Evans  (dje@canuck.cygnus.com)
15551
15552         * config/sim.exp (gcc_load): Document return codes better.
15553         Don't pass -v to simulator.
15554
15555 1994-02-24  Jeffrey A. Law  (law@snake.cs.utah.edu)
15556
15557           * gcc.special/920717-x.c: Fix typo.
15558           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
15559           get at sources.
15560
15561         * lib/mike-gcc.exp: Fix typo.
15562
15563 1994-02-15  Rob Savoye  (rob@darkstar.cygnus.com)
15564
15565         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
15566         binary to use, transform the name.
15567         * config/*.exp: rename everything. Nuke any g++ specific files,
15568         it's now a special case of gcc that requires no special support.
15569         Add a default.exp for unsupported targets.
15570
15571 1994-02-11  Rob Savoye  (rob@poseidon.cygnus.com)
15572
15573         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
15574         lib/old-dejagnu.exp: Fix a few patterns to work with the new
15575         version of Tcl.
15576
15577 1994-02-09  Rob Savoye  (rob@darkstar.cygnus.com)
15578
15579         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
15580         than a warning.
15581
15582 1994-02-06  Jeffrey A. Law  (law@snake.cs.utah.edu)
15583
15584         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
15585
15586 1994-01-03  Jim Wilson  (wilson@sphagnum.cygnus.com)
15587
15588         * gcc.execute/execute.exp: Combine opt_list and foption_list into
15589         option_list.  Compile every file with only 4/6 option choices
15590         (same as C torture) instead of with 12/18 different option
15591         choices.
15592         * lib/c-torture.exp: Likewise.
15593
15594         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
15595         not already set.
15596
15597 1993-12-30  Mike Stump  (mrs@rtl.cygnus.com)
15598
15599         * lib/old-deja.exp: Add `excess errors test fails' error, now one
15600         can put an XFAIL *-*-* on excess errors.
15601
15602 1993-12-19  Jeffrey A. Law  (law@snake.cs.utah.edu
15603
15604         * g++.law: Add more tests derived from g++-bugs snapshots.
15605
15606         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
15607         equivalent to g++.law/init9.
15608
15609         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
15610         compiled it, and the a.out file after we've run it.
15611
15612 1993-12-17  Brendan Kehoe  (brendan@lisa.cygnus.com)
15613
15614         * lib/mike-g++.exp (postbase): Delete the .o file after we've
15615         compiled it, and the a.out file after we've run it.
15616
15617 1993-12-17  Jeffrey A. Law  (law@snake.cs.utah.edu)
15618
15619         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
15620
15621 1993-12-15  Rob Savoye  (rob@darkstar.cygnus.com)
15622
15623         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
15624         version number.
15625
15626 1993-12-12  Jeffrey A. Law  (law@snake.cs.utah.edu)
15627
15628         * g++.law: New directory of g++ tests derived from the g++-bugs
15629         snapshots.
15630
15631 1993-12-09  Jeffrey Wheat  (cassidy@cygnus.com)
15632
15633         * gcc.compile: initbug1.c initbug1.exp testcase added
15634
15635 1993-12-06  Jeffrey Wheat  (cassidy@cygnus.com)
15636
15637         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
15638         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
15639           fixes submitted by Jeff Law (law@cs.utah.edu)
15640         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
15641           Jeff Law (law@cs.utah.edu)
15642
15643
15644 1993-11-30  Mike Stump  (mrs@cygnus.com)
15645
15646         * config/unix-g++.exp: Follow the gcc way of doing things.
15647         * g++.old-deja/old-deja.exp: Minor updates.
15648         * lib/g++.exp: New file, follow the gcc way of doing things.
15649         * lib/old-dejagnu.exp: Minor updates.
15650         * lib/mike-g++.exp: Always unset errorInfo.
15651
15652 1993-11-06  Mike Stump  (mrs@cygnus.com)
15653
15654         * lib/gcc.exp: Fix some errors with the below change, CC and
15655         CFLAGS should be global when setting, not local.
15656
15657 1993-11-03  Rob Savoye  (rob@darkstar.cygnus.com)
15658
15659         * lib/gcc.exp: Transform tool name.
15660
15661 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
15662
15663         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
15664
15665 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
15666
15667         * lib/gcc.exp: change gcc_done to gcc_stat
15668
15669 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
15670
15671         * Upgraded gcc testsuite to c-torture version 1.25
15672
15673 1993-10-24  Jeffrey Wheat  (cassidy@cygnus.com)
15674
15675         * lib/gcc.exp: added reporting code. Changed verbose compile message.
15676         * lib/c-torture: added hooks for new reporting code.
15677
15678 1993-10-21  Jeffrey Wheat  (cassidy@cygnus.com)
15679
15680         * config/sh-gcc.exp: check if sh-sim exists in the path
15681
15682 1993-10-18  Jeffrey Wheat  (cassidy@cygnus.com)
15683
15684         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
15685         * gcc.compile/compile.exp: Initial changes for new logic.
15686         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
15687         * gcc.failure/failure.exp: Initial changes for new logic.
15688         * gcc.ieee/ieee.exp: Initial changes for new logic.
15689         * gcc.misc-tests/misc.exp: Initial changes for new logic.
15690         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
15691         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
15692         * lib/c-torture.exp: Initial changes for new logic.
15693         * lib/gcc.exp: Initial changes for new logic.
15694
15695 1993-10-15  Mike Stump  (mrs@cygnus.com)
15696
15697         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
15698         depend upon failure or success.  Fully qualify names in failure
15699         and success messages.  Always remove a.out before starting
15700         compile, just in case.  Pay more attention to error text output by
15701         the compiler.  Handle testcases with no known past errors just
15702         like all others, so that things are uniform.  Other miscellaneous
15703         improvements.
15704
15705 1993-10-13  Jeffrey Wheat  (cassidy@cygnus.com)
15706
15707         * gcc.cpp: new directory for cpp tests
15708
15709 1993-10-04  Jeffrey Wheat  (cassidy@cygnus.com)
15710
15711         * lib/chill.exp: Code reformatted, removed unused code.
15712         * config/unix-chill.exp: Code reformatted, removed unused code.
15713         * chill.execute/execute.exp: Code reformatted, removed unused code.
15714         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
15715
15716 1993-10-04  Ian Lance Taylor  (ian@cygnus.com)
15717
15718         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
15719         routines not written.
15720
15721 1993-09-27  Rob Savoye  (rob@darkstar.cygnus.com)
15722
15723         * config/bug-gcc.exp: Use new procs from bug.exp.
15724
15725 1993-09-21  Rob Savoye  (rob@darkstar.cygnus.com)
15726
15727         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
15728         via ftp, rather than depending on NFS.
15729         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
15730         case.
15731
15732 1993-09-09  Rob Savoye  (rob@darkstar.cygnus.com)
15733
15734         * config/bug-gcc.exp: Use new download proc.
15735
15736 1993-09-14  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
15737
15738         * chill.execute/execute.exp: cleanups, handles errors better
15739         * chill.compile/compile.exp: rewrite, based on execute.exp
15740         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
15741         * lib/chill.exp: major changes to diff proc and compile and link
15742           procs. added chill_fail and chill_pass wrappers to pass and
15743           fail. added more comments, and handle error codes better.
15744           Added a hack to capture stderr from exec, so noncompile tests
15745           can work.
15746
15747 1993-09-11  Jeffrey Wheat  (cassidy@cygnus.com)
15748
15749         * chill.execute/execute.exp: rewrite of testsuite driver
15750         * lib/chill.exp: rewrite of testsuite driver
15751         * config/unix-chill.exp: rewrite of testsuite driver
15752
15753 1993-08-25  Bill Cox  (bill@rtl.cygnus.com)
15754
15755     In chill.execute:
15756         * iexpr.ch: Standardize uppercase.
15757         * tuples.dat: Standardize uppercase.
15758         * vary.ch: standardize.  Correct varying string assignments.
15759         * vary.dat: Add new output lines.
15760
15761 1993-08-24  Bill Cox  (bill@rtl.cygnus.com)
15762
15763     In chill.execute:
15764         * chprintf.ch: Standardize use of uppercase.
15765         * tuples.ch: Standardize and turn arr2 into a DCL,
15766           rather than a SYN.
15767         * pinits.ch: Standardize.
15768
15769 1993-08-23  Per Bothner  (bothner@kalessin.cygnus.com)
15770
15771         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
15772         * Makefil: Renamed to Makefile.in.
15773         * configure.in: New.
15774
15775 1993-08-23  Bill Cox  (bill@rtl.cygnus.com)
15776
15777     In chill.execute:
15778         * .cvsignore: Add result/output files.
15779         * Makefile: Fix up variables at start.  Use MFLAGS
15780           everywhere.  Correct bool_loc, built_ins entries.
15781           Add entry for vary1.ch.
15782         * bitarray.ch: Standardize upper-case usage.
15783         * bitexpr.ch: Standardize, add output of b1.
15784         * params.ch: Use arrayt in along PROC parameters, to
15785           avoid novelty problems.
15786         * sets.ch: Tiny cleanup.
15787         * vary1.ch: Re-indent.
15788
15789 1993-08-17  Bill Cox  (bill@rtl.cygnus.com)
15790
15791           * Add PR-related files to Makefiles, .cvsignore files, etc.
15792
15793 1993-08-02  Jeff Wheat  (cassidy@cygnus.com)
15794
15795         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
15796           with compiler objects. New names are test-flow.c and test-loop.c
15797
15798 1993-07-27  Jeff Wheat  (cassidy@cygnus.com)
15799
15800         * Upgraded c-torture tests from 1.19 to 1.20
15801
15802         * new files:
15803         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
15804         * gcc.compile: 930623-1.c 930623-2.c
15805         * gcc.noncompile: 930622-1.c 930622-2.c
15806         * gcc.failure: 920411-1.c 920627-2.c
15807         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
15808
15809 1993-07-20  Jeff Wheat  (cassidy@cygnus.com)
15810
15811         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
15812           More changes to get testsuite working properly. Needs more work.
15813           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
15814
15815 1993-07-19  Jeff Wheat  (cassidy@cygnus.com)
15816
15817         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
15818           More changes to get testsuite working properly. Needs more work.
15819
15820 1993-07-13 Jeff Wheat  (cassidy@cygnus.com)
15821
15822         * chill.compile/compile.exp: Added for Dejagnu support
15823         * chill.execute/execute.exp: Added for Dejagnu support
15824         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
15825
15826 1993-06-19  Bill Cox  (bill@rtl.cygnus.com)
15827
15828     This should complete moving the CHILL test files.
15829         * chill.noncompile(.cvsignore printf.grt
15830             in-printf.grt chprintf.grt chprintf.ch):
15831             Added test-support files.
15832           (Makefile): Modified further.
15833         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
15834             signal.ch): Added test files.
15835           * chill.execute (.cvsignore printf.grt printr.c
15836             in-printf.grt rts.c chprintf.grt rts.h): Added
15837           test-support files.
15838             (Makefile): More corrections.
15839
15840 1993-06-18  Bill Cox  (bill@rtl.cygnus.com)
15841
15842         * chill.compile, chill.execute, chill.nocompile: Add CHILL
15843           test cases, ready for DejaGnu.
15844
15845 1993-06-17  Jeffrey Wheat  (cassidy@cygnus.com)
15846
15847         * Upgraded c-torture tests from 1.18 to 1.19
15848
15849         * gcc.compile: added test(s):
15850           930607-1.c
15851         * gcc.execute: added test(s):
15852           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
15853
15854         * added new subdirectory for misc tests: gcc.misc-tests
15855         * gcc.misc-test(s): added tests:
15856           inst-check.c test-consts.c test-ior.c test-switch.c
15857
15858 1993-06-09  Brendan Kehoe  (brendan@lisa.cygnus.com)
15859
15860         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
15861
15862 1993-06-07  Ian Lance Taylor  (ian@cygnus.com)
15863
15864         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
15865
15866 1993-06-03  Jeffrey Wheat  (cassidy@cygnus.com)
15867
15868         * Upgraded c-torture tests from 1.17 to 1.18
15869
15870 1993-06-02  Jeffrey Wheat  (cassidy@cygnus.com)
15871
15872         * Upgraded c-torture tests from 1.12 to 1.17
15873
15874 1993-04-30  Mike Werner  (mtw@deneb.cygnus.com)
15875
15876         * lib/old-dejagnu.exp:
15877           Fixed handling of XFAIL target triplets to correctly
15878           recognize wildcard characters.  Removed code that
15879           appended a unique id tag to the end of the file name
15880           printed out by the result of the testcases within a
15881           given test file.
15882
15883 1993-04-29  Mike Werner  (mtw@deneb.cygnus.com)
15884
15885         * lib/old-dejagnu.exp:
15886           Reworked expected failure handling to trigger off of XFAIL
15887           keyword in keyphrase embeded in testcase source code. The
15888           XFAIL keyword must be at the end of the keyphrase line. It
15889           may optionally be followed by one or more target triplets.
15890           It has just occured that the handling of wildcards in the
15891           target triplet may not be correct.
15892
15893 1993-04-23  Mike Werner  (mtw@deneb.cygnus.com)
15894
15895         * g++.old-deja/tests:
15896           Moved all subdirectories up one level into g++.old-deja .
15897
15898         * lib/old-dejagnu.exp:
15899           Fixed problem with CXXFLAGS not being properly reset, and being
15900           corrupted with extraneous "-c" compiler option.  This was
15901           causing binaries to not be generated for test that needed them.
15902           Modified strings passed to "pass" and "fail" so that individual
15903           tests from the same test file would be distinguished by an
15904           identifier appended to the test file name in the summary logs;
15905           this corrected a problem with erroneous diff logs.  Added code
15906           to search testcases for expected fail and unexpected pass keywords.
15907
15908 1993-04-20  Rob Savoye  (rob at darkstar.cygnus.com)
15909
15910         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
15911
15912 1993-04-15  Mike Werner  (mtw@deneb.cygnus.com)
15913
15914         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
15915           Removed extraneous text from end of "Special g++ Options"
15916           keyphrase.
15917
15918         * lib/old-dejagnu.exp: Added pattern matching to look for new
15919           keywords, embedded in testcases comments, which will trigger
15920           calls to xpass and xfail.
15921
15922 1993-04-14  Mike Werner  (mtw@deneb.cygnus.com)
15923
15924         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
15925           comments embedded in the testcases, especially the one looking for
15926           special compiler options, as well as the pattern matching for the
15927           compiler output again.
15928
15929 1993-04-12  Mike Werner  (mtw@deneb.cygnus.com)
15930
15931         * lib/old-dejagnu.exp: Do a proper check of the return value for
15932           execute tests. Fixed several problems with the pattern matching
15933           of the compiler output which gave erroneous test results.
15934           Changed several of the test result messages to be more descriptive.
15935         * config/unix-g++.exp: Proc g++_load now actually works and
15936           executes the tests passed to it and returns a usable return
15937           value.
15938
15939 1993-04-11  Rob Savoye  (rob at darkstar.cygnus.com)
15940
15941           * lib/gcc.exp: Exits gracefully if $CC is bogus.
15942
15943 1993-04-09  Mike Werner  (mtw@deneb.cygnus.com)
15944
15945         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
15946           Modified both files to properly execute the old style
15947           dejagnu tests. The previous versions of these files were
15948           experimental and did not function anything near correctly.
15949
15950 1993-04-05  Rob Savoye  (rob@cygnus.com)
15951
15952         * Removed all Makefile.in and configure.in files. No configuration
15953         needed now.
15954
15955 1993-04-02  Mike Werner  (mtw@deneb.cygnus.com)
15956
15957         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
15958
15959 1993-03-28  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15960
15961         * gcc.compile/configure.in, gcc.unsorted/configure.in,
15962         gcc.special/configure.in, gcc.noncompile/configure.in,
15963         gcc.execute/configure.in, gcc.code_quality/configure.in,
15964         g++.other/configure.in, g++.old-deja/configure.in,
15965         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
15966         in srcname setting.
15967
15968 1993-03-25  Rob Savoye  (rob at darkstar.cygnus.com)
15969
15970         * lib/udi.exp:  Fixed mondfe and mondfe_download.
15971         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
15972         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
15973
15974 1993-03-25  Ian Lance Taylor  (ian@cygnus.com)
15975
15976         * config/udi-gdb.exp: Check $shell_id after connecting to target.
15977         (gdb_exit): Don't remove *_soc files.
15978
15979 1993-03-22  Ian Lance Taylor  (ian@cygnus.com)
15980
15981         * lib/c-torture.exp: Don't look for main; instead always use -w
15982         -c.  This is how the c-torture tests work.  Remove the object
15983         file if the compilation succeeds.
15984         * gcc.execute/execute.exp: Remove executable if test passes.
15985         * gcc.noncompile/noncompile.exp: Every test is an expected
15986         failure.
15987         * gcc.special/special.exp: Added tests from c-torture 1.11,
15988         corrected use of existing test.
15989         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
15990         gcc.execute/920625-1.c: Updated to c-torture 1.11.
15991         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
15992         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
15993         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
15994         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
15995         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
15996         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
15997         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
15998         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
15999         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
16000         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
16001         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
16002         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
16003         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
16004         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
16005         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
16006         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
16007         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
16008         c-torture 1.11.
16009         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
16010         correspond to c-torture 1.11.
16011
16012         * New file.