* g++.dg/other/stdarg1.C: Make sure arg "3" is passed as a
[official-gcc.git] / gcc / testsuite / ChangeLog
blobdd0c8c841c8b3d819955b6429d59e5fafdc38054
1 2003-05-09  DJ Delorie  <dj@redhat.com>
3         * g++.dg/other/stdarg1.C: Make sure arg "3" is passed as a
4         long, and not an int.
6 2003-05-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8         PR c++/10555, c++/10576
9         * g++.dg/template/memclass1.C: New test.
11 2003-05-08  DJ Delorie  <dj@redhat.com>
13         * gcc.c-torture/execute/20020404-1.x: New, skip for 16-bit
14         targets.
15         * gcc.c-torture/execute/20021024-1.x: Likewise.
16         * gcc.c-torture/execute/shiftdi.x: Likewise.
17         * g++.old-deja/g++.mike/p700.C: Handle 16-bit targets.
18         * g++.old-deja/g++.other/exprstmt1.C: Likewise.
19         * gcc.dg/20021018-1.c: Likewise.
21 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23         * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.
25         gcc.c-torture/execute/string-opt-19.c: Add general rodata tests.
26         (bcopy): Call memmove.
28 2003-05-08  Roger Sayle  <roger@eyesopen.com>
30         * g77.f-torture/compile/8485.f: New test case.
32 2003-05-07  Richard Henderson  <rth@redhat.com>
34         PR c++/10570
35         * g++.dg/eh/forced1.C: Expect catch-all handlers to run.
36         Verify exception_cleanup not called for rethrows.
37         * g++.dg/eh/forced2.C: Test that exception_cleanup is called
38         when exiting catch block without rethrowing.
39         * g++.dg/eh/forced3.C: New.
40         * g++.dg/eh/forced4.C: New.
42 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
44         * gcc.dg/20030505.c: Fix triplet.
46 2003-05-06  DJ Delorie  <dj@redhat.com>
48         * gcc.dg/20021014-1.c: XFAIL for xstormy16 also.
49         * gcc.dg/nest.c: Likewise.
51 2003-05-05  Roger Sayle  <roger@eyesopen.com>
53         * gcc.dg/builtins-14.c: New test case.
55 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
57         * lib/compat.exp (compat-execute): New argument.
58         * g++.dg/compat/compat.exp: Pass new argument to compat-execute.
59         * gcc.dg/compat: New test directory.
60         * gcc.dg/compat/compat.exp: New expect script.
61         * gcc.dg/compat/scalar-by-value-1_main.c: New test file.
62         * gcc.dg/compat/scalar-by-value-1_x.c: New test file.
63         * gcc.dg/compat/scalar-by-value-1_y.c: New test file.
64         * gcc.dg/compat/scalar-by-value-2_main.c: New test file.
65         * gcc.dg/compat/scalar-by-value-2_x.c: New test file.
66         * gcc.dg/compat/scalar-by-value-2_y.c: New test file.
68         * gcc.dg/compat/struct-by-value-1_main.c: New test file.
69         * gcc.dg/compat/struct-by-value-1_x.c: New test file.
70         * gcc.dg/compat/struct-by-value-1_y.c: New test file.
71         * gcc.dg/compat/struct-by-value-2_main.c: New test file.
72         * gcc.dg/compat/struct-by-value-2_x.c: New test file.
73         * gcc.dg/compat/struct-by-value-2_y.c: New test file.
74         * gcc.dg/compat/struct-by-value-3_main.c: New test file.
75         * gcc.dg/compat/struct-by-value-3_x.c: New test file.
76         * gcc.dg/compat/struct-by-value-3_y.c: New test file.
77         * gcc.dg/compat/struct-by-value-4_main.c: New test file.
78         * gcc.dg/compat/struct-by-value-4_x.c: New test file.
79         * gcc.dg/compat/struct-by-value-4_y.c: New test file.
80         * gcc.dg/compat/struct-by-value-5_main.c: New test file.
81         * gcc.dg/compat/struct-by-value-5_x.c: New test file.
82         * gcc.dg/compat/struct-by-value-5_y.c: New test file.
84 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
86         * gcc.dg/const-elim-1.c, gcc.dg/const-elim-2.c: New testcases.
88 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
90         * gcc.c-torture/execute/string-opt-18.c (main): Add 3 new tests.
92 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
94         * gcc.c-torture/execute/ieee/fp-cmp-8.c: New test.
95         * gcc.dg/ppc-fsel-2.c: New test.
97         * gcc.dg/unused-5.c: New test.
99 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
101         PR c++/10496
102         * g++.dg/warn/pmf1.C: New test.
104 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
106         PR c++/4494
107         * g++.dg/warn/main.C: New test.
109 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
111         * gcc.dg/nonnull-3.c: New test.
113 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
115         * gcc.dg/cpp/Wtrigraphs.c: Update.
116         * gcc.dg/cpp/Wtrigraphs-2.c: New tests.
118 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
120         * gcc.dg/ppc-fsel-1.c: New test.
122 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
124         PR c/10604
125         * gcc.dg/compare7.c, g++.dg/warn/compare1.C: New testcases.
127 2003-05-03  Kazu Hirata  <kazu@cs.umass.edu>
129         * gcc.dg/m-un-2.c: Fix the typedef of size_t.
131 2003-05-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
133         PR c++/9364, c++/10553, c++/10586
134         * g++.dg/parse/typename4.C: New test.
135         * g++.dg/parse/typename5.C: Likewise.
137 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
139         * gcc.c-torture/compile/20030503-1.c: New test.
141 2003-05-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
143         * g++.dg/lookup/using5.C: Fix testcase error.
145 2003-05-01  Chris Demetriou  <cgd@broadcom.com>
147         * gcc.dg/special/mips-abi.exp (is_meabi_config): Remove,
148         since MEABI is no longer supported.  Remove all vestiges
149         of MEABI from the test.
151 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
153         PR c++/10554
154         * g++.dg/lookup/using5.C: New test.
156 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
158         PR c++/8772
159         * g++.dg/template/ttp5.C: New test.
161 2003-04-30  Mark Mitchell  <mark@codesourcery.com>
163         * lib/g++-dg.exp (g++-dg-test): Add "repo" option.
164         (dg-gpp-additional-sources): New function.
165         (dg-gpp-additional-files): Likewise.
166         * lib/g++.exp (additional_sources): New variable.
167         (additional_files): Likewise.
168         (g++_target_compile): Deal with them.
169         * lib/old-dejagnu.exp: Remove.
170         * g++.old-deja/old-deja.exp: Use dg.exp, not old-dejagnu.exp.
171         * g++.old-deja: Revise all tests to use dg commands.
173 2003-04-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
175         PR c++/9432, c++/9528
176         * g++.dg/lookup/using4.C: New test.
178 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
180         * gcc.dg/noreturn-5.c: New file.
181         * gcc.dg/noreturn-6.c: New file.
183         * gcc.c-torture/compile/inline-1.c: New file.
185 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
187         PR c++/10551
188         * g++.dg/template/explicit1.C: New test.
190 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
192         PR c++/10549
193         * g++.dg/other/bitfield1.C: New test.
195         PR c++/10527
196         * g++.dg/init/new7.C: New test.
198 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
200         * g++.dg/ext/desig1.C: New test.
201         * g++.dg/ext/init1.C: Update.
203         * g++.old-deja/g++.pt/deduct5.C: Remove unnecessary initializer.
205 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
207         PR c++/10180
208         * g++.dg/warn/Winline-1.C: New test.
210 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
212         * gcc.c-torture/execute/string-opt-19.c: New test.
214         * gcc.c-torture/execute/string-opt-asm-1.c: New test.
215         * gcc.c-torture/execute/string-opt-asm-2.c: New test.
217 2003-04-27  Mark Mitchell  <mark@codesourcery.com>
219         PR c++/10506
220         * g++.dg/init/new6.C: New test.
222         PR c++/10503
223         * g++.dg/init/ref6.C: New test.
225 2003-04-26  David Edelsohn  <edelsohn@gnu.org>
227         * g++.dg/warn/weak1.C: XFAIL on AIX4.
229 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
231         * gcc.c-torture/execute/string-opt-8.c: Don't perform cmpstr
232         checks for __pj__, but do them for !__OPTIMIZE__ and __s390__.
234 2003-04-25  Mark Mitchell  <mark@codesourcery.com>
236         * g++.old-deja/g++.pt/instantiate12.C: Explicit instantiate
237         initialized static data members.
239 2003-04-25  H.J. Lu <hjl@gnu.org>
241         * gcc.dg/ia64-sync-4.c: New test.
243 2003-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
245         * gcc.c-torture/execute/string-opt-18.c: Clean up.  Fix copyright
246         date.
248 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
250         PR c++/10337
251         * g++.dg/warn/conv1.C: New test.
252         * g++.old-deja/g++.other/conv7.C: Adjust.
253         * g++.old-deja/g++.other/overload14.C: Adjust.
255 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
257         PR c++/10471
258         * g++.dg/template/defarg2.C: New test.
260 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
262         * gcc.dg/cpp/include2.c: Update.
263         * gcc.dg/cpp/multiline-2.c: New.
264         * gcc.dg/cpp/multiline.c: Update.
265         * gcc.dg/cpp/strify2.c: Update.
266         * gcc.dg/cpp/trad/literals-2.c: Update.
268 2003-04-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
270         * g++.dg/other/packed1.C: XFAIL hppa*-*-*.
272 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
274         * g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.
276 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
278         PR c++/10451
279         * g++.dg/parse/crash4.C: New test.
281         PR c++/9847
282         * g++.dg/parse/crash5.C: New test.
284 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
286         PR c++/10446
287         * g++.dg/parse/crash3.C: New test.
289         PR c++/10428
290         * g++.dg/parse/elab1.C: New test.
292 2003-04-22  Devang Patel  <dpatel@apple.com>
294         * gcc.dg/cpp/trad/funlike-5.c: New test.
296 2003-04-21  Andreas Tobler <a.tobler@schweiz.ch>
298         * g++.dg/other/packed1.C: Fix dg options.
300 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
302         * g++.dg/other/offsetof2.C: New test.
304 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
306         * g++.dg/template/recurse.C: Adjust location of error messages.
308 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
310         PR c++/9881
311         * g++.dg/init/addr-const1.C: New test.
312         * g++.dg/other/packed1.C: XFAIL on aligned architectures.
314 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
316         PR c++/10405
317         * g++.dg/lookup/struct-hack1.C: New test.
319 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
321         * ucs.c: Update diagnostic messages.
323 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
325         * gcc.dg/cpp/truefalse.cpp: New test.
326         * gcc.dg/cpp/cpp.exp: Update.
327         * g++.dg/other/stdbool-if.C: Remove.
329 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
331         * gcc.dg/cpp/_Pragma4.c: Remove stray space.
332         * gcc.dg/cpp/trad/escaped-eof.c: Correct line number.
334 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
336         * gcc.c-torture/compile/20030418-1.c: New test.
338 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
340         * README.compat: Remove; content moved to doc/sourcebuild.texi.
342 2003-04-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
344         PR c++/10347
345         g++.dg/template/dependent-name1.C: New test.
347 2003-04-17  J"orn Rennecke <joern.rennecke@superh.com>
349         * gcc.dg/warn-1.c (tourist_guide): New array,
350         contains a pointer to bar.
352 2003-04-16  Roger Sayle  <roger@eyesopen.com>
354         * gcc.dg/Wunreachable-5.c: New test case for PR c/10175.
355         * gcc.c-torture/execute/medce-1.c: New test case.
356         * gcc.c-torture/execute/medce-2.c: New test case.
358 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
360         * lib/prune.exp: Ignore more messages.
362         PR c++/10381
363         * g++.dg/parse/lookup3.C: New test.
365 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
367         * gcc.c-torture/compile/20030415-1.c : New test.
369 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
371         * gcc.c-torture/execute/scope-2.c: Move to ...
372         * gcc.dg/noncompile/scope.c: .... here.
374 2003-04-14  Roger Sayle  <roger@eyesopen.com>
376         * gcc.dg/20030414-2.c: New test case.
378 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
380         PR target/10377
381         * gcc.dg/20030414-1.c: New test.
383 2003-04-13  Roger Sayle  <roger@eyesopen.com>
385         * gcc.dg/builtins-12.c: New test case.
386         * gcc.dg/builtins-13.c: New test case.
388 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
390         * gcc.c-torture/execute/string-opt-18.c: New test.
392 2003-04-13  Mark Mitchell  <mark@codesourcery.com>
394         PR c++/10300
395         * g++.dg/init/new5.C: New test.
397 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
399         PR c++/7910
400         * g++.dg/ext/dllimport1.C: New test.
402 2003-04-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
404         * gcc.dg/ultrasp8.c: Fix for 32-bit Sparc.
406 2003-04-11  Bud Davis <bdavis9659@comcast.net>
408         PR Fortran/9263
409         * g77.f-torture/noncompile/9263.f: New test
410         PR Fortran/1832
411         * g77.f-torture/execute/1832.f: New test
413 2003-04-11  David Chad  <davidc@freebsd.org>
414             Loren J. Rittle  <ljrittle@acm.org>
416         libobjc/8562
417         * objc.dg/headers.m: New test.
419 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
421         * gcc.c-torture/execute/builtin-noret-2.c: New.
422         * gcc.c-torture/execute/builtin-noret-2.x: New.
423         XFAIL builtin-noret-2.c at -O1 and above.
424         * gcc.dg/redecl.c: New.
425         * gcc.dg/Wshadow-1.c: Update error regexps.
427 2003-04-10  Mark Mitchell  <mark@codesourcery.com>
429         * g++.dg/abi/bitfield10.C: New test.
431 2003-04-09  Mike Stump  <mrs@apple.com>
433         * gcc.dg/pch/pch.exp: Make testcase names longer.
434         * g++.dg/pch/pch.exp: Make testcase names longer.
436 2003-04-08  Roger Sayle  <roger@eyesopen.com>
438         * gcc.dg/builtins-11.c: New test case.
440 2003-04-08  Roger Sayle  <roger@eyesopen.com>
442         * gcc.dg/builtins-9.c: New test case.
443         * gcc.dg/builtins-10.c: New test case.
445 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
447         * gcc.dg/noncompile/init-4.c.c: New test.
449 2003-04-06  Nathan Sidwell  <nathan@codesourcery.com>
451         * gcc.misc-test/gcov-9.c: New test.
452         * gcc.misc-test/gcov-10.c: New test
453         * gcc.misc-test/gcov-11.c: New test.
455 2003-04-05  Zack Weinberg  <zack@codesourcery.com>
457         PR optimization/10024
458         * gcc.c-torture/compile/20030405-1.c: New test.
460 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
462         * gcc.dg/pch/static-3.c: New.
463         * gcc.dg/pch/static-3.hs: New.
464         * gcc.dg/pch/pch.exp: Test with -O0 -g too.
466 2003-04-04  Richard Henderson  <rth@redhat.com>
468         * g++.dg/eh/forced1.C: Use _Unwind_SjLj_ForcedUnwind as appropriate.
469         * g++.dg/eh/forced2.C: Likewise.
471 2003-04-03  Mike Stump  <mrs@apple.com>
473         * lib/scanasm.exp (scan-assembler): Add xfail processing for
474         target arg.
475         (scan-assembler-times, scan-assembler-not): Likewise.
476         (scan-assembler-dem, scan-assembler-dem-not): Likewise.
478 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
480         * gcc.dg/sparc-loop-1.c: New test.
482 2003-04-02  Geoffrey Keating  <geoffk@apple.com>
484         PR other/9274
485         * g++.dg/pch/system-2.C: New.
486         * g++.dg/pch/system-2.Hs: New.
488 2003-04-02  Aldy Hernandez  <aldyh@redhat.com>
490         * g++.dg/eh/simd-2.C (vecfunc): Fix typo.
492         * g++.dg/eh/simd-1.C (vecfunc): Same.
494 2003-04-01  Roger Sayle  <roger@eyesopen.com>
496         * gcc.c-torture/execute/20030401-1.c: New test case.
498 2003-04-01  Ziemowit Laski <zlaski@apple.com>
500         * objc.dg/defs.m: New.
502 2003-04-01  Aldy Hernandez  <aldyh@redhat.com>
504         * g++.dg/eh/simd-1.C: New.
505         * g++.dg/eh/simd-2.C: New.
507 2003-03-01  Aldy Hernandez  <aldyh@redhat.com>
509         * gcc.c-torture/execute/simd-3.c: New.
511 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
513         PR c/9936
514         * gcc.dg/20030331-2.c: New test.
516 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
518         PR c++/10278
519         * g++.dg/parse/crash2.C: New test.
521 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
523         * gcc.c-torture/compile/20030331-1.c: New test, moved from...
524         * gcc.c-torture/execute/20030331-1.c: ...here.
526 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
528         * gcc.c-torture/execute/20030331-1.c: New test.
530 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
532         * lib/gcov.exp: Adjust call return testing strings.
533         * g77.dg/gcov/gcov-1.f: Don't expect unconditional branches.
535 2003-03-31  Roger Sayle  <roger@eyesopen.com>
537         * gcc.dg/builtins-3.c: Add new tests for sin and cos.
538         * gcc.dg/builtins-7.c: New test case.
539         * gcc.dg/builtins-8.c: New test case.
541 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
543         * gcc.c-torture/execute/ieee/20030331-1.c: New test.
545 2003-03-30  Mark Mitchell  <mark@codesourcery.com>
547         PR c++/7647
548         * g++.dg/lookup-class-member-2.C: New test.
550 2003-03-30  Glen Nakamura  <glen@imodulo.com>
552         * gcc.dg/20030324-1.c: Add comments and abort if test fails.
554 2003-03-28  Roger Sayle  <roger@eyesopen.com>
556         * gcc.c-torture/execute/ieee/fp-cmp-6.c:  Correct test for -O0.
558 2003-03-28  Mark Mitchell  <mark@codesourcery.com>
560         * g++.dg/init/attrib1.C: New test.
562 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
564         * gcc.dg/ultrasp8.c: New test.
566 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
568         * gcc.dg/ultrasp7.c: New test.
570 2003-03-28  Nathan Sidwell  <nathan@codesourcery.com>
572         PR c++/10047
573         * g++.dg/template/inline1.C: New test.
575 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
577         * gcc.dg/sparc-dwarf2.c: New test.
579 2003-03-27  Roger Sayle  <roger@eyesopen.com>
581         * gcc.c-torture/execute/ieee/fp-cmp-6.c: New test case.
582         * gcc.c-torture/execute/ieee/fp-cmp-7.c: New test case.
584 2003-03-27  Mark Mitchell  <mark@codesourcery.com>
586         * lib/gcov.exp (run-gcov): Add branches and calls options, rather
587         than reading .x files.
588         * g++.dg/gcov/gcov-1.C: Use run-gcov options, not .x files.
589         * g77.dg/gcov/gcov-1.f: Likewise.
590         * gcc.misc-tests/gcov-4b.c: Likewise.
591         * gcc.misc-tests/gcov-5b.c: Likewise.
592         * gcc.misc-tests/gcov-6.c: Likewise.
593         * gcc.misc-tests/gcov-7.c: Likewise.
594         * gcc.misc-tests/gcov-8.c: Likewise.
595         * g++.dg/gcov/gcov-1.x: Remove.
596         * g77.dg/gcov/gcov-1.x: Likewise.
597         * gcc.misc-tests/gcov-4b.x: Likewise.
598         * gcc.misc-tests/gcov-5b.x: Likewise.
599         * gcc.misc-tests/gcov-6.x: Likewise.
600         * gcc.misc-tests/gcov-7.x: Likewise.
601         * gcc.misc-tests/gcov-8.x: Likewise.
603 2003-03-27  Glen Nakamura  <glen@imodulo.com>
605         PR opt/10087
606         * gcc.dg/20030324-1.c: New test.
608 2003-03-27  Nathan Sidwell  <nathan@codesourcery.com>
610         PR c++/10224
611         * g++.dg/template/arg3.C: New test.
613         PR c++/10158
614         * g++.dg/template/friend18.C: New test.
616 2003-03-26  Roger Sayle  <roger@eyesopen.com>
618         * g77.f-torture/compile/20030326-1.f: New test case.
620 2003-03-26  Janis Johnson  <janis187@us.ibm.com>
622         * gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.
624         * gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.
626 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
628         * gcc.dg/ia64-sync-3.c: New test.
630 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
632         * gcc.dg/loop-2.c: Replace "inline" with "__inline__".
634 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
636         * gcc.dg/ultrasp6.c: New test.
638 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
640         * gcc.dg/i386-signbit-1.c: New test.
641         * gcc.dg/i386-signbit-2.c: New test.
642         * gcc.dg/i386-signbit-3.c: New test.
644 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
646         * gcc.dg/ultrasp5.c: Fix options.
648 2003-03-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
650         * gcc.dg/ultrasp5.c: Fix comment.
652 2003-03-24  Bud Davis  <bdavis9659@comcast.net>
654         PR fortran/10197
655         * g77.f-torture/execute/10197.f: New test.
657 2003-03-24  Nathan Sidwell  <nathan@codesourcery.com>
659         PR c++/9898, c++/383
660         * g++.dg/template/conv6.C: New test.
662         PR c++/10119
663         * g++.dg/template/ptrmem5.C: New test.
665         PR c++/10026
666         * g++.dg/lookup/koenig1.C: New test.
668         PR C++/10199
669         * g++.dg/lookup/template2.C: New test.
671 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
673         * g++.dg/opt/rtti1.C: New test.
675 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
677         * gcc.dg/ultrasp5.c: New test.
679 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
681         PR middle-end/9967
682         * gcc.c-torture/execute/stdio-opt-1.c: Adjust test for change to
683         builtin fputs.
685 2003-03-23  Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
687         PR c/8224
688         * gcc.dg/20030323-1.c: New test.
690 2003-03-23  Roger Sayle  <roger@eyesopen.com>
692         * gcc.c-torture/compile/20030323-1.c: New test case.
694 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
696         * gcc.dg/20030321-1.c: New test.
698 2003-03-22  Zack Weinberg  <zack@codesourcery.com>
700         * gcc.dg/Wshadow-1.c: Add a dg-warning line.
702 2003-03-22  Nathan Sidwell  <nathan@codesourcery.com>
704         PR c++/9978, c++/9708
705         * g++.dg/ext/vlm1.C: Adjust expected error.
706         * g++.dg/ext/vla2.C: New test.
707         * g++.dg/template/arg1.C: New test.
708         * g++.dg/template/arg2.C: New test.
710 2003-03-22  Bud Davis  <bdavis9659@comcast.net>
712         * g77.f-torture/execute/select.f: New test.
713         * g77.f-torture/noncompile/select_no_compile.f: New test.
715 2003-03-21  Nathan Sidwell  <nathan@codesourcery.com>
717         PR c++/9898
718         * g++.dg/other/error4.C: New test.
720 2003-03-20  Mark Mitchell  <mark@codesourcery.com>
722         * g++.dg/template/friend17.C: New test.
724 2003-03-21  Alan Modra  <amodra@bigpond.net.au>
726         * gcc.c-torture/compile/20030320-1.c: New.
728 2003-03-20  Roger Sayle  <roger@eyesopen.com>
730         * gcc.dg/builtins-6.c: New test case.
732 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
734         PR target/10073
735         * gcc.c-torture/compile/20030319-1.c: New.
737 2003-03-18  Jan Hubicka  <jh@suse.cz>
739         * gcc.dg/i386-cvt-1.c: New test.
741 2003-03-17  Zack Weinberg  <zack@codesourcery.com>
743         * objc.dg/naming-1.m: Use "(parse|syntax) error".
744         * objc.dg/naming-2.m: Likewise.
746 2003-03-17  Mark Mitchell  <mark@codesourcery.com>
748         PR c++/9639
749         * g++.dg/parse/crash1.C: New test.
751 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
753         PR c++/8805
754         * g++.dg/eh/cleanup1.C: New test.
756 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
758         * gcc.c-torture/execute/20030316-1.c: New test case.
760 2003-03-16  Nathan Sidwell  <nathan@codesourcery.com>
762         PR c++/9629
763         * g++.dg/init/ctor2.C: New test.
765 2003-03-15  Roger Sayle  <roger@eyesopen.com>
767         * g77.f-torture/compile/xformat.f: New test case.
769 2003-03-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
771         * g++.old-deja/g++.mike/eh33.C: Remove xfail for hppa*-*-*.
772         * g++.old-deja/g++.mike/eh50.C: Likewise.
774 2003-03-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
776         PR c++/6440
777         * g++.dg/template/spec7.C: New test.
778         * g++.dg/template/spec8.C: Likewise.
780 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
782         * gcc.c-torture/execute/20030313-1.c: New test.
784 2003-03-14  Richard Henderson  <rth@redhat.com>
786         * gcc.dg/inline-2.c: Adjust alpha test for external call.
788 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
790         * gcc.c-torture/compile/20030314-1.c: New test.
792 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
794         * gcc.dg/dll-1.c: Remove thumb target. Change exp to _exp.
795         * gcc.dg/dll-2.c: Enable for cygwin and mingw. Remove
796         thumb target,
797         * gcc.dg/dll-3.c: Likewise. Adjust scan-assembler
798         to accept newer _imp__  prefix and additional
799         newline in .drectve section.
800         * gcc.dg/dll-4.c: Likewise.
801         * gcc.dg/dll-5.c: New file to test -mnop-fun-dllimport
802         switch.
804 2003-03-13  Mark Mitchell  <mark@codesourcery.com>
806         * g++.dg/parse/namespace9.C: New test.
808         * g++.dg/init/ref5.C: New test.
809         * g++.dg/parse/ptrmem1.C: Likewise.
811 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
813         * gcc.dg/special/ecos.exp (gcsec-1.c): Find linker used by gcc.
814         * gcc.dg/old-style-asm-1.c (dg-final): Add hpux label alternative to
815         regular expression.
816         * gcc.dg/funcorder.c (dg-final): Check for "link_error,%r" on hppa*-*-*.
817         * gcc.dg/inline-1.c (dg-final): Check for "xyzzy?,%r" on hppa*-*-*.
819 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
821         * gcc.c-torture/execute/20030224-2.c: New test.
823 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
825         * gcc.dg/decl-3.c: New test.
827 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
829         * gcc.dg/i386-loop-2.c: New test.
831 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
833         PR c++/9474
834         * g++.dg/parse/namespace8.C: New test.
836         PR c++/9924
837         * g++.dg/overload/builtin2.C: New test.
839 2003-03-11  Steven Bosscher  <s.bosscher@student.tudelft.nl>
841         * gcc.dg/return-type-3.c: New test.
843 2003-03-11  D.Venkatasubramanian  <dvenkat@noida.hcltech.com>
845         * gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
846         profiling options are not supported.
848 2003-03-10  Mark Mitchell  <mark@codesourcery.com>
850         * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
851         * g++.old-deja/g++.warn/impint2.C: Likewise.
853 2003-03-10  Devang Patel  <dpatel@apple.com>
855         * g++.dg/cpp/c++_cmd_1.C: New test.
856         * g++.dg/cpp/c++_cmd_1.h: New file.
858 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
860         * gcc.dg/altivec-9.c: New file.
862 2003-03-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
864         * gcc.dg/ppc-sdata-1.c: New test.
865         * gcc.dg/ppc-sdata-2.c: New test.
867 2003-03-09  Mark Mitchell  <mark@codesourcery.com>
869         PR c++/9373
870         * g++.dg/opt/ptrmem2.C: New test.
872         PR c++/8534
873         * g++.dg/opt/ptrmem1.C: New test.
875 2003-03-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
877         * gcc.dg/i386-loop-1.c: New test.
879 2003-03-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
881         PR c++/9970
882         * g++.dg/lookup/friend1.C: New test.
884 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
886         PR c++/9823
887         * g++.dg/parser/constructor1.C: New test.
889 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
891         * gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.
893         * gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware.
895 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
897         * gcc.dg/cpp/Wunused.c: Update test.
899 2003-03-08  Jan Hubicka  <jh@suse.cz>
901         * gcc.dg/inline-3.c: New test.
903 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
905         PR c++/9809
906         * g++.dg/parse/builtin1.C: New test.
908         PR c++/9982
909         * g++.dg/abi/cookie1.C: New test.
910         * g++.dg/abi/cookie2.C: Likewise.
912         PR c++/9524
913         * g++.dg/template/field1.C: New test.
915         PR c++/9912
916         * g++.dg/parse/class1.C: New test.
917         * g++.dg/parse/namespace7.C: Likewise.
918         * g++.old-deja/g++.other/decl5.C: Remove XFAILs.
920 2003-03-07  Mark Mitchell  <mark@codesourcery.com>
922         * g++.dg/init/ref4.C: New test.
924 2003-03-07  Jan Hubicka  <jh@suse.cz>
926         * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
927         * gcc.dg/inline-3.c:  New test.
929 2003-03-06  Mark Mitchell  <mark@codesourcery.com>
931         * g++.dg/init/ref3.C: New test.
933         PR c++/9965
934         * g++.dg/init/ref2.C: New test.
936         PR c++/9400
937         * g++.dg/warn/Wshadow-2.C: New test.
939         PR c++/9791
940         * g++.dg/warn/Woverloaded-1.C: New test.
942 2003-03-05  Jan Hubicka  <jh@suse.cz>
944         * gcc.dg/i386-local2.c: New.
945         * gcc.dg/i386-local.c: Fix typo.
947 2003-03-05  Mark Mitchell  <mark@codesourcery.com>
949         * g++.dg/abi/layout3.C: New test.
951 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
953         * gcc.c-torture/compile/20030305-1.c
955 2003-03-05  Jan Hubicka  <jh@suse.cz>
957         * gcc.dg/i386-local.c: New.
959 2003-03-04  J"orn Rennecke <joern.rennecke@superh.com>
961         * gcc.dg/sh-relax.c: Disable for sh64-*-*.
963 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
965         * gcc.dg/switch-2.c: New test.
966         * gcc.dg/switch-3.c: New test.
967         * gcc.dg/Wswitch.c: Adjust line numbers.
968         * gcc.dg/Wswitch-default.c: Likewise.
969         * gcc.dg/Wswitch-enum.c: Likewise.
971 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
973         * gcc.c-torture/execute/20030222-1.c: New test.
975 2003-03-03  James E Wilson  <wilson@tuliptree.org>
977         * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
979 2003-03-03  Mark Mitchell  <mark@codesourcery.com>
981         PR c++/9878
982         * g++.dg/init/ref1.C: New test.
984 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
986         * gcc.dg/sh-relax.c: New SH-only test.
988 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
990         * gcc.c-torture/compile/20010327-1.c: Back out last change.  Add
991         comment explaining purpose of testcase.
993 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
995         * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
996         for HC11/HC12 (asm needs two int registers).
997         * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
998         HC11/HC12 because the test uses an asm which needs two 32-bit
999         registers.
1001 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
1003         * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
1004         for HC11/HC12 (array is too large otherwise).
1005         * gcc.c-torture/compile/920501-4.x: New file, likewise.
1006         * gcc.c-torture/compile/20010518-2.x: Likewise.
1007         * gcc.c-torture/compile/980506-1.x: Don't execute this test on
1008         HC11/HC12 (array is too large).
1010 2003-03-01  Geoffrey Keating  <geoffk@apple.com>
1012         * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
1013         * lib/g++-dg.exp (g++-dg-test): Likewise.
1015 2003-03-01  Roger Sayle  <roger@eyesopen.com>
1017         * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
1018         * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
1020 2003-03-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1022         * g++.dg/warn/implicit-typename1.C: Remove warning.
1024 2003-02-28  Richard Henderson  <rth@redhat.com>
1026         * gcc.dg/noreturn-1.c: Move noreturn warning line.
1027         * gcc.dg/return-type-1.c: Move control reaches end warning line.
1029 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
1031         * gcc.dg/pch/pch.exp: Change .pch to .gch.
1032         * g++.dg/pch/pch.exp: Likewise.
1034 2003-02-28  Mark Mitchell  <mark@codesourcery.com>
1036         PR c++/9879
1037         * testsuite/g++.dg/init/new4.C: New test.
1039 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
1041         * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
1043 2003-02-28  Alexandre Oliva  <aoliva@redhat.com>
1045         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
1046         unsigned long.
1048         * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
1049         wider than float.
1051 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1053         * lib/scanasm.exp: Add support for counting numbers of
1054         occurences.
1055         * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
1056         gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
1058 2003-02-25  Mark Mitchell  <mark@codesourcery.com>
1060         PR c++/9683
1061         * g++.dg/template/static3.C: New test.
1063         PR c++/9829
1064         * g++.dg/parse/namespace6.C: New test.
1066 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1068         PR target/9732
1069         * gcc.dg/20030225-1.c: New test.
1071 2003-02-24  Mark Mitchell  <mark@codesourcery.com>
1073         * README: Remove out-of-date information.
1075         PR c++/9836
1076         * g++.dg/template/spec6.C: New test.
1078 2003-02-24  Jeff Law  <law@redhat.com>
1080         * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
1082 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1084         * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
1085         * gcc.dg/pragma-ep-1.c: Likewise.
1087 2003-02-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1089         PR c++/9602
1090         * g++.dg/template/friend16.C: New test.
1092 2003-02-23  Mark Mitchell  <mark@codesourcery.com>
1094         PR c++/5333
1095         * g++.dg/parse/fused-params1.C: Adjust error messages.
1096         * g++.dg/template/nested3.C: New test.
1098 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
1100         * g++.dg/abi/param1.C: New test.
1102 2003-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1104         PR c++/7982
1105         * g++.dg/warn/implicit-typename1.C: New test.
1107 2003-02-22  Kelley Cook <kelleycook@comcast.net>
1109         * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
1110         with "mtune".
1111         * g++.old-deja/g++.other/store-expr2.C: Likewise.
1112         * gcc.c-torture/execute/20010129-1.x: Likewise.
1113         * gcc.dg/20011107-1.c: Likewise.
1114         * gcc.dg/20020108-1.c: Likewise.
1115         * gcc.dg/20020122-3.c: Likewise.
1116         * gcc.dg/20020206-1.c: Likewise.
1117         * gcc.dg/20020310-1.c: Likewise.
1118         * gcc.dg/20020426-2.c: Likewise.
1119         * gcc.dg/20020517-1.c: Likewise.
1120         * gcc.dg/991230-1.c: Likewise.
1121         * gcc.dg/i386-unroll-1.c: Likewise.
1122         * gcc.misc-tests/i386-prefetch.exp: Likewise.
1124 2003-02-22  Jan Hubicka  <jh@suse.cz>
1126         * gcc.dg/i386-mul.c: New test.
1128 2003-02-21  Roger Sayle  <roger@eyesopen.com>
1130         * gcc.dg/builtins-5.c: New test case.
1132 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
1134         * gcc.dg/asmreg-1.c: New test.
1136 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
1138         PR c++/9749
1139         * g++.dg/parse/varmod1.C: New test.
1141 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
1143         PR c++/9727
1144         * g++.dg/template/op1.C: New test.
1146 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
1148         PR c++/8906
1149         * g++.dg/template/nested2.C: New test.
1151 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
1153         PR c++/8724
1154         * g++.dg/expr/dtor1.C: New test.
1156 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
1158         * gcc.dg/cpp/include3.c: New test.
1159         * gcc.dg/cpp/inc/foo.h: New file.
1161 2003-02-21  Glen Nakamura  <glen@imodulo.com>
1163         * gcc.c-torture/execute/20030221-1.c: New test.
1165 2003-02-20  Mark Mitchell  <mark@codesourcery.com>
1167         PR c++/9729
1168         * g++.dg/abi/conv1.C: New test.
1170 2003-02-20  Jan Hubicka  <jh@suse.cz>
1172         * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
1174 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
1176         * gcc.c-torture/compile/20030219-1.c: New test.
1178 2003-02-18  Jan Hubicka  <jh@suse.cz>
1180         * gcc.dg/funcorder.c: New test.
1182 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
1184         * gcc.c-torture/execute/20030218-1.c: New.
1186 2003-02-18  Aldy Hernandez  <aldyh@redhat.com>
1188         * gcc.dg/20030218-1.c: New.
1190 2003-02-18  Richard Henderson  <rth@redhat.com>
1192         * gcc.dg/attr-invalid.c: Allow __used__ on static data.
1193         * gcc.dg/attr-used-2.c: New.
1195 2003-02-18  Mark Mitchell  <mark@codesourcery.com>
1197         PR c++/9704
1198         * g++.dg/init/copy5.C: New test.
1200 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
1202         * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
1203         * g++.dg/pch/pch.exp: Likewise.
1205 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
1207         * gcc.c-torture/execute/20030209-1.c: Enable the test if
1208         STACK_SIZE is not defined.
1210 2003-02-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1212         PR c++/9457
1213         * g++.dg/template/init1.C: New test.
1215 2003-02-16  Jan HUbicka  <jh@suse.cz>
1217         * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
1218         (foo): Add few extra tests
1219         * gcc.dg/c99-const-expr-3.c: Likewise.
1220         * gcc.c-torture/execute/20030216-1.c: New.
1222 2003-02-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1224         PR c++/9459
1225         * g++.dg/ext/typeof4.C: New test.
1227 2003-02-15  Roger Sayle  <roger@eyesopen.com>
1229         * gcc.dg/i386-387-3.c: New test case.
1231 2003-02-14  Josef Zlomek  <zlomekj@suse.cz>
1233         * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
1234         cris-*-elf* cris-*-aout* and mmix-*-*.
1236 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
1238         * gcc.dg/20030213-1.c: New test.
1240 2003-02-12  Roger Sayle  <roger@eyesopen.com>
1242         * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
1243         * gcc.dg/i386-387-2.c: Likewise.
1245 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
1247         * gcc.dg/ppc-spe.c: Fix formatting.
1248         Enable tests that were previously unsupported by gas.
1249         Delete tests for instructions that no longer exist.
1250         Switch arguments on evsubifw builtin.
1252 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
1254         * gcc.c-torture/execute/20030209-1.c: Disable the test if
1255         STACK_SIZE is too small.
1257 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
1258             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
1260         * gcc.dg/decl-2.c: New test.
1262 2003-02-10  Jan Hubicka  <jh@suse.cz>
1264         * gcc.dg/i386-fpcvt-1.c:  New test.
1266 2002-02-09  Richard Sandiford  <rsandifo@redhat.com>
1268         * gcc.c-torture/execute/20030209-1.c: New test.
1270 2003-02-09  Kazu Hirata  <kazu@cs.umass.edu>
1272         * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
1273         int-wide bitops, use the constants of the same width.
1274         Likewise, if long long is 32-bit wide, test bitops using
1275         32-bit constants.
1277 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
1279         * gcc.dg/20021014-1.c: Annotate with expected notice text.
1281 2003-02-07  Roger Sayle  <roger@eyesopen.com>
1283         * testsuite/gcc.dg/builtins-4.c: New test case.
1285 2003-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1287         * gcc.dg/20020430-1.c: Fix dg command typos.
1288         * gcc.dg/20020503-1.c: Likewise.
1290 2003-02-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1292         PR c++/8785
1293         * g++.dg/parse/fused-params1.C: New test.
1295         PR c++/8857
1296         * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
1298         PR c++/8921
1299         * g++.dg/parse/non-dependent1.C: New test.
1301         PR c++/8928
1302         * g++.dg/parse/dupl-tmpl-args1.C: New test.
1304         PR c++/9228
1305         * g++.dg/parse/undefined7.C: New test.
1306         * g++.dg/parse/non-templ1.C: New test.
1308         PR c++/9229
1309         * g++.dg/parse/too-many-tmpl-args1.C: New test.
1311 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
1313         * gcc.c-torture/compile/20030206-1.c: New test.
1315 2003-02-05  Roger Sayle  <roger@eyesopen.com>
1317         * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
1318         "pow" to "foo" to avoid potential confusion with a math built-in.
1320 2003-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1322         * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
1323         conditions for SPARC targets.
1325 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
1327         * gcc.dg/20030204-1.c: New test.
1329 2003-02-04  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1331         PR c++/38
1332         * g++.dg/parse/array-size1.C: New test.
1334         PR c++/5657
1335         * g++.dg/parse/undefined3.C: New test.
1337         PR c++/5665
1338         * g++.dg/parse/undefined4.C: New test.
1340         PR c++/5975
1341         * g++.dg/parse/undefined5.C: New test.
1343         PR c++/7259
1344         * g++.dg/parse/tmpl-tmpl-param1.C: New test.
1346         PR c++/8578
1347         * g++.dg/parse/casting-operator1.C: New test.
1349         PR c++/8596
1350         * g++.dg/parse/undefined6.C: New test.
1352         PR c++/8736
1353         * g++.dg/parse/missing-template1.C: New test.
1355 2003-02-04  Jan Hubicka  <jh@suse.cz>
1357         * gcc.dg/i386-cadd.c:  Compile using -march=k8.
1358         * gcc.dg/i386-cmov?.c:  Likewise.
1359         * gcc.dg/i386-fpcvt-?.c:  Likewise.
1360         * gcc.dg/i386-ssefp-1.c:  Likewise.
1361         * gcc.dg/i386-ssetype-?.c:  Likewise; fix for register passing
1362         conventions.
1364 2003-02-03  Mark Mitchell  <mark@codesourcery.com>
1366         PR c++/7129
1367         * testsuite/g++.dg/ext/max.C: New test.
1369 2003-02-03  Jan Hubicka  <jh@suse.cz>
1371         * gcc.c-torture/execute/20030203-1.c: New test.
1373 2003-02-03  Richard Earnshaw  <rearnsha@arm.com>
1375         * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
1376         'natural-endian'.
1378 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
1380         * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
1381         * g++.dg/init/new2.C: Likewise.
1382         * g++.dg/other/new1.C: Likewise.
1384 2003-01-31  Loren J. Rittle <ljrittle@acm.org>
1386         * gcc.dg/struct-ret-libc.c: New test.
1388 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
1390         * gcc.dg/20030129-1.c: New test.
1392 2003-01-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1394         PR c++/8849
1395         * g++.dg/template/ptrmem4.C: New test.
1397 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
1399         * g++.dg/parser/constant1.C: New test.
1401 2003-01-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1403         PR c++/8591
1404         * g++.dg/parse/friend2.C: New test.
1406 2003-01-29  Nathan Sidwell  <nathan@codesourcery.com>
1408         PR c++/9437
1409         * g++.dg/template/unify4.C: New test.
1411 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
1413         * gcc.c-torture/execute/20030128-1.c: New test.
1415 2003-01-28  Jeffrey D. Oldham  <oldham@codesourcery.com>
1417         * g++.dg/lookup/nested1.C: Test moved from ...
1418         * g++.old-deja/g++.other/lookup24.C: ... here.
1420 2003-01-28  Jan Hubicka  <jh@suse.cz>
1422         * gcc.dg/i386-cmov5.c:  New test.
1424 2003-01-28  D.Venkatasubramanian   <dvenkat@noida.hcltech.com>
1426         * gcc.c-torture/execute/20010925-1.c: Changed the
1427         memcpy declaration.
1429 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
1431         PR c++/3902
1432         * g++.dg/parse/template5.C: New test.
1434 2003-01-28  Toon Moene  <toon@moene.indiv.nluug.nl>
1436         PR fortran/9258
1437         * g77.dg/pr9258: New test.
1439 2003-01-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1441         * README: Move relevant parts from README.g++.
1443         * README.g++: Remove this file.
1445 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
1447         * g++.dg/abi/dcast1.C: New test.
1449 2003-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1451         * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
1453 2003-01-27  Jeffrey D. Oldham  <oldham@codesourcery.com>
1455         PR c++/47
1456         * g++.old-deja/g++.other/lookup24.C: New test.
1458 2003-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1460         PR middle-end/7227
1461         * gcc.dg/uninit-C.c: New test.
1463 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
1465         * g++.dg/abi/covariant1.C: New test.
1467 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
1469         * gcc.dg/20030123-1.c: New test.
1471 2003-01-25  Jan Hubicka  <jh@suse.cz>
1473         PR opt/8492
1474         * gcc.c-torture/compile/20030125-1.c
1476 2003-01-25  Nathan Sidwell  <nathan@codesourcery.com>
1478         PR c++/9403
1479         * g++.dg/parse/template3.C: New test.
1480         * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
1482         PR c++/795
1483         * g++.dg/parse/template4.C: New test.
1485         PR c++/9415
1486         * g++.dg/template/qual2.C: New test.
1488         PR c++/8545
1489         * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
1491         * g++.old-deja/g++.ns/bogus1.C: Change expected error.
1493 2003-01-25  Roger Sayle  <roger@eyesopen.com>
1495         * gcc.c-torture/execute/switch-1.c: New test case.
1497 2003-01-25  Jan Hubicka  <jh@suse.cz>
1499         * gcc.c-torture/execute/20030125-1.[cx]: New test.
1501 2003-01-25  Paolo Carlini  <pcarlini@unitus.it>
1503         Tweaks for Bison-1.875. From the NEWS file:
1504         "- `parse error' -> `syntax error'
1505         Bison now uniformly uses the term `syntax error'"
1506         * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
1507         * gcc.dg/cpp/digraph2.c: Likewise.
1508         * gcc.dg/cpp/direct2.c: Likewise.
1509         * gcc.dg/cpp/paste4.c: Likewise.
1510         * gcc.dg/c90-restrict-1.c: Likewise.
1511         * gcc.dg/c99-func-2.c: Likewise.
1512         * gcc.dg/noncompile/920721-2.c: Likewise.
1513         * gcc.dg/noncompile/930622-2.c: Likewise.
1514         * gcc.dg/noncompile/940112-1.c: Likewise.
1515         * gcc.dg/noncompile/950921-1.c: Likewise.
1516         * gcc.dg/noncompile/951123-1.c: Likewise.
1517         * gcc.dg/noncompile/971104-1.c: Likewise.
1518         * gcc.dg/noncompile/990416-1.c: Likewise.
1520 2003-01-24  Paolo Carlini  <pcarlini@unitus.it>
1522         * g++.dg/parse/undefined1.C: Add error message.
1524 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
1526         PR c++/9354
1527         * g++.dg/parse/new1.C: New test.
1529         PR c++/9216
1530         * g++.dg/parse/template2.C: New test.
1532         PR c++/9354
1533         * g++.dg/parse/typedef2.C: New test.
1535         PR c++/9328
1536         * g++.dg/ext/typeof3.C: New test.
1538 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1540         PR c++/2738
1541         * g++.dg/parse/ret-type1.C: New test.
1543         PR c++/3792
1544         * g++.dg/parse/tmpl-outside1.C: New test.
1546         PR c++/4207
1547         * g++.dg/parse/int-as-enum1.C: New test.
1549         PR c++/4903
1550         * g++.dg/parse/no-typename1.C: New test.
1552         PR c++/5533
1553         * g++.dg/parse/no-value1.C: New test.
1555         PR c++/5921
1556         * g++.dg/parse/wrong-inline1.C: New test.
1558         PR c++/6402
1559         * g++.dg/parse/ref1.C: New test.
1561         PR c++/6992
1562         * g++.dg/parse/attr-ctor1.C: New test.
1564         PR c++/7229
1565         * g++.dg/parse/namespace5.C: New test.
1567         PR c++/7917
1568         * g++.dg/parse/func-def1.C: New test.
1570         PR c++/8143
1571         * g++.dg/parse/undefined1.C: New test.
1573         PR c++/5723, PR c++/8522
1574         * g++.dg/parse/specialization1.C: New test.
1576         PR c++/163, PR c++/8595
1577         * g++.dg/parse/struct-as-enum1.C: New test.
1579         PR c++/9173
1580         * g++.dg/parse/undefined2.C: New test.
1582 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
1584         PR c++/9298
1585         * g++.dg/parse/template1.C: New test.
1587         PR c++/9384
1588         * g++.dg/parse/using1.C: New test.
1590         PR c++/9285
1591         PR c++/9294
1592         * g++.dg/parse/expr2.C: New test.
1594         PR c++/9388
1595         * g++.dg/parse/lookup2.C: Likewise.
1597 2003-01-21  Jan Hubicka  <jh@suse.cz>
1599         * gcc.c-torture/execute/990208-1.c:  Add noinline attributes as needed.
1600         * gcc.c-torture/execute/eeprof-1.c:  Likewise.
1601         * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
1602         * gcc.c-torture/execute/string-opt-*.c: Likewise.
1604 2003-01-20  Nick Clifton  <nickc@redhat.com>
1606         * gcc.c-torture/execute/20030117-1.c: New test case.  Exposes
1607         problem with ARM sibcall code generation.
1609 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
1611         * gcc.c-torture/execute/20030120-1.c: New.
1613 2003-01-19  Paolo Carlini  <pcarlini@unitus.it>
1615         * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
1617 2003-01-17  Mark Mitchell  <mark@codesourcery.com>
1619         PR c++/9272
1620         * g++.dg/parse/ctor1.C: New test.
1622         PR c++/9294:
1623         * g++.dg/parse/qualified1.C: New test.
1625         * g++.dg/parse/typename3.C: New test.
1627 2003-01-16  Richard Henderson  <rth@redhat.com>
1629         * g++.dg/tls/init-2.C: Fix error matches for real this time.
1631 2003-01-16  Richard Henderson  <rth@redhat.com>
1633         * g++.dg/pch/pch.exp: Copy test header to the working directory
1634         before using it either for precompilation or direct use.
1635         * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
1636         * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
1638 2003-01-16  Richard Henderson  <rth@redhat.com>
1640         * gcc.dg/pch/pch.exp: Copy test header to the working directory
1641         before using it either for precompilation or direct use.
1642         * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
1643         * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
1645 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
1647         * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
1648         * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
1649         * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
1650         * gcc/testsuite/g++.dg/parse/typename2.C: New test.
1651         * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
1652         typename warning into error.
1653         * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
1654         error messages.
1655         * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
1656         * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
1657         * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
1658         messages.
1659         * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
1660         make declaration visible in template.
1661         * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
1662         * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
1663         messages.
1664         * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
1665         message.
1666         * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
1667         * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
1668         * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
1669         * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
1670         typename warning with error message.
1671         * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
1672         * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
1673         * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
1675 2003-01-16  Nathan Sidwell  <nathan@codesourcery.com>
1677         * g++.dg/parse/ambig2.C: New test.
1679 2003-01-15  Richard Henderson  <rth@redhat.com>
1681         * g++.dg/tls/init-2.C: Update error message string.
1683 2003-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1685         * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
1687 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
1689         * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
1690         all for HC11/HC12.
1691         * gcc.c-torture/compile/20001205-1.x: Likewise.
1692         * gcc.c-torture/compile/20001226-1.x: Likewise.
1693         * gcc.c-torture/compile/920520-1.x: Likewise.
1694         * gcc.c-torture/compile/961203-1.x: Likewise.
1695         * gcc.c-torture/compile/20020604-1.x: Likewise.
1697 2003-01-15  Jan Hubicka  <jh@suse.cz>
1699         * gcc.c-torture/compile/20030115-1.c: New test.
1701         * gcc.dg/i386-fpcvt-1.c: New test.
1702         * gcc.dg/i386-fpcvt-2.c: New test.
1704 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
1706         Further conform g++'s __vmi_class_type_info to the C++ ABI
1707         specification.
1708         * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
1709         the specification.
1711 2003-01-14  Jan Hubicka  <jh@suse.cz>
1713         * gcc.dg/i386-fpcvt-1.c: New test.
1714         * gcc.dg/i386-fpcvt-2.c: New test.
1716 2003-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
1718         * gcc.dg/i386-mmx-3.c: New test.
1720 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
1722         PR c++/9264
1723         * g++.dg/parse/octal1.C: New file.
1725         PR c++/9172
1726         * g++.dg/parse/typename1.C: New file.
1728 2003-01-10  Danny Smith  <dannysmith@users.sourceforge.net>
1730         * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
1731         * gcc.dg/bf-no-ms-layout.c: Likewise.
1732         * gcc.dg/bf-ms-attrib.c: Likewise.
1734 2003-01-10  Mark Mitchell  <mark@codesourcery.com>
1736         PR c++/9099
1737         * g++.dg/parse/dtor1.C: New file.
1739         PR c++/9128
1740         * g++.dg/rtti/typeid1.C: New file.
1742         PR c++/9153
1743         * g++.dg/parse/lookup1.C: New file.
1745         PR c++/9171
1746         * g++.dg/templ/spec5.C: New file.
1748 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
1750         * gcc.c-torture/compile/20030110-1.c: New test.
1752 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
1754         Merge from pch-branch:
1756         2002-12-23  Geoffrey Keating  <geoffk@apple.com>
1758         * gcc.dg/pch/cpp-1.h: New.
1759         * gcc.dg/pch/cpp-1.c: New.
1760         * gcc.dg/pch/cpp-2.h: New.
1761         * gcc.dg/pch/cpp-2.c: New.
1763         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
1765         * gcc.dg/pch/except-1.h: New.
1766         * gcc.dg/pch/except-1.c: New.
1768         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
1770         * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
1771         running test.
1772         * gcc.dg/pch: Include *.hp not *.h.
1773         * gcc.dg/pch/system-1.h: New.
1774         * gcc.dg/pch/system-1.c: New.
1776         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
1778         * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
1779         rather than trying to build and run a program using PCH.
1780         * gcc.dg/pch: Remove dg-do commands from test files.
1782         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
1784         * gcc.dg/pch/macro-3.c: New.
1785         * gcc.dg/pch/macro-3.h: New.
1787         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
1789         * gcc.dg/pch/common-1.c: New.
1790         * gcc.dg/pch/common-1.h: New.
1791         * gcc.dg/pch/decl-1.c: New.
1792         * gcc.dg/pch/decl-1.h: New.
1793         * gcc.dg/pch/decl-2.c: New.
1794         * gcc.dg/pch/decl-2.h: New.
1795         * gcc.dg/pch/decl-3.c: New.
1796         * gcc.dg/pch/decl-3.h: New.
1797         * gcc.dg/pch/decl-4.c: New.
1798         * gcc.dg/pch/decl-4.h: New.
1799         * gcc.dg/pch/decl-5.c: New.
1800         * gcc.dg/pch/decl-5.h: New.
1801         * gcc.dg/pch/global-1.c: New.
1802         * gcc.dg/pch/global-1.h: New.
1803         * gcc.dg/pch/inline-1.c: New.
1804         * gcc.dg/pch/inline-1.h: New.
1805         * gcc.dg/pch/inline-2.c: New.
1806         * gcc.dg/pch/inline-2.h: New.
1807         * gcc.dg/pch/static-1.c: New.
1808         * gcc.dg/pch/static-1.h: New.
1809         * gcc.dg/pch/static-2.c: New.
1810         * gcc.dg/pch/static-2.h: New.
1812         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
1814         * g++.dg/pch/pch.exp: Better handle failing testcases.
1815         * gcc.dg/pch/pch.exp: Likewise.
1816         * gcc.dg/pch/macro-1.c: New.
1817         * gcc.dg/pch/macro-1.h: New.
1818         * gcc.dg/pch/macro-2.c: New.
1819         * gcc.dg/pch/macro-2.h: New.
1821         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
1823         * g++.dg/dg.exp: Treat files in pch/ specially.
1824         * g++.dg/pch/pch.exp: New file.
1825         * g++.dg/pch/empty.H: New file.
1826         * g++.dg/pch/empty.C: New file.
1827         * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
1828         "precompile".
1830         * gcc.dg/pch/pch.exp: New file.
1831         * gcc.dg/pch/empty.h: New file.
1832         * gcc.dg/pch/empty.c: New file.
1833         * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
1834         "precompile".
1836 2003-01-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1838         * g++.dg/template/friend14.C: New test.
1840 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
1842         * gcc.dg/old-style-asm-1.c: New test.
1844 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
1846         * gcc.c-torture/compile/20030109-1.c: New test.
1848 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
1850         * gcc.c-torture/execute/20030109-1.c: New test.
1852 2003-01-08  Larin Hennessey  <larin@science.oregonstate.edu>
1854         * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
1855         * g++.old-deja/g++.mike/dyncast2.C: Likewise
1856         * g++.old-deja/g++.mike/dyncast3.C: Likewise
1857         * g++.old-deja/g++.mike/eh2.C: Likewise
1858         * g++.old-deja/g++.mike/eh3.C: Likewise
1859         * g++.old-deja/g++.mike/eh5.C: Likewise
1860         * g++.old-deja/g++.mike/eh6.C: Likewise
1861         * g++.old-deja/g++.mike/eh7.C: Likewise
1862         * g++.old-deja/g++.mike/eh8.C: Likewise
1863         * g++.old-deja/g++.mike/eh9.C: Likewise
1864         * g++.old-deja/g++.mike/eh10.C: Likewise
1865         * g++.old-deja/g++.mike/eh12.C: Likewise
1866         * g++.old-deja/g++.mike/eh13.C: Likewise
1867         * g++.old-deja/g++.mike/eh14.C: Likewise
1868         * g++.old-deja/g++.mike/eh16.C: Likewise
1869         * g++.old-deja/g++.mike/eh17.C: Likewise
1870         * g++.old-deja/g++.mike/eh18.C: Likewise
1871         * g++.old-deja/g++.mike/eh21.C: Likewise
1872         * g++.old-deja/g++.mike/eh23.C: Likewise
1873         * g++.old-deja/g++.mike/eh24.C: Likewise
1874         * g++.old-deja/g++.mike/eh25.C: Likewise
1875         * g++.old-deja/g++.mike/eh26.C: Likewise
1876         * g++.old-deja/g++.mike/eh27.C: Likewise
1877         * g++.old-deja/g++.mike/eh28.C: Likewise
1878         * g++.old-deja/g++.mike/eh29.C: Likewise
1879         * g++.old-deja/g++.mike/eh31.C: Likewise
1880         * g++.old-deja/g++.mike/eh33.C: Likewise
1881         * g++.old-deja/g++.mike/eh34.C: Likewise
1882         * g++.old-deja/g++.mike/eh35.C: Likewise
1883         * g++.old-deja/g++.mike/eh36.C: Likewise
1884         * g++.old-deja/g++.mike/eh37.C: Likewise
1885         * g++.old-deja/g++.mike/eh38.C: Likewise
1886         * g++.old-deja/g++.mike/eh39.C: Likewise
1887         * g++.old-deja/g++.mike/eh40.C: Likewise
1888         * g++.old-deja/g++.mike/eh41.C: Likewise
1889         * g++.old-deja/g++.mike/eh42.C: Likewise
1890         * g++.old-deja/g++.mike/eh44.C: Likewise
1891         * g++.old-deja/g++.mike/eh46.C: Likewise
1892         * g++.old-deja/g++.mike/eh47.C: Likewise
1893         * g++.old-deja/g++.mike/eh48.C: Likewise
1894         * g++.old-deja/g++.mike/eh49.C: Likewise
1895         * g++.old-deja/g++.mike/eh50.C: Likewise
1896         * g++.old-deja/g++.mike/eh51.C: Likewise
1897         * g++.old-deja/g++.mike/eh53.C: Likewise
1898         * g++.old-deja/g++.mike/eh55.C: Likewise
1899         * g++.old-deja/g++.mike/p7912.C: Likewise
1900         * g++.old-deja/g++.mike/p9706.C: Likewise
1901         * g++.old-deja/g++.mike/p10416.C: Likewise
1902         * g++.old-deja/g++.mike/p11667.C: Likewise
1903         * g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
1904         Remove redundant reference to Iris.
1905         * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
1906         Elxsi, i860, Pico Java, and WE32K.
1908 2003-01-07  Mark Mitchell  <mark@codesourcery.com>
1910         * g++.dg/ext/asm4.C: New test.
1912 2003-01-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1914         PR c++/9030
1915         * g++.dg/template/friend12.C: New test.
1916         * g++.dg/template/friend13.C: Likewise.
1917         * g++.old-deja/g++.eh/spec6.C: Add missing error message.
1919 2003-01-08  Jan Hubicka  <jh@suse.cz>
1921         * gcc.dg/i386-cadd.c: New test.
1922         * gcc.dg/i386-cmov4.c: Likewise.
1924 2003-01-06  Mark Mitchell  <mark@codesourcery.com>
1926         PR c++/9165
1927         * g++.dg/warn/Wunused-3.C: New test.
1929         * g++.dg/abi/bitfield9.C: New test.
1931         PR c++/9189
1932         * g++.dg/parse/defarg3.C: New test.
1934 2003-01-06  Nathan Sidwell  <nathan@codesourcery.com>
1936         * g++.dg/parse/ambig1.C: New test.
1937         * g++.dg/parse/defarg2.C: New test.
1939 2003-01-05  Mark Mitchell  <mark@codesourcery.com>
1941         * g++.dg/template/defarg-1.C: New test.
1942         * g++.dg/template/local2.C: Likewise.
1944 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
1946         * gcc.c-torture/execute/20030105-1.c: New test.
1948 2003-01-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1950         * g++.dg/parse/namespace3.C: Remove extra semicolons.
1951         * g++.dg/parse/namespace4.C: Likewise.
1953 2003-01-03  Nathan Sidwell  <nathan@codesourcery.com>
1955         * g++.dg/template/ntp2.C: New test.
1957 2003-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
1959         * g++.dg/parse/extern-C-1.C: New test.
1961         * g++.dg/parse/namespace4.C: New test.
1963         * g++.dg/template/nested1.C: New test.
1965         * g++.dg/parse/namespace3.C: New test.
1967 2003-01-02  Nathanael Nerode  <neroden@gcc.gnu.org>
1969         * g++.dg/lookup/two-stage1.C: New test.
1971 2003-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1973         * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
1974         * g++.old-deja/g++.jason/access8.C: Likewise.
1975         * g++.old-deja/g++.other/decl5.C: Likewise.
1977 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
1979         * g++.dg/parse/parse7.C: New test.
1981 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
1983         PR c++/2843
1984         * g++.dg/ext/attrib7.C: New test.
1986 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
1988         * g++.dg/parse/parse6.C: New test.
1990 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
1992         * gcc.dg/h8300-stack-1.c: New.
1994 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
1996         g++.dg/lookup/exception1.C: New test.
1998         g++.dg/lookup/template1.C: New test.
2000         g++.dg/parse/namespace2.C: New test.
2002         g++.dg/parse/parens2.C: New test.
2004 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
2006         * g++.dg/parse/parse5.C: New test.
2007         * g++.dg/lookup/scoped4.C: New test.
2009 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
2011         * g++.dg/parse/parens1.C: New test.
2013         * g++.dg/parse/parens2.C: Removed, turned out to duplicate
2014         angle-bracket1.C.
2015         * g++.dg/parse/parens2.C: New test.
2017         * g++.dg/lookup/scope-operator1.C: New test.
2019         * g++.dg/parse/operator1.C: New test.
2021 2003-01-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2023         * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
2024         * g++.old-deja/g++.other/access6.C: Likewise.
2025         * g++.old-deja/g++.other/decl1.C: Likewise.
2026         * g++.old-deja/g++.pt/typename12.C: Likewise.
2028 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
2030         * g++.dg/parse/namespace1.C: New test.
2032 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
2034         * g++.dg/parse/parse4.C: New test.
2036 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
2038         * g++.dg/parse/parse3.C: New test.
2040 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
2042         * g++.dg/parse/parse2.C: New test.
2044 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
2046         * g++.dg/template/friend11.C: New test.
2048 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
2050         * g++.dg/parse/parse1.C: New test.
2052 2002-12-31  Janis Johnson  <janis187@us.ibm.com>
2054         * lib/profopt.exp: Change the name of a global variable to avoid
2055         possible clashes with other test suites.
2057 2002-12-31  Nathan Sidwell  <nathan@codesourcery.com>
2059         * g++.dg/inherit/covariant8.C: New test.
2061 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
2063         * g++.dg/init/array9.C: New test.
2065         PR c++/9112
2066         * g++.dg/parse/expr1.C: New test.
2068 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
2070         * gcc.c-torture/compile/20021230-1.c: New test.
2072 2002-12-30  Nathan Sidwell  <nathan@codesourcery.com>
2074         * g++.dg/inherit/covariant5.C: New test.
2075         * g++.dg/inherit/covariant6.C: New test.
2076         * g++.dg/inherit/covariant7.C: New test.
2078 2002-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2080         PR c++/2739
2081         * g++.dg/other/access2.C: New test.
2083 2002-12-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2085         * g++.dg/other/anon-struct.C: No longer fails
2086         * g++.old-deja/g++.brendan/parse4.C: Likewise.
2087         * g++.old-deja/g++.brendan/parse5.C: Likewise.
2088         * g++.old-deja/g++.brendan/parse6.C: Likewise.
2090 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2092         * g++.dg/parse/angle-bracket.C (main): No longer fails.
2094 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
2096         * g++.dg/eh/spec4.C: Remove stray semicolon.
2097         * g++.dg/expr/pmf-1.C: Change error message.
2098         * g++.dg/ext/asm1.C: Remove stray semicolon.
2099         * g++.dg/ext/typename1.C: Add missing typenames.
2100         * g++.dg/inherit/template-as-base.C: Change error message.
2101         * g++.dg/lookup/scoped1.C: Likewise.
2102         * g++.dg/lookup/scoped2.C: Likewise.
2103         * g++.dg/lookup/using2.C: Likewise.
2104         * g++.dg/other/component1.C: Remove stray semicolon.
2105         * g++.dg/other/do1.C: Change error message.
2106         * g++.dg/other/error2.C: Likewise.
2107         * g++.dg/other/init1.C: Likewise.
2108         * g++.dg/other/packed1.C: Remove stray semicolon.
2109         * g++.dg/other/ptrmem2.C: Change error message.
2110         * g++.dg/parse/parameter-declaration-1.C: Remove line number
2111         marker.
2112         * g++.dg/special/initp1.C: Remove invalid attribute usage.
2113         * g++.dg/template/access3.C: Add typename keyword.
2114         * g++.dg/template/access5.C: Remove stray semicolon.
2115         * g++.dg/template/access6.C: Likewise.
2116         * g++.dg/template/complit1.C: Likewise.
2117         * g++.dg/template/crash1.C: Change error message.
2118         * g++.dg/template/inherit2.C: Remove stray semicolon.
2119         * g++.dg/template/instantiate2.C: Likewise.
2120         * g++.dg/template/instantiate3.C: Change error message.
2121         * g++.dg/template/qual1.C: Remove stray semicolon.
2122         * g++.dg/template/qualttp18.C: Change error message.
2123         * g++.dg/template/ref1.C: Remove stray semicolon.
2124         * g++.dg/template/sizeof1.C (A::value): Declare it.
2125         * g++.dg/template/spec4.C: Change error message.
2126         * g++.dg/template/static1.C: Likewise.
2127         * g++.dg/template/type1.C: Likewise.
2128         * g++.dg/template/typename3.C: Likewise.
2129         * g++.old-deja/g++.benjamin/13478.C: Change error message.
2130         * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
2131         * g++.old-deja/g++.benjamin/bool01.C: Likewise.
2132         * g++.old-deja/g++.benjamin/bool02.C: Likewise.
2133         * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
2134         named return value extension.
2135         * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
2136         * g++.old-deja/g++.benjmain/warn01.C: Likewise.
2137         * g++.old-deja/g++.bob/extern_C.C: Likewise.
2138         * g++.old-deja/g++.bob/inherit2.C: Likewise.
2139         * g++.old-deja/g++.brendan/complex1.C: Likewise.
2140         * g++.old-deja/g++.brendan/copy5.C: Likewise.
2141         * g++.old-deja/g++.brendan/crash13.C: Likewise.
2142         * g++.old-deja/g++.brendan/crash15.C: Likewise.
2143         * g++.old-deja/g++.brendan/crash18.C: Change error message.
2144         * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
2145         * g++.old-deja/g++.brendan/crash38.C: Likewise.
2146         * g++.old-deja/g++.brendan/crash50.C: Likewise.
2147         * g++.old-deja/g++.brendan/crash56.C: Likewise.
2148         * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
2149         syntax.
2150         * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
2151         * g++.old-deja/g++.brendan/crash8.C: Change error message.
2152         * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
2153         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
2154         * g++.old-deja/g++.brendan/shadow1.C: Likewise.
2155         * g++.old-deja/g++.brendan/template11.C: Likewise.
2156         * g++.old-deja/g++.brendan/template26.C: Likewise.
2157         * g++.old-deja/g++.brendan/template27.C: Use explicit
2158         specialization syntax.
2159         * g++.old-deja/g++.brendan/template30.C: Likewise.
2160         * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
2161         * g++.old-deja/g++.brendan/visibility3.C: Account for use of
2162         non-dependent names.
2163         * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
2164         * g++.old-deja/g++.brendan/warnings7.C: Likewise.
2165         * g++.old-deja/g++.bugs/900121_02.C: Likewise.
2166         * g++.old-deja/g++.eh/catchptr1.C: Likewise.
2167         * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
2168         * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
2169         named return value extension.
2170         * g++.old-deja/g++.ext/namedret2.C: Likewise.
2171         * g++.old-deja/g++.ext/namedret3.C: Likewise.
2172         * g++.old-deja/g++.ext/return1.C: Likewise.
2173         * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
2174         * g++.old-deja/g++.jason/access17.C: Issue more error messages.
2175         * g++.old-deja/g++.jason/access8.C: Likewise.
2176         * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
2177         * g++.old-deja/g++.jason/destruct.C: Remove incorrect
2178         pseudo-destructor names.
2179         * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
2180         * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
2181         pseudo-destructor names.
2182         * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
2183         * g++.old-deja/g++.jason/overload19.C: Likewise.
2184         * g++.old-deja/g++.jason/overload32.C: Likewise.
2185         * g++.old-deja/g++.jason/parse11.C: Issue error messages about
2186         stray semicolons.
2187         * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
2188         * g++.old-deja/g++.jason/return.C: Likewise.
2189         * g++.old-deja/g++.jason/return2.C: Likewise.
2190         * g++.old-deja/g++.jason/shadow1.C: Likewise.
2191         * g++.old-deja/g++.jason/special.C: Use explicit specialization
2192         syntax.
2193         * g++.old-deja/g++.jason/template10.C: Account for use of
2194         non-dependent names.
2195         * g++.old-deja/g++.jason/template11.C: Use explicit specialization
2196         syntax.
2197         * g++.old-deja/g++.jason/template37.C: Likewise.
2198         * g++.old-deja/g++.law/access4.C: Change error messages.
2199         * g++.old-deja/g++.law/arm13.C:  Remove incorrect
2200         pseudo-destructor names.
2201         * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
2202         * g++.old-deja/g++.law/ctors9.C: Likewise.
2203         * g++.old-deja/g++.law/cvt22.C: Likewise.
2204         * g++.old-deja/g++.law/dtors5.C: Likewise.
2205         * g++.old-deja/g++.law/global-init1.C: Likewise.
2206         * g++.old-deja/g++.law/missed-error3.C: Likewise.
2207         * g++.old-deja/g++.law/operators28.C: Likewise.
2208         * g++.old-deja/g++.law/visibility28.C: Likewise.
2209         * g++.old-deja/g++.martin/eval1.C: Likewise.
2210         * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
2211         name.
2212         * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
2213         * g++.old-deja/g++.mike/net34.C: Likewise.
2214         * g++.old-deja/g++.mike/net36.C: Likewise.
2215         * g++.old-deja/g++.mike/ns2.C: Likewise.
2216         * g++.old-deja/g++.mike/p12306.C: Likewise.
2217         * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
2218         value extension.
2219         * g++.old-deja/g++.mike/p700.C: Likewise.
2220         * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
2221         * g++.old-deja/g++.mike/p710.C: Likewise.
2222         * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
2223         value extension.
2224         * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
2225         * g++.old-deja/g++.mike/pmf9.C: Likewise.
2226         * g++.old-deja/g++.ns/crash2.C: Likewise.
2227         * g++.old-deja/g++.ns/crash3.C: Likewise.
2228         * g++.old-deja/g++.ns/invalid1.C: Likewise.
2229         * g++.old-deja/g++.ns/ns17.C: Likewise.
2230         * g++.old-deja/g++.ns/template16.C: Likewise.
2231         * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
2232         keyword.
2233         * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
2234         * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
2235         * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
2236         named return value extension.
2237         * g++.old-deja/g++.oliva/nameret2.C: Likewise.
2238         * g++.old-deja/g++.other/access4.C: Issue additional error
2239         messages.
2240         * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
2241         * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
2242         * g++.old-deja/g++.other/crash11.C: Add missing class-key.
2243         * g++.old-deja/g++.other/crash25.C: Change error message.
2244         * g++.old-deja/g++.other/crash4.C: Change error message.
2245         * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
2246         * g++.old-deja/g++.other/decl5.C: Issue more error messages.
2247         * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
2248         checks.
2249         * g++.old-deja/g++.other/defarg8.C: Likewise.
2250         * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
2251         * g++.old-deja/g++.other/dtor10.C: Likewise.
2252         * g++.old-deja/g++.other/incomplete.C: Likewise.
2253         * g++.old-deja/g++.other/linkage7.C: Likewise.
2254         * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
2255         lookup algorithm.
2256         * g++.old-deja/g++.other/mangle2.C: Likewise.
2257         * g++.old-deja/g++.other/refinit2.C: Likewise.
2258         * g++.old-deja/g++.other/sizeof2.C: Change error messages.
2259         * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
2260         * g++.old-deja/g++.pt/crash28.C: Likewise.
2261         * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
2262         syntax.
2263         * g++.old-deja/g++.pt/crash32.C: Change error message.
2264         * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
2265         * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
2266         * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
2267         error message position.
2268         * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
2269         * g++.old-deja/g++.pt/defarg8.C: Change error message.
2270         * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
2271         syntax.
2272         * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
2273         * g++.old-deja/g++.pt/eichin01b.C: Likewise.
2274         * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
2275         * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
2276         keyword.
2277         * g++.old-deja/g++.pt/explicit31.C: Likewise.
2278         * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
2279         * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
2280         keyword.
2281         * g++.old-deja/g++.pt/explicit71.C: Change error message.
2282         * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
2283         syntax.
2284         * g++.old-deja/g++.pt/friend28.C: Account for use of
2285         non-dependent names.
2286         * g++.old-deja/g++.pt/friend29.C: Likewise.
2287         * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
2288         rules.
2289         * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
2290         * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
2291         * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
2292         lookup rules.
2293         * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
2294         * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
2295         keyword.
2296         * g++.old-deja/g++.pt/memclass20.C: Likewise.
2297         * g++.old-deja/g++.pt/memclass5.C: Likewise.
2298         * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
2299         keyword.
2300         * g++.old-deja/g++.pt/memtemp75.C: Likewise.
2301         * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
2302         * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
2303         * g++.old-deja/g++.pt/overload13.C: Correct error messages.
2304         * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
2305         * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template
2306         keyword.
2307         * g++.old-deja/g++.pt/spec10.C: Likewise.
2308         * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
2309         * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
2310         * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
2311         * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
2312         * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
2313         * g++.old-deja/g++.pt/ttp62.C: Likewise.
2314         * g++.old-deja/g++.pt/ttp64.C: Likewise.
2315         * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
2316         * g++.old-deja/g++.pt/typename15.C: Likewise.
2317         * g++.old-deja/g++.pt/typename22.C: Likewise.
2318         * g++.old-deja/g++.pt/typename6.C: Change error messages.
2319         * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
2320         * g++.old-deja/g++.pt/virtual2.C: Likewise.
2321         * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
2322         syntax.
2323         * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
2324         return value extension.
2325         * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
2326         * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
2327         * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
2328         * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
2330 2002-12-26  Nathan Sidwell  <nathan@codesourcery.com>
2332         * g++.dg/warn/inline1.C: New test.
2333         * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
2334         * g++.old-deja/g++.jason/synth10.C: Likewise.
2335         * g++.old-deja/g++.mike/net31.C: Likewise.
2336         * g++.old-deja/g++.mike/p8786.C: Likewise.
2338         * g++.dg/template/friend10.C: New test.
2339         * g++.dg/template/conv5.C: New test.
2341 2002-12-24  Nathan Sidwell  <nathan@codesourcery.com>
2343         * g++.dg/lookup/scoped3.C: New test.
2345         * g++.dg/lookup/decl1.C: New test.
2346         * g++.dg/lookup/decl2.C: New test.
2348 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
2350         * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
2351         gcc.c-torture/compile/20021015-1.c,
2352         gcc.c-torture/compile/20021015-2.c,
2353         gcc.c-torture/compile/20021123-1.c,
2354         gcc.c-torture/compile/20021123-2.c,
2355         gcc.c-torture/compile/20021123-3.c,
2356         gcc.c-torture/compile/20021123-4.c,
2357         gcc.c-torture/execute/20021024-1.c: Add tests previously added
2358         only to 3.1 or 3.2 branch.
2360 2002-12-23  Mark Mitchell  <mark@codesourcery.com>
2362         * gcc.dg/i386-bitfield3.c: New test.
2364         * gcc.dg/i386-bitfield2.c: New test.
2366 2002-12-22  Nathan Sidwell  <nathan@codesourcery.com>
2368         * g++.dg/parse/conv_op1.C: New test.
2370 2002-12-21  Josef Zlomek  <zlomekj@suse.cz>
2372         * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
2373         approved.
2375 2002-12-20  Josef Zlomek  <zlomekj@suse.cz>
2377         * gcc.c-torture/compile/20021220-1.c: New test.
2379 2002-12-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
2381         * gcc.dg/i386-fastcall-1.c: New.
2383 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
2385         * gcc.c-torture/execute/20021219-1.c: New test.
2387 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
2389         * gcc.dg/i386-pic-1.c: New test.
2391 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2393         PR c++/8099
2394         * g++.dg/template/friend9.C: New test.
2396 2002-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2398         PR c++/3663
2399         * g++.dg/template/access7.C: New test.
2401 2002-12-18  Nick Clifton  <nickc@redhat.com>
2403         * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
2404         the libstdc++-v3 directory has been found.
2406 2002-12-12  Devang Patel <dpatel@apple.com>
2407         * gcc.dg/darwin-ld-1.c: New test.
2408         * gcc.dg/darwin-ld-2.c: New test.
2409         * gcc.dg/darwin-ld-3.c: New test.
2410         * gcc.dg/darwin-ld-4.c: New test.
2411         * gcc.dg/darwin-ld-5.c: New test.
2413 2002-12-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
2415         * gcc.c-torture/compile/20021212-1.c: New test.
2417 2002-12-11  Neil Booth  <neil@daikokuya.co.uk>
2419         * gcc.dg/fshort-wchar: New test.
2421 2002-12-10  Mark Mitchell  <mark@codesourcery.com>
2423         PR c++/8372
2424         * g++.dg/template/dtor1.C: New test.
2426         * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
2427         markers.
2429 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
2431         * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
2433 2002-12-09  Mark Mitchell  <mark@codesourcery.com>
2435         * g++.dg/template/static1.C: New test.
2436         * g++.dg/template/static2.C: New test.
2437         * g++.old-deja/g++.ext/memconst.C: New test.
2439 2002-12-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2441         * g++.dg/special/conpr-2.C: Expect failure on solaris2.
2442         * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
2443         * g++.dg/special/initp1.C: Likewise.
2445 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
2447         * gcc.c-torture/execute/20021204-1.c: New test.
2449 2002-12-04  Geoffrey Keating  <geoffk@apple.com>
2451         * gcc.dg/ppc-fmadd-1.c: New file.
2452         * gcc.dg/ppc-fmadd-2.c: New file.
2453         * gcc.dg/ppc-fmadd-3.c: New file.
2455 2002-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2457         * gcc.c-torture/compile/20021204-1.c: New test.
2459 2002-12-03  Nathan Sidwell  <nathan@codesourcery.com>
2461         * g++.dg/inherit/covariant2.C: New test.
2462         * g++.dg/inherit/covariant3.C: New test.
2463         * g++.dg/inherit/covariant4.C: New test.
2464         * g++.dg/inherit/covariant1.C: Remove XFAIL.
2465         * g++.old-deja/g++.robertl/eb17.C: Likewise.
2467 2002-12-03  Mark Mitchell  <mark@codesourcery.com>
2469         PR c++/8688
2470         * g++.dg/init/brace3.C: New test.
2472 2002-12-02  Kazu Hirata  <kazu@cs.umass.edu>
2474         * gcc.dg/20020210-1.c: Fix a comment typo.
2476 2002-12-02  Mark Mitchell  <mark@codesourcery.com>
2478         PR c++/8720
2479         * g++.dg/parse/defarg1.C: New test.
2481         PR c++/8615
2482         * g++.dg/template/char1.C: New test.
2484         * g++.dg/template/varmod1.C: Fix typo.
2486 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2488         DR 180
2489         * g++.old-deja/g++.pt/crash32.C: Expect error.
2491 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
2493         PR c++/5919
2494         * g++.dg/template/varmod1.C: New test.
2496         PR c++/8727
2497         * g++.dg/inherit/typeinfo1.C: New test.
2499         PR c++/8663
2500         * g++.dg/inherit/typedef1.C: New test.
2502 2002-11-30  Mark Mitchell  <mark@codesourcery.com>
2504         PR c++/8332
2505         PR c++/8493
2506         * g++.dg/template/strlen1.C: New test.
2508         PR c++/8227
2509         * g++.dg/template/ctor2.C: New test.
2511         PR c++/8214
2512         * g++.dg/init/string1.C: New test.
2514         PR c++/8511
2515         * g++.dg/template/friend8.C: New test.
2517 2002-11-29  Joe Buck <jbuck@synopsys.com>
2519         * g++.dg/lookup/anon2.C: New test.
2521 2002-11-28  Kazu Hirata  <kazu@cs.umass.edu>
2523         * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
2524         h8300 port.
2526 2002-11-27  Richard Sandiford  <rsandifo@redhat.com>
2528         * gcc.dg/bitfld-6.c: New test.
2530 2002-11-27  Jan Hubicka  <jh@suse.cz>
2532         * gcc.c-torture/execute/20021127.[cx]: New test.
2534 2002-11-26  Jan Hubicka  <jh@suse.cz>
2536         * gcc.dg/i386-cmov[123].c: New tests for conditional move code
2537         quality.
2539 2002-11-26  Geoffrey Keating  <geoffk@apple.com>
2541         * g++.dg/init/brace2.C: New test.
2542         * g++.old-deja/g++.mike/p9129.C: Correct.
2544 2002-11-26  Mark Mitchell  <mark@codesourcery.com>
2546         * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
2548 2002-11-25  Andreas Bauer  <baueran@in.tum.de>
2550         * gcc.dg/sibcall-6: New test for indirect sibcalls.
2552 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
2554         * testsuite/g++.dg/abi/empty11.C: New test.
2555         * testsuite/g++.dg/rtti/cv1.C: New test.
2557 2002-11-25  Hans-Peter Nilsson  <hp@bitrange.com>
2559         * lib/prune.exp: Prune more -fpic/-fPIC warnings.
2561 2002-11-24  Mark Mitchell  <mark@codesourcery.com>
2563         * g++.dg/abi/empty10.C: New test.
2565 2002-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
2567         * gcc.c-torture/compile/20021124-1.c: New test.
2569 2002-11-22  Mark Mitchell  <mark@codesourcery.com>
2571         * g++.dg/abi/rtti2.C: New test.
2573 2002-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
2575         * gcc.dg/i386-unroll-1.c: New test.
2577 2002-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
2579         * gcc.c-torture/compile/20021120-1.c: New test.
2580         * gcc.c-torture/compile/20021120-2.c: New test.
2582 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
2584         * gcc.dg/bitfld-5.c: New test.
2586 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
2588         * gcc.c-torture/execute/20021120-3.c: New test.
2590 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
2592         * gcc.c-torture/execute/20021120-2.c: New test.
2594 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
2596         * gcc.c-torture/execute/20021120-1.c: New test.
2598 2002-11-20  Jakub Jelinek  <jakub@redhat.com>
2600         * gcc.c-torture/execute/20021118-3.c: New test.
2602 2002-11-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
2604         * gcc.c-torture/compile/20021119-1.c: New test.
2606 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
2608         * gcc.dg/duff-1.c: New test.
2609         * gcc.dg/duff-2.c: New test.
2610         * gcc.dg/duff-3.c: New test.
2612 2002-11-18  Neil Booth  <neil@daikokuya.co.uk>
2614         * gcc.dg/cpp/_Pragma5.c: New test.
2616 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
2618         * gcc.c-torture/execute/20021118-2.c: New test.
2620 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
2622         * gcc.c-torture/execute/20021118-1.c: New test.
2624 2002-11-16  Jakub Jelinek  <jakub@redhat.com>
2626         * gcc.dg/20021116-1.c: New test.
2628 2002-11-14  Mark Mitchell  <mark@codesourcery.com>
2630         * g++.dg/abi/vcall1.C: New test.
2632 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
2634         * gcc.dg/20021029-1.c: New test.
2635         * gcc.dg/20021029-2.c: New test.
2637 2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2639         * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
2641 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
2643         PR c/8439
2644         * gcc.dg/20021110.c: Move to ...
2645         * gcc.c-torture/compile/20021110.c: .... here.
2647 2002-11-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2649         PR c/8467
2650         * gcc.c-torture/execute/20021111-1.c
2652 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
2654         PR c/8439
2655         * gcc.dg/20021110.c: New test.
2657 2002-11-10  Mark Mitchell  <mark@codesourcery.com>
2659         * g++.dg/abi/vthunk3.C: Run only on x86.
2661 2002-11-10  Joseph S. Myers  <jsm@polyomino.org.uk>
2663         * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
2665 2002-11-09  Hans-Peter Nilsson  <hp@bitrange.com>
2667         * lib/compat.exp (compat-execute): Fix logic error in last
2668         change.
2670 2002-11-09  Neil Booth  <neil@daikokuya.co.uk>
2672         * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
2674 2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2676         PR c++/8389
2677         * g++.dg/template/access6.C: New test.
2679 2002-11-08  Jan Hubicka  <jh@suse.cz>
2681         * gcc.dg/i386-ssefp-1.c: New test.
2682         * gcc.dg/i386-ssefp-1.c: New test.
2684 2002-11-08  Jan Hubicka  <jh@suse.cz>
2686         * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
2688 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
2690         * g++.dg/abi/vthunk3.C: New test.
2692         PR c++/8338
2693         * g++.dg/template/crash2.C: New test.
2695 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
2697         * testsuite/g++.dg/abi/dtor1.C: New test.
2698         * testsuite/g++.dg/abi/dtor2.C: Likewise.
2700 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
2702         * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
2703         Darwin.
2705 2002-11-04  Adam Nemet  <anemet@lnxw.com>
2707         * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
2708         -mthumb.  Only xfail with -O0.
2710 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
2712         * g++.dg/abi/thunk1.C: New test.
2713         * g++.dg/abi/thunk2.C: Likewise.
2714         * g++.dg/abi/vtt1.C: Likewise.
2716 2002-11-02  Diego Novillo  <dnovillo@redhat.com>
2718         PR optimization/8423
2719         * gcc.c-torture/execute/builtin-constant.c: New test.
2721 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
2723         * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
2724         Add some more cases.
2726 2002-11-01  Mark Mitchell  <mark@codesourcery.com>
2728         PR c++/8391
2729         * g++.dg/opt/local1.C: New test.
2731 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
2733         PR c++/8160
2734         * g++.dg/template/complit1.C: New test.
2736         PR c++/8149
2737         * g++.dg/template/typename4.C: Likewise.
2739 2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2741         Core issue 287, PR c++/7639
2742         * g++.dg/template/instantiate1.C: Adjust error location.
2743         * g++.dg/template/instantiate3.C: New test.
2744         * g++.old-deja/g++.pt/crash10.C: Adjust error location.
2745         * g++.old-deja/g++.pt/derived3.C: Adjust error location.
2746         * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
2748 2002-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
2750         * lib/compat.exp (compat-execute): Don't clean out a gluefile.
2752 2002-10-29  Mark Mitchell  <mark@codesourcery.com>
2754         PR c++/8287
2755         * g++.dg/init/dtor2.C: New test.
2757 2002-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2759         * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
2760         * gcc.dg/nest.c: Bypass errors on irix6.
2762 2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
2764         * gcc.dg/nest.c: Expect error for mmix-*-*.
2765         * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
2767 2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
2769         * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
2770         markers.
2772         * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
2774 2002-10-25  Mike Stump  <mrs@apple.com>
2776         * gcc.dg/warn-1.c: New test.
2778 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
2780         * g++.dg/template/typename3.C: New test.
2782 2002-10-25  Mark Mitchell  <mark@codesourcery.com>
2784         * g++.dg/lookup/ptrmem1.C: New test.
2786         * g++.dg/abi/vthunk2.C: New test.
2788 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
2790         * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
2792 2002-10-24  Mark Mitchell  <mark@codesourcery.com>
2794         * g++.dg/abi/empty9.C: New test.
2796 2002-10-24  Richard Henderson  <rth@redhat.com>
2798         * g++.dg/inherit/thunk1.C: Enable for ia64.
2800 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
2802         PR c++/8067
2803         * g++.dg/lookup/pretty1.C: New test.
2805 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
2807         * gcc.dg/20021023-1.c: New test.
2809 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
2811         PR c++/7679
2812         * g++.dg/parse/inline1.C: New test.
2814 2002-10-23  Richard Henderson  <rth@redhat.com>
2816         * g++.dg/inherit/thunk1.C: Enable for x86_64.
2818         * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
2820 2002-10-22  Mark Mitchell  <mark@codesourcery.com>
2822         PR c++/6579
2823         * g++.dg/parse/stmtexpr3.C: New test.
2825 2002-10-22  Nathan Sidwell  <nathan@codesourcery.com>
2827         * g++.dg/expr/cond1.C: New test.
2829 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
2831         * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
2833 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
2835         * g++.dg/abi/vbase13.C: New test.
2836         * g++.dg/abi/vbase14.C: Likewise.
2838 2002-10-21  Jakub Jelinek  <jakub@redhat.com>
2840         * gcc.dg/tls/pic-1.c: New test.
2841         * gcc.dg/tls/nonpic-1.c: New test.
2842         * gcc.dg/20021018-1.c: New test.
2844 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
2846         * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
2847         Remove only files with the same base name as the test case.
2848         (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
2849         (profopt-execute): Likewise.  Also, remove old profiling
2850         and performance data files before running the tests.
2852         * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
2853         * g++.dg/bprob/bprob.exp: Likewise.
2854         * g77.dg/bprob/bprob.exp: Likewise.  Also, relax regexp
2855         to allow more general test case names.
2857         * g++.dg/bprob/bprob-1.C: Rename to ...
2858         * g++.dg/bprob/g++-bprob-1.C: ... this.
2860         * g77.dg/bprob/bprob-1.f: Rename to ...
2861         * g77.dg/bprob/g77-bprob-1.f: ... this.
2863 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
2865         * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
2866         bison 1.50 or later.
2868 2002-10-21  Janis Johnson  <janis187@us.ibm.com>
2870         * g++.dg/README: Describe more test directories.
2872 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
2874         * g++.dg/init/array6.C: Add additional tests.
2876 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
2878         * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
2879         * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
2881 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
2883         * gcc.c-torture/compile/20020604-1.x: New.
2884         * gcc.c-torture/compile/simd-5.x: Likewise.
2885         * gcc.c-torture/execute/920710-1.x: Likewise.
2886         * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
2888 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
2890         * g++.dg/inherit/override1.C: Add dg-options clause.
2892 2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2894         * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
2895         _mm_slli_si128.
2897 2002-10-19  Andreas Schwab  <schwab@suse.de>
2899         * lib/compat.exp (compat-run): Prepend "./" when $dest has no
2900         directory component.
2902 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
2904         * g++.dg/inherit/thunk1.C: New test.
2906         * g++.dg/inherit/override1.C: New test.
2908         * g++.dg/abi/mangle11.C: New test.
2909         * g++.dg/abi/mangle14.C: New test.
2910         * g++.dg/abi/mangle17.C: New test.
2912 2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
2914         * g++.dg/overload/member2.C: New test.
2916 2002-10-17  Janis Johnson  <janis187@us.ibm.com>
2918         * g++.dg/README: Describe new compat directory.
2919         * g++.dg/dg.exp: Skip tests in compat directory.
2920         * README.compat: New file.
2921         * lib/compat.exp: New expect script.
2922         * g++.dg/compat: New test directory.
2923         * g++.dg/compat/compat.exp: New expect script.
2924         * g++.dg/compat/abi: New test directory.
2925         * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
2926         g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
2927         g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
2928         g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
2929         g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
2930         g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
2931         g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
2932         g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
2933         g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
2934         g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
2935         g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
2936         g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
2937         * g++.dg/compat/break: New test directory.
2938         * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
2939         g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
2940         g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
2941         g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
2942         g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
2943         g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
2944         g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
2945         g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
2946         g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
2947         g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
2948         g++.dg/compat/break/README: New files.
2949         * g++.dg/compat/eh: New test directory.
2950         * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
2951         g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
2952         g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
2953         g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
2954         g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
2955         g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
2956         g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
2957         g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
2958         g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
2959         g++.dg/compat/eh/filter2_y.C,
2960         g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
2961         g++.dg/compat/eh/new1_y.C,
2962         g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
2963         g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
2964         g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
2965         g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
2966         g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
2967         g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
2968         g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
2969         g++.dg/compat/eh/unexpected1_y.C: New files.
2970         * g++.dg/compat/init: New test directory.
2971         * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
2972         g++.dg/compat/init/array5_y.C,
2973         g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
2974         g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
2975         g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
2976         g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
2977         g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
2978         g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
2979         g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
2980         g++.dg/compat/init/init-ref2_y.C: New files.
2982 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
2984         PR c++/7584
2985         * g++.dg/inherit/using3.C: New test.
2987 2002-10-17  Jan Hubicka  <jh@suse.cz>
2989         * gcc.dg/20021017-2.c: New test.
2991 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
2993         * g++.dg/abi/mangle16.C: Adjust.
2995         * g++.dg/init/array8.C: New test.
2997 2002-10-17  Richard Sandiford  <rsandifo@redhat.com>
2999         * gcc.dg/special/mips-abi.exp: New test.
3000         * gcc.dg/special/mips-abi.s: Empty file used by the above.
3002 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
3004         * g++.dg/abi/mangle16.C: New test.
3005         * g++.dg/abi/mangle17.C: Likewise.
3007         PR c++/7478
3008         * g++.dg/template/ref1.C: New test.
3010 2002-10-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3012         * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
3014 2002-10-16  Ulrich Weigand  <uweigand@de.ibm.com>
3016         * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
3018 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
3020         PR c++/7524
3021         * g++.dg/init/array7.C: New test.
3023 2002-10-15  Mark Mitchell  <mark@codesourcery.com>
3025         * g++.dg/init/array6.C: New test.
3027         * g++.dg/abi/mangle13.C: Likewise.
3028         * g++.dg/abi/mangle14.C: Likewise.
3029         * g++.dg/abi/mangle15.C: Likewise.
3031 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
3033         * g++.dg/abi/empty8.C: New test.
3035 2002-10-15  Nathan Sidwell  <nathan@codesourcery.com>
3037         * g++.dg/init/ctor1.C: New test.
3039 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
3041         * gcc.c-torture/execute/20021015-1.c: New test.
3043 2002-10-15  J"orn Rennecke <joern.rennecke@superh.com>
3045         * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
3047 2002-10-14  Jan Hubicka  <jh@suse.cz>
3049         * gcc.dg/i386-ssetype-[1-5].c: New tests.
3051 2002-10-14  Richard Henderson  <rth@redhat.com>
3053         * gcc.dg/20020219-1.c: Disable for 16-bit targets.
3055 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
3057         PR optimization/6631
3058         * g++.dg/opt/const2.C: New test.
3060 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
3062         PR c++/7176
3063         * g++.dg/parse/friend1.C: New test.
3064         * g++.old-deja/g++.pt/memtemp64.C: Adjust.
3066 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
3068         * gcc.dg/20021014-1.c: New test.
3070 2002-10-11  Mark Mitchell  <mark@codesourcery.com>
3072         PR c++/5661
3073         * g++.dg/ext/vlm1.C: New test.
3074         * g++.dg/ext/vlm2.C: Likewise.
3076         * g++.dg/init/array1.C: Remove invalid braces.
3077         * g++.dg/init/brace1.C: New test.
3078         * g++.dg/init/copy2.C: Likewise.
3079         * g++.dg/init/copy3.C: Likewise.
3080         * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
3081         * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
3082         braces.
3084 2002-10-11  Neil Booth  <neil@daikokuya.co.uk>
3086         * gcc.dg/cpp/assembler.S: Don't use -ansi.
3088 2002-10-11  Richard Shann  <richard.shann@superh.com>
3090         * gcc.c-torture/compile/simd-5.c: New test.
3092 2002-10-10  Roger Sayle  <roger@eyesopen.com>
3094         * gcc.c-torture/execute/shiftopt-1.c: New test case.
3096 2002-10-10  Jim Wilson  <wilson@redhat.com>
3098         * gcc.c-torture/execute/20021010-1.c: New test.
3100 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
3102         PR c/7353
3103         * g++.dg/ext/typedef-init.C: New test.
3104         * gcc.dg/typedef-init.c: New test.
3106 2002-10-09  Neil Booth  <neil@daikokuya.co.uk>
3108         * gcc.dg/cpp/paste13.c: New test.
3110 2002-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3112         * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs.  For
3113         remaining platforms, XFAIL during compile, not execute.  Don't
3114         XFAIL at -O0.
3116 2002-10-08  Nathan Sidwell  <nathan@codesourcery.com>
3118         * gcc.dg/alias-1.c: Tweak expected warning.
3120 2002-10-06  D.Venkatasubramanian <dvenkat@noida.hcltech.com>
3122         * gcc.dg/20020411-1.c: Disable for 16-bit "int".
3124 2002-10-06  Andreas Jaeger  <aj@suse.de>
3126         * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
3127         * gcc.dg/cpp/c++98.C: Likewise.
3129         * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
3130         * g++.dg/cpp/c++98.C: Likewise.
3132         * g++.dg/README (Subdirectories): Mention cpp directory.
3134         PR target/7559
3135         * gcc.dg/20021006-1.c: New test.
3137 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3139         PR c++/7804
3140         * g++.dg/other/warning1.C: New test.
3142 2002-10-04  Roger Sayle  <roger@eyesopen.com>
3144         * gcc.c-torture/execute/20020720-1.x:  XFAIL instead of skipping
3145         the test on failing platforms.  Mark sparcv9-*-*, sparc64-*-*
3146         and sparc-*-* with -m64 as expected failures.  See PR 8087.
3148 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
3150         PR c++/7931
3151         * g++.dg/template/ptrmem3.C: New test.
3153         PR c++/7754
3154         * g++.dg/template/union1.C: New test.
3156 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
3158         PR c++/8006
3159         * g++.dg/abi/mangle9.C: New test.
3160         * g++.dg/abi/mangle10.C: New test.
3161         * g++.dg/abi/mangle11.C: New test.
3162         * g++.dg/abi/mangle12.C: New test.
3164 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
3166         PR c++/7188.
3167         * g++.dg/template/meminit1.C: New test.
3168         * g++.dg/warn/Wreorder-1.C: Likewise.
3169         * g++.old-deja/g++.mike/warn3.C: Tweak.
3170         * lib/prune.exp: Ingore "in copy constructor".
3172 2002-10-02  Andreas Jaeger  <aj@suse.de>
3174         * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
3175         gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
3176         g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
3177         on x86-64.
3179 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
3181         * gcc.dg/empty1.C: Fix typo.
3183 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
3185         * gcc.dg/alias-1.c: New test.
3187 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
3189         * gcc.dg/empty1.C: New test.
3191         * g++.dg/tls/init-2.C: Tweak error messages.
3193 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
3195         * gcc.c-torture/compile/20020923-1.c: New test.
3197 2002-09-30  Jason Thorpe  <thorpej@wasabisystems.com>
3199         * gcc.c-torture/execute/ffs-1.c: New test.
3200         * gcc.c-torture/execute/ffs-2.c: Ditto.
3202 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
3204         * g++.dg/overload/member1.C: New test.
3206 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
3208         * g++.dg/abi/empty7.C: New test.
3209         * g++.dg/init/pm2.C: Likewise.
3211 2002-09-29  Nathan Sidwell  <nathan@codesourcery.com>
3213         * g++.dg/rtti/crash1.C: New test.
3215 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
3217         * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
3218         gcc.dg/sibcall-4.c: New tests.
3220 2002-09-28  Roger Sayle  <roger@eyesopen.com>
3222         * gcc.c-torture/execute/20020720-1.x: No longer skip test on
3223         powerpc and MMIX targets.
3225 2002-09-27  Zack Weinberg  <zack@codesourcery.com>
3227         * gcc.dg/cpp/20020927-1.c: New.
3229 2002-09-26  David S. Miller  <davem@redhat.com>
3231         * gcc.c-torture/compile/trunctfdf.c: New.
3233 2002-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3235         * lib/target-supports.exp (check_weak_available): Handle solaris2.
3237 2002-09-27  Alan Modra  <amodra@bigpond.net.au>
3239         * gcc.c-torture/execute/loop-15.c: New.
3241 2002-09-26  Janis Johnson  <janis187@us.ibm.com>
3243         * README.QMTEST: Fix typo.
3245 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
3247         * gcc.dg/20020926-1.c: New test.
3249 2002-09-25  David S. Miller  <davem@redhat.com>
3251         PR target/7842
3252         * gcc.c-torture/execute/shiftdi.c: New test.
3254 2002-09-26  Richard Earnshaw  <rearnsha@arm.com>
3256         * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
3257         unique to the tool.
3258         * lib/g77.exp (g77_init): Likewise.
3259         * lib/g++.exp (g++_init): Likewise.
3260         * lib/objc.exp (objc_init): Likewise.
3262 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
3264         * gcc/testsuite/g++.dg/abi/empty5.C: New test.
3265         * gcc/testsuite/g++.dg/abi/empty6.C: New test.
3266         * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
3268 2002-09-25  Richard Henderson  <rth@redhat.com>
3270         * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
3271         too-small long double.
3273 2002-09-23  Hans-Peter Nilsson  <hp@axis.com>
3275         * gcc.dg/20020919-1.c: New test.
3277 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
3279         * g++.dg/abi/bitfield6.C: New test.
3280         * g++.dg/abi/bitfield7.C: New test.
3281         * g++.dg/abi/bitfield8.C: New test.
3282         * g++.dg/abi/vbase11.C: New test.
3284 2002-09-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3286         * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
3287         hppa*-*-hpux*.  Update test comment.
3289 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
3291         * gcc.dg/tls/struct-1.c: New test.
3293 2002-09-20  Neil Booth  <neil@daikokuya.co.uk>
3295         * gcc.dg/cpp/tr-warn2.c: Update.
3297 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
3299         * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
3301 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
3303         * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
3304         systems.
3306 2002-09-20  Hans-Peter Nilsson  <hp@bitrange.com>
3308         * gcc.c-torture/execute/ieee/mzero3.c: New test.
3310         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
3311         Adjust for c++filt moved to binutils.  Remove spurious duplicate
3312         setting of cxxfilt.
3314 2002-09-19  Geoffrey Keating  <geoffk@apple.com>
3316         * gcc.dg/20020312-2.c: Update for darwin.
3318 2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
3320         * g++.old-deja/g++.other/crash32.C: Mark ICE.
3322 2002-09-17  Nicola Pero  <n.pero@mi.flashnet.it>
3324         * objc.dg/comp-types-1.m: New test.
3325         * objc.dg/comp-types-2.m: New test.
3326         * objc.dg/comp-types-3.m: New test.
3327         * objc.dg/comp-types-4.m: New test.
3328         * objc.dg/comp-types-5.m: New test.
3329         * objc.dg/comp-types-6.m: New test.
3331 2002-09-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3333         * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
3335 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
3337         * g++.dg/other/do1.C: New test.
3339         * g++.dg/template/subst1.C: New test.
3341 2002-09-16  Steve Ellcey  <sje@cup.hp.com>
3343         * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
3345 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
3347         * g++.dg/template/qualttp20.C: Adjust expected errors.
3348         * g++.old-deja/g++.jason/report.C: Likewise.
3349         * g++.old-deja/g++.other/qual1.C: Likewise.
3351         * g++.dg/lookup/scoped2.C: New test.
3353         * g++.dg/ext/asm3.C: New test.
3355 2002-09-16  Richard Earnshaw  <rearnsha@arm.com>
3357         * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
3359 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
3361         * ChangeLog: follow spelling conventions.
3362         * g++.old-deja/g++.abi/ptrmem.C: Likewise.
3363         * g++.old-deja/g++.bugs/900210_05.C: Likewise.
3364         * g++.old-deja/g++.bugs/900211_04.C: Likewise.
3365         * g++.old-deja/g++.bugs/900321_02.C: Likewise.
3366         * g++.old-deja/g++.bugs/900404_02.C: Likewise.
3367         * g++.old-deja/g++.bugs/900520_06.C: Likewise.
3368         * g++.old-deja/g++.law/global-init1.C: Likewise.
3369         * g++.old-deja/g++.other/delete4.C: Likewise.
3370         * g++.old-deja/g++.other/inline21.C: Likewise.
3371         * g++.old-deja/g++.other/singleton.C: Likewise.
3372         * g77.dg/strlen0.f: Likewise.
3373         * g77.f-torture/compile/20010519-1.f: Likewise.
3374         * g77.f-torture/compile/980310-4.f: Likewise.
3375         * gcc.c-torture/compile/20000605-1.c: Likewise.
3376         * gcc.c-torture/execute/20020225-1.c: Likewise.
3377         * gcc.dg/c90-hexfloat-2.c: Likewise.
3378         * gcc.dg/c99-bool-1.c: Likewise.
3379         * gcc.dg/c99-hexfloat-2.c: Likewise.
3380         * gcc.dg/dll-2.c: Likewise.
3381         * gcc.dg/wtr-union-init-1.c: Likewise.
3382         * gcc.dg/wtr-union-init-2.c: Likewise.
3383         * gcc.dg/wtr-union-init-3.c: Likewise.
3384         * gcc.dg/cpp/avoidpaste1.c: Likewise.
3385         * gcc.dg/cpp/defined.c: Likewise.
3386         * gcc.dg/cpp/macsyntx.c: Likewise.
3387         * gcc.dg/cpp/paste2.c: Likewise.
3388         * gcc.dg/cpp/trad/defined.c: Likewise.
3389         * gcc.dg/format/c90-printf-1.c: Likewise.
3390         * gcc.dg/format/c90-scanf-1.c: Likewise.
3391         * gcc.dg/format/c99-printf-1.c: Likewise.
3392         * gcc.dg/format/c99-scanf-1.c: Likewise.
3393         * gcc.misc-tests/gcov-8.c: Likewise.
3394         * lib/profopt.exp: Likewise.
3396 2002-09-15  Krister Walfridsson  <cato@df.lth.se>
3398         * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
3400 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
3402         * g++.dg/inherit/using2.C: New test.
3404 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
3406         * ChangeLog: Follow spelling conventions.
3407         * g++.dg/template/friend4.C: Likewise.
3408         * g++.old-deja/g++.pt/crash67.C: Likewise.
3409         * gcc.c-torture/execute/20000801-4.c: Likewise.
3410         * gcc.dg/c90-digraph-1.c: Likewise.
3411         * gcc.dg/c94-digraph-1.c: Likewise.
3412         * gcc.dg/c99-digraph-1.c: Likewise.
3413         * gcc.dg/cpp/line5.c: Likewise.
3414         * gcc.dg/cpp/multiline.c: Likewise.
3415         * gcc.dg/cpp/trad/literals-1.c: Likewise.
3416         * gcc.dg/format/attr-3.c: Likewise.
3417         * gcc.dg/format/c90-scanf-3.c: Likewise.
3418         * gcc.dg/format/ext-4.c: Likewise.
3420 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
3422         * g++.dg/template/pretty1.C: New test.
3424 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
3426         * gcc.c-torture/execute/struct-cpy-1.c: New test.
3428 2002-09-13  Matt Austern  <austern@apple.com>
3430         * testsuite/g++.dg/other/constref[12].C: New, regression tests for
3431         passing a cast expression to a function by const reference.
3433 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
3435         * g++.dg/template/deduce1.C: New test.
3437 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
3439         * gcc.c-torture/execute/simd-1.c: Force all use of int to
3440         32-bit int.
3442 2002-09-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3444         * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
3445         usage.
3447 2002-09-10  Richard Earnshaw  <rearnsha@arm.com>
3449         * gcc.c-torture/compile/20020910-1.c: New test.
3451 2002-09-10  Frank Ch. Eigler  <fche@redhat.com>
3453         * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
3455 2002-09-10  Andreas Jaeger  <aj@suse.de>
3457         * gcc.dg/20020312-2.c: Adjust for x86-64.
3459 2002-09-08  Toon Moene  <toon@moene.indiv.nluug.nl>
3461         * g77.dg/7388.f: New test case for PR 7388.
3463 2002-09-07  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
3465         * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
3467 2002-09-05  Ziemowit Laski <zlaski@apple.com>
3469         * objc.dg/proto-lossage-1.m: New test.
3471 2002-09-06  Neil Booth  <neil@daikokuya.co.uk>
3473         * gcc.dg/cpp/_Pragma4.c: Fix typo.
3475 2002-09-06  Nicola Pero  <n.pero@mi.flashnet.it>
3477         * objc/execute/formal_protocol-6.x: Removed.  This testcase is now
3478         expected to pass.
3480 2002-09-06  Stan Shebs  <shebs@apple.com>
3481             David Edelsohn  <edelsohn@gnu.org>
3483         * gcc.dg/weak: New directory.
3484         * gcc.dg/weak-[1-9].c: Move to new directory, remove all
3485         target-specific xfail bits.
3486         * gcc.dg/typeof-2.c: Move to new directory.
3487         * gcc.dg/weak.exp: New expect script.
3489 2002-09-06  Alan Modra  <amodra@bigpond.net.au>
3491         * gcc.c-torture/execute/extzvsi.c: New test.
3493 2002-09-05  Stan Shebs  <shebs@apple.com>
3495         * gcc.dg/weak-1.c: xfail on Darwin.
3496         * gcc.dg/weak-2.c: Ditto.
3497         * gcc.dg/weak-3.c: Ditto.
3498         * gcc.dg/weak-4.c: Ditto.
3499         * gcc.dg/weak-5.c: Ditto.
3500         * gcc.dg/weak-6.c: Ditto.
3501         * gcc.dg/weak-7.c: Ditto.
3502         * gcc.dg/weak-8.c: Ditto.
3503         * gcc.dg/weak-9.c: Ditto.
3505 2002-09-05  J"orn Rennecke <joern.rennecke@superh.com>
3507         * gcc.c-torture/execute/loop-14.c: New test.
3509 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
3511         * g++.dg/other/cxa-atexit1.C: New test.
3513         * gcc.dg/typeof-2.c: New test.
3515 2002-09-03  Roger Sayle  <roger@eyesopen.com>
3517         * gcc.dg/builtins-2.c: New testcase.
3518         * gcc.dg/builtins-3.c: New testcase.
3520 2002-09-03  Neil Booth  <neil@daikokuya.co.uk>
3522         * gcc.dg/cpp/_Pragma4.c: New test.
3524 2002-09-03  Nicola Pero  <n.pero@mi.flashnet.it>
3526         * objc/execute/nil_method-1.m: New testcase.
3528 2002-09-01  Nicola Pero  <n.pero@mi.flashnet.it>
3530         * objc/execute/class-tests-1.h (test_class_with_superclass): Call
3531         [Object class], not [Object initialize].
3533 2002-08-31  Roger Sayle  <roger@eyesopen.com>
3534             Hans-Peter Nilsson  <hp@bitrange.com>
3536         * gcc.c-torture/execute/20020720-1.x: Skip test on
3537         mmix-knuth-mmixware.  Correct comment.
3539 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
3541         * testsuite/g++.dg/abi/bitfield5.C: New test.
3542         * testsuite/g++.dg/abi/vbase10.C: Likewise.
3544 2002-08-27  Nicola Pero  <n.pero@mi.flashnet.it>
3546         * objc.dg/undeclared-selector.m: New test.
3548 2002-08-27  Nathan Sidwell  <nathan@codesourcery.com>
3550         * g++.dg/other/offsetof1.C: Avoid cast warning.
3552 2002-08-26  Ziemowit Laski  <zlaski@apple.com>
3554         * objc.dg/super-class-2.m: New test.
3556 2002-08-24  Matt Austern  <austern@apple.com>
3558         * g++.dg/ext/lvaddr.C: New test.
3559         * g++.dg/ext/lvcast.C: New test.
3561 2002-08-22  Mark Mitchell  <mark@codesourcery.com>
3563         * testsuite/g++.dg/inherit/cond1.C: New test.
3565 2002-08-22  Geoffrey Keating  <geoffk@redhat.com>
3567         * gcc.dg/noncompile/incomplete-1.c: New test.
3569 2002-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
3571         * gcc.dg/typespec-1.c: New test.
3573 2002-08-20  Devang Patel  <dpatel@apple.com>
3574         * objc.dg/proto-hier-2.m: New test.
3576 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
3578         * objc.dg/bitfield-1.m: New test.
3579         * objc.dg/bitfield-2.m: New test.
3581 2002-08-17  Joseph S. Myers  <jsm@polyomino.org.uk>
3583         * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
3584         gcc.dg/c99-flex-array-4.c: New tests.
3586 2002-08-16  Stan Shebs  <shebs@apple.com>
3588         * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
3590 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
3592         * gcc.dg/typeof-1.c: New test.
3593         * g++.dg/ext/typeof2.C: New test.
3595 2002-08-15  Nathan Sidwell  <nathan@codesourcery.com>
3597         * g++.dg/other/offsetof1.C: New test.
3599 2002-08-14  Richard Henderson  <rth@redhat.com>
3601         * gcc.dg/tls/diag-3.c: Fix expected message strings.
3603 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
3605         * gcc.dg/cpp/_Pragma3.c: New test.
3607 2002-08-13  Mark Mitchell  <mark@codesourcery.com>
3609         * g++.dg/template/inherit3: New test.
3611 2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
3613         * gcc.dg/bitfld-4.c: Add blank options.
3615 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
3617         * g++.dg/template/crash1.C: New test.
3619 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
3621         * gcc.dg/tls/opt-2.c: New test.
3623 2002-08-08  Devang Patel  <dpatel@apple.com>
3625         * objc.dg/selector-1.m : New test
3627 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
3629         * g++.dg/abi/bitfield4.C: New test.
3630         * gcc.dg/bitfld-4.c: New test.
3632 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
3634         * g++.dg/other/packed1.C: New test.
3636 2002-08-07  Mark Mitchell  <mark@codesourcery.com>
3638         * g++.dg/abi/offsetof.C: Tweak error messages.
3639         * g++.old-deja/g++.mike/p10769a.C: Likewise.
3641 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
3643         * gcc.dg/bitfld-3.c: New test.
3645 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
3646             Richard Henderson  <rth@redhat.com>
3648         * gcc.dg/i386-bitfield1.c: New test.
3649         * g++.dg/abi/bitfield3.C: Update.
3651 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
3653         * objc.dg/const-str-2.m: Update.
3654         * gcc.dg/cpp/c++98.c: Change to C extension.
3655         * gcc.dg/cpp/c++98-pedantic.c: Similarly.
3656         * gcc.dg/cpp/cpp.exp: Process .C extensions too.
3658 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
3660         * testsuite/gcc.dg/tls/diag-3.c: New.
3662 2002-08-07  Gabriel Dos Reis  <gdr@nerim.net>
3664         * g++.dg/README (Subdirectories): Document new subdir expr.
3665         * g++.dg/expr/pmf-1.C: New test.
3667 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
3669         * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
3671 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
3673         * g++.dg/abi/bitfield3.C: New test.
3675 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
3677         * lib/gcov.exp: Tweak expected line formats.
3678         * gcc.misc-tests/gcov8.c: New test.
3679         * gcc.misc-tests/gcov8.x: New flags.
3681 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
3683         * consistency.vlad/layout/endian.c: Include string.h.
3685         * gcc.c-torture/execute/20020805-1.c: New test.
3687 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
3689         * g++.dg/other/conversion1.C: New test.
3691 2002-08-03  Roger Sayle  <roger@eyesopen.com>
3693         * gcc.dg/builtins-1.c: New testcase.
3695 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
3697         * g++.dg/inherit/access3.C: New test.
3699 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
3701         * gcc.dg/ia64-visibility-2.c: New test.
3703 2002-08-01  Benjamin Kosnik   <bkoz@redhat.com>
3705         * g++.old-deja/g++.abi/ptrflags.C (expect): Change
3706         __qualifier_flags to __flags.
3708 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
3710         * g++.dg/inherit/operator1.C: New test.
3711         * g++.dg/lookup/disamb1.C: Fix typo in comment.
3712         * g++.dg/other/error1.C: Change expected error message.
3713         * g++.dg/template/conv4.C: Likewise.
3715 2002-07-26  Neil Booth  <neil@daikokuya.cop.uk>
3717         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
3718         for documented behavior.
3720 2002-07-25  Roger Sayle  <roger@eyesopen.com>
3722         * gcc.c-torture/execute/20020720-1.x: Skip this test on
3723         several targets known to fail.
3725 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
3727         * gcc.dg/mips-args-[123].c: New tests.
3729 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
3731         * gcc.dg/ppc-spe.c: New.
3733 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
3735         * g++.dg/other/ptrmem4.C: New testcase.
3737 2002-07-24  Richard Henderson  <rth@redhat.com>
3739         * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
3741 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
3743         * g++.dg/ext/alignof1.C (main): Return 0 for success.
3745 2002-07-24  Roger Sayle  <roger@eyesopen.com>
3747         * gcc.c-torture/execute/memset-3.c: New testcase.
3749 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
3751         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
3752         gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
3754 2002-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3756         * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
3757         Delete.
3759 2002-07-23  J"orn Rennecke <joern.rennecke@superh.com>
3761         * gcc.c-torture/compile/simd-4.c: New test.
3763 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3765         PR c++/7347, c++/7348
3766         * g++.dg/template/access4.C: New test.
3767         * g++.dg/template/access5.C: New test.
3768         * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
3769         * g++.old-deja/g++.pt/memtemp86.C: Likewise.
3770         * g++.old-deja/g++.pt/ttp58.C: Likewise.
3771         * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
3773 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
3775         * gcc.dg/gnu89-init-2.c: New test.
3777 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
3779         * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
3781 2002-07-20  Roger Sayle  <roger@eyesopen.com>
3783         * gcc.c-torture/execute/20020720-1.c: New testcase.
3785 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
3787         * gcc.dg/cpp/Wsignprom.c: New tests.
3789 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
3791         * gcc.c-torture/execute/loop-13.c: New test.
3793 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
3795         * gcc.dg/cpp/expr.c: New tests.
3797 2002 07-18  David Edelsohn  <edelsohn@gnu.org>
3799         * g++.dg/opt/pr6713.C: Add template instantiation.
3801 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
3803         * gcc.dg/nest.c: New test.
3805 2002-07-17  Richard Henderson  <rth@redhat.com>
3807         * g++.dg/opt/pr6713.C: New test.
3809 2002-07-17  Eric Botcazou  <ebotcazou@multimania.com>
3811         * gcc.c-torture/execute/loop-2e.x: Let the testcase
3812         XFAIL for all x86 processors.
3814 2002-07-17  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
3816         * gcc.c-torture/execute/20010122-1.x: Do not test with
3817         -fomit-frame-pointer.
3819 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3821         * g++.dg/template/instantiate2.C: New test.
3822         * g++.dg/template/spec4.C: New test.
3824 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3826         * g++.dg/template/access2.C: New test.
3827         * g++.dg/template/access3.C: New test.
3829 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
3831         * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
3832         c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
3833         c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
3834         c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
3835         Convert to use <stdarg.h>.
3836         * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
3837         Delete.
3838         * gcc.dg/va-arg-2.c: New.
3839         * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
3841 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
3843         * gcc.c-torture/compile/20020710-1.c: New test.
3845 2002-07-11  J"orn Rennecke <joern.rennecke@superh.com>
3846                           Andrew Pinski  <pinskia@physics.uc.edu>
3848         gcc.c-torture/compile/simd-2.c: New testcase.
3849         gcc.c-torture/compile/simd-3.c: Likewise.
3851 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
3853         PR c++/7224
3854         * g++.dg/overload/error1.C: New test.
3856 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3858         * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
3859         configuration and IRIX 6 O32 ABI.
3861 2002-07-11  Roger Sayle  <roger@eyesopen.com>
3863         * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
3865 2002-07-10  Roger Sayle  <roger@eyesopen.com>
3867         * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
3869 2002-07-10  Jeffrey A Law  <law@redhat.com>
3871         * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
3873         * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.
3875 2002-07-09  Aldy Hernandez  <aldyh@redhat.com>
3877         * gcc.dg/20020312-2.c: Check for __PPC__.
3879 2002-07-09  Diego Novillo  <dnovillo@redhat.com>
3881         * gcc.c-torture/compile/20020709-1.c: New test.
3883 2002-07-07  Roger Sayle  <roger@eyesopen.com>
3885         * g++.dg/template/qualttp21.C: New test case.
3887 2002-07-06  Alexandre Oliva  <aoliva@redhat.com>
3889         * gcc.c-torture/compile/20020706-1.c: New test.
3890         * gcc.c-torture/compile/20020706-2.c: New test.
3892 2002-07-06  Brian R. Gaeke  <brg@dgate.ORG>
3893             Alexandre Oliva  <aoliva@redhat.com>
3895         * g++.dg/warn/incomplete1.C: New test.
3897 2002-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3899         PR c++/7099
3900         * g++.dg/warn/noreturn1.C: New test.
3902 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
3904         PR c++/6706
3905         * g++.dg/debug/debug6.C: New test.
3906         * g++.dg/debug/debug7.C: New test.
3908 2002-07-04  J"orn Rennecke <joern.rennecke@superh.com>
3910         * gcc.c-torture/compile/simd-3.c: New test.
3912 2002-07-03  Chris Demetriou  <cgd@broadcom.com>
3914         * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
3915         * gcc.dg/20020620-1.c: Likewise.
3917 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3919         PR c++/6944
3920         * g++.dg/init/array4.C: New test.
3921         * g++.dg/init/array5.C: New test.
3923 2002-07-03  J"orn Rennecke <joern.rennecke@superh.com>
3925         * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
3926         * gcc.c-torture/execute/simd-2.c (main): Likewise.
3928 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3930         * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
3931         * gcc.dg/wtr-aggr-init-1.c: Likewise.
3932         * gcc.dg/wtr-conversion-1.c: Likewise.
3933         * gcc.dg/wtr-escape-1.c: Likewise.
3934         * gcc.dg/wtr-int-type-1.c: Likewise.
3935         * gcc.dg/wtr-label-1.c: Likewise.
3936         * gcc.dg/wtr-static-1.c: Likewise.
3937         * gcc.dg/wtr-strcat-1.c: Likewise.
3938         * gcc.dg/wtr-suffix-1.c: Likewise.
3939         * gcc.dg/wtr-switch-1.c: Likewise.
3940         * gcc.dg/wtr-unary-plus-1.c: Likewise.
3941         * gcc.dg/wtr-union-init-1.c: Likewise.
3942         * gcc.dg/wtr-union-init-2.c: Likewise.
3943         * gcc.dg/wtr-union-init-3.c: Likewise.
3945         * gcc.dg/wtr-func-def-1.c: New test.
3947 2002-07-02 Devang Patel <dpatel@apple.com>
3949         * objc.dg/param-1.m: New test.
3951 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
3953         * gcc.dg/cpp/trad/directive.c: Add test.
3954         * gcc.dg/cpp/trad/macroargs.c: Add test.
3955         * gcc.dg/cpp/trad/recurse-3.c: Add tests.
3957 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
3959         * gcc.dg/cpp/cmdlne-M.c: New test.
3961 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
3963         * objc.dg/desig-init-1.m: New test.
3965 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3967         PR c++/6716
3968         * g++.dg/template/instantiate1.C: New test.
3970 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
3972         PR c++/7112
3973         * g++.dg/template/sizeof2.C: New test.
3975 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
3977         * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
3978         gcc.dg/cpp/trad/include.c: New tests.
3980 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
3982         PR target/7177
3983         * gcc.c-torture/compile/20020701-1.c: New test.
3985 2002-07-01  Stan Shebs  <shebs@apple.com>
3987         * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
3988         header here...
3989         * lib/objc-torture.exp (objc-torture-compile): ...instead of here
3990         (objc-torture-execute): or here.
3992 2002-07-01  J"orn Rennecke <joern.rennecke@superh.com>
3994         * gcc.c-torture/execute/arith-rand-ll.c: New test.
3996 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
3998         * gcc.dg/cpp/trad/escaped-nl.c: New test.
4000 2002-06-30  Devang Patel  <dpatel@apple.com>
4002         * objc.dg/fsyntax-only.m: New test.
4004 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
4006         PR c++/6695
4007         * g++.dg/template/friend7.C: New file.
4009 2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
4011         * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
4012         return type.
4014 2002-06-27  J"orn Rennecke <joern.rennecke@superh.com>
4016         * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
4017         avoid division by zero.
4019 2002-06-27  Neil Booth  <neil@daikokuya.co.uk>
4021         * gcc.dg/Wunknownprag.c: New tests.
4023 2002-06-25  J"orn Rennecke <joern.rennecke@superh.com>
4025         * gcc.c-torture/execute/simd-2.c: New test.
4027 2002-06-25  Neil Booth  <neil@daikokuya.co.uk>
4029         * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
4030         gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
4031         gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
4032         gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
4033         gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
4034         gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
4035         gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
4036         gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
4037         gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
4038         gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
4039         gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
4040         gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
4041         gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
4042         gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
4043         gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
4044         gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
4045         gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
4047 2002-06-24  Neil Booth  <neil@daikokuya.co.uk>
4049         * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
4050         gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
4051         gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
4052         gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
4053         New tests.
4054         * gcc.dg/cpp/trad/directive.c: Update.
4056 2002-06-23  Andreas Jaeger  <aj@suse.de>
4058         * gcc.c-torture/execute/complex-6.c: New.
4060 2002-06-22  Neil Booth  <neil@daikokuya.co.uk>
4062         * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
4063         gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
4064         gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
4065         gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
4067 2002-06-21  Neil Booth  <neil@daikokuya.co.uk>
4069         * gcc.dg/cpp/trad: New directory with traditional tests copied
4070         from parent directory.
4071         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
4072         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
4073         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
4074         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
4075         Move to trad/ and rename.
4076         * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
4077         gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
4078         gcc.dg/cpp/trad/redef2.c: New tests.
4079         * gcc.dg/cpp/trad/trad.exp: New driver.
4081 2002-06-20  Neil Booth  <neil@daikokuya.co.uk>
4083         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
4084         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
4085         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
4086         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
4087         Remove.
4089 2002-06-20  Richard Sandiford  <rsandifo@redhat.com>
4091         * gcc.dg/20020620-1.c: New test.
4093 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4095         * g++.dg/template/ttp4.C: New test.
4097 2002-06-19  Jakub Jelinek  <jakub@redhat.com>
4099         * g++.dg/opt/vt1.C: Fix regexp.
4101 2002-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4103         * gcc.c-torture/execute/pure-1.c: Make functions static again.
4104         Don't use attribute `noinline'.
4106 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
4108         * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
4110 2002-06-18  Aldy Hernandez  <aldyh@redhat.com>
4112         * gcc.c-torture/execute/simd-1.c: New.
4114         * gcc.dg/simd-1.c: New.
4116 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
4118         * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
4120 2002-06-16  Richard Henderson  <rth@redhat.com>
4122         * g++.dg/ext/anon-struct1.C: New.
4123         * g++.dg/ext/anon-struct2.C: New.
4124         * g++.dg/ext/anon-struct3.C: New.
4125         * gcc.dg/anon-struct-1.c: New.
4126         * gcc.dg/anon-struct-2.c: New.
4127         * gcc.dg/anon-struct-3.c: New.
4128         * gcc.dg/20011008-1.c: Adjust warning text.
4129         * gcc.dg/20020527-1.c: Add -fms-extensions.
4131 2002-06-16  Richard Henderson  <rth@redhat.com>
4133         * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
4135 2002-06-15  Hans-Peter Nilsson  <hp@axis.com>
4137         * gcc.c-torture/execute/20020615-1.c: New test.
4139 2002-06-15  Roger Sayle  <roger@eyesopen.com>
4141         * gcc.c-tortuture/execute/compare-1.c: New test case.
4142         * gcc.c-tortuture/execute/compare-2.c: New test case.
4143         * gcc.c-tortuture/execute/compare-3.c: New test case.
4145 2002-06-13  Richard Henderson  <rth@redhat.com>
4147         * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New.  Define for
4148         ia64 ilp32.
4150 2002-06-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4152         * g++.dg/template/typename2.C: Update error message.
4154 2002-06-12  Hans-Peter Nilsson  <hp@axis.com>
4156         * gcc.c-torture/execute/20020611-1.c: New test.
4158 2002-06-11  Bob Wilson  <bob.wilson@acm.org>
4160         * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
4161         list of targets to skip.
4163 2002-06-10  Bob Wilson  <bob.wilson@acm.org>
4165         * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
4166         targets if not optimizing.
4168 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
4170         * gcc.c-torture/compile/20020605-1.c: New test.
4172         * g++.dg/opt/vt1.C: New test.
4174         * gcc.dg/20020531-1.c: New test.
4176         * gcc.dg/20020530-1.c: New test.
4178         * gcc.dg/20020527-1.c: New test.
4180         * g++.dg/opt/cse1.C: New test.
4182 2002-06-07  Roger Sayle  <roger@eyesopen.com>
4184         * gcc.dg/20020607-2.c: New test case.
4186 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
4188         * gcc.c-torture/compile/20020604-1.c: New test.
4190 2002-06-04  Richard Henderson  <rth@redhat.com>
4192         * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
4193         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
4194         * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
4196 2002-06-04  Aldy Hernandez  <aldyh@redhat.com>
4198         * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
4200 2002-06-03  Richard Henderson  <rth@redhat.com>
4202         * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
4203         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
4205 2002-06-02  Richard Henderson  <rth@redhat.com>
4207         * gcc.c-torture/execute/pure-1.c: Don't mark any of the
4208         test functions static.
4210 2002-06-02  Andreas Jaeger  <aj@suse.de>
4212         * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
4213         now.
4215 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
4217         * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
4218         gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
4219         Update for mofified diagnostics.
4220         * gcc.dg/c99-intconst-1.c: No longer fail.
4222 2002-06-02  Richard Henderson  <rth@redhat.com>
4224         * gcc.dg/uninit-A.c: Remove xfail markers.
4226 2002-06-01  Roger Sayle  <roger@eyesopen.com>
4228         * gcc.dg/fnegate-1.c: New test case.
4230 2002-05-30  Osku Salerma  <osku@iki.fi>
4232         * gcc.c-torture/execute/mayalias-1.c: New file.
4234 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
4236         * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
4237         gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
4238         gcc.dg/cpp/if-1.c: Update for modified diagnostics.
4240 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
4242         * gcc.c-torture/execute/20020529-1.c: New test.
4244 2002-05-27  Richard Henderson  <rth@redhat.com>
4246         * g++.dg/ext/attrib6.C: New test case.
4248 2002-05-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4250         * gcc.c-torture/execute/pure-1.c: New test.
4252 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
4254         * gcc.dg/cpp/arith-2.c: Remove.
4256 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
4258         * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
4259         * gcc.dg/cpp/if-3.c: Remove.
4261 2002-05-26  Jakub Jelinek  <jakub@redhat.com>
4263         * g++.dg/opt/cse2.C: New test.
4265 2002-05-26  Neil Booth  <neil@daikokuya.demon.co.uk>
4267         * gcc.dg/cpp/arith-1.c: New semantic tests.
4268         * gcc.dg/cpp/if-1.c: Update.
4270 2002-05-24  Ben Elliston  <bje@redhat.com>
4272         * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
4274 2002-05-24  Jakub Jelinek  <jakub@redhat.com>
4276         * gcc.dg/verbose-asm.c: New test.
4278 2002-05-24  Neil Booth  <neil@daikokuya.demon.co.uk>
4280         * gcc.dg/cpp/paste12.c: New test.
4282 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
4284         * g++.dg/parse/named_ops.C: New test.
4286 2002-05-23  Mark Mitchell  <mark@codesourcery.com>
4288         * gcc/testsuite/gcc.dg/weak-8.c: New test.
4290 2002-05-23  J"orn Rennecke <joern.rennecke@superh.com>
4292         * gcc.dg/weak-2.c: Allow optional leading underscore
4293         in scan-assembler symbol name.
4294         * gcc.dg/weak-3.c: Likewise.
4295         * gcc.dg/weak-4.c: Likewise.
4296         * gcc.dg/weak-5.c: Likewise.
4298 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
4300         * gcc.dg/20020523-1.c: New test.
4302 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
4304         * objc.dg/const-str-2.m: Update now that we stop after
4305         a command line error.
4307 2002-05-22  Richard Henderson  <rth@redhat.com>
4309         * g++.dg/dg.exp: Fix typo in test pruneing.
4311 2002-05-22  Richard Henderson  <rth@redhat.com>
4313         * g++.dg/dg.exp: Prune the tls subdirectory.
4314         * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
4315         * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
4316         * g++.dg/tls/init-1.C: New.
4318 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
4320         * gcc.dg/20020517-1.c: New test.
4322 2002-05-21  Richard Henderson  <rth@redhat.com>
4324         * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
4325         gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
4327 2002-05-21  Brian R. Gaeke  <brg@dgate.ORG>
4329         * g++.dg/other/copy2.C: New test.
4331 2002-05-20  J"orn Rennecke <joern.rennecke@superh.com>
4333         * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
4334         (MAX_COPY): Bump up to 10 times sizeof (long long).
4335         (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
4337         * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
4338         sizeof (long long).
4340         * gcc.c-torture/execute/strcpy-1.c: New test.
4342 2002-05-19  Jason Merrill  <jason2redhat.com>
4344         * g++.dg/ext/oper1.C: New test.
4346 2002-05-20  David Billinghurst <David.Billinghurst@riotinto.com>
4347 2002-05-19  Mark Mitchell  <mitchell@doubledemon.codesourcery.com>
4349         * README.QMTEST: New file.
4351         * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
4353 2002-05-19  Andreas Jaeger  <aj@suse.de>
4355         * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
4356         now.
4357         * gcc.c-torture/execute/loop-2d.x: Likewise.
4359 2002-05-19  David Billinghurst <David.Billinghurst@riotinto.com>
4361         * gcc.dg/weak-2.c:  xfail warnings for platforms that don't
4362         support weak symbols.
4363         * gcc.dg/weak-4.c: Likewise
4364         * gcc.dg/weak-6.c: Likewise
4366 2002-05-16  David.Billinghurst <David.Billinghurst@riotinto.com>
4368         * gcc.dg/weak-3.c: Add dg-excess-error comment for
4369         cygwin, coff and h8300-*-hms targets
4370         * gcc.dg/weak-5.c: Likewise
4371         * gcc.dg/weak-7.c: Likewise
4373 2002-05-16  Jason Merrill  <jason@redhat.com>
4375         * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
4376         (scan-assembler-not, scan-assembler-dem): Likewise.
4377         (scan-assembler-dem-not): Likewise.
4379 2002-05-15  Richard Henderson  <rth@redhat.com>
4381         * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
4383 2002-05-15  Richard Henderson  <rth@redhat.com>
4385         * gcc.dg/weak-5.c (vfoo1c): No warning here.
4386         (vfoo1f): Warning here.
4387         (vfoo1l): Don't redefine the alias.
4389 2002-05-14  Jason Merrill  <jason@redhat.com>, Alexandre Oliva  <aoliva@redhat.com>
4391         * g++.dg/init/pm1.C: New test.
4393 2002-05-12  David S. Miller  <davem@redhat.com>
4395         * gcc.c-torture/execute/conversion.c (ldnear): Use long double
4396         types.
4398 2002-05-10  Roger Sayle  <roger@eyesopen.com>
4400         * gcc.c-torture/execute/20020510-1.c: New test case.
4402 2002-05-10  David S. Miller  <davem@redhat.com>
4404         * gcc.c-torture/execute/conversion.c: Test long double too.
4406 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
4408         * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
4409         libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
4410         * lib/g++.exp (g++_link_flags): Likewise.
4411         * lib/objc.exp (objc_target_compile): Likewise.
4413 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
4415         * gcc.dg/cpp/poison.c: Update.
4416         * gcc.dg/cpp/20000625-2.c: Remove.
4417         * gcc.dg/cpp/direct2s.c: Remove final test.
4419 2002-05-08  Tom Rix  <trix@redhat.com>
4421         * gcc.c-torture/execute/20020508-1.c: New test.
4422         * gcc.c-torture/execute/20020508-2.c: New test.
4423         * gcc.c-torture/execute/20020508-3.c: New test.
4425 2002-05-08  Neil Booth  <neil@daikokuya.demon.co.uk>
4427         * gcc.dg/cpp/charconst-4.c: More tests.
4429 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
4431         PR c/6569
4432         * gcc.dg/weak-3.c: Update location of warning messages.
4433         * gcc.dg/weak-5.c: Likewise.
4435 2002-05-06  Roger Sayle  <roger@eyesopen.com>
4437         * gcc.c-torture/execute/20020506-1.c: New test case.
4439 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
4441         * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
4443 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
4445         * gcc.dg/cpp/charconst-3.c: Run, don't compile.
4447 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
4449         * gcc.dg/cpp/charconst-3.c: New test.
4451 2002-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
4453         * gcc.dg/cpp/charconst.c: Update tests.
4455 2002-05-05  Tim Josling  <tej@melbpc.org.au>
4457         * treelang: Added directory for new sample language treelang. Also
4458         lib/treelang.exp: New file to signal treelang should be tested.
4460 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
4462         * gcc.dg/cpp/cmdlne-dM-M.c: New test.
4463         * gcc.dg/cpp/cmdlne-dD-M.c: New test.
4464         * gcc.dg/cpp/cmdlne-dN-M.c: New test.
4465         * gcc.dg/cpp/cmdlne-dI-M.c: New test.
4466         * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
4467         * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
4468         * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
4470 2002-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
4472         * gcc.dg/format/xopen-2.c: New test.
4474 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
4476         * gcc.dg/20020503-1.c: New test.
4478 2002-05-02  Mark Mitchell  <mark@codesourcery.com>
4480         * g++.dg/init/dtor1.C: Make it tougher.
4482 2002-05-01  Mark Mitchell  <mark@codesourcery.com>
4484         * g++.dg/init/dtor1.C: New test.
4486 2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
4488         * gcc.dg/altivec-8.c: New.
4490 2002-05-01  Aldy Hernandez  <aldyh@redhat.com>
4492         * gcc.dg/altivec-7.c: New.
4494 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
4496         * g++.dg/parse/typedef1.C: New test.
4498 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
4500         PR c++/6486
4501         * g++.dg/template/friend6.C: New test.
4503         PR c++/6492
4504         * g++.dg/init/copy1.C: New test.
4506 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
4508         * g++.dg/warn/effc1.C: New test.
4510 2002-04-29  Neil Booth  <neil@daikokuya.demon.co.uk>
4512         * gcc.dg/cpp/if-cexp.c: Add a test.
4514 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
4516         * gcc.dg/20020426-2.c: New test.
4518 2002-04-28  Neil Booth  <neil@daikokuya.demon.co.uk>
4520         * gcc.dg/cpp/if-mop.c: Update.
4521         * gcc.dg/cpp/if-mpar.c: Add test.
4522         * gcc.dg/cpp/if-oppr.c: Update.
4524 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4526         PR c/6343
4527         * gcc.dg/weak-[2-7].c: New tests.
4529 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
4531         * gcc.dg/enum1.c: New test.
4533 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
4535         PR c++/6497
4536         * g++.dg/inherit/access2.C: New test.
4538 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
4540         PR bootstrap/6445
4541         * gcc.dg/20020426-1.c: New test.
4543 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
4545         * g++.dg/abi/enum1.C: New test.
4547 2002-04-26  Richard Henderson  <rth@redhat.com>
4549         * gcc.dg/c99-bool-1.c: Expect always true warning.
4551 2002-04-25  Roger Sayle  <roger@eyesopen.com>
4553         * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
4555 2002-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4557         * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
4558         targets.
4560 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
4562         * g++.dg/abi/mange7.C: New test.
4564         PR c++/6438.
4565         * g++.dg/parse/stmtexpr2.C: New test.
4567 2002-04-24  J"orn Rennecke <joern.rennecke@superh.com>
4569         * gcc.dg/20020312-2.c: Add SH target.
4571 2002-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4573         * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
4574         compiler output on mips*-*-irix*.
4576 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
4578         * g++.dg/parse/attr1.C: New test.
4580 2002-04-23  Roger Sayle  <roger@eyesopen.com>
4582         * gcc.c-torture/execute/string-opt-17.c: New test case.
4583         * gcc.c-torture/execute/memset-2.c: New test case.
4585 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
4587         PR c++/6256:
4588         * g++.dg/template/friend5.C: New test.
4590         PR c++/6331:
4591         * g++.dg/template/qual1.C: Likewise.
4593 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
4595         * gcc.c-torture/execute/980707-1.c: Don't use isspace().
4596         Include stdlib.h, not stdio.h or ctype.h.
4598 2002-04-22  Hans-Peter Nilsson  <hp@axis.com>
4600         * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
4601         cris-*-elf* and mmix-*-*.
4602         * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
4603         * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
4604         g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
4605         Ditto.
4606         * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
4607         * gcc.dg/wchar_t-1.c: Ditto.
4609 2002-04-21  Hans-Peter Nilsson  <hp@axis.com>
4611         * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
4612         Clarify comment.
4614 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
4616         * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
4618 2002-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4620         * gcc.c-torture/execute/20000906-1.x: Delete.
4622 2002-04-20  David.Billinghurst <David.Billinghurst@riotinto.com>
4624         * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
4626 2002-04-19  Toon Moene  <toon@moene.indiv.nluug.nl>
4628         * PR6367
4629         * g77.f-torture/execute/6367.f: New test.
4630         * g77.f-torture/execute/6367.x: Disable for MMIX.
4632 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
4634         * PR6352
4635         * g++.dg/opt/inline2.C: New test.
4637 2002-04-18  Richard Henderson  <rth@redhat.com>
4639         * gcc.dg/20000906-1.c: Enable for all targets.
4640         * gcc.c-torture/compile/iftrap-2.c: New.
4642 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
4644         * gcc.dg/20020418-1.c: New test.
4645         * gcc.dg/20020418-2.c: New test.
4647 2002-04-18  Richard Henderson  <rth@redhat.com>
4649         * gcc.c-torture/compile/iftrap-1.c: New.
4650         * gcc.dg/iftrap-1.c: Adjust for ia64.
4651         * gcc.dg/iftrap-2.c: New.
4653 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
4655         * gcc.c-torture/compile/20020418-1.c: New test.
4657 2002-04-18  Roger Sayle  <roger@eyesopen.com>
4659         * gcc.c-torture/compile/20020415-1.c: New.
4661 2002-04-18  David S. Miller  <davem@redhat.com>
4663         * gcc.c-torture/execute/20020418-1.c: New test.
4665 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
4667         * gcc.dg/20020416-1.c: New test.
4669         * g++.dg/opt/inline1.C: New test.
4671 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
4673         * gcc.dg/altivec-5.c: New test.
4675         * gcc.dg/20020415-1.c: New test.
4677 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
4679         * testsuite/lib/chill.exp: Remove.
4681 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
4683         * g++.dg/other/big-struct.C: New test.
4685 2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>
4687         * g77.dg/f77-edit-i-in.f: Use internal buffer in place
4688         of scratch file.
4690 2002-04-13  David Billinghurst <David.Billinghurst@riotinto.com>
4692         PR c/6277
4693         * gcc.dg/i386-387-1.c:  Allow optional leading underscore
4694         in scan-assembler function name
4696 2002-04-13  Hans-Peter Nilsson  <hp@bitrange.com>
4698         * g77.f-torture/execute/980628-4.x,
4699         g77.f-torture/execute/980628-5.x,
4700         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
4701         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
4702         g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
4703         i[34567]86-*-*.
4705 2002-04-13  David S. Miller  <davem@redhat.com>
4707         * gcc.c-torture/execute/20020413-1.c: New test.
4709 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
4711         * gcc.dg/asm-6.c,
4712         * g++.dg/ext/asm1.C: New tests.
4714 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
4716         PR c++ 5373.
4717         * g++.dg/parse/stmtexpr1.C: New test.
4719         PR c++/5189.
4720         * g++.dg/template/copy1.C: New test.
4722 2002-04-12  Richard Henderson  <rth@redhat.com>
4724         * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
4726 2002-04-12  Geoffrey Keating  <geoffk@redhat.com>
4728         * gcc.c-torture/execute/20020412-1.c: New file, renamed from
4729         gcc.c-torture/execute/20020307-2.c.
4731 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
4733         * g++.dg/ext/attrib5.C,
4734         * g++.dg/lookup/struct1.C: New tests.
4736 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
4738         * gcc.dg/20020411-1.c: New test.
4740         * gcc.c-torture/execute/20020411-1.c: New test.
4742 2002-04-10  Janis Johnson  <janis187@us.ibm.com>
4744         * g77.f-torture/execute/6177.f: New test.
4746 2002-04-10  Jakub Jelinek  <jakub@redhat.com>
4748         PR middle-end/6247
4749         * g++.dg/opt/cleanup1.C: New test.
4751         * g++.dg/opt/const1.C: New test.
4753 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
4755         * gcc.c-torture/execute/20020406-1.c: Declare malloc.
4757 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
4759         PR c++/5507
4760         * g++.dg/template/typename2.C: New test.
4762 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
4764         * gcc.c-torture/execute/loop-12.c: New.
4766 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
4768         * g77.f-torture/execute/980628-4.x,
4769         g77.f-torture/execute/980628-5.x,
4770         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
4771         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
4772         g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
4774 2002-04-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4776         PR optimization/6086
4777         * g++.dg/opt/preinc1.C: New test.
4779 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
4781         PR c++/5571
4782         * g++.dg/opt/static2.C: New test.
4784 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
4786         PR c/5120
4787         * gcc.dg/20020406-1.c: New test.
4789 2002-04-04  David S. Miller  <davem@redhat.com>
4791         * gcc.c-torture/execute/20020404-1.c: New test.
4793 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
4795         PR c/6123
4796         * gcc.dg/20020312-2.c: Do not declare global register variable
4797         if __PIC__ or __pic__ is defined.
4799 2002-04-04  Richard Earnshaw  <rearnsha@arm.com>
4801         * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC.  Use
4802         __asm__ so that it works correctly even if -ansi -pedantic-errors.
4804 2002-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4806         * gcc.misc-tests/linkage.exp: Update last change to handle
4807         sparc*-, not just sparc-.
4809 2002-04-03  Richard Henderson  <rth@redhat.com>
4811         * gcc.dg/cpp/ucs.c: Improved long UCS test.
4813 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
4815         * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
4817 2002-04-02  David S. Miller  <davem@redhat.com>
4819         * gcc.c-torture/execute/20020402-3.c: New test.
4821 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
4823         * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
4824         * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
4826         * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
4827         * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
4828         g77.f-torture/execute/20001201.x,
4829         g77.f-torture/execute/u77-test.x: New files.
4831         * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
4832         * gcc.dg/wchar_t-1.c: Ditto.
4834 2002-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4836         * gcc.c-torture/execute/20020402-1.c: New test.
4838 2002-04-01  Richard Henderson  <rth@redhat.com>
4840         * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
4842         * g++.dg/other/new1.C: Use __SIZE_TYPE__.
4844 2002-04-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4846         * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
4848 2002-04-01  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
4850         * g++.dg/inherit/template-as-base.C: Expect error.
4851         * g++.dg/inherit/namespace-as-base.C: Likewise.
4853 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
4855         * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
4856         g++.dg/ext/instantiate3.C: Tweak match patterns.
4858         * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
4859         * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
4860         -da test.
4862 2002-03-31  Richard Henderson  <rth@redhat.com>
4864         * gcc.dg/special/alias-2.c: New.
4865         * gcc.dg/special/ecos.exp: Run it.
4867 2002-03-31  Richard Henderson  <rth@redhat.com>
4869         * gcc.dg/va-arg-1.c: Expect warnings, not errors.
4871 2002-03-31  Kazu Hirata  <kazu@hxi.com>
4873         * gcc.dg/weak-1.c: Disable on h8300 port.
4875 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
4877         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
4878         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
4879         ordering tests.
4880         * g++.dg/bprob/bprob-1.C: New test.
4881         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
4882         * g++.dg/gcov/gcov-1.C: New test.
4883         * g++.dg/gcov/gcov-1.x: New file.
4884         * g++.dg/gcov/gcov-2.C: New test.
4885         * g++.dg/gcov/gcov-3.C: New test.
4886         * g++.dg/gcov/gcov-3.h: New file.
4888 2002-03-28  Roger Sayle  <roger@eyesopen.com>
4890         * g++.old-deja/g++.other/builtins5.C: New test.
4891         * g++.old-deja/g++.other/builtins6.C: New test.
4892         * g++.old-deja/g++.other/builtins7.C: New test.
4893         * g++.old-deja/g++.other/builtins8.C: New test.
4894         * g++.old-deja/g++.other/builtins9.C: New test.
4896 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
4898         * g++.dg/opt/static1.C: New test.
4900         * g++.dg/opt/longbranch1.C: New test.
4902 2002-03-28  Hans-Peter Nilsson  <hp@bitrange.com>
4904         * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
4906         * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
4908 2002-03-28  Jeffrey A Law  (law@redhat.com)
4910         * gcc.c-torture/execute/20020328-1.c: New test.
4912 2002-03-27  Richard Henderson  <rth@redhat.com>
4914         * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
4915         * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
4916         move from g++.old-deja/g++.ext/.
4918 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
4920         * g++.dg/init/new2.C: New test.
4922 2002-03-26  Richard Henderson  <rth@redhat.com>
4924         * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
4926         * gcc.dg/20020312-2.c: Don't test epilogue vs global register
4927         on sparc.
4929         * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc.  Only run on
4930         sparcv9 systems.
4931         * gcc.dg/20001102-1.c: Likewise.
4933 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
4935         * gcc.dg/cpp/endif-pedantic1.c,
4936         gcc.dg/cpp/endif-pedantic2.c:  New tests.
4938 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
4940         * g++.dg/init/new1.C: New test.
4942 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
4944         * g++.dg/abi/vbase9.C: New test.
4946 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
4948         * gcc.dg/arm-asm.c: New test.
4950 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
4952         * gcc.dg/Wswitch-enum.c: New test.
4953         Fix PR c/5044.
4955 2002-03-26  Richard Henderson  <rth@redhat.com>
4957         * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
4958         structure.
4960 2002-03-25  Richard Henderson  <rth@redhat.com>
4962         * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc.  Only run on
4963         sparcv9 systems.
4965         * gcc.c-torture/compile/20011119-1.c (xxx): New.
4966         * gcc.c-torture/compile/20011119-2.c (xxx): New.
4968 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
4970         * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
4972 2002-03-25  Bob Wilson  <bob.wilson@acm.org>
4974         * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
4975         targets using generic thunk support.
4977 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
4979         * gcc.c-torture/compile/20020323-1.c: New test.
4981         * g++.dg/opt/conj2.C: New test.
4983 2002-03-24  Richard Henderson  <rth@redhat.com>
4985         * gcc.dg/weak-1.c: Use -fno-common.
4987 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
4989         * g77.dg/f77-edit-apostrophe-out.f: New test
4990         * g77.dg/f77-edit-h-out.f: New test
4991         * g77.dg/f77-edit-t-in.f: New test
4992         * g77.dg/f77-edit-t-out.f: New test
4993         * g77.dg/f77-edit-x-out.f: New test
4994         * g77.dg/f77-edit-slash-out.f: New test
4995         * g77.dg/f77-edit-colon-out.f: New test
4996         * g77.dg/f77-edit-s-out.f: New test
4998 2002-03-24  Richard Henderson  <rth@redhat.com>
5000         * objc/execute/formal_protocol-6.x: New XFAIL.
5002 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
5004         * gcc.dg/weak-1.c:  Early return from dg-final on platforms
5005         that do not support weak symbols
5007 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
5009         * lib/g++.exp:  Fix handling of LD_LIBRARY_PATH et al
5010         * lib/g77.exp:  Likewise
5011         * lib/objc.exp: Likewise
5013 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
5015         * gcc.dg/Wswitch-default.c: New test.
5017 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
5019         * g++.dg/other/enum1.C: New test.
5021 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
5023         * gcc.dg/pragma-ep-3.c: Fix typo.
5025 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
5027         * g++.dg/inherit/template-as-base.C: New test.
5029 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
5031         * g++.old-deja/g++.other/dwarf2-1.C: Move...
5032         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
5034 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
5036         * gcc.dg/cpp/multiline.c: Update to match.
5038 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
5040         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
5042 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
5044         * gcc.dg/cpp/extratokens2.c:  New file.
5046 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
5048         * gcc.dg/20020312-2.c: Add rs6000 target.
5050         * gcc.c-torture/compile/20020319-1.c: New test.
5052 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5054         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
5055         (A, E): Handle this.
5057 2002-03-20  Jason Merrill  <jason@redhat.com>
5059         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
5060         ignoring -fpic.
5061         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
5062         through prune_gcc_output.
5064 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
5066         * gcc.c-torture/compile/20020320-1.c: New test.
5068 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
5070         * gcc.c-torture/compile/20020318-1.c: New test.
5072         * gcc.dg/struct-by-value-1.c: New test.
5074         * gcc.dg/20020319-1.c: New test.
5076 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
5078         * g++.dg/opt/conj1.C: New test.
5080 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
5082         * g++.dg/template/qualttp20.C: Revert previous change.
5083         * g++.dg/template/qualttp3.C: Likewise.
5084         * g++.dg/template/qualttp4.C: Likewise
5085         * g++.dg/template/qualttp5.C: Likewise
5086         * g++.dg/template/qualttp6.C: Likewise
5087         * g++.dg/template/qualttp7.C: Likewise
5088         * g++.dg/template/qualttp8.C: Likewise
5089         * g++.dg/template/recurse.C: Likewise.
5091 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
5093         * gcc.dg/cpp/wchar-1.c: Update.
5095 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
5097         * g++.dg/template/conv1.C: New test.
5098         * g++.dg/template/conv2.C: New test.
5099         * g++.dg/template/conv3.C: New test.
5100         * g++.dg/template/conv4.C: New test.
5102 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
5104         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
5105         * g++.dg/template/qualttp3.C: Likewise.
5106         * g++.dg/template/qualttp4.C: Likewise
5107         * g++.dg/template/qualttp5.C: Likewise
5108         * g++.dg/template/qualttp6.C: Likewise
5109         * g++.dg/template/qualttp7.C: Likewise
5110         * g++.dg/template/qualttp8.C: Likewise
5111         * g++.dg/template/recurse.C: Likewise.
5113 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
5115         * g++.dg/opt/dtor1.C: New test.
5117 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
5119         * gcc.c-torture/compile/20020315-1.c: New test.
5121 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
5123         * gcc.dg/weak-1.c: Fix scan tests.
5125 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
5127         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
5128         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
5129         cris-*-aout* mmix-*-*.
5130         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
5131         cris-*-aout* mmix-*-*.
5132         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
5133         cris-*-elf* cris-*-aout* and mmix-*-*.
5134         * gcc.dg/20001009-1.c: Ditto.
5135         * gcc.dg/20010912-1.c: Ditto.
5136         * gcc.dg/20020122-4.c: Ditto.
5137         * gcc.dg/inline-2.c: Ditto.
5139 2002-03-14  Jeffrey A Law  (law@cygnus.com)
5141         * gcc.c-torture/compile/20020314-1.c: New test.
5143 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
5145         * gcc.c-torture/execute/20020314-1.c: New test.
5147 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
5149         * g++.dg/warn/Wunused-1.C: New test.
5151 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
5153         * g++.dg/abi/mangle6.C: New test.
5155 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
5157         * gcc.c-torture/compile/20020309-2.c: New test.
5159         * gcc.c-torture/compile/20020312-1.c: New test.
5161 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
5163         * g++.dg/other/access1.C: New test.
5165 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
5167         * gcc.c-torture/execute/wchar_t-1.c: New test.
5169 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
5171         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
5173 2002-03-12  Roger Sayle  <roger@eyesopen.com>
5175         * gcc.dg/20020312-1.c: New test case.
5177 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
5179         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
5181 2002-03-11  Richard Henderson  <rth@redhat.com>
5183         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
5184         * g++.old-deja/g++.jason/report.C: Likewise.
5186 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
5188         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
5189         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
5191 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
5193         * testsuite/g++.dg/overload/pmf1.C: New test.
5195 2002-03-11  Kazu Hirata  <kazu@hxi.com>
5197         * gcc.c-torture/execute/20020307-1.c: Use long.
5199 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
5201         PR optimization/5844
5202         * gcc.dg/20020310-1.c: New test.
5204 2002-03-09  Michael Meissner  <meissner@redhat.com>
5206         * gcc.c-torture/execute/memcpy-2.c: New test.
5207         * gcc.c-torture/execute/memset-1.c: New test.
5208         * gcc.c-torture/execute/strlen-1.c: New test.
5209         * gcc.c-torture/execute/strcmp-1.c: New test.
5210         * gcc.c-torture/execute/strncmp-1.c: New test.
5212 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
5214         * gcc.dg/ppc-ldstruct.c: New test.
5216 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
5218         * gcc.c-torture/execute/va-arg-22.c: New test.
5220 2002-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5222         * gcc.c-torture/compile/20020309-1.c: New test.
5224 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
5226         * gcc.c-torture/execute/20020307-2.c: New test.
5228 2002-03-07  Jeffrey A Law  (law@redhat.com)
5230         * g77.f-torture/compile/20020307-1.f: New test.
5232 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
5234         * gcc.dg/unordered-1.c: New test.
5236 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
5238         * gcc.c-torture/execute/20020307-1.c: New test.
5240 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
5242         * gcc.dg/20020304-1.c: New test.
5244         * gcc.c-torture/compile/20020304-2.c: New test.
5246 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
5248         * gcc.c-torture/compile/20020304-1.c: New test case
5249         (from PR c/5830).
5251 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
5253         * gcc.dg/20020103-1.c: Add other -D ppc variants.
5255 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
5257         * g++.dg/other/classkey1.C: New test.
5259 2002-03-01  Richard Henderson  <rth@redhat.com>
5261         * gcc.c-torture/compile/981223-1.x: New.
5262         * gcc.c-torture/compile/920625-1.x: New.
5264 2002-02-28  Richard Henderson  <rth@redhat.com>
5266         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
5268 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
5270         * gcc.c-torture/execute/20020227-1.c: New test.
5272 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
5274         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
5275         here" ERROR lines.
5276         * g++.old-deja/g++.oliva/partord1.C: Likewise.
5277         * g++.old-deja.g++.other/defarg1.C: Likewise.
5278         * g++.old-deja/g++.pt/calls2.C: Likewise.
5279         * g++.old-deja/g++.pt/crash20.C: Likewise.
5280         * g++.old-deja/g++.pt/crash30.C: Likewise.
5281         * g++.old-deja/g++.pt/crash36.C: Likewise.
5282         * g++.old-deja/g++.pt/crash6.C: Likewise.
5283         * g++.old-deja/g++.pt/defarg13.C: Likewise.
5284         * g++.old-deja/g++.pt/derived3.C: Likewise.
5285         * g++.old-deja/g++.pt/error1.C: Likewise.
5286         * g++.old-deja/g++.pt/friend21.C: Likewise.
5287         * g++.old-deja/g++.pt/friend23.C: Likewise.
5288         * g++.old-deja/g++.pt/infinite1.C: Likewise.
5289         * g++.old-deja/g++.robertl/eb128.C: Likewise.
5291 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
5293         * gcc.c-torture/execute/20020225-2.c: New test.
5295 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
5297         * gcc.c-torture/execute/920730-1t.c,
5298         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
5299         Delete test cases, only relevant to -traditional.
5301 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
5303         * gcc.dg/cpp/undef1.c: Remove.
5304         * gcc.dg/cpp/directiv.c: Update.
5305         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
5307 2002-02-27  Michael Meissner  <meissner@redhat.com>
5309         * gcc.c-torture/execute/20020226-1.c: New test.
5311 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
5313         * g++.dg/debug/debug4.C: New test.
5315         * gcc.dg/ia64-visibility-1.c: New test.
5317 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
5319         * gcc.dg/debug/20020224-1.c: New.
5321 2002-02-25  Kazu Hirata  <kazu@hxi.com>
5323         * gcc.c-torture/execute/960416-1.x: New.
5324         * gcc.c-torture/execute/divconst-3.x: Likewise.
5326 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
5328         * gcc.dg/20020224-1.c: New test.
5330 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
5332         * gcc.c-torture/execute/20020225-1.c: New.
5334 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
5336         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
5338 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
5340         * gcc.dg/20020222-1.c: New test.
5342 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
5344         * g++.dg/opt/anonunion1.C: New test.
5346 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
5348         * g++.dg/template/qualttp19.C: New test.
5349         * g++.dg/template/qualttp20.C: New test.
5350         * g++.old-deja/g++.jason/report.C: Adjust expected errors
5351         * g++.old-deja/g++.other/qual1.C: Likewise.
5353 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
5355         * gcc.dg/attr-alwaysinline.c: New.
5357 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
5359         * gcc.dg/20020220-1.c: New test.
5361         * gcc.dg/20020220-2.c: New test.
5363         * g++.dg/opt/mmx1.C: New test.
5365 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
5367         * gcc.c-torture/compile/20020110.c: New test.
5369 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
5371         * gcc.c-torture/execute/20020219-1.c: New test.
5373         * gcc.dg/20020219-1.c: New test.
5375         * gcc.dg/noncompile/20020220-1.c: New test.
5377         * g++.dg/opt/ptrintsum1.C: New test.
5379         * gcc.dg/debug/20020220-1.c: New test.
5381 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
5383         * gcc.c-torture/execute/20020216-1.c: New test.
5385 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
5387         * gcc.dg/decl-1.c: Update, new test.
5389 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
5391         * g++.dg/abi/bitfield1.C: New test.
5392         * g++.dg/abi/bitfield2.C: New test.
5394 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
5396         * gcc.dg/attr-nest.c: New test.
5398 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
5400         * gcc.c-torture/execute/20020215-1.c: New test.
5402 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
5404         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
5405         * g++.dg/debug/debug.exp: New.
5406         * g++.dg/debug/trivial.C: New.
5407         * g++.dg/debug/debug1.C: Moved...
5408         * g++.dg/other/debug1.C: ...from here.
5409         * g++.dg/debug/debug2.C: Moved...
5410         * g++.dg/other/debug2.C: ...from here.
5411         * g++.dg/debug/debug3.C: Moved...
5412         * g++.dg/other/debug3.C: ...from here.
5414         * gcc.dg/noncompile/20020213-1.c: New test.
5416 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
5418         * g++.dg/other/debug3.C: New test.
5420         * gcc.c-torture/execute/20020213-1.c: New test.
5422 2002-02-13  Richard Smith <richard@ex-parrot.com>
5424         * g++.old-deja/g++.other/thunk1.C: New test.
5426 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
5428         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
5430 2002-02-13  Stan Shebs  <shebs@apple.com>
5432         * gcc.dg/altivec-3.c: New.
5434 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
5436         * gcc.dg/Wunreachable-1.c: New test.
5437         * gcc.dg/Wunreachable-2.c: New test.
5439 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
5441         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
5443 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
5445         * gcc.dg/decl-1.c: New test.
5447 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
5449         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
5451 2002-02-10  Kazu Hirata  <kazu@hxi.com>
5453         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
5454         * gcc.c-torture/compile/980506-1.x: Likewise.
5456 2002-02-10  Kazu Hirata  <kazu@hxi.com>
5458         * gcc.dg/20020210-1.c: New.
5460 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
5462         * g77.f-torture/execute/947.f: New regression test
5463         for PR fortran/947.
5465 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
5467         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
5468         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
5470 2002-02-08  Richard Henderson  <rth@redhat.com>
5472         * gcc.c-torture/compile/labels-3.c: New.
5474 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
5476         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
5477         expression statements work instead.
5478         * gcc.dg/noncompile/20020207-1.c: New test.
5480 2002-02-07  Richard Henderson  <rth@redhat.com>
5482         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
5484 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
5486         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
5487         message from g77
5488         * lib/g77-dg.exp: Trim g77 error messages so that they are
5489         recognized by dg.exp.
5491 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
5493         PR fortran/5473
5494         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
5496 2002-02-07  Richard Henderson  <rth@redhat.com>
5498         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
5499         to be sufficiently aligned for integers.
5501 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
5503         * g++.dg/template/friend4.C: New test.
5505 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
5507         PR fortran/5743
5508         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
5509         unsupported cases.
5511 2002-02-07  Richard Henderson  <rth@redhat.com>
5513         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
5514         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
5515         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
5516         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
5518 2002-02-06  Richard Henderson  <rth@redhat.com>
5520         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
5522 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
5524         * gcc.dg/20020206-1.c: New test.
5526 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
5528         * gcc.c-torture/execute/20020206-1.c: New test.
5530         * gcc.c-torture/execute/20020206-2.c: New test.
5532         PR optimization/5429:
5533         * gcc.c-torture/compile/20020206-1.c: New test.
5535 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
5537         * g++.dg/ext/align1.C: Do not use an explicit alignment value
5538         as certain file formats cannot support particularly large
5539         alignments.
5541         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
5542         and do not expect to be able to link the executable.
5544         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
5545         fail because the COFF format does not support the weak attribute.
5547 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
5549         * g77.dg/pr5473.f:  New test
5551 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
5553         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
5554         Fix testcase accordingly.
5556 2002-02-04  Richard Henderson  <rth@redhat.com>
5558         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
5559         (buf): Change to be an array of pointers, not ints.
5561 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
5563         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
5564         before all tests.  Move warning one line above to match where it
5565         C frontend emits.
5566         * gcc.dg/Wswitch-2.c: New test.
5567         * g++.dg/warn/Wswitch-1.C: New test.
5568         * g++.dg/warn/Wswitch-2.C: New test.
5570 2002-02-04  Richard Henderson  <rth@redhat.com>
5572         * g++.dg/abi/offsetof.C: Fix size comparison.
5574 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
5576         * gcc.dg/cast-qual-2.c: New test.
5578 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
5580         * gcc.dg/20020201-4.c: New test.
5582 2002-02-04  Ben Elliston  <bje@redhat.com>
5584         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
5585         target_info attribute != 0, in addition to the empty string.
5586         (gcc_target_compile): Likewise.
5588 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
5590         * gcc.dg/Wswitch.c: New test.
5591         PR gcc/4475. PR gcc/3780.
5593 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
5595         * g77.f-torture/execute/5122.f: New test for regressions
5596         against PR fortran/5122.
5598 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
5600         * g77.f-torture/compile/pr3743.f: Delete
5601         * g77.dg/pr3743-1.f: New test.
5602         * g77.dg/pr3743-2.f: New test.
5603         * g77.dg/pr3743-3.f: New test.
5604         * g77.dg/pr3743-4.f: New test.
5606 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
5608         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
5610 2002-02-02  Richard Henderson  <rth@redhat.com>
5612         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
5613         * gcc.c-torture/execute/bf64-1.c: Likewise.
5615 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
5617         * gcc.dg/20020201-2.c: New test.
5619         * gcc.dg/20020201-3.c: New test.
5621         * gcc.c-torture/execute/bitfld-2.c: New test.
5623 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
5625         * gcc.dg/bitfld-1.c: Update.
5626         * gcc.dg/bitfld-2.c: Update.
5627         * gcc.c-torture/execute/bitfld-1.x: New.
5629 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
5631         * gcc.c-torture/execute/20020201-1.c: New test.
5633 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
5635         PR target/5469
5636         * gcc.dg/20020201-1.c: New test.
5638 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
5640         PR fortran/3743
5641         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
5642         * g77.f-torture/compile/pr3743.x: Remove
5644 2002-01-31  Tom Rix  <trix@redhat.com>
5646         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
5648 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
5650         * gcc.dg/noncompile/20020130-1.c: New test.
5652 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
5654         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
5656 2002-01-29  Richard Henderson  <rth@redhat.com>
5658         * gcc.c-torture/execute/991118-1.c: Cast various constants back
5659         to long long.
5660         * gcc.c-torture/execute/bf64-1.c: Likewise.
5662 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
5664         * gcc.c-torture/execute/20020129-1.c: New test.
5666 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
5668         * gcc.c-torture/compile/20000224-1.c: Update.
5669         * gcc.c-torture/execute/bitfld-1.c: New tests.
5670         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
5671         * gcc.dg/uninit-A.c: Update.
5673 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
5675         * g++.dg/template/ctor1.C: Add instantiation.
5677 2002-01-28  Paul Koning  <pkoning@equallogic.com>
5679         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
5680         argument to __builtin_prefetch to be const ptr.
5682 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
5684         * gcc.c-torture/compile/20020120-1.c: New test.
5686 2002-01-27  Kazu Hirata  <kazu@hxi.com>
5688         * gcc.c-torture/execute/20020127-1.c: New test.
5690 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
5692         * g77.dg/f77-edit-i-in.f: New test
5693         * g77.dg/f77-edit-i-out.f: New test
5695 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
5697         * gcc.dg/debug/debug.exp: New file.
5698         * gcc.dg/debug/trivial.c: New file.
5699         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
5700         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
5701         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
5702         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
5703         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
5704         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
5705         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
5706         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
5707         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
5708         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
5709         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
5710         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
5711         * gcc.dg/20000503-1.c: Removed.
5712         * gcc.dg/20010207-1.c: Removed.
5713         * gcc.dg/20011223-1.c: Removed.
5714         * gcc.dg/20020104-2.c: Removed.
5715         * gcc.dg/debug-1.c: Removed.
5716         * gcc.dg/debug-2.c: Removed.
5717         * gcc.dg/debug-3.c: Removed.
5718         * gcc.dg/debug-4.c: Removed.
5719         * gcc.dg/debug-5.c: Removed.
5720         * gcc.dg/debug-6.c: Removed.
5721         * gcc.dg/dwarf2-1.c: Removed.
5722         * gcc.dg/dwarf2-2.c: Removed.
5724 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
5726         * g++.old-deja/g++.other/eh5.C: New test.
5727         * g++.old-deja/g++.other/sibcall2.C: New test.
5728         * g++.old-deja/g++.other/array9.C: New test.
5729         * g++.old-deja/g++.other/typename2.C: New test.
5730         * g++.old-deja/g++.other/crash60.C: New test.
5731         * g++.old-deja/g++.other/conv9.C: New test.
5732         * g++.old-deja/g++.other/mangle10.C: New test.
5733         * g++.old-deja/g++.other/unchanging1.C: New test.
5734         * g++.old-deja/g++.other/exprstmt1.C: New test.
5735         * g++.old-deja/g++.other/inline23.C: New test.
5736         * g++.old-deja/g++.eh/ia64-1.C: New test.
5737         * g++.old-deja/g++.other/dwarf2-1.C: New test.
5738         * g++.old-deja/g++.other/reload1.C: New test.
5739         * g++.old-deja/g++.other/static20.C: New test.
5740         * g++.old-deja/g++.other/local-alloc1.C: New test.
5741         * g++.old-deja/g++.other/conv8.C: New test.
5742         * g++.old-deja/g++.other/stmtexpr2.C: New test.
5743         * g++.old-deja/g++.other/storeexpr1.C: New test.
5744         * g++.old-deja/g++.other/storeexpr2.C: New test.
5745         * g++.dg/eh/template2.C: New test.
5746         * g++.dg/warn/weak1.C: New test.
5748 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
5750         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
5751         Remove first, non-varying, argument.
5753 2002-01-23  Richard Henderson  <rth@redhat.com>
5755         * gcc.dg/inline-2.c: New.
5757         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
5758         Add optional target arg.  Check number of arguments.
5759         (scan-assembler-not, scan-assembler-dem): Likewise.
5760         (scan-assembler-dem-not): Likewise.
5762 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
5764         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
5765         line 12.
5766         * g++.old-deja/g++.brendan/parse3.C,
5767         g++.old-deja/g++.other/crash26.C,
5768         g++.old-deja/g++.other/crash28.C,
5769         g++.old-deja/g++.other/crash29.C,
5770         g++.old-deja/g++.other/crash30.C,
5771         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
5773 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
5775         * gcc.dg/20020115-1.c: New.
5777 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
5779         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
5781 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
5783         * gcc.dg/20020122-3.c: New.
5785 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
5787         * g++.dg/other/gc1.C: New test.
5789 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
5791         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
5793 2002-01-22  Richard Henderson  <rth@redhat.com>
5795         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
5797 2002-01-22  Richard Henderson  <rth@redhat.com>
5799         * gcc.dg/20020122-4.c: New.
5801 2002-01-22  H.J. Lu <hjl@gnu.org>
5803         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
5804         link output.
5805         * gcc.dg/special/ecos.exp: Likewise.
5806         * lib/g++-dg.exp: Likewise.
5807         * lib/g77-dg.exp: Likewise.
5808         * lib/gcc-dg.exp : Likewise.
5809         * lib/mike-g++.exp: Likewise.
5810         * lib/mike-g77.exp: Likewise.
5811         * lib/mike-gcc.exp: Likewise.
5812         * lib/objc-dg.exp: Likewise.
5814 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
5816         PR target/5379
5817         * gcc.dg/20020122-2.c: New test.
5819 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
5821         * gcc.dg/20020122-1.c: New test.
5823 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
5825         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
5827 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
5829         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
5831 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5833         * gcc.c-torture/compile/20020121-1.c: New test.
5835 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5837         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
5838         ld_library_path.
5840 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
5842         * gcc.dg/20020218-1.c: New test.
5844 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
5846         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
5847         messages
5848         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
5849         "At global scope" warning
5850         * g++.dg/ext/align1.C: Change cygwin test for alignment
5851         from db-bogus to dg-warning
5853 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
5855         * g77.f-torture/compile/cpp2.F: New test.
5857 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
5859         * g++.dg/template/access1.C: New test.
5861 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
5863         * gcc.dg/20020118-1.c: New.
5865 2002-01-18  Kazu Hirata  <kazu@hxi.com>
5867         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
5869 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
5871         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
5872         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
5873         alignment warnings.
5875 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
5877         * gcc.misc-tests/i386-prefetch.exp: Save and restore
5878         torture_with_loops and torture_without_loops
5880 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
5882         * gcc.c-torture/compile/20020116-1.c: New test.
5884 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
5886         * gcc.dg/20020116-2.c: New test.
5888         * gcc.dg/ultrasp4.c: New test.
5890         * gcc.dg/20020116-1.c: New test.
5892 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
5894         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
5895         by EABI.
5897 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
5899         * gcc.misc-tests/i386-prefetch.exp: New.
5900         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
5901         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
5902         * gcc.misc-tests/i386-pf-none-1.c: New test.
5903         * gcc.misc-tests/i386-pf-sse-1.c: New test.
5905 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
5907         * gcc.dg/gnu89-init-1.c: Add new tests.
5909 2002-01-15  Andreas Jaeger  <aj@suse.de>
5911         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
5912         * gcc.dg/i386-mmx-2.c: Likewise.
5913         * gcc.dg/i386-sse-1.c: Likewise.
5914         * gcc.dg/i386-sse-2.c: Likewise.
5915         * gcc.dg/i386-sse-3.c: Likewise.
5917 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
5919         * g77.f-torture/execute/intrinsic-unix-bessel.f:
5920         Uncomment additional cases that now pass.
5922 2002-01-11  Richard Henderson  <rth@redhat.com>
5924         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
5925         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
5927 2002-01-11  Nicola Pero  <n.pero@mi.flashnet.it>
5929         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
5931 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
5933         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
5934         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
5936 2002-01-10  Dale Johannesen  <dalej@apple.com>
5938         * gcc.c-torture/execute/loop-11.c: New.
5940 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
5942         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
5943         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
5945 2002-01-09  Richard Henderson  <rth@redhat.com>
5947         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
5948         type in which to perform the operation for each size.
5950 2002-01-09  Alan Matsuoka  (alanm@redhat.com)
5952         * gcc.c-torture/compile/20020109-2.c: New test.
5954 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
5956         * gcc.c-torture/execute/loop-10.c: New test.
5958 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
5960         * gcc.c-torture/compile/20010226-1.c: New test.
5961         * gcc.c-torture/compile/20010227-1.c: New test.
5962         * gcc.c-torture/compile/20010426-1.c: New test.
5963         * gcc.c-torture/compile/20010510-1.c: New test.
5964         * gcc.c-torture/compile/20010605-3.c: New test.
5965         * gcc.c-torture/compile/20010824-1.c: New test.
5966         * gcc.c-torture/execute/20010409-1.c: New test.
5967         * gcc.dg/noncompile/20000901-1.c: New test.
5968         * gcc.dg/20001023-1.c: New test.
5969         * gcc.dg/20001101-1.c: New test.
5970         * gcc.dg/20001102-1.c: New test.
5971         * gcc.dg/20010207-1.c: New test.
5972         * gcc.dg/20010405-1.c: New test.
5973         * gcc.dg/20010822-1.c: New test.
5974         * gcc.dg/20011107-1.c: New test.
5976 2002-01-09  Jeffrey A Law  (law@redhat.com)
5978         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
5980         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
5981         execution failure on PA targets.
5983 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
5985         * gcc.c-torture/compile/20020109-1.c: New test.
5987 2002-01-08  Kazu Hirata  <kazu@hxi.com>
5989         * gcc.c-torture/execute/20020108-1.c: New test.
5991 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
5993         * gcc.dg/20020108-1.c: New test.
5995 2002-01-08  H.J. Lu <hjl@gnu.org>
5997         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
5998         for header files.
6000 2002-01-08  Geoff Keating  <geoffk@redhat.com>
6002         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
6003         consistency.
6005 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
6007         * gcc.dg/altivec-4.c: Test altivec predicates.
6009 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
6011         * gcc.c-torture/execute/20020107-1.c: New test.
6013 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
6015         PR c/5279
6016         * gcc.c-torture/compile/20020106-1.c: New test.
6018 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
6020         * gcc.c-torture/execute/nestfunc-4.c: New test.
6022 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
6024         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
6025         extra triple that slipped in.
6026         * g++.old-deja/g++.abi/align.C: Likewise.
6027         * g++.old-deja/g++.abi/bitfields.C: Likewise.
6029 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
6031         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
6032         * g++.old-deja/g++.abi/align.C: Likewise.
6033         * g++.old-deja/g++.abi/bitfields.C: Likewise.
6035         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
6036         on FreeBSD/i386.
6037         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
6038         FreeBSD.
6040 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
6042         * gcc.dg/20020104-1.c: New test.
6044         * gcc.dg/20020104-2.c: New test.
6046 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
6048         * gcc.dg/20020103-1.c: Fix typo in target selector.
6050 2002-01-03  Richard Henderson  <rth@redhat.com>
6052         * gcc.dg/20020103-1.c: New.
6054 2002-01-03  Kazu Hirata  <kazu@hxi.com>
6056         * gcc.c-torture/execute/20020103-1.c: New test.
6058 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
6060         * g++.dg/other/debug2.C: New test.
6062         * gcc.c-torture/compile/20020103-1.c: New test.
6064 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
6066         * gcc.dg/gnu89-init-1.c: Added new tests.
6068 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
6070         * g++.dg/template/friend2.C: Remove as patch is reverted.
6072         * g++.dg/warn/oldcast1.C: New test.
6074         * g++.dg/template/ptrmem1.C: New test.
6075         * g++.dg/template/ptrmem2.C: New test.
6077         * g++.dg/template/ntp.C: New test.
6079         * g++.dg/other/component1.C: New test.
6081         * g++.dg/template/ttp3.C: New test.
6083         * g++.dg/template/friend2.C: New test.
6084         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
6086 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
6088         * g++.dg/other/ptrmem1.C: New test.
6089         * g++.dg/other/ptrmem2.C: New test.
6091 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
6093         * g++.dg/template/ctor1.C: New test.
6095 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
6097         * g++.dg/template/friend2.C: New test.
6099 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
6101         * gcc.dg/mmix-1.c: New test.
6103 2001-12-31  Richard Henderson  <rth@redhat.com>
6105         * gcc.dg/asm-5.c: New.
6107 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
6109         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
6110         in namespace __gnu_cxx
6112 2001-12-30  Richard Henderson  <rth@redhat.com>
6114         * gcc.dg/debug-6.c: New.
6116 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
6118         * gcc.c-torture/compile/20011229-2.c: New test.
6120 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
6122         * gcc.dg/debug-3.c: New test.
6123         * gcc.dg/debug-4.c: New test.
6124         * gcc.dg/debug-5.c: New test.
6126 2001-12-29  Richard Henderson  <rth@redhat.com>
6128         * g++.dg/eh/loop1.C: New.
6130 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
6132         * g++.dg/template/crash1.C: New test.
6134 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
6136         * g++.dg/other/const1.C: New test.
6138 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
6140         * gcc.c-torture/compile/20011229-1.c: New test.
6142 2001-12-28  Stan Shebs  <shebs@apple.com>
6144         * lib/objc-torture.exp: Resync with c-torture.exp.
6145         * lib/objc.exp: Load standard libraries.
6147 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
6149         * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
6150         additional tests.
6152 2001-12-27  Roger Sayle <roger@eyesopen.com>
6154         * gcc.c-torture/execute/string-opt-16.c: New testcase.
6156 2001-12-27  Richard Henderson  <rth@redhat.com>
6158         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
6160 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
6162         * g++.dg/eh/ctor1.C: New test.
6163         * g++.dg/other/error2.C: New test.
6165 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
6167         * g++.dg/other/init2.C: New test.
6169 2001-12-24  Richard Henderson  <rth@redhat.com>
6171         * gcc.dg/20011223-1.c: New.
6172         * gcc.dg/inline-1.c: New.
6174 2001-12-23  Richard Henderson  <rth@redhat.com>
6176         * gcc.dg/asm-4.c: Test operand modifiers.
6178 2001-12-23  Richard Henderson  <rth@redhat.com>
6180         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
6182 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
6184         * gcc.c-torture/execute/20011223-1.c: New test.
6186 2001-12-21  Richard Henderson  <rth@redhat.com>
6188         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
6189         re-enables the warning.
6191 2001-12-21  Richard Henderson  <rth@redhat.com>
6193         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
6195 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
6197         * gcc.c-torture/compile/20011218-1.c: New test.
6199 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
6201         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
6202         arm-isr.c test.
6203         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
6204         epilogue generation for ARM ISR routines.
6206 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6208         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
6209         * gcc.dg/format/c90-printf-3.c: Likewise.
6210         * gcc.dg/format/c99-printf-3.c: Likewise.
6211         * gcc.dg/format/ext-1.c: Likewise.
6212         * gcc.dg/format/ext-6.c: Likewise.
6213         * gcc.dg/format/format.h: Prototype unlocked stdio.
6215 2001-12-20  Richard Henderson  <rth@redhat.com>
6217         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
6218         (arena): Use it.
6219         (malloc): Correct allocation logic.  Abort if we fill up the
6220         arena before initialization complete.
6221         (realloc): Correct allocation logic.
6223 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
6225         * gcc.c-torture/compile/20011219-2.c: New test.
6227         * gcc.c-torture/execute/20011219-1.c: New test.
6229 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
6231         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
6232         target does not support weak symbols.
6234 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
6236         * gcc.c-torture/compile/20011219-1.c: New test.
6238 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
6240         * g++.dg/other/error1.C: New test.
6242 2001-12-17  Jeffrey A Law  (law@redhat.com)
6244         * gcc.c-torture/execute/20011217-1.c: New test.
6246 2001-12-17  Nicola Pero  <nicola@brainstorm.co.uk>
6248         * objc.dg/special/: New directory.
6249         * objc.dg/special/special.exp: New file.
6250         * objc.dg/special/unclaimed-category-1.h: New file.
6251         * objc.dg/special/unclaimed-category-1a.m: New file.
6252         * objc.dg/special/unclaimed-category-1.m: New file.
6254 2001-12-17  Andreas Jaeger  <aj@suse.de>
6256         * gcc.c-torture/compile/20011217-2.c: New test.
6258 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
6260         * gcc.c-torture/compile/20011217-1.c: New test.
6262 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
6264         * testsuite/gcc.dg/20011214-1.c: New.
6266 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
6268         * gcc.dg/altivec-4.c: New.
6270 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
6272         * gcc.dg/20011113-1.c: New test.
6274 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6276         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
6277         std::__malloc_alloc_template<0> and
6278         std::__default_alloc_template<false, 0>.
6280 2001-12-13  Nicola Pero  <n.pero@mi.flashnet.it>
6282         * objc/execute/bf-21.m: New test.
6283         * objc/execute/enumeration-1.m: New test.
6284         * objc/execute/enumeration-2.m: New test.
6286 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
6288         * gcc.dg/gnu89-init-1.c: New test.
6290 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
6292         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
6293         * g++.old-deja/g++.jason/2371.C: Likewise.
6294         * g++.old-deja/g++.jason/template33.C: Likewise.
6295         * g++.old-deja/g++.jason/template34.C: Likewise.
6296         * g++.old-deja/g++.jason/template36.C: Likewise.
6297         * g++.old-deja/g++.oliva/typename1.C: Likewise.
6298         * g++.old-deja/g++.oliva/typename2.C: Likewise.
6299         * g++.old-deja/g++.other/typename1.C: Likewise.
6300         * g++.old-deja/g++.pt/inherit2.C: Likewise.
6301         * g++.old-deja/g++.pt/nontype5.C: Likewise.
6302         * g++.old-deja/g++.pt/typename11.C: Likewise.
6303         * g++.old-deja/g++.pt/typename14.C: Likewise.
6304         * g++.old-deja/g++.pt/typename16.C: Likewise.
6305         * g++.old-deja/g++.pt/typename3.C: Likewise.
6306         * g++.old-deja/g++.pt/typename4.C: Likewise.
6307         * g++.old-deja/g++.pt/typename5.C: Likewise.
6308         * g++.old-deja/g++.pt/typename7.C: Likewise.
6309         * g++.old-deja/g++.robertl/eb9.C: Likewise.
6311 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
6313         * g++.dg/other/linkage1.C: New test.
6314         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
6315         specifiers.
6317 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
6319         * gcc.dg/concat.c: New test.
6321 2001-12-11  Stan Shebs  <shebs@apple.com>
6323         * objc/compile: New test directory.
6324         * objc/compile/compile.exp: New expect script.
6325         * objc/compile/20011211-1.m: New compile test.
6327 2001-12-11  Jason Merrill  <jason@redhat.com>
6329         * lib/prune.exp (prune_gcc_output): Also handle "In member
6330         function".  So many permutations...
6332 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
6334         * g++.dg/template/typedef1.C: New test.
6336 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
6338         * g++.dg/other/copy1.C: New test.
6340 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
6342         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
6344         * gcc.dg/builtin-choose-expr.c: New.
6346 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
6348         * gcc.dg/altivec-2.c: New.
6350 2001-12-07  Richard Henderson  <rth@redhat.com>
6352         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
6354 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
6356         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
6357         ultrasparc.
6359 2001-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6361         * g++-old.deja/g++.robertl/eb101.C: Deleted.
6363 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
6365         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
6366         variable argument list.
6368 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
6370         * gcc.c-torture/execute/memcheck: Delete entire directory.
6371         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
6372         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
6374 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
6376         * gcc.dg/Wshadow-1.c: New test.
6378 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
6380         * gcc.c-torture/compile/20011130-1.c: New test.
6382         * gcc.dg/noncompile/20011025-1.c: New test.
6384         * g++.dg/other/anon-union.C: New test.
6386         * gcc.c-torture/execute/20011024-1.c: New test.
6388 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
6390         * gcc.c-torture/execute/20000722-1.x,
6391         gcc.c-torture/execute/20010123-1.x: Remove.
6392         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
6393         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
6394         gcc.dg/c99-complit-2.c: New tests.
6396 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
6398         * g++.dg/inherit/base1.C: New test.
6400 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
6402         * g++.dg/other/stdarg1.C: New test.
6404         * gcc.c-torture/compile/20011130-2.c: New test.
6406 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
6408         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
6409         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
6410         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
6411         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
6412         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
6413         * gcc.dg/builtin-prefetch-1.c: New test.
6415 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
6417         * gcc.dg/20011130-1.c: New test.
6419 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
6421         * g++.dg/other/scope1.C: New test.
6422         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
6424 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
6426         * gcc.dg/vla-init-1.c: New test.
6428 2001-12-01  Geoff Keating  <geoffk@redhat.com>
6430         * gcc.c-torture/compile/structs.c: New testcase from GDB.
6432 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
6434         * objc.dg/alias.m: Update.
6435         * objc.dg/class-1.m: Update.
6436         * objc.dg/const-str-1.m: Update.
6437         * objc.dg/fwd-proto-1.m: Update.
6438         * objc.dg/id-1.m: Update.
6439         * objc.dg/super-class-1.m: Update.
6441 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
6443         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
6444         constructs.
6446 2001-11-28  Jeffrey A Law  (law@cygnus.com)
6448         * gcc.c-torture/execute/20011128-1.c: New test.
6450 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
6452         * gcc.dg/20011127-1.c: New test.
6454 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
6456         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
6457         from Austin Group draft 7.
6458         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
6459         scanf format arguments.
6460         * gcc.dg/format/no-exargs-2.c: New test.
6462 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
6464         * g++.dg/abi/vbase8-4.C: New test.
6466 2001-11-24  Ian Lance Taylor  <ian@airs.com>
6468         * gcc.c-torture/execute/20011121-1.c: New test.
6470 2001-11-23  Jeffrey A Law  (law@cygnus.com)
6472         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
6474 2001-11-23  Andreas Jaeger  <aj@suse.de>
6476         * gcc.dg/cpp/charconst-2.c: New test.
6478 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
6480         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
6481         to the host if it is remote.  Let tests specify extra headers
6482         they use.
6483         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
6484         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
6485         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
6486         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
6487         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
6488         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
6489         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
6490         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
6491         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
6492         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
6494 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
6496         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
6497         for little endian ARMs.
6499 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
6501         * gcc.c-torture/compile/20011119-1.c: New test.
6502         * gcc.c-torture/compile/20011119-2.c: New test.
6504 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
6506         * gcc.dg/altivec-1.c: Fix typo.
6508 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
6510         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
6512 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
6514         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
6516 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
6518         * lib/g77.exp: Don't specify --rpath-link.
6520         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
6521         across all the headers.
6522         * gcc.dg/format/format.exp: For testing on a remote host,
6523         copy format.h.
6525         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
6526         * gcc.c-torture/execute/930406-1.c: Likewise.
6527         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
6529 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
6531         * gcc.dg/altivec-1.c: New.
6533 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
6535         * gcc.dg/cpp/fpreprocessed.c: New test case.
6537 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
6539         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
6540         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
6541         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
6543 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
6545         * gcc.dg/no-builtin-1.c: New test.
6547 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
6549         * gcc.c-torture/execute/20011115-1.c: New test.
6551 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
6553         * gcc.c-torture/compile/20011114-2.c: New test.
6554         * gcc.c-torture/compile/20011114-3.c: New test.
6555         * gcc.c-torture/compile/20011114-4.c: New test.
6557 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
6559         * g++.dg/other/init1.C: New test.
6561 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
6563         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
6564         message.
6566         * gcc.c-torture/execute/20011114-1.c: New testcase.
6568         * gcc.c-torture/compile/20010327-1.c: Revert last change.
6569         * gcc.c-torture/compile/20011114-1.c: New test, exactly
6570         like the (before this change) version of 20010327-1.c.
6572 2001-11-14  Roger Sayle <roger@eyesopen.com>
6574         * gcc.c-torture/execute/string-opt-13.c: New testcase.
6576 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
6578         * g++.dg/init/array2.C: New test.
6580 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
6582         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
6584 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
6586         * g++.dg/other/forscope1.C: New test.
6587         * g++.dg/ext/forscope1.C: New test.
6588         * g++.dg/ext/forscope2.C: New test.
6590 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
6592         * gcc.c-torture/execute/20011113-1.c: New test.
6594 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
6596         * gcc.c-torture/execute/20011109-2.c: New test.
6598         * gcc.c-torture/execute/20011109-1.c: New test.
6600 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
6602         * gcc.c-torture/compile/20011109-1.c: New test.
6604 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
6606         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
6607         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
6608         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
6609         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
6610         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
6611         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
6612         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
6614 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
6616         * g++.dg/warn/Wshadow-1.C: New tests.
6617         * g++.old-deja/g++.mike/for3.C: Update.
6619 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
6621         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
6622         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
6623         XFAILs.  Adjust expected error texts.
6624         * gcc.c-torture/compile/20011106-1.c,
6625         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
6626         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
6627         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
6628         gcc.dg/c99-array-lval-5.c: New tests.
6630 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
6632         * gcc.dg/cpp/defined.c: Update.
6634 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
6636         * gcc.c-torture/execute/anon-1.c: New test.
6638 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
6640         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
6641         same size, so no warning should be produced on stormy16.
6643         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
6644         due to oversized array.
6645         * g++.old-deja/g++.mike/ns15.C: Likewise.
6646         * g++.old-deja/g++.pt/crash16.C: Likewise.
6648 2001-11-02  Graham Stott  <grahams@redhat.com>
6650         * g++.dgother/debug1.C: Fix typos.
6652 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
6654         * g++.dg/other/debug1.C: New test.
6656 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
6658         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
6659         of unsigned long.
6661 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
6663         * gcc.dg/20011029-2.c: New test.
6665         * gcc.c-torture/compile/20011029-1.c: New test.
6667 2001-10-29  Nicola Pero  <n.pero@mi.flashnet.it>
6669         * objc/execute/class_self-1.m: New test.
6670         * objc/execute/class_self-2.m: New test.
6672 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
6674         * gcc.misc-tests/msgs.exp: Delete.
6675         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
6676         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
6677         error set to match recent changes.
6679 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
6681         * gcc.dg/20011021-1.c: New test.
6683 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
6685         * gcc.c-torture/compile/20011023-1.c: New test.
6687 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
6689         * lib/g77.exp: Rewrite based on lib/g++.exp.
6691 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
6693         * gcc.c-torture/execute/20011019-1.c: New test.
6695         * gcc.dg/20011018-1.c: New test.
6697 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
6699         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
6701 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
6703         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
6704         * gcc.dg/attr-invalid.c: Likewise.
6706 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
6708         * testsuite/gcc.dg/20011015-1.c: New test.
6710 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
6712         * g++.dg/template/unify2.C: New test.
6714 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
6716         * g++.dg/other/exception-specification.C: New test
6718 2001-10-13  Tom Rix  <trix@redhat.com>
6720         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
6721         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
6723 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
6725         * testsuite/gcc.dg/20011009-1.c: New test.
6727 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
6729         PR g++/4476
6730         * g++.dg/other/friend1.C: New test.
6732 2001-10-11  Richard Henderson  <rth@redhat.com>
6734         * g++.old-deja/g++.other/crash18.C: Add -S to options.
6736 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6738         * gcc.c-torture/compile/20011010-1.c: New.
6740 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
6742         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
6743         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
6744         g77.f-torture/execute/execute.exp,
6745         g77.f-torture/noncompile/noncompile.exp,
6746         gcc.c-torture/compile/compile.exp,
6747         gcc.c-torture/execute/execute.exp,
6748         gcc.c-torture/execute/ieee/ieee.exp,
6749         gcc.c-torture/execute/memcheck/memcheck.exp,
6750         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
6751         objc/execute/execute.exp: Update FSF address.
6753 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
6755         * gcc.dg/cpp/cmdlne-C.c: Update.
6756         * gcc.dg/cpp/cmdlne-C2.c: New.
6758 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6760         * gcc.c-torture/execute/20011008-3.c: New.
6762 2001-10-08  DJ Delorie  <dj@redhat.com>
6764         * gcc.dg/20011008-1.c: New.
6765         * gcc.dg/20011008-2.c: New.
6767 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
6769         * gcc.dg/cpp/spacing1.c: Update test.
6771 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
6773         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
6774         spelling errors of "separate" as "seperate".
6776 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
6778         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
6779         enough to avoid inlining.
6781 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
6783         * lib/g77.exp: set libg2c_dir correctly.
6785 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
6787         * gcc.dg/cpp/macro11.c: New test.
6789 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
6791         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
6792         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
6793         gcc.dg/format/multattr-3.c: New tests.
6794         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
6795         tests for format attributes on function pointers being rejected.
6797 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
6799         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
6801 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
6803         * g++.dg/warn/format1.C: New test.
6805 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
6807         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
6809 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
6811         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
6813 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
6815         * gcc.dg/cpp/redef2.c: Add test.
6817 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
6819         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
6820         long-standing bug on i686, apparently.
6821         * gcc.c-torture/execute/loop-2c.x: New file.
6822         * gcc.c-torture/execute/loop-2d.x: New file.
6823         * gcc.c-torture/execute/loop-3c.x: New file.
6825 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
6827         * gcc.dg/cpp/20000625-2.c: Correct line number.
6829 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
6831         * gcc.dg/cpp/macro10.c: New test.
6832         * gcc.dg/cpp/strify3.c: New test.
6833         * gcc.dg/cpp/spacing1.c: Add tests.
6834         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
6835         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
6837 2001-09-24  DJ Delorie  <dj@redhat.com>
6839         * gcc.c-torture/execute/20010924-1.c: New test.
6841 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
6843         * testsuite/objc/execute/paste.m: Remove.
6845 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
6847         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
6849 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
6851         * g77.dg/strlen0.f: New test.
6853 2001-09-21  Richard Henderson  <rth@redhat.com>
6855         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
6856         * g++.old-deja/g++.abi/vtable2.C: Likewise.
6858 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
6860         Table-driven attributes.
6861         * g++.dg/ext/attrib1.C: New test.
6863 2001-09-20  DJ Delorie  <dj@redhat.com>
6865         * gcc.dg/20000926-1.c: Update expected warning messages.
6866         * gcc.dg/array-2.c: Likewise, and test for warnings too.
6867         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
6868         array.
6870 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
6872         * g++.dg/eh/registers1.C: New test case.
6874 2001-09-17  Richard Henderson  <rth@redhat.com>
6876         * gcc.dg/array-5.c: Fix VLA decomposition test.
6878 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
6880         * gcc.dg/cpp/line5.c: New testcase.
6882 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
6884         * gcc.dg/cpp/macro9.c: New test.
6886 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
6888         * gcc.c-torture/execute/980223.c: Change type of addr from long
6889         to char *.
6891 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
6893         * gcc.c-torture/execute/20010915-1.c: New test.
6895 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
6897         * g77.dg/bprob: New directory.
6898         * g77.dg/bprob/bprob.exp: New file.
6899         * g77.dg/bprob/bprob-1.f: New test.
6900         * g77.dg/gcov: New directory.
6901         * g77.dg/gcov/gcov.exp: New file.
6902         * g77.dg/gcov/gcov-1.f: New test.
6903         * g77.dg/gcov/gcov-1.x: New file.
6905 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
6907         * gcc.dg/cpp/directiv.c: Update.
6908         * gcc.dg/cpp/undef1.c: Update.
6910 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
6912         * gcc.dg/20010912-1.c: New test.
6914 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
6916         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
6917         language-independent file in lib.
6918         * lib/gcov.exp: New file.
6920 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
6922         * gcc.c-torture/compile/20010911-1.c: New test.
6924 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
6926         * lib/profopt.exp: New, to support profile-directed optimizations.
6927         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
6928         * gcc.misc-tests/bprob-1.c: New test.
6929         * gcc.misc-tests/bprob-2.c: New test.
6931 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
6933         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
6934         XFAIL and which kinds of gcov output to verify.
6935         * gcc.misc-tests/gcov-4b.x: New file.
6936         * gcc.misc-tests/gcov-5b.x: New file.
6937         * gcc.misc-tests/gcov-6.x: New file.
6938         * gcc.misc-tests/gcov-7.c: New test.
6939         * gcc.misc-tests/gcov-7.x: New file.
6941 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
6943         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
6944         * gcc.misc-tests/gcov-6.c: New test.
6946 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
6948         PR c++/3986
6949         * g++.dg/abi/vbase1.C: New test.
6951 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
6953         * objc.dg/method-2.m: New.
6955 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
6957         PR c++/4203
6958         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
6959         * g++.dg/init/empty1.C: New test.
6961 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
6963         * gcc.c-torture/compile/20010903-1.c: New test.
6965 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
6967         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
6968         for m68k.
6970 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
6972         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
6974         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
6976         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
6978 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
6980         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
6981         for 16-bit 'unsigned int'.
6983 2001-08-29  Kazu Hirata  <kazu@hxi.com>
6985         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
6987 2001-08-27  Richard Henderson  <rth@redhat.com>
6989         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
6990         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
6992 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
6994         * gcc.dg/asm-names.c (ymain): New.
6996 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
6998         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
6999         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
7000         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
7002 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7004         * gcc.dg/compare5.c: New testcase.
7006 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
7008         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
7009         and "In instantiation".
7011 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
7013         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
7015 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
7017         * gcc.misc-tests/gcov.exp: Add support for branch information.
7018         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
7019         * gcc.misc-tests/gcov-4.c: New test.
7020         * gcc.misc-tests/gcov-4b.c: New test.
7021         * gcc.misc-tests/gcov-5b.c: New test.
7023 2001-08-20  Zack Weinberg  <zackw@panix.com>
7025         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
7026         expected to fail.
7028 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7030         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
7032 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
7034         * g++.dg/eh/template1.C: New test.
7036 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
7038         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
7039         Fix thinko.
7040         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
7041         for xfail.
7043 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
7045         * lib/g77-dg.exp:  Use prune.exp for common procedures
7046         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
7047         * lib/g77.exp: (g77-dg-prune) Remove
7049 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
7051         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
7053 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7055         * g++.dg/template/unify1.C: New test.
7057 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
7059         * g++.dg/abi/empty4.C: New test.
7061 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
7063         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
7064         solaris2.*
7065         * g77.f-torture/compile/pr3743.x: Likewise
7067 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
7069         * g++.dg/other/using-declaration.C: New test.
7071 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
7073         * gcc.dg/cpp/tr-sign.c: New testcase.
7075 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
7077         * gcc.dg/cpp/19951025-1.c: Revert.
7078         * gcc.dg/cpp/directiv.c: We no longer process directives that
7079         interrupt macro arguments.
7081 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
7083         * gcc.dg/bconstp-1.c: New test.
7085 2001-08-03  Richard Henderson  <rth@redhat.com>
7087         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
7089 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
7091         * gcc.dg/cpp/19951025-1.c: Update.
7093 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
7095         * g77.dg/ff90-1.f (s): Fix reference of variable z,
7096         should be x.
7098 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
7100         Kill -fhonor-std.
7101         * g++.old-deja/g++.ns/ns14.C: Remove special options.
7102         * g++.old-deja/g++.other/std1.C: Likewise.
7103         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
7105 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
7107         * lib/g77.exp:  Load gcc-defs.exp for common procedures
7108         (g77_pass, g77_fail, g77_finish, g77_exit,
7109         ${tool}_check_unsupported_p} Now redundant.  Deleted.
7111 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
7113         * g77.dg/fbackslash.f
7114         * g77.dg/fcase-preserve.f
7115         * g77.dg/ff90-1.f
7116         * g77.dg/ffixed-line-length-0.f
7117         * g77.dg/ffixed-line-length-132.f
7118         * g77.dg/ffixed-line-length-7.f
7119         * g77.dg/ffixed-line-length-72.f
7120         * g77.dg/ffixed-line-length-none.f
7121         * g77.dg/ffree-form-1.f
7122         * g77.dg/fno-backslash.f
7123         * g77.dg/fno-f90-1.f
7124         * g77.dg/fno-fixed-form-1.f
7125         * g77.dg/fno-onetrip.f
7126         * g77.dg/fno-typeless-boz.f
7127         * g77.dg/fno-underscoring.f
7128         * g77.dg/fno-vxt-1.f
7129         * g77.dg/fonetrip.f
7130         * g77.dg/ftypeless-boz.f
7131         * g77.dg/fugly-assumed.f
7132         * g77.dg/funderscoring.f
7133         * g77.dg/fvxt-1.f
7135 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
7137         * objc.dg/fwd-proto-1.m: New.
7138         * objc.dg/local-decl-1.m: New.
7139         * objc.dg/naming-1.m: New.
7140         * objc.dg/naming-2.m: New.
7141         * objc.dg/proto-hier-1.m: New.
7143 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
7145         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
7146         largest-type elements to a struct makes its size grow.
7148 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
7150         * g++.dg/abi/vthunk1.C: New test.
7152 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
7154         * g++.dg/abi/vbase8-22.C: New test.
7156 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
7158         * gcc.dg/cpp/macro8.c: New test.
7160 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
7162         * g++.dg/abi/vbase8-21.C: New test.
7164 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
7166         * g++.dg/abi/vbase8-10.C: New test.
7168 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7170         * lib/g++.exp (g++_set_ld_library_path): Renamed to
7171         ${tool}_set_ld_library_path.
7172         Changed caller.
7173         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
7174         g++.exp.
7176 2001-07-26  Stan Cox <scox@redhat.com>
7178         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
7179         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
7180         gcc_exit, gcc_check_unsupported_p):
7181         Moved to gcc-deps.exp
7182         * gcc-deps.exp: New file.
7184 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7186         * g++.old-deja/g++.pt/defarg14.C: New test.
7188 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
7190         * g++.old-deja/g++.other/lineno5.C: New test.
7192 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
7194         * g++.old-deja/g++.pt/crash68.C: New test.
7196 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
7198         * g++.old-deja/g++.other/crash42.C: New test.
7200 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
7202         * gcc.dg/cpp/extratokens.c: Fix.
7203         * gcc.dg/cpp/skipping2.c: New tests.
7205 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7207         * gcc.c-torture/execute/20010724-1.c: New file.
7208         * gcc.c-torture/execute/20010724-1.x: New file.
7210 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
7212         * g++.old-deja/g++.other/cond7.C: New test.
7214 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
7216         * g++.old-deja/g++.other/optimize4.C: New test.
7218 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
7220         * g++.old-deja/g++.abi/vbase8-5.C: New test.
7222 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
7224         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
7225         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
7226         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
7227         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
7229         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
7230         bug report" message.
7232         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
7233         * g++.dg/ext/instantiate1.C: Move from old-deja.
7235 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
7237         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
7238         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
7239         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
7240         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
7242 2001-07-23  Jeffrey A Law  (law@cygnus.com)
7244         * gcc.c-torture/execute/20010723-1.c: New test.
7246 2001-07-23  Ben Elliston  <bje@redhat.com>
7248         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
7250 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7252         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
7253         i[34567]86-*-*.
7254         Delete handling of ieee_multilib_flags.
7255         Pass -mieee for alpha*-*-* and sh-*-*.
7256         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
7258 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
7260         Remove old-abi tests.
7261         * g++.old-deja/g++.mike/p11116.C: Remove.
7262         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
7264 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
7266         * g77.f-torture/compile/pr3743.f:  New test
7268 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
7270         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
7272 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7274         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
7275         g++.old-deja/g++.pt/static6.C: Likewise.
7276         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
7277         supports weak symbols.
7279 2001-07-18  Andreas Jaeger  <aj@suse.de>
7281         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
7282         supported again.
7284 2001-07-18  Andreas Jaeger  <aj@suse.de>
7286         * gcc.dg/iftrap-1.c: Fix target line.
7288 2001-07-17  Richard Henderson  <rth@redhat.com>
7290         * gcc.c-torture/execute/20010717-1.c: New.
7292 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
7294         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
7295         tests.
7297 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
7299         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
7301 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7303         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
7304         UAC_SIGBUS, UAC_NOPRINT definitions.
7306 2001-07-16  Nicola Pero  <n.pero@mi.flashnet.it>
7308         * objc/execute/object_is_class.m: New test.
7309         * objc/execute/object_is_meta_class.m: New test.
7311 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
7313         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
7314         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
7316 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
7318         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
7319         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
7321 2001-07-14  Richard Henderson  <rth@redhat.com>
7323         * gcc.dg/iftrap-1.c: New.
7325 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
7327         * g77.f-torture/execute/intrinsic77.f: New test.
7329 2001-07-11  Janis Johnson <janis@us.ibm.com>
7331         * gcc.misc-tests/gcov-3.c: New test.
7333 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
7335         * gcc.c-torture/compile/20010711-1.c,
7336         * gcc.c-torture/compile/20010711-2.c: New tests.
7338 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
7340         * gcc.c-torture/execute/20010711-1.c: New test.
7342 2001-07-11  Ben Elliston  <bje@redhat.com>
7344         * g++.old-deja/g++.other/enum5.C: New test.
7346 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
7348         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
7349         (g++-dg-prune): Call prune_gcc_output.
7350         * prune.exp: New file for prune_gcc_output.
7351         * lib/g++.exp, lib/gcc.exp: Load it.
7353 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
7355         * gcc.c-torture/compile/20010701-1.c,
7356         g++.old-deja/g++.ext/attrib6.C: New tests.
7358 2001-07-06  Jeffrey A Law  (law@cygnus.com)
7360         * gcc.c-torture/compile/20010706-1.c: New test.
7362 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
7364         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
7366 2001-06-28  Stan Shebs  <shebs@apple.com>
7368         * gcc.dg/pragma-darwin.c: New test.
7370 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7372         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
7373         Solaris 2.[678] system.
7375 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
7377         * gcc.dg/20010622-1.c: New test.
7379 2001-06-18  Stan Shebs  <shebs@apple.com>
7381         * objc.dg: New directory.
7382         * objc.dg/dg.exp: New file.
7383         * objc.dg/alias.m: New.
7384         * objc.dg/class-1.m: New.
7385         * objc.dg/class-2.m: New.
7386         * objc.dg/const-str-1.m: New.
7387         * objc.dg/const-str-2.m: New.
7388         * objc.dg/id-1.m: New.
7389         * objc.dg/method-1.m: New.
7390         * objc.dg/super-class-1.m: New.
7391         * lib/objc-dg.exp: New file.
7393 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7395         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
7396         of label name.
7398 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
7400         * g++.old-deja/g++.abi/vbase8-9.C: New test.
7402 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7404         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
7405         variable.
7407 2001-06-12  Richard Henderson  <rth@redhat.com>
7409         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
7411 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
7413         * g++.old-deja/g++.abi/vbase5.C: New test.
7414         * g++.old-deja/g++.abi/vbase6.C: New test.
7415         * g++.old-deja/g++.abi/vbase7.C: New test.
7417 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7419         * gcc.c-torture/compile/20010610-1.c: New test.
7421 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
7423         * g++.old-deja/g++.abi/vbase4.C: New test.
7425 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7427         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
7428         support %f for HC11/HC12 targets.
7429         * gcc.c-torture/execute/930513-1.x: New file, likewise.
7430         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
7431         on HC11/HC12 targets.
7432         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
7434 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7436         * gcc.dg/wchar_t-1.c: New file.
7437         * gcc.dg/wint_t-1.c: Likewise.
7439 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
7441         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
7443 2001-06-11  Richard Henderson  <rth@redhat.com>
7445         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
7447 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
7449         * gcc.c-torture/compile/20010611-1.c: New test.
7451 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
7453         * gcc.dg/c99-tag-1.c: Add more tests.
7455 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
7457         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
7458         representation on MN10300 and ARM/Thumb.
7460 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
7462         * g77.f-torture/execute/20010610.f: New.
7464 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
7466         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
7467         names.
7469 2001-06-09  Richard Henderson  <rth@redhat.com>
7471         * gcc.c-torture/execute/ashrdi-1.c: New.
7472         * gcc.c-torture/execute/ashldi-1.c: New.
7473         * gcc.c-torture/execute/lshrdi-1.c: New.
7475 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
7477         * objc/execute/load-3.m: Added. Check sending +load to categories,
7478         in addition to classes.
7480 2001-06-08  Stan Shebs  <shebs@apple.com>
7482         * objc/execute/load-2.m: New test.  From Nicola Pero
7483         <n.pero@mi.flashnet.it>.
7485 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
7487         * gcc.c-torture/execute/20010605-2.c: New test.
7489 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
7491         * g++.old-deja/g++.abi/vbase2.C: New test.
7492         * g++.old-deja/g++.abi/vbase3.C: New test.
7494 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
7496         * g++.old-deja/g++.pt/friend49.C: New test.
7498 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
7500         * g++.old-deja/g++.ext/anon3.C: New test.
7502 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
7504         * g++.old-deja/g++.other/conv7.C: New test.
7506 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
7508         * gcc.c-torture/compile/20010605-2.c: New test.
7510 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7512         * gcc.c-torture/execute/20010604-1.c: New test.
7514 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
7516         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
7518 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
7520         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
7521         (g++_link_flags): Likewise.
7522         (g++_init): Pass gccpath's value to two previous functions.
7524 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7526         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
7527         Ensure logfile entry matches exec command line.
7529 2001-05-31  Richard Henderson  <rth@redhat.com>
7531         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
7532         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
7534 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
7536         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
7537         compiler for irix6.2
7539 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
7541         * g++.old-deja/g++.other/optimize3.C: New file.
7543 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
7545         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
7546         assemble.
7548 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
7550         * g++.old-deja/g++.other/optimize2.C: New file.
7552 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
7554         * gcc.c-torture/compile/20010518-2.c: New file.
7555         * gcc.c-torture/execute/20010518-1.c: New file.
7556         * gcc.c-torture/execute/20010518-2.c: New file.
7558 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
7560         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
7562 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
7564         G++ no longer defines builtins that do not begin with __builtin.
7565         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
7566         * g++.old-deja/g++.brendand/misc13.C: Likewise.
7567         * g++.old-deja/g++.law/builtin1.C: Likewise.
7568         * g++.old-deja/g++.law/cvt2.C: Likewise.
7569         * g++.old-deja/g++.mike/net5.C: Likewise.
7570         * g++.old-deja/g++.other/builtins1.C: Likewise.
7571         * g++.old-deja/g++.other/builtins2.C: Likewise.
7572         * g++.old-deja/g++.other/builtins3.C: Likewise.
7573         * g++.old-deja/g++.other/builtins4.C: Likewise.
7574         * g++.old-deja/g++.other/inline8.C: Likewise.
7575         * g++.old-deja/g++.robertl/eb39.C: Likewise.
7577 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
7579         * g++.old-deja/g++.pt/using1.C: Adjust.
7580         * g++.old-deja/g++.pt/using2.C: New test.
7582 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
7584         * gcc.dg/cpp/charconst.c: New tests.
7585         * gcc.dg/cpp/escape.c: New tests.
7586         * gcc.dg/cpp/escape-1.c: New tests.
7587         * gcc.dg/cpp/escape-2.c: New tests.
7588         * gcc.dg/cpp/ucs.c: New tests.
7590 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
7592         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
7593         native compiler for irix6.5.
7595 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
7597         * lib/g++.exp (g++_include_flags): Use args to compute
7598         get_multilibs.
7599         (g++_link_flags): Likewise.
7600         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
7602 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
7604         * gcc.dg/c90-hexfloat-1.c: Add more tests.
7606 2001-05-21  Geoff Keating  <geoffk@redhat.com>
7608         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
7609         this file.
7611 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7613         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
7614         STACK_SIZE;
7615         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
7616         to STACK_SIZE; Use it to define size of add_histo array.
7617         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
7618         to STACK_SIZE.
7619         (f): Use GITT_SIZE to define size of gitt local table.
7620         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
7621         to STACK_SIZE; Use it to define size of bytemem array.
7623 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7625         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
7626         on 68HC11/HC12 due to the asm instruction.
7627         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
7628         * gcc.c-torture/compile/920520-1.x: Likewise.
7629         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
7630         on 68HC11/HC12 because the function is larger than 64K.
7631         * gcc.c-torture/compile/961203-1.x: New file, this test fails
7632         on 68HC11/HC12 because the structure is too large.
7634 2001-05-20  Richard Henderson  <rth@redhat.com>
7636         * gcc.c-torture/execute/20010520-1.c: New.
7638 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7640         * g++.old-deja/g++.warn/compare1.C: New test.
7641         * gcc.dg/compare4.c: New test.
7643 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
7645         * g++.old-deja/g++.other/optimize1.C: New test.
7647 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7649         * g++.old-deja/g++.pt/spec41.C: New test.
7651 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
7653         * gcc.c-torture/compile/20010114-1.x: Remove.
7655 2001-05-18  Stan Shebs  <shebs@apple.com>
7657         * gcc.c-torture/compile/20010518-1.c: New test.
7659 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
7661         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
7662         * g++.old-deja/g++.pt/crash67.C: New test.
7664 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
7666         * g++.old-deja/g++.other/debug9.C: New test.
7668 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
7670         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
7672 2001-05-16  Jan Hubicka  <jh@suse.cz>
7674         * gcc.c-torture/compile/20010516-1.c: New test.
7676 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
7678         * g++.old-deja/g++.other/crash41.C: New test.
7680 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
7682         * g++.old-deja/g++.pt/crash66.C: New test.
7684 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
7686         * g++.old-deja/g++.robertl/eb27.C: Convert.
7688 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
7690         * g++.dg/friend-warn.C: New test.  Do not warn about friend
7691         declaration being redundant.
7693 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
7695         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
7697 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
7699         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
7701 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
7703         * lib/g++.exp: Use testsuite_flags.
7705 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
7707         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
7709 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7711         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
7713 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
7715         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
7717 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
7719         * gcc.c-torture/compile/20010313-1.c: New test.
7721 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
7723         * gcc.dg/cpp/direct2.c: New test.
7724         * gccq.dg/cpp/direct2s.c: New test.
7726         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
7728 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
7730         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
7731         * g++.old-deja/g++.other/op3.C: Likewise.
7733 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
7735         * gcc.dg/cpp/syshdr.h: New file.
7736         * gcc.dg/cpp/sysmac1.c: Update.
7737         * gcc.dg/cpp/sysmac2.c: Update.
7739 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
7741         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
7743 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
7745         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
7746         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
7748 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
7750         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
7752 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
7754         * lib/g++.exp (g++_include_flags): Don't use any special flags
7755         if TESTING_IN_BUILD_TREE is not defined.
7756         (g++_init): Use a plain 'c++' as the compiler if
7757         TESTING_IN_BUILD_TREEE is not defined.
7759 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
7761         * g++.old-deja/g++.eh/catch13.C: New test.
7762         * g++.old-deja/g++.eh/catch14.C: New test.
7764 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
7766         * gcc.dg/cpp/tr-define.c: New test.
7768 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
7770         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
7771         <stdlib.h>, not <malloc.h>.
7773 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
7775         * g++.old-deja/g++.ns/template17.C: New test.
7777 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
7779         * g++.old-deja/g++.pt/ref4.C: New test.
7781 2001-04-30  Richard Henderson  <rth@redhat.com>
7783         * gcc.dg/20000724-1.c: Revert last change.
7785 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
7787         * g77.f-torture/execute/20010430.f: New test.
7789 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
7791         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
7793 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
7795         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
7797 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
7799         * g++.old-deja/g++.eh/crash6.C: New test.
7801 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
7803         * g++.old-deja/g++.other/warn7.C: New test.
7805 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
7807         * g++.old-deja/g++.other/defarg9.C: New test.
7809 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
7811         * g77.f-torture/compile/20010426.f: New test.
7812         * g77.f-torture/execute/20010426.f: New test.
7814 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
7816         * g77.f-torture/compile/20000629-1.x: Remove - error
7817         has been fixed.
7819 2001-04-26  Jeffrey A Law  (law@cygnus.com)
7821         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
7822         Tweak slightly to work with g++.dg framework.
7823         * g++.dg/special/ecos.exp: Run initp1.C test.
7824         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
7826         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
7827         its linker doesn't give line numbers either.
7828         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
7830 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
7832         * g++.old-deja/g++.other/lex1.C: New test.
7834 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
7836         * gcc.dg/noncompile/20010425-1.c: New test.
7838 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
7840         * g++.old-deja/g++.pt/mangle2.C: New test.
7842 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
7844         * gcc.dg/format/plus-1.c: New test.
7846 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
7848         * gcc.dg/20010423-1.c: New test.
7850 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
7852         * gcc.c-torture/execute/20010422-1.c: New test.
7854 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
7856         * g++.old-deja/g++.ns/type2.C: New test.
7858 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
7860         * g++.old-deja/g++.other/perf1.C: New test.
7862 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
7864         * gcc.dg/c99-func-2.c: Remove xfail.
7865         * gcc.dg/c99-func-3.c: Remove xfail.
7866         * gcc.dg/c99-func-4.c: Remove xfail.
7868 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
7870         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
7872 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
7874         * gcc.c-torture/compile/20010423-1.c: New test.
7876 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
7878         * g++.old-deja/g++.pt/typename28.C: New test.
7880 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
7882         * g++.old-deja/g++.abi/empty2.C: New test.
7883         * g++.old-deja/g++.abi/empty3.C: New test.
7885 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
7887         * g++.old-deja/g++.other/comdat2.C: New test.
7888         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
7890 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
7892         * g++.old-deja/g++.other/overload14.C: New test.
7894 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
7896         * g++.old-deja/g++.other/lookup23.C: New test.
7898 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
7900         * gcc.c-torture/execute/20010403-1.c: New test.
7902 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
7903             Mark Mitchell  <mark@codesourcery.com>
7905         * lib/old-dejagnu.exp: Don't delete output of executable.
7906         Add .exe suffix to executables.
7908 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
7910         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
7912 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7914         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
7916 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
7918         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
7919         * g++.old-deja/g++.abi/crash1.C: New test.
7921 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
7923         * g++.old-deja/g++.other/crash40.C: New test.
7925 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7927         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
7929 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
7931         * g++.old-deja/g++.other/warn6.C: New test.
7933 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
7935         * g++.old-deja/g++.robertl/eb42.C: Same.
7937 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7939         * gcc.dg/wtr-conversion-1.c: New testcase.
7941 2001-04-10  Richard Henderson  <rth@redhat.com>
7943         * g++.old-deja/g++.other/array5.C: New.
7945 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7947         * gcc.c-torture/execute/20010408-1.c: New test.
7949 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
7951         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
7952         headers and constructs.
7953         * g++.old-deja/g++.robertl/eb79.C: Same.
7954         * g++.old-deja/g++.robertl/eb77.C (main): Same.
7955         * g++.old-deja/g++.robertl/eb73.C: Same.
7956         * g++.old-deja/g++.robertl/eb66.C (main): Same.
7957         * g++.old-deja/g++.robertl/eb55.C (t): Same.
7958         * g++.old-deja/g++.robertl/eb54.C (main): Same.
7959         * g++.old-deja/g++.robertl/eb46.C (main): Same.
7960         * g++.old-deja/g++.robertl/eb44.C: Same.
7961         * g++.old-deja/g++.robertl/eb41.C (main): Same.
7962         * g++.old-deja/g++.robertl/eb4.C (main): Same.
7963         * g++.old-deja/g++.robertl/eb39.C: Same.
7964         * g++.old-deja/g++.robertl/eb33.C (main): Same.
7965         * g++.old-deja/g++.robertl/eb31.C (main): Same.
7966         * g++.old-deja/g++.robertl/eb30.C: Same.
7967         * g++.old-deja/g++.robertl/eb3.C: Same.
7968         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
7969         * g++.old-deja/g++.robertl/eb21.C: Same.
7970         * g++.old-deja/g++.robertl/eb15.C: Same.
7971         * g++.old-deja/g++.robertl/eb118.C: Same.
7972         * g++.old-deja/g++.robertl/eb115.C (main): Same.
7973         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
7974         * g++.old-deja/g++.robertl/eb109.C: Same.
7975         * g++.old-deja/g++.other/sibcall1.C (main): Same.
7976         * g++.old-deja/g++.mike/rtti1.C: Same.
7977         * g++.old-deja/g++.mike/p658.C: Same.
7978         * g++.old-deja/g++.mike/net46.C: Same.
7979         * g++.old-deja/g++.mike/net34.C: Same.
7980         * g++.old-deja/g++.mike/memoize1.C: Same.
7981         * g++.old-deja/g++.mike/eh2.C: Same.
7982         * g++.old-deja/g++.law/weak.C: Same.
7983         * g++.old-deja/g++.law/visibility7.C: Same.
7984         * g++.old-deja/g++.law/visibility25.C: Same.
7985         * g++.old-deja/g++.law/visibility22.C: Same.
7986         * g++.old-deja/g++.law/visibility2.C: Same.
7987         * g++.old-deja/g++.law/visibility17.C: Same.
7988         * g++.old-deja/g++.law/visibility13.C: Same.
7989         * g++.old-deja/g++.law/visibility10.C: Same.
7990         * g++.old-deja/g++.law/visibility1.C: Same.
7991         * g++.old-deja/g++.law/virtual3.C (eval): Same.
7992         * g++.old-deja/g++.law/vbase1.C: Same.
7993         * g++.old-deja/g++.law/operators32.C: Same.
7994         * g++.old-deja/g++.law/nest3.C: Same.
7995         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
7996         * g++.old-deja/g++.law/except5.C (main): Same.
7997         * g++.old-deja/g++.law/cvt7.C (run): Same.
7998         * g++.old-deja/g++.law/cvt2.C: Same.
7999         * g++.old-deja/g++.law/cvt16.C: Same.
8000         * g++.old-deja/g++.law/ctors6.C (bar): Same.
8001         * g++.old-deja/g++.law/ctors17.C (main): Same.
8002         * g++.old-deja/g++.law/ctors13.C: Same.
8003         * g++.old-deja/g++.law/ctors12.C (main): Same.
8004         * g++.old-deja/g++.law/ctors10.C: Same.
8005         * g++.old-deja/g++.law/code-gen5.C: Same.
8006         * g++.old-deja/g++.law/bad-error7.C: Same.
8007         * g++.old-deja/g++.law/arm9.C: Same.
8008         * g++.old-deja/g++.law/arm12.C: Same.
8009         * g++.old-deja/g++.law/arg8.C: Same.
8010         * g++.old-deja/g++.law/arg1.C: Same.
8011         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
8012         * g++.old-deja/g++.jason/template31.C: Same.
8013         * g++.old-deja/g++.jason/template24.C (main): Same.
8014         * g++.old-deja/g++.jason/2371.C: Same.
8015         * g++.old-deja/g++.eh/new2.C: Same.
8016         * g++.old-deja/g++.eh/new1.C: Same.
8017         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
8018         * g++.old-deja/g++.brendan/nest21.C (main): Same.
8019         * g++.old-deja/g++.brendan/err-msg3.C: Same.
8020         * g++.old-deja/g++.brendan/crash62.C: Same.
8021         * g++.old-deja/g++.brendan/crash52.C: Same.
8022         * g++.old-deja/g++.brendan/crash49.C (main): Same.
8023         * g++.old-deja/g++.brendan/crash38.C: Same.
8024         * g++.old-deja/g++.brendan/crash15.C (main): Same.
8025         * g++.old-deja/g++.brendan/copy9.C: Same.
8027 2001-04-06  J"orn Rennecke <amylaar@redhat.com>
8029         * gcc.c-torture/execute/20001203-2.c (memset):
8030         Count argument is of type __SIZE_TYPE__.
8032 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
8034         * gcc.c-torture/compile/20010404-1.c: New test.
8036 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
8038         * gcc.c-torture/compile/20010326-1.c: New test.
8040 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
8042         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
8043         peculiarities of the SH.
8044         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
8046 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8048         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
8049         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
8050         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
8052 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
8054         * g77.f-torture/compile/20010321-1.f: New test.
8056 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
8058         * gcc.c-torture/compile/20010329-1.c: New test.
8060 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
8062         * gcc.c-torture/execute/20010329-1.c: New test.
8064 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
8066         * g++.old-deja/g++.other/eh4.C: Fix typo.
8068 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
8070         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
8072 2001-03-28  Philip Blundell  <philb@gnu.org>
8074         * gcc.c-torture/compile/20010328-1.c: New test.
8076 2001-03-27  Richard Henderson  <rth@redhat.com>
8078         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
8079         * g++.old-deja/g++.eh/vbase3.C: Likewise.
8081 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
8083         * gcc.c-torture/compile/20010327-1.c: New test.
8085 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
8087         * g++.old-deja/g++.other/friend12.C: New test.
8088         * g++.old-deja/g++.other/friend9.C: Expect no errors.
8089         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
8091 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
8093         * gcc.c-torture/execute/20010325-1.c: New test.
8095 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
8097         * g++.old-deja/g++.other/mangle3.C: New test.
8099 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
8101         * g++.old-deja/g++.other/anon8.C: New test.
8103 2001-03-20  Philip Blundell  <philb@gnu.org>
8105         * gcc.c-torture/compile/20010320-1.c: New test.
8107 2001-03-17  Richard Henderson  <rth@redhat.com>
8109         * g++.old-deja/g++.other/eh4.C: Add expected error text.
8111 2001-03-15  Geoff Keating  <geoff@redhat.com>
8113         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
8114         tests on AIX.
8116 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
8118         * g++.old-deja/g++.other/eh4.C: New test.
8120 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
8122         * gcc.dg/cpp/mi1.c: Update.
8124 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
8126         * g++.old-deja/g++.other/regstack.C: New test.
8128 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
8130         * g++.old-deja/g++.other/ref4.C: New test.
8132 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
8134         * objc/execute/va_method.m: Added.
8135         * objc/execute/IMP.m: Added.
8136         * objc/execute/_cmd.m: Added.
8137         * objc/execute/accessing_ivars.m: Added.
8138         * objc/execute/class-1.m: Added.
8139         * objc/execute/class-10.m: Added.
8140         * objc/execute/class-11.m: Added.
8141         * objc/execute/class-12.m: Added.
8142         * objc/execute/class-13.m: Added.
8143         * objc/execute/class-14.m: Added.
8144         * objc/execute/class-2.m: Added.
8145         * objc/execute/class-3.m: Added.
8146         * objc/execute/class-4.m: Added.
8147         * objc/execute/class-5.m: Added.
8148         * objc/execute/class-6.m: Added.
8149         * objc/execute/class-7.m: Added.
8150         * objc/execute/class-8.m: Added.
8151         * objc/execute/class-9.m: Added.
8152         * objc/execute/class-tests-1.h
8153         * objc/execute/class-tests-2.h
8154         * objc/execute/compatibility_alias.m: Added.
8155         * objc/execute/encode-1.m: Added.
8156         * objc/execute/formal_protocol-1.m: Added.
8157         * objc/execute/formal_protocol-2.m: Added.
8158         * objc/execute/formal_protocol-3.m: Added.
8159         * objc/execute/formal_protocol-4.m: Added.
8160         * objc/execute/formal_protocol-5.m: Added.
8161         * objc/execute/formal_protocol-6.m: Added.
8162         * objc/execute/formal_protocol-7.m: Added.
8163         * objc/execute/informal_protocol.m: Added.
8164         * objc/execute/initialize.m: Added.
8165         * objc/execute/load.m: Added.
8166         * objc/execute/many_args_method.m: Added.
8167         * objc/execute/nested-3.m: Added.
8168         * objc/execute/no_clash.m: Added.
8169         * objc/execute/private.m: Added.
8170         * objc/execute/redefining_self.m: Added.
8171         * objc/execute/root_methods.m: Added.
8172         * objc/execute/selector-1.m: Added.
8173         * objc/execute/static-1.m: Added.
8174         * objc/execute/static-2.m: Added.
8175         * objc/execute/va_method.m: Added.
8177 2001-03-10  Richard Henderson  <rth@redhat.com>
8179         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
8181 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
8183         * g++.old-deja/g++.other/crash31.C: XFAIL.
8184         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
8185         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
8186         * gcc.c-torture/execute/20010123-1.x: XFAIL.
8187         * gcc.c-torture/execute/20010124-1.x: XFAIL.
8188         * gcc.dg/sequence-pt-1.c: XFAIL one test.
8190 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
8192         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
8194 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
8196         * gcc.dg/20000724-1.c: Don't use multiline strings.
8198 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
8200         * objc/execute/string1.m, objc/execute/string2.m: Compare the
8201         result of -cString against what we expect it to be; don't just
8202         print it out for no one to read.
8204         * objc/execute/string3.m, objc/execute/string4.m: New tests.
8205         Based on testcases provided by Nicola Pero.
8207 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
8209         * gcc.dg/cpp/macro7.c: New test.
8211 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
8213         * gcc.dg/cpp/multiline.c: Update.
8215 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
8217         * g++.old-deja/g++.other/enum3.C: New test.
8219 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
8221         * g++.old-deja/g++.other/pod1.C: New test.
8223 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
8225         * g++.old-deja/g++.ext/overload1.C: New test.
8227 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
8229         * g++.old-deja/g++.pt/using1.C: New test.
8231 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
8233         * g++.old-deja/g++.other/using9.C: New test.
8235 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
8237         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
8239         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
8241 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
8243         * g++.old-deja/g++.ext/realpt1.C: Remove.
8245 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
8247         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
8249 2001-02-26  Will Cohen  <wcohen@redhat.com>
8251         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
8253 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
8255         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
8256         templatized constructors.
8258 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8260         * gcc.c-torture/execute/20010224-1.c: New test.
8262 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
8264         * gcc.c-torture/execute/20010222-1.c: New test.
8266 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
8268         * g++.old-deja/g++.other/inline20.C: New test.
8270 2001-02-21  Ovidiu Predescu  <ovidiu@cup.hp.com>
8272         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
8274 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
8276         * g++.old-deja/g++.other/lookup22.C: New test.
8278 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
8280         * g77.dg: New directory.
8281         * g77.dg/20010216-1.f: New test case.
8282         * g77.dg/dg.exp: New driver.
8283         * lib/g77-dg.exp: New driver library.
8285 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8287         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
8289 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
8291         * g++.old-deja/g++.other/decl9.C: New test.
8293 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
8295         * g++.old-deja/g++.other/init16.C: Update the test so that it does
8296         not need <string> and also tests the initialization at runtime.
8298 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
8300         * gcc.c-torture/execute/longlong.c: New test.
8302 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
8304         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
8306 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
8308         * gcc.c-torture/execute/920302-1.c (execute):
8309         Change argument type to short.
8311 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
8313         * g++.old-deja/g++.pt/deduct6.C: New test.
8315 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
8317         * g++.old-deja/g++.pt/deduct5.C: New test.
8319 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
8321         * gcc.c-torture/execute/20010209-1.c: New test.
8323 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
8325         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
8327 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
8329         * g++.dg/vtgc1.C: Update for new ABI.
8331         * consistency.vlad: New directory, 1665 files.
8333 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
8335         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
8336         return type.
8337         * gcc.dg/cpp/digraphs.c: Declare puts.
8339 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
8341         * g++.old-deja/g++.other/warn5.C: New test.
8343 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
8345         * g++.old-deja/g++.pt/spec40.C: New test.
8347 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
8349         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
8350         case.
8351         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
8353 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
8355         * gcc.c-torture/compile/20010209-1.c: New test.
8357 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
8359         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
8360         excess errors message but not if it crashes.
8361         * g++.old-deja/g++.other/crash27.C: Likewise.
8362         * g++.old-deja/g++.other/crash28.C: Likewise.
8363         * g++.old-deja/g++.other/crash30.C: Likewise.
8364         * g++.old-deja/g++.other/crash32.C: Likewise.
8365         * g++.old-deja/g++.other/crash35.C: Likewise.
8366         * g++.old-deja/g++.pt/inherit2.C: Likewise.
8368 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
8370         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
8371         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
8372         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
8373         g77.f-torture/execute/execute.exp,
8374         g77.f-torture/noncompile/noncompile.exp,
8375         gcc.c-torture/execute/execute.exp,
8376         gcc.c-torture/execute/memcheck/memcheck.exp,
8377         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
8378         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
8379         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
8380         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
8381         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
8382         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
8383         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
8384         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
8385         Remove bug reporting instructions with ancient email addresses.
8387 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
8389         * gcc.dg/20010202-1.c: New test.
8390         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
8392 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
8394         * g++.dg/stdbool-if.C: New test.
8396 2001-02-07  Ovidiu Predescu  <ovidiu@cup.hp.com>
8398         * objc/execute/fdecl.m: Added main().
8400 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
8402         * gcc.c-torture/execute/20010206-1.c: New test.
8404 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
8406         * gcc.dg/cpp/avoidpaste1.c: Update.
8408 2001-02-05  Ovidiu Predescu  <ovidiu@cup.hp.com>
8410         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
8411         Pero <nicola@brainstorm.co.uk>.
8412         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
8414 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
8416         * g++.old-deja/g++.pt/spec39.C: New test.
8418 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
8420         * gcc.c-torture/compile/20010202-1.c: New test.
8422 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
8424         * g++.old-deja/g++.abi/primary2.C: New test.
8425         * g++.old-deja/g++.abi/primary3.C: New test.
8426         * g++.old-deja/g++.abi/primary4.C: New test.
8427         * g++.old-deja/g++.abi/primary5.C: New test.
8428         * g++.old-deja/g++.abi/vtable3.h: New test.
8429         * g++.old-deja/g++.abi/vtable3a.C: New test.
8430         * g++.old-deja/g++.abi/vtable3b.C: New test.
8431         * g++.old-deja/g++.abi/vtable3c.C: New test.
8432         * g++.old-deja/g++.abi/vtable3d.C: New test.
8433         * g++.old-deja/g++.abi/vtable3e.C: New test.
8434         * g++.old-deja/g++.abi/vtable3f.C: New test.
8435         * g++.old-deja/g++.abi/vtable3g.C: New test.
8436         * g++.old-deja/g++.abi/vtable3h.C: New test.
8437         * g++.old-deja/g++.abi/vtable3i.C: New test.
8438         * g++.old-deja/g++.abi/vtable3j.C: New test.
8439         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
8441 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
8443         * g++.old-deja/g++.other/anon6.C: New test.
8444         * g++.old-deja/g++.other/anon7.C: New test.
8446 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
8448         * gcc.dg/cpp/avoidpaste2.c: New tests.
8450 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
8452         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
8454 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
8456         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
8457         DECIMAL_DIG cases for Irix."
8459 2001-01-31  J"orn Rennecke <amylaar@redhat.com>
8461         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
8463 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
8465         * gcc.dg/c99-tag-1.c: New test.
8467 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
8469         * gcc.dg/cpp/tr-warn1.c: Add tests.
8471 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
8473         * gcc.dg/cpp/avoidpaste1.c: Update.
8474         * gcc.dg/cpp/paste4.c: Update.
8476 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
8478         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
8479         cases for Irix.
8481 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8483         * g++.old-deja/g++.other/inline19.C: New test.
8485 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
8487         * gcc.dg/Wlarger-than.c: New test.
8489 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
8491         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
8493 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
8495         * gcc.c-torture/execute/20010129-1.c: New test.
8496         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
8498 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
8500         * gcc.dg/cpp/avoidpaste1.c: Test case.
8502 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
8504         * g++.old-deja/g++.other/inline18.C: New test.
8506 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8508         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
8509         and __builtin_putchar.
8511 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
8513         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
8514         tests.
8516 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
8518         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
8519         floating point number rounding mode to round to the nearest
8520         representable mode.
8522 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
8524         * g++.old-deja/g++.other/mangle2.C: New test.
8526 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
8528         * gcc.c-torture/compile/20010124-1.c: New test.
8530 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
8532         * g++.old-deja/g++.pt/spec38.C: New test.
8534 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8536         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
8537         "Build don't run".
8539 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8541         * gcc.c-torture/execute/20010123-1.c: New test.
8543 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
8545         * g++.old-deja/g++.pt/spec37.C: New test.
8547 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
8549         * g++.old-deja/g++.pt/overload14.C: New test.
8551 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8553         * gcc.c-torture/execute/20010122-1.c: New test, exercise
8554         __builtin_return_address.
8556 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
8558         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
8559         * g++.old-deja/g++.pt/spec35.C: New test.
8560         * g++.old-deja/g++.pt/spec36.C: New test.
8562 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
8564         * gcc.c-torture/compile/20010118-1.c: New test.
8566 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
8568         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
8570 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
8572         * gcc.c-torture/execute/20010119-1.c: New test.
8574 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
8576         * g++.old-deja/g++.other/vbase5.C: New test.
8578 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
8580         * gcc.c-torture/execute/20010118-1.c: New test.
8582 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
8584         * g++.old-deja/g++.pt/deduct3.C: New test.
8586 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
8588         * g++.old-deja/g++.pt/spec34.C: New test.
8590 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
8592         * g77.f-torture/compile/20000601-2.f: New test.
8594 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
8596         * g++.old-deja/g++.other/init17.C: New test.
8598 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
8600         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
8602 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
8604         * g++.old-deja/g++.pt/unify8.C: New test.
8606 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
8608         * g++.old-deja/g++.abi/vbase1.C: New test.
8610 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
8612         * g++.old-deja/g++.pt/crash65.C: New test.
8614 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
8616         * gcc.dg/cpp/assembl2.S: New test case.
8618 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
8620         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
8621         are supported.
8623 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8625         * g++.old-deja/g++.other/builtins1.C: New test.
8626         * g++.old-deja/g++.other/builtins2.C: Likewise.
8627         * g++.old-deja/g++.other/builtins3.C: Likewise.
8628         * g++.old-deja/g++.other/builtins4.C: Likewise.
8630 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
8632         * gcc.c-torture/compile/20010117-1.c: New test.
8633         * gcc.c-torture/compile/20010117-2.c: New test.
8635 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
8637         * g77.f-torture/execute/20010116.[fx]: New test,
8638         XFAIL on i?86-*-*.
8639         * g77.f-torture/compile/20010115.f: Indicate it's
8640         a test for PR fortran/1636.
8642 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
8644         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
8646 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
8648         * g77.f-torture/compile/20010115.f: New test.
8650 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
8652         * g++.old-deja/g++.pt/nontype5.C: New test.
8654 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
8656         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
8657         have an equivalent working one below it.
8659 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
8661         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
8662         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
8664 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
8666         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
8667         message containing "init_priority".
8668         (conpr-2.C): Likewise.
8669         (conpr-3.C): Likewise.
8670         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
8672 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8674         * gcc.c-torture/execute/20010114-2.c: New test.
8676 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
8678         * gcc.c-torture/compile/20010114-1.c: New test.
8679         * gcc.c-torture/compile/20010114-1.x: Xfail.
8680         * gcc.c-torture/compile/20010114-2.c: New test.
8681         * gcc.c-torture/execute/20010114-1.c: New test.
8682         * gcc.dg/trunc-1.c: New test.
8683         * gcc.dg/uninit-B.c: New test.
8685 2001-01-13  Nick Clifton  <nickc@redhat.com>
8687         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
8688         target.
8690 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8692         * gcc.c-torture/compile/20010113-1.c: New test.
8694 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
8696         * gcc.c-torture/compile/20001212-1.c: New test.
8698 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
8700         * gcc.dg/cpp/widestr1.c: Update.
8701         * gcc.dg/cpp/prag-imp.c: Remove.
8703 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
8705         * gcc.c-torture/execute/20000801-3.x: Remove.
8706         * gcc.dg/c90-init-1.c: New test.
8707         * gcc.dg/c99-init-1.c: New test.
8708         * gcc.dg/c99-init-2.c: New test.
8709         * gcc.dg/gnu99-init-1.c: New test.
8711 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
8713         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
8714         testing that no relevant ones were found.
8716 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
8718         * g++.old-deja/g++.pt/cast2.C: New test.
8720 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
8722         * g++.old-deja/g++.pt/friend47.C: New test.
8724 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
8726         * g++.old-deja/g++.pt/instantiate13.C: New test.
8728 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
8730         * g++.old-deja/g++.other/defarg7.C: New test.
8731         * g++.old-deja/g++.other/defarg8.C: New test.
8733 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
8735         * g++.old-deja/g++.pt/crash64.C: New test.
8737 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
8739         * g++.old-deja/g++.pt/crash63.C: New test.
8741 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
8743         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
8745 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
8747         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
8749 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
8751         * g++.old-deja/g++.pt/error3.C: New test.
8753 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
8755         * g++.old-deja/g++.other/crash39.C: New test.
8757 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
8759         * g++.old-deja/g++.other/vbase4.C: New test.
8761 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
8763         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
8764         * gcc.dg/special/20000419-2.c: New file. Identical to above.
8765         * gcc.dg/special/special.exp: New test driver which will check
8766         for alias support for the above test.
8768 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
8770         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
8771         problems on small machines.
8772         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
8773         parameterize.
8775 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
8777         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
8778         mips.
8779         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
8781 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
8783         * g++.old_deja/g++.pt/using8.C: New test.
8785 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
8787         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
8789 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
8791         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
8792         where a failure is expected.
8793         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
8795 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
8797         * g++.old_deja/g++.pt/instantiate12.C: New test.
8799 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
8801         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
8802         start of structs.
8803         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
8804         * g++.old-deja/g++.brendan/crash17.C: Likewise.
8805         * g++.old-deja/g++.brendan/crash29.C: Likewise.
8806         * g++.old-deja/g++.brendan/crash48.C: Likewise.
8807         * g++.old-deja/g++.brendan/ns1.C: Likewise.
8808         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
8809         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
8810         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
8811         * g++.old-deja/g++.eh/spec6.C: Likewise.
8812         * g++.old-deja/g++.jason/crash3.C: Likewise.
8813         * g++.old-deja/g++.law/ctors11.C: Likewise.
8814         * g++.old-deja/g++.law/ctors17.C: Likewise.
8815         * g++.old-deja/g++.law/ctors5.C: Likewise.
8816         * g++.old-deja/g++.law/ctors9.C: Likewise.
8817         * g++.old-deja/g++.mike/ambig1.C: Likewise.
8818         * g++.old-deja/g++.mike/net22.C: Likewise.
8819         * g++.old-deja/g++.mike/p3538a.C: Likewise.
8820         * g++.old-deja/g++.mike/p3538b.C: Likewise.
8821         * g++.old-deja/g++.mike/virt3.C: Likewise.
8822         * g++.old-deja/g++.niklas/t128.C: Likewise.
8823         * g++.old-deja/g++.other/anon4.C: Likewise.
8824         * g++.old-deja/g++.other/using1.C: Likewise.
8825         * g++.old-deja/g++.other/warn3.C: Likewise.
8826         * g++.old-deja/g++.pt/t37.C: Likewise.
8827         * g++.old-deja/g++.robertl/eb69.C: Likewise.
8828         * g++.old-deja/g++.robertl/eb71.C: Likewise.
8830 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
8832         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
8834 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8836         * gcc.c-torture/execute/stdio-opt-3.c: New test.
8838 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
8840         * gcc.c-torture/compile/20010107-1.c: New test.
8842 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
8844         * gcc.c-torture/execute/builtin-noret-1.c: New test.
8846 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
8848         * gcc.dg/format/format.h: New file.
8849         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
8850         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
8851         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
8852         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
8853         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
8854         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
8855         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
8856         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
8857         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
8858         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
8859         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
8860         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
8861         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
8862         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
8863         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
8864         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
8865         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
8866         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
8867         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
8868         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
8869         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
8870         instead of declaring standard types, macros and functions in each
8871         test.
8873 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
8875         * gcc.c-torture/execute/20010106-1.c: New test.
8877 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
8879         * gcc.dg/format/format.exp: New file.
8880         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
8881         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
8882         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
8883         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
8884         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
8885         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
8886         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
8887         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
8888         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
8889         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
8890         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
8891         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
8892         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
8893         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
8894         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
8895         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
8896         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
8897         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
8898         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
8899         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
8900         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
8901         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
8902         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
8903         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
8904         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
8905         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
8906         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
8907         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
8908         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
8909         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
8910         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
8911         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
8912         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
8913         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
8914         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
8915         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
8916         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
8917         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
8918         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
8919         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
8920         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
8921         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
8923 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
8925         * gcc.c-torture/execute/991228-1.c: Take word endianness into
8926         account.
8928 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
8930         * gcc.c-torture/execute/builtin-complex-1.c: New test.
8932 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
8934         * g++.old-deja/g++.pt/crash62.C: New test.
8936 2001-01-04  Richard Henderson  <rth@redhat.com>
8938         * gcc.dg/20000926-1.c: Update expected warnings.
8939         * gcc.dg/array-2.c: Likewise.
8940         * gcc.dg/array-4.c: Also validate flexible array members.
8941         * gcc.dg/c99-flex-array-1.c: New.
8943 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
8945         * gcc.c-torture/compile/20001222-1.x: Remove.
8947 2001-01-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8949         * gcc.c-torture/execute/built-in-setjmp.c: New.
8951 2001-01-03  Richard Henderson  <rth@redhat.com>
8953         * gcc.dg/940510-1.c: Update expected error wording.
8954         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
8956 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
8958         * lib/target-supports.exp (check_alias_available): Modified to
8959         indicate aliases not supported if only weak aliases are supported.
8961 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8963         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
8964         Turn on cmpstrsi checks for __pj__ and __i370__.
8966 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
8968         * g++.old-deja/g++.other/virtual11.C: New test.
8970 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
8972         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
8974 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8976         * gcc.c-torture/compile/20010102-1.c: New test.
8978 2001-01-02  Andreas Jaeger  <aj@suse.de>
8980         * gcc.dg/noreturn-3.c: New test.
8982         * gcc.dg/noreturn-4.c: New test.
8984 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8986         * gcc.c-torture/execute/stdio-opt-1.c: Also test
8987         __builtin_fputc and __builtin_fwrite.
8989 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
8991         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
8992         signed char, not default char.
8994 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
8996         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
8998 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
9000         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
9002 2000-12-29  Richard Henderson  <rth@redhat.com>
9004         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
9005         (__cyg_profile_func_exit): Define.
9007 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
9009         * g++.dg/vtgc1.C: New test.
9011 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
9013         * gcc.dg/noncompile/20001228-1.c: New test.
9015         * gcc.dg/20001228-1.c: New test.
9017         * gcc.c-torture/execute/20001228-1.c: New test.
9019 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
9021         * gcc.dg/format-strfmon-1.c: New test.
9023 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9025         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
9026         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
9027         * gcc.c-torture/execute/string-opt-1.c: Likewise.
9028         * gcc.c-torture/execute/string-opt-2.c: Likewise.
9029         * gcc.c-torture/execute/string-opt-3.c: Likewise.
9030         * gcc.c-torture/execute/string-opt-4.c: Likewise.
9031         * gcc.c-torture/execute/string-opt-6.c: Likewise.
9032         * gcc.c-torture/execute/string-opt-7.c: Likewise.
9033         * gcc.c-torture/execute/string-opt-8.c: Likewise.
9034         * gcc.c-torture/execute/string-opt-9.c: Likewise.
9035         * gcc.c-torture/execute/string-opt-10.c: Likewise.
9036         * gcc.c-torture/execute/string-opt-11.c: Likewise.
9037         * gcc.c-torture/execute/string-opt-12.c: Likewise.
9039         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
9040         * gcc.c-torture/execute/string-opt-4.c: Test index.
9042 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
9044         * gcc.c-torture/compile/20001226-1.c: New test.
9046 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
9048         * gcc.c-torture/compile/20001222-1.c: New test.
9049         * gcc.c-torture/compile/20001222-1.x: Xfail.
9051 2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
9053         * gcc.c-torture/execute/comp-goto-2.c: New test.
9055 2000-12-21  J"orn Rennecke <amylaar@redhat.com>
9057         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
9058         Use long types if __INT_MAX__ is 32767.
9059         (main): Use cast to (sint32 *) when poking 88 into a_page.
9061         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
9063 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
9065         * gcc.c-torture/compile/20001221-1.c: New test.
9066         * gcc.c-torture/execute/20001221-1.c: New test.
9068 2000-12-20  Richard Henderson  <rth@redhat.com>
9070         * g++.old-deja/g++.pt/crash36.C: Update error lines.
9071         * g++.old-deja/g++.robertl/eb109.C: Likewise.
9073 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9075         * gcc.dg/compare3.c: New test.
9077 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
9079         * gcc.dg/format-warnll-1.c: New test.
9081 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
9083         * gcc.dg/cpp/cmdlne-P.c: New test.
9085 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
9087         * gcc.c-torture/execute/builtin-abs-1.c,
9088         gcc.c-torture/execute/builtin-abs-2.c: New tests.
9090 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
9092         * gcc.dg/cpp/multiline.c: New test.
9094 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
9096         * g++.old-deja/g++.other/syshdr1.C: Update.
9097         * gcc.dg/cpp/lineflags.c: Remove temporarily.
9099 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9101         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
9103 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9105         * g++.old-deja/g++.pt/ttp65.C: New test.
9107 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9109         * g++.old-deja/g++.pt/ttp64.C: New test.
9111 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9113         * g++.old-deja/g++.pt/spec33.C: New test.
9115 2000-12-14  Catherine Moore  <clm@redhat.com>
9117         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
9118         * gcc.c-torture/execute/920612-2.c: Likewise.
9119         * gcc.c-torture/execute/920428-2.c: Likewise.
9120         * gcc-c-torture/execute/va-arg-11.c: Call exit.
9121         * gcc.c-torture/execute/va-arg-21.c: Likewise.
9123 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9125         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
9126         * gcc.dg/pack-test-2.c: Likewise.
9128 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
9130         Tests by Zack Weinberg <zackw@stanford.edu>.
9132         * gcc.dg/cpp/defined.c: Update.
9133         * gcc.dg/cpp/defined_trad.c: New tests.
9135 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
9137         * gcc.dg/cpp/trad-direct.c: Update.
9139 2000-12-11  Neil Booth  <neilb@earthling.net>
9141         * gcc.dg/cpp/defined_trad.c
9143 2000-12-11  Neil Booth  <neilb@earthling.net>
9145         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
9147 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
9149         * gcc.dg/format-miss-2.c: New test.
9151 2000-12-09  Neil Booth  <neilb@earthling.net>
9153         * gcc.dg/cpp/lineflags.c: New tests.
9154         * gcc.dg/cpp/poison.c: Update.
9155         * gcc.dg/cpp/redef2.c: Update.
9156         * gcc.dg/cpp/skipping.c: New test.
9158 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
9160         * g++.old-deja/g++.other/eh3.C: New testcase.
9162 2000-12-07  Neil Booth  <neilb@earthling.net>
9164         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
9165         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
9166         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
9167         wtr-union-init-2.c, wtr-union-init-3.c: Update.
9168         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
9169         Update.
9171 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
9173         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
9174         __SIZE_TYPE__ instead of int for type of integers cast to
9175         pointers.
9177 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
9179         * g++.old-deja/g++.other/cleanup4.C: New test.
9181 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
9183         * format-sec-1.c: New test.
9185 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
9187         * gcc.dg/format-nonlit-3.c: New test.
9189 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
9191         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
9192         through a null pointer.
9194 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9196         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
9197         * g++.old-deja/g++.pt/partial4.C: New test.
9199 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
9201         * gcc.c-torture/execute/ieee/hugeval.x: New.
9203 2000-12-06  Neil Booth  <neilb@earthling.net>
9205         * gcc.dg/cpp/backslash2.c: New tests.
9207 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9209         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
9210         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
9212 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
9214         * gcc.c-torture/execute/20001203-2.c: New testcase.
9216 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
9218         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
9219         * g++.old-deja/g++.other/virtual10.C: New test.
9221 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
9223         * g++.old-deja/g++.mike/pmf5.C: Remove test.
9225 2000-12-05  Richard Henderson  <rth@redhat.com>
9227         * gcc.c-torture/compile/20001205-1.c: New.
9229 2000-12-04  Neil Booth  <neilb@earthling.net>
9231         * g++.old-deja/g++.other/virtual9.C: New test.
9232         * g++.old-deja/g++.pt/crash61.C: New test.
9233         * gcc.c-torture/execute/loop-9.c: New test.
9235 2000-12-04  Neil Booth  <neilb@earthling.net>
9237         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
9238         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
9239         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
9240         * gcc.dg/cpp/extratokens.c: ...here.
9242 2000-12-04  Neil Booth  <neilb@earthling.net>
9244         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
9245         New tests.
9247 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9249         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
9250         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
9252 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
9254         * gcc.c-torture/execute/20001203-1.c: New test.
9256 2000-12-03  Neil Booth  <neilb@earthling.net>
9258         * gcc.dg/cpp/macro6.c: New test cases.
9260 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9262         * gcc.c-torture/execute/string-opt-9.c: New test.
9263         * gcc.c-torture/execute/string-opt-10.c: Likewise.
9264         * gcc.c-torture/execute/string-opt-11.c: Likewise.
9265         * gcc.c-torture/execute/string-opt-12.c: Likewise.
9267         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
9268         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
9270 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
9272         * gcc.dg/cpp/if-6.c: New testcase.
9274         * gcc.dg/20001201-1.c: New testcase.
9276 2000-12-02  Neil Booth  <neilb@earthling.net>
9278         * g++.old-deja/g++.other/externC4.C,
9279         g++.old-deja/g++.other/friend10.C: New tests.
9281 2000-12-02  Neil Booth  <neilb@earthling.net>
9283         * g++.old-deja/g++.other/instan2.C
9284         * g++.old-deja/g++.other/instan3.C: New test.
9286 2000-12-02  Neil Booth  <neilb@earthling.net>
9288         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
9289         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
9290         gnuc99.c,gnuc99-pedantic.c: New tests.
9292 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
9294         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
9295         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
9297 2000-12-01  Neil Booth  <neilb@earthling.net>
9299         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
9300         * gcc.dg/cpp/poison.c: Update.
9301         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
9303 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
9305         * g77.f-torture/execute/20001201.f: New test.
9307 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
9309         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
9311 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
9313         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
9315 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
9317         * g++.old-deja/g++.other/cast6.C: New test.
9319 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
9321         * gcc.c-torture/execute/20001130-2.c: New testcase.
9323 2000-11-30  Richard Henderson  <rth@redhat.com>
9325         * gcc.c-torture/execute/20001130-1.c: New test.
9327 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
9329         * g++.old-deja/g++.other/op3.C: New test.
9331 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
9333         * g++.old-deja/g++.other/op2.C: New test.
9335 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
9337         * g++.old-deja/g++.other/crash38.C: New test.
9339 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
9341         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
9343 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
9345         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
9346         tests.
9347         * gcc.c-torture/execute/string-opt-6.c: New test.
9349         * gcc.dg/20001117-1.c: Add main.
9351 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
9353         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
9354         Move from here ...
9355         * gcc.dg/940510-1.c: ... to here.
9357         * gcc.dg/20000926-1.c: GNU C now allows initializations of
9358         zero-size arrays in toplevel structures.
9360 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
9362         * gcc.c-torture/execute/loop-8.c: New test.
9364 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
9366         * g++.old-deja/g++.other/base1.C: New test.
9368 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
9370         * g++.old-deja/g++.other/parse2.C: New test.
9372 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
9374         * g++.old-deja/g++.pt/incomplete1.C: New test.
9376 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
9378         * g++.old-deja/g++.other/friend9.C: New test.
9380 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
9382         * gcc.dg/20001127-1.c: New test.
9384 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
9386         * g++.old-deja/g++.pt/friend46.C: New test.
9388 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
9390         * g++.old-deja/g++.other/ptrmem8.C: New test.
9392 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9394         * gcc.c-torture/execute/string-opt-7.c: New test.
9395         * gcc.c-torture/execute/string-opt-8.c: Likewise.
9397 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
9399         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
9400         instead of 'mkcheck 2'.
9402 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
9404         * gcc.c-torture/execute/memcheck/driver.c,
9405         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
9406         C9X references to refer to C99.
9408 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
9410         * gcc.dg/ultrasp3.c: New test.
9412 2000-11-25  Neil Booth  <neilb@earthling.net>
9414         * gcc.dg/cpp/include2.c: Update test to be locale independent.
9416 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
9418         * gcc.c-torture/compile/20001123-2.c: New.
9420 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9422         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
9424 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
9426         * gcc.dg/sequence-point-1.c: Add some new tests.
9427         * gcc.c-torture/execute/20001124-1.c: New test.
9429 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
9431         * g++.old-deja/g++.other/vaarg4.C: New test.
9432         * gcc.c-torture/compile/20001123-1.c: New test.
9434 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
9436         * g++.other/crash24.C: Adjust and remove XFAIL.
9437         * g++.other/crash37.C: New test.
9439 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
9441         * g++.old-deja/g++.pt/instantiate9.C: New test.
9443 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
9445         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
9446         new ABI, too.
9448         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
9449         * g++.old-deja/g++.robertl/eb55.C: Likewise.
9451 2000-11-22  Neil Booth  <neilb@earthling.net>
9453         * gcc.dg/cpp/Wtrigraphs.c: New test.
9455 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
9457         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
9459 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
9461         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
9463 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
9465         * lib/gcc-dg.exp: load_lib scanasm.exp.
9466         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
9467         * lib/g++-dg.exp: load_lib scanasm.exp.
9468         * lib/scanasm.exp: New.
9469         (scan-assembler, scan-assembler-not): Add optional arguments to
9470         test name, or if not present, the pattern name.
9471         (scan-assembler-dem, scan-assembler-dem-not): New.
9473         * g++.dg/dg.exp: New.
9475 2000-11-21  Neil Booth  <neilb@earthling.net>
9477         * gcc.dg/cpp/integrated1.c: Remove.
9479 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
9481         * gcc.c-torture/execute/20001121-1.c: New test.
9483 2000-11-21  Richard Henderson  <rth@redhat.com>
9485         * gcc.c-torture/compile/20001121-1.c: New test.
9487 2000-11-20  Neil Booth  <neilb@earthling.net>
9489         * gcc.dg/cpp/integrated1.c: New test.
9491 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
9493         * g++.old-deja/g++.other/inline17.C: New test.
9495 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
9497         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
9498         local variable to be zero: I made the variable global. Now
9499         uses abort() and exit() instead of relying on main's return value.
9501 2000-11-20  Neil Booth  <neilb@earthling.net>
9503         * gcc.dg/cpp/paste2.c: Update test.
9504         * objc/execute/paste.m: New test.
9506 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
9508         * gcc.dg/c99-condexpr-1.c: New test.
9510 2000-11-20  Neil Booth  <neilb@earthling.net>
9512         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
9514 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
9516         * g++.old-deja/g++.pt/export1.C: New test.
9518 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
9520         * gcc.dg/20001117-1.c: New test.
9522 2000-11-18  Richard Henderson  <rth@redhat.com>
9524         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
9526 2000-11-18  Richard Henderson  <rth@redhat.com>
9528         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
9529         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
9530         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
9532 2000-11-18  Richard Henderson  <rth@redhat.com>
9534         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
9535         (main): New.  Exit cleanly.
9537 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
9539         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
9540         gcc.dg/c99-fordecl-2.c: New tests.
9542 2000-11-18  Richard Henderson  <rth@redhat.com>
9544         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
9545         * gcc.c-torture/execute/zerolen-2.c: New.
9547 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9549         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
9550         memory.
9552 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
9554         * g++.old-deja/g++.pt/instantiate8.C: New test.
9556 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
9558         * g++.old-deja/g++.other/incomplete.C: Add more tests.
9559         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
9561 2000-11-16  Nick Clifton  <nickc@redhat.com>
9563         * gcc.c-torture/execute/nestfunc-2.c: New test.
9564         * gcc.c-torture/execute/nestfunc-3.c: New test.
9566 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
9568         * gcc.c-torture/compile/20001116-1.c: New test.
9570 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9572         * gcc.c-torture/execute/20001115-1.c: New test.
9574 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
9576         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
9577         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
9578         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
9579         * g++.old-deja/g++.abi/vmihint.C: Likewise.
9581 2000-11-15  Neil Booth  <neilb@earthling.net>
9583         gcc.dg/cpp/_Pragma1.c: Update.
9584         gcc.dg/cpp/_Pragma2.c: New test.
9586 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
9588         * g++.old-deja/g++.other/anon5.C: New test.
9590 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
9592         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
9593         tests.
9595 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
9597         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
9598         output.
9600 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9602         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
9603         labels at end of compound statements.
9605 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
9607         * gcc.c-torture/execute/loop-7.c: New test.
9609 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9611         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
9613 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9615         * gcc.dg/c99-bool-1.c: New test.
9617 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9619         * gcc.dg/c99-scope-1.c: Remove xfail.
9620         * gcc.dg/c99-scope-2.c: New test.
9622 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9624         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
9625         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
9627 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
9629         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
9630         error messages.
9632         * g++.mike/p700.C: Don't typedef wchar_t.
9633         * g++.mike/p784.C: Likewise.
9634         * g++.mike/eb101.C: Don't use __wchar_t.
9636 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
9638         * g77.f-torture/execute/20001111.[fx]: Test premature exit
9639         from DO loop.
9641 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
9643         * gcc.c-torture/execute/20001111-1.c: New test.
9645 2000-11-10  Nick Clifton  <nickc@redhat.com>
9647         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
9648         long multuiple and accumulate.
9650 2000-11-09  Richard Henderson  <rth@redhat.com>
9652         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
9653         via size_t instead of int.
9655         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
9656         * gcc.c-torture/execute/string-opt-2.c: Likewise.
9657         * gcc.c-torture/execute/string-opt-3.c: Likewise.
9658         * gcc.c-torture/execute/string-opt-4.c: Likewise.
9660 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
9662         * gcc.c-torture/compile/20001109-1.c: New test.
9663         * gcc.c-torture/compile/20001109-2.c: New test.
9665 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
9667         * g++.old-deja/g++.pt/operator1.C: New test.
9668         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
9670 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
9672         * gcc.dg/20001108-1.c: New test.
9674 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
9676         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
9677         with both arguments constant strings.
9678         * gcc.c-torture/execute/string-opt-3.c: New test.
9679         * gcc.c-torture/execute/string-opt-4.c: New test.
9680         * gcc.c-torture/execute/string-opt-5.c: New test.
9682 2000-11-08  Nick Clifton  <nickc@redhat.com>
9684         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
9685         mulsidi3adddi patterns.
9687 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
9689         * g++.old-deja/g++.other/crash36.C: New test.
9691 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
9693         * g++.old-deja/g++.other/init16.C: New test.
9695 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
9697         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
9699 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
9701         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
9702         * gcc.c-torture/execute/va-arg-16.x: Likewise.
9703         * gcc.c-torture/execute/va-arg-17.x: Likewise.
9705 2000-11-07  DJ Delorie  <dj@redhat.com>
9707         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
9709 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9711         * gcc.c-torture/execute/string-opt-1.c: New test.
9713 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
9715         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
9716         mips-sgi-irix6.* because the MIPS ABI passes floating-point
9717         parameters in registers, and there is no way for a varargs
9718         function to know in which order the integer and floating-point
9719         parameters should be interleaved when they are placed on the
9720         stack.
9721         * gcc.c-torture/execute/va-arg-16.x: Likewise.
9722         * gcc.c-torture/execute/va-arg-17.x: Likewise.
9724 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9726         * gcc.c-torture/execute/string-opt-2.c: New test.
9728 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
9730         * g++.old-deja/g++.pt/crash60.C: New test.
9732 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
9734         * g++.old-deja/g++.other/crash24.C: New test.
9735         * g++.old-deja/g++.other/crash25.C: New test.
9736         * g++.old-deja/g++.other/crash26.C: New test.
9737         * g++.old-deja/g++.other/crash27.C: New test.
9738         * g++.old-deja/g++.other/crash28.C: New test.
9739         * g++.old-deja/g++.other/crash29.C: New test.
9740         * g++.old-deja/g++.other/crash30.C: New test.
9741         * g++.old-deja/g++.other/crash31.C: New test.
9742         * g++.old-deja/g++.other/crash32.C: New test.
9743         * g++.old-deja/g++.other/crash33.C: New test.
9744         * g++.old-deja/g++.other/crash34.C: New test.
9745         * g++.old-deja/g++.other/crash35.C: New test.
9747 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
9749         * gcc.c-torture/execute/20001031-1.c: New test.
9751 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
9753         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
9754         namespace.
9756         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
9757         standards-conformant.
9759         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
9761         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
9762         * g++.old-deja/g++.mike/p755a.C: Likewise.
9763         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
9764         library makes no calls to `operator new' during initialization.
9766 2000-11-04  Neil Booth  <neilb@earthling.net>
9768         * gcc.dg/cpp/include2.c: New tests.
9770 2000-11-03  Mark P Mitchell  <mark@codesourcery.com>
9772         * lib/g++.exp (g++_set_ld_library_path): New function.
9773         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
9775 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
9777         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
9778         warnings.
9780 2000-11-01  Richard Henderson  <rth@redhat.com>
9782         * g++.old-deja/g++.ext/namedret1.C: New.
9783         * g++.old-deja/g++.ext/namedret2.C: New.
9784         * g++.old-deja/g++.ext/namedret3.C: New.
9786 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
9788         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
9789         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
9791 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9793         * gcc.c-torture/execute/va-arg-21.c: New test.
9795 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
9797         * gcc.dg/c99-complex-2.c: New test.
9799 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9801         * gcc.c-torture/execute/stdio-opt-1.c: New test.
9803 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
9805         * g++.old-deja/g++.other/inline16.C: New test.
9807 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
9809         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
9810         __PRETTY_FUNCTION__
9812 2000-10-29  Neil Booth  <neilb@earthling.net>
9814         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
9815         New tests.
9816         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
9817         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
9818         optimisation.
9820 2000-10-29  Neil Booth  <neilb@earthling.net>
9822         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
9823         * mi1.c, mi1c.h: Add null directives to multiple-include test.
9824         * mi5.c: Test multiple includes work with -C.
9825         * trigraphs.c: Test ^= version.
9827 2000-10-28  Neil Booth  <neilb@earthling.net>
9829         New tests and test updates for new macro expander.
9831         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
9832         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
9833         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
9834         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
9835         new diagnostic messages.
9837         * gcc.dg/cpp/macro3.c: New tests.
9839 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
9841         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
9842         on the same line.
9844 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
9846         * g++.old-deja/g++.other/eh2.C: New test.
9848 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
9850         * gcc.c-torture/execute/20001027-1.c: New test.
9852 2000-10-26  Richard Henderson  <rth@redhat.com>
9854         * gcc.c-torture/execute/20001026-1.c: New.
9856 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
9858         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
9859         * g++.old-deja/g++.law/builtin1.C: Likewise.
9860         * g++.old-deja/g++.law/ctors10.C: Likewise.
9861         * g++.old-deja/g++.law/virtual3.C: Likewise.
9862         * g++.old-deja/g++.mike/p658.C: Likewise.
9863         * g++.old-deja/g++.other/sibcall1.C: Likewise.
9864         * g++.old-deja/g++.other/vaarg2.C: Likewise.
9865         * g++.old-deja/g++.robertl/eb124.C: Likewise.
9866         * g++.old-deja/g++.robertl/eb44.C: Likewise.
9867         * g++.old-deja/g++.robertl/eb77.C: Likewise.
9869 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
9871         * gcc.c-torture/compile/20001024-1.c: New test.
9873 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
9875         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
9876         to tell us whether or not we are using V3.
9878 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
9880         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
9881         operands.
9883 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
9885         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
9887 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
9889         * gcc.c-torture/execute/20001024-1.c: New test.
9891 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
9893         * g++.old-deja/g++.other/sibcall1.C: New test.
9895 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
9897         * gcc.dg/noncompile/init-3.c: New test.
9899 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
9901         * gcc.dg/format-array-1.c: New test.
9903 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
9905         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
9906         writing through null pointers; remove comment about testing
9907         unterminated strings.
9909 2000-10-17  Matthew Hiller  <hiller@redhat.com>
9911         * gcc.c-torture/execute/20001017-2.c: New test.
9913 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
9915         * gcc.c-torture/compile/20001018-1.c: New test.
9916         * gcc.c-torture/compile/20001018-1.x: Xfail.
9918 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9920         * gcc.c-torture/execute/20001017-1.c: New test.
9922 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
9924         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
9925         for multiple use of arguments with scanf formats; add tests for
9926         multiple use of arguments.
9928 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
9930         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
9932 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
9934         * gcc.dg/format-miss-1.c: New test.
9936 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
9938         * gcc.c-torture/execute/20001013-1.c: New test.
9940 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
9942         * gcc.dg/format-branch-1.c: New test.
9944 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
9946         * README, lib/file-format.exp: Remove EGCS references.
9948 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
9950         * gcc.dg/20001013-1.c: New test.
9952 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
9954         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
9955         for intmax_t in the compiler using __typeof__ and the type rules
9956         for conditional expressions.
9958 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
9960         * gcc.dg/20001012-1.c: New test.
9961         * gcc.dg/20001012-2.c: New test.
9963 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
9965         * gcc.dg/format-attr-1.c: New test.
9967 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
9969         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
9970         __LONG_LONG_MAX__ instead of LLONG_MAX.
9972 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
9974         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
9975         scanf flags.
9976         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
9977         flags.
9979 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
9981         * gcc.dg/sequence-pt-1.c: New test.
9983 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
9985         * gcc.c-torture/execute/20001011-1.c: New testcase.
9986         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
9988 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
9990         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
9991         does not error on it.
9993 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
9995         * gcc.dg/20001009-1.c: New test.
9997 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
9999         * gcc.c-torture/compile/20001009-1.c: Move from here ....
10000         * gcc.c-torture/execute/20001009-2.c: ... to here.
10002 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
10004         * gcc.c-torture/compile/20001009-1.c: New testcase.
10005         * gcc.c-torture/execute/20001009-1.c: New testcase.
10006         Testcases provided by Jan Hubicka <jh@suse.cz>.
10008 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
10010         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
10011         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
10012         uintmax_t using <limits.h> to emulate the compiler's internal
10013         logic.  No longer XFAIL %j tests.
10015 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
10017         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
10018         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
10019         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
10020         regexps and details of expected handling of some bad formats.
10021         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
10022         suppression.
10024 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
10026         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
10027         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
10028         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
10029         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
10030         in list archives.
10032 2000-10-06  Richard Henderson  <rth@cygnus.com>
10034         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
10035         * g++.old-deja/g++.brendan/crash52.C: Likewise.
10036         * g++.old-deja/g++.jason/report.C: Likewise.
10037         * g++.old-deja/g++.law/friend5.C: Likewise.
10038         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
10039         of the expected warnings.
10041 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
10043         * g++.old-deja/g++.pt/enum14.C: New test.
10045 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
10047         * g++.old-deja/g++.pt/crash59.C: New test.
10049 2000-10-04  Will Cohen  <wcohen@redhat.com>
10051         * gcc.dg/20000926-1.c: New test.
10053 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
10055         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
10056         function name for current C++ compiler.
10057         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
10059 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
10061         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
10062         __PRETTY_FUNCTION__.
10063         * g++.old-deja/g++.ext/pretty2.C: Likewise.
10065 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10067         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
10069 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
10071         * gcc.c-torture/compile/20000923-1.c: New test.
10073 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
10075         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
10076         * g++.old-deja/g++.pt/ttp62.C: Same.
10077         * g++.old-deja/g++.other/inline14.C: Same.
10079 2000-09-24  Richard Henderson  <rth@cygnus.com>
10081         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
10083 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
10085         * gcc.dg/c90-printf-1.c: Add test for wide string format.
10087 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
10089         * gcc.c-torture/compile/20000922-1.c: New file.
10091 2000-09-21  Nick Clifton  <nickc@redhat.com>
10093         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
10094         a signed long modulo operation.
10095         (mod6): New function - perform an unsigned long modulo operation.
10096         (main): Add tests for modulos of very large numbers by very small
10097         dividends.
10099 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10101         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
10103 2000-09-19  Richard Henderson  <rth@cygnus.com>
10105         * gcc.dg/compare2.c (case 10): XFAIL.
10107 2000-09-18  Richard Henderson  <rth@cygnus.com>
10109         * gcc.c-torture/execute/20000906-1.c: Move ...
10110         * gcc.dg/20000906-1.c: ... here.  Only run on targets
10111         that support __builtin_trap.
10113 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
10115         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
10117 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
10119         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
10120         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
10121         more $ format tests.
10123 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
10125         * gcc.dg/format-errmk-1.c: New test.
10127 2000-09-17  Greg McGary  <greg@mcgary.org>
10129         * gcc.c-torture/execute/20000917-1.x: Remove.
10131 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
10133         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
10135 2000-09-17  Greg McGary  <greg@mcgary.org>
10137         * gcc.c-torture/execute/20000917-1.c: New test.
10138         * gcc.c-torture/execute/20000917-1.x: XFAIL.
10140 Sat 16-Sep-2000 08:14:58 BST  Neil Booth  <NeilB@earthling.net>
10142         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
10143         in nested macro bug.
10145 Fri 15-Sep-2000 06:50:11 BST  Neil Booth  <NeilB@earthling.net>
10147         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
10149 2000-09-14  Jeffrey A Law  (law@cygnus.com)
10151         * gcc.c-torture/execute/20000914-1.c: New test.
10153 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
10155         * g++.other/inline13.C: New test.
10157 2000-09-12  Andreas Jaeger  <aj@suse.de>
10159         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
10160         constant by Ulrich Drepper <drepper@redhat.com>.
10162 2000-09-12  J"orn Rennecke <amylaar@redhat.co.uk>
10164         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
10166 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10168         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
10170 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
10172         * gcc.dg/cpp/backslash.c: New test.
10174 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
10176         * gcc.c-torture/execute/20000910-1.c: New test.
10177         * gcc.c-torture/execute/20000910-2.c: Likewise.
10179 2000-09-11  Robert Lipe  <robertl@sco.com>
10181         * gcc.dg/pragma-align.c: New test.
10183 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
10185         * g++.old-deja/g++.pt/explicit82.C: New test.
10186         * g++.old-deja/g++.pt/explicit83.C: New test.
10188 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
10190         * gcc.dg/asm-names.c: New test.
10192 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10194         * gcc.dg/cpp/tr-warn6.c: New test
10196 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
10198         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
10199         be accepted.
10201 2000-09-07  Catherine Moore  <clm@redhat.com>
10203         * gcc.c-torture/execute/unroll-1.c: New test.
10205 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
10207         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
10208         ERROR markers.
10209         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
10210         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
10211         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
10212         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
10213         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
10214         Preprocess only.
10215         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
10216         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
10218 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
10220         * g++.old-deja/g++.pt/deduct2.C: New test.
10222 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
10224         * g++.old-deja/g++.pt/parms2.C: New test.
10226 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
10228         * g++.old-deja/g++.pt/crash58.C: New test.
10230 2000-09-06  Greg McGary  <greg@mcgary.org>
10232         * gcc.c-torture/execute/20000906-1.c: New test.
10233         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
10235 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10237         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
10239 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
10241         * g++.old-deja/g++.pt/crash57.C: New test.
10243 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
10245         * g++.old-deja/g++.pt/crash56.C: New test.
10247 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
10249         * g++.old-deja/g++.pt/koenig1.C: New test.
10251 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
10253         * gcc.dg/20000904-1.c: New test.
10255 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
10257         * gcc.dg/cpp/paste8.c: New test.
10259 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
10261         * gcc.c-torture/compile/20000827-1.c: New test.
10263 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
10265         * gcc.dg/format-diag-1.c: New test.
10267 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
10269         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
10270         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
10271         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
10272         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
10273         gcc.dg/formatz-1.c: Adjust warning regular expressions.
10275 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
10277         * g++.old-deja/g++.other/nested4.C: New test.
10279 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
10281         * g++.old-deja/g++.ns/scoped1.C: New test.
10283 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
10285         * lib/g++.exp: Support testing already-installed GCC.
10287 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10289         * wtr-label-1.c, wtr-suffix-1.c: New tests.
10291 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10293         * gcc.dg/return-type-2.c: New test.
10295 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
10297         * gcc.c-torture/compile/20000825-1.c: New test.
10299 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
10301         * gcc.dg/dwarf2-2.c: New test.
10303 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
10305         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
10306         dg-warning regexps.
10308 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
10310         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
10311         gcc.dg/format-ext-5.c: New tests.
10313 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
10315         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
10317 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
10319         * gcc.dg/noncompile/930622-2.c: Adjust error message.
10321 2000-08-24  Richard Henderson  <rth@cygnus.com>
10323         * gcc.dg/ia64-sync-1.c: New test.
10324         * gcc.dg/ia64-sync-2.c: New test.
10325         * gcc.dg/ia64-asm-1.c: New test.
10327 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
10329         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
10330         * gcc.dg/format-ext-2.c: New test.
10332 2000-08-23  Jason Merrill  <jason@redhat.com>
10334         * lib/old-dejagnu.exp: Also ignore "In member function" and
10335         "At global scope".
10337 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10339         * gcc.dg/noncompile/label-lineno-1.c: New test.
10341 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
10343         * gcc.dg/c99-array-nonobj-1.c: New test.
10345 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
10347         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
10348         tests.
10349         * gcc.dg/format-ext-1.c: New test.
10351 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10353         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
10354         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
10355         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
10356         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
10357         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
10359 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
10361         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
10362         gcc.dg/c99-strftime-2.c: New tests.
10364 2000-08-22  Richard Henderson  <rth@cygnus.com>
10366         * gcc.c-torture/execute/20000822-1.c: New test.
10368 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
10370         * gcc.c-torture/execute/20000819-1.x: Remove.
10372 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
10374         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
10375         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
10376         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
10377         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
10378         gcc.dg/format-xopen-1.c: New tests.
10380 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
10382         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
10384 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
10386         * g++.old-deja/g++.other/loop2.C: New test.
10388         * gcc.c-torture/compile/20000606-1.c: New test.
10389         * gcc.c-torture/compile/20000728-1.c: New test.
10390         * gcc.c-torture/execute/20000801-1.c: New test.
10391         * gcc.c-torture/execute/20000801-2.c: New test.
10392         * gcc.c-torture/execute/20000819-1.c: New test.
10393         * gcc.c-torture/execute/20000819-1.x: XFAIL.
10394         * gcc.dg/20000629-1.c: New test.
10395         * gcc.dg/20000724-1.c: New test.
10396         * gcc.dg/20000807-1.c: New test.
10398 2000-08-20 Dennis Chernoivanov <cdi@sparc.spb.su>
10400         * gcc.dg/cpp/pragma-1.c: New test.
10401         * gcc.dg/cpp/pragma-2.c: New test.
10403 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
10405         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
10406         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
10408 2000-08-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10410         * gcc.c-torture/compile/20000818-1.c: New test.
10412 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
10414         * gcc.c-torture/execute/20000818-1.c: New test.
10416 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
10418         * gcc.dg/format-va-1.c: New test.
10420 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
10422         * g++.old-deja/g++.other/typedef8.C: New test.
10424 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
10426         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
10427         * g++.old-deja/g++.mike/net36.C: Mark candidate.
10428         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
10429         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
10430         * g++.old-deja/g++.other/ptrmem7.C: New test.
10431         * g++.old-deja/g++.pt/ptrmem10.C: New test.
10433 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
10435         * g++.old-deja/g++.pt/typename27.C: New test.
10437 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
10439         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
10440         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
10441         * g++.old-deja/g++.pt/friend45.C: New test.
10442         * g++.old-deja/g++.other/friend8.C: New test.
10444 2000-08-15  Richard Henderson  <rth@cygnus.com>
10446         * gcc.c-torture/execute/20000815-1.c: New test.
10448 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
10450         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
10451         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
10452         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
10454 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
10456         * g++.old-deja/g++.other/refinit2.C: New test.
10458 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
10460         * lib/c-torture.exp (c-torture): Make
10461         compiler_conditional_xfail_data global.
10462         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
10463         compiler_conditional_xfail_data machinery.
10464         (f-torture-execute): Likewise.
10465         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
10466         and only when unrolling loops.
10468         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
10470 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
10472         * g++.old-deja/g++.pt/explicit81.C: New test.
10474 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
10476         * g++.old-deja/g++.pt/typename26.C: New test.
10478 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
10480         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
10481         warning.
10483 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
10485         * g++.old-deja/g++.other/array3.C: New test.
10487 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
10489         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
10490         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
10491         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
10492         New tests.
10494 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
10496         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
10497         * g++.old-deja/g++.abi/vmihint.C: Likewise.
10499 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
10501         * gcc.c-torture/execute/20000808-1.c: New test.
10503 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
10505         * gcc.dg/c90-const-expr-1.c: New test.
10507 2000-08-08  Richard Henderson  <rth@cygnus.com>
10509         * gcc.dg/noncompile/920923-1.c: Declare calloc.
10511 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
10513         * gcc.dg/noncompile/const-ll-1.c: New test.
10515 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
10517         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
10519 2000-08-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
10521         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
10522         that running programs linked against the shared version of libobjc
10523         run correctly.
10525 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
10527         * gcc.dg/c99-printf-1.c: New test.
10529 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
10531         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
10533 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
10535         * gcc.c-torture/execute/20000731-1.x: Delete.
10537 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
10539         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
10540         and torture_without_loops as is done by c-torture.exp.
10541         (search_for): Copy from c-torture.exp.
10542         (gcc-dg-runtest): New function, drives a directory of tests
10543         iterating over the TORTURE_OPTIONS.
10544         (scan-assembler, scan-assembler-not): Move here from
10545         individual directory drivers.
10547         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
10548         defined by lib/gcc-dg.exp.
10549         * gcc.dg/cpp/cpp.exp: Likewise.
10550         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
10551         gcc-dg-runtest, so we cycle over optimization options.
10553         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
10554         * gcc.dg/compare2.c: No longer expected to fail.
10556 2000-08-04  J"orn Rennecke <amylaar@cygnus.co.uk>
10558         * gcc.c-torture/execute/20000804-1.c: New test.
10560 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
10562         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
10564 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
10566         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
10568 2000-08-03  Jeffrey A Law  (law@cygnus.com)
10570         * gcc.c-torture/compile/20000803-1.c: New test.
10572 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
10574         * gcc.c-torture/execute/20000801-3.c,
10575         gcc.c-torture/execute/20000801-4.c: New tests.
10576         * gcc.c-torture/execute/20000801-3.x,
10577         gcc.c-torture/execute/20000801-4.x: Xfail.
10579 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
10581         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
10582         libobjc/.libs to allow for libtool.
10584 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
10586         * gcc.c-torture/compile/20000802-1.c: New test.
10588 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
10590         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
10592 2000-07-31  Jeffrey A Law  (law@cygnus.com)
10594         * gcc-c-torture/execute/20000731-2.c: New test.
10596         * gcc.c-torture/execute/20000731-1.c: New test.
10597         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
10599 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
10601         * testsuite/gcc.dg/cpp/paste7.c: New test.
10602         * gcc.dg/cpp/20000725-1.c: New test.
10604 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
10606         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
10607         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
10608         declaration warning for __builtin_dwarf_reg_size.
10610         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
10612 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
10614         * gcc.dg/noncompile/voidparam-1.c: New test.
10616 2000-07-30  Richard Henderson  <rth@cygnus.com>
10618         * gcc.dg/c90-digraph-1.c: Don't xfail.
10619         * gcc.dg/compare2.c (case 10): Xfail.
10620         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
10622 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
10624         * gcc.dg/c99-main-1.c: New test.
10626 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
10628         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
10630 2000-07-26  Hans-Peter Nilsson  <hp@axis.com>
10632         * gcc.c-tortuer/execute/20000726-1.c: New test.
10634 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
10636         * gcc.c-torture/execute/enum-2.c: New test.
10638 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10640         * gcc.dg/cpp/tr-warn3.c: New test.
10642 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
10644         * g++.old-deja/g++.ext/implicit1.C: Remove.
10645         * g++.old-deja/g++.jason/c2.C: Remove
10646         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
10647         * g++.old-deja/g++.pt/crash16.C: Likewise.
10648         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
10650 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
10652         * g++.old-deja/g++.other/for2.C: New test.
10654 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
10656         * gcc.dg/20000720-1.c: New test.
10658 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
10660         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
10662 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
10664         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
10665         * gcc.c-torture/execute/20000722-1.c: New.
10666         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
10668 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
10670         * gcc.dg/cpp/20000720-1.S: New test.
10672 2000-07-21  Michael Meissner  <meissner@redhat.com>
10674         * gcc.c-torture/execute/ieee/hugeval.c: New test.
10676 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
10678         * g++.old-deja/g++.brendan/crash16.C,
10679         g++.old-deja/g++.brendan/parse3.C,
10680         g++.old-deja/g++.brendan/redecl1.C,
10681         g++.old-deja/g++.ns/template13.C,
10682         g++.old-deja/g++.other/decl4.C,
10683         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
10685 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
10687         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
10688         and "Internal error".
10690         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
10691         regexps.
10692         * gcc.dg/cpp/paste6.c: New test.
10694 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
10696         * gcc.dg/cpp/tr-direct.c: New test.
10698         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
10699         gcc.dg/cpp/undef1.c: Tweak error regexps.
10701 2000-07-18  Eric Christopher <echristo@redhat.com>
10703         * gcc.c-torture/compile/20000718-1.c: New test.
10705 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
10707         * cpplex.c (_cpp_push_token): If the token being pushed back
10708         is the previous token in this context, just subtract one from
10709         context->posn.
10710         * cppmacro.c (save_expansion): Clear aux field when storing a
10711         placemarker.
10713 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
10715         * gcc.dg/noncompile/redecl-1.c: New test.
10717 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
10719         * gcc.c-torture/execute/20000717-5.c: New test.
10720         * gcc.c-torture/execute/20000717-1.x: Removed.
10722 2000-07-17  Richard Henderson  <rth@cygnus.com>
10724         * gcc.c-torture/execute/20000717-4.c: New test.
10726 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
10728         * gcc.dg/cpp/syshdr.c: New test.
10729         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
10731 2000-07-17  Neil Booth  <neilb@earthling.net>
10733         * gcc.dg/cpp/cmdlne-dM.c: New test.
10734         * gcc.dg/cpp/cmdlne-dD.c: New test.
10736 2000-07-17  Jeffrey A Law  (law@cygnus.com)
10738         * gcc.c-torture/execute/20000717-3.c: New test.
10740         * gcc.c-torture/compile/20000717-1.c: New test.
10742 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
10744         * gcc.c-torture/execute/20000717-2.c: New test.
10746 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
10748         * gcc.dg/formatz-1.c: New test.
10750         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
10751         * gcc.dg/c99-digraph-1.c: New tests.
10753         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
10754         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
10756         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
10757         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
10758         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
10759         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
10760         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
10761         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
10762         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
10764 2000-07-17   Greg McGary <greg@mcgary.org>
10766         * gcc.c-torture/execute/20000717-1.c: New test.
10767         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
10769 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
10771         * gcc.c-torture/execute/20000715-2.c: New test.
10772         * gcc.dg/20000715-1.c: New test.
10774 2000-07-15  Michael Meissner  <meissner@redhat.com>
10776         * gcc.c-torture/execute/20000715-1.c: New test.
10778 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
10780         * gcc.c-torture/execute/20000707-1.c: New test.
10782 2000-07-13  Neil Booth  <NeilB@earthling.net>
10784         * testsuite/gcc.dg/cpp/digraph1.c,
10785         testsuite/gcc.dg/cpp/digraph2.c,
10786         testsuite/gcc.dg/cpp/digraphs.c: New tests.
10788 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
10790         * g77.f-torture/compile/20000630-2.f:  New test.
10791         * g77.f-torture/compile/20000630-2.x
10793 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
10795         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
10797 2000-07-11  Neil Booth  <NeilB@earthling.net>
10799         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
10801 2000-07-11  Neil Booth  <NeilB@earthling.net>
10803         * gcc.dg/cpp/cmdlne-C.c: New.
10805 2000-07-09  Neil Booth  <NeilB@earthling.net>
10807         * gcc.dg/cpp/directiv.c: New tests.
10808         * gcc.dg/cpp/undef1.c: Update.
10810 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
10812         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
10814 2000-07-09  Neil Booth  <NeilB@earthling.net>
10816         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
10818 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
10820         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
10821         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
10823 2000-07-08  Neil Booth  <NeilB@earthling.net>
10825         * gcc.dg/cpp/macsyntx.c: New tests.
10827 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
10829         * gcc.dg/20000707-1.c: New test.
10831 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
10833         * gcc.c-torture/execute/20000706-1.c: New test.
10834         * gcc.c-torture/execute/20000706-2.c: New test.
10835         * gcc.c-torture/execute/20000706-3.c: New test.
10836         * gcc.c-torture/execute/20000706-4.c: New test.
10837         * gcc.c-torture/execute/20000706-5.c: New test.
10839 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
10841         * g++.old-deja/g++.pt/instantiate7.C: New test.
10843 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
10845         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
10846         * g++.old-deja/g++.mike/thunk3.C: Likewise.
10847         * g++.old-deja/g++.other/rtti3.C: Likewise.
10848         * g++.old-deja/g++.other/rttid3.C: Likewise.
10850 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
10852         *  g77.f-torture/compile/20000630-1.x: Fix typo
10854 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
10856         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
10857         assembly output.
10859 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
10861         * gcc.dg/cpp/ident.c: New test.
10863 2000-07-05  Neil Booth  <NeilB@earthling.net>
10865         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
10866           gcc.dg/cpp/lexstrng.c: New tests.
10868 2000-07-04  Neil Booth  <NeilB@earthling.net>
10870         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
10871         * gcc.dg/cpp/strify2.c: Same.
10873 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
10875         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
10876         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
10877         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
10878         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
10880         * testsuite/gcc.dg/cpp/macro1.c,
10881         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
10882         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
10883         testsuite/gcc.dg/cpp/strify1.c,
10884         testsuite/gcc.dg/cpp/strify2.c: New tests.
10886 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
10888         * gcc.c-torture/execute/20000703-1.c: New test.
10890 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
10892         * g++.old-deja/g++.pt (lookup10.C): New test.
10894 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
10896         * g++.old-deja/g++.pt (typename25.C): New test.
10898 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
10900         * gcc.c-torture/compile/20000701-1.c: New test.
10902 2000-06-30  Nick Clifton  <nickc@cygnus.com>
10904         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
10905         to test case.
10907 2000-06-30  Catherine Moore  <clm@cygnus.com>
10909         * gcc.c-torture/execute/align-1.c: New test.
10911 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
10913         * g++.old-deja/g++.pt/expr8.C: New test.
10914         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
10916 2000-06-29  Nick Clifton  <nickc@cygnus.com>
10918         * gcc.c-torture/compile/20000629-1.c: New test.
10920 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
10923         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
10924         gcc.dg/noncompile directory, depending on whether they're
10925         preprocessor tests or not.  Annotate all the tests for the dg
10926         framework.
10928         * gcc.c-torture/noncompile/noncompile.exp: Delete.
10929         * gcc.dg/noncompile/noncompile.exp: New.
10931         * Moved files:
10932         Old name                                New name
10933         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
10934         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
10935         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
10936         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
10937         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
10938         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
10939         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
10940         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
10941         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
10942         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
10943         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
10944         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
10945         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
10946         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
10947         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
10948         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
10949         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
10950         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
10951         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
10952         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
10953         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
10954         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
10955         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
10956         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
10958         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
10959         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
10960         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
10961         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
10962         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
10963         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
10965 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
10967         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
10968         declare one variable.  On the fourth, error.
10969         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
10970         declared by 20000628-1a.h.
10972 2000-06-29  Richard Henderson  <rth@redhat.com>
10974         * gcc.c-torture/execute/930529-1.x: New file.
10975         * gcc.dg/920413-1.c: Adjust expected warning text.
10976         * gcc.dg/980217-1.c: Declare abort.
10977         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
10979 2000-06-29  Jeffrey A Law  (law@cygnus.com)
10981         * g77.f-torture/compile/20000629-1.f: New test.
10982         * g77.f-torture/compile/20000629-1.x: Expected to fail.
10984 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
10986         Rearrange lots of files, removing entirely the
10987         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
10988         directories.
10990         * Deleted files:
10991         gcc.c-torture/code_quality/code_quality.exp
10992         gcc.c-torture/special/special.exp
10993         gcc.failure/failure.exp
10994         gcc.failure/940409-1.x
10995         gcc.c-torture/compile/961203-1.x
10997         * New files:
10998         gcc.misc-tests/linkage.exp
10999         gcc.c-torture/execute/920730-1t.c
11000         gcc.c-torture/execute/920730-1t.x
11001         gcc.c-torture/compile/920520-1.x
11002         gcc.c-torture/compile/920521-1.x
11003         gcc.c-torture/compile/981006-1.x
11004         gcc.c-torture/execute/eeprof-1.x
11006         * Moved files (possibly with modifications to fit a new harness):
11007         Old name                                New name
11008         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
11009         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
11010         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
11011         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
11012         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
11013         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
11014         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
11015         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
11016         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
11017         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
11018         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
11019         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
11020         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
11021         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
11023 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
11025         * c-torture/compile/961203-1.x: Delete.
11027         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
11028         not exit. Include stdio.h.
11029         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
11030         * gcc.misc-tests/dg-12.c: Likewise.
11031         * gcc.misc-tests/dg-5.c: Likewise.
11032         * gcc.misc-tests/dg-6.c: Likewise.
11033         * gcc.misc-tests/dg-7.c: Prototype abort.
11034         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
11035         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
11036         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
11037         not exit.
11038         * gcc.misc-tests/sieve.c: Use return from main, not exit.
11039         * gcc.misc-tests/sort2.c: Use return from main, not exit.
11041 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
11043         * gcc.dg/cpp/20000628-1.c: New test.
11044         * gcc.dg/cpp/20000628-1.h: New header for above test.
11045         * gcc.dg/cpp/20000628-1a.h: Likewise.
11047 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
11049         * gcc.dg/cpp: New directory.
11050         * gcc.dg/cpp/cpp.exp: New driver.
11051         * gcc.dg/cpp/20000627-1.c: New test.
11052         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
11053         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
11054         and rewrite as a compilation test.
11056         * gcc.dg: Move many files into the cpp subdirectory, possibly
11057         renaming or editing them as well.
11058         Old name                New name
11059         990119-1.c              cpp/19990119-1.c
11060         990228-1.c              cpp/19990228-1.c
11061         990407-1.c              cpp/19990407-1.c
11062         990409-1.c              cpp/19990409-1.c
11063         990413-1.c              cpp/19990413-1.c
11064         990703-1.c              cpp/19990703-1.c
11065         20000127-1.c            cpp/20000127-1.c
11066         20000129-1.c            cpp/20000129-1.c
11067         20000207-1.c            cpp/20000207-1.c
11068         20000207-2.c            cpp/20000207-2.c
11069         20000209-1.c            cpp/20000209-1.c
11070         20000209-2.c            cpp/20000209-2.c
11071         20000301-1.c            cpp/20000301-1.c
11072         20000419-1.c            cpp/20000419-1.c
11073         20000510-1.S            cpp/20000510-1.S
11074         20000519-1.c            cpp/20000519-1.c
11075         20000529-1.c            cpp/20000529-1.c
11076         20000625-1.c            cpp/20000625-1.c
11077         20000625-2.c            cpp/20000625-2.c
11078         cpp-as1.c               cpp/assert1.c
11079         cpp-as2.c               cpp/assert2.c
11080         cxx-comments-1.c        cpp/cxxcom1.c
11081         cxx-comments-2.c        cpp/cxxcom2.c
11082         endif-label.c           cpp/endif.c
11083         cpp-hash1.c             cpp/hash1.c
11084         cpp-hash2.c             cpp/hash2.c
11085         cpp-if1.c               cpp/if-1.c
11086         cpp-if2.c               cpp/if-2.c
11087         cpp-if3.c               cpp/if-3.c
11088         cpp-if4.c               cpp/if-4.c
11089         cpp-if5.c               cpp/if-5.c
11090         cpp-cond.c              cpp/if-cexp.c
11091         cpp-missingop.c         cpp/if-mop.c
11092         cpp-missingparen.c      cpp/if-mpar.c
11093         cpp-opprec.c            cpp/if-oppr.c
11094         cpp-ifparen.c           cpp/if-paren.c
11095         cpp-shortcircuit.c      cpp/if-sc.c
11096         cpp-shift.c             cpp/if-shift.c
11097         cpp-unary.c             cpp/if-unary.c
11098         cpp-li1.c               cpp/line1.c
11099         cpp-li2.c               cpp/line2.c
11100         lineno.c                cpp/line3.c
11101         lineno-2.c              cpp/line4.c
11102         cpp-mi.c                cpp/mi1.c
11103         cpp-mic.h               cpp/mi1c.h
11104         cpp-micc.h              cpp/mi1cc.h
11105         cpp-mind.h              cpp/mi1nd.h
11106         cpp-mindp.h             cpp/mi1ndp.h
11107         cpp-mix.h               cpp/mi1x.h
11108         cpp-mi2.c               cpp/mi2.c
11109         cpp-mi2a.h              cpp/mi2a.h
11110         cpp-mi2b.h              cpp/mi2b.h
11111         cpp-mi2c.h              cpp/mi2c.h
11112         cpp-mi3.c               cpp/mi3.c
11113         cpp-mi3.def             cpp/mi3.def
11114         poison-1.c              cpp/poison.c
11115         pr-impl.c               cpp/prag-imp.c
11116         cpp-redef-2.c           cpp/redef1.c
11117         cpp-redef.c             cpp/redef2.c
11118         strpaste.c              cpp/strp1.c
11119         strpaste-2.c            cpp/strp2.c
11120         cpp-tradpaste.c         cpp/tr-paste.c
11121         cpp-tradstringify.c     cpp/tr-str.c
11122         cpp-tradwarn1.c         cpp/tr-warn1.c
11123         cpp-tradwarn2.c         cpp/tr-warn2.c
11124         trigraphs.c             cpp/trigraphs.c
11125         cpp-unc1.c              cpp/unc1.c
11126         cpp-unc2.c              cpp/unc2.c
11127         cpp-unc3.c              cpp/unc3.c
11128         cpp-unc.c               cpp/unc4.c
11129         undef.c                 cpp/undef1.c
11130         undef-2.c               cpp/undef2.c
11131         cpp-wi1.c               cpp/widestr1.c
11133 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
11135         * lib/g++.exp (g++_include_flags): Tweak.
11137 2000-06-27  H.J. Lu  <hjl@gnu.org>
11138             Loren J. Rittle  <ljrittle@acm.org>
11140         * lib/g++.exp (g++_include_flags): Override libgloss.exp
11141         version with one that knows about the new gcc tree structure.
11142         (g++_link_flags): Same.
11144 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
11146         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
11147         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
11148         case we are cross-compiling.
11150         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
11151         g++.old-deja/g++.niklas/Makefile.in,
11152         g++.old-deja/g++.niklas/configure.in,
11153         g++.old-deja/g++.other/Makefile.in,
11154         g++.old-deja/g++.other/configure.in,
11155         gcc.c-torture/code_quality/Makefile.in,
11156         gcc.c-torture/code_quality/configure.in,
11157         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
11158         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
11159         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
11160         gcc.c-torture/execute/ieee/Makefile.in,
11161         gcc.c-torture/execute/ieee/configure.in,
11162         gcc.c-torture/noncompile/Makefile.in,
11163         gcc.c-torture/noncompile/configure.in,
11164         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
11165         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
11166         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
11168 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
11170         * g++.old-deja/g++.other/ambig3.C: New test.
11172 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
11174         * g++.old-deja/g++.pt/syntax1.C: New test.
11175         * g++.old-deja/g++.pt/syntax2.C: New test.
11176         * g++.old-deja/g++.other/syntax3.C: New test.
11177         * g++.old-deja/g++.other/syntax4.C: New test.
11179 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
11181         * gcc.dg/20000623-1.c: Prototype exit and abort.
11183 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
11185         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
11186         New tests.
11187         * gcc.dg/cpp-mi3.def: New file.
11189         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
11190         inside assertions.
11191         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
11192         lexer's error messages.
11193         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
11194         divine anything from the linemarkers.
11195         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
11196         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
11198 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
11200         * gcc.dg/20000623-1.c: New test.
11202 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
11204         * gcc.c-torture/execute/20000622-1.c: New test.
11206 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
11208         * g++.old-deja/g++.other/init15.C: New test.
11210 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
11212         * g++.old-deja/g++.pt/vaarg2.C: New test.
11213         * g++.old-deja/g++.pt/vaarg3.C: New test.
11215 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
11217         * g++.old-deja/g++.other/dyncast6.C: New test.
11219 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
11221         * gcc.c-torture/execute/loop-6.c: New test.
11223 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
11225         * gcc.dg/20000614-1.c: New test.
11226         * gcc.dg/20000614-2.c: New test.
11228 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
11230         * g++.old-deja/g++.other/inline12.C: New test.
11232 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
11234         * g++.old-deja/g++.other/eh1.C: New test.
11236 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
11238         * g++.old-deja/g++.other/type.C: New test.
11240 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
11242         * g++.old-deja/g++.other/initstring.C: New test.
11244 2000-06-12  Jason Merrill  <jason@redhat.com>
11246         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
11248 2000-06-09  Jeffrey A Law  (law@cygnus.com)
11250         * gcc.c-torture/compile/20000609-1.c: New test.
11252 2000-06-09  Clinton Popetz  <cpopetz@cygnus.com>
11254         * gcc.dg/20000609-1.c: New test.
11256 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
11258         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
11259         * gcc.c-torture/noncompile/poison-1.c: Move...
11260         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
11261         * gcc.dg/cpp-li1.c: Add a token after the #line.
11263 2000-06-05  Richard Henderson  <rth@cygnus.com>
11265         * gcc.c-torture/execute/20000605-2.c: New test.
11266         * gcc.c-torture/execute/20000605-3.c: New test.
11268 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
11270         * g77.f-torture/execute/20000503-1.x: New file.
11272 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
11274         * g++.old-deja/g++.eh/badalloc1.C: New test.
11276 2000-06-05  Richard Henderson  <rth@cygnus.com>
11278         * gcc.c-torture/execute/20000605-1.c: New test.
11280 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
11281             Nathan Sidwell <nathan@codesourcery.com>
11283         * gcc.c-torture/compile/20000605-1.c: New test.
11285 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
11287         * g77.f-torture/compile/20000601-1.f:  New test.
11289 2000-06-03  Richard Henderson  <rth@cygnus.com>
11291         * gcc.c-torture/execute/20000603-1.c: New.
11293 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
11295         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
11296         * gcc.dg/noreturn-2.c (noreturn): Likewise.
11298 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
11300         * gcc.dg/compare2.c (case 12): XFAIL.
11301         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
11302         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
11304         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
11306 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
11308         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
11309         guard macro is already defined when the header is first
11310         included.
11311         * gcc.dg/cpp-mix.h: New file.
11312         * gcc.dg/endif-label.c: Update patterns to match compiler.
11314         * g++.brendan/complex1.C: Declare abort.
11315         * g++.law/refs4.C: Remove XFAIL.
11316         * g++.oliva/expr2.C: Declare abort and exit.
11318 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
11320         * gcc.c-torture/execute/20000528-1.c: New test.
11322         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
11323         * g++.old-deja/g++.law/temps4.C: Likewise.
11325         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
11326         stdlib.h.  Call abort() on failure.
11327         * g++.old-deja/g++.law/refs4.C: Likewise.
11328         * g++.old-deja/g++.law/temps4.C: Likewise.
11329         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
11330         * gcc.c-torture/execute/20000112-1.c: Include string.h.
11332 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
11334         Relative to g++.dg/special:
11335         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
11337         Relative to g++.old-deja:
11338         * g++.brendan/complex1.C, g++.jason/optimize2.C,
11339         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
11340         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
11341         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
11342         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
11343         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
11344         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
11346         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
11347         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
11348         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
11349         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
11350         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
11351         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
11352         and/or string.h.
11354         * g++.other/goto1.C: Update expectations for error messages.
11356 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
11358         * gcc.c-torture/compile/20000523-1.c: New test.
11360 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
11362         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
11364 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
11366         * g++.old-deja/g++.eh/catch11.C: New test.
11367         * g++.old-deja/g++.eh/catch12.C: New test.
11369 2000-05-24  Nick Clifton  <nickc@cygnus.com>
11371         * gcc.c-torture/execute/20000523-1.c: New test.
11373 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
11375         * c-torture/execute/bcp-1.c: Replace abort in arg of
11376         __builtin_constant_p with a generic external function.
11378         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
11379         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
11380         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
11381         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
11382         Prototype abort and/or exit.
11384         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
11385         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
11386         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
11387         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
11389 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
11391         * gcc.dg/dwarf2-1.c: New test.
11393 2000-05-20  Richard Henderson  <rth@cygnus.com>
11395         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
11397 2000-05-20  Andreas Jaeger  <aj@suse.de>
11399         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
11400         testcase.
11402 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
11404         * gcc.c-torture/execute/20000519-2.c: New test.
11406 2000-05-19  Andreas Jaeger  <aj@suse.de>
11408         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
11409         which fails with SSA.
11411         * lib/c-torture.exp: Also test with -O3 -fssa.
11413 2000-05-18  Michael Meissner  <meissner@redhat.com>
11415         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
11416         * gcc.c-torture/execute/920415-1.c: Ditto.
11417         * gcc.c-torture/execute/920501-1.c: Ditto.
11418         * gcc.c-torture/execute/conversion.c: Ditto.
11419         * gcc.c-torture/execute/cvt-1.c: Ditto.
11421 2000-05-18  Jeffrey A Law  (law@cygnus.com)
11423         * gcc.c-torture/compile/20000518-1.c: New test.
11425 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
11427         * g77.f-torture/compile/200005018.f:  New test.
11429 2000-05-17  Jeffrey A Law  (law@cygnus.com)
11431         * gcc.c-torture/compile/20000517-1.c: New test.
11433 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11435         * gcc.c-torture/execute/20000516-1.c: New test.
11437 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
11439         * g++.old-deja/g++.other/eh.C: New test.
11441 2000-05-12  Richard Henderson  <rth@cygnus.com>
11443         * gcc.c-torture/execute/990208-1.c (main): Don't pass
11444         constants through to doit's conditional.
11446 2000-05-11  Jeffrey A Law  (law@cygnus.com)
11448         * gcc.c-torture/compile/20000511-1.c: New test.
11449         * g77.f-torture/compile/20000511-1.f: New test.
11450         * g77.f-torture/compile/20000511-2.f: New test.
11452 2000-05-11  Michael Meissner  <meissner@redhat.com>
11454         * gcc.c-torture/execute/20000511-1.c: New test.
11456 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
11458         * gcc.dg/dg.exp: Scan .S files as well as .c files.
11459         * gcc.dg/20000510-1.S: New.
11461 2000-05-08  Catherine Moore  <clm@cygnus.com>
11463         * gcc.dg/unused-3.c: New.
11465 2000-05-06  Richard Henderson  <rth@cygnus.com>
11467           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
11468           * g++.old-deja/g++.mike/warn1.C: Likewise.
11469           * g++.old-deja/g++.pt/local1.C: Likewise.
11470           * g++.old-deja/g++.pt/local7.C: Likewise.
11471           * g++.old-deja/g++.pt/spec16.C: Likewise.
11473 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
11475         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
11477 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
11479           * g77.f-torture/execute/20000503-1.f:  New test.
11481 2000-05-04  Andreas Jaeger  <aj@suse.de>
11483         * gcc.dg/noreturn-2.c: New test.
11485 2000-05-04  Neil Booth  <NeilB@earthling.net>
11487         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
11488         preprocessor.
11490 2000-05-04  Richard Henderson  <rth@cygnus.com>
11492         * gcc.c-torture/execute/20000503-1.c: Fix typo.
11494 2000-05-04  Richard Henderson  <rth@cygnus.com>
11496         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
11497         OpenSSL by Jason R Thorpe.
11499 2000-05-03  Jim Wilson  <wilson@cygnus.com>
11501         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
11503 2000-05-03  Robert Lipe <robertlipe@usa.net>
11505         * gcc.dg/20000503-1.c: New test.
11507 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
11509         * gcc.c-torture/compile/20000502-1.c: New test.
11510         * g++.old-deja/g++.other/align.C: New test.
11511         * gcc.dg/cpp-tradstringify.c: New test.
11513 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
11515         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
11516         and hard registers.
11518 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
11520         * gcc.c-torture/execute/loop-5.c: New test.
11522 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
11524         * gcc.c-torture/execute/va-arg-20.c: New test.
11526 2000-04-23  Jeffrey A Law  (law@cygnus.com)
11528         * gcc.c-torture/execute/20000422-1.c: New test.
11530 2000-04-20  Greg McGary  <gkm@gnu.org>
11532         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
11533         when optimizing, but without sibling-call optimizations (-O1).
11535 2000-04-20  Jeffrey A Law  (law@cygnus.com)
11537           * gcc.c-torture/compile/20000420-1.c: New test.
11539 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
11541         * g++.abi/ptrflags.C: New test.
11542         * g++.eh/catchptr1.C: Test incomplete pointer chains.
11544 2000-04-19  Catherine Moore  <clm@cygnus.com>
11546         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
11548 2000-04-19  Greg McGary  <gkm@gnu.org>
11550         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
11551         sibling-call optimizations.
11553 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
11555         * gcc.dg/20000419-1.c: New test.
11557 2000-04-12  Hans-Peter Nilsson  <hp@axis.com>
11559         * gcc.c-torture/execute/20000412-6.c: New test.
11561 2000-04-12  Jeffrey A Law  (law@cygnus.com)
11563         * gcc.c-torture/execute/20000412-5.c: New test.
11564         * g77.f-torture/compile/20000412-1.f: New test.
11565         * gcc.c-torture/execute/20000412-4.c: New test.
11566         * gcc.c-torture/compile/20000412-2.c: New test.
11567         * gcc.c-torture/execute/20000412-3.c: New test.
11568         * gcc.c-torture/compile/20000412-1.c: New test.
11569         * gcc.c-torture/execute/20000412-2.c: New test.
11571 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
11573         * objc/execute/bf-20.m: New test.
11575 2000-04-10  Richard Henderson  <rth@cygnus.com>
11577         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
11579         * gcc.c-torture/execute/20000412-1.c: New test.
11581 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
11583         * g++.old-deja/g++.eh/catchptr1.C: New test.
11585 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
11587         * g++.old-deja/g++.abi/cxa_vec.C: New test.
11589 2000-04-08  Neil Booth  <NeilB@earthling.net>
11591         * gcc.dg/cpp-nullchar.c: Remove test as
11592         embedded nulls cause problems.
11594 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11596         * gcc.dg/compare2.c: New test.
11598 2000-04-08  Neil Booth  <NeilB@earthling.net>
11600         * gcc.dg/cpp-nullchar.c: New test.
11602 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
11604         * gcc.dg/cpp-mi2.c: New test.
11605         * gcc.dg/cpp-mi2[abc].h: New files.
11607 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
11609         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
11610         member name.
11612 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
11614         * g++.old-deja/g++.abi/vmihint.C: New test.
11616 2000-04-06  Neil Booth  <NeilB@earthling.net>
11618         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
11619         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
11620         copyright.
11622 2000-04-05  Hans-Peter Nilsson  <hp@axis.com>
11624         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
11625         avoid stack-frame overwrite.
11627 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
11629         * gcc.c-torture/compile/20000405-2.c: New test.
11630         * gcc.c-torture/compile/20000405-3.c: New test.
11632 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11634         * gcc.c-torture/compile/20000405-1.c: New test.
11636 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
11638         * gcc.dg/cast-qual-1.c: Revert last change.
11640 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11642         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
11644 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
11646         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
11647         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
11649 2000-04-03  Jeffrey A Law  (law@cygnus.com)
11651         * gcc.c-torture/compile/20000403-2.c: New test.
11652         * gcc.c-torture/compile/20000403-1.c: New test.
11654 2000-04-03  Hans-Peter Nilsson  <hp@axis.com>
11656         * gcc.c-torture/execute/20000403-1.c: New test.
11658 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
11660         * gcc.c-torture/execute/20000402-1.c: New test.
11662 2000-04-03  Donald Lindsay  <dlindsay@cygnus.com>
11664         * gcc.c-torture/execute/va-arg-15.c: New test.
11665         * gcc.c-torture/execute/va-arg-16.c: New test.
11666         * gcc.c-torture/execute/va-arg-17.c: New test.
11667         * gcc.c-torture/execute/va-arg-18.c: New test.
11668         * gcc.c-torture/execute/va-arg-19.c: New test.
11670 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
11672         * gcc.c-torture/compile/981211-1.c: Move to...
11673         * gcc.dg/cpp-as1.c: ...here.
11674         * gcc.dg/cpp-as2.c: New file.
11676         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
11677         compiler.
11679 2000-04-02  Neil Booth  <NeilB@earthling.net>
11681         * gcc.dg/cpp-cond.c  New tests.
11682         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
11683         accidental success less likely.
11684         * gcc.dg/cpp-missingop.c  New tests.
11685         * gcc.dg/cpp-missingparen.c  New tests.
11686         * gcc.dg/cpp-shift.c  New tests.
11687         * gcc.dg/cpp-shortcircuit.c  New tests.
11688         * gcc.dg/cpp-unary.c  New tests.
11690 2000-03-29  Jeffrey A Law  (law@cygnus.com)
11692         * gcc.c-torture/compile/20000329-1.c: New test.
11694 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
11696         * gcc.c-torture/compile/20000326-1.c: New test.
11697         * gcc.c-torture/compile/20000326-2.c: New test.
11699 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
11701         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
11702         the first parameter is a function argument.
11704 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
11706         * g++.old-deja/g++.ext/array4.C: New test.
11708 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
11710         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
11712 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11714         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
11716 2000-03-19  Richard Henderson  <rth@cygnus.com>
11718         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
11720 2000-03-19  Richard Henderson  <rth@cygnus.com>
11722         * gcc.c-torture/compile/20000319-1.c: New test.
11724 2000-03-14  Jeffrey A Law  (law@cygnus.com)
11726         * gcc.c-torture/execute/20000314-3.c: New test.
11727         * gcc.c-torture/execute/20000314-2.c: New test.
11728         * gcc.c-torture/execute/20000314-1.c: New test.
11729         * gcc.c-torture/compile/20000314-2.c: New test.
11730         * gcc.c-torture/compile/20000314-1.c: New test.
11732 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
11734         * g++.old-deja/g++.warn/inline.C: New test.
11736 2000-03-10  Hans-Peter Nilsson  <hp@bitrange.com>
11738         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
11739         standards-compliant result rather than specific constants.
11740         Put test-values in array.
11742 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
11744         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
11745         (g++_target_compile): Put test-specific options last.
11747 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
11749         * g++.old-deja/g++.eh/vbase4.C: New test.
11751 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
11753         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
11755 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
11757         * g++.old-deja/g++.brendan/misc12.C: Removed.
11758         * g++.old-deja/g++.pt/memtemp77.C: Constify.
11759         * g++.old-deja/g++.ext/pretty4.C: New test.
11761 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
11763         * g++.old-deja/g++.other/string2.C: New test.
11765 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
11767         * g++.old-deja/g++.warn/impint2.C: New test.
11769 2000-03-05  Hans-Peter Nilsson  <hp@bitrange.com>
11771         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
11772         is 1, not zero.
11774 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
11776         * g++.old-deja/g++.warn/impint.C: New test.
11777         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
11778         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
11779         * g++.old-deja/g++.pt/explicit12.C: Likewise.
11780         * g++.old-deja/g++.pt/explicit13.C: Likewise.
11781         * g++.old-deja/g++.pt/explicit17.C: Likewise.
11782         * g++.old-deja/g++.pt/explicit18.C: Likewise.
11783         * g++.old-deja/g++.pt/explicit19.C: Likewise.
11784         * g++.old-deja/g++.pt/explicit23.C: Likewise.
11785         * g++.old-deja/g++.pt/explicit31.C: Likewise.
11786         * g++.old-deja/g++.pt/explicit35.C: Likewise.
11787         * g++.old-deja/g++.pt/explicit6.C: Likewise.
11788         * g++.old-deja/g++.pt/memclass7.C: Likewise.
11790 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
11792         * gcc.dg/cpp-redef.c: New test.
11794 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
11796         * g++.old-deja/g++.pt/unify7.C: New test.
11798 2000-02-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11800         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
11801         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
11803 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
11805         * gcc.c-torture/compile/20000224-1.c: New test.
11807 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11809         * gcc.c-torture/compile/cpp-2.c: New test.
11810         * gcc.c-torture/compile/cpp-1.c: New test.
11812 2000-02-25  Jeffrey A Law  (law@cygnus.com)
11814         * gcc.c-torture/execute/20000225-1.c: New test.
11816 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11818         * gcc.dg/cpp-li2.c: New test.
11820         * gcc.dg/cpp-wi1.c: New test.
11822         * gcc.dg/cpp-li1.c: New test.
11824 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
11826         * g++.old-deja/g++.other/sizeof5.C: New test.
11828 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11830         * gcc.c-torture/execute/va-arg-13.c: New test.
11832 2000-02-23  Donald Lindsay  <dlindsay@cygnus.com>
11834         * gcc.c-torture/execute/va-arg-12.c: New test.
11836 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
11838         * gcc.c-torture/execute/20000223-1.c: New test.
11840 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
11842         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
11844 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
11846         * g++.old-deja/g++.abi/ptrmem.C: New test.
11848 2000-02-19  Richard Henderson  <rth@cygnus.com>
11850         * gcc.c-torture/compile/init-3.c: New.
11852 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
11854         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
11855         ALWAYS_CXXFLAGS.
11857 2000-02-11  Robert Lipe <robertl@sco.com>
11859         * gcc.c-torture/compile/20000211-3.c: New test.
11861 2000-02-11  Martin Buchholz <martin@xemacs.org>
11863         * gcc.c-torture/compile/20000211-2.c: New test.
11865 2000-02-11  Jeffrey A Law  (law@cygnus.com)
11867         * gcc.c-torture/compile/20000211-1.c: New test.
11869 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
11871         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
11872           on native targets
11874 2000-02-08  Nathan Sidwell  <nathan@acm.org>
11876         * g++.old-deja/g++.other/cast5.C: New test.
11878 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
11880         * gcc.c-torture/execute/20000205-1.c: New.
11882 2000-02-03  Nathan Sidwell  <nathan@acm.org>
11884         * g++.old-deja/g++.jason/cast3.C: Return void.
11885         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
11887 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11889         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
11891         * gcc.dg/loop-1.c: New test.
11893 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
11895         * gcc.c-torture/compile/20000127-1.c: New test.
11896         * gcc.c-torture/execute/991228-1.c: New test.
11898 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11900         * gcc.dg/unused-2.c: New test.
11902         * gcc.dg/conv-1.c: New test.
11904 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
11906         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
11907         compiler.
11908         (tool_option_proc): Fix typo.
11910 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
11912         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
11913         of the ld on the host, not on the build machine.
11914         Also, don't crash if '--help' is not a supported option.
11916 2000-01-24  Richard Henderson  <rth@cygnus.com>
11918         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
11920 2000-01-20  Jeffrey A Law  (law@cygnus.com)
11922         * gcc.c-torture/execute/20000120-2.c: New test.
11923         * gcc.c-torture/execute/20000120-1.c: New test.
11925 2000-01-13  Jeffrey A Law  (law@cygnus.com)
11927         * gcc.c-torture/execute/20000113-1.c: New test.
11929 2000-01-12  Jeffrey A Law  (law@cygnus.com)
11931         * gcc.c-torture/execute/20000112-1.c: New test.
11933 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11935         * gcc.dg/20000111-1.c: New test.
11937 2000-01-10  Jeffrey A Law  (law@cygnus.com)
11939         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
11940         with 16 bit integers.
11942 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11944         * gcc.dg/20000108-1.c: New test.
11946 2000-01-05  Nathan Sidwell  <nathan@acm.org>
11948         * g++.old-deja/g++.ns/koenig8.C: New test.
11950 2000-01-05  Nathan Sidwell  <nathan@acm.org>
11952         * g++.old-deja/g++.other/cast4.C: New test.
11954 2000-01-05  Jeffrey A Law  (law@cygnus.com)
11956         * gcc.c-torture/compile/20000105-2.c: New test.
11957         * gcc.c-torture/compile/20000105-1.c: New test.
11959 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11961         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
11962         references to printf & atoi to conform to ANSI standard.
11963         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
11964         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
11965         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
11966         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
11967         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
11968         * g++.old-deja/g++.brendan/complex1.C: Likewise.
11969         * g++.old-deja/g++.brendan/copy1.C: Likewise.
11970         * g++.old-deja/g++.brendan/copy2.C: Likewise.
11971         * g++.old-deja/g++.brendan/copy3.C: Likewise.
11972         * g++.old-deja/g++.brendan/copy4.C: Likewise.
11973         * g++.old-deja/g++.brendan/copy5.C: Likewise.
11974         * g++.old-deja/g++.brendan/copy6.C: Likewise.
11975         * g++.old-deja/g++.brendan/copy7.C: Likewise.
11976         * g++.old-deja/g++.brendan/copy8.C: Likewise.
11977         * g++.old-deja/g++.brendan/crash11.C: Likewise.
11978         * g++.old-deja/g++.brendan/crash14.C: Likewise.
11979         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
11980         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
11981         * g++.old-deja/g++.brendan/delete2.C: Likewise.
11982         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
11983         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
11984         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
11985         * g++.old-deja/g++.brendan/eh1.C: Likewise.
11986         * g++.old-deja/g++.brendan/groff1.C: Likewise.
11987         * g++.old-deja/g++.brendan/init3.C: Likewise.
11988         * g++.old-deja/g++.brendan/misc12.C: Likewise.
11989         * g++.old-deja/g++.brendan/misc7.C: Likewise.
11990         * g++.old-deja/g++.brendan/new2.C: Likewise.
11991         * g++.old-deja/g++.brendan/operators4.C: Likewise.
11992         * g++.old-deja/g++.brendan/operators5.C: Likewise.
11993         * g++.old-deja/g++.brendan/overload2.C: Likewise.
11994         * g++.old-deja/g++.brendan/overload7.C: Likewise.
11995         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
11996         * g++.old-deja/g++.brendan/reference1.C: Likewise.
11997         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
11998         * g++.old-deja/g++.brendan/template24.C: Likewise.
11999         * g++.old-deja/g++.brendan/template3.C: Likewise.
12000         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
12001         * g++.old-deja/g++.jason/inline3.C: Likewise.
12002         * g++.old-deja/g++.jason/opeq.C: Likewise.
12003         * g++.old-deja/g++.law/arg5.C: Likewise.
12004         * g++.old-deja/g++.law/arm7.C: Likewise.
12005         * g++.old-deja/g++.law/ctors11.C: Likewise.
12006         * g++.old-deja/g++.law/cvt8.C: Likewise.
12007         * g++.old-deja/g++.law/init9.C: Likewise.
12008         * g++.old-deja/g++.law/refs4.C: Likewise.
12009         * g++.old-deja/g++.law/template2.C: Likewise.
12010         * g++.old-deja/g++.law/visibility24.C: Likewise.
12011         * g++.old-deja/g++.law/vtable3.C: Likewise.
12012         * g++.old-deja/g++.mike/asm2.C: Likewise.
12013         * g++.old-deja/g++.mike/eh1.C: Likewise.
12014         * g++.old-deja/g++.mike/misc1.C: Likewise.
12015         * g++.old-deja/g++.mike/misc13.C: Likewise.
12016         * g++.old-deja/g++.mike/misc14.C: Likewise.
12017         * g++.old-deja/g++.mike/ns12.C: Likewise.
12018         * g++.old-deja/g++.mike/p1248.C: Likewise.
12019         * g++.old-deja/g++.mike/p3708.C: Likewise.
12020         * g++.old-deja/g++.mike/p3708a.C: Likewise.
12021         * g++.old-deja/g++.mike/p3708b.C: Likewise.
12022         * g++.old-deja/g++.mike/p646.C: Likewise.
12023         * g++.old-deja/g++.mike/p700.C: Likewise.
12024         * g++.old-deja/g++.mike/p783.C: Likewise.
12025         * g++.old-deja/g++.mike/p783a.C: Likewise.
12026         * g++.old-deja/g++.mike/p783b.C: Likewise.
12027         * g++.old-deja/g++.mike/p786.C: Likewise.
12028         * g++.old-deja/g++.mike/p789.C: Likewise.
12029         * g++.old-deja/g++.mike/p789a.C: Likewise.
12030         * g++.old-deja/g++.mike/p807a.C: Likewise.
12031         * g++.old-deja/g++.other/delete3.C: Likewise.
12032         * g++.old-deja/g++.other/dyncast1.C: Likewise.
12033         * g++.old-deja/g++.other/dyncast2.C: Likewise.
12034         * g++.old-deja/g++.other/dyncast3.C: Likewise.
12035         * g++.old-deja/g++.other/empty1.C: Likewise.
12036         * g++.old-deja/g++.other/temporary1.C: Likewise.
12037         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
12038         * g++.old-deja/g++.pt/t16.C: Likewise.
12039         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
12041 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
12043         * gcc.dg/991230-1.c: New test.
12045 1999-12-29  Jeffrey A Law  (law@cygnus.com)
12047         * gcc.c-torture/compile/991229-3.c: New test.
12048         * gcc.c-torture/compile/991229-2.c: New test.
12049         * gcc.c-torture/compile/991229-1.c: New test.
12051 1999-12-29  Greg McGary <gkm@eng.ascend.com>
12053         * gcc.c-torture/compile/labels-2.c: New test.
12055 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
12057         * gcc.c-torture/execute/991227-1.c: New test.
12059 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12061         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
12063 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
12065         * gcc.c-torture/execute/991221-1.c: New test.
12067 1999-12-20  Nathan Sidwell  <nathan@acm.org>
12069         * g++.old-deja/g++.other/cast3.C: New test.
12071 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
12073         * gcc.c-torture/execute/991216-4.c: New test.
12075 1999-12-16  Michael Meissner  <meissner@cygnus.com>
12077         * gcc.c-torture/execute/991216-1.c: New test.
12078         * gcc.c-torture/execute/991216-2.c: New test.
12079         * gcc.c-torture/execute/991216-3.c: New test.
12081 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
12083         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
12084         Actually make the test fail by using "-O2" for compilation.
12086 1999-12-15  Nathan Sidwell  <nathan@acm.org>
12088         * g++.old-deja/g++.warn/cast-align1.C: New test.
12090 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
12092         * gcc.c-torture/compile/991214-1.c: New test.
12093         * gcc.c-torture/compile/991214-2.c: New test.
12095 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
12097         * gcc.dg/991214-1.c: New test.
12099 1999-12-13  Jeffrey A Law  (law@cygnus.com)
12101         * gcc.c-torture/compile/991213-3.c: New test.
12102         * gcc.c-torture/compile/991213-2.c: New test.
12103         * gcc.c-torture/compile/991213-1.c: New test.
12105 1999-12-10  J"orn Rennecke <amylaar@cygnus.co.uk>
12107         * gcc.dg/991209-1.c: New test.
12109 1999-12-08  Nathan Sidwell <nathan@acm.org>
12111         * gcc.c-torture/compile/991208-1.c: New test.
12113 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12115         * gcc.dg/ultrasp2.c: New test.
12117 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
12119         * g++.old-deja/g++.abi/align.C (main): Fix typo.
12121 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
12123         * gcc.c-torture/compile/991202-1.c: New test.
12124         * gcc.c-torture/execute/991202-1.c: New test.
12125         * gcc.c-torture/execute/991202-2.c: New test.
12126         * gcc.c-torture/execute/991202-3.c: New test.
12128 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
12130         * g++.old-deja/g++.abi/align.C: New test.
12131         * g++.old-deja/g++.abi/aggregates.C: Likewise.
12132         * g++.old-deja/g++.abi/bitfields.C: Likewise.
12134 1999-12-01  Richard Henderson  <rth@cygnus.com>
12136         * gcc.c-torture/execute/991201-1.c: New.
12138 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
12140         * gcc.dg/991129-1.c: New test.
12142 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
12144         * gcc.c-torture/compile/991127-1.c: New test.
12146 1999-11-22  Nathan Sidwell  <nathan@acm.org>
12148         * g++.old-deja/g++.other/warn4.C: New test.
12150 1999-11-22  Nathan Sidwell  <nathan@acm.org>
12152         * g++.old-deja/g++.eh/cleanup2.C: New test.
12153         * g++.old-deja/g++.ext/pretty2.C: New test.
12154         * g++.old-deja/g++.ext/pretty3.C: New test.
12155         * g++.old-deja/g++.other/debug6.C: New test.
12157 1999-10-20  Jim Wilson  <wilson@cygnus.com>
12159         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
12160         compiler_output to look for one error message instead of two.
12162 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
12164         * gcc.c-torture/execute/991118-1.c: Also test case
12165         where the word boundary does not split a byte evenly.
12167 1999-11-19  Nathan Sidwell  <nathan@acm.org>
12169         * g++.old-deja/g++.ext/restrict1.C: New test.
12171 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12173         * gcc.c-torture/execute/991118-1.c: New test.
12175 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
12177         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
12178         working directory pathnames.
12180 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
12182         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
12183         host is equipped with driver.h and driver.o so it can actually
12184         compile and run the tests.
12186 1999-10-08  Bernd Schmidt  <bernds@cygnus.co.uk>
12188         * gcc.c-torture/compile/991008-1.c: New test.
12190 1999-11-08  Nick Clifton  <nickc@cygnus.com>
12192         * lib/gcc-dg.exp: Include target-supports.exp
12194 1999-11-05  Nick Clifton  <nickc@cygnus.com>
12196         * lib/target-supports.exp: New file: Provide procs to test for
12197         features supported by the target.
12198         (check_weak_available): Moved here from ecos.exp.
12199         (check_alias_available): New proc: Determine of the target
12200         toolchain supports the alias attribute.
12202         * gcc.dg/special/ecos.exp: Move check_weak_available to
12203         target-supports.exp.
12204         (alias-1.c): Only perform the test if the target supports
12205         aliases.
12206         (wkali-1.c): Only perform the test if the target supports
12207         aliases.
12209         * gcc.dg/990506-0.c: Expect error messages from cross
12210         targets as well as native targets.
12212 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12214         * gcc.dg/ultrasp1.c: Removed xfail.
12215         * gcc.dg/struct-ret-2.c: Likewise.
12216         * gcc.dg/array-1.c: Likewise.
12218 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12220         * gcc.dg/struct-ret-2.c: New test.
12222         * gcc.dg/array-1.c: New test.
12224 1999-10-30  Stephen L Moshier <moshier@mediaone.net>
12226         * gcc.c-torture/execute/991030-1.c: New test.
12228 1999-10-26  Richard Henderson  <rth@cygnus.com>
12230         * gcc.c-torture/compile/991026-2.c: New test.
12232 1999-10-26  Jeffrey A Law  (law@cygnus.com)
12234         * gcc.c-torture/compile/991026-1.c: New test.
12236 1999-10-23  Jeffrey A Law  (law@cygnus.com)
12238         * gcc.c-torture/execute/991023-1.c: New test.
12240 1999-10-19  Jeffrey A Law  (law@cygnus.com)
12242         * gcc.c-torture/execute/991019-1.c: New test.
12244 1999-10-16  Richard Henderson  <rth@cygnus.com>
12246         * gcc.c-torture/execute/991016-1.c: New test.
12248 1999-10-14  Stephane Carrez  <stcarrez@worldnet.fr>
12250         * gcc.c-torture/execute/991014-1.c: New test.
12252 1999-10-13  J"orn Rennecke <amylaar@cygnus.co.uk>
12254         * g++.old-deja/g++.other/union2.C: New test.
12256 1999-10-13  Nathan Sidwell  <nathan@acm.org>
12258         * g++.old-deja/g++.other/vaarg2.C: New test.
12259         * g++.old-deja/g++.other/vaarg3.C: New test.
12261 1999-10-12  Craig Burley  <craig@jcb-sc.com>
12263         * g77.f-torture/noncompile/19990905-1.f: Moved from being
12264         in compile/.
12266 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
12268         * gcc.c-torture/execute/va-arg-11.c: New test.
12270 1999-10-01  Mark P. Mitchell  <mark@codesourcery.com>
12272         * lib/file-format.exp (gcc_target_object_format): Don't
12273         crash if objdump is unavailable.
12275 1999-09-29  Donn Terry <donn@interix.com>
12277         * gcc.misc-tests/mg.exp: delete extraneous redirection.
12279 1999-09-28  Nick Clifton  <nickc@cygnus.com>
12281         * gcc.c-torture/compile/990928-1.c: New test.
12283 1999-09-28  Nathan Sidwell  <nathan@acm.org>
12285         * g++.old-deja/g++.other/decl6.C: New test.
12287 1999-09-28  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12289         * gcc.c-torture/execute/va-arg-10.c: New test.
12291 1999-09-27  Nathan Sidwell  <nathan@acm.org>
12293         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
12294         __PRETTY_FUNCTION__.
12296 1999-09-23  Nick Clifton  <nickc@cygnus.com>
12298         * gcc.c-torture/execute/990923-1.c: New test.
12300 1999-09-21  Nick Clifton  <nickc@cygnus.com>
12302         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
12303         for which -fpic is inappropriate.
12305 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
12307         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
12309 1999-09-21  Nathan Sidwell  <nathan@acm.org>
12311         * g++.old-deja/g++.other/dyncast1.C: New test.
12312         * g++.old-deja/g++.other/dyncast2.C: New test.
12313         * g++.old-deja/g++.other/dyncast3.C: New test.
12314         * g++.old-deja/g++.other/dyncast4.C: New test.
12315         * g++.old-deja/g++.other/dyncast5.C: New test.
12316         * g++.old-deja/g++.eh/catch3.C: New test.
12317         * g++.old-deja/g++.eh/catch3p.C: New test.
12318         * g++.old-deja/g++.eh/catch4.C: New test.
12319         * g++.old-deja/g++.eh/catch4p.C: New test.
12320         * g++.old-deja/g++.eh/catch5.C: New test.
12321         * g++.old-deja/g++.eh/catch5p.C: New test.
12322         * g++.old-deja/g++.eh/catch6.C: New test.
12323         * g++.old-deja/g++.eh/catch6p.C: New test.
12324         * g++.old-deja/g++.eh/catch7.C: New test.
12325         * g++.old-deja/g++.eh/catch7p.C: New test.
12326         * g++.old-deja/g++.eh/catch8.C: New test.
12327         * g++.old-deja/g++.eh/catch8p.C: New test.
12328         * g++.old-deja/g++.eh/catch9.C: New test.
12329         * g++.old-deja/g++.eh/catch9p.C: New test.
12331 1999-09-13  Nathan Sidwell  <nathan@acm.org>
12333         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
12334         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
12336 1999-09-13  Jeffrey A Law  (law@cygnus.com)
12338         * gcc.c-torture/compile/990913-1.c: New test.
12340 1999-09-10  Nathan Sidwell  <nathan@acm.org>
12342         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
12343         * g++.old-deja/g++.jason/rfg5.C: Likewise.
12345 1999-09-09  Richard Henderson  <rth@cygnus.com>
12347         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
12349 1999-09-09  Nathan Sidwell  <nathan@acm.org>
12351         * g++.old-deja/g++.other/lookup11.C: New test.
12352         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
12353         what is permitted and what we want.
12354         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
12355         overload use.
12356         * g++.old-deja/g++.jason/rfg5.C: Likewise
12358 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
12360         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
12361         * gcc.c-torture/noncompile/poison-1.c: New file.
12363 1999-09-08  Nathan Sidwell  <nathan@acm.org>
12365         * g++.old-deja/g++.other/sizeof3.C: New test.
12366         * g++.old-deja/g++.other/sizeof4.C: New test.
12367         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
12368         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
12370 1999-09-07  Richard Henderson  <rth@cygnus.com>
12372         * gcc.dg/va-arg-1.c: New.
12374 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12376         * gcc.c-torture/execute/va-arg-9.c: New test.
12378 1999-09-05  Craig Burley  <craig@jcb-sc.com>
12380         * g77.f-torture/compile/980519-2.f: New test.
12381         * g77.f-torture/compile/19990905-0.f: New test.
12382         * g77.f-torture/compile/19990905-1.f: New test.
12383         * g77.f-torture/compile/19990905-2.f: New test.
12385         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
12387 1999-09-03  Richard Earnshaw <rearnsha@arm.com>
12389         * gcc.c-torture/execute/990827-1.c: Fix typo.
12391 1999-09-03  Nathan Sidwell  <nathan@acm.org>
12393         * g++.old-deja/g++.other/deref1.C: New test.
12395 1999-09-02  Nathan Sidwell  <nathan@acm.org>
12397         * g++.old-deja/g++.other/ambig2.C: New test.
12398         * g++.old-deja/g++.other/cond5.C: New test.
12399         * g++.old-deja/g++.other/lookup16.C: New test.
12401 1999-09-02  Marc Espie <espie@cvs.openbsd.org>
12403         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
12404         assemblers too.
12406 1999-08-31  Jeffrey A Law  (law@cygnus.com)
12408         * lib/c-torture.exp: Avoid the "compare executables" optimization
12409         when testing native.
12411 1999-08-29  Jeffrey A Law  (law@cygnus.com)
12413         * gcc.c-torture/execute/990829-1.c: New test.
12414         * gcc.c-torture/compile/990829-1.c: New test.
12416 1999-08-27  Paul Burchard  <burchard@pobox.com>
12418         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
12419         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
12420         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
12421         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
12422         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
12423         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
12424         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
12425         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
12426         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
12427         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
12428         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
12430 1999-08-27  Jeffrey A Law  (law@cygnus.com)
12432         * gcc.c-torture/execute/990827-1.c: New test.
12434 1999-08-26  Craig Burley  <craig@jcb-sc.com>
12436         * g77.f-torture/noncompile/19990826-4.f: New test.
12438         * g77.f-torture/compile/19990826-3.f: New test.
12440         * g77.f-torture/execute/19990826-2.f: New test.
12442         * g77.f-torture/compile/19990826-1.f: New test.
12444         * gcc.c-torture/execute/990826-0.c: New test.
12445         * g77.c-torture/execute/19990826-0.f: New test.
12447         * g77.f-torture/noncompile/970626-2.f: New test.
12449 1999-08-25  Paul Burchard  <burchard@pobox.com>
12451         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
12452         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
12453         lss-011.C: New tests.
12455 1999-08-25  Nathan Sidwell  <nathan@acm.org>
12457         * g++.old-deja/g++.other/decl5.C: New test.
12459 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12461         * noncompile/noncompile.exp: Load_lib c-torture.exp.
12462         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
12463         call `postbase' for each one.  All callers of `postbase' changed
12464         to call this instead.
12466 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
12468         * gcc.c-torture/execute/990811-1.c: New test.
12470 1999-08-09  Nick Clifton  <nickc@cygnus.com>
12472         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
12473         just native ones.
12475         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
12476         just native ones.
12478 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
12480         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
12482 1999-08-04  Jeffrey A Law  (law@cygnus.com)
12484         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
12486 1999-08-04  Nathan Sidwell  <nathan@acm.org>
12488         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
12490 1999-08-04  Jeffrey A Law  (law@cygnus.com)
12492         * gcc.c-torture/execute/990804-1.c: New test.
12494 1999-08-03  Nathan Sidwell  <nathan@acm.org>
12496         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
12497         * g++.old-deja/g++.brendan/crash64.C: Likewise
12498         * g++.old-deja/g++.brendan/overload8.C: Likewise
12500 1999-08-03  Nathan Sidwell  <nathan@acm.org>
12502         * g++.old-deja/g++.other/struct1.C: New test.
12504 1999-08-03  Nathan Sidwell  <nathan@acm.org>
12506         * g++.old-deja/g++.other/enum2.C: New test.
12508 1999-08-02  Richard Henderson  <rth@cygnus.com>
12510         Adapted from tests from Franz Sirl:
12511         * gcc.c-torture/execute/va-arg-7.c: New test.
12512         * gcc.c-torture/execute/va-arg-8.c: New test.
12514 1999-08-01  Jeffrey A Law  (law@cygnus.com)
12516         * gcc.c-torture/compile/990801-2.c: New test.
12518         * gcc.c-torture/compile/990801-1.c: New test.
12520 1999-07-27  Michael Meissner  <meissner@cygnus.com>
12522         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
12523         fp-cmp-1.c, converting double to float.
12525         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
12526         fp-cmp-1.c, converting double to long double.
12528         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
12529         from fr1 to unknown_register, since fr1 is a legitimate register
12530         on some machines.
12532 1999-07-25  Jeffrey A Law  (law@cygnus.com)
12534         * README: More listname related changes.
12536 1999-07-08  Catherine Moore  <clm@cygnus.com>
12538         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
12540 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
12542         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
12544 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
12546         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
12548 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
12550         * gcc.dg/990703-1.c: New test.
12552 1999-06-29  Nick Clifton  <nickc@cygnus.com>
12554         * lib/file-format.exp: New file: Move definition of proc
12555         gcc_target_object_format to here from
12556         gcc.dg/special/ecos.exp.
12558         * lib/c-torture.exp: Include lib file-format.exp.
12559         * lib/gcc-dg.exp: Include lib file-format.exp.
12561         * gcc.dg/special/ecos.exp: Remove definition of proc
12562         gcc_target_object_format.
12564 1999-06-28  Jeffrey A Law  (law@cygnus.com)
12566         * gcc.c-torture/execute/990628-1.c: New test.
12568 1999-06-25  Jeffrey A Law  (law@cygnus.com)
12570         * gcc.c-torture/compile/990625-2.c: New test.
12572         * gcc.c-torture/compile/990625-1.c: New test.
12574 1999-06-23  Nick Clifton  <nickc@cygnus.com>
12576         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
12577         attributes compile.
12578         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
12579         ports that use the COFF/PE file format.
12581 1999-06-17  Jeffrey A Law  (law@cygnus.com)
12583         * gcc.c-torture/compile/990617-1.c: New test.
12585 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
12587         * g++.old-deja/g++.other/decl4.C: New test.
12589 1999-06-14  Nathan Sidwell  <nathan@acm.org>
12591         * g++.old-deja/g++.other/bitfld3.C: New test.
12593 1999-06-08  Nathan Sidwell  <nathan@acm.org>
12595         * g++.old-deja/g++.eh/catch1.C: New test.
12597 1999-06-07  Jeffrey A Law  (law@cygnus.com)
12599         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
12601         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
12602         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
12604 1999-06-05  Craig Burley  <craig@jcb-sc.com>
12606         * g77.f-torture/compile/19990502-0.f: Replace with new,
12607         shorter, test that still fails after recent changes.
12609 1999-06-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
12611         * gcc.c-torture/execute/990604-1.c: New test.
12613 1999-05-31  Jeffrey A Law  (law@cygnus.com)
12615         * gcc.c-torture/execute/990531-1.c: New test.
12617 1999-05-27  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12619         * gcc.c-torture/compile/990527-1.c: New test.
12621 1999-05-27  Joern Rennecke <amylaar@cygnus.com>
12623         * gcc.c-torture/execute/990527-1.c: New test.
12625 1999-05-25  Nick Clifton  <nickc@cygnus.com>
12627         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
12628         bitfields as signed.
12630 1999-05-25  Craig Burley  <craig@jcb-sc.com>
12632         * g77.f-torture/compile/19990525-0.f: New test.
12634 1999-05-25  Jeffrey A Law  (law@cygnus.com)
12636         * gcc.c-torture/execute/990525-2.c: New test.
12638         * gcc.c-torture/execute/990525-1.c: New test.
12640 1999-05-24  Nathan Sidwell  <nathan@acm.org>
12642         * g++.old-deja/g++.other/anon3.C: New test.
12643         * g++.old-deja/g++.other/anon4.C: New test.
12644         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
12645         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
12646         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
12647         Merrill).
12649 1999-05-24  Jeffrey A Law  (law@cygnus.com)
12651         * gcc.c-torture/execute/990524-1.c: New test.
12653         * gcc.dg/990524-1.c: New test.
12655 1999-05-23  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12657         * gcc.c-torture/compile/990523-1.c: New test.
12659 1999-05-19  Raja R Harinath <harinath@cs.umn.edu>
12661         * gcc.c-torture/compile/990519-1.c: New test.
12663 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
12665         * gcc.c-torture/compile/990517-1.c: New test.
12667         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
12668         (e4, f4): New tests.
12669         (main): Call them.
12671 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12673         * gcc.dg/noreturn-1.c: New test.
12675 1999-05-13  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
12677         * gcc.c-torture/execute/990513-1.c: New test.
12679 1999-05-10  Richard Henderson  <rth@cygnus.com>
12681         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
12683 1999-05-10  Craig Burley  <craig@jcb-sc.com>
12685         * g77.f-torture/execute/erfc.f: Use small single-precision
12686         values, to avoid problems on Alphas when not -mieee.
12688 1999-05-08  Craig Burley  <craig@jcb-sc.com>
12690         * gcc.dg/990506-0.c: New test.
12692 1999-05-08  Richard Henderson  <rth@cygnus.com>
12694         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
12695         the constant to test.  Don't XFAIL 64-bit targets.
12697         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
12698         * g++.old-deja/g++.law/profile1.C: Likewise.
12700         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
12701         operator new instances.
12702         * g++.old-deja/g++.other/delete5.C: Likewise.
12704 1999-05-03  Craig Burley  <craig@jcb-sc.com>
12706         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
12707         intrinsic.
12709 1999-05-03  Craig Burley  <craig@jcb-sc.com>
12711         * g77.f-torture/execute/u77-test.f: Reverse order of two
12712         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
12714 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12716         * gcc.dg/compare1.c: New test.
12718 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
12720         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
12721         New tests.
12723 1999-05-02  Craig Burley  <craig@jcb-sc.com>
12725         * g77.f-torture/compile/19990502-1.f: New test.
12727 1999-05-02  Craig Burley  <craig@jcb-sc.com>
12729         * g77.f-torture/compile/19990502-0.f: New test.
12731 1999-05-02  Craig Burley  <craig@jcb-sc.com>
12733         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
12734         intrinsic.
12736 1999-05-02  Craig Burley  <craig@jcb-sc.com>
12738         * g77.f-torture/execute/u77-test.f (main): List libU77
12739         intrinsics not currently tested.
12740         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
12741         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
12742         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
12743         Trim blanks off the ends of some printed strings.
12745 1999-05-02  Craig Burley  <craig@jcb-sc.com>
12747         * g77.f-torture/execute/u77-test.f (main): Just warn about
12748         FSTAT gid disagreement, as it's expected on some systems.
12750 1999-05-01  Craig Burley  <craig@jcb-sc.com>
12752         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
12753         use a new function, which allows for some slop.
12754         Clean up some commentary.
12755         (issum): The new function.
12756         (sgladd): Deleted subroutine.
12758 1999-05-01  Craig Burley  <craig@jcb-sc.com>
12760         * g77.f-torture/execute/u77-test.f: Modify to be more like
12761         libf2c/libU77 version, bringing patches to that version here.
12762         Add suitable commentary.
12764 1999-04-25  Richard Henderson  <rth@cygnus.com>
12766         * gcc.dg/990424-1.c: New test.
12768 1999-04-24  Craig Burley  <craig@jcb-sc.com>
12770         * g77.f-torture/execute/u77-test.f (main): Bug involving
12771         LSTAT has been fixed, so turn back on full checking.
12773 1999-04-20  Craig Burley  <craig@jcb-sc.com>
12775         * g77.f-torture/compile/19990419-0.f: New test.
12776         * g77.f-torture/execute/19990419-1.f: New test.
12778 1999-04-17  Richard Henderson  <rth@cygnus.com>
12780         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
12781         to avoid the need for a prototype to supress a warning.
12783 1999-04-07  Jim Wilson  <wilson@cygnus.com>
12785         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
12787 1999-04-04  Jeffrey A Law  (law@cygnus.com)
12789         * gcc.c-torture/execute/990404-1.c: New test.
12791 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
12793         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
12794         * gcc.dg/cpp-if3.c: Don't use -pedantic.
12795         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
12796         missing initializer warnings.
12798 1999-03-28  Jeffrey A Law  (law@cygnus.com)
12800         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
12801         matching strings.
12803 1999-03-26  Jeffrey A Law  (law@cygnus.com)
12805         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
12807 1999-03-26  Craig Burley  <craig@jcb-sc.com>
12809         * g77.f-torture/execute/19990325-0.f: New test.
12810         * g77.f-torture/execute/19990325-1.f: New test.
12812 1999-03-24  Jeffrey A Law  (law@cygnus.com)
12814         * gcc.c-torture/execute/990324-1.c: New test.
12816 1999-03-22  Jim Wilson  <wilson@cygnus.com>
12818         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
12819         test with 4.
12821 1999-03-17  Richard Henderson  <rth@cygnus.com>
12823         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
12825 1999-03-13  Craig Burley  <craig@jcb-sc.com>
12827         * g77.f-torture/execute/19990313-2.f: New test.
12828         * g77.f-torture/execute/19990313-3.f: New test.
12830 1999-03-13  Craig Burley  <craig@jcb-sc.com>
12832         * g77.f-torture/execute/19990313-0.f: New test.
12833         * g77.f-torture/execute/19990313-1.f: New test.
12835 1999-03-12  Jim Wilson  <wilson@cygnus.com>
12837         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
12838         printf to sprintf.
12839         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
12840         (main): Add check for u15.  Conditionalize u31 check depending on
12841         whether ints are <32 bits or >=32 bits.
12843 1999-03-08  Craig Burley  <craig@jcb-sc.com>
12845         * g77.f-torture/execute/19981119-0.f: Improve testiness.
12847 1999-03-08  Craig Burley  <craig@jcb-sc.com>
12849         * g77.f-torture/compile/19990305-0.f: New test.
12850         * g77.f-torture/execute/19981119-0.f: New test.
12852 1999-03-08  Craig Burley  <craig@jcb-sc.com>
12854         * g77.f-torture/execute/970625-2.f: call ABORT if final
12855         result is not correct, instead of just printing it.
12856         Add this checking via newly introduced obfuscation, to
12857         trip up buggy front ends.
12859 1999-03-07  Craig Burley  <craig@jcb-sc.com>
12861         * g77.f-torture/compile/960317-1.f: Moved from being
12862         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
12864 1999-03-06  Craig Burley  <craig@jcb-sc.com>
12866         * g77.f-torture/execute/960317-1.f: New (old) test.
12867         * g77.f-torture/execute/970625-2.f: Ditto.
12869 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
12871         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
12872         message on line 1 or line 2; cccp and cpplib do this differently.
12874 1999-03-01  Jeffrey A Law  (law@cygnus.com)
12876         * g++.old-deja/g++.law/weak1.C: New test.
12878 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
12880         * gcc.c-torture/execute/990119-1.c: Renamed to...
12881         * gcc.dg/990119-1.c: this, so it will only be tested once
12882         (it's a preprocessor test, it doesn't need to be run at
12883         multiple optimization levels).
12885 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
12887         * lib/g++.exp: Don't add incdir=$base_dir/../include to
12888           ALWAYS_CXXFLAGS.
12890 1999-02-24  Craig Burley  <craig@jcb-sc.com>
12892         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
12893         * g77.f-torture/compile/19981216-0.f: ...as it is expected
12894         to not be compilable by current g77.
12896 1999-02-24  Nick Clifton  <nickc@cygnus.com>
12898         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
12900 1999-02-22  Jeffrey A Law  (law@cygnus.com)
12902         * gcc.c-torture/execute/990222-1.c: New test.
12904 1999-02-19  Craig Burley  <craig@jcb-sc.com>
12906         * g77.f-torture/compile/19990218-0.f: New test.
12907         * g77.f-torture/noncompile/19990218-1.f: New test.
12909 1999-02-18  Craig Burley  <craig@jcb-sc.com>
12911         * g77.f-torture/compile/19981216-0.f: New test.
12913 1999-02-14  Jeffrey A Law  (law@cygnus.com)
12915         * gcc.dg/990214-1.c: New test.
12917 1999-02-13  Jeffrey A Law  (law@cygnus.com)
12919         * gcc.dg/990213-2.c: New test.
12921         * gcc.dg/990213-1.c: New test.
12923 1999-02-12  Jeffrey A Law  (law@cygnus.com)
12925         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
12926         ints.
12928 1999-02-11  Nick Clifton  <nickc@cygnus.com>
12930         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
12931         specified by target.
12933         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
12935 1999-02-11  Jeffrey A Law  (law@cygnus.com)
12937         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
12939 1999-02-10  Jonathan Larmour  <jlarmour@cygnus.co.uk>
12941         * gcc.dg/special/ecos.exp: New test driver for new tests with
12942         special requirements.
12944         * gcc.dg/special/alias-1.c: New test.
12945         * gcc.dg/special/gcsec-1.c: New test.
12946         * gcc.dg/special/weak-1.c: New test.
12947         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
12948         * gcc.dg/special/weak-2.c: New test.
12949         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
12950         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
12951         * gcc.dg/special/wkali-1.c: New test.
12952         * gcc.dg/special/wkali-2.c: New test.
12953         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
12954         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
12956 1999-02-10  Felix Lee  <flee@cygnus.com>
12958           * lib/c-torture.exp (c-torture-compile): Pull out code for
12959           analyzing gcc error messages.
12960           (c-torture-execute): Likewise.  Fix some (harmless) false
12961           positives.
12962           * lib/gcc.exp (gcc_check_compile): New function.
12964 1999-02-08  Richard Henderson  <rth@cygnus.com>
12966         * gcc.c-torture/execute/990208-1.c: New test.
12968 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
12970         * g++.dg/special/ecos.exp: New driver for new tests with special
12971         requirements
12973         * g++.dg/special/conpr-1.C: New test
12974         * g++.dg/special/conpr-2.C: New test
12975         * g++.dg/special/conpr-2a.C: New test
12976         * g++.dg/special/conpr-3.C: New test
12977         * g++.dg/special/conpr-3a.C: New test
12978         * g++.dg/special/conpr-3b.C: New test
12980         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
12981         allow g++ to use the dg driver
12983         * README: Add comment about g++.dg directory
12985 1999-02-06  Jeffrey A Law  (law@cygnus.com)
12987         * README: Update email addresses.
12989 1999-02-03  Nick Clifton  <nickc@cygnus.com>
12991         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
12992         arguments in order to force structure S onto the stack even on
12993         the alpha.
12994         (test): Pass 10 leading arguments to function foo as well as the
12995         structure S.
12997         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
12998         failure for all targets.
13000         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
13001         abort to terminate program execution.
13003 1999-01-30  Richard Henderson  <rth@cygnus.com>
13005         * gcc.c-torture/execute/990130-1.c: New test.
13007 1999-01-30  Jeffrey A Law  (law@cygnus.com)
13009         * gcc.dg/990130-1.c: New test.
13011 1999-01-28  Michael Meissner  <meissner@cygnus.com>
13013         * gcc.c-torture/execute/990128-1.c: New test.
13015 1999-01-27  Michael Meissner  <meissner@cygnus.com>
13017         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
13019 1999-01-27  Felix Lee  <flee@cygnus.com>
13021         * lib/c-torture.exp (c-torture-compile): pull out code for
13022         analyzing gcc error messages.
13023         (c-torture-execute): ditto, and fix some (harmless) false
13024         positives.
13025         * lib/gcc.exp (gcc_check_compile): new function.
13027 1999-01-17  Jeffrey A Law  (law@cygnus.com)
13029         * gcc.dg/990117-1.c: New test.
13031         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
13033         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
13035 1999-01-15  Jeffrey A Law  (law@cygnus.com)
13037         * g77.f-torture/compile/990115-1.f: New test.
13039 1999-01-07  Jeffrey A Law  (law@cygnus.com)
13041         * gcc.c-torture/compile/990107-1.c: New test
13043 1999-01-06  Jeffrey A Law  (law@cygnus.com)
13045         * gcc.c-torture/execute/990106-2.c: New test.
13047         * gcc.c-torture/execute/990106-1.c: New test.
13049 1998-12-30  Zack Weinberg <zack@rabi.columbia.edu>
13051         * gcc.c-torture/compile/981223-1.c: New test.
13053 1998-12-29  Richard Henderson  <rth@cygnus.com>
13055         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
13056         (opt3): Rename from opt4 and disable.
13058 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
13060         * g++.old-deja/g++.pt/ptrmem5.C: New test.
13062 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
13064         * g++.old-deja/g++.other/conv5.C: New test.
13066 1998-12-14  Nick Clifton  <nickc@cygnus.com>
13068         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
13070 1998-12-11  Jeffrey A Law  (law@cygnus.com)
13072         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
13074 1998-12-11  Zack Weinberg <zack@rabi.columbia.edu>
13076         * gcc.c-torture/compile/981211-1.c: New test.
13078 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
13080         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
13082         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
13084 1998-12-08  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13086         * gcc.special/930510-1.c: Make C9X safe.
13087         * gcc.misc-tests/gcov-1.c Similarly.
13088         * gcc.misc-tests/gcov-2.c Similarly.
13090 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
13092         * gcc.dg/ultrasp1.c: New test.
13094 1998-12-06  Richard Henderson  <rth@cygnus.com>
13096         * gcc.c-torture/execute/981206.c: New test.
13098 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
13100         * g++.old-deja/g++.ns/template7.C: New test.
13102         * g++.old-deja/g++.other/expr1.C: New test.
13104         * g++.old-deja/g++.eh/tmpl3.C: New test.
13106         * g++.old-deja/g++.eh/tmpl2.C: New test.
13108 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
13110         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
13111         * g++.old-deja/g++.other/using6.C: Removed.
13112         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
13114         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
13116 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
13118         * g++.old-deja/g++.pt/overload8.C: New test.
13120         * g++.old-deja/g++.pt/overload7.C: New test.
13122         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
13124         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
13125         and relinking messages.
13126         * lib/g++.exp (g++_target_compile): Remove .rpo file when
13127         compiling with -frepo.
13129 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
13131         * g++.old-deja/g++.pt/lookup6.C: New test.
13133 1998-11-30  Nick Clifton  <nickc@cygnus.com>
13135         * gcc.c-torture/execute/981130-1.c: New test.
13136         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
13138 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
13140         * g++.old-deja/g++.pt/explicit76.C: New test.
13142         * g++.old-deja/g++.pt/friend38.C: New test.
13144         * g++.old-deja/g++.ns/crash2.C: New test.
13146         * g++.old-deja/g++.pt/defarg8.C: New test.
13148         * g++.old-deja/g++.pt/instantiate6.C: New test.
13150         * g++.old-deja/g++.pt/static6.C: New test.
13152         * g++.old-deja/g++.pt/decl2.C: New test.
13154 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
13156         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
13157         problem is actually related with name lookup, but so what? :-)
13159         * g++.old-deja/g++.pt/friend37.C: New test.
13161 1998-11-25  Dave Love  <d.love@dl.ac.uk>
13163         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
13164         element, which fails on some systems.
13166         * g77.f-torture/execute/labug1.f: New test.
13168 1998-11-21  Jeffrey A Law  (law@cygnus.com)
13170         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
13171         is defined.
13173 1998-11-18  Dave Love  <d.love@dl.ac.uk>
13175         * g77.f-torture/compile/981117-1.f: New test.
13177 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
13179         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
13180         properly discarded.
13182 1998-10-11  Ken Raeburn  <raeburn@cygnus.com>
13184         * gcc.c-torture/execute/memcheck: New directory of tests for
13185         -fcheck-memory-usage.
13187 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13189         * README: New file, general information about the testsuite and
13190         new description of the various C++ test subdirectories.
13191         * README.g++: Eliminate obsolete information, update and move most
13192         relevant stuff to README.
13194 1998-11-07  Richard Henderson  <rth@cygnus.com>
13196         * gcc.c-torture/compile/981107-1.c: New test.
13198 1998-11-02  Doug Evans  <devans@canuck.cygnus.com>
13200         * execute/memcpy-bi.c: New testcase.
13202 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
13204         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
13205         base classes.
13207         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
13208         template is selected.
13210         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
13211         classes, it should be accepted for all types.
13213         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
13215         * g++.old-deja/g++.pt/spec24.C: Ensure that template
13216         specializations start with template headers.
13218 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
13220         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
13222         * g++.old-deja/g++.other/init9.C: Test cross initialization of
13223         non-POD types.
13225 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
13227         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
13229 1998-10-22  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13231         * compile/981022-1.c, compile/981022-1.x: New test and driver.
13233 1998-10-19  Jeffrey A Law  (law@cygnus.com)
13235         * 981019-1.c: New test.
13237 1998-10-14  Robert Lipe <robertl@dgii.com>
13239         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
13240         find objc headers.
13242 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
13244         * compile/981001-4.c: Remove use of GCC extension that triggers a
13245         compiler bug.
13247 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
13249         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
13251 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
13253         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
13254         instantiation of template produces incorrect code for delete
13255         expression.
13257         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
13258         constructors' name is not unique.
13259         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
13260         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
13262         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
13263         automatic array of const is ill-formed.
13265         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
13266         of template parameter?
13268         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
13269         const.
13271         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
13272         pointer-to-member expression.
13274         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
13275         declaration causes ICE.
13277 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
13279         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
13280         reserved in the global namespace.
13282         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
13283         generate needed virtual table.
13285         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
13287 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
13289         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
13290         template-dependent type
13292 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
13294         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
13295         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
13296         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
13298         * g++.old-deja/g++.other/using5.C: New test; using decl from base
13299         class should be usable as argument of member function.
13300         * g++.old-deja/g++.other/using6.C: New test; using decl from base
13301         class should be usable as return type of member function.
13302         * g++.old-deja/g++.other/using7.C: New test; using decl from base
13303         class should be usable as type of data member.
13305         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
13307 1998-10-09  Jeffrey A Law  (law@cygnus.com)
13309         * gcc.c-torture/special/920521-1.c: Fix bogus test.
13311 1998-10-08  Nick Clifton  <nickc@cygnus.com>
13313         * gcc.dg/dll-?.c Add thumb to target list.
13314         Fix assembler scan patterns to match current assembler output.
13316 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
13318         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
13319         matching of template brackets.
13321         * g++.old-deja/g++.other/using4.C: New test.  Test using
13322         declarations of methods from base classes.
13324         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
13325         within functions should introduce names into the innermost
13326         enclosing namespace.
13328         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
13329         of static locals if first initialization throws.
13331 1998-10-07  Jim Wilson  <wilson@cygnus.com>
13333         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
13335 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
13337         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
13338         lose track of the possible targets of tablejump insns.
13339         * special/special.exp: Run it.
13341 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
13343         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
13344         must be declared before its specializations can be named in friend
13345         declarations.
13347 1998-10-05  Dave Love  <d.love@dl.ac.uk>
13349         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
13351         * g77.f-torture/execute/io1.f: New test.
13353 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
13355         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
13356         with pointer to template function, for which no argument deduction
13357         is possible.
13359         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
13360         specialization of template function as argument to template
13361         function.
13363         * g++.old-deja/g++.other/access2.C: New test; Inner class
13364         shouldn't have privileged access to Outer's names.
13366 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
13368         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
13369         friend template declared within template class conflicts with
13370         nested class of the same name.
13372         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
13373         is ignored.
13375         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
13376         object with direct initializer as function declaration.
13378         * g++.old-deja/g++.other/decl2.C: New test; duplicate
13379         initializers.
13381         * g++.old-deja/g++.other/null2.C: New test; conditional operator
13382         involving const pointer and NULL produces incorrect result.
13384         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
13385         type name without `typename' should be rejected with -pedantic.
13387 1998-10-02  Richard Henderson  <rth@cygnus.com>
13389         * g++.old-deja/g++.other/addrof1.C: New test.
13391 1998-10-01  Nick Clifton  <nickc@cygnus.com>
13393         * gcc.c-torture/compile/981001-1.c: New test.
13394         * gcc.c-torture/execute/981001-1.c: New test.
13396 1998-10-01  Jeffrey A Law  (law@cygnus.com)
13398         * gcc.c-torture/compile/981001-2.c: New test.
13399         * gcc.c-torture/compile/981001-3.c: New test.
13400         * gcc.c-torture/compile/981001-4.c: New test.
13402 1998-10-01  Robert Lipe  <robertl@dgii.com>
13404         * lib/objc.exp (objc_target_compile): Add -L during compiles for
13405         multilibbed hosts.   Idea grafted from g77.exp.
13407 1998-09-30  Dave Love  <d.love@dl.ac.uk>
13409         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
13410         avoid losing on systems which need -lsocket.
13412 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
13414         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
13415         * g++.old-deja/g++.other/nested2.C: Ditto.
13416         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
13417         failure.
13419 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
13421         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
13422         preferred over template operator!= for enum bitfields.
13424 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
13426         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
13427         that happen to have the same base name, but in different scopes,
13428         are incorrectly rejected.
13430 1998-09-16  Richard Henderson  <rth@cygnus.com>
13432         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
13433         on the native word size instead of an integer literal.
13435 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
13437         * g++.old-deja/g++.other/static2.C: Invocation of static data
13438         member of type pointer-to-function denoted as non-static member.
13440         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
13441         checks involving function types and aliases.
13443 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
13445         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
13446         redefined to the same non-trivial type.
13448         * g++.old-deja/g++.pt/explicit73.C: Test for proper
13449         namespace-qualification of template specializations declared in
13450         other namespaces.
13452         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
13453         to declare a subset of the specializations of a template function
13454         as friends of specializations of a template class.
13456         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
13457         member templates that do not fully specialize the enclosing
13458         template class are rejected.
13460 1998-09-11  Dave Love  <d.love@dl.ac.uk>
13462         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
13464 1998-09-08  Dave Love  <d.love@dl.ac.uk>
13466         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
13467         altered from libf2c/libU77 version.
13469 1998-09-06  Dave Love  <d.love@dl.ac.uk>
13471         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
13473 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
13475         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
13476         (un)signed char are different types for template specialization
13477         purposes.
13479 1998-09-03  Ovidiu Predescu  <ovidiu@aracnet.com>
13481         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
13482         * objc: ObjC testsuite.
13484 1998-08-31  Catherine Moore  <clm@cygnus.com>
13486         * gcc.c-torture/execute/941014-1.x:  New file.
13488 1998-08-31  Nick Clifton  <nickc@cygnus.com>
13490         * lib/c-torture.exp: Add support for
13491         torture_eval_before_compile and torture_eval_before_execute
13492         variables.
13494 1998-08-30  Jeffrey A Law  (law@cygnus.com)
13496         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
13497         this test triggers valid.
13499 1998-08-27  Jeffrey A Law  (law@cygnus.com)
13501         * gcc.dg/980827-1.c: New test.
13503 1997-08-26  J"orn Rennecke <amylaar@cygnus.co.uk>
13505         * gcc.c-torture/execute/loop-4b.c: New test.
13507 1998-08-26  Nick Clifton  <nickc@cygnus.com>
13509         * lib/c-torture.exp: Add support for
13510         torture_eval_before_compile and torture_eval_before_execute
13511         variables.
13513 1998-08-25  Jeffrey A Law  (law@cygnus.com)
13515         * gcc.c-torture/compile/980825-1.c: New test.
13517 1998-08-24  Nick Clifton  <nickc@cygnus.com>
13519         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
13520         count number tests in opt_t0 not good_t0.
13522 1998-08-24  Jeffrey A Law  (law@cygnus.com)
13524         * gcc.c-torture/compile/930326-1.x: Fix typo.
13526 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
13528         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
13529         causes an ICE.
13531 1998-08-21  Jeffrey A Law  (law@cygnus.com)
13533         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
13534         STACK_SIZE is defined.
13535         * gcc.c-torture/unsorted/stuct.c: Similarly.
13537         * gcc.c-torture/compile/980821-1.c: New test.
13539 1998-08-21  Jeffrey A Law  (law@cygnus.com)
13541         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
13543 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
13545         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
13546         code.
13548 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
13550         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
13551         error'.
13553 1998-08-18  Jeffrey A Law  (law@cygnus.com)
13555         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
13557 1998-08-16  Jeffrey A Law  (law@cygnus.com)
13559         * gcc.c-torture/compile/980816-1.c: New test.
13561         * gcc.dg/980816-1.c: New test.
13563 1998-08-13  Jeffrey A Law  (law@cygnus.com)
13565         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
13566         compiler for ieee tests.
13568 1998-08-01  Dave Love  <d.love@dl.ac.uk>
13570         * g77.f-torture/compile/980729-0.f: New test.
13572 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
13574         * gcc.c-torture/special/eeprof-1.c: New test, for
13575         -finstrument-functions.
13576         * gcc.c-torture/special/special.exp: Run it.
13578 1998-07-29  Jeffrey A Law  (law@cygnus.com)
13580         * gcc.c-torture/compile/980729-1.c: New test.
13582 1998-07-27  Nick Clifton  <nickc@cygnus.com>
13584         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
13585         __thumb__ is defined, and test for ARM style doubles if so.
13587 1998-07-26  Dave Love  <d.love@dl.ac.uk>
13589         * g77.f-torture/noncompile/980615-0.f: New test.
13591 1998-07-26  H.J. Lu  (hjl@gnu.org)
13593         * gcc.dg/980312-1.c: Do link instead of compile.
13594         * gcc.dg/980313-1.c: Likewise.
13596 1998-07-26  Jeffrey A Law  (law@cygnus.com)
13598         * gcc.c-torture/compile/980726-1.c: New test.
13600 1998-07-25  Dave Love  <d.love@dl.ac.uk>
13602         * g77.f-torture/execute/io0.f: New test.
13604 1998-07-24  Nick Clifton  <nickc@cygnus.com>
13606         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
13607         an int.
13609 1998-06-18  Michael Meissner  <meissner@cygnus.com>
13611         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
13612         m32r bugs.
13614 1998-07-17  Nick Clifton  <nickc@cygnus.com>
13616         * gcc.dg/980626-1.c: Expect failures for all toolchains until
13617         c-decl.c:grokdeclarator can handle mode attributes.
13619 1998-07-16  Jeffrey A Law  (law@cygnus.com)
13621         * gcc.c-torture/execute/980716-1.c: New test.
13623 1998-07-13  Jeffrey A Law  (law@cygnus.com)
13625         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
13626         the mn10200.
13627         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
13628         the mn10200.
13629         * gcc.c-torture/execute/va-arg-3.x: Similarly.
13630         * gcc.c-torture/compile/930326-1.x: Similarly.
13632 1998-07-13  Dave Love  <d.love@dl.ac.uk>
13634         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
13635         New test from Craig.
13637 1998-07-12  Dave Love  <d.love@dl.ac.uk>
13639         * g77.f-torture/noncompile/980616-0.f: New test.
13641         * g77.f-torture/execute/970816-3.f:  New test from Craig.
13643 1998-07-10 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
13645         *  g++.other/singleton.C: Return error value instead of taking
13646         SIGSEGV.
13648 1998-07-10  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
13650         *  g++.other/singleton.C: New test.   Warning is under dispute.
13651         Runtime crash is not.
13653 1998-07-09  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
13655         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
13656         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
13657         using6.C, using7.C}:  New namespace tests.
13659 1998-07-09  Alexandre Oliva   <oliva@dcc.unicamp.br>
13661         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
13662         specialization with typedef'ed names used as array indexes.
13664 1998-07-09  Jeffrey A Law  (law@cygnus.com)
13666         * gcc.c-torture/execute/980709-1.c: New test.
13668         * gcc.dg/980709-1.c: New test.
13670 1998-07-07  Richard Henderson  <rth@cygnus.com>
13672         * gcc.c-torture/execute/bcp-1.c: New test.
13674 1998-07-07  Jeffrey A Law  (law@cygnus.com)
13676         * gcc.c-torture/execute/980707-1.c: New test.
13678 1998-07-06  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
13680         * gcc.c-torture/compile/980706-1.c: New test.
13682 1998-07-01  Dave Love  <d.love@dl.ac.uk>
13684         * g77.f-torture/execute/980701-0.f,
13685         g77.f-torture/execute/980701-1.f: New test from Craig.
13687 1998-07-01  Jeffrey A Law  (law@cygnus.com)
13689         * gcc.c-torture/compile/980701-1.c: New test.
13691         * gcc.c-torture/execute/980701-1.c: New test.
13693 1998-06-30  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
13694 rlsruhe.de>
13696         * g++.old-deja/g++.robertl/eb132.C: New test.
13697         * g++.old-deja/g++.robertl/eb133.C: Likewise.
13699 1998-06-29  Dave Love  <d.love@dl.ac.uk>
13701         * g77.f-torture/execute/980628-7.f,
13702         g77.f-torture/execute/980628-8.f,
13703         g77.f-torture/execute/980628-9.f,
13704         g77.f-torture/execute/980628-10.f: New tests from Craig.
13706         * g77.f-torture/execute/980628-3.f: Remove mail headers.
13708 1998-06-28  Jeffrey A Law  (law@cygnus.com)
13710         * g77.f-torture/execute/980628-4.f: New test from Craig.
13711         * g77.f-torture/execute/980628-5.f: Likewise.
13712         * g77.f-torture/execute/980628-2.f: Likewise.
13713         * g77.f-torture/execute/980628-0.f: Likewise.
13714         * g77.f-torture/execute/980628-1.f: Likewise.
13715         * g77.f-torture/execute/980628-3.f: Likewise.
13716         * g77.f-torture/execute/980628-6.f: Likewise.
13718 1998-06-28  Jeffrey A Law  (law@cygnus.com)
13720         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
13721         directory when nothing has been installed yet.
13723 1998-06-27  Carlo Wood  <carlo@runaway.xs4all.nl>
13725         * gcc.c-torture/special/special.exp: Handle newer versions of
13726         dejagnu.
13728 1998-06-26  Jeffrey A Law  (law@cygnus.com)
13730         * gcc.dg/980626-1.c: New test.
13732 1998-06-19  Bruno Haible <haible@ilog.fr>
13734         * gcc.misc-tests/m-un-2.c: New test.
13735         * g++.old-deja/g++.other/warn01.c: Likewise.
13737 1998-06-19  Robert Lipe  <robertl@dgii.com>
13739         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
13740         compatibility with assmblers with a different comment character.
13741         Eliminate use of GAS-specific extensions.
13743 1998-06-19  Jeffrey A Law  (law@cygnus.com)
13745         * gcc.c-torture/execute/ieee/980619-1.c: New test.
13747 1998-06-19  Robert Lipe  <robertl@dgii.com>
13749         *lib/g77.exp: Replace search for libf2c.a with search for newly
13750         renamed libg2c.a
13752 1998-06-17  Jeffrey A Law  (law@cygnus.com)
13754         * gcc.c-torture/execute/980617-1.c: New test.
13756 1998-06-12  Jeffrey A Law  (law@cygnus.com)
13758         * gcc.c-torture/execute/980612-1.c: New test.
13760 1998-06-08  Jeffrey A Law  (law@cygnus.com)
13762         * gcc.dg/980523-1.c: Only test on ppc-linux.
13763         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
13765         * gcc.c-torture/execute/980608-1.c: New test.
13767 1997-06-05  J"orn Rennecke <amylaar@cygnus.co.uk>
13769         * gcc.c-torture/execute/980605-1.c: New test.
13771 1998-06-04  Jeffrey A Law  (law@cygnus.com)
13773         * gcc.c-torture/execute/980604-1.c: New test.
13775 1998-06-02  Jeffrey A Law  (law@cygnus.com)
13777         * gcc.c-torture/execute/980602-1.c: New test.
13778         * gcc.c-torture/execute/980602-2.c: Likewise.
13780 1998-06-02  Dave Love  <d.love@dl.ac.uk>
13782         * 970125-0.f: Fix per JCB.  Add commentary.
13784 1998-05-31  Michael Meissner  <meissner@cygnus.com>
13786         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
13787         IEEE -0 support.
13789 1998-05-29  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
13791         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
13792         earlier.
13794 1998-05-28  Catherine Moore <clm@cygnus.com>
13796         * gcc.c-torture/execute/980526-3.c: New test.
13798 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
13800         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
13801         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
13802         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
13803         m88k-motorola-sysv3 to XFAIL.
13805 1998-05-26  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13807         * gcc.dg/980526-1.c: New test.
13808         * gcc.c-torture/execute/980526-2.c: New test.
13810 1998-05-26  Jeffrey A Law  (law@cygnus.com)
13812         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
13814         * gcc.c-torture/execute/980526-1.c: New test.
13816 1998-05-26  Dave Love  <d.love@dl.ac.uk>
13818         * g77.f-torture/execute/alpha2.f: Add runtime test.
13820 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
13822         * g++.old-deja/old-deja.exp: Strip leading directories.
13824         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
13825         error for the line.  Don't run multiple tests for the same line.
13827 1998-05-23  Jeffrey A Law  (law@cygnus.com)
13829         * gcc.dg/980523-1.c: New test.
13831 1998-05-23  Dave Love  <d.love@dl.ac.uk>
13833         * g77.f-torture/compile/970915-0.f: New test.
13835 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
13837         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
13839 1998-05-21  Jeffrey A Law  (law@cygnus.com)
13841         * gcc.dg/980520-1.c: New test.
13843 1998-05-20  Manfred Hollstein  <manfred@s-direktnet.de>
13845         * gcc.dg/980502-1.c: Fix return type.
13847 1998-05-20  Jeffrey A Law  (law@cygnus.com)
13849         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
13850         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
13851         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
13852         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
13853         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
13855 1998-05-20  Dave Love  <d.love@dl.ac.uk>
13857         * g77.f-torture/execute/980520-1.f: New test.
13859 1998-05-15  Dave Love  <d.love@dl.ac.uk>
13861         * lib/mike-g77.exp: New file.
13863         * g77.f-torture/noncompile/noncompile.exp,
13864         g77.f-torture/noncompile/check0.f: New files.
13866 1998-05-14  Dave Love  <d.love@dl.ac.uk>
13868         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
13869         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
13870         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
13871         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
13872         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
13873         abort where appropriate.
13875 1998-05-05  Michael Meissner  <meissner@cygnus.com>
13877         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
13878         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
13880 1998-04-29  Dave Love  <d.love@dl.ac.uk>
13882         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
13884 1998-04-27  Dave Love  <d.love@dl.ac.uk>
13886         * g77.f-torture/compile/980427-0.f: New test.
13888 1998-04-24  Dave Love  <d.love@dl.ac.uk>
13890         * g77.f-torture/compile/980424-0.f: New test.
13892 1998-04-19  Dave Love  <d.love@dl.ac.uk>
13894         * g77.f-torture/compile/980419-2.f (main): New test.
13895         * g77.f-torture/compile/970125-0.f: New test.
13896         * g77.f-torture/compile/980419-1.f: New test.
13898 1998-04-08  Jim Wilson  <wilson@cygnus.com>
13900         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
13901         of loop-4.c.
13903 1998-04-07  Jim Wilson  <wilson@cygnus.com>
13905         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
13907 1998-04-03  Jim Wilson  <wilson@cygnus.com>
13909         * gcc.c-torture/compile/980329-1.c: New test.
13911 1998-03-18  Jim Wilson  <wilson@cygnus.com>
13913         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
13914         * gcc.dg/980312-1.c: Fix typo in -march command.
13916 1998-03-16  H.J. Lu  (hjl@gnu.org)
13918         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
13920 1998-03-11  Robert Lipe  <robertl@dgii.com>
13922         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
13923         Dave Love agree the Fortran source is bogus.
13925 1998-03-11  Robert Lipe  <robertl@dgii.com>
13927         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
13928         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
13929         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
13930         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
13931         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
13933 1998-03-10  Alexandre Oliva   <oliva@dcc.unicamp.br>
13935         * g++.old-deja/g++.other/friend1.C: New test.
13937 1998-02-18  Dave Love  <d.love@dl.ac.uk>
13939         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
13940         possibly uninitialized) variables and declare dnrm2.
13942 1998-02-23  Robert Lipe <robertl@dgii.com>
13944         From Bruno Haible <haible@ilog.fr>:
13945         * gcc.c-torture/execute/980223.c: New test.
13947 1998-02-13  Jeffrey A Law  (law@cygnus.com)
13949         * gcc.dg/ifelse-1.c: New test.
13951 1998-02-09  H.J. Lu  (hjl@gnu.org)
13953         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
13955           * lib/old-dejagnu.exp (old-dejagnu): Added the
13956           "execution test - XFAIL *-*-*" handling in the spirit of
13957           "excess errors test -". Changed the "execution test fails"
13958           handling to be like "excess errors test fails".
13959           * Update various tests accordingly.
13961 1998-02-06  Jim Wilson  <wilson@cygnus.com>
13963         * gcc.c-torture/execute/980205.c: New test.
13965 1998-01-18  Jeffrey A Law  (law@cygnus.com)
13967         * lib/c-torture.exp: Look for .x files instead of .cexp files.
13968         * lib/f-torture.exp: Similarly.
13969         * gcc.c-torture: Rename all .cexp files to .x files.
13971 1997-12-08  J"orn Rennecke <amylaar@cygnus.co.uk>
13973         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
13974         (940510-1.c): Removed duplicate.
13975         (971104-1.c): New test.
13977 1997-11-25  Kate Hedstrom  (kate@ahab.rutgers.edu)
13979           * lib/f-torture.exp: Improve error and loop detection.
13981 1997-11-19  Michael Meissner  <meissner@cygnus.com>
13983         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
13984         use that to size the filler array.
13986 1997-09-26  Bob Manson  <manson@charmed.cygnus.com>
13988         * lib/c-torture.exp(c-torture-execute): Fix typo.
13990         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
13991         testcase as the executable name. Keep the executable around if
13992         the test fails.
13994 1997-09-19  Bob Manson  <manson@charmed.cygnus.com>
13996         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
13997         changes.  Only test one -g option, and move it to the end of the
13998         list of options to test.
14000 1997-09-19  Michael Meissner  <meissner@cygnus.com>
14002         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
14003         variable GCC_TORTURE_OPTIONS to supply default switches separated
14004         by colons.  If no environment variable, run tests with -O0 -g, -O1
14005         -g, and -O2 -g as well.
14007 1997-09-17  Bob Manson  <manson@charmed.cygnus.com>
14009         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
14010         explanatory comments. Fix indentation.
14012 1997-09-15  Jeffrey A Law  (law@cygnus.com)
14014         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
14016 1997-09-11  Jeffrey A Law  (law@cygnus.com)
14018         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
14019         * g++.old-deja/g++.mike/p7325.C: Likewise.
14020         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
14022 1997-09-11  Alexandre Oliva  (oliva@dcc.unicamp.br)
14024         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
14025         * g++.old-deja/g++.brendan/crash30.C: Likewise.
14026         * g++.old-deja/g++.brendan/crash39.C: Likewise.
14027         * g++.old-deja/g++.law/operators4.C: Likewise.
14029 1997-09-11  Joe Buck  (jbuck@synopsys.com)
14031         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
14032         * g++.old-deja/g++.mike/p784.C: Ditto.
14033         * g++.old-deja/g++.mike/p785.C: Ditto.
14035 1997-09-05  Jeffrey A Law  (law@cygnus.com)
14037           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
14039 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
14041         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
14042         target feature; pass this to c-torture-execute as needed.
14044 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
14046         * lib/c-torture.exp(c-torture-execute): If the previous and the
14047         current executables being tested are identical, we don't need to
14048         run the executable again. Try to make the executable names
14049         unique. Add an optional argument for passing additional compiler
14050         flags.
14052 1997-09-02  Doug Evans  <dje@canuck.cygnus.com>
14054         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
14056 1997-08-29  Jeffrey A Law  (law@cygnus.com)
14058         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
14060 1997-07-31  Jeffrey A Law  (law@cygnus.com)
14062         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
14063         32bit or larger longs.
14065         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
14066         have either a 32bit long or 32bit int.
14068 1997-07-29  J"orn Rennecke <amylaar@cygnus.co.uk>
14070         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
14071         Make double precision tests dependent on sizeof (double).
14073 1997-07-09  Bob Manson  <manson@charmed.cygnus.com>
14075         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
14076         too.
14078 1997-06-17  J"orn Rennecke <amylaar@cygnus.co.uk>
14080         * gcc.c-torture/compile/961203-1.cexp: New script.
14082 1997-06-16  Bob Manson  <manson@charmed.cygnus.com>
14084         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
14085         up the includes ourselves.
14087 1997-06-11  Bob Manson  <manson@charmed.cygnus.com>
14089         * lib/plumhall.exp: Remove random include, and add a few
14090         verbose messages for debugging.
14092 1997-06-06  Bob Manson  <manson@charmed.cygnus.com>
14094         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
14095         of trying to do it ourselves.
14097 1997-06-04  J"orn Rennecke <amylaar@cygnus.co.uk>
14099         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
14101 1997-06-04  Bob Manson  <manson@charmed.cygnus.com>
14103         * gcc.prms/5403.c: Made regexp a bit less strict.
14105 1997-06-03  Bob Manson  <manson@charmed.cygnus.com>
14107         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
14108         is returned from remote_load instead.
14109         * lib/plumhall.exp: Ditto.
14110         * lib/mike-g++.exp: Ditto.
14111         * lib/old-dejagnu.exp: Ditto.
14112         * lib/c-torture.exp: Ditto.
14114 1997-05-30  Bob Manson  <manson@charmed.cygnus.com>
14116         * lib/g++.exp: Use build_wrapper procedure.
14117         * lib/gcc.exp: Ditto.
14119 1997-05-20  Jeffrey A Law  (law@cygnus.com)
14121         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
14122         an old-style decl for malloc.  Fixes tests to work when
14123         sizeof (int) != sizeof (size_t).
14125 1997-05-15  Mike Meissner  <meissner@cygnus.com>
14127         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
14129         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
14130         use stdargs.h interface.
14132 1997-05-15  Mike Meissner  <meissner@cygnus.com>
14134         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
14135         NO_VARARGS when compiling.
14137 1997-05-01  Bob Manson  <manson@charmed.cygnus.com>
14139         * lib/plumhall.exp(ph_includes): New procedure.
14140         (ph_make): Use it.
14141         (ph_compiler): Ditto.
14143         * lib/g++.exp: Rename test-glue.c to testglue.c.
14144         * lib/gcc.exp: Ditto.
14146 1997-04-10  Bob Manson  <manson@charmed.cygnus.com>
14148         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
14149         to completion when it's called.
14151 1997-03-21  Michael Meissner  <meissner@cygnus.com>
14153         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
14154         is defined, don't do test.
14156 1997-03-20  Doug Evans  <dje@canuck.cygnus.com>
14158         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
14159         for object files.
14160         (ph_summary): Mark skipped testcases as untested, not unresolved.
14162         * lib/plumhall.exp (ph_make): If unresolved because of bad
14163         errorCode, record errorCode in log file.
14164         (*): Replace send_log/verbose with verbose -log.
14166 1997-03-19  Michael Meissner  <meissner@cygnus.com>
14168         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
14169         double conversion if double isn't at least 8 bytes.
14171         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
14172         int to work with targets where int is 16 bits.
14174         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
14175         8 bytes, just exit, since 4 byte doubles don't have enough bits of
14176         precision for the test to complete.
14178 1997-03-14  Michael Meissner  <meissner@cygnus.com>
14180         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
14181         if d10v is not compiled with the -mdouble64 flag.
14182         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
14184         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
14185         d10v is not compiled with the -mint32 flag.
14187 1997-03-13  Bob Manson  <manson@charmed.cygnus.com>
14189         * lib/plumhall.exp: Use incr_count.
14191 1997-03-12  Jeffrey A Law  (law@cygnus.com)
14193         * gcc.c-torture: Update to c-torture-1.45.
14195 1997-02-23  Bob Manson  <manson@charmed.cygnus.com>
14197         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
14198         the name of the expect testcase file).
14200         * lib/g++.exp(g++_init): Ditto.
14202 1997-02-20  Bob Manson  <manson@charmed.cygnus.com>
14204         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
14205         the host.
14207         * lib/gcc.exp(gcc_exit): New procedure.
14209 1997-02-19  Bob Manson  <manson@charmed.cygnus.com>
14211         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
14212         specs where appropriate.
14214         * g++.old-deja/g++.arm/*: Added additional ERROR checks
14215         because of new "candidates are" messages, and removed a few
14217         * Converted all non-old-style g++ testcases to old-style, and
14218         moved into g++.old-deja.
14220 1997-02-14  Bob Manson  <manson@charmed.cygnus.com>
14222         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
14223         options.
14225         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
14226         succeeded.
14228         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
14230 1997-02-13  Michael Meissner  <meissner@cygnus.com>
14232         * lib/gcc.exp (gcc_target_compile): Add support for defining
14233         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
14234         the machine doesn't have those features.
14236 1997-02-11  Bob Manson  <manson@charmed.cygnus.com>
14238         * g++.law/operators4.exp: Don't use LIBS.
14240 1997-02-08  Bob Manson  <manson@charmed.cygnus.com>
14242         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
14244         * lib/mike-g++.exp: Don't set the compiler to be tested here.
14245         * lib/g++.exp: Set it here instead. Also, allow use of the
14246         --tool_exec and --tool_opt options. Change CXX to
14247         GXX_UNDER_TEST.
14249         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
14251         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
14253 1997-02-07  Bob Manson  <manson@charmed.cygnus.com>
14255         * lib/old-dejagnu.exp: Use prune_warnings instead of
14256         prune_system_crud.
14257         * lib/mike-g++.exp: Ditto.
14258         * lib/gcc.exp: Ditto.
14259         * lib/g++.exp: Ditto.
14261         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
14263 1997-02-07  Jeffrey A Law  (law@cygnus.com)
14265           * 941014-2.c: Include stdlib.h
14266           * 960327-1.c: Include stdio.h
14267           * dbra.c, index-1.c: Don't assume ints are 32bits.
14269 1997-02-04  Bob Manson  <manson@charmed.cygnus.com>
14271         * lib/gcc.exp: Add gcc,stack_size target feature.
14273         * lib/g++.exp(g++_target_compile): Add the include and link
14274         paths here, not in two other places. And, it's $options, not
14275         options.
14277         * lib/mike-g++.exp(postbase): Remove the code that determines
14278         the correct include and link paths.
14279         * g++.old-deja/old-deja.exp: Ditto.
14281 1997-02-03  Bob Manson  <manson@charmed.cygnus.com>
14283         * lib/g++.exp(g++_init): target_compile no longer returns the
14284         filename of the result.
14286 1997-02-02  Bob Manson  <manson@charmed.cygnus.com>
14288         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
14289         call to glob.
14291         * gcc.c-torture/special/special.exp: Change call to
14292         gcc_target_compile to include the object file.
14294 1997-02-02  Ian Lance Taylor  <ian@cygnus.com>
14296         * gcc.c-torture/special/special.exp: Correct misspelling in last
14297         change.
14299 1997-02-01  Bob Manson  <manson@charmed.cygnus.com>
14301         * lib/plumhall.exp(ph_summary): Log the entire output of the
14302         executable. Return -1 if there were any failures, 0 otherwise.
14303         (ph_execute): Return -1 if there were any failures, 0 otherwise.
14304         (ph_make): Clean up objects and executables that were built
14305         if the tests succeeded.
14307 1997-01-30  Bob Manson  <manson@charmed.cygnus.com>
14309         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
14310         libraries and includes in the build tree as appropriate.
14312 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
14314         * lib/c-torture.exp: Instead of looking for the global variable
14315         NO_LONG_LONG, check to see if that's a feature of the target.
14317 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
14319         * config/default.exp: Minimize. Delete the remainer of the files in
14320         config; this functionality is now in devo/dejagnu/config.
14322         g++.*/*: Pass any additional flags used to compile to postbase;
14323         delete CXXFLAGS.
14325         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
14326         is now done by runtest.exp. Use gcc_target_compile instead of
14327         compile.
14329         lib/c-torture.exp: Use gcc_target_compile instead of compile.
14330         Remove references to CFLAGS. Use remote_file instead of
14331         calling rm -f.
14332         (c-torture): Take a list of arguments to use to compile this
14333         testcase.
14335         lib/g++.exp: Simplify. Use target_compile instead of compile.
14336         lib/gcc-dg.exp: Ditto.
14337         lib/gcc.exp: Ditto.
14338         lib/mike-{gcc,g++}.exp: Ditto.
14339         lib/old-dejagnu.exp: Ditto.
14340         lib/plumhall.exp: Ditto.
14342 1997-01-08  Jim Wilson  <wilson@cygnus.com>
14344         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
14345         (ph_linker): Likewise.
14347 1996-11-13  Joern Rennecke <amylaar@cygnus.com>
14349           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
14350         MAP_ANON / MAP_ANONYMOUS if defined;
14351         else try to map from /dev/zero .
14353 1996-11-12  Jeffrey A Law  (law@cygnus.com)
14355         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
14356         isn't defined, then define it to MAP_ANONYMOUS.
14358 1996-11-12  Jeffrey A Law  (law@cygnus.com)
14360         * gcc.c-torture: Update to c-torture-1.42 release.
14362 1996-11-11  Jeffrey A Law  (law@cygnus.com)
14364         * gcc.c-torture: Update to c-torture-1.41 release.
14366 1996-10-27  Jeffrey A Law  (law@cygnus.com)
14368         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
14369         c-torture release.
14371 1996-08-15  Brendan Kehoe  <brendan@lisa.cygnus.com>
14373         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
14374         and LDFLAGS.  Fix second case to append the target_info ldflags
14375         onto LDFLAGS, not CFLAGS.
14376         * lib/g++.exp (g++_init): Add target_info stuff.
14377         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
14378         of libgloss and newlib flags for !native.
14380         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
14381         (GDB): Fix relative path to go up another dir for finding gdb.
14383 1996-08-08  Rob Savoye  <rob@chinadoll.cygnus.com>
14385         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
14386         versions in the target_info array, if they don't exist.
14388 1996-08-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
14390         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
14392 1996-07-08  Jim Wilson  <wilson@cygnus.com>
14394         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
14395         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
14397 1996-07-01  Bob Manson  <manson@charmed.cygnus.com>
14399         * lib/old-dejagnu.exp: Don't remove the output file before we've
14400         actually tested it. Don't append pwd to the path of the executable
14401         we're testing.
14403 1996-06-30  Doug Evans  <dje@canuck.cygnus.com>
14405         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
14407 1996-06-26  Bob Manson  <manson@charmed.cygnus.com>
14409         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
14410         temporary directory for compiler files, and set it to a default
14411         value of /tmp. Set $output as the name of the output file from
14412         compiling the testcase. Add a -o option to $cflags_var so the
14413         compiler writes the final output file as $output. Set $executable
14414         to $output.
14416         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
14417         directory for compiler files, and set it to /tmp if it doesn't
14418         already have a value. Set $output_file to the name of the output
14419         file from compiling the testcase. Add a -o option to CXXFLAGS so
14420         the compiler writes the final output file as $output. Use $output
14421         as the executable to be tested.
14423 1996-06-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
14425         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
14427 1996-06-08  Jeffrey A Law  (law@cygnus.com)
14429         * gcc.c-torture/execute/pending-1.c: New test.  Still
14430         pending in Tege's queue.
14432 1996-04-24  Jim Wilson  <wilson@chestnut.cygnus.com>
14434         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
14435         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
14436         if there were failures.  Call unresolved if there were unresolved
14437         testcases.  Call gcc_fail if program did not run to completion.
14438         (ph_make): Pass additional argument name to ph_execute.
14439         (ph_execute): Add new argument.  Pass additional arguments to
14440         ph_summary.  Call gcc_fail is there is no execution output.
14442 1996-04-24  Jeffrey A Law  (law@cygnus.com)
14444         * lib/plumhall.exp (proc_summary): Output relavent summary
14445         lines into the log so specific failures in plumhall can be
14446         investigated.
14448 1996-04-10  Jeffrey A Law  (law@cygnus.com)
14450         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
14451         (c-torture-execute): Don't try to execute tests which use
14452         "long long" types if $NO_LONG_LONG is nonzero.
14454 1996-04-08  Doug Evans  <dje@canuck.cygnus.com>
14456         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
14457         not c-torture.
14459         * gcc.ieee: Move from here.
14460         * gcc.c-torture/execute/ieee: To here.
14462 1996-03-26  Jeffrey A Law  (law@cygnus.com)
14464         * gcc.c-torture: Update to c-torture-1.41 release.
14466 1996-03-22  Jeffrey A Law  (law@cygnus.com)
14468         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
14469         not "$output".
14471 1996-03-07  Doug Evans  <dje@charmed.cygnus.com>
14473         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
14474         -c present.
14476 1996-03-02  Jeffrey A Law  (law@cygnus.com)
14478         * config/proelf.exp: Handle connecting to a simulator.
14480 1996-01-31  Jeffrey A Law  (law@cygnus.com)
14482         * config/proelf.exp: New file.  Enough framework that we can
14483         run c-torture tests on the proelf targets (or any other target
14484         that gdb can connect to for that matter).
14486 1996-01-29  Doug Evans  <dje@canuck.cygnus.com>
14488         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
14489         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
14491         * lib/plumhall.exp (ph_execute): Always call ph_summary if
14492         exec_output exists.
14494 1996-01-28  Doug Evans  <dje@charmed.cygnus.com>
14496         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
14497         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
14499         * config/*.exp: Update FSF address.  Change result of ${tool}_load
14500         to pass/fail/unresolved/unsupported/untested.  Caller must now
14501         call unresolved/unsupported/untested.
14502         * lib/*.exp: Update FSF address.  Update to handle new results of
14503         ${tool}_load.
14504         * lib/chill.exp (verbose): Delete.
14506 1996-01-27  Doug Evans  <dje@charmed.cygnus.com>
14508         * lib/gcc.exp (default_gcc_start): Change order of args to
14509         $LDFLAGS $CFLAGS $LIBS.
14510         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
14511         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
14512         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
14513         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
14514         * gcc.misc-tests/dg-test.exp: Likewise.
14515         * gcc.misc-tests/msgs.exp: Likewise.
14516         * gcc.prms/prms.exp: Likewise.
14517         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
14518         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
14520         * lib/dg.exp: Deleted, moved to dejagnu/lib.
14522 1996-01-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
14524         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
14526         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
14527         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
14529         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
14530         necessary.
14532 1996-01-20  Brendan Kehoe  <brendan@cygnus.com>
14534         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
14535         global for loop; add use of $mathlib.
14536         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
14537         settings here; set mathlib for anything but VxWorks.
14539 1996-01-22  Jeffrey A Law  (law@cygnus.com)
14541         * gcc.c-torture: Update to c-torture-1.40 release.
14543 1996-01-03  Jeffrey A Law  (law@cygnus.com)
14545         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
14546         dg.exp.
14548 1995-12-03  Jeffrey A. Law  <law@sethra.cygnus.com>
14550         * lib/c-torture.exp (c-torture-execute): Declare "output" as
14551         global.
14553 1995-11-17  Doug Evans  <dje@canuck.cygnus.com>
14555         * lib/g++.exp (LIBS): Define if not already.
14556         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
14557         (gcc-dg-prune): Call prune_gcc_output.
14558         * lib/gcc.exp (prune_gcc_output): New proc.
14559         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
14560         prune_gcc_output.
14562 1995-11-16  Doug Evans  <dje@canuck.cygnus.com>
14564         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
14565         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
14567 1995-11-15  Jeffrey A Law  (law@cygnus.com)
14569         * gcc.c-torture: Update to c-torture-1.39 release.
14571 1995-11-04  Doug Evans  <dje@canuck.cygnus.com>
14573         * lib/c-torture.exp (c-torture-execute): Don't return if one option
14574         fails, try others as well.
14576 1995-11-02  Doug Evans  <dje@canuck.cygnus.com>
14578         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
14579         If compilation fails, mark execute tests as `untested'.
14580         If test is marked as unsupported, don't mark compilation and
14581         execute tests as failed.
14583 1995-10-25  Brendan Kehoe  <brendan@lisa.cygnus.com>
14585         * lib/g++.exp (g++_init): Don't link in libg++, and look to
14586         libstdc++ for whether or not we want to be doing shared
14587         libraries.  Delete link_curses since we don't need it anymore.
14588         * lib/mike-g++.exp (postbase): Don't link in libg++.
14589         * g++.old-deja/old-deja.exp: Likewise.
14591 1995-10-23  Brendan Kehoe  <brendan@lisa.cygnus.com>
14593         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
14595 1995-10-17  Brendan Kehoe  <brendan@lisa.cygnus.com>
14597         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
14598         For that, add `-Wl,-a,shared_archive'.
14599         * g++.old-deja/old-deja.exp: Likewise.
14601 1995-10-17  Doug Evans  <dje@canuck.cygnus.com>
14603         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
14605 1995-10-16  Brendan Kehoe  <brendan@cygnus.com>
14607         * lib/mike-g++.exp (postbase): Pay attention to the status of
14608         g++_load.
14610 1995-10-16  Brendan Kehoe  <brendan@lisa.cygnus.com>
14612           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
14614 1995-10-16  Doug Evans  <dje@canuck.cygnus.com>
14616         * lib/gcc.exp (default_gcc_start): No longer need to log program
14617         being executed or its output, execute_anywhere does that now.
14618         * lib/g++.exp (default_g++_version): Call execute_anywhere.
14619         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
14621 1995-10-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
14623         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
14624         the same as those in lib/g++.exp.
14626 1995-10-10  Jeff Law  (law@hurl.cygnus.com)
14628         * gcc.c-torture: Update to c-torture-1.38 release.
14629         * gcc.ieee: Related changes.
14631 1995-10-06  Rob Savoye  <rob@darkstar.cygnus.com>
14633         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
14634         "exec". Minor reformatting changes.
14636         * config/rom68k.exp (${tool}_load): Make it work in a canadian
14637         cross. This means all "exec" calls now work on a remote host as
14638         well.
14639         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
14640         cross. Filter out the extra "\r\n" stuff that expect puts in.
14641         (c-torture-execute): Filter out the bogus warnings like
14642         c-torture-compile does. Add support for canadian cross.
14643         * lib/gcc.exp (default_gcc_version, default_gcc_start)
14644         Use execute_anywhere rather than calling exec directly. Now it
14645         works for canadian cross testing.
14647 1995-10-05  Brendan Kehoe  <brendan@rtl.cygnus.com>
14649         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
14650         results into a variable, and check that rather than using file exists.
14652 1995-10-04  Brendan Kehoe  <brendan@lisa.cygnus.com>
14654         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
14655         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
14657 1995-09-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
14659         * g++.old-deja/old-deja.exp: Create and pass runshlib and
14660         lib_curses if there's a shared libg++ in the build tree.
14662 1995-09-22  Doug Evans  <dje@canuck.cygnus.com>
14664         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
14665         if not supported target.
14667 1995-09-22  Brendan Kehoe  <brendan@lisa.cygnus.com>
14669         * lib/g++.exp (g++_init): Move empty setting of runshlib and
14670         link_curses up to always happen, not just for native builds.
14672 1995-09-21  Jeff Law  (law@snake.cs.utah.edu)
14674         * gcc.c-torture: Update to c-torture-1.36 release.
14675         * gcc.failure: Related changes.
14677 1995-09-20  Doug Evans  <dje@canuck.cygnus.com>
14679         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
14681 1995-09-19  Brendan Kehoe  <brendan@lisa.cygnus.com>
14683         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
14684         * lib/mike-g++.exp (postbase): Not in here.  Still reference
14685         runshlib, link_curses, and mathlib for link and run.
14687         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
14688         pass the runtime shared library options for Solaris, OSF/1, and
14689         Irix5, and link with -lcurses to avoid unresolved references.
14691 1995-09-13  Brendan Kehoe  <brendan@lisa.cygnus.com>
14693         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
14694         only run once.
14696 1995-09-13  Doug Evans  <dje@canuck.cygnus.com>
14698         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
14700 1995-09-11  Jeff Law  (law@snake.cs.utah.edu)
14702         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
14703         do not have a framework for the "compat" tests yet.
14705 1995-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
14707         * lib/mike-g++.exp (postbase): New local variable `mathlib',
14708         set to null if we're testing vxworks5.1.  Use that instead of
14709         `-lm' in the setting of LIBS for link and run.
14711 1995-09-08  Brendan Kehoe  <brendan@lisa.cygnus.com>
14713         * config/rom68k.exp (${tool}_load): Major changes to make it
14714         work.  Verified that it does in fact return the stuff in
14715         exec_output properly.  Catch any Emul or any TRAP other than 0.
14717 1995-09-07  Brendan Kehoe  <brendan@lisa.cygnus.com>
14719         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
14720         LDFLAGS properly for targets that need stuff from libgloss.
14721         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
14722         only run once.
14723         (gpp_initialized): New variable.
14725 1995-09-06  Rob Savoye  <rob@darkstar.cygnus.com>
14727         * config/rom68k.exp: Load libgloss.exp.
14728         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
14729         so we can produce a fully linked binary.
14730         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
14731         so we can produce a fully linked binary.
14733 1995-09-03  Doug Evans  <dje@canuck.cygnus.com>
14735         * lib/plumhall.exp (ph_section): Watch for expected failures.
14736         Add missing `else'.
14738         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
14739         run the testcase.
14740         (c-torture): Likewise.
14742 1995-08-28  Doug Evans  <dje@cygnus.com>
14744         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
14746         * lib/mike-g++.exp (mike_cleanup): New proc.
14747         (prebase): New globals compiler_result, not_compiler_result,
14748         target_regexp.
14749         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
14750         allow leading "-" in pattern.  Watch for unsupported tests.
14751         If $compiler_result is set, pattern match assembler code,
14752         and ditto for $not_compiler_result.
14753         * lib/mike-gcc.exp: Likewise.
14755         * lib/plumhall.exp (ph_execute): Only call ph_summary if
14756         execution "succeeded".
14758 1995-08-14  Doug Evans  <dje@canuck.cygnus.com>
14760         * config/win32.exp: New file.
14761         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
14763 1995-08-04  Doug Evans  <dje@canuck.cygnus.com>
14765         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
14766         unsupported.
14767         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
14768         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
14769         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
14771         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
14772         "... without exceptions was ...".  That is now handled by
14773         prune_system_crud.
14774         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
14776 1995-08-01  Doug Evans  <dje@canuck.cygnus.com>
14778         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
14779         sieve.c,sort2.c}: New files.
14780         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
14781         sieve.exp,sort2.exp}: Drivers for them.
14783         * lib/mike-gcc.exp (program_output): New user settable variable.
14784         (postbase): Call prune_system_crud.  Also prune extraneous compiler
14785         messages.
14786         * lib/mike-g++.exp (program_output): New user settable variable.
14788         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
14790         * config/sh.exp: Deleted (use sim.exp instead).
14792 1995-07-28  Brendan Kehoe  <brendan@lisa.cygnus.com>
14794         * config/vx.exp: Declare CHECKTASK as global.
14795         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
14796         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
14797         * lib/old-dejagnu.exp: Load [pwd]/$executable.
14799 1995-07-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
14801         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
14802         target. Like vx.exp, only includes `vx29k.exp' instead of
14803         `vxworks.exp'.
14805 1995-07-23  Ian Lance Taylor  <ian@cygnus.com>
14807         * config/sim.exp: Increase time limit from 120 seconds to 240.
14809 1995-07-06  Jeffrey A. Law  <law@rtl.cygnus.com>
14811         * gcc.c-torture/execute/950628-1.c: New test.
14813 1995-06-10  Jeff Law  (law@snake.cs.utah.edu)
14815         * gcc.c-torture: Update with changes/additions from
14816         c-torture-1.34.
14818 1995-06-05  Doug Evans  <dje@canuck.cygnus.com>
14820         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
14822 1995-06-04  Jeff Law  (law@snake.cs.utah.edu)
14824         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
14826 1995-06-01  Jeff Law  (law@snake.cs.utah.edu)
14828         * gcc.c-torture/compile/950512-1.c: New test.
14829         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
14830         * gcc.dg/struct-ret-1.c: Likewise.
14832 1995-05-31  Doug Evans  <dje@canuck.cygnus.com>
14834         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
14835           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
14837 1995-05-30  Doug Evans  <dje@canuck.cygnus.com>
14839         * gcc.c-torture/special/920411-1.c: Deleted.
14840         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
14842 1995-05-22  Doug Evans  <dje@chestnut.cygnus.com>
14844         * config/sim.exp (${tool}_load): Hack in call to bash to get a
14845         cpu limit.
14847 1995-05-12  Torbjorn Granlund  <tege@rtl.cygnus.com>
14849         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
14851 1995-05-04  Torbjorn Granlund  <tege@adder.cygnus.com>
14853         From kenner;
14854         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
14855         is the proper length.
14856         * va-arg-3.c: Likewise.
14858 1995-04-30  Doug Evans  <dje@canuck.cygnus.com>
14860         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
14861         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
14863         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
14864         * lib/g++.exp (default_g++_start): Delete old cruft.
14866 1995-04-25  Torbjorn Granlund  <tege@cygnus.com>
14868         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
14869         (2 * (1 << 18)) to (2 * (1 << 17)).
14871         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
14873 1995-04-20  J.T. Conklin  <jtc@rtl.cygnus.com>
14875         * config/rom68k.exp: Renamed from config/idp.exp
14877 1995-04-18  Torbjorn Granlund  <tege@rtl.cygnus.com>
14879         * c-torture/compile/921109-2.c
14881 1995-04-18  Mike Stump  <mrs@cygnus.com>
14883         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
14884         excess errors.
14886 1995-04-15  Doug Evans  <dje@chestnut.cygnus.com>
14888         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
14889         output.
14890         * lib/g++.exp (default_g++_start): Likewise.
14892 1995-03-29  Torbjorn Granlund  <tege@adder.cygnus.com>
14894         * gcc.c-torture/compile/950329-1.c: New test.
14896 1995-03-28  J.T. Conklin  <jtc@rtl.cygnus.com>
14898           * config/bug.exp (${tool}_load): Updated to use new remote_open
14899           and remote_close procs.
14900         * config/idp.exp: New file.
14902 1995-03-22  Torbjorn Granlund  <tege@rtl.cygnus.com>
14904         * gcc.c-torture/execute/950322-1.c: New test.
14906 1995-03-21  Doug Evans  <dje@canuck.cygnus.com>
14908         * config/vx.exp (${tool}_load): Clean up testing of return code from
14909         vxworks_ld and vxworks_spawn.
14911 1995-03-21  Doug Evans  <dje@deneb.cygnus.com>
14913         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
14915 1995-03-13  Mike Stump  <mrs@cygnus.com>
14917         * lib/old-deja.exp: Add `excess errors test - ' error, now one
14918         can mark excess errors on a machine by machine basis.  Note, the
14919         default is to not expect any excess errors, even when excess
14920         errors test - is given, so you will want to put an XFAIL ... on
14921         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
14922         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
14923         those 4 machines, but no others.
14925 1995-03-10  J.T. Conklin  <jtc@rtl.cygnus.com>
14927         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
14928         * lib/c-torture.exp: to here.
14930 1995-03-10  Torbjorn Granlund  <tege@adder.cygnus.com>
14932         * gcc.c-torture/execute/950221-1.c: New test.
14933         * gcc.c-torture/execute/struct-ret-1.c: New test.
14934         * gcc.c-torture/compile/950221-1.c: New test.
14936         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
14938 1995-03-03  Doug Evans  <dje@canuck.cygnus.com>
14940         * gcc.c-torture/execute/arith-1.c (main): Return 0.
14941         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
14943 1995-03-01  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
14945         * g++.gb: New directory of tests, derived from my signature and
14946         class scoping tests.
14948         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
14949         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
14950         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
14951         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
14952         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
14953         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
14954         * g++.gb/sig25.C: Likewise.
14956         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
14957         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
14958         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
14959         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
14960         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
14961         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
14962         * g++.gb/sig25.exp: Likewise.
14964         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
14965         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
14966         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
14967         * g++.gb/scope13.C: Likewise, this test still fails.
14969         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
14970         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
14971         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
14972         * g++.gb/scope13.exp: Ditto.
14974         * g++.gb/README: New file, explains what these tests are about.
14976 1995-02-28  Doug Evans  <dje@canuck.cygnus.com>
14978         * lib/dg.exp (dg-do): Support `preprocess'.
14979         (dg-test): Likewise.
14981 1995-02-13  J.T. Conklin  <jtc@rtl.cygnus.com>
14983         * config/udi.exp: change "continue -expect" to "exp_continue".
14985 1995-02-11  Torbjorn Granlund  (tege@tiny.cygnus.com)
14987         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
14988         Delete redundant tests.
14990         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
14991         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
14992         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
14993         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
14994         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
14995         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
14996         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
14997         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
14999         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
15000         storing label pointers.
15001         * gcc.c-torture/execute/921019-1.c: Likewise.
15002         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
15003         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
15004         parameter fp.
15005         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
15006         constants.
15008         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
15009         Delete obsolete tests.
15011         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
15012         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
15013         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
15014         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
15015         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
15016         * gcc.c-torture/compile/950124-1.c: New test.
15018         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
15020 1995-02-08  Jason Merrill  <jason@phydeaux.cygnus.com>
15022         * lib/mike-g++.exp: Add -lm to LIBS.
15024 1995-02-07  Doug Evans  <dje@canuck.cygnus.com>
15026         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
15028 1995-01-30  Jason Merrill  <jason@phydeaux.cygnus.com>
15030         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
15032 1995-01-12  Doug Evans  <dje@canuck.cygnus.com>
15034         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
15036 1995-01-02  Jeff Law  (law@snake.cs.utah.edu)
15038         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
15039         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
15040         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
15041         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
15042         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
15043         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
15044         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
15045         * g++.law/{operators31.C, operators32.C,
15046         * g++.law/{operators33.C, operators34.C}: Likewise.
15047         * g++.law/{pic1.C, refs2.C}: Likewise.
15048         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
15049         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
15050         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
15051         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
15053         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
15054         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
15055         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
15056         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
15057         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
15058         * g++.law/{enum9.exp, friend5.exp}: Likewise.
15059         * g++.law/{nest3.exp, nest4.exp}: Likewise.
15060         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
15061         * g++.law/{operators30.exp, operators31.exp}: Likewise.
15062         * g++.law/{operators32.exp, operators33.exp}: Likewise.
15063         * g++.law/{operators34.exp}: Likewise.
15064         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
15065         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
15066         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
15067         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
15068         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
15070         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
15071         No longer expected to fail.
15072         * g++.law/missed-error3.C: Tweak for recent bool changes.
15074 1994-12-04  Doug Evans  <dje@canuck.cygnus.com>
15076         * config/emb-unix: Deleted.
15077         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
15078         remote execution.  Do final link on remote host if REMOTE_LINK is set.
15080 1994-12-01  Doug Evans  <dje@canuck.cygnus.com>
15082         * lib/dg.exp (dg-test): Fix typo in last patch.
15084 1994-11-30  Doug Evans  <dje@canuck.cygnus.com>
15086         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
15087         (handles multiple occurrences).
15089 1994-11-24  Doug Evans  <dje@canuck.cygnus.com>
15091         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
15092         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
15093         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
15094         printed).
15095         * lib/c-torture.exp (c-torture-compile): Likewise.
15096         (c-torture): Prepend full path if missing.
15097         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
15098         (gcc_fail): Likewise.
15099         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
15101 1994-11-23  J.T. Conklin  <jtc@rtl.cygnus.com>
15103         * lib/netware.exp: Only attach to NetWare i386 systems.
15105 1994-11-16  Doug Evans  <dje@canuck.cygnus.com>
15107         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
15108         messages.  Add test name to "output pattern match" pass/fail message.
15110 1994-11-12  Doug Evans  <dje@canuck.cygnus.com>
15112         * gcc.dg: New testsuite.
15113         * gcc.dg/dg.exp: New file.
15115         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
15116         test-switch.c}: Deleted.
15118         * gcc.misc-tests/msgs.exp: New testcase driver.
15120 1994-11-09  Doug Evans  <dje@canuck.cygnus.com>
15122         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
15123         Watch for illegal return values from ${tool}_load.
15124         * config/unix.exp (${tool}_load): Fix pass/fail detection for
15125         cross targets.  Coerce return value >0 to 1.
15127 1994-11-08  Doug Evans  <dje@canuck.cygnus.com>
15129         * config/unix.exp (${tool}_load): Call program rsh, not proc.
15131         * config/emb-unix.exp: New file.
15133         * config/sim.exp: Error if variable $SIM not defined.
15134         (${tool}_load): Mark test as "untested" if simulator missing.
15136         * config/unix.exp: Load remote.exp to get rcp_download.
15137         * lib/c-torture.exp: Use different option lists for testcases with
15138         and without loops.
15139         * gcc.c-torture/execute/execute.exp: Likewise.
15141 1994-11-02  Doug Evans  <dje@canuck.cygnus.com>
15143         * config/*.exp: Clarify return code from ${tool}_load.
15144         Call `unresolved' or `untested' instead of `warning' or `perror'
15145         (sometimes you still want to call both though).
15146         Add comment that `shell_id' is local to each file.
15147         * config/udi.exp (timeout): Set to 30.
15148         Don't print warning if connection fails, $connectmode has already
15149         printed an error.
15150         (${tool}_load): Move verbose messages to level 2.
15151         Rework pattern for "Process started" message.
15152         Pass `shell_id' to ${connectmode}_download.
15153         Retry twice upon timeout.  Make resetting of target more robust.
15154         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
15155         Pass `shell_id' to exit_$connectmode.
15156         Only call exit_$connectmode if connected.
15157         * config/unix.exp (${tool}_load): Check return codes better.
15158         * config/vrtx.exp (${tool}_load): Likewise.
15159         * config/vx.exp (${tool}_load): Likewise.
15160         Delete unneeded global's.
15161         * lib/dg.exp (dg-test): Update to reflect clarified return codes
15162         from ${tool}_load.
15163         (dg-stat): Delete.
15164         (dg-init): Delete recording of pass/fail counts.
15165         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
15166         (old-dejagnu-init): Likewise.
15167         (old-dejagnu-stat): Delete contents, empty proc now.
15168         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
15169         (c-torture): Delete references to lcnt, lpass, lfail.
15170         Get option list from TORTURE_OPTIONS.
15171         Delete -funroll[-all]-loops if no loops.
15172         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
15173         (g++_stat): Delete contents (empty proc now).
15174         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
15175         (gcc_finish): Likewise.
15176         (gcc_stat): Deleted.
15177         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
15178         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
15179         * gcc.c-torture/execute/execute.exp: Likewise.
15180         Split tests into two parts: compile, execute.
15181         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
15182         no loops.  Update to reflect clarified return codes from ${tool}_load.
15184 1994-10-21  Doug Evans  <dje@canuck.cygnus.com>
15186         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
15187         to grep for.
15188         (old-dejagnu): Likewise (where necessary).
15190 1994-10-14  Doug Evans  <dje@canuck.cygnus.com>
15192         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
15194         * lib/dg.exp (dg-process-target): Fix processing of selector.
15195         Add comment regarding use of `error'.
15197         * lib/gcc.exp (prune_system_crud): Define if missing.
15198         * lib/g++.exp (prune_system_crud): Likewise.
15200         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
15201         Call prune_system_crud.
15202         * lib/dg.exp (dg-runtest): New proc.
15203         Use perror instead of send_user for tcl errors in testcase.
15204         Don't return any value, it's never used.
15205         Don't clobber previous definition of `unknown'.
15206         Print tcl errors in `dg-final'.
15208 1994-10-12  Doug Evans  <dje@canuck.cygnus.com>
15210         * lib/dg.exp (dg-process-target): Improve syntax error messages.
15211         (dg-test): Don't print errorInfo, it contains stack backtrace.
15213 1994-09-26  Doug Evans  (dje@canuck.cygnus.com)
15215         * lib/g++.exp (runtest_file_p): Define if missing.
15217 1994-09-24  Doug Evans  (dje@cygnus.com)
15219         * lib/mike-g++.exp: Comment out loading of g++.exp.
15220         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
15221         (default_g++_version): Always print something.
15222         (default_g++_start): Comment out call to `which'.
15223         (g++_start, g++_load): Deleted (must be defined in config file).
15224         * lib/gcc.exp: Test for existence of $CC at start.
15225         Delete check for tmpdir (done in gcc_init).
15226         (default_gcc_version): Always print something.
15227         (default_gcc_start): Comment out call to `which'.
15228         * config/*.exp: Major cleanup - make cross targets work at least a
15229         little better for g++ (by not being "--tool gcc" specific).
15230         Rename gcc_xxx to ${tool}_xxx.
15231         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
15232         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
15234 1994-09-22  Doug Evans  (dje@canuck.cygnus.com)
15236         * lib/c-torture.exp (c-torture-compile): Rework compiler
15237         message processing.
15239         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
15240         c-torture.
15242 1994-09-21  Doug Evans  (dje@canuck.cygnus.com)
15244         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
15246         * lib/dg.exp (dg-process-target): Support { target native }.
15248 1994-09-20  Doug Evans  (dje@canuck.cygnus.com)
15250         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
15251         looked for "... program xxx got fatal signal".
15252         Correct regsub munging of `comp_output'.
15253         Ignore compiler messages "path prefix not used" and "linker input
15254         file unused".
15256 1994-09-14  Doug Evans  (dje@canuck.cygnus.com)
15258         * lib/gcc.exp (runtest_file_p): Define if missing.
15259         * gcc.prms/template.c: Example to work from.
15261 1994-09-13  Doug Evans  (dje@canuck.cygnus.com)
15263         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
15264         * lib/dg.exp (dg-test): Call unsupported testcases as such.
15266         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
15267         * gcc.prms/1883.c: Moved from compile/940714-1.c.
15268         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
15269         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
15271         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
15272         (dg-process-target): No longer a varargs proc.
15273         Return S/N for target, P/F for xfail.  All callers changed.
15274         (user option procs): More argument checking.
15275         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
15276         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
15277         (dg-test): Skip test if not running on selected target in `dg-do'.
15278         Update handling of `dg-do-what', `dg-output-text'.
15279         Separate execution pass/fail from output pattern match pass/fail.
15280         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
15282 1994-09-12  Jim Wilson  (wilson@sphagnum.cygnus.com)
15284         * gcc.c-torture/special/special.exp: Don't expect failure for mips
15285         target for 920510-1.c.
15287 1994-09-12  Doug Evans  (dje@canuck.cygnus.com)
15289         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
15290         Clean up comment regarding use of passcnt, etc.
15291         (gcc_stat): Don't update `testcnt' here.
15292         (gcc_finish): Do it here.
15293         Might as well reset `but_id' here too.
15294         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
15295         to determine if the file should be tested.
15296         * gcc.c-torture/compile/compile.exp: Likewise.
15297         * gcc.c-torture/execute/execute.exp: Likewise.
15298         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
15299         * gcc.misc-tests/dg-test.exp: Likewise.
15300         * gcc.prms/prms.exp: Likewise.
15301         * gcc.wendy/wendy.exp: Likewise.
15302         * g++.old-deja.exp: Likewise.
15303         Move "Testing file" message to verbose level 1.
15305 1994-09-09  Doug Evans  (dje@canuck.cygnus.com)
15307         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
15309 1994-09-08  Doug Evans  (dje@canuck.cygnus.com)
15311         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
15312         (default_gcc_start): Accept optional second list element
15313         of compiler flags.  Print compiler output at verbosity level 2.
15314         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
15315         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
15316         Save current values of framework globals passcnt, failcnt, xpasscnt,
15317         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
15318         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
15319         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
15320         xfailcnt to compute stats.  Update framework global `testcnt' from
15321         pass/fail counts.
15322         (gcc_finish): New proc.  Clean up test environment.
15323         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
15324         (gcc_epass, gcc_efail): Delete.
15325         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
15326         argument of line number.
15327         (dg-init): If the tool has an init routine, call it.
15328         (dg-test): Remove args `cflags_var' and `libs_var'.
15329         Pass all compiler options to ${tool}_start.
15330         Handle missing line number.
15331         (dg-finish): New function.
15332         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
15333         particular files.  Call gcc_finish at end.  Move "skipping test"
15334         message to verbosity level 3.
15335         * gcc.c-torture/compile/compile.exp: Likewise.
15336         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
15337         * gcc.c-torture/execute/execute.exp: Likewise.
15338         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
15339         Print testcase being tried at verbosity level 1.
15340         * gcc.c-torture/special/special.exp: Unset xfail.
15341         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
15342         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
15343         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
15344         * gcc.failure/failure.exp: Likewise.
15345         * gcc.ieee/ieee.exp: Likewise.
15346         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
15347         Update call to dg-test.  Call dg-finish at end.
15348         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
15349         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
15350         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
15351         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
15352         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
15353         * gcc.wendy/wendy.exp: Add copyright.
15354         Delete setting of tmpdir (done by gcc_init).
15355         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
15356         Pass compiler flags to gcc_start.  Call gcc_finish at end.
15357         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
15358         gcc_[ce]pass/fail.
15360 1994-09-07  Doug Evans  (dje@canuck.cygnus.com)
15362         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
15363         confusion.
15364         (g++_load): Likewise.
15366         * config/*.exp (gcc_load): Some were varargs fns and some were not.
15367         Rename argument to `prog' to remove the confusion.
15368         Varargs fns behave differently too!
15369         (g++_load): Likewise.
15371         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
15373         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
15374         what it is.  Delete (always) printing of status value for !native.
15375         Simplify verbose code, and include status and exec_output.
15376         (g++_load): Use gcc_load.
15378 1994-09-04  Jim Wilson  (wilson@sphagnum.cygnus.com)
15380         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
15381         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
15382         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
15383         940714-3.c as these testcases don't exist anymore.  Make
15384         va-arg-1.c expected to pass.
15386 1994-08-19  Doug Evans  (dje@canuck.cygnus.com)
15388         * gcc.misc-tests/misc.exp: Only run specific testcases.
15389         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
15390         * gcc.misc-tests/dg-[1-9].c: New files.
15392         * lib/dg.exp: New testsuite driver.
15393         * gcc.prms/prms.exp: Use it.
15395         * README.gcc: New file.
15397         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
15398         Document and reset `lxpass' and `lxfail'.
15399         Simplify "initialized" message.
15400         (gcc_stat): Clean up comments a little.
15402 1994-08-16  Doug Evans  (dje@canuck.cygnus.com)
15404         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
15406 1994-08-15  Doug Evans  (dje@canuck.cygnus.com)
15408         * lib/old-dejagnu.exp (process-option): New proc.
15409         (old-dejagnu-init, old-dejagnu-stat): Likewise.
15410         (old-dejagnu): Simplify.
15411         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
15413 1994-08-14  Jeff Law  (law@snake.cs.utah.edu)
15415         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
15416         exists and is not an empty string.
15418         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
15419         $xfail rather than calling setup_xfail.  Clear $xfail when test is
15420         finished.
15421         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
15422         automatically.
15424         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
15425         longer expected to fail.
15427         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
15428         "f" function call.
15430         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
15432         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
15433         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
15434         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
15435         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
15436         c-torture-1.29.
15438         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
15439         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
15441         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
15443         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
15444         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
15446         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
15447         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
15448         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
15450 1994-07-12  Jim Kingdon  (kingdon@lioth.cygnus.com)
15452         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
15453         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
15454         940714-1.c, 940714-2.c, 940714-3.c},
15455         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
15456         gcc.misc-tests/{mg.c,mg.exp}:
15457         New tests.
15458         * gcc.noncompile/noncompile.exp: Change accordingly.
15460 1994-07-07  Doug Evans  (dje@canuck.cygnus.com)
15462         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
15463         Undo previous clobberage.
15465 1994-07-04  Jeff Law  (law@snake.cs.utah.edu)
15467         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
15468         * gcc.special/{930510-1.c, special.exp}:
15469         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
15470         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
15471         struct-varargs-1.c}: New tests from c-torture-1.26.
15473 1994-06-28  J.T. Conklin  (jtc@phishhead.cygnus.com)
15475         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
15476           argument to switch.
15478 1994-05-21  Bill Cox  (bill@rtl.cygnus.com)
15480         * Revert the previous changes.  Please see Rob's directory
15481           (/lisa/test/rob/progressive/gcc/testsuite) for testing
15482           fixes.
15484 1994-05-19  Bill Cox  (bill@rtl.cygnus.com)
15486         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
15487             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
15488             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
15489             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
15490             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
15491             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
15492             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
15493             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
15494             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
15495             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
15496             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
15497             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
15498             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
15499             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
15500             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
15501             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
15502             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
15503             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
15504             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
15505             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
15506             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
15507             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
15508             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
15509             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
15510             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
15511             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
15512             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
15514 1994-05-17  Bill Cox  (bill@rtl.cygnus.com)
15516         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
15517             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
15518           with perror calls.
15520 1994-05-02  Jason Merrill  (jason@deneb.cygnus.com)
15522         * config/unix.exp (g++_load): Fix syntax.
15524 1994-04-14  Jim Wilson  (wilson@sphagnum.cygnus.com)
15526         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
15527         * gcc.noncompile/921017-1.c: Deleted obsolete test.
15528         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
15529         Don't expect va-arg-1.c to fail.  Correct expected output for
15530         920928-1.c.
15531         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
15532         * gcc.wendy/hbm4.c: Correct typo.
15533         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
15535 1994-03-28  Doug Evans  (dje@canuck.cygnus.com)
15537         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
15538         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
15539         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
15540         * lib/c-torture.exp (c-torture-compile): Ditto.
15542         Reduce volume of output (remove all the -I's and such).
15543         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
15544         Call gcc_cpass, gcc_cfail.
15545         (c-torture): Pass testing option to c-torture-compile.
15547 1994-03-21  Doug Evans  (dje@cygnus.com)
15549         Bring patches over from progressive.
15550         * config/default.exp: Exit remote shell cleanly.
15551         (g++_exit, g++_start): Add default versions.
15552         * config/sim.exp (gcc_load): Use perror, not error.
15554 1994-03-20  Doug Evans  (dje@canuck.cygnus.com)
15556         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
15557         set in site.exp.
15559 1994-03-14  Doug Evans  (dje@cygnus.com)
15561         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
15562         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
15563         (wendy_try): New proc to run testcase.
15564         (main loop): Call 'em.
15565         * gcc.wendy/*.c: Clean up pass to correct expected output.
15567         * lib/gcc.exp: Minor cleanup work.
15568         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
15570 1994-03-09  Doug Evans  (dje@canuck.cygnus.com)
15572         * config/sim.exp (gcc_load): Document return codes better.
15573         Don't pass -v to simulator.
15575 1994-02-24  Jeffrey A. Law  (law@snake.cs.utah.edu)
15577           * gcc.special/920717-x.c: Fix typo.
15578           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
15579           get at sources.
15581         * lib/mike-gcc.exp: Fix typo.
15583 1994-02-15  Rob Savoye  (rob@darkstar.cygnus.com)
15585         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
15586         binary to use, transform the name.
15587         * config/*.exp: rename everything. Nuke any g++ specific files,
15588         it's now a special case of gcc that requires no special support.
15589         Add a default.exp for unsupported targets.
15591 1994-02-11  Rob Savoye  (rob@poseidon.cygnus.com)
15593         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
15594         lib/old-dejagnu.exp: Fix a few patterns to work with the new
15595         version of Tcl.
15597 1994-02-09  Rob Savoye  (rob@darkstar.cygnus.com)
15599         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
15600         than a warning.
15602 1994-02-06  Jeffrey A. Law  (law@snake.cs.utah.edu)
15604         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
15606 1994-01-03  Jim Wilson  (wilson@sphagnum.cygnus.com)
15608         * gcc.execute/execute.exp: Combine opt_list and foption_list into
15609         option_list.  Compile every file with only 4/6 option choices
15610         (same as C torture) instead of with 12/18 different option
15611         choices.
15612         * lib/c-torture.exp: Likewise.
15614         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
15615         not already set.
15617 1993-12-30  Mike Stump  (mrs@rtl.cygnus.com)
15619         * lib/old-deja.exp: Add `excess errors test fails' error, now one
15620         can put an XFAIL *-*-* on excess errors.
15622 1993-12-19  Jeffrey A. Law  (law@snake.cs.utah.edu
15624         * g++.law: Add more tests derived from g++-bugs snapshots.
15626         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
15627         equivalent to g++.law/init9.
15629         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
15630         compiled it, and the a.out file after we've run it.
15632 1993-12-17  Brendan Kehoe  (brendan@lisa.cygnus.com)
15634         * lib/mike-g++.exp (postbase): Delete the .o file after we've
15635         compiled it, and the a.out file after we've run it.
15637 1993-12-17  Jeffrey A. Law  (law@snake.cs.utah.edu)
15639         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
15641 1993-12-15  Rob Savoye  (rob@darkstar.cygnus.com)
15643         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
15644         version number.
15646 1993-12-12  Jeffrey A. Law  (law@snake.cs.utah.edu)
15648         * g++.law: New directory of g++ tests derived from the g++-bugs
15649         snapshots.
15651 1993-12-09  Jeffrey Wheat  (cassidy@cygnus.com)
15653         * gcc.compile: initbug1.c initbug1.exp testcase added
15655 1993-12-06  Jeffrey Wheat  (cassidy@cygnus.com)
15657         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
15658         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
15659           fixes submitted by Jeff Law (law@cs.utah.edu)
15660         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
15661           Jeff Law (law@cs.utah.edu)
15664 1993-11-30  Mike Stump  (mrs@cygnus.com)
15666         * config/unix-g++.exp: Follow the gcc way of doing things.
15667         * g++.old-deja/old-deja.exp: Minor updates.
15668         * lib/g++.exp: New file, follow the gcc way of doing things.
15669         * lib/old-dejagnu.exp: Minor updates.
15670         * lib/mike-g++.exp: Always unset errorInfo.
15672 1993-11-06  Mike Stump  (mrs@cygnus.com)
15674         * lib/gcc.exp: Fix some errors with the below change, CC and
15675         CFLAGS should be global when setting, not local.
15677 1993-11-03  Rob Savoye  (rob@darkstar.cygnus.com)
15679         * lib/gcc.exp: Transform tool name.
15681 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
15683         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
15685 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
15687         * lib/gcc.exp: change gcc_done to gcc_stat
15689 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
15691         * Upgraded gcc testsuite to c-torture version 1.25
15693 1993-10-24  Jeffrey Wheat  (cassidy@cygnus.com)
15695         * lib/gcc.exp: added reporting code. Changed verbose compile message.
15696         * lib/c-torture: added hooks for new reporting code.
15698 1993-10-21  Jeffrey Wheat  (cassidy@cygnus.com)
15700         * config/sh-gcc.exp: check if sh-sim exists in the path
15702 1993-10-18  Jeffrey Wheat  (cassidy@cygnus.com)
15704         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
15705         * gcc.compile/compile.exp: Initial changes for new logic.
15706         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
15707         * gcc.failure/failure.exp: Initial changes for new logic.
15708         * gcc.ieee/ieee.exp: Initial changes for new logic.
15709         * gcc.misc-tests/misc.exp: Initial changes for new logic.
15710         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
15711         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
15712         * lib/c-torture.exp: Initial changes for new logic.
15713         * lib/gcc.exp: Initial changes for new logic.
15715 1993-10-15  Mike Stump  (mrs@cygnus.com)
15717         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
15718         depend upon failure or success.  Fully qualify names in failure
15719         and success messages.  Always remove a.out before starting
15720         compile, just in case.  Pay more attention to error text output by
15721         the compiler.  Handle testcases with no known past errors just
15722         like all others, so that things are uniform.  Other miscellaneous
15723         improvements.
15725 1993-10-13  Jeffrey Wheat  (cassidy@cygnus.com)
15727         * gcc.cpp: new directory for cpp tests
15729 1993-10-04  Jeffrey Wheat  (cassidy@cygnus.com)
15731         * lib/chill.exp: Code reformatted, removed unused code.
15732         * config/unix-chill.exp: Code reformatted, removed unused code.
15733         * chill.execute/execute.exp: Code reformatted, removed unused code.
15734         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
15736 1993-10-04  Ian Lance Taylor  (ian@cygnus.com)
15738         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
15739         routines not written.
15741 1993-09-27  Rob Savoye  (rob@darkstar.cygnus.com)
15743         * config/bug-gcc.exp: Use new procs from bug.exp.
15745 1993-09-21  Rob Savoye  (rob@darkstar.cygnus.com)
15747         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
15748         via ftp, rather than depending on NFS.
15749         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
15750         case.
15752 1993-09-09  Rob Savoye  (rob@darkstar.cygnus.com)
15754         * config/bug-gcc.exp: Use new download proc.
15756 1993-09-14  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
15758         * chill.execute/execute.exp: cleanups, handles errors better
15759         * chill.compile/compile.exp: rewrite, based on execute.exp
15760         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
15761         * lib/chill.exp: major changes to diff proc and compile and link
15762           procs. added chill_fail and chill_pass wrappers to pass and
15763           fail. added more comments, and handle error codes better.
15764           Added a hack to capture stderr from exec, so noncompile tests
15765           can work.
15767 1993-09-11  Jeffrey Wheat  (cassidy@cygnus.com)
15769         * chill.execute/execute.exp: rewrite of testsuite driver
15770         * lib/chill.exp: rewrite of testsuite driver
15771         * config/unix-chill.exp: rewrite of testsuite driver
15773 1993-08-25  Bill Cox  (bill@rtl.cygnus.com)
15775     In chill.execute:
15776         * iexpr.ch: Standardize uppercase.
15777         * tuples.dat: Standardize uppercase.
15778         * vary.ch: standardize.  Correct varying string assignments.
15779         * vary.dat: Add new output lines.
15781 1993-08-24  Bill Cox  (bill@rtl.cygnus.com)
15783     In chill.execute:
15784         * chprintf.ch: Standardize use of uppercase.
15785         * tuples.ch: Standardize and turn arr2 into a DCL,
15786           rather than a SYN.
15787         * pinits.ch: Standardize.
15789 1993-08-23  Per Bothner  (bothner@kalessin.cygnus.com)
15791         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
15792         * Makefil: Renamed to Makefile.in.
15793         * configure.in: New.
15795 1993-08-23  Bill Cox  (bill@rtl.cygnus.com)
15797     In chill.execute:
15798         * .cvsignore: Add result/output files.
15799         * Makefile: Fix up variables at start.  Use MFLAGS
15800           everywhere.  Correct bool_loc, built_ins entries.
15801           Add entry for vary1.ch.
15802         * bitarray.ch: Standardize upper-case usage.
15803         * bitexpr.ch: Standardize, add output of b1.
15804         * params.ch: Use arrayt in along PROC parameters, to
15805           avoid novelty problems.
15806         * sets.ch: Tiny cleanup.
15807         * vary1.ch: Re-indent.
15809 1993-08-17  Bill Cox  (bill@rtl.cygnus.com)
15811           * Add PR-related files to Makefiles, .cvsignore files, etc.
15813 1993-08-02  Jeff Wheat  (cassidy@cygnus.com)
15815         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
15816           with compiler objects. New names are test-flow.c and test-loop.c
15818 1993-07-27  Jeff Wheat  (cassidy@cygnus.com)
15820         * Upgraded c-torture tests from 1.19 to 1.20
15822         * new files:
15823         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
15824         * gcc.compile: 930623-1.c 930623-2.c
15825         * gcc.noncompile: 930622-1.c 930622-2.c
15826         * gcc.failure: 920411-1.c 920627-2.c
15827         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
15829 1993-07-20  Jeff Wheat  (cassidy@cygnus.com)
15831         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
15832           More changes to get testsuite working properly. Needs more work.
15833           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
15835 1993-07-19  Jeff Wheat  (cassidy@cygnus.com)
15837         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
15838           More changes to get testsuite working properly. Needs more work.
15840 1993-07-13 Jeff Wheat  (cassidy@cygnus.com)
15842         * chill.compile/compile.exp: Added for Dejagnu support
15843         * chill.execute/execute.exp: Added for Dejagnu support
15844         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
15846 1993-06-19  Bill Cox  (bill@rtl.cygnus.com)
15848     This should complete moving the CHILL test files.
15849         * chill.noncompile(.cvsignore printf.grt
15850             in-printf.grt chprintf.grt chprintf.ch):
15851             Added test-support files.
15852           (Makefile): Modified further.
15853         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
15854             signal.ch): Added test files.
15855           * chill.execute (.cvsignore printf.grt printr.c
15856             in-printf.grt rts.c chprintf.grt rts.h): Added
15857           test-support files.
15858             (Makefile): More corrections.
15860 1993-06-18  Bill Cox  (bill@rtl.cygnus.com)
15862         * chill.compile, chill.execute, chill.nocompile: Add CHILL
15863           test cases, ready for DejaGnu.
15865 1993-06-17  Jeffrey Wheat  (cassidy@cygnus.com)
15867         * Upgraded c-torture tests from 1.18 to 1.19
15869         * gcc.compile: added test(s):
15870           930607-1.c
15871         * gcc.execute: added test(s):
15872           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
15874         * added new subdirectory for misc tests: gcc.misc-tests
15875         * gcc.misc-test(s): added tests:
15876           inst-check.c test-consts.c test-ior.c test-switch.c
15878 1993-06-09  Brendan Kehoe  (brendan@lisa.cygnus.com)
15880         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
15882 1993-06-07  Ian Lance Taylor  (ian@cygnus.com)
15884         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
15886 1993-06-03  Jeffrey Wheat  (cassidy@cygnus.com)
15888         * Upgraded c-torture tests from 1.17 to 1.18
15890 1993-06-02  Jeffrey Wheat  (cassidy@cygnus.com)
15892         * Upgraded c-torture tests from 1.12 to 1.17
15894 1993-04-30  Mike Werner  (mtw@deneb.cygnus.com)
15896         * lib/old-dejagnu.exp:
15897           Fixed handling of XFAIL target triplets to correctly
15898           recognize wildcard characters.  Removed code that
15899           appended a unique id tag to the end of the file name
15900           printed out by the result of the testcases within a
15901           given test file.
15903 1993-04-29  Mike Werner  (mtw@deneb.cygnus.com)
15905         * lib/old-dejagnu.exp:
15906           Reworked expected failure handling to trigger off of XFAIL
15907           keyword in keyphrase embeded in testcase source code. The
15908           XFAIL keyword must be at the end of the keyphrase line. It
15909           may optionally be followed by one or more target triplets.
15910           It has just occured that the handling of wildcards in the
15911           target triplet may not be correct.
15913 1993-04-23  Mike Werner  (mtw@deneb.cygnus.com)
15915         * g++.old-deja/tests:
15916           Moved all subdirectories up one level into g++.old-deja .
15918         * lib/old-dejagnu.exp:
15919           Fixed problem with CXXFLAGS not being properly reset, and being
15920           corrupted with extraneous "-c" compiler option.  This was
15921           causing binaries to not be generated for test that needed them.
15922           Modified strings passed to "pass" and "fail" so that individual
15923           tests from the same test file would be distinguished by an
15924           identifier appended to the test file name in the summary logs;
15925           this corrected a problem with erroneous diff logs.  Added code
15926           to search testcases for expected fail and unexpected pass keywords.
15928 1993-04-20  Rob Savoye  (rob at darkstar.cygnus.com)
15930         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
15932 1993-04-15  Mike Werner  (mtw@deneb.cygnus.com)
15934         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
15935           Removed extraneous text from end of "Special g++ Options"
15936           keyphrase.
15938         * lib/old-dejagnu.exp: Added pattern matching to look for new
15939           keywords, embedded in testcases comments, which will trigger
15940           calls to xpass and xfail.
15942 1993-04-14  Mike Werner  (mtw@deneb.cygnus.com)
15944         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
15945           comments embedded in the testcases, especially the one looking for
15946           special compiler options, as well as the pattern matching for the
15947           compiler output again.
15949 1993-04-12  Mike Werner  (mtw@deneb.cygnus.com)
15951         * lib/old-dejagnu.exp: Do a proper check of the return value for
15952           execute tests. Fixed several problems with the pattern matching
15953           of the compiler output which gave erroneous test results.
15954           Changed several of the test result messages to be more descriptive.
15955         * config/unix-g++.exp: Proc g++_load now actually works and
15956           executes the tests passed to it and returns a usable return
15957           value.
15959 1993-04-11  Rob Savoye  (rob at darkstar.cygnus.com)
15961           * lib/gcc.exp: Exits gracefully if $CC is bogus.
15963 1993-04-09  Mike Werner  (mtw@deneb.cygnus.com)
15965         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
15966           Modified both files to properly execute the old style
15967           dejagnu tests. The previous versions of these files were
15968           experimental and did not function anything near correctly.
15970 1993-04-05  Rob Savoye  (rob@cygnus.com)
15972         * Removed all Makefile.in and configure.in files. No configuration
15973         needed now.
15975 1993-04-02  Mike Werner  (mtw@deneb.cygnus.com)
15977         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
15979 1993-03-28  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15981         * gcc.compile/configure.in, gcc.unsorted/configure.in,
15982         gcc.special/configure.in, gcc.noncompile/configure.in,
15983         gcc.execute/configure.in, gcc.code_quality/configure.in,
15984         g++.other/configure.in, g++.old-deja/configure.in,
15985         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
15986         in srcname setting.
15988 1993-03-25  Rob Savoye  (rob at darkstar.cygnus.com)
15990         * lib/udi.exp:  Fixed mondfe and mondfe_download.
15991         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
15992         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
15994 1993-03-25  Ian Lance Taylor  (ian@cygnus.com)
15996         * config/udi-gdb.exp: Check $shell_id after connecting to target.
15997         (gdb_exit): Don't remove *_soc files.
15999 1993-03-22  Ian Lance Taylor  (ian@cygnus.com)
16001         * lib/c-torture.exp: Don't look for main; instead always use -w
16002         -c.  This is how the c-torture tests work.  Remove the object
16003         file if the compilation succeeds.
16004         * gcc.execute/execute.exp: Remove executable if test passes.
16005         * gcc.noncompile/noncompile.exp: Every test is an expected
16006         failure.
16007         * gcc.special/special.exp: Added tests from c-torture 1.11,
16008         corrected use of existing test.
16009         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
16010         gcc.execute/920625-1.c: Updated to c-torture 1.11.
16011         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
16012         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
16013         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
16014         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
16015         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
16016         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
16017         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
16018         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
16019         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
16020         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
16021         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
16022         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
16023         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
16024         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
16025         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
16026         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
16027         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
16028         c-torture 1.11.
16029         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
16030         correspond to c-torture 1.11.
16032         * New file.