* debug/debug.exp: Skip debug-[12].c at -O3 on non-Dwarf targets.
[official-gcc.git] / gcc / testsuite / ChangeLog
blob41a65c06f6dcac40f5f4f92ff18877703a7ba659
1 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
3         * debug/debug.exp: Skip debug-[12].c at -O3 on non-Dwarf targets.
5 2003-05-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7         * g++.old-deja/g++.brendan/ns1.C: Remove private member warning.
8         * g++.old-deja/g++.robertl/eb71.C: Likewise.
9         * g++.old-deja/g++.brendan/warnings1.C: Add -Wctor-dtor-privacy.
10         * g++.old-deja/g++.other/warn3.C: Likewise.
12 2003-05-11  Roger Sayle  <roger@eyesopen.com>
14         * gcc.dg/i386-387-1.c: Update to also test log.
15         * gcc.dg/i386-387-2.c: Likewise.
17 2003-05-11  Toon Moene  <toon@moene.indiv.nluug.nl>
19         * g77.f-torture/execute/int8421.f: New test.
21 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
23         PR c++/10230, c++/10481
24         * g++.dg/lookup/scoped5.C: New test.
26 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
28         PR c++/10552
29         * g++.dg/template/ttp6.C: New test.
31 2003-05-11  Richard Sandiford  <rsandifo@redhat.com>
33         * gcc.c-torture/execute/builtins: New directory.
34         * gcc.c-torture/execute/string-opt-{3,4,16,17,18,19}.c: Move into
35         gcc.c-torture/execute/builtins.
36         * gcc.c-torture/execute/string-opt-asm-{1,2}.c: Likewise.
37         * gcc.c-torture/execute/builtin-noret-{1,2}.c: Move to...
38         * gcc.dg/torture: ...this new directory.  Turn into link-only tests.
39         * gcc.dg/no-builtin-1.c: Move into gcc.c-torture/execute/builtins.
41 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
43         PR c++/9252
44         * g++.dg/template/access8.C: New test.
45         * g++.dg/template/access9.C: New test.
47 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
49         PR c++/9554
50         * g++.dg/parse/access1.C: New test.
52 2003-05-09  DJ Delorie  <dj@redhat.com>
54         * g++.dg/other/stdarg1.C: Make sure arg "3" is passed as a
55         long, and not an int.
57 2003-05-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
59         PR c++/10555, c++/10576
60         * g++.dg/template/memclass1.C: New test.
62 2003-05-08  DJ Delorie  <dj@redhat.com>
64         * gcc.c-torture/execute/20020404-1.x: New, skip for 16-bit
65         targets.
66         * gcc.c-torture/execute/20021024-1.x: Likewise.
67         * gcc.c-torture/execute/shiftdi.x: Likewise.
68         * g++.old-deja/g++.mike/p700.C: Handle 16-bit targets.
69         * g++.old-deja/g++.other/exprstmt1.C: Likewise.
70         * gcc.dg/20021018-1.c: Likewise.
72 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
74         * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.
76         gcc.c-torture/execute/string-opt-19.c: Add general rodata tests.
77         (bcopy): Call memmove.
79 2003-05-08  Roger Sayle  <roger@eyesopen.com>
81         * g77.f-torture/compile/8485.f: New test case.
83 2003-05-07  Richard Henderson  <rth@redhat.com>
85         PR c++/10570
86         * g++.dg/eh/forced1.C: Expect catch-all handlers to run.
87         Verify exception_cleanup not called for rethrows.
88         * g++.dg/eh/forced2.C: Test that exception_cleanup is called
89         when exiting catch block without rethrowing.
90         * g++.dg/eh/forced3.C: New.
91         * g++.dg/eh/forced4.C: New.
93 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
95         * gcc.dg/20030505.c: Fix triplet.
97 2003-05-06  DJ Delorie  <dj@redhat.com>
99         * gcc.dg/20021014-1.c: XFAIL for xstormy16 also.
100         * gcc.dg/nest.c: Likewise.
102 2003-05-05  Roger Sayle  <roger@eyesopen.com>
104         * gcc.dg/builtins-14.c: New test case.
106 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
108         * lib/compat.exp (compat-execute): New argument.
109         * g++.dg/compat/compat.exp: Pass new argument to compat-execute.
110         * gcc.dg/compat: New test directory.
111         * gcc.dg/compat/compat.exp: New expect script.
112         * gcc.dg/compat/scalar-by-value-1_main.c: New test file.
113         * gcc.dg/compat/scalar-by-value-1_x.c: New test file.
114         * gcc.dg/compat/scalar-by-value-1_y.c: New test file.
115         * gcc.dg/compat/scalar-by-value-2_main.c: New test file.
116         * gcc.dg/compat/scalar-by-value-2_x.c: New test file.
117         * gcc.dg/compat/scalar-by-value-2_y.c: New test file.
119         * gcc.dg/compat/struct-by-value-1_main.c: New test file.
120         * gcc.dg/compat/struct-by-value-1_x.c: New test file.
121         * gcc.dg/compat/struct-by-value-1_y.c: New test file.
122         * gcc.dg/compat/struct-by-value-2_main.c: New test file.
123         * gcc.dg/compat/struct-by-value-2_x.c: New test file.
124         * gcc.dg/compat/struct-by-value-2_y.c: New test file.
125         * gcc.dg/compat/struct-by-value-3_main.c: New test file.
126         * gcc.dg/compat/struct-by-value-3_x.c: New test file.
127         * gcc.dg/compat/struct-by-value-3_y.c: New test file.
128         * gcc.dg/compat/struct-by-value-4_main.c: New test file.
129         * gcc.dg/compat/struct-by-value-4_x.c: New test file.
130         * gcc.dg/compat/struct-by-value-4_y.c: New test file.
131         * gcc.dg/compat/struct-by-value-5_main.c: New test file.
132         * gcc.dg/compat/struct-by-value-5_x.c: New test file.
133         * gcc.dg/compat/struct-by-value-5_y.c: New test file.
135 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
137         * gcc.dg/const-elim-1.c, gcc.dg/const-elim-2.c: New testcases.
139 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
141         * gcc.c-torture/execute/string-opt-18.c (main): Add 3 new tests.
143 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
145         * gcc.c-torture/execute/ieee/fp-cmp-8.c: New test.
146         * gcc.dg/ppc-fsel-2.c: New test.
148         * gcc.dg/unused-5.c: New test.
150 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
152         PR c++/10496
153         * g++.dg/warn/pmf1.C: New test.
155 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
157         PR c++/4494
158         * g++.dg/warn/main.C: New test.
160 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
162         * gcc.dg/nonnull-3.c: New test.
164 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
166         * gcc.dg/cpp/Wtrigraphs.c: Update.
167         * gcc.dg/cpp/Wtrigraphs-2.c: New tests.
169 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
171         * gcc.dg/ppc-fsel-1.c: New test.
173 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
175         PR c/10604
176         * gcc.dg/compare7.c, g++.dg/warn/compare1.C: New testcases.
178 2003-05-03  Kazu Hirata  <kazu@cs.umass.edu>
180         * gcc.dg/m-un-2.c: Fix the typedef of size_t.
182 2003-05-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
184         PR c++/9364, c++/10553, c++/10586
185         * g++.dg/parse/typename4.C: New test.
186         * g++.dg/parse/typename5.C: Likewise.
188 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
190         * gcc.c-torture/compile/20030503-1.c: New test.
192 2003-05-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
194         * g++.dg/lookup/using5.C: Fix testcase error.
196 2003-05-01  Chris Demetriou  <cgd@broadcom.com>
198         * gcc.dg/special/mips-abi.exp (is_meabi_config): Remove,
199         since MEABI is no longer supported.  Remove all vestiges
200         of MEABI from the test.
202 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
204         PR c++/10554
205         * g++.dg/lookup/using5.C: New test.
207 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
209         PR c++/8772
210         * g++.dg/template/ttp5.C: New test.
212 2003-04-30  Mark Mitchell  <mark@codesourcery.com>
214         * lib/g++-dg.exp (g++-dg-test): Add "repo" option.
215         (dg-gpp-additional-sources): New function.
216         (dg-gpp-additional-files): Likewise.
217         * lib/g++.exp (additional_sources): New variable.
218         (additional_files): Likewise.
219         (g++_target_compile): Deal with them.
220         * lib/old-dejagnu.exp: Remove.
221         * g++.old-deja/old-deja.exp: Use dg.exp, not old-dejagnu.exp.
222         * g++.old-deja: Revise all tests to use dg commands.
224 2003-04-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
226         PR c++/9432, c++/9528
227         * g++.dg/lookup/using4.C: New test.
229 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
231         * gcc.dg/noreturn-5.c: New file.
232         * gcc.dg/noreturn-6.c: New file.
234         * gcc.c-torture/compile/inline-1.c: New file.
236 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
238         PR c++/10551
239         * g++.dg/template/explicit1.C: New test.
241 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
243         PR c++/10549
244         * g++.dg/other/bitfield1.C: New test.
246         PR c++/10527
247         * g++.dg/init/new7.C: New test.
249 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
251         * g++.dg/ext/desig1.C: New test.
252         * g++.dg/ext/init1.C: Update.
254         * g++.old-deja/g++.pt/deduct5.C: Remove unnecessary initializer.
256 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
258         PR c++/10180
259         * g++.dg/warn/Winline-1.C: New test.
261 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
263         * gcc.c-torture/execute/string-opt-19.c: New test.
265         * gcc.c-torture/execute/string-opt-asm-1.c: New test.
266         * gcc.c-torture/execute/string-opt-asm-2.c: New test.
268 2003-04-27  Mark Mitchell  <mark@codesourcery.com>
270         PR c++/10506
271         * g++.dg/init/new6.C: New test.
273         PR c++/10503
274         * g++.dg/init/ref6.C: New test.
276 2003-04-26  David Edelsohn  <edelsohn@gnu.org>
278         * g++.dg/warn/weak1.C: XFAIL on AIX4.
280 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
282         * gcc.c-torture/execute/string-opt-8.c: Don't perform cmpstr
283         checks for __pj__, but do them for !__OPTIMIZE__ and __s390__.
285 2003-04-25  Mark Mitchell  <mark@codesourcery.com>
287         * g++.old-deja/g++.pt/instantiate12.C: Explicit instantiate
288         initialized static data members.
290 2003-04-25  H.J. Lu <hjl@gnu.org>
292         * gcc.dg/ia64-sync-4.c: New test.
294 2003-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
296         * gcc.c-torture/execute/string-opt-18.c: Clean up.  Fix copyright
297         date.
299 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
301         PR c++/10337
302         * g++.dg/warn/conv1.C: New test.
303         * g++.old-deja/g++.other/conv7.C: Adjust.
304         * g++.old-deja/g++.other/overload14.C: Adjust.
306 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
308         PR c++/10471
309         * g++.dg/template/defarg2.C: New test.
311 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
313         * gcc.dg/cpp/include2.c: Update.
314         * gcc.dg/cpp/multiline-2.c: New.
315         * gcc.dg/cpp/multiline.c: Update.
316         * gcc.dg/cpp/strify2.c: Update.
317         * gcc.dg/cpp/trad/literals-2.c: Update.
319 2003-04-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
321         * g++.dg/other/packed1.C: XFAIL hppa*-*-*.
323 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
325         * g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.
327 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
329         PR c++/10451
330         * g++.dg/parse/crash4.C: New test.
332         PR c++/9847
333         * g++.dg/parse/crash5.C: New test.
335 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
337         PR c++/10446
338         * g++.dg/parse/crash3.C: New test.
340         PR c++/10428
341         * g++.dg/parse/elab1.C: New test.
343 2003-04-22  Devang Patel  <dpatel@apple.com>
345         * gcc.dg/cpp/trad/funlike-5.c: New test.
347 2003-04-21  Andreas Tobler <a.tobler@schweiz.ch>
349         * g++.dg/other/packed1.C: Fix dg options.
351 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
353         * g++.dg/other/offsetof2.C: New test.
355 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
357         * g++.dg/template/recurse.C: Adjust location of error messages.
359 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
361         PR c++/9881
362         * g++.dg/init/addr-const1.C: New test.
363         * g++.dg/other/packed1.C: XFAIL on aligned architectures.
365 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
367         PR c++/10405
368         * g++.dg/lookup/struct-hack1.C: New test.
370 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
372         * ucs.c: Update diagnostic messages.
374 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
376         * gcc.dg/cpp/truefalse.cpp: New test.
377         * gcc.dg/cpp/cpp.exp: Update.
378         * g++.dg/other/stdbool-if.C: Remove.
380 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
382         * gcc.dg/cpp/_Pragma4.c: Remove stray space.
383         * gcc.dg/cpp/trad/escaped-eof.c: Correct line number.
385 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
387         * gcc.c-torture/compile/20030418-1.c: New test.
389 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
391         * README.compat: Remove; content moved to doc/sourcebuild.texi.
393 2003-04-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
395         PR c++/10347
396         g++.dg/template/dependent-name1.C: New test.
398 2003-04-17  J"orn Rennecke <joern.rennecke@superh.com>
400         * gcc.dg/warn-1.c (tourist_guide): New array,
401         contains a pointer to bar.
403 2003-04-16  Roger Sayle  <roger@eyesopen.com>
405         * gcc.dg/Wunreachable-5.c: New test case for PR c/10175.
406         * gcc.c-torture/execute/medce-1.c: New test case.
407         * gcc.c-torture/execute/medce-2.c: New test case.
409 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
411         * lib/prune.exp: Ignore more messages.
413         PR c++/10381
414         * g++.dg/parse/lookup3.C: New test.
416 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
418         * gcc.c-torture/compile/20030415-1.c : New test.
420 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
422         * gcc.c-torture/execute/scope-2.c: Move to ...
423         * gcc.dg/noncompile/scope.c: .... here.
425 2003-04-14  Roger Sayle  <roger@eyesopen.com>
427         * gcc.dg/20030414-2.c: New test case.
429 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
431         PR target/10377
432         * gcc.dg/20030414-1.c: New test.
434 2003-04-13  Roger Sayle  <roger@eyesopen.com>
436         * gcc.dg/builtins-12.c: New test case.
437         * gcc.dg/builtins-13.c: New test case.
439 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
441         * gcc.c-torture/execute/string-opt-18.c: New test.
443 2003-04-13  Mark Mitchell  <mark@codesourcery.com>
445         PR c++/10300
446         * g++.dg/init/new5.C: New test.
448 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
450         PR c++/7910
451         * g++.dg/ext/dllimport1.C: New test.
453 2003-04-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
455         * gcc.dg/ultrasp8.c: Fix for 32-bit Sparc.
457 2003-04-11  Bud Davis <bdavis9659@comcast.net>
459         PR Fortran/9263
460         * g77.f-torture/noncompile/9263.f: New test
461         PR Fortran/1832
462         * g77.f-torture/execute/1832.f: New test
464 2003-04-11  David Chad  <davidc@freebsd.org>
465             Loren J. Rittle  <ljrittle@acm.org>
467         libobjc/8562
468         * objc.dg/headers.m: New test.
470 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
472         * gcc.c-torture/execute/builtin-noret-2.c: New.
473         * gcc.c-torture/execute/builtin-noret-2.x: New.
474         XFAIL builtin-noret-2.c at -O1 and above.
475         * gcc.dg/redecl.c: New.
476         * gcc.dg/Wshadow-1.c: Update error regexps.
478 2003-04-10  Mark Mitchell  <mark@codesourcery.com>
480         * g++.dg/abi/bitfield10.C: New test.
482 2003-04-09  Mike Stump  <mrs@apple.com>
484         * gcc.dg/pch/pch.exp: Make testcase names longer.
485         * g++.dg/pch/pch.exp: Make testcase names longer.
487 2003-04-08  Roger Sayle  <roger@eyesopen.com>
489         * gcc.dg/builtins-11.c: New test case.
491 2003-04-08  Roger Sayle  <roger@eyesopen.com>
493         * gcc.dg/builtins-9.c: New test case.
494         * gcc.dg/builtins-10.c: New test case.
496 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
498         * gcc.dg/noncompile/init-4.c.c: New test.
500 2003-04-06  Nathan Sidwell  <nathan@codesourcery.com>
502         * gcc.misc-test/gcov-9.c: New test.
503         * gcc.misc-test/gcov-10.c: New test
504         * gcc.misc-test/gcov-11.c: New test.
506 2003-04-05  Zack Weinberg  <zack@codesourcery.com>
508         PR optimization/10024
509         * gcc.c-torture/compile/20030405-1.c: New test.
511 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
513         * gcc.dg/pch/static-3.c: New.
514         * gcc.dg/pch/static-3.hs: New.
515         * gcc.dg/pch/pch.exp: Test with -O0 -g too.
517 2003-04-04  Richard Henderson  <rth@redhat.com>
519         * g++.dg/eh/forced1.C: Use _Unwind_SjLj_ForcedUnwind as appropriate.
520         * g++.dg/eh/forced2.C: Likewise.
522 2003-04-03  Mike Stump  <mrs@apple.com>
524         * lib/scanasm.exp (scan-assembler): Add xfail processing for
525         target arg.
526         (scan-assembler-times, scan-assembler-not): Likewise.
527         (scan-assembler-dem, scan-assembler-dem-not): Likewise.
529 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
531         * gcc.dg/sparc-loop-1.c: New test.
533 2003-04-02  Geoffrey Keating  <geoffk@apple.com>
535         PR other/9274
536         * g++.dg/pch/system-2.C: New.
537         * g++.dg/pch/system-2.Hs: New.
539 2003-04-02  Aldy Hernandez  <aldyh@redhat.com>
541         * g++.dg/eh/simd-2.C (vecfunc): Fix typo.
543         * g++.dg/eh/simd-1.C (vecfunc): Same.
545 2003-04-01  Roger Sayle  <roger@eyesopen.com>
547         * gcc.c-torture/execute/20030401-1.c: New test case.
549 2003-04-01  Ziemowit Laski <zlaski@apple.com>
551         * objc.dg/defs.m: New.
553 2003-04-01  Aldy Hernandez  <aldyh@redhat.com>
555         * g++.dg/eh/simd-1.C: New.
556         * g++.dg/eh/simd-2.C: New.
558 2003-03-01  Aldy Hernandez  <aldyh@redhat.com>
560         * gcc.c-torture/execute/simd-3.c: New.
562 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
564         PR c/9936
565         * gcc.dg/20030331-2.c: New test.
567 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
569         PR c++/10278
570         * g++.dg/parse/crash2.C: New test.
572 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
574         * gcc.c-torture/compile/20030331-1.c: New test, moved from...
575         * gcc.c-torture/execute/20030331-1.c: ...here.
577 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
579         * gcc.c-torture/execute/20030331-1.c: New test.
581 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
583         * lib/gcov.exp: Adjust call return testing strings.
584         * g77.dg/gcov/gcov-1.f: Don't expect unconditional branches.
586 2003-03-31  Roger Sayle  <roger@eyesopen.com>
588         * gcc.dg/builtins-3.c: Add new tests for sin and cos.
589         * gcc.dg/builtins-7.c: New test case.
590         * gcc.dg/builtins-8.c: New test case.
592 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
594         * gcc.c-torture/execute/ieee/20030331-1.c: New test.
596 2003-03-30  Mark Mitchell  <mark@codesourcery.com>
598         PR c++/7647
599         * g++.dg/lookup-class-member-2.C: New test.
601 2003-03-30  Glen Nakamura  <glen@imodulo.com>
603         * gcc.dg/20030324-1.c: Add comments and abort if test fails.
605 2003-03-28  Roger Sayle  <roger@eyesopen.com>
607         * gcc.c-torture/execute/ieee/fp-cmp-6.c:  Correct test for -O0.
609 2003-03-28  Mark Mitchell  <mark@codesourcery.com>
611         * g++.dg/init/attrib1.C: New test.
613 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
615         * gcc.dg/ultrasp8.c: New test.
617 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
619         * gcc.dg/ultrasp7.c: New test.
621 2003-03-28  Nathan Sidwell  <nathan@codesourcery.com>
623         PR c++/10047
624         * g++.dg/template/inline1.C: New test.
626 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
628         * gcc.dg/sparc-dwarf2.c: New test.
630 2003-03-27  Roger Sayle  <roger@eyesopen.com>
632         * gcc.c-torture/execute/ieee/fp-cmp-6.c: New test case.
633         * gcc.c-torture/execute/ieee/fp-cmp-7.c: New test case.
635 2003-03-27  Mark Mitchell  <mark@codesourcery.com>
637         * lib/gcov.exp (run-gcov): Add branches and calls options, rather
638         than reading .x files.
639         * g++.dg/gcov/gcov-1.C: Use run-gcov options, not .x files.
640         * g77.dg/gcov/gcov-1.f: Likewise.
641         * gcc.misc-tests/gcov-4b.c: Likewise.
642         * gcc.misc-tests/gcov-5b.c: Likewise.
643         * gcc.misc-tests/gcov-6.c: Likewise.
644         * gcc.misc-tests/gcov-7.c: Likewise.
645         * gcc.misc-tests/gcov-8.c: Likewise.
646         * g++.dg/gcov/gcov-1.x: Remove.
647         * g77.dg/gcov/gcov-1.x: Likewise.
648         * gcc.misc-tests/gcov-4b.x: Likewise.
649         * gcc.misc-tests/gcov-5b.x: Likewise.
650         * gcc.misc-tests/gcov-6.x: Likewise.
651         * gcc.misc-tests/gcov-7.x: Likewise.
652         * gcc.misc-tests/gcov-8.x: Likewise.
654 2003-03-27  Glen Nakamura  <glen@imodulo.com>
656         PR opt/10087
657         * gcc.dg/20030324-1.c: New test.
659 2003-03-27  Nathan Sidwell  <nathan@codesourcery.com>
661         PR c++/10224
662         * g++.dg/template/arg3.C: New test.
664         PR c++/10158
665         * g++.dg/template/friend18.C: New test.
667 2003-03-26  Roger Sayle  <roger@eyesopen.com>
669         * g77.f-torture/compile/20030326-1.f: New test case.
671 2003-03-26  Janis Johnson  <janis187@us.ibm.com>
673         * gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.
675         * gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.
677 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
679         * gcc.dg/ia64-sync-3.c: New test.
681 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
683         * gcc.dg/loop-2.c: Replace "inline" with "__inline__".
685 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
687         * gcc.dg/ultrasp6.c: New test.
689 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
691         * gcc.dg/i386-signbit-1.c: New test.
692         * gcc.dg/i386-signbit-2.c: New test.
693         * gcc.dg/i386-signbit-3.c: New test.
695 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
697         * gcc.dg/ultrasp5.c: Fix options.
699 2003-03-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
701         * gcc.dg/ultrasp5.c: Fix comment.
703 2003-03-24  Bud Davis  <bdavis9659@comcast.net>
705         PR fortran/10197
706         * g77.f-torture/execute/10197.f: New test.
708 2003-03-24  Nathan Sidwell  <nathan@codesourcery.com>
710         PR c++/9898, c++/383
711         * g++.dg/template/conv6.C: New test.
713         PR c++/10119
714         * g++.dg/template/ptrmem5.C: New test.
716         PR c++/10026
717         * g++.dg/lookup/koenig1.C: New test.
719         PR C++/10199
720         * g++.dg/lookup/template2.C: New test.
722 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
724         * g++.dg/opt/rtti1.C: New test.
726 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
728         * gcc.dg/ultrasp5.c: New test.
730 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
732         PR middle-end/9967
733         * gcc.c-torture/execute/stdio-opt-1.c: Adjust test for change to
734         builtin fputs.
736 2003-03-23  Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
738         PR c/8224
739         * gcc.dg/20030323-1.c: New test.
741 2003-03-23  Roger Sayle  <roger@eyesopen.com>
743         * gcc.c-torture/compile/20030323-1.c: New test case.
745 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
747         * gcc.dg/20030321-1.c: New test.
749 2003-03-22  Zack Weinberg  <zack@codesourcery.com>
751         * gcc.dg/Wshadow-1.c: Add a dg-warning line.
753 2003-03-22  Nathan Sidwell  <nathan@codesourcery.com>
755         PR c++/9978, c++/9708
756         * g++.dg/ext/vlm1.C: Adjust expected error.
757         * g++.dg/ext/vla2.C: New test.
758         * g++.dg/template/arg1.C: New test.
759         * g++.dg/template/arg2.C: New test.
761 2003-03-22  Bud Davis  <bdavis9659@comcast.net>
763         * g77.f-torture/execute/select.f: New test.
764         * g77.f-torture/noncompile/select_no_compile.f: New test.
766 2003-03-21  Nathan Sidwell  <nathan@codesourcery.com>
768         PR c++/9898
769         * g++.dg/other/error4.C: New test.
771 2003-03-20  Mark Mitchell  <mark@codesourcery.com>
773         * g++.dg/template/friend17.C: New test.
775 2003-03-21  Alan Modra  <amodra@bigpond.net.au>
777         * gcc.c-torture/compile/20030320-1.c: New.
779 2003-03-20  Roger Sayle  <roger@eyesopen.com>
781         * gcc.dg/builtins-6.c: New test case.
783 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
785         PR target/10073
786         * gcc.c-torture/compile/20030319-1.c: New.
788 2003-03-18  Jan Hubicka  <jh@suse.cz>
790         * gcc.dg/i386-cvt-1.c: New test.
792 2003-03-17  Zack Weinberg  <zack@codesourcery.com>
794         * objc.dg/naming-1.m: Use "(parse|syntax) error".
795         * objc.dg/naming-2.m: Likewise.
797 2003-03-17  Mark Mitchell  <mark@codesourcery.com>
799         PR c++/9639
800         * g++.dg/parse/crash1.C: New test.
802 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
804         PR c++/8805
805         * g++.dg/eh/cleanup1.C: New test.
807 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
809         * gcc.c-torture/execute/20030316-1.c: New test case.
811 2003-03-16  Nathan Sidwell  <nathan@codesourcery.com>
813         PR c++/9629
814         * g++.dg/init/ctor2.C: New test.
816 2003-03-15  Roger Sayle  <roger@eyesopen.com>
818         * g77.f-torture/compile/xformat.f: New test case.
820 2003-03-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
822         * g++.old-deja/g++.mike/eh33.C: Remove xfail for hppa*-*-*.
823         * g++.old-deja/g++.mike/eh50.C: Likewise.
825 2003-03-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
827         PR c++/6440
828         * g++.dg/template/spec7.C: New test.
829         * g++.dg/template/spec8.C: Likewise.
831 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
833         * gcc.c-torture/execute/20030313-1.c: New test.
835 2003-03-14  Richard Henderson  <rth@redhat.com>
837         * gcc.dg/inline-2.c: Adjust alpha test for external call.
839 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
841         * gcc.c-torture/compile/20030314-1.c: New test.
843 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
845         * gcc.dg/dll-1.c: Remove thumb target. Change exp to _exp.
846         * gcc.dg/dll-2.c: Enable for cygwin and mingw. Remove
847         thumb target,
848         * gcc.dg/dll-3.c: Likewise. Adjust scan-assembler
849         to accept newer _imp__  prefix and additional
850         newline in .drectve section.
851         * gcc.dg/dll-4.c: Likewise.
852         * gcc.dg/dll-5.c: New file to test -mnop-fun-dllimport
853         switch.
855 2003-03-13  Mark Mitchell  <mark@codesourcery.com>
857         * g++.dg/parse/namespace9.C: New test.
859         * g++.dg/init/ref5.C: New test.
860         * g++.dg/parse/ptrmem1.C: Likewise.
862 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
864         * gcc.dg/special/ecos.exp (gcsec-1.c): Find linker used by gcc.
865         * gcc.dg/old-style-asm-1.c (dg-final): Add hpux label alternative to
866         regular expression.
867         * gcc.dg/funcorder.c (dg-final): Check for "link_error,%r" on hppa*-*-*.
868         * gcc.dg/inline-1.c (dg-final): Check for "xyzzy?,%r" on hppa*-*-*.
870 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
872         * gcc.c-torture/execute/20030224-2.c: New test.
874 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
876         * gcc.dg/decl-3.c: New test.
878 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
880         * gcc.dg/i386-loop-2.c: New test.
882 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
884         PR c++/9474
885         * g++.dg/parse/namespace8.C: New test.
887         PR c++/9924
888         * g++.dg/overload/builtin2.C: New test.
890 2003-03-11  Steven Bosscher  <s.bosscher@student.tudelft.nl>
892         * gcc.dg/return-type-3.c: New test.
894 2003-03-11  D.Venkatasubramanian  <dvenkat@noida.hcltech.com>
896         * gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
897         profiling options are not supported.
899 2003-03-10  Mark Mitchell  <mark@codesourcery.com>
901         * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
902         * g++.old-deja/g++.warn/impint2.C: Likewise.
904 2003-03-10  Devang Patel  <dpatel@apple.com>
906         * g++.dg/cpp/c++_cmd_1.C: New test.
907         * g++.dg/cpp/c++_cmd_1.h: New file.
909 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
911         * gcc.dg/altivec-9.c: New file.
913 2003-03-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
915         * gcc.dg/ppc-sdata-1.c: New test.
916         * gcc.dg/ppc-sdata-2.c: New test.
918 2003-03-09  Mark Mitchell  <mark@codesourcery.com>
920         PR c++/9373
921         * g++.dg/opt/ptrmem2.C: New test.
923         PR c++/8534
924         * g++.dg/opt/ptrmem1.C: New test.
926 2003-03-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
928         * gcc.dg/i386-loop-1.c: New test.
930 2003-03-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
932         PR c++/9970
933         * g++.dg/lookup/friend1.C: New test.
935 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
937         PR c++/9823
938         * g++.dg/parser/constructor1.C: New test.
940 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
942         * gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.
944         * gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware.
946 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
948         * gcc.dg/cpp/Wunused.c: Update test.
950 2003-03-08  Jan Hubicka  <jh@suse.cz>
952         * gcc.dg/inline-3.c: New test.
954 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
956         PR c++/9809
957         * g++.dg/parse/builtin1.C: New test.
959         PR c++/9982
960         * g++.dg/abi/cookie1.C: New test.
961         * g++.dg/abi/cookie2.C: Likewise.
963         PR c++/9524
964         * g++.dg/template/field1.C: New test.
966         PR c++/9912
967         * g++.dg/parse/class1.C: New test.
968         * g++.dg/parse/namespace7.C: Likewise.
969         * g++.old-deja/g++.other/decl5.C: Remove XFAILs.
971 2003-03-07  Mark Mitchell  <mark@codesourcery.com>
973         * g++.dg/init/ref4.C: New test.
975 2003-03-07  Jan Hubicka  <jh@suse.cz>
977         * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
978         * gcc.dg/inline-3.c:  New test.
980 2003-03-06  Mark Mitchell  <mark@codesourcery.com>
982         * g++.dg/init/ref3.C: New test.
984         PR c++/9965
985         * g++.dg/init/ref2.C: New test.
987         PR c++/9400
988         * g++.dg/warn/Wshadow-2.C: New test.
990         PR c++/9791
991         * g++.dg/warn/Woverloaded-1.C: New test.
993 2003-03-05  Jan Hubicka  <jh@suse.cz>
995         * gcc.dg/i386-local2.c: New.
996         * gcc.dg/i386-local.c: Fix typo.
998 2003-03-05  Mark Mitchell  <mark@codesourcery.com>
1000         * g++.dg/abi/layout3.C: New test.
1002 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
1004         * gcc.c-torture/compile/20030305-1.c
1006 2003-03-05  Jan Hubicka  <jh@suse.cz>
1008         * gcc.dg/i386-local.c: New.
1010 2003-03-04  J"orn Rennecke <joern.rennecke@superh.com>
1012         * gcc.dg/sh-relax.c: Disable for sh64-*-*.
1014 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
1016         * gcc.dg/switch-2.c: New test.
1017         * gcc.dg/switch-3.c: New test.
1018         * gcc.dg/Wswitch.c: Adjust line numbers.
1019         * gcc.dg/Wswitch-default.c: Likewise.
1020         * gcc.dg/Wswitch-enum.c: Likewise.
1022 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
1024         * gcc.c-torture/execute/20030222-1.c: New test.
1026 2003-03-03  James E Wilson  <wilson@tuliptree.org>
1028         * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
1030 2003-03-03  Mark Mitchell  <mark@codesourcery.com>
1032         PR c++/9878
1033         * g++.dg/init/ref1.C: New test.
1035 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
1037         * gcc.dg/sh-relax.c: New SH-only test.
1039 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
1041         * gcc.c-torture/compile/20010327-1.c: Back out last change.  Add
1042         comment explaining purpose of testcase.
1044 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
1046         * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
1047         for HC11/HC12 (asm needs two int registers).
1048         * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
1049         HC11/HC12 because the test uses an asm which needs two 32-bit
1050         registers.
1052 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
1054         * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
1055         for HC11/HC12 (array is too large otherwise).
1056         * gcc.c-torture/compile/920501-4.x: New file, likewise.
1057         * gcc.c-torture/compile/20010518-2.x: Likewise.
1058         * gcc.c-torture/compile/980506-1.x: Don't execute this test on
1059         HC11/HC12 (array is too large).
1061 2003-03-01  Geoffrey Keating  <geoffk@apple.com>
1063         * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
1064         * lib/g++-dg.exp (g++-dg-test): Likewise.
1066 2003-03-01  Roger Sayle  <roger@eyesopen.com>
1068         * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
1069         * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
1071 2003-03-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1073         * g++.dg/warn/implicit-typename1.C: Remove warning.
1075 2003-02-28  Richard Henderson  <rth@redhat.com>
1077         * gcc.dg/noreturn-1.c: Move noreturn warning line.
1078         * gcc.dg/return-type-1.c: Move control reaches end warning line.
1080 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
1082         * gcc.dg/pch/pch.exp: Change .pch to .gch.
1083         * g++.dg/pch/pch.exp: Likewise.
1085 2003-02-28  Mark Mitchell  <mark@codesourcery.com>
1087         PR c++/9879
1088         * testsuite/g++.dg/init/new4.C: New test.
1090 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
1092         * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
1094 2003-02-28  Alexandre Oliva  <aoliva@redhat.com>
1096         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
1097         unsigned long.
1099         * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
1100         wider than float.
1102 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1104         * lib/scanasm.exp: Add support for counting numbers of
1105         occurences.
1106         * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
1107         gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
1109 2003-02-25  Mark Mitchell  <mark@codesourcery.com>
1111         PR c++/9683
1112         * g++.dg/template/static3.C: New test.
1114         PR c++/9829
1115         * g++.dg/parse/namespace6.C: New test.
1117 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1119         PR target/9732
1120         * gcc.dg/20030225-1.c: New test.
1122 2003-02-24  Mark Mitchell  <mark@codesourcery.com>
1124         * README: Remove out-of-date information.
1126         PR c++/9836
1127         * g++.dg/template/spec6.C: New test.
1129 2003-02-24  Jeff Law  <law@redhat.com>
1131         * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
1133 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1135         * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
1136         * gcc.dg/pragma-ep-1.c: Likewise.
1138 2003-02-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1140         PR c++/9602
1141         * g++.dg/template/friend16.C: New test.
1143 2003-02-23  Mark Mitchell  <mark@codesourcery.com>
1145         PR c++/5333
1146         * g++.dg/parse/fused-params1.C: Adjust error messages.
1147         * g++.dg/template/nested3.C: New test.
1149 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
1151         * g++.dg/abi/param1.C: New test.
1153 2003-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1155         PR c++/7982
1156         * g++.dg/warn/implicit-typename1.C: New test.
1158 2003-02-22  Kelley Cook <kelleycook@comcast.net>
1160         * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
1161         with "mtune".
1162         * g++.old-deja/g++.other/store-expr2.C: Likewise.
1163         * gcc.c-torture/execute/20010129-1.x: Likewise.
1164         * gcc.dg/20011107-1.c: Likewise.
1165         * gcc.dg/20020108-1.c: Likewise.
1166         * gcc.dg/20020122-3.c: Likewise.
1167         * gcc.dg/20020206-1.c: Likewise.
1168         * gcc.dg/20020310-1.c: Likewise.
1169         * gcc.dg/20020426-2.c: Likewise.
1170         * gcc.dg/20020517-1.c: Likewise.
1171         * gcc.dg/991230-1.c: Likewise.
1172         * gcc.dg/i386-unroll-1.c: Likewise.
1173         * gcc.misc-tests/i386-prefetch.exp: Likewise.
1175 2003-02-22  Jan Hubicka  <jh@suse.cz>
1177         * gcc.dg/i386-mul.c: New test.
1179 2003-02-21  Roger Sayle  <roger@eyesopen.com>
1181         * gcc.dg/builtins-5.c: New test case.
1183 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
1185         * gcc.dg/asmreg-1.c: New test.
1187 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
1189         PR c++/9749
1190         * g++.dg/parse/varmod1.C: New test.
1192 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
1194         PR c++/9727
1195         * g++.dg/template/op1.C: New test.
1197 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
1199         PR c++/8906
1200         * g++.dg/template/nested2.C: New test.
1202 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
1204         PR c++/8724
1205         * g++.dg/expr/dtor1.C: New test.
1207 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
1209         * gcc.dg/cpp/include3.c: New test.
1210         * gcc.dg/cpp/inc/foo.h: New file.
1212 2003-02-21  Glen Nakamura  <glen@imodulo.com>
1214         * gcc.c-torture/execute/20030221-1.c: New test.
1216 2003-02-20  Mark Mitchell  <mark@codesourcery.com>
1218         PR c++/9729
1219         * g++.dg/abi/conv1.C: New test.
1221 2003-02-20  Jan Hubicka  <jh@suse.cz>
1223         * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
1225 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
1227         * gcc.c-torture/compile/20030219-1.c: New test.
1229 2003-02-18  Jan Hubicka  <jh@suse.cz>
1231         * gcc.dg/funcorder.c: New test.
1233 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
1235         * gcc.c-torture/execute/20030218-1.c: New.
1237 2003-02-18  Aldy Hernandez  <aldyh@redhat.com>
1239         * gcc.dg/20030218-1.c: New.
1241 2003-02-18  Richard Henderson  <rth@redhat.com>
1243         * gcc.dg/attr-invalid.c: Allow __used__ on static data.
1244         * gcc.dg/attr-used-2.c: New.
1246 2003-02-18  Mark Mitchell  <mark@codesourcery.com>
1248         PR c++/9704
1249         * g++.dg/init/copy5.C: New test.
1251 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
1253         * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
1254         * g++.dg/pch/pch.exp: Likewise.
1256 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
1258         * gcc.c-torture/execute/20030209-1.c: Enable the test if
1259         STACK_SIZE is not defined.
1261 2003-02-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1263         PR c++/9457
1264         * g++.dg/template/init1.C: New test.
1266 2003-02-16  Jan HUbicka  <jh@suse.cz>
1268         * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
1269         (foo): Add few extra tests
1270         * gcc.dg/c99-const-expr-3.c: Likewise.
1271         * gcc.c-torture/execute/20030216-1.c: New.
1273 2003-02-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1275         PR c++/9459
1276         * g++.dg/ext/typeof4.C: New test.
1278 2003-02-15  Roger Sayle  <roger@eyesopen.com>
1280         * gcc.dg/i386-387-3.c: New test case.
1282 2003-02-14  Josef Zlomek  <zlomekj@suse.cz>
1284         * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
1285         cris-*-elf* cris-*-aout* and mmix-*-*.
1287 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
1289         * gcc.dg/20030213-1.c: New test.
1291 2003-02-12  Roger Sayle  <roger@eyesopen.com>
1293         * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
1294         * gcc.dg/i386-387-2.c: Likewise.
1296 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
1298         * gcc.dg/ppc-spe.c: Fix formatting.
1299         Enable tests that were previously unsupported by gas.
1300         Delete tests for instructions that no longer exist.
1301         Switch arguments on evsubifw builtin.
1303 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
1305         * gcc.c-torture/execute/20030209-1.c: Disable the test if
1306         STACK_SIZE is too small.
1308 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
1309             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
1311         * gcc.dg/decl-2.c: New test.
1313 2003-02-10  Jan Hubicka  <jh@suse.cz>
1315         * gcc.dg/i386-fpcvt-1.c:  New test.
1317 2002-02-09  Richard Sandiford  <rsandifo@redhat.com>
1319         * gcc.c-torture/execute/20030209-1.c: New test.
1321 2003-02-09  Kazu Hirata  <kazu@cs.umass.edu>
1323         * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
1324         int-wide bitops, use the constants of the same width.
1325         Likewise, if long long is 32-bit wide, test bitops using
1326         32-bit constants.
1328 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
1330         * gcc.dg/20021014-1.c: Annotate with expected notice text.
1332 2003-02-07  Roger Sayle  <roger@eyesopen.com>
1334         * testsuite/gcc.dg/builtins-4.c: New test case.
1336 2003-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1338         * gcc.dg/20020430-1.c: Fix dg command typos.
1339         * gcc.dg/20020503-1.c: Likewise.
1341 2003-02-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1343         PR c++/8785
1344         * g++.dg/parse/fused-params1.C: New test.
1346         PR c++/8857
1347         * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
1349         PR c++/8921
1350         * g++.dg/parse/non-dependent1.C: New test.
1352         PR c++/8928
1353         * g++.dg/parse/dupl-tmpl-args1.C: New test.
1355         PR c++/9228
1356         * g++.dg/parse/undefined7.C: New test.
1357         * g++.dg/parse/non-templ1.C: New test.
1359         PR c++/9229
1360         * g++.dg/parse/too-many-tmpl-args1.C: New test.
1362 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
1364         * gcc.c-torture/compile/20030206-1.c: New test.
1366 2003-02-05  Roger Sayle  <roger@eyesopen.com>
1368         * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
1369         "pow" to "foo" to avoid potential confusion with a math built-in.
1371 2003-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1373         * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
1374         conditions for SPARC targets.
1376 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
1378         * gcc.dg/20030204-1.c: New test.
1380 2003-02-04  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1382         PR c++/38
1383         * g++.dg/parse/array-size1.C: New test.
1385         PR c++/5657
1386         * g++.dg/parse/undefined3.C: New test.
1388         PR c++/5665
1389         * g++.dg/parse/undefined4.C: New test.
1391         PR c++/5975
1392         * g++.dg/parse/undefined5.C: New test.
1394         PR c++/7259
1395         * g++.dg/parse/tmpl-tmpl-param1.C: New test.
1397         PR c++/8578
1398         * g++.dg/parse/casting-operator1.C: New test.
1400         PR c++/8596
1401         * g++.dg/parse/undefined6.C: New test.
1403         PR c++/8736
1404         * g++.dg/parse/missing-template1.C: New test.
1406 2003-02-04  Jan Hubicka  <jh@suse.cz>
1408         * gcc.dg/i386-cadd.c:  Compile using -march=k8.
1409         * gcc.dg/i386-cmov?.c:  Likewise.
1410         * gcc.dg/i386-fpcvt-?.c:  Likewise.
1411         * gcc.dg/i386-ssefp-1.c:  Likewise.
1412         * gcc.dg/i386-ssetype-?.c:  Likewise; fix for register passing
1413         conventions.
1415 2003-02-03  Mark Mitchell  <mark@codesourcery.com>
1417         PR c++/7129
1418         * testsuite/g++.dg/ext/max.C: New test.
1420 2003-02-03  Jan Hubicka  <jh@suse.cz>
1422         * gcc.c-torture/execute/20030203-1.c: New test.
1424 2003-02-03  Richard Earnshaw  <rearnsha@arm.com>
1426         * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
1427         'natural-endian'.
1429 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
1431         * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
1432         * g++.dg/init/new2.C: Likewise.
1433         * g++.dg/other/new1.C: Likewise.
1435 2003-01-31  Loren J. Rittle <ljrittle@acm.org>
1437         * gcc.dg/struct-ret-libc.c: New test.
1439 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
1441         * gcc.dg/20030129-1.c: New test.
1443 2003-01-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1445         PR c++/8849
1446         * g++.dg/template/ptrmem4.C: New test.
1448 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
1450         * g++.dg/parser/constant1.C: New test.
1452 2003-01-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1454         PR c++/8591
1455         * g++.dg/parse/friend2.C: New test.
1457 2003-01-29  Nathan Sidwell  <nathan@codesourcery.com>
1459         PR c++/9437
1460         * g++.dg/template/unify4.C: New test.
1462 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
1464         * gcc.c-torture/execute/20030128-1.c: New test.
1466 2003-01-28  Jeffrey D. Oldham  <oldham@codesourcery.com>
1468         * g++.dg/lookup/nested1.C: Test moved from ...
1469         * g++.old-deja/g++.other/lookup24.C: ... here.
1471 2003-01-28  Jan Hubicka  <jh@suse.cz>
1473         * gcc.dg/i386-cmov5.c:  New test.
1475 2003-01-28  D.Venkatasubramanian   <dvenkat@noida.hcltech.com>
1477         * gcc.c-torture/execute/20010925-1.c: Changed the
1478         memcpy declaration.
1480 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
1482         PR c++/3902
1483         * g++.dg/parse/template5.C: New test.
1485 2003-01-28  Toon Moene  <toon@moene.indiv.nluug.nl>
1487         PR fortran/9258
1488         * g77.dg/pr9258: New test.
1490 2003-01-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1492         * README: Move relevant parts from README.g++.
1494         * README.g++: Remove this file.
1496 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
1498         * g++.dg/abi/dcast1.C: New test.
1500 2003-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1502         * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
1504 2003-01-27  Jeffrey D. Oldham  <oldham@codesourcery.com>
1506         PR c++/47
1507         * g++.old-deja/g++.other/lookup24.C: New test.
1509 2003-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1511         PR middle-end/7227
1512         * gcc.dg/uninit-C.c: New test.
1514 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
1516         * g++.dg/abi/covariant1.C: New test.
1518 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
1520         * gcc.dg/20030123-1.c: New test.
1522 2003-01-25  Jan Hubicka  <jh@suse.cz>
1524         PR opt/8492
1525         * gcc.c-torture/compile/20030125-1.c
1527 2003-01-25  Nathan Sidwell  <nathan@codesourcery.com>
1529         PR c++/9403
1530         * g++.dg/parse/template3.C: New test.
1531         * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
1533         PR c++/795
1534         * g++.dg/parse/template4.C: New test.
1536         PR c++/9415
1537         * g++.dg/template/qual2.C: New test.
1539         PR c++/8545
1540         * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
1542         * g++.old-deja/g++.ns/bogus1.C: Change expected error.
1544 2003-01-25  Roger Sayle  <roger@eyesopen.com>
1546         * gcc.c-torture/execute/switch-1.c: New test case.
1548 2003-01-25  Jan Hubicka  <jh@suse.cz>
1550         * gcc.c-torture/execute/20030125-1.[cx]: New test.
1552 2003-01-25  Paolo Carlini  <pcarlini@unitus.it>
1554         Tweaks for Bison-1.875. From the NEWS file:
1555         "- `parse error' -> `syntax error'
1556         Bison now uniformly uses the term `syntax error'"
1557         * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
1558         * gcc.dg/cpp/digraph2.c: Likewise.
1559         * gcc.dg/cpp/direct2.c: Likewise.
1560         * gcc.dg/cpp/paste4.c: Likewise.
1561         * gcc.dg/c90-restrict-1.c: Likewise.
1562         * gcc.dg/c99-func-2.c: Likewise.
1563         * gcc.dg/noncompile/920721-2.c: Likewise.
1564         * gcc.dg/noncompile/930622-2.c: Likewise.
1565         * gcc.dg/noncompile/940112-1.c: Likewise.
1566         * gcc.dg/noncompile/950921-1.c: Likewise.
1567         * gcc.dg/noncompile/951123-1.c: Likewise.
1568         * gcc.dg/noncompile/971104-1.c: Likewise.
1569         * gcc.dg/noncompile/990416-1.c: Likewise.
1571 2003-01-24  Paolo Carlini  <pcarlini@unitus.it>
1573         * g++.dg/parse/undefined1.C: Add error message.
1575 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
1577         PR c++/9354
1578         * g++.dg/parse/new1.C: New test.
1580         PR c++/9216
1581         * g++.dg/parse/template2.C: New test.
1583         PR c++/9354
1584         * g++.dg/parse/typedef2.C: New test.
1586         PR c++/9328
1587         * g++.dg/ext/typeof3.C: New test.
1589 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1591         PR c++/2738
1592         * g++.dg/parse/ret-type1.C: New test.
1594         PR c++/3792
1595         * g++.dg/parse/tmpl-outside1.C: New test.
1597         PR c++/4207
1598         * g++.dg/parse/int-as-enum1.C: New test.
1600         PR c++/4903
1601         * g++.dg/parse/no-typename1.C: New test.
1603         PR c++/5533
1604         * g++.dg/parse/no-value1.C: New test.
1606         PR c++/5921
1607         * g++.dg/parse/wrong-inline1.C: New test.
1609         PR c++/6402
1610         * g++.dg/parse/ref1.C: New test.
1612         PR c++/6992
1613         * g++.dg/parse/attr-ctor1.C: New test.
1615         PR c++/7229
1616         * g++.dg/parse/namespace5.C: New test.
1618         PR c++/7917
1619         * g++.dg/parse/func-def1.C: New test.
1621         PR c++/8143
1622         * g++.dg/parse/undefined1.C: New test.
1624         PR c++/5723, PR c++/8522
1625         * g++.dg/parse/specialization1.C: New test.
1627         PR c++/163, PR c++/8595
1628         * g++.dg/parse/struct-as-enum1.C: New test.
1630         PR c++/9173
1631         * g++.dg/parse/undefined2.C: New test.
1633 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
1635         PR c++/9298
1636         * g++.dg/parse/template1.C: New test.
1638         PR c++/9384
1639         * g++.dg/parse/using1.C: New test.
1641         PR c++/9285
1642         PR c++/9294
1643         * g++.dg/parse/expr2.C: New test.
1645         PR c++/9388
1646         * g++.dg/parse/lookup2.C: Likewise.
1648 2003-01-21  Jan Hubicka  <jh@suse.cz>
1650         * gcc.c-torture/execute/990208-1.c:  Add noinline attributes as needed.
1651         * gcc.c-torture/execute/eeprof-1.c:  Likewise.
1652         * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
1653         * gcc.c-torture/execute/string-opt-*.c: Likewise.
1655 2003-01-20  Nick Clifton  <nickc@redhat.com>
1657         * gcc.c-torture/execute/20030117-1.c: New test case.  Exposes
1658         problem with ARM sibcall code generation.
1660 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
1662         * gcc.c-torture/execute/20030120-1.c: New.
1664 2003-01-19  Paolo Carlini  <pcarlini@unitus.it>
1666         * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
1668 2003-01-17  Mark Mitchell  <mark@codesourcery.com>
1670         PR c++/9272
1671         * g++.dg/parse/ctor1.C: New test.
1673         PR c++/9294:
1674         * g++.dg/parse/qualified1.C: New test.
1676         * g++.dg/parse/typename3.C: New test.
1678 2003-01-16  Richard Henderson  <rth@redhat.com>
1680         * g++.dg/tls/init-2.C: Fix error matches for real this time.
1682 2003-01-16  Richard Henderson  <rth@redhat.com>
1684         * g++.dg/pch/pch.exp: Copy test header to the working directory
1685         before using it either for precompilation or direct use.
1686         * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
1687         * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
1689 2003-01-16  Richard Henderson  <rth@redhat.com>
1691         * gcc.dg/pch/pch.exp: Copy test header to the working directory
1692         before using it either for precompilation or direct use.
1693         * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
1694         * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
1696 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
1698         * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
1699         * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
1700         * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
1701         * gcc/testsuite/g++.dg/parse/typename2.C: New test.
1702         * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
1703         typename warning into error.
1704         * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
1705         error messages.
1706         * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
1707         * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
1708         * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
1709         messages.
1710         * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
1711         make declaration visible in template.
1712         * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
1713         * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
1714         messages.
1715         * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
1716         message.
1717         * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
1718         * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
1719         * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
1720         * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
1721         typename warning with error message.
1722         * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
1723         * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
1724         * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
1726 2003-01-16  Nathan Sidwell  <nathan@codesourcery.com>
1728         * g++.dg/parse/ambig2.C: New test.
1730 2003-01-15  Richard Henderson  <rth@redhat.com>
1732         * g++.dg/tls/init-2.C: Update error message string.
1734 2003-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1736         * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
1738 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
1740         * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
1741         all for HC11/HC12.
1742         * gcc.c-torture/compile/20001205-1.x: Likewise.
1743         * gcc.c-torture/compile/20001226-1.x: Likewise.
1744         * gcc.c-torture/compile/920520-1.x: Likewise.
1745         * gcc.c-torture/compile/961203-1.x: Likewise.
1746         * gcc.c-torture/compile/20020604-1.x: Likewise.
1748 2003-01-15  Jan Hubicka  <jh@suse.cz>
1750         * gcc.c-torture/compile/20030115-1.c: New test.
1752         * gcc.dg/i386-fpcvt-1.c: New test.
1753         * gcc.dg/i386-fpcvt-2.c: New test.
1755 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
1757         Further conform g++'s __vmi_class_type_info to the C++ ABI
1758         specification.
1759         * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
1760         the specification.
1762 2003-01-14  Jan Hubicka  <jh@suse.cz>
1764         * gcc.dg/i386-fpcvt-1.c: New test.
1765         * gcc.dg/i386-fpcvt-2.c: New test.
1767 2003-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
1769         * gcc.dg/i386-mmx-3.c: New test.
1771 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
1773         PR c++/9264
1774         * g++.dg/parse/octal1.C: New file.
1776         PR c++/9172
1777         * g++.dg/parse/typename1.C: New file.
1779 2003-01-10  Danny Smith  <dannysmith@users.sourceforge.net>
1781         * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
1782         * gcc.dg/bf-no-ms-layout.c: Likewise.
1783         * gcc.dg/bf-ms-attrib.c: Likewise.
1785 2003-01-10  Mark Mitchell  <mark@codesourcery.com>
1787         PR c++/9099
1788         * g++.dg/parse/dtor1.C: New file.
1790         PR c++/9128
1791         * g++.dg/rtti/typeid1.C: New file.
1793         PR c++/9153
1794         * g++.dg/parse/lookup1.C: New file.
1796         PR c++/9171
1797         * g++.dg/templ/spec5.C: New file.
1799 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
1801         * gcc.c-torture/compile/20030110-1.c: New test.
1803 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
1805         Merge from pch-branch:
1807         2002-12-23  Geoffrey Keating  <geoffk@apple.com>
1809         * gcc.dg/pch/cpp-1.h: New.
1810         * gcc.dg/pch/cpp-1.c: New.
1811         * gcc.dg/pch/cpp-2.h: New.
1812         * gcc.dg/pch/cpp-2.c: New.
1814         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
1816         * gcc.dg/pch/except-1.h: New.
1817         * gcc.dg/pch/except-1.c: New.
1819         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
1821         * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
1822         running test.
1823         * gcc.dg/pch: Include *.hp not *.h.
1824         * gcc.dg/pch/system-1.h: New.
1825         * gcc.dg/pch/system-1.c: New.
1827         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
1829         * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
1830         rather than trying to build and run a program using PCH.
1831         * gcc.dg/pch: Remove dg-do commands from test files.
1833         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
1835         * gcc.dg/pch/macro-3.c: New.
1836         * gcc.dg/pch/macro-3.h: New.
1838         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
1840         * gcc.dg/pch/common-1.c: New.
1841         * gcc.dg/pch/common-1.h: New.
1842         * gcc.dg/pch/decl-1.c: New.
1843         * gcc.dg/pch/decl-1.h: New.
1844         * gcc.dg/pch/decl-2.c: New.
1845         * gcc.dg/pch/decl-2.h: New.
1846         * gcc.dg/pch/decl-3.c: New.
1847         * gcc.dg/pch/decl-3.h: New.
1848         * gcc.dg/pch/decl-4.c: New.
1849         * gcc.dg/pch/decl-4.h: New.
1850         * gcc.dg/pch/decl-5.c: New.
1851         * gcc.dg/pch/decl-5.h: New.
1852         * gcc.dg/pch/global-1.c: New.
1853         * gcc.dg/pch/global-1.h: New.
1854         * gcc.dg/pch/inline-1.c: New.
1855         * gcc.dg/pch/inline-1.h: New.
1856         * gcc.dg/pch/inline-2.c: New.
1857         * gcc.dg/pch/inline-2.h: New.
1858         * gcc.dg/pch/static-1.c: New.
1859         * gcc.dg/pch/static-1.h: New.
1860         * gcc.dg/pch/static-2.c: New.
1861         * gcc.dg/pch/static-2.h: New.
1863         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
1865         * g++.dg/pch/pch.exp: Better handle failing testcases.
1866         * gcc.dg/pch/pch.exp: Likewise.
1867         * gcc.dg/pch/macro-1.c: New.
1868         * gcc.dg/pch/macro-1.h: New.
1869         * gcc.dg/pch/macro-2.c: New.
1870         * gcc.dg/pch/macro-2.h: New.
1872         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
1874         * g++.dg/dg.exp: Treat files in pch/ specially.
1875         * g++.dg/pch/pch.exp: New file.
1876         * g++.dg/pch/empty.H: New file.
1877         * g++.dg/pch/empty.C: New file.
1878         * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
1879         "precompile".
1881         * gcc.dg/pch/pch.exp: New file.
1882         * gcc.dg/pch/empty.h: New file.
1883         * gcc.dg/pch/empty.c: New file.
1884         * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
1885         "precompile".
1887 2003-01-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1889         * g++.dg/template/friend14.C: New test.
1891 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
1893         * gcc.dg/old-style-asm-1.c: New test.
1895 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
1897         * gcc.c-torture/compile/20030109-1.c: New test.
1899 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
1901         * gcc.c-torture/execute/20030109-1.c: New test.
1903 2003-01-08  Larin Hennessey  <larin@science.oregonstate.edu>
1905         * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
1906         * g++.old-deja/g++.mike/dyncast2.C: Likewise
1907         * g++.old-deja/g++.mike/dyncast3.C: Likewise
1908         * g++.old-deja/g++.mike/eh2.C: Likewise
1909         * g++.old-deja/g++.mike/eh3.C: Likewise
1910         * g++.old-deja/g++.mike/eh5.C: Likewise
1911         * g++.old-deja/g++.mike/eh6.C: Likewise
1912         * g++.old-deja/g++.mike/eh7.C: Likewise
1913         * g++.old-deja/g++.mike/eh8.C: Likewise
1914         * g++.old-deja/g++.mike/eh9.C: Likewise
1915         * g++.old-deja/g++.mike/eh10.C: Likewise
1916         * g++.old-deja/g++.mike/eh12.C: Likewise
1917         * g++.old-deja/g++.mike/eh13.C: Likewise
1918         * g++.old-deja/g++.mike/eh14.C: Likewise
1919         * g++.old-deja/g++.mike/eh16.C: Likewise
1920         * g++.old-deja/g++.mike/eh17.C: Likewise
1921         * g++.old-deja/g++.mike/eh18.C: Likewise
1922         * g++.old-deja/g++.mike/eh21.C: Likewise
1923         * g++.old-deja/g++.mike/eh23.C: Likewise
1924         * g++.old-deja/g++.mike/eh24.C: Likewise
1925         * g++.old-deja/g++.mike/eh25.C: Likewise
1926         * g++.old-deja/g++.mike/eh26.C: Likewise
1927         * g++.old-deja/g++.mike/eh27.C: Likewise
1928         * g++.old-deja/g++.mike/eh28.C: Likewise
1929         * g++.old-deja/g++.mike/eh29.C: Likewise
1930         * g++.old-deja/g++.mike/eh31.C: Likewise
1931         * g++.old-deja/g++.mike/eh33.C: Likewise
1932         * g++.old-deja/g++.mike/eh34.C: Likewise
1933         * g++.old-deja/g++.mike/eh35.C: Likewise
1934         * g++.old-deja/g++.mike/eh36.C: Likewise
1935         * g++.old-deja/g++.mike/eh37.C: Likewise
1936         * g++.old-deja/g++.mike/eh38.C: Likewise
1937         * g++.old-deja/g++.mike/eh39.C: Likewise
1938         * g++.old-deja/g++.mike/eh40.C: Likewise
1939         * g++.old-deja/g++.mike/eh41.C: Likewise
1940         * g++.old-deja/g++.mike/eh42.C: Likewise
1941         * g++.old-deja/g++.mike/eh44.C: Likewise
1942         * g++.old-deja/g++.mike/eh46.C: Likewise
1943         * g++.old-deja/g++.mike/eh47.C: Likewise
1944         * g++.old-deja/g++.mike/eh48.C: Likewise
1945         * g++.old-deja/g++.mike/eh49.C: Likewise
1946         * g++.old-deja/g++.mike/eh50.C: Likewise
1947         * g++.old-deja/g++.mike/eh51.C: Likewise
1948         * g++.old-deja/g++.mike/eh53.C: Likewise
1949         * g++.old-deja/g++.mike/eh55.C: Likewise
1950         * g++.old-deja/g++.mike/p7912.C: Likewise
1951         * g++.old-deja/g++.mike/p9706.C: Likewise
1952         * g++.old-deja/g++.mike/p10416.C: Likewise
1953         * g++.old-deja/g++.mike/p11667.C: Likewise
1954         * g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
1955         Remove redundant reference to Iris.
1956         * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
1957         Elxsi, i860, Pico Java, and WE32K.
1959 2003-01-07  Mark Mitchell  <mark@codesourcery.com>
1961         * g++.dg/ext/asm4.C: New test.
1963 2003-01-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1965         PR c++/9030
1966         * g++.dg/template/friend12.C: New test.
1967         * g++.dg/template/friend13.C: Likewise.
1968         * g++.old-deja/g++.eh/spec6.C: Add missing error message.
1970 2003-01-08  Jan Hubicka  <jh@suse.cz>
1972         * gcc.dg/i386-cadd.c: New test.
1973         * gcc.dg/i386-cmov4.c: Likewise.
1975 2003-01-06  Mark Mitchell  <mark@codesourcery.com>
1977         PR c++/9165
1978         * g++.dg/warn/Wunused-3.C: New test.
1980         * g++.dg/abi/bitfield9.C: New test.
1982         PR c++/9189
1983         * g++.dg/parse/defarg3.C: New test.
1985 2003-01-06  Nathan Sidwell  <nathan@codesourcery.com>
1987         * g++.dg/parse/ambig1.C: New test.
1988         * g++.dg/parse/defarg2.C: New test.
1990 2003-01-05  Mark Mitchell  <mark@codesourcery.com>
1992         * g++.dg/template/defarg-1.C: New test.
1993         * g++.dg/template/local2.C: Likewise.
1995 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
1997         * gcc.c-torture/execute/20030105-1.c: New test.
1999 2003-01-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2001         * g++.dg/parse/namespace3.C: Remove extra semicolons.
2002         * g++.dg/parse/namespace4.C: Likewise.
2004 2003-01-03  Nathan Sidwell  <nathan@codesourcery.com>
2006         * g++.dg/template/ntp2.C: New test.
2008 2003-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
2010         * g++.dg/parse/extern-C-1.C: New test.
2012         * g++.dg/parse/namespace4.C: New test.
2014         * g++.dg/template/nested1.C: New test.
2016         * g++.dg/parse/namespace3.C: New test.
2018 2003-01-02  Nathanael Nerode  <neroden@gcc.gnu.org>
2020         * g++.dg/lookup/two-stage1.C: New test.
2022 2003-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2024         * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
2025         * g++.old-deja/g++.jason/access8.C: Likewise.
2026         * g++.old-deja/g++.other/decl5.C: Likewise.
2028 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
2030         * g++.dg/parse/parse7.C: New test.
2032 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
2034         PR c++/2843
2035         * g++.dg/ext/attrib7.C: New test.
2037 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
2039         * g++.dg/parse/parse6.C: New test.
2041 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
2043         * gcc.dg/h8300-stack-1.c: New.
2045 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
2047         g++.dg/lookup/exception1.C: New test.
2049         g++.dg/lookup/template1.C: New test.
2051         g++.dg/parse/namespace2.C: New test.
2053         g++.dg/parse/parens2.C: New test.
2055 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
2057         * g++.dg/parse/parse5.C: New test.
2058         * g++.dg/lookup/scoped4.C: New test.
2060 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
2062         * g++.dg/parse/parens1.C: New test.
2064         * g++.dg/parse/parens2.C: Removed, turned out to duplicate
2065         angle-bracket1.C.
2066         * g++.dg/parse/parens2.C: New test.
2068         * g++.dg/lookup/scope-operator1.C: New test.
2070         * g++.dg/parse/operator1.C: New test.
2072 2003-01-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2074         * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
2075         * g++.old-deja/g++.other/access6.C: Likewise.
2076         * g++.old-deja/g++.other/decl1.C: Likewise.
2077         * g++.old-deja/g++.pt/typename12.C: Likewise.
2079 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
2081         * g++.dg/parse/namespace1.C: New test.
2083 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
2085         * g++.dg/parse/parse4.C: New test.
2087 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
2089         * g++.dg/parse/parse3.C: New test.
2091 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
2093         * g++.dg/parse/parse2.C: New test.
2095 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
2097         * g++.dg/template/friend11.C: New test.
2099 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
2101         * g++.dg/parse/parse1.C: New test.
2103 2002-12-31  Janis Johnson  <janis187@us.ibm.com>
2105         * lib/profopt.exp: Change the name of a global variable to avoid
2106         possible clashes with other test suites.
2108 2002-12-31  Nathan Sidwell  <nathan@codesourcery.com>
2110         * g++.dg/inherit/covariant8.C: New test.
2112 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
2114         * g++.dg/init/array9.C: New test.
2116         PR c++/9112
2117         * g++.dg/parse/expr1.C: New test.
2119 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
2121         * gcc.c-torture/compile/20021230-1.c: New test.
2123 2002-12-30  Nathan Sidwell  <nathan@codesourcery.com>
2125         * g++.dg/inherit/covariant5.C: New test.
2126         * g++.dg/inherit/covariant6.C: New test.
2127         * g++.dg/inherit/covariant7.C: New test.
2129 2002-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2131         PR c++/2739
2132         * g++.dg/other/access2.C: New test.
2134 2002-12-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2136         * g++.dg/other/anon-struct.C: No longer fails
2137         * g++.old-deja/g++.brendan/parse4.C: Likewise.
2138         * g++.old-deja/g++.brendan/parse5.C: Likewise.
2139         * g++.old-deja/g++.brendan/parse6.C: Likewise.
2141 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2143         * g++.dg/parse/angle-bracket.C (main): No longer fails.
2145 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
2147         * g++.dg/eh/spec4.C: Remove stray semicolon.
2148         * g++.dg/expr/pmf-1.C: Change error message.
2149         * g++.dg/ext/asm1.C: Remove stray semicolon.
2150         * g++.dg/ext/typename1.C: Add missing typenames.
2151         * g++.dg/inherit/template-as-base.C: Change error message.
2152         * g++.dg/lookup/scoped1.C: Likewise.
2153         * g++.dg/lookup/scoped2.C: Likewise.
2154         * g++.dg/lookup/using2.C: Likewise.
2155         * g++.dg/other/component1.C: Remove stray semicolon.
2156         * g++.dg/other/do1.C: Change error message.
2157         * g++.dg/other/error2.C: Likewise.
2158         * g++.dg/other/init1.C: Likewise.
2159         * g++.dg/other/packed1.C: Remove stray semicolon.
2160         * g++.dg/other/ptrmem2.C: Change error message.
2161         * g++.dg/parse/parameter-declaration-1.C: Remove line number
2162         marker.
2163         * g++.dg/special/initp1.C: Remove invalid attribute usage.
2164         * g++.dg/template/access3.C: Add typename keyword.
2165         * g++.dg/template/access5.C: Remove stray semicolon.
2166         * g++.dg/template/access6.C: Likewise.
2167         * g++.dg/template/complit1.C: Likewise.
2168         * g++.dg/template/crash1.C: Change error message.
2169         * g++.dg/template/inherit2.C: Remove stray semicolon.
2170         * g++.dg/template/instantiate2.C: Likewise.
2171         * g++.dg/template/instantiate3.C: Change error message.
2172         * g++.dg/template/qual1.C: Remove stray semicolon.
2173         * g++.dg/template/qualttp18.C: Change error message.
2174         * g++.dg/template/ref1.C: Remove stray semicolon.
2175         * g++.dg/template/sizeof1.C (A::value): Declare it.
2176         * g++.dg/template/spec4.C: Change error message.
2177         * g++.dg/template/static1.C: Likewise.
2178         * g++.dg/template/type1.C: Likewise.
2179         * g++.dg/template/typename3.C: Likewise.
2180         * g++.old-deja/g++.benjamin/13478.C: Change error message.
2181         * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
2182         * g++.old-deja/g++.benjamin/bool01.C: Likewise.
2183         * g++.old-deja/g++.benjamin/bool02.C: Likewise.
2184         * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
2185         named return value extension.
2186         * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
2187         * g++.old-deja/g++.benjmain/warn01.C: Likewise.
2188         * g++.old-deja/g++.bob/extern_C.C: Likewise.
2189         * g++.old-deja/g++.bob/inherit2.C: Likewise.
2190         * g++.old-deja/g++.brendan/complex1.C: Likewise.
2191         * g++.old-deja/g++.brendan/copy5.C: Likewise.
2192         * g++.old-deja/g++.brendan/crash13.C: Likewise.
2193         * g++.old-deja/g++.brendan/crash15.C: Likewise.
2194         * g++.old-deja/g++.brendan/crash18.C: Change error message.
2195         * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
2196         * g++.old-deja/g++.brendan/crash38.C: Likewise.
2197         * g++.old-deja/g++.brendan/crash50.C: Likewise.
2198         * g++.old-deja/g++.brendan/crash56.C: Likewise.
2199         * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
2200         syntax.
2201         * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
2202         * g++.old-deja/g++.brendan/crash8.C: Change error message.
2203         * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
2204         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
2205         * g++.old-deja/g++.brendan/shadow1.C: Likewise.
2206         * g++.old-deja/g++.brendan/template11.C: Likewise.
2207         * g++.old-deja/g++.brendan/template26.C: Likewise.
2208         * g++.old-deja/g++.brendan/template27.C: Use explicit
2209         specialization syntax.
2210         * g++.old-deja/g++.brendan/template30.C: Likewise.
2211         * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
2212         * g++.old-deja/g++.brendan/visibility3.C: Account for use of
2213         non-dependent names.
2214         * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
2215         * g++.old-deja/g++.brendan/warnings7.C: Likewise.
2216         * g++.old-deja/g++.bugs/900121_02.C: Likewise.
2217         * g++.old-deja/g++.eh/catchptr1.C: Likewise.
2218         * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
2219         * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
2220         named return value extension.
2221         * g++.old-deja/g++.ext/namedret2.C: Likewise.
2222         * g++.old-deja/g++.ext/namedret3.C: Likewise.
2223         * g++.old-deja/g++.ext/return1.C: Likewise.
2224         * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
2225         * g++.old-deja/g++.jason/access17.C: Issue more error messages.
2226         * g++.old-deja/g++.jason/access8.C: Likewise.
2227         * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
2228         * g++.old-deja/g++.jason/destruct.C: Remove incorrect
2229         pseudo-destructor names.
2230         * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
2231         * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
2232         pseudo-destructor names.
2233         * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
2234         * g++.old-deja/g++.jason/overload19.C: Likewise.
2235         * g++.old-deja/g++.jason/overload32.C: Likewise.
2236         * g++.old-deja/g++.jason/parse11.C: Issue error messages about
2237         stray semicolons.
2238         * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
2239         * g++.old-deja/g++.jason/return.C: Likewise.
2240         * g++.old-deja/g++.jason/return2.C: Likewise.
2241         * g++.old-deja/g++.jason/shadow1.C: Likewise.
2242         * g++.old-deja/g++.jason/special.C: Use explicit specialization
2243         syntax.
2244         * g++.old-deja/g++.jason/template10.C: Account for use of
2245         non-dependent names.
2246         * g++.old-deja/g++.jason/template11.C: Use explicit specialization
2247         syntax.
2248         * g++.old-deja/g++.jason/template37.C: Likewise.
2249         * g++.old-deja/g++.law/access4.C: Change error messages.
2250         * g++.old-deja/g++.law/arm13.C:  Remove incorrect
2251         pseudo-destructor names.
2252         * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
2253         * g++.old-deja/g++.law/ctors9.C: Likewise.
2254         * g++.old-deja/g++.law/cvt22.C: Likewise.
2255         * g++.old-deja/g++.law/dtors5.C: Likewise.
2256         * g++.old-deja/g++.law/global-init1.C: Likewise.
2257         * g++.old-deja/g++.law/missed-error3.C: Likewise.
2258         * g++.old-deja/g++.law/operators28.C: Likewise.
2259         * g++.old-deja/g++.law/visibility28.C: Likewise.
2260         * g++.old-deja/g++.martin/eval1.C: Likewise.
2261         * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
2262         name.
2263         * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
2264         * g++.old-deja/g++.mike/net34.C: Likewise.
2265         * g++.old-deja/g++.mike/net36.C: Likewise.
2266         * g++.old-deja/g++.mike/ns2.C: Likewise.
2267         * g++.old-deja/g++.mike/p12306.C: Likewise.
2268         * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
2269         value extension.
2270         * g++.old-deja/g++.mike/p700.C: Likewise.
2271         * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
2272         * g++.old-deja/g++.mike/p710.C: Likewise.
2273         * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
2274         value extension.
2275         * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
2276         * g++.old-deja/g++.mike/pmf9.C: Likewise.
2277         * g++.old-deja/g++.ns/crash2.C: Likewise.
2278         * g++.old-deja/g++.ns/crash3.C: Likewise.
2279         * g++.old-deja/g++.ns/invalid1.C: Likewise.
2280         * g++.old-deja/g++.ns/ns17.C: Likewise.
2281         * g++.old-deja/g++.ns/template16.C: Likewise.
2282         * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
2283         keyword.
2284         * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
2285         * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
2286         * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
2287         named return value extension.
2288         * g++.old-deja/g++.oliva/nameret2.C: Likewise.
2289         * g++.old-deja/g++.other/access4.C: Issue additional error
2290         messages.
2291         * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
2292         * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
2293         * g++.old-deja/g++.other/crash11.C: Add missing class-key.
2294         * g++.old-deja/g++.other/crash25.C: Change error message.
2295         * g++.old-deja/g++.other/crash4.C: Change error message.
2296         * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
2297         * g++.old-deja/g++.other/decl5.C: Issue more error messages.
2298         * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
2299         checks.
2300         * g++.old-deja/g++.other/defarg8.C: Likewise.
2301         * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
2302         * g++.old-deja/g++.other/dtor10.C: Likewise.
2303         * g++.old-deja/g++.other/incomplete.C: Likewise.
2304         * g++.old-deja/g++.other/linkage7.C: Likewise.
2305         * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
2306         lookup algorithm.
2307         * g++.old-deja/g++.other/mangle2.C: Likewise.
2308         * g++.old-deja/g++.other/refinit2.C: Likewise.
2309         * g++.old-deja/g++.other/sizeof2.C: Change error messages.
2310         * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
2311         * g++.old-deja/g++.pt/crash28.C: Likewise.
2312         * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
2313         syntax.
2314         * g++.old-deja/g++.pt/crash32.C: Change error message.
2315         * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
2316         * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
2317         * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
2318         error message position.
2319         * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
2320         * g++.old-deja/g++.pt/defarg8.C: Change error message.
2321         * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
2322         syntax.
2323         * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
2324         * g++.old-deja/g++.pt/eichin01b.C: Likewise.
2325         * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
2326         * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
2327         keyword.
2328         * g++.old-deja/g++.pt/explicit31.C: Likewise.
2329         * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
2330         * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
2331         keyword.
2332         * g++.old-deja/g++.pt/explicit71.C: Change error message.
2333         * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
2334         syntax.
2335         * g++.old-deja/g++.pt/friend28.C: Account for use of
2336         non-dependent names.
2337         * g++.old-deja/g++.pt/friend29.C: Likewise.
2338         * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
2339         rules.
2340         * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
2341         * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
2342         * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
2343         lookup rules.
2344         * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
2345         * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
2346         keyword.
2347         * g++.old-deja/g++.pt/memclass20.C: Likewise.
2348         * g++.old-deja/g++.pt/memclass5.C: Likewise.
2349         * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
2350         keyword.
2351         * g++.old-deja/g++.pt/memtemp75.C: Likewise.
2352         * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
2353         * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
2354         * g++.old-deja/g++.pt/overload13.C: Correct error messages.
2355         * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
2356         * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template
2357         keyword.
2358         * g++.old-deja/g++.pt/spec10.C: Likewise.
2359         * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
2360         * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
2361         * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
2362         * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
2363         * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
2364         * g++.old-deja/g++.pt/ttp62.C: Likewise.
2365         * g++.old-deja/g++.pt/ttp64.C: Likewise.
2366         * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
2367         * g++.old-deja/g++.pt/typename15.C: Likewise.
2368         * g++.old-deja/g++.pt/typename22.C: Likewise.
2369         * g++.old-deja/g++.pt/typename6.C: Change error messages.
2370         * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
2371         * g++.old-deja/g++.pt/virtual2.C: Likewise.
2372         * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
2373         syntax.
2374         * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
2375         return value extension.
2376         * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
2377         * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
2378         * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
2379         * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
2381 2002-12-26  Nathan Sidwell  <nathan@codesourcery.com>
2383         * g++.dg/warn/inline1.C: New test.
2384         * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
2385         * g++.old-deja/g++.jason/synth10.C: Likewise.
2386         * g++.old-deja/g++.mike/net31.C: Likewise.
2387         * g++.old-deja/g++.mike/p8786.C: Likewise.
2389         * g++.dg/template/friend10.C: New test.
2390         * g++.dg/template/conv5.C: New test.
2392 2002-12-24  Nathan Sidwell  <nathan@codesourcery.com>
2394         * g++.dg/lookup/scoped3.C: New test.
2396         * g++.dg/lookup/decl1.C: New test.
2397         * g++.dg/lookup/decl2.C: New test.
2399 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
2401         * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
2402         gcc.c-torture/compile/20021015-1.c,
2403         gcc.c-torture/compile/20021015-2.c,
2404         gcc.c-torture/compile/20021123-1.c,
2405         gcc.c-torture/compile/20021123-2.c,
2406         gcc.c-torture/compile/20021123-3.c,
2407         gcc.c-torture/compile/20021123-4.c,
2408         gcc.c-torture/execute/20021024-1.c: Add tests previously added
2409         only to 3.1 or 3.2 branch.
2411 2002-12-23  Mark Mitchell  <mark@codesourcery.com>
2413         * gcc.dg/i386-bitfield3.c: New test.
2415         * gcc.dg/i386-bitfield2.c: New test.
2417 2002-12-22  Nathan Sidwell  <nathan@codesourcery.com>
2419         * g++.dg/parse/conv_op1.C: New test.
2421 2002-12-21  Josef Zlomek  <zlomekj@suse.cz>
2423         * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
2424         approved.
2426 2002-12-20  Josef Zlomek  <zlomekj@suse.cz>
2428         * gcc.c-torture/compile/20021220-1.c: New test.
2430 2002-12-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
2432         * gcc.dg/i386-fastcall-1.c: New.
2434 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
2436         * gcc.c-torture/execute/20021219-1.c: New test.
2438 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
2440         * gcc.dg/i386-pic-1.c: New test.
2442 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2444         PR c++/8099
2445         * g++.dg/template/friend9.C: New test.
2447 2002-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2449         PR c++/3663
2450         * g++.dg/template/access7.C: New test.
2452 2002-12-18  Nick Clifton  <nickc@redhat.com>
2454         * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
2455         the libstdc++-v3 directory has been found.
2457 2002-12-12  Devang Patel <dpatel@apple.com>
2458         * gcc.dg/darwin-ld-1.c: New test.
2459         * gcc.dg/darwin-ld-2.c: New test.
2460         * gcc.dg/darwin-ld-3.c: New test.
2461         * gcc.dg/darwin-ld-4.c: New test.
2462         * gcc.dg/darwin-ld-5.c: New test.
2464 2002-12-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
2466         * gcc.c-torture/compile/20021212-1.c: New test.
2468 2002-12-11  Neil Booth  <neil@daikokuya.co.uk>
2470         * gcc.dg/fshort-wchar: New test.
2472 2002-12-10  Mark Mitchell  <mark@codesourcery.com>
2474         PR c++/8372
2475         * g++.dg/template/dtor1.C: New test.
2477         * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
2478         markers.
2480 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
2482         * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
2484 2002-12-09  Mark Mitchell  <mark@codesourcery.com>
2486         * g++.dg/template/static1.C: New test.
2487         * g++.dg/template/static2.C: New test.
2488         * g++.old-deja/g++.ext/memconst.C: New test.
2490 2002-12-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2492         * g++.dg/special/conpr-2.C: Expect failure on solaris2.
2493         * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
2494         * g++.dg/special/initp1.C: Likewise.
2496 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
2498         * gcc.c-torture/execute/20021204-1.c: New test.
2500 2002-12-04  Geoffrey Keating  <geoffk@apple.com>
2502         * gcc.dg/ppc-fmadd-1.c: New file.
2503         * gcc.dg/ppc-fmadd-2.c: New file.
2504         * gcc.dg/ppc-fmadd-3.c: New file.
2506 2002-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2508         * gcc.c-torture/compile/20021204-1.c: New test.
2510 2002-12-03  Nathan Sidwell  <nathan@codesourcery.com>
2512         * g++.dg/inherit/covariant2.C: New test.
2513         * g++.dg/inherit/covariant3.C: New test.
2514         * g++.dg/inherit/covariant4.C: New test.
2515         * g++.dg/inherit/covariant1.C: Remove XFAIL.
2516         * g++.old-deja/g++.robertl/eb17.C: Likewise.
2518 2002-12-03  Mark Mitchell  <mark@codesourcery.com>
2520         PR c++/8688
2521         * g++.dg/init/brace3.C: New test.
2523 2002-12-02  Kazu Hirata  <kazu@cs.umass.edu>
2525         * gcc.dg/20020210-1.c: Fix a comment typo.
2527 2002-12-02  Mark Mitchell  <mark@codesourcery.com>
2529         PR c++/8720
2530         * g++.dg/parse/defarg1.C: New test.
2532         PR c++/8615
2533         * g++.dg/template/char1.C: New test.
2535         * g++.dg/template/varmod1.C: Fix typo.
2537 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2539         DR 180
2540         * g++.old-deja/g++.pt/crash32.C: Expect error.
2542 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
2544         PR c++/5919
2545         * g++.dg/template/varmod1.C: New test.
2547         PR c++/8727
2548         * g++.dg/inherit/typeinfo1.C: New test.
2550         PR c++/8663
2551         * g++.dg/inherit/typedef1.C: New test.
2553 2002-11-30  Mark Mitchell  <mark@codesourcery.com>
2555         PR c++/8332
2556         PR c++/8493
2557         * g++.dg/template/strlen1.C: New test.
2559         PR c++/8227
2560         * g++.dg/template/ctor2.C: New test.
2562         PR c++/8214
2563         * g++.dg/init/string1.C: New test.
2565         PR c++/8511
2566         * g++.dg/template/friend8.C: New test.
2568 2002-11-29  Joe Buck <jbuck@synopsys.com>
2570         * g++.dg/lookup/anon2.C: New test.
2572 2002-11-28  Kazu Hirata  <kazu@cs.umass.edu>
2574         * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
2575         h8300 port.
2577 2002-11-27  Richard Sandiford  <rsandifo@redhat.com>
2579         * gcc.dg/bitfld-6.c: New test.
2581 2002-11-27  Jan Hubicka  <jh@suse.cz>
2583         * gcc.c-torture/execute/20021127.[cx]: New test.
2585 2002-11-26  Jan Hubicka  <jh@suse.cz>
2587         * gcc.dg/i386-cmov[123].c: New tests for conditional move code
2588         quality.
2590 2002-11-26  Geoffrey Keating  <geoffk@apple.com>
2592         * g++.dg/init/brace2.C: New test.
2593         * g++.old-deja/g++.mike/p9129.C: Correct.
2595 2002-11-26  Mark Mitchell  <mark@codesourcery.com>
2597         * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
2599 2002-11-25  Andreas Bauer  <baueran@in.tum.de>
2601         * gcc.dg/sibcall-6: New test for indirect sibcalls.
2603 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
2605         * testsuite/g++.dg/abi/empty11.C: New test.
2606         * testsuite/g++.dg/rtti/cv1.C: New test.
2608 2002-11-25  Hans-Peter Nilsson  <hp@bitrange.com>
2610         * lib/prune.exp: Prune more -fpic/-fPIC warnings.
2612 2002-11-24  Mark Mitchell  <mark@codesourcery.com>
2614         * g++.dg/abi/empty10.C: New test.
2616 2002-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
2618         * gcc.c-torture/compile/20021124-1.c: New test.
2620 2002-11-22  Mark Mitchell  <mark@codesourcery.com>
2622         * g++.dg/abi/rtti2.C: New test.
2624 2002-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
2626         * gcc.dg/i386-unroll-1.c: New test.
2628 2002-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
2630         * gcc.c-torture/compile/20021120-1.c: New test.
2631         * gcc.c-torture/compile/20021120-2.c: New test.
2633 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
2635         * gcc.dg/bitfld-5.c: New test.
2637 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
2639         * gcc.c-torture/execute/20021120-3.c: New test.
2641 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
2643         * gcc.c-torture/execute/20021120-2.c: New test.
2645 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
2647         * gcc.c-torture/execute/20021120-1.c: New test.
2649 2002-11-20  Jakub Jelinek  <jakub@redhat.com>
2651         * gcc.c-torture/execute/20021118-3.c: New test.
2653 2002-11-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
2655         * gcc.c-torture/compile/20021119-1.c: New test.
2657 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
2659         * gcc.dg/duff-1.c: New test.
2660         * gcc.dg/duff-2.c: New test.
2661         * gcc.dg/duff-3.c: New test.
2663 2002-11-18  Neil Booth  <neil@daikokuya.co.uk>
2665         * gcc.dg/cpp/_Pragma5.c: New test.
2667 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
2669         * gcc.c-torture/execute/20021118-2.c: New test.
2671 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
2673         * gcc.c-torture/execute/20021118-1.c: New test.
2675 2002-11-16  Jakub Jelinek  <jakub@redhat.com>
2677         * gcc.dg/20021116-1.c: New test.
2679 2002-11-14  Mark Mitchell  <mark@codesourcery.com>
2681         * g++.dg/abi/vcall1.C: New test.
2683 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
2685         * gcc.dg/20021029-1.c: New test.
2686         * gcc.dg/20021029-2.c: New test.
2688 2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2690         * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
2692 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
2694         PR c/8439
2695         * gcc.dg/20021110.c: Move to ...
2696         * gcc.c-torture/compile/20021110.c: .... here.
2698 2002-11-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2700         PR c/8467
2701         * gcc.c-torture/execute/20021111-1.c
2703 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
2705         PR c/8439
2706         * gcc.dg/20021110.c: New test.
2708 2002-11-10  Mark Mitchell  <mark@codesourcery.com>
2710         * g++.dg/abi/vthunk3.C: Run only on x86.
2712 2002-11-10  Joseph S. Myers  <jsm@polyomino.org.uk>
2714         * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
2716 2002-11-09  Hans-Peter Nilsson  <hp@bitrange.com>
2718         * lib/compat.exp (compat-execute): Fix logic error in last
2719         change.
2721 2002-11-09  Neil Booth  <neil@daikokuya.co.uk>
2723         * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
2725 2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2727         PR c++/8389
2728         * g++.dg/template/access6.C: New test.
2730 2002-11-08  Jan Hubicka  <jh@suse.cz>
2732         * gcc.dg/i386-ssefp-1.c: New test.
2733         * gcc.dg/i386-ssefp-1.c: New test.
2735 2002-11-08  Jan Hubicka  <jh@suse.cz>
2737         * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
2739 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
2741         * g++.dg/abi/vthunk3.C: New test.
2743         PR c++/8338
2744         * g++.dg/template/crash2.C: New test.
2746 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
2748         * testsuite/g++.dg/abi/dtor1.C: New test.
2749         * testsuite/g++.dg/abi/dtor2.C: Likewise.
2751 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
2753         * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
2754         Darwin.
2756 2002-11-04  Adam Nemet  <anemet@lnxw.com>
2758         * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
2759         -mthumb.  Only xfail with -O0.
2761 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
2763         * g++.dg/abi/thunk1.C: New test.
2764         * g++.dg/abi/thunk2.C: Likewise.
2765         * g++.dg/abi/vtt1.C: Likewise.
2767 2002-11-02  Diego Novillo  <dnovillo@redhat.com>
2769         PR optimization/8423
2770         * gcc.c-torture/execute/builtin-constant.c: New test.
2772 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
2774         * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
2775         Add some more cases.
2777 2002-11-01  Mark Mitchell  <mark@codesourcery.com>
2779         PR c++/8391
2780         * g++.dg/opt/local1.C: New test.
2782 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
2784         PR c++/8160
2785         * g++.dg/template/complit1.C: New test.
2787         PR c++/8149
2788         * g++.dg/template/typename4.C: Likewise.
2790 2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2792         Core issue 287, PR c++/7639
2793         * g++.dg/template/instantiate1.C: Adjust error location.
2794         * g++.dg/template/instantiate3.C: New test.
2795         * g++.old-deja/g++.pt/crash10.C: Adjust error location.
2796         * g++.old-deja/g++.pt/derived3.C: Adjust error location.
2797         * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
2799 2002-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
2801         * lib/compat.exp (compat-execute): Don't clean out a gluefile.
2803 2002-10-29  Mark Mitchell  <mark@codesourcery.com>
2805         PR c++/8287
2806         * g++.dg/init/dtor2.C: New test.
2808 2002-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2810         * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
2811         * gcc.dg/nest.c: Bypass errors on irix6.
2813 2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
2815         * gcc.dg/nest.c: Expect error for mmix-*-*.
2816         * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
2818 2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
2820         * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
2821         markers.
2823         * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
2825 2002-10-25  Mike Stump  <mrs@apple.com>
2827         * gcc.dg/warn-1.c: New test.
2829 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
2831         * g++.dg/template/typename3.C: New test.
2833 2002-10-25  Mark Mitchell  <mark@codesourcery.com>
2835         * g++.dg/lookup/ptrmem1.C: New test.
2837         * g++.dg/abi/vthunk2.C: New test.
2839 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
2841         * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
2843 2002-10-24  Mark Mitchell  <mark@codesourcery.com>
2845         * g++.dg/abi/empty9.C: New test.
2847 2002-10-24  Richard Henderson  <rth@redhat.com>
2849         * g++.dg/inherit/thunk1.C: Enable for ia64.
2851 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
2853         PR c++/8067
2854         * g++.dg/lookup/pretty1.C: New test.
2856 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
2858         * gcc.dg/20021023-1.c: New test.
2860 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
2862         PR c++/7679
2863         * g++.dg/parse/inline1.C: New test.
2865 2002-10-23  Richard Henderson  <rth@redhat.com>
2867         * g++.dg/inherit/thunk1.C: Enable for x86_64.
2869         * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
2871 2002-10-22  Mark Mitchell  <mark@codesourcery.com>
2873         PR c++/6579
2874         * g++.dg/parse/stmtexpr3.C: New test.
2876 2002-10-22  Nathan Sidwell  <nathan@codesourcery.com>
2878         * g++.dg/expr/cond1.C: New test.
2880 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
2882         * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
2884 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
2886         * g++.dg/abi/vbase13.C: New test.
2887         * g++.dg/abi/vbase14.C: Likewise.
2889 2002-10-21  Jakub Jelinek  <jakub@redhat.com>
2891         * gcc.dg/tls/pic-1.c: New test.
2892         * gcc.dg/tls/nonpic-1.c: New test.
2893         * gcc.dg/20021018-1.c: New test.
2895 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
2897         * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
2898         Remove only files with the same base name as the test case.
2899         (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
2900         (profopt-execute): Likewise.  Also, remove old profiling
2901         and performance data files before running the tests.
2903         * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
2904         * g++.dg/bprob/bprob.exp: Likewise.
2905         * g77.dg/bprob/bprob.exp: Likewise.  Also, relax regexp
2906         to allow more general test case names.
2908         * g++.dg/bprob/bprob-1.C: Rename to ...
2909         * g++.dg/bprob/g++-bprob-1.C: ... this.
2911         * g77.dg/bprob/bprob-1.f: Rename to ...
2912         * g77.dg/bprob/g77-bprob-1.f: ... this.
2914 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
2916         * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
2917         bison 1.50 or later.
2919 2002-10-21  Janis Johnson  <janis187@us.ibm.com>
2921         * g++.dg/README: Describe more test directories.
2923 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
2925         * g++.dg/init/array6.C: Add additional tests.
2927 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
2929         * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
2930         * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
2932 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
2934         * gcc.c-torture/compile/20020604-1.x: New.
2935         * gcc.c-torture/compile/simd-5.x: Likewise.
2936         * gcc.c-torture/execute/920710-1.x: Likewise.
2937         * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
2939 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
2941         * g++.dg/inherit/override1.C: Add dg-options clause.
2943 2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2945         * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
2946         _mm_slli_si128.
2948 2002-10-19  Andreas Schwab  <schwab@suse.de>
2950         * lib/compat.exp (compat-run): Prepend "./" when $dest has no
2951         directory component.
2953 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
2955         * g++.dg/inherit/thunk1.C: New test.
2957         * g++.dg/inherit/override1.C: New test.
2959         * g++.dg/abi/mangle11.C: New test.
2960         * g++.dg/abi/mangle14.C: New test.
2961         * g++.dg/abi/mangle17.C: New test.
2963 2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
2965         * g++.dg/overload/member2.C: New test.
2967 2002-10-17  Janis Johnson  <janis187@us.ibm.com>
2969         * g++.dg/README: Describe new compat directory.
2970         * g++.dg/dg.exp: Skip tests in compat directory.
2971         * README.compat: New file.
2972         * lib/compat.exp: New expect script.
2973         * g++.dg/compat: New test directory.
2974         * g++.dg/compat/compat.exp: New expect script.
2975         * g++.dg/compat/abi: New test directory.
2976         * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
2977         g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
2978         g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
2979         g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
2980         g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
2981         g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
2982         g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
2983         g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
2984         g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
2985         g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
2986         g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
2987         g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
2988         * g++.dg/compat/break: New test directory.
2989         * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
2990         g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
2991         g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
2992         g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
2993         g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
2994         g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
2995         g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
2996         g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
2997         g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
2998         g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
2999         g++.dg/compat/break/README: New files.
3000         * g++.dg/compat/eh: New test directory.
3001         * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
3002         g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
3003         g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
3004         g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
3005         g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
3006         g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
3007         g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
3008         g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
3009         g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
3010         g++.dg/compat/eh/filter2_y.C,
3011         g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
3012         g++.dg/compat/eh/new1_y.C,
3013         g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
3014         g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
3015         g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
3016         g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
3017         g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
3018         g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
3019         g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
3020         g++.dg/compat/eh/unexpected1_y.C: New files.
3021         * g++.dg/compat/init: New test directory.
3022         * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
3023         g++.dg/compat/init/array5_y.C,
3024         g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
3025         g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
3026         g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
3027         g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
3028         g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
3029         g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
3030         g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
3031         g++.dg/compat/init/init-ref2_y.C: New files.
3033 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
3035         PR c++/7584
3036         * g++.dg/inherit/using3.C: New test.
3038 2002-10-17  Jan Hubicka  <jh@suse.cz>
3040         * gcc.dg/20021017-2.c: New test.
3042 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
3044         * g++.dg/abi/mangle16.C: Adjust.
3046         * g++.dg/init/array8.C: New test.
3048 2002-10-17  Richard Sandiford  <rsandifo@redhat.com>
3050         * gcc.dg/special/mips-abi.exp: New test.
3051         * gcc.dg/special/mips-abi.s: Empty file used by the above.
3053 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
3055         * g++.dg/abi/mangle16.C: New test.
3056         * g++.dg/abi/mangle17.C: Likewise.
3058         PR c++/7478
3059         * g++.dg/template/ref1.C: New test.
3061 2002-10-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3063         * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
3065 2002-10-16  Ulrich Weigand  <uweigand@de.ibm.com>
3067         * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
3069 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
3071         PR c++/7524
3072         * g++.dg/init/array7.C: New test.
3074 2002-10-15  Mark Mitchell  <mark@codesourcery.com>
3076         * g++.dg/init/array6.C: New test.
3078         * g++.dg/abi/mangle13.C: Likewise.
3079         * g++.dg/abi/mangle14.C: Likewise.
3080         * g++.dg/abi/mangle15.C: Likewise.
3082 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
3084         * g++.dg/abi/empty8.C: New test.
3086 2002-10-15  Nathan Sidwell  <nathan@codesourcery.com>
3088         * g++.dg/init/ctor1.C: New test.
3090 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
3092         * gcc.c-torture/execute/20021015-1.c: New test.
3094 2002-10-15  J"orn Rennecke <joern.rennecke@superh.com>
3096         * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
3098 2002-10-14  Jan Hubicka  <jh@suse.cz>
3100         * gcc.dg/i386-ssetype-[1-5].c: New tests.
3102 2002-10-14  Richard Henderson  <rth@redhat.com>
3104         * gcc.dg/20020219-1.c: Disable for 16-bit targets.
3106 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
3108         PR optimization/6631
3109         * g++.dg/opt/const2.C: New test.
3111 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
3113         PR c++/7176
3114         * g++.dg/parse/friend1.C: New test.
3115         * g++.old-deja/g++.pt/memtemp64.C: Adjust.
3117 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
3119         * gcc.dg/20021014-1.c: New test.
3121 2002-10-11  Mark Mitchell  <mark@codesourcery.com>
3123         PR c++/5661
3124         * g++.dg/ext/vlm1.C: New test.
3125         * g++.dg/ext/vlm2.C: Likewise.
3127         * g++.dg/init/array1.C: Remove invalid braces.
3128         * g++.dg/init/brace1.C: New test.
3129         * g++.dg/init/copy2.C: Likewise.
3130         * g++.dg/init/copy3.C: Likewise.
3131         * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
3132         * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
3133         braces.
3135 2002-10-11  Neil Booth  <neil@daikokuya.co.uk>
3137         * gcc.dg/cpp/assembler.S: Don't use -ansi.
3139 2002-10-11  Richard Shann  <richard.shann@superh.com>
3141         * gcc.c-torture/compile/simd-5.c: New test.
3143 2002-10-10  Roger Sayle  <roger@eyesopen.com>
3145         * gcc.c-torture/execute/shiftopt-1.c: New test case.
3147 2002-10-10  Jim Wilson  <wilson@redhat.com>
3149         * gcc.c-torture/execute/20021010-1.c: New test.
3151 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
3153         PR c/7353
3154         * g++.dg/ext/typedef-init.C: New test.
3155         * gcc.dg/typedef-init.c: New test.
3157 2002-10-09  Neil Booth  <neil@daikokuya.co.uk>
3159         * gcc.dg/cpp/paste13.c: New test.
3161 2002-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3163         * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs.  For
3164         remaining platforms, XFAIL during compile, not execute.  Don't
3165         XFAIL at -O0.
3167 2002-10-08  Nathan Sidwell  <nathan@codesourcery.com>
3169         * gcc.dg/alias-1.c: Tweak expected warning.
3171 2002-10-06  D.Venkatasubramanian <dvenkat@noida.hcltech.com>
3173         * gcc.dg/20020411-1.c: Disable for 16-bit "int".
3175 2002-10-06  Andreas Jaeger  <aj@suse.de>
3177         * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
3178         * gcc.dg/cpp/c++98.C: Likewise.
3180         * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
3181         * g++.dg/cpp/c++98.C: Likewise.
3183         * g++.dg/README (Subdirectories): Mention cpp directory.
3185         PR target/7559
3186         * gcc.dg/20021006-1.c: New test.
3188 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3190         PR c++/7804
3191         * g++.dg/other/warning1.C: New test.
3193 2002-10-04  Roger Sayle  <roger@eyesopen.com>
3195         * gcc.c-torture/execute/20020720-1.x:  XFAIL instead of skipping
3196         the test on failing platforms.  Mark sparcv9-*-*, sparc64-*-*
3197         and sparc-*-* with -m64 as expected failures.  See PR 8087.
3199 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
3201         PR c++/7931
3202         * g++.dg/template/ptrmem3.C: New test.
3204         PR c++/7754
3205         * g++.dg/template/union1.C: New test.
3207 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
3209         PR c++/8006
3210         * g++.dg/abi/mangle9.C: New test.
3211         * g++.dg/abi/mangle10.C: New test.
3212         * g++.dg/abi/mangle11.C: New test.
3213         * g++.dg/abi/mangle12.C: New test.
3215 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
3217         PR c++/7188.
3218         * g++.dg/template/meminit1.C: New test.
3219         * g++.dg/warn/Wreorder-1.C: Likewise.
3220         * g++.old-deja/g++.mike/warn3.C: Tweak.
3221         * lib/prune.exp: Ingore "in copy constructor".
3223 2002-10-02  Andreas Jaeger  <aj@suse.de>
3225         * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
3226         gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
3227         g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
3228         on x86-64.
3230 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
3232         * gcc.dg/empty1.C: Fix typo.
3234 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
3236         * gcc.dg/alias-1.c: New test.
3238 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
3240         * gcc.dg/empty1.C: New test.
3242         * g++.dg/tls/init-2.C: Tweak error messages.
3244 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
3246         * gcc.c-torture/compile/20020923-1.c: New test.
3248 2002-09-30  Jason Thorpe  <thorpej@wasabisystems.com>
3250         * gcc.c-torture/execute/ffs-1.c: New test.
3251         * gcc.c-torture/execute/ffs-2.c: Ditto.
3253 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
3255         * g++.dg/overload/member1.C: New test.
3257 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
3259         * g++.dg/abi/empty7.C: New test.
3260         * g++.dg/init/pm2.C: Likewise.
3262 2002-09-29  Nathan Sidwell  <nathan@codesourcery.com>
3264         * g++.dg/rtti/crash1.C: New test.
3266 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
3268         * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
3269         gcc.dg/sibcall-4.c: New tests.
3271 2002-09-28  Roger Sayle  <roger@eyesopen.com>
3273         * gcc.c-torture/execute/20020720-1.x: No longer skip test on
3274         powerpc and MMIX targets.
3276 2002-09-27  Zack Weinberg  <zack@codesourcery.com>
3278         * gcc.dg/cpp/20020927-1.c: New.
3280 2002-09-26  David S. Miller  <davem@redhat.com>
3282         * gcc.c-torture/compile/trunctfdf.c: New.
3284 2002-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3286         * lib/target-supports.exp (check_weak_available): Handle solaris2.
3288 2002-09-27  Alan Modra  <amodra@bigpond.net.au>
3290         * gcc.c-torture/execute/loop-15.c: New.
3292 2002-09-26  Janis Johnson  <janis187@us.ibm.com>
3294         * README.QMTEST: Fix typo.
3296 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
3298         * gcc.dg/20020926-1.c: New test.
3300 2002-09-25  David S. Miller  <davem@redhat.com>
3302         PR target/7842
3303         * gcc.c-torture/execute/shiftdi.c: New test.
3305 2002-09-26  Richard Earnshaw  <rearnsha@arm.com>
3307         * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
3308         unique to the tool.
3309         * lib/g77.exp (g77_init): Likewise.
3310         * lib/g++.exp (g++_init): Likewise.
3311         * lib/objc.exp (objc_init): Likewise.
3313 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
3315         * gcc/testsuite/g++.dg/abi/empty5.C: New test.
3316         * gcc/testsuite/g++.dg/abi/empty6.C: New test.
3317         * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
3319 2002-09-25  Richard Henderson  <rth@redhat.com>
3321         * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
3322         too-small long double.
3324 2002-09-23  Hans-Peter Nilsson  <hp@axis.com>
3326         * gcc.dg/20020919-1.c: New test.
3328 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
3330         * g++.dg/abi/bitfield6.C: New test.
3331         * g++.dg/abi/bitfield7.C: New test.
3332         * g++.dg/abi/bitfield8.C: New test.
3333         * g++.dg/abi/vbase11.C: New test.
3335 2002-09-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3337         * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
3338         hppa*-*-hpux*.  Update test comment.
3340 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
3342         * gcc.dg/tls/struct-1.c: New test.
3344 2002-09-20  Neil Booth  <neil@daikokuya.co.uk>
3346         * gcc.dg/cpp/tr-warn2.c: Update.
3348 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
3350         * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
3352 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
3354         * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
3355         systems.
3357 2002-09-20  Hans-Peter Nilsson  <hp@bitrange.com>
3359         * gcc.c-torture/execute/ieee/mzero3.c: New test.
3361         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
3362         Adjust for c++filt moved to binutils.  Remove spurious duplicate
3363         setting of cxxfilt.
3365 2002-09-19  Geoffrey Keating  <geoffk@apple.com>
3367         * gcc.dg/20020312-2.c: Update for darwin.
3369 2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
3371         * g++.old-deja/g++.other/crash32.C: Mark ICE.
3373 2002-09-17  Nicola Pero  <n.pero@mi.flashnet.it>
3375         * objc.dg/comp-types-1.m: New test.
3376         * objc.dg/comp-types-2.m: New test.
3377         * objc.dg/comp-types-3.m: New test.
3378         * objc.dg/comp-types-4.m: New test.
3379         * objc.dg/comp-types-5.m: New test.
3380         * objc.dg/comp-types-6.m: New test.
3382 2002-09-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3384         * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
3386 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
3388         * g++.dg/other/do1.C: New test.
3390         * g++.dg/template/subst1.C: New test.
3392 2002-09-16  Steve Ellcey  <sje@cup.hp.com>
3394         * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
3396 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
3398         * g++.dg/template/qualttp20.C: Adjust expected errors.
3399         * g++.old-deja/g++.jason/report.C: Likewise.
3400         * g++.old-deja/g++.other/qual1.C: Likewise.
3402         * g++.dg/lookup/scoped2.C: New test.
3404         * g++.dg/ext/asm3.C: New test.
3406 2002-09-16  Richard Earnshaw  <rearnsha@arm.com>
3408         * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
3410 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
3412         * ChangeLog: follow spelling conventions.
3413         * g++.old-deja/g++.abi/ptrmem.C: Likewise.
3414         * g++.old-deja/g++.bugs/900210_05.C: Likewise.
3415         * g++.old-deja/g++.bugs/900211_04.C: Likewise.
3416         * g++.old-deja/g++.bugs/900321_02.C: Likewise.
3417         * g++.old-deja/g++.bugs/900404_02.C: Likewise.
3418         * g++.old-deja/g++.bugs/900520_06.C: Likewise.
3419         * g++.old-deja/g++.law/global-init1.C: Likewise.
3420         * g++.old-deja/g++.other/delete4.C: Likewise.
3421         * g++.old-deja/g++.other/inline21.C: Likewise.
3422         * g++.old-deja/g++.other/singleton.C: Likewise.
3423         * g77.dg/strlen0.f: Likewise.
3424         * g77.f-torture/compile/20010519-1.f: Likewise.
3425         * g77.f-torture/compile/980310-4.f: Likewise.
3426         * gcc.c-torture/compile/20000605-1.c: Likewise.
3427         * gcc.c-torture/execute/20020225-1.c: Likewise.
3428         * gcc.dg/c90-hexfloat-2.c: Likewise.
3429         * gcc.dg/c99-bool-1.c: Likewise.
3430         * gcc.dg/c99-hexfloat-2.c: Likewise.
3431         * gcc.dg/dll-2.c: Likewise.
3432         * gcc.dg/wtr-union-init-1.c: Likewise.
3433         * gcc.dg/wtr-union-init-2.c: Likewise.
3434         * gcc.dg/wtr-union-init-3.c: Likewise.
3435         * gcc.dg/cpp/avoidpaste1.c: Likewise.
3436         * gcc.dg/cpp/defined.c: Likewise.
3437         * gcc.dg/cpp/macsyntx.c: Likewise.
3438         * gcc.dg/cpp/paste2.c: Likewise.
3439         * gcc.dg/cpp/trad/defined.c: Likewise.
3440         * gcc.dg/format/c90-printf-1.c: Likewise.
3441         * gcc.dg/format/c90-scanf-1.c: Likewise.
3442         * gcc.dg/format/c99-printf-1.c: Likewise.
3443         * gcc.dg/format/c99-scanf-1.c: Likewise.
3444         * gcc.misc-tests/gcov-8.c: Likewise.
3445         * lib/profopt.exp: Likewise.
3447 2002-09-15  Krister Walfridsson  <cato@df.lth.se>
3449         * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
3451 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
3453         * g++.dg/inherit/using2.C: New test.
3455 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
3457         * ChangeLog: Follow spelling conventions.
3458         * g++.dg/template/friend4.C: Likewise.
3459         * g++.old-deja/g++.pt/crash67.C: Likewise.
3460         * gcc.c-torture/execute/20000801-4.c: Likewise.
3461         * gcc.dg/c90-digraph-1.c: Likewise.
3462         * gcc.dg/c94-digraph-1.c: Likewise.
3463         * gcc.dg/c99-digraph-1.c: Likewise.
3464         * gcc.dg/cpp/line5.c: Likewise.
3465         * gcc.dg/cpp/multiline.c: Likewise.
3466         * gcc.dg/cpp/trad/literals-1.c: Likewise.
3467         * gcc.dg/format/attr-3.c: Likewise.
3468         * gcc.dg/format/c90-scanf-3.c: Likewise.
3469         * gcc.dg/format/ext-4.c: Likewise.
3471 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
3473         * g++.dg/template/pretty1.C: New test.
3475 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
3477         * gcc.c-torture/execute/struct-cpy-1.c: New test.
3479 2002-09-13  Matt Austern  <austern@apple.com>
3481         * testsuite/g++.dg/other/constref[12].C: New, regression tests for
3482         passing a cast expression to a function by const reference.
3484 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
3486         * g++.dg/template/deduce1.C: New test.
3488 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
3490         * gcc.c-torture/execute/simd-1.c: Force all use of int to
3491         32-bit int.
3493 2002-09-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3495         * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
3496         usage.
3498 2002-09-10  Richard Earnshaw  <rearnsha@arm.com>
3500         * gcc.c-torture/compile/20020910-1.c: New test.
3502 2002-09-10  Frank Ch. Eigler  <fche@redhat.com>
3504         * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
3506 2002-09-10  Andreas Jaeger  <aj@suse.de>
3508         * gcc.dg/20020312-2.c: Adjust for x86-64.
3510 2002-09-08  Toon Moene  <toon@moene.indiv.nluug.nl>
3512         * g77.dg/7388.f: New test case for PR 7388.
3514 2002-09-07  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
3516         * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
3518 2002-09-05  Ziemowit Laski <zlaski@apple.com>
3520         * objc.dg/proto-lossage-1.m: New test.
3522 2002-09-06  Neil Booth  <neil@daikokuya.co.uk>
3524         * gcc.dg/cpp/_Pragma4.c: Fix typo.
3526 2002-09-06  Nicola Pero  <n.pero@mi.flashnet.it>
3528         * objc/execute/formal_protocol-6.x: Removed.  This testcase is now
3529         expected to pass.
3531 2002-09-06  Stan Shebs  <shebs@apple.com>
3532             David Edelsohn  <edelsohn@gnu.org>
3534         * gcc.dg/weak: New directory.
3535         * gcc.dg/weak-[1-9].c: Move to new directory, remove all
3536         target-specific xfail bits.
3537         * gcc.dg/typeof-2.c: Move to new directory.
3538         * gcc.dg/weak.exp: New expect script.
3540 2002-09-06  Alan Modra  <amodra@bigpond.net.au>
3542         * gcc.c-torture/execute/extzvsi.c: New test.
3544 2002-09-05  Stan Shebs  <shebs@apple.com>
3546         * gcc.dg/weak-1.c: xfail on Darwin.
3547         * gcc.dg/weak-2.c: Ditto.
3548         * gcc.dg/weak-3.c: Ditto.
3549         * gcc.dg/weak-4.c: Ditto.
3550         * gcc.dg/weak-5.c: Ditto.
3551         * gcc.dg/weak-6.c: Ditto.
3552         * gcc.dg/weak-7.c: Ditto.
3553         * gcc.dg/weak-8.c: Ditto.
3554         * gcc.dg/weak-9.c: Ditto.
3556 2002-09-05  J"orn Rennecke <joern.rennecke@superh.com>
3558         * gcc.c-torture/execute/loop-14.c: New test.
3560 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
3562         * g++.dg/other/cxa-atexit1.C: New test.
3564         * gcc.dg/typeof-2.c: New test.
3566 2002-09-03  Roger Sayle  <roger@eyesopen.com>
3568         * gcc.dg/builtins-2.c: New testcase.
3569         * gcc.dg/builtins-3.c: New testcase.
3571 2002-09-03  Neil Booth  <neil@daikokuya.co.uk>
3573         * gcc.dg/cpp/_Pragma4.c: New test.
3575 2002-09-03  Nicola Pero  <n.pero@mi.flashnet.it>
3577         * objc/execute/nil_method-1.m: New testcase.
3579 2002-09-01  Nicola Pero  <n.pero@mi.flashnet.it>
3581         * objc/execute/class-tests-1.h (test_class_with_superclass): Call
3582         [Object class], not [Object initialize].
3584 2002-08-31  Roger Sayle  <roger@eyesopen.com>
3585             Hans-Peter Nilsson  <hp@bitrange.com>
3587         * gcc.c-torture/execute/20020720-1.x: Skip test on
3588         mmix-knuth-mmixware.  Correct comment.
3590 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
3592         * testsuite/g++.dg/abi/bitfield5.C: New test.
3593         * testsuite/g++.dg/abi/vbase10.C: Likewise.
3595 2002-08-27  Nicola Pero  <n.pero@mi.flashnet.it>
3597         * objc.dg/undeclared-selector.m: New test.
3599 2002-08-27  Nathan Sidwell  <nathan@codesourcery.com>
3601         * g++.dg/other/offsetof1.C: Avoid cast warning.
3603 2002-08-26  Ziemowit Laski  <zlaski@apple.com>
3605         * objc.dg/super-class-2.m: New test.
3607 2002-08-24  Matt Austern  <austern@apple.com>
3609         * g++.dg/ext/lvaddr.C: New test.
3610         * g++.dg/ext/lvcast.C: New test.
3612 2002-08-22  Mark Mitchell  <mark@codesourcery.com>
3614         * testsuite/g++.dg/inherit/cond1.C: New test.
3616 2002-08-22  Geoffrey Keating  <geoffk@redhat.com>
3618         * gcc.dg/noncompile/incomplete-1.c: New test.
3620 2002-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
3622         * gcc.dg/typespec-1.c: New test.
3624 2002-08-20  Devang Patel  <dpatel@apple.com>
3625         * objc.dg/proto-hier-2.m: New test.
3627 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
3629         * objc.dg/bitfield-1.m: New test.
3630         * objc.dg/bitfield-2.m: New test.
3632 2002-08-17  Joseph S. Myers  <jsm@polyomino.org.uk>
3634         * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
3635         gcc.dg/c99-flex-array-4.c: New tests.
3637 2002-08-16  Stan Shebs  <shebs@apple.com>
3639         * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
3641 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
3643         * gcc.dg/typeof-1.c: New test.
3644         * g++.dg/ext/typeof2.C: New test.
3646 2002-08-15  Nathan Sidwell  <nathan@codesourcery.com>
3648         * g++.dg/other/offsetof1.C: New test.
3650 2002-08-14  Richard Henderson  <rth@redhat.com>
3652         * gcc.dg/tls/diag-3.c: Fix expected message strings.
3654 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
3656         * gcc.dg/cpp/_Pragma3.c: New test.
3658 2002-08-13  Mark Mitchell  <mark@codesourcery.com>
3660         * g++.dg/template/inherit3: New test.
3662 2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
3664         * gcc.dg/bitfld-4.c: Add blank options.
3666 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
3668         * g++.dg/template/crash1.C: New test.
3670 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
3672         * gcc.dg/tls/opt-2.c: New test.
3674 2002-08-08  Devang Patel  <dpatel@apple.com>
3676         * objc.dg/selector-1.m : New test
3678 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
3680         * g++.dg/abi/bitfield4.C: New test.
3681         * gcc.dg/bitfld-4.c: New test.
3683 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
3685         * g++.dg/other/packed1.C: New test.
3687 2002-08-07  Mark Mitchell  <mark@codesourcery.com>
3689         * g++.dg/abi/offsetof.C: Tweak error messages.
3690         * g++.old-deja/g++.mike/p10769a.C: Likewise.
3692 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
3694         * gcc.dg/bitfld-3.c: New test.
3696 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
3697             Richard Henderson  <rth@redhat.com>
3699         * gcc.dg/i386-bitfield1.c: New test.
3700         * g++.dg/abi/bitfield3.C: Update.
3702 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
3704         * objc.dg/const-str-2.m: Update.
3705         * gcc.dg/cpp/c++98.c: Change to C extension.
3706         * gcc.dg/cpp/c++98-pedantic.c: Similarly.
3707         * gcc.dg/cpp/cpp.exp: Process .C extensions too.
3709 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
3711         * testsuite/gcc.dg/tls/diag-3.c: New.
3713 2002-08-07  Gabriel Dos Reis  <gdr@nerim.net>
3715         * g++.dg/README (Subdirectories): Document new subdir expr.
3716         * g++.dg/expr/pmf-1.C: New test.
3718 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
3720         * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
3722 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
3724         * g++.dg/abi/bitfield3.C: New test.
3726 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
3728         * lib/gcov.exp: Tweak expected line formats.
3729         * gcc.misc-tests/gcov8.c: New test.
3730         * gcc.misc-tests/gcov8.x: New flags.
3732 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
3734         * consistency.vlad/layout/endian.c: Include string.h.
3736         * gcc.c-torture/execute/20020805-1.c: New test.
3738 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
3740         * g++.dg/other/conversion1.C: New test.
3742 2002-08-03  Roger Sayle  <roger@eyesopen.com>
3744         * gcc.dg/builtins-1.c: New testcase.
3746 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
3748         * g++.dg/inherit/access3.C: New test.
3750 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
3752         * gcc.dg/ia64-visibility-2.c: New test.
3754 2002-08-01  Benjamin Kosnik   <bkoz@redhat.com>
3756         * g++.old-deja/g++.abi/ptrflags.C (expect): Change
3757         __qualifier_flags to __flags.
3759 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
3761         * g++.dg/inherit/operator1.C: New test.
3762         * g++.dg/lookup/disamb1.C: Fix typo in comment.
3763         * g++.dg/other/error1.C: Change expected error message.
3764         * g++.dg/template/conv4.C: Likewise.
3766 2002-07-26  Neil Booth  <neil@daikokuya.cop.uk>
3768         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
3769         for documented behavior.
3771 2002-07-25  Roger Sayle  <roger@eyesopen.com>
3773         * gcc.c-torture/execute/20020720-1.x: Skip this test on
3774         several targets known to fail.
3776 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
3778         * gcc.dg/mips-args-[123].c: New tests.
3780 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
3782         * gcc.dg/ppc-spe.c: New.
3784 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
3786         * g++.dg/other/ptrmem4.C: New testcase.
3788 2002-07-24  Richard Henderson  <rth@redhat.com>
3790         * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
3792 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
3794         * g++.dg/ext/alignof1.C (main): Return 0 for success.
3796 2002-07-24  Roger Sayle  <roger@eyesopen.com>
3798         * gcc.c-torture/execute/memset-3.c: New testcase.
3800 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
3802         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
3803         gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
3805 2002-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3807         * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
3808         Delete.
3810 2002-07-23  J"orn Rennecke <joern.rennecke@superh.com>
3812         * gcc.c-torture/compile/simd-4.c: New test.
3814 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3816         PR c++/7347, c++/7348
3817         * g++.dg/template/access4.C: New test.
3818         * g++.dg/template/access5.C: New test.
3819         * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
3820         * g++.old-deja/g++.pt/memtemp86.C: Likewise.
3821         * g++.old-deja/g++.pt/ttp58.C: Likewise.
3822         * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
3824 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
3826         * gcc.dg/gnu89-init-2.c: New test.
3828 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
3830         * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
3832 2002-07-20  Roger Sayle  <roger@eyesopen.com>
3834         * gcc.c-torture/execute/20020720-1.c: New testcase.
3836 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
3838         * gcc.dg/cpp/Wsignprom.c: New tests.
3840 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
3842         * gcc.c-torture/execute/loop-13.c: New test.
3844 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
3846         * gcc.dg/cpp/expr.c: New tests.
3848 2002 07-18  David Edelsohn  <edelsohn@gnu.org>
3850         * g++.dg/opt/pr6713.C: Add template instantiation.
3852 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
3854         * gcc.dg/nest.c: New test.
3856 2002-07-17  Richard Henderson  <rth@redhat.com>
3858         * g++.dg/opt/pr6713.C: New test.
3860 2002-07-17  Eric Botcazou  <ebotcazou@multimania.com>
3862         * gcc.c-torture/execute/loop-2e.x: Let the testcase
3863         XFAIL for all x86 processors.
3865 2002-07-17  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
3867         * gcc.c-torture/execute/20010122-1.x: Do not test with
3868         -fomit-frame-pointer.
3870 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3872         * g++.dg/template/instantiate2.C: New test.
3873         * g++.dg/template/spec4.C: New test.
3875 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3877         * g++.dg/template/access2.C: New test.
3878         * g++.dg/template/access3.C: New test.
3880 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
3882         * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
3883         c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
3884         c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
3885         c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
3886         Convert to use <stdarg.h>.
3887         * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
3888         Delete.
3889         * gcc.dg/va-arg-2.c: New.
3890         * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
3892 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
3894         * gcc.c-torture/compile/20020710-1.c: New test.
3896 2002-07-11  J"orn Rennecke <joern.rennecke@superh.com>
3897                           Andrew Pinski  <pinskia@physics.uc.edu>
3899         gcc.c-torture/compile/simd-2.c: New testcase.
3900         gcc.c-torture/compile/simd-3.c: Likewise.
3902 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
3904         PR c++/7224
3905         * g++.dg/overload/error1.C: New test.
3907 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3909         * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
3910         configuration and IRIX 6 O32 ABI.
3912 2002-07-11  Roger Sayle  <roger@eyesopen.com>
3914         * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
3916 2002-07-10  Roger Sayle  <roger@eyesopen.com>
3918         * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
3920 2002-07-10  Jeffrey A Law  <law@redhat.com>
3922         * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
3924         * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.
3926 2002-07-09  Aldy Hernandez  <aldyh@redhat.com>
3928         * gcc.dg/20020312-2.c: Check for __PPC__.
3930 2002-07-09  Diego Novillo  <dnovillo@redhat.com>
3932         * gcc.c-torture/compile/20020709-1.c: New test.
3934 2002-07-07  Roger Sayle  <roger@eyesopen.com>
3936         * g++.dg/template/qualttp21.C: New test case.
3938 2002-07-06  Alexandre Oliva  <aoliva@redhat.com>
3940         * gcc.c-torture/compile/20020706-1.c: New test.
3941         * gcc.c-torture/compile/20020706-2.c: New test.
3943 2002-07-06  Brian R. Gaeke  <brg@dgate.ORG>
3944             Alexandre Oliva  <aoliva@redhat.com>
3946         * g++.dg/warn/incomplete1.C: New test.
3948 2002-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3950         PR c++/7099
3951         * g++.dg/warn/noreturn1.C: New test.
3953 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
3955         PR c++/6706
3956         * g++.dg/debug/debug6.C: New test.
3957         * g++.dg/debug/debug7.C: New test.
3959 2002-07-04  J"orn Rennecke <joern.rennecke@superh.com>
3961         * gcc.c-torture/compile/simd-3.c: New test.
3963 2002-07-03  Chris Demetriou  <cgd@broadcom.com>
3965         * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
3966         * gcc.dg/20020620-1.c: Likewise.
3968 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3970         PR c++/6944
3971         * g++.dg/init/array4.C: New test.
3972         * g++.dg/init/array5.C: New test.
3974 2002-07-03  J"orn Rennecke <joern.rennecke@superh.com>
3976         * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
3977         * gcc.c-torture/execute/simd-2.c (main): Likewise.
3979 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3981         * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
3982         * gcc.dg/wtr-aggr-init-1.c: Likewise.
3983         * gcc.dg/wtr-conversion-1.c: Likewise.
3984         * gcc.dg/wtr-escape-1.c: Likewise.
3985         * gcc.dg/wtr-int-type-1.c: Likewise.
3986         * gcc.dg/wtr-label-1.c: Likewise.
3987         * gcc.dg/wtr-static-1.c: Likewise.
3988         * gcc.dg/wtr-strcat-1.c: Likewise.
3989         * gcc.dg/wtr-suffix-1.c: Likewise.
3990         * gcc.dg/wtr-switch-1.c: Likewise.
3991         * gcc.dg/wtr-unary-plus-1.c: Likewise.
3992         * gcc.dg/wtr-union-init-1.c: Likewise.
3993         * gcc.dg/wtr-union-init-2.c: Likewise.
3994         * gcc.dg/wtr-union-init-3.c: Likewise.
3996         * gcc.dg/wtr-func-def-1.c: New test.
3998 2002-07-02 Devang Patel <dpatel@apple.com>
4000         * objc.dg/param-1.m: New test.
4002 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
4004         * gcc.dg/cpp/trad/directive.c: Add test.
4005         * gcc.dg/cpp/trad/macroargs.c: Add test.
4006         * gcc.dg/cpp/trad/recurse-3.c: Add tests.
4008 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
4010         * gcc.dg/cpp/cmdlne-M.c: New test.
4012 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
4014         * objc.dg/desig-init-1.m: New test.
4016 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4018         PR c++/6716
4019         * g++.dg/template/instantiate1.C: New test.
4021 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
4023         PR c++/7112
4024         * g++.dg/template/sizeof2.C: New test.
4026 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
4028         * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
4029         gcc.dg/cpp/trad/include.c: New tests.
4031 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
4033         PR target/7177
4034         * gcc.c-torture/compile/20020701-1.c: New test.
4036 2002-07-01  Stan Shebs  <shebs@apple.com>
4038         * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
4039         header here...
4040         * lib/objc-torture.exp (objc-torture-compile): ...instead of here
4041         (objc-torture-execute): or here.
4043 2002-07-01  J"orn Rennecke <joern.rennecke@superh.com>
4045         * gcc.c-torture/execute/arith-rand-ll.c: New test.
4047 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
4049         * gcc.dg/cpp/trad/escaped-nl.c: New test.
4051 2002-06-30  Devang Patel  <dpatel@apple.com>
4053         * objc.dg/fsyntax-only.m: New test.
4055 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
4057         PR c++/6695
4058         * g++.dg/template/friend7.C: New file.
4060 2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
4062         * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
4063         return type.
4065 2002-06-27  J"orn Rennecke <joern.rennecke@superh.com>
4067         * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
4068         avoid division by zero.
4070 2002-06-27  Neil Booth  <neil@daikokuya.co.uk>
4072         * gcc.dg/Wunknownprag.c: New tests.
4074 2002-06-25  J"orn Rennecke <joern.rennecke@superh.com>
4076         * gcc.c-torture/execute/simd-2.c: New test.
4078 2002-06-25  Neil Booth  <neil@daikokuya.co.uk>
4080         * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
4081         gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
4082         gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
4083         gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
4084         gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
4085         gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
4086         gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
4087         gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
4088         gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
4089         gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
4090         gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
4091         gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
4092         gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
4093         gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
4094         gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
4095         gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
4096         gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
4098 2002-06-24  Neil Booth  <neil@daikokuya.co.uk>
4100         * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
4101         gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
4102         gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
4103         gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
4104         New tests.
4105         * gcc.dg/cpp/trad/directive.c: Update.
4107 2002-06-23  Andreas Jaeger  <aj@suse.de>
4109         * gcc.c-torture/execute/complex-6.c: New.
4111 2002-06-22  Neil Booth  <neil@daikokuya.co.uk>
4113         * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
4114         gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
4115         gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
4116         gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
4118 2002-06-21  Neil Booth  <neil@daikokuya.co.uk>
4120         * gcc.dg/cpp/trad: New directory with traditional tests copied
4121         from parent directory.
4122         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
4123         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
4124         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
4125         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
4126         Move to trad/ and rename.
4127         * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
4128         gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
4129         gcc.dg/cpp/trad/redef2.c: New tests.
4130         * gcc.dg/cpp/trad/trad.exp: New driver.
4132 2002-06-20  Neil Booth  <neil@daikokuya.co.uk>
4134         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
4135         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
4136         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
4137         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
4138         Remove.
4140 2002-06-20  Richard Sandiford  <rsandifo@redhat.com>
4142         * gcc.dg/20020620-1.c: New test.
4144 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4146         * g++.dg/template/ttp4.C: New test.
4148 2002-06-19  Jakub Jelinek  <jakub@redhat.com>
4150         * g++.dg/opt/vt1.C: Fix regexp.
4152 2002-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4154         * gcc.c-torture/execute/pure-1.c: Make functions static again.
4155         Don't use attribute `noinline'.
4157 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
4159         * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
4161 2002-06-18  Aldy Hernandez  <aldyh@redhat.com>
4163         * gcc.c-torture/execute/simd-1.c: New.
4165         * gcc.dg/simd-1.c: New.
4167 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
4169         * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
4171 2002-06-16  Richard Henderson  <rth@redhat.com>
4173         * g++.dg/ext/anon-struct1.C: New.
4174         * g++.dg/ext/anon-struct2.C: New.
4175         * g++.dg/ext/anon-struct3.C: New.
4176         * gcc.dg/anon-struct-1.c: New.
4177         * gcc.dg/anon-struct-2.c: New.
4178         * gcc.dg/anon-struct-3.c: New.
4179         * gcc.dg/20011008-1.c: Adjust warning text.
4180         * gcc.dg/20020527-1.c: Add -fms-extensions.
4182 2002-06-16  Richard Henderson  <rth@redhat.com>
4184         * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
4186 2002-06-15  Hans-Peter Nilsson  <hp@axis.com>
4188         * gcc.c-torture/execute/20020615-1.c: New test.
4190 2002-06-15  Roger Sayle  <roger@eyesopen.com>
4192         * gcc.c-tortuture/execute/compare-1.c: New test case.
4193         * gcc.c-tortuture/execute/compare-2.c: New test case.
4194         * gcc.c-tortuture/execute/compare-3.c: New test case.
4196 2002-06-13  Richard Henderson  <rth@redhat.com>
4198         * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New.  Define for
4199         ia64 ilp32.
4201 2002-06-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4203         * g++.dg/template/typename2.C: Update error message.
4205 2002-06-12  Hans-Peter Nilsson  <hp@axis.com>
4207         * gcc.c-torture/execute/20020611-1.c: New test.
4209 2002-06-11  Bob Wilson  <bob.wilson@acm.org>
4211         * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
4212         list of targets to skip.
4214 2002-06-10  Bob Wilson  <bob.wilson@acm.org>
4216         * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
4217         targets if not optimizing.
4219 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
4221         * gcc.c-torture/compile/20020605-1.c: New test.
4223         * g++.dg/opt/vt1.C: New test.
4225         * gcc.dg/20020531-1.c: New test.
4227         * gcc.dg/20020530-1.c: New test.
4229         * gcc.dg/20020527-1.c: New test.
4231         * g++.dg/opt/cse1.C: New test.
4233 2002-06-07  Roger Sayle  <roger@eyesopen.com>
4235         * gcc.dg/20020607-2.c: New test case.
4237 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
4239         * gcc.c-torture/compile/20020604-1.c: New test.
4241 2002-06-04  Richard Henderson  <rth@redhat.com>
4243         * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
4244         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
4245         * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
4247 2002-06-04  Aldy Hernandez  <aldyh@redhat.com>
4249         * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
4251 2002-06-03  Richard Henderson  <rth@redhat.com>
4253         * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
4254         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
4256 2002-06-02  Richard Henderson  <rth@redhat.com>
4258         * gcc.c-torture/execute/pure-1.c: Don't mark any of the
4259         test functions static.
4261 2002-06-02  Andreas Jaeger  <aj@suse.de>
4263         * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
4264         now.
4266 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
4268         * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
4269         gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
4270         Update for mofified diagnostics.
4271         * gcc.dg/c99-intconst-1.c: No longer fail.
4273 2002-06-02  Richard Henderson  <rth@redhat.com>
4275         * gcc.dg/uninit-A.c: Remove xfail markers.
4277 2002-06-01  Roger Sayle  <roger@eyesopen.com>
4279         * gcc.dg/fnegate-1.c: New test case.
4281 2002-05-30  Osku Salerma  <osku@iki.fi>
4283         * gcc.c-torture/execute/mayalias-1.c: New file.
4285 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
4287         * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
4288         gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
4289         gcc.dg/cpp/if-1.c: Update for modified diagnostics.
4291 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
4293         * gcc.c-torture/execute/20020529-1.c: New test.
4295 2002-05-27  Richard Henderson  <rth@redhat.com>
4297         * g++.dg/ext/attrib6.C: New test case.
4299 2002-05-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4301         * gcc.c-torture/execute/pure-1.c: New test.
4303 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
4305         * gcc.dg/cpp/arith-2.c: Remove.
4307 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
4309         * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
4310         * gcc.dg/cpp/if-3.c: Remove.
4312 2002-05-26  Jakub Jelinek  <jakub@redhat.com>
4314         * g++.dg/opt/cse2.C: New test.
4316 2002-05-26  Neil Booth  <neil@daikokuya.demon.co.uk>
4318         * gcc.dg/cpp/arith-1.c: New semantic tests.
4319         * gcc.dg/cpp/if-1.c: Update.
4321 2002-05-24  Ben Elliston  <bje@redhat.com>
4323         * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
4325 2002-05-24  Jakub Jelinek  <jakub@redhat.com>
4327         * gcc.dg/verbose-asm.c: New test.
4329 2002-05-24  Neil Booth  <neil@daikokuya.demon.co.uk>
4331         * gcc.dg/cpp/paste12.c: New test.
4333 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
4335         * g++.dg/parse/named_ops.C: New test.
4337 2002-05-23  Mark Mitchell  <mark@codesourcery.com>
4339         * gcc/testsuite/gcc.dg/weak-8.c: New test.
4341 2002-05-23  J"orn Rennecke <joern.rennecke@superh.com>
4343         * gcc.dg/weak-2.c: Allow optional leading underscore
4344         in scan-assembler symbol name.
4345         * gcc.dg/weak-3.c: Likewise.
4346         * gcc.dg/weak-4.c: Likewise.
4347         * gcc.dg/weak-5.c: Likewise.
4349 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
4351         * gcc.dg/20020523-1.c: New test.
4353 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
4355         * objc.dg/const-str-2.m: Update now that we stop after
4356         a command line error.
4358 2002-05-22  Richard Henderson  <rth@redhat.com>
4360         * g++.dg/dg.exp: Fix typo in test pruneing.
4362 2002-05-22  Richard Henderson  <rth@redhat.com>
4364         * g++.dg/dg.exp: Prune the tls subdirectory.
4365         * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
4366         * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
4367         * g++.dg/tls/init-1.C: New.
4369 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
4371         * gcc.dg/20020517-1.c: New test.
4373 2002-05-21  Richard Henderson  <rth@redhat.com>
4375         * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
4376         gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
4378 2002-05-21  Brian R. Gaeke  <brg@dgate.ORG>
4380         * g++.dg/other/copy2.C: New test.
4382 2002-05-20  J"orn Rennecke <joern.rennecke@superh.com>
4384         * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
4385         (MAX_COPY): Bump up to 10 times sizeof (long long).
4386         (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
4388         * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
4389         sizeof (long long).
4391         * gcc.c-torture/execute/strcpy-1.c: New test.
4393 2002-05-19  Jason Merrill  <jason2redhat.com>
4395         * g++.dg/ext/oper1.C: New test.
4397 2002-05-20  David Billinghurst <David.Billinghurst@riotinto.com>
4398 2002-05-19  Mark Mitchell  <mitchell@doubledemon.codesourcery.com>
4400         * README.QMTEST: New file.
4402         * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
4404 2002-05-19  Andreas Jaeger  <aj@suse.de>
4406         * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
4407         now.
4408         * gcc.c-torture/execute/loop-2d.x: Likewise.
4410 2002-05-19  David Billinghurst <David.Billinghurst@riotinto.com>
4412         * gcc.dg/weak-2.c:  xfail warnings for platforms that don't
4413         support weak symbols.
4414         * gcc.dg/weak-4.c: Likewise
4415         * gcc.dg/weak-6.c: Likewise
4417 2002-05-16  David.Billinghurst <David.Billinghurst@riotinto.com>
4419         * gcc.dg/weak-3.c: Add dg-excess-error comment for
4420         cygwin, coff and h8300-*-hms targets
4421         * gcc.dg/weak-5.c: Likewise
4422         * gcc.dg/weak-7.c: Likewise
4424 2002-05-16  Jason Merrill  <jason@redhat.com>
4426         * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
4427         (scan-assembler-not, scan-assembler-dem): Likewise.
4428         (scan-assembler-dem-not): Likewise.
4430 2002-05-15  Richard Henderson  <rth@redhat.com>
4432         * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
4434 2002-05-15  Richard Henderson  <rth@redhat.com>
4436         * gcc.dg/weak-5.c (vfoo1c): No warning here.
4437         (vfoo1f): Warning here.
4438         (vfoo1l): Don't redefine the alias.
4440 2002-05-14  Jason Merrill  <jason@redhat.com>, Alexandre Oliva  <aoliva@redhat.com>
4442         * g++.dg/init/pm1.C: New test.
4444 2002-05-12  David S. Miller  <davem@redhat.com>
4446         * gcc.c-torture/execute/conversion.c (ldnear): Use long double
4447         types.
4449 2002-05-10  Roger Sayle  <roger@eyesopen.com>
4451         * gcc.c-torture/execute/20020510-1.c: New test case.
4453 2002-05-10  David S. Miller  <davem@redhat.com>
4455         * gcc.c-torture/execute/conversion.c: Test long double too.
4457 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
4459         * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
4460         libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
4461         * lib/g++.exp (g++_link_flags): Likewise.
4462         * lib/objc.exp (objc_target_compile): Likewise.
4464 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
4466         * gcc.dg/cpp/poison.c: Update.
4467         * gcc.dg/cpp/20000625-2.c: Remove.
4468         * gcc.dg/cpp/direct2s.c: Remove final test.
4470 2002-05-08  Tom Rix  <trix@redhat.com>
4472         * gcc.c-torture/execute/20020508-1.c: New test.
4473         * gcc.c-torture/execute/20020508-2.c: New test.
4474         * gcc.c-torture/execute/20020508-3.c: New test.
4476 2002-05-08  Neil Booth  <neil@daikokuya.demon.co.uk>
4478         * gcc.dg/cpp/charconst-4.c: More tests.
4480 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
4482         PR c/6569
4483         * gcc.dg/weak-3.c: Update location of warning messages.
4484         * gcc.dg/weak-5.c: Likewise.
4486 2002-05-06  Roger Sayle  <roger@eyesopen.com>
4488         * gcc.c-torture/execute/20020506-1.c: New test case.
4490 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
4492         * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
4494 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
4496         * gcc.dg/cpp/charconst-3.c: Run, don't compile.
4498 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
4500         * gcc.dg/cpp/charconst-3.c: New test.
4502 2002-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
4504         * gcc.dg/cpp/charconst.c: Update tests.
4506 2002-05-05  Tim Josling  <tej@melbpc.org.au>
4508         * treelang: Added directory for new sample language treelang. Also
4509         lib/treelang.exp: New file to signal treelang should be tested.
4511 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
4513         * gcc.dg/cpp/cmdlne-dM-M.c: New test.
4514         * gcc.dg/cpp/cmdlne-dD-M.c: New test.
4515         * gcc.dg/cpp/cmdlne-dN-M.c: New test.
4516         * gcc.dg/cpp/cmdlne-dI-M.c: New test.
4517         * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
4518         * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
4519         * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
4521 2002-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
4523         * gcc.dg/format/xopen-2.c: New test.
4525 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
4527         * gcc.dg/20020503-1.c: New test.
4529 2002-05-02  Mark Mitchell  <mark@codesourcery.com>
4531         * g++.dg/init/dtor1.C: Make it tougher.
4533 2002-05-01  Mark Mitchell  <mark@codesourcery.com>
4535         * g++.dg/init/dtor1.C: New test.
4537 2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
4539         * gcc.dg/altivec-8.c: New.
4541 2002-05-01  Aldy Hernandez  <aldyh@redhat.com>
4543         * gcc.dg/altivec-7.c: New.
4545 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
4547         * g++.dg/parse/typedef1.C: New test.
4549 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
4551         PR c++/6486
4552         * g++.dg/template/friend6.C: New test.
4554         PR c++/6492
4555         * g++.dg/init/copy1.C: New test.
4557 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
4559         * g++.dg/warn/effc1.C: New test.
4561 2002-04-29  Neil Booth  <neil@daikokuya.demon.co.uk>
4563         * gcc.dg/cpp/if-cexp.c: Add a test.
4565 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
4567         * gcc.dg/20020426-2.c: New test.
4569 2002-04-28  Neil Booth  <neil@daikokuya.demon.co.uk>
4571         * gcc.dg/cpp/if-mop.c: Update.
4572         * gcc.dg/cpp/if-mpar.c: Add test.
4573         * gcc.dg/cpp/if-oppr.c: Update.
4575 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4577         PR c/6343
4578         * gcc.dg/weak-[2-7].c: New tests.
4580 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
4582         * gcc.dg/enum1.c: New test.
4584 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
4586         PR c++/6497
4587         * g++.dg/inherit/access2.C: New test.
4589 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
4591         PR bootstrap/6445
4592         * gcc.dg/20020426-1.c: New test.
4594 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
4596         * g++.dg/abi/enum1.C: New test.
4598 2002-04-26  Richard Henderson  <rth@redhat.com>
4600         * gcc.dg/c99-bool-1.c: Expect always true warning.
4602 2002-04-25  Roger Sayle  <roger@eyesopen.com>
4604         * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
4606 2002-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4608         * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
4609         targets.
4611 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
4613         * g++.dg/abi/mange7.C: New test.
4615         PR c++/6438.
4616         * g++.dg/parse/stmtexpr2.C: New test.
4618 2002-04-24  J"orn Rennecke <joern.rennecke@superh.com>
4620         * gcc.dg/20020312-2.c: Add SH target.
4622 2002-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4624         * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
4625         compiler output on mips*-*-irix*.
4627 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
4629         * g++.dg/parse/attr1.C: New test.
4631 2002-04-23  Roger Sayle  <roger@eyesopen.com>
4633         * gcc.c-torture/execute/string-opt-17.c: New test case.
4634         * gcc.c-torture/execute/memset-2.c: New test case.
4636 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
4638         PR c++/6256:
4639         * g++.dg/template/friend5.C: New test.
4641         PR c++/6331:
4642         * g++.dg/template/qual1.C: Likewise.
4644 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
4646         * gcc.c-torture/execute/980707-1.c: Don't use isspace().
4647         Include stdlib.h, not stdio.h or ctype.h.
4649 2002-04-22  Hans-Peter Nilsson  <hp@axis.com>
4651         * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
4652         cris-*-elf* and mmix-*-*.
4653         * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
4654         * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
4655         g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
4656         Ditto.
4657         * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
4658         * gcc.dg/wchar_t-1.c: Ditto.
4660 2002-04-21  Hans-Peter Nilsson  <hp@axis.com>
4662         * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
4663         Clarify comment.
4665 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
4667         * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
4669 2002-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4671         * gcc.c-torture/execute/20000906-1.x: Delete.
4673 2002-04-20  David.Billinghurst <David.Billinghurst@riotinto.com>
4675         * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
4677 2002-04-19  Toon Moene  <toon@moene.indiv.nluug.nl>
4679         * PR6367
4680         * g77.f-torture/execute/6367.f: New test.
4681         * g77.f-torture/execute/6367.x: Disable for MMIX.
4683 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
4685         * PR6352
4686         * g++.dg/opt/inline2.C: New test.
4688 2002-04-18  Richard Henderson  <rth@redhat.com>
4690         * gcc.dg/20000906-1.c: Enable for all targets.
4691         * gcc.c-torture/compile/iftrap-2.c: New.
4693 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
4695         * gcc.dg/20020418-1.c: New test.
4696         * gcc.dg/20020418-2.c: New test.
4698 2002-04-18  Richard Henderson  <rth@redhat.com>
4700         * gcc.c-torture/compile/iftrap-1.c: New.
4701         * gcc.dg/iftrap-1.c: Adjust for ia64.
4702         * gcc.dg/iftrap-2.c: New.
4704 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
4706         * gcc.c-torture/compile/20020418-1.c: New test.
4708 2002-04-18  Roger Sayle  <roger@eyesopen.com>
4710         * gcc.c-torture/compile/20020415-1.c: New.
4712 2002-04-18  David S. Miller  <davem@redhat.com>
4714         * gcc.c-torture/execute/20020418-1.c: New test.
4716 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
4718         * gcc.dg/20020416-1.c: New test.
4720         * g++.dg/opt/inline1.C: New test.
4722 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
4724         * gcc.dg/altivec-5.c: New test.
4726         * gcc.dg/20020415-1.c: New test.
4728 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
4730         * testsuite/lib/chill.exp: Remove.
4732 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
4734         * g++.dg/other/big-struct.C: New test.
4736 2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>
4738         * g77.dg/f77-edit-i-in.f: Use internal buffer in place
4739         of scratch file.
4741 2002-04-13  David Billinghurst <David.Billinghurst@riotinto.com>
4743         PR c/6277
4744         * gcc.dg/i386-387-1.c:  Allow optional leading underscore
4745         in scan-assembler function name
4747 2002-04-13  Hans-Peter Nilsson  <hp@bitrange.com>
4749         * g77.f-torture/execute/980628-4.x,
4750         g77.f-torture/execute/980628-5.x,
4751         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
4752         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
4753         g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
4754         i[34567]86-*-*.
4756 2002-04-13  David S. Miller  <davem@redhat.com>
4758         * gcc.c-torture/execute/20020413-1.c: New test.
4760 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
4762         * gcc.dg/asm-6.c,
4763         * g++.dg/ext/asm1.C: New tests.
4765 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
4767         PR c++ 5373.
4768         * g++.dg/parse/stmtexpr1.C: New test.
4770         PR c++/5189.
4771         * g++.dg/template/copy1.C: New test.
4773 2002-04-12  Richard Henderson  <rth@redhat.com>
4775         * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
4777 2002-04-12  Geoffrey Keating  <geoffk@redhat.com>
4779         * gcc.c-torture/execute/20020412-1.c: New file, renamed from
4780         gcc.c-torture/execute/20020307-2.c.
4782 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
4784         * g++.dg/ext/attrib5.C,
4785         * g++.dg/lookup/struct1.C: New tests.
4787 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
4789         * gcc.dg/20020411-1.c: New test.
4791         * gcc.c-torture/execute/20020411-1.c: New test.
4793 2002-04-10  Janis Johnson  <janis187@us.ibm.com>
4795         * g77.f-torture/execute/6177.f: New test.
4797 2002-04-10  Jakub Jelinek  <jakub@redhat.com>
4799         PR middle-end/6247
4800         * g++.dg/opt/cleanup1.C: New test.
4802         * g++.dg/opt/const1.C: New test.
4804 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
4806         * gcc.c-torture/execute/20020406-1.c: Declare malloc.
4808 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
4810         PR c++/5507
4811         * g++.dg/template/typename2.C: New test.
4813 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
4815         * gcc.c-torture/execute/loop-12.c: New.
4817 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
4819         * g77.f-torture/execute/980628-4.x,
4820         g77.f-torture/execute/980628-5.x,
4821         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
4822         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
4823         g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
4825 2002-04-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4827         PR optimization/6086
4828         * g++.dg/opt/preinc1.C: New test.
4830 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
4832         PR c++/5571
4833         * g++.dg/opt/static2.C: New test.
4835 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
4837         PR c/5120
4838         * gcc.dg/20020406-1.c: New test.
4840 2002-04-04  David S. Miller  <davem@redhat.com>
4842         * gcc.c-torture/execute/20020404-1.c: New test.
4844 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
4846         PR c/6123
4847         * gcc.dg/20020312-2.c: Do not declare global register variable
4848         if __PIC__ or __pic__ is defined.
4850 2002-04-04  Richard Earnshaw  <rearnsha@arm.com>
4852         * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC.  Use
4853         __asm__ so that it works correctly even if -ansi -pedantic-errors.
4855 2002-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4857         * gcc.misc-tests/linkage.exp: Update last change to handle
4858         sparc*-, not just sparc-.
4860 2002-04-03  Richard Henderson  <rth@redhat.com>
4862         * gcc.dg/cpp/ucs.c: Improved long UCS test.
4864 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
4866         * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
4868 2002-04-02  David S. Miller  <davem@redhat.com>
4870         * gcc.c-torture/execute/20020402-3.c: New test.
4872 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
4874         * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
4875         * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
4877         * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
4878         * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
4879         g77.f-torture/execute/20001201.x,
4880         g77.f-torture/execute/u77-test.x: New files.
4882         * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
4883         * gcc.dg/wchar_t-1.c: Ditto.
4885 2002-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4887         * gcc.c-torture/execute/20020402-1.c: New test.
4889 2002-04-01  Richard Henderson  <rth@redhat.com>
4891         * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
4893         * g++.dg/other/new1.C: Use __SIZE_TYPE__.
4895 2002-04-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4897         * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
4899 2002-04-01  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
4901         * g++.dg/inherit/template-as-base.C: Expect error.
4902         * g++.dg/inherit/namespace-as-base.C: Likewise.
4904 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
4906         * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
4907         g++.dg/ext/instantiate3.C: Tweak match patterns.
4909         * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
4910         * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
4911         -da test.
4913 2002-03-31  Richard Henderson  <rth@redhat.com>
4915         * gcc.dg/special/alias-2.c: New.
4916         * gcc.dg/special/ecos.exp: Run it.
4918 2002-03-31  Richard Henderson  <rth@redhat.com>
4920         * gcc.dg/va-arg-1.c: Expect warnings, not errors.
4922 2002-03-31  Kazu Hirata  <kazu@hxi.com>
4924         * gcc.dg/weak-1.c: Disable on h8300 port.
4926 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
4928         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
4929         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
4930         ordering tests.
4931         * g++.dg/bprob/bprob-1.C: New test.
4932         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
4933         * g++.dg/gcov/gcov-1.C: New test.
4934         * g++.dg/gcov/gcov-1.x: New file.
4935         * g++.dg/gcov/gcov-2.C: New test.
4936         * g++.dg/gcov/gcov-3.C: New test.
4937         * g++.dg/gcov/gcov-3.h: New file.
4939 2002-03-28  Roger Sayle  <roger@eyesopen.com>
4941         * g++.old-deja/g++.other/builtins5.C: New test.
4942         * g++.old-deja/g++.other/builtins6.C: New test.
4943         * g++.old-deja/g++.other/builtins7.C: New test.
4944         * g++.old-deja/g++.other/builtins8.C: New test.
4945         * g++.old-deja/g++.other/builtins9.C: New test.
4947 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
4949         * g++.dg/opt/static1.C: New test.
4951         * g++.dg/opt/longbranch1.C: New test.
4953 2002-03-28  Hans-Peter Nilsson  <hp@bitrange.com>
4955         * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
4957         * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
4959 2002-03-28  Jeffrey A Law  (law@redhat.com)
4961         * gcc.c-torture/execute/20020328-1.c: New test.
4963 2002-03-27  Richard Henderson  <rth@redhat.com>
4965         * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
4966         * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
4967         move from g++.old-deja/g++.ext/.
4969 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
4971         * g++.dg/init/new2.C: New test.
4973 2002-03-26  Richard Henderson  <rth@redhat.com>
4975         * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
4977         * gcc.dg/20020312-2.c: Don't test epilogue vs global register
4978         on sparc.
4980         * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc.  Only run on
4981         sparcv9 systems.
4982         * gcc.dg/20001102-1.c: Likewise.
4984 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
4986         * gcc.dg/cpp/endif-pedantic1.c,
4987         gcc.dg/cpp/endif-pedantic2.c:  New tests.
4989 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
4991         * g++.dg/init/new1.C: New test.
4993 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
4995         * g++.dg/abi/vbase9.C: New test.
4997 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
4999         * gcc.dg/arm-asm.c: New test.
5001 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
5003         * gcc.dg/Wswitch-enum.c: New test.
5004         Fix PR c/5044.
5006 2002-03-26  Richard Henderson  <rth@redhat.com>
5008         * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
5009         structure.
5011 2002-03-25  Richard Henderson  <rth@redhat.com>
5013         * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc.  Only run on
5014         sparcv9 systems.
5016         * gcc.c-torture/compile/20011119-1.c (xxx): New.
5017         * gcc.c-torture/compile/20011119-2.c (xxx): New.
5019 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
5021         * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
5023 2002-03-25  Bob Wilson  <bob.wilson@acm.org>
5025         * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
5026         targets using generic thunk support.
5028 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
5030         * gcc.c-torture/compile/20020323-1.c: New test.
5032         * g++.dg/opt/conj2.C: New test.
5034 2002-03-24  Richard Henderson  <rth@redhat.com>
5036         * gcc.dg/weak-1.c: Use -fno-common.
5038 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
5040         * g77.dg/f77-edit-apostrophe-out.f: New test
5041         * g77.dg/f77-edit-h-out.f: New test
5042         * g77.dg/f77-edit-t-in.f: New test
5043         * g77.dg/f77-edit-t-out.f: New test
5044         * g77.dg/f77-edit-x-out.f: New test
5045         * g77.dg/f77-edit-slash-out.f: New test
5046         * g77.dg/f77-edit-colon-out.f: New test
5047         * g77.dg/f77-edit-s-out.f: New test
5049 2002-03-24  Richard Henderson  <rth@redhat.com>
5051         * objc/execute/formal_protocol-6.x: New XFAIL.
5053 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
5055         * gcc.dg/weak-1.c:  Early return from dg-final on platforms
5056         that do not support weak symbols
5058 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
5060         * lib/g++.exp:  Fix handling of LD_LIBRARY_PATH et al
5061         * lib/g77.exp:  Likewise
5062         * lib/objc.exp: Likewise
5064 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
5066         * gcc.dg/Wswitch-default.c: New test.
5068 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
5070         * g++.dg/other/enum1.C: New test.
5072 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
5074         * gcc.dg/pragma-ep-3.c: Fix typo.
5076 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
5078         * g++.dg/inherit/template-as-base.C: New test.
5080 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
5082         * g++.old-deja/g++.other/dwarf2-1.C: Move...
5083         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
5085 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
5087         * gcc.dg/cpp/multiline.c: Update to match.
5089 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
5091         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
5093 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
5095         * gcc.dg/cpp/extratokens2.c:  New file.
5097 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
5099         * gcc.dg/20020312-2.c: Add rs6000 target.
5101         * gcc.c-torture/compile/20020319-1.c: New test.
5103 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5105         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
5106         (A, E): Handle this.
5108 2002-03-20  Jason Merrill  <jason@redhat.com>
5110         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
5111         ignoring -fpic.
5112         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
5113         through prune_gcc_output.
5115 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
5117         * gcc.c-torture/compile/20020320-1.c: New test.
5119 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
5121         * gcc.c-torture/compile/20020318-1.c: New test.
5123         * gcc.dg/struct-by-value-1.c: New test.
5125         * gcc.dg/20020319-1.c: New test.
5127 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
5129         * g++.dg/opt/conj1.C: New test.
5131 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
5133         * g++.dg/template/qualttp20.C: Revert previous change.
5134         * g++.dg/template/qualttp3.C: Likewise.
5135         * g++.dg/template/qualttp4.C: Likewise
5136         * g++.dg/template/qualttp5.C: Likewise
5137         * g++.dg/template/qualttp6.C: Likewise
5138         * g++.dg/template/qualttp7.C: Likewise
5139         * g++.dg/template/qualttp8.C: Likewise
5140         * g++.dg/template/recurse.C: Likewise.
5142 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
5144         * gcc.dg/cpp/wchar-1.c: Update.
5146 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
5148         * g++.dg/template/conv1.C: New test.
5149         * g++.dg/template/conv2.C: New test.
5150         * g++.dg/template/conv3.C: New test.
5151         * g++.dg/template/conv4.C: New test.
5153 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
5155         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
5156         * g++.dg/template/qualttp3.C: Likewise.
5157         * g++.dg/template/qualttp4.C: Likewise
5158         * g++.dg/template/qualttp5.C: Likewise
5159         * g++.dg/template/qualttp6.C: Likewise
5160         * g++.dg/template/qualttp7.C: Likewise
5161         * g++.dg/template/qualttp8.C: Likewise
5162         * g++.dg/template/recurse.C: Likewise.
5164 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
5166         * g++.dg/opt/dtor1.C: New test.
5168 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
5170         * gcc.c-torture/compile/20020315-1.c: New test.
5172 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
5174         * gcc.dg/weak-1.c: Fix scan tests.
5176 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
5178         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
5179         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
5180         cris-*-aout* mmix-*-*.
5181         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
5182         cris-*-aout* mmix-*-*.
5183         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
5184         cris-*-elf* cris-*-aout* and mmix-*-*.
5185         * gcc.dg/20001009-1.c: Ditto.
5186         * gcc.dg/20010912-1.c: Ditto.
5187         * gcc.dg/20020122-4.c: Ditto.
5188         * gcc.dg/inline-2.c: Ditto.
5190 2002-03-14  Jeffrey A Law  (law@cygnus.com)
5192         * gcc.c-torture/compile/20020314-1.c: New test.
5194 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
5196         * gcc.c-torture/execute/20020314-1.c: New test.
5198 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
5200         * g++.dg/warn/Wunused-1.C: New test.
5202 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
5204         * g++.dg/abi/mangle6.C: New test.
5206 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
5208         * gcc.c-torture/compile/20020309-2.c: New test.
5210         * gcc.c-torture/compile/20020312-1.c: New test.
5212 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
5214         * g++.dg/other/access1.C: New test.
5216 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
5218         * gcc.c-torture/execute/wchar_t-1.c: New test.
5220 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
5222         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
5224 2002-03-12  Roger Sayle  <roger@eyesopen.com>
5226         * gcc.dg/20020312-1.c: New test case.
5228 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
5230         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
5232 2002-03-11  Richard Henderson  <rth@redhat.com>
5234         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
5235         * g++.old-deja/g++.jason/report.C: Likewise.
5237 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
5239         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
5240         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
5242 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
5244         * testsuite/g++.dg/overload/pmf1.C: New test.
5246 2002-03-11  Kazu Hirata  <kazu@hxi.com>
5248         * gcc.c-torture/execute/20020307-1.c: Use long.
5250 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
5252         PR optimization/5844
5253         * gcc.dg/20020310-1.c: New test.
5255 2002-03-09  Michael Meissner  <meissner@redhat.com>
5257         * gcc.c-torture/execute/memcpy-2.c: New test.
5258         * gcc.c-torture/execute/memset-1.c: New test.
5259         * gcc.c-torture/execute/strlen-1.c: New test.
5260         * gcc.c-torture/execute/strcmp-1.c: New test.
5261         * gcc.c-torture/execute/strncmp-1.c: New test.
5263 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
5265         * gcc.dg/ppc-ldstruct.c: New test.
5267 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
5269         * gcc.c-torture/execute/va-arg-22.c: New test.
5271 2002-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5273         * gcc.c-torture/compile/20020309-1.c: New test.
5275 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
5277         * gcc.c-torture/execute/20020307-2.c: New test.
5279 2002-03-07  Jeffrey A Law  (law@redhat.com)
5281         * g77.f-torture/compile/20020307-1.f: New test.
5283 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
5285         * gcc.dg/unordered-1.c: New test.
5287 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
5289         * gcc.c-torture/execute/20020307-1.c: New test.
5291 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
5293         * gcc.dg/20020304-1.c: New test.
5295         * gcc.c-torture/compile/20020304-2.c: New test.
5297 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
5299         * gcc.c-torture/compile/20020304-1.c: New test case
5300         (from PR c/5830).
5302 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
5304         * gcc.dg/20020103-1.c: Add other -D ppc variants.
5306 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
5308         * g++.dg/other/classkey1.C: New test.
5310 2002-03-01  Richard Henderson  <rth@redhat.com>
5312         * gcc.c-torture/compile/981223-1.x: New.
5313         * gcc.c-torture/compile/920625-1.x: New.
5315 2002-02-28  Richard Henderson  <rth@redhat.com>
5317         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
5319 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
5321         * gcc.c-torture/execute/20020227-1.c: New test.
5323 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
5325         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
5326         here" ERROR lines.
5327         * g++.old-deja/g++.oliva/partord1.C: Likewise.
5328         * g++.old-deja.g++.other/defarg1.C: Likewise.
5329         * g++.old-deja/g++.pt/calls2.C: Likewise.
5330         * g++.old-deja/g++.pt/crash20.C: Likewise.
5331         * g++.old-deja/g++.pt/crash30.C: Likewise.
5332         * g++.old-deja/g++.pt/crash36.C: Likewise.
5333         * g++.old-deja/g++.pt/crash6.C: Likewise.
5334         * g++.old-deja/g++.pt/defarg13.C: Likewise.
5335         * g++.old-deja/g++.pt/derived3.C: Likewise.
5336         * g++.old-deja/g++.pt/error1.C: Likewise.
5337         * g++.old-deja/g++.pt/friend21.C: Likewise.
5338         * g++.old-deja/g++.pt/friend23.C: Likewise.
5339         * g++.old-deja/g++.pt/infinite1.C: Likewise.
5340         * g++.old-deja/g++.robertl/eb128.C: Likewise.
5342 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
5344         * gcc.c-torture/execute/20020225-2.c: New test.
5346 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
5348         * gcc.c-torture/execute/920730-1t.c,
5349         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
5350         Delete test cases, only relevant to -traditional.
5352 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
5354         * gcc.dg/cpp/undef1.c: Remove.
5355         * gcc.dg/cpp/directiv.c: Update.
5356         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
5358 2002-02-27  Michael Meissner  <meissner@redhat.com>
5360         * gcc.c-torture/execute/20020226-1.c: New test.
5362 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
5364         * g++.dg/debug/debug4.C: New test.
5366         * gcc.dg/ia64-visibility-1.c: New test.
5368 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
5370         * gcc.dg/debug/20020224-1.c: New.
5372 2002-02-25  Kazu Hirata  <kazu@hxi.com>
5374         * gcc.c-torture/execute/960416-1.x: New.
5375         * gcc.c-torture/execute/divconst-3.x: Likewise.
5377 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
5379         * gcc.dg/20020224-1.c: New test.
5381 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
5383         * gcc.c-torture/execute/20020225-1.c: New.
5385 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
5387         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
5389 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
5391         * gcc.dg/20020222-1.c: New test.
5393 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
5395         * g++.dg/opt/anonunion1.C: New test.
5397 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
5399         * g++.dg/template/qualttp19.C: New test.
5400         * g++.dg/template/qualttp20.C: New test.
5401         * g++.old-deja/g++.jason/report.C: Adjust expected errors
5402         * g++.old-deja/g++.other/qual1.C: Likewise.
5404 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
5406         * gcc.dg/attr-alwaysinline.c: New.
5408 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
5410         * gcc.dg/20020220-1.c: New test.
5412         * gcc.dg/20020220-2.c: New test.
5414         * g++.dg/opt/mmx1.C: New test.
5416 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
5418         * gcc.c-torture/compile/20020110.c: New test.
5420 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
5422         * gcc.c-torture/execute/20020219-1.c: New test.
5424         * gcc.dg/20020219-1.c: New test.
5426         * gcc.dg/noncompile/20020220-1.c: New test.
5428         * g++.dg/opt/ptrintsum1.C: New test.
5430         * gcc.dg/debug/20020220-1.c: New test.
5432 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
5434         * gcc.c-torture/execute/20020216-1.c: New test.
5436 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
5438         * gcc.dg/decl-1.c: Update, new test.
5440 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
5442         * g++.dg/abi/bitfield1.C: New test.
5443         * g++.dg/abi/bitfield2.C: New test.
5445 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
5447         * gcc.dg/attr-nest.c: New test.
5449 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
5451         * gcc.c-torture/execute/20020215-1.c: New test.
5453 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
5455         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
5456         * g++.dg/debug/debug.exp: New.
5457         * g++.dg/debug/trivial.C: New.
5458         * g++.dg/debug/debug1.C: Moved...
5459         * g++.dg/other/debug1.C: ...from here.
5460         * g++.dg/debug/debug2.C: Moved...
5461         * g++.dg/other/debug2.C: ...from here.
5462         * g++.dg/debug/debug3.C: Moved...
5463         * g++.dg/other/debug3.C: ...from here.
5465         * gcc.dg/noncompile/20020213-1.c: New test.
5467 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
5469         * g++.dg/other/debug3.C: New test.
5471         * gcc.c-torture/execute/20020213-1.c: New test.
5473 2002-02-13  Richard Smith <richard@ex-parrot.com>
5475         * g++.old-deja/g++.other/thunk1.C: New test.
5477 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
5479         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
5481 2002-02-13  Stan Shebs  <shebs@apple.com>
5483         * gcc.dg/altivec-3.c: New.
5485 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
5487         * gcc.dg/Wunreachable-1.c: New test.
5488         * gcc.dg/Wunreachable-2.c: New test.
5490 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
5492         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
5494 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
5496         * gcc.dg/decl-1.c: New test.
5498 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
5500         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
5502 2002-02-10  Kazu Hirata  <kazu@hxi.com>
5504         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
5505         * gcc.c-torture/compile/980506-1.x: Likewise.
5507 2002-02-10  Kazu Hirata  <kazu@hxi.com>
5509         * gcc.dg/20020210-1.c: New.
5511 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
5513         * g77.f-torture/execute/947.f: New regression test
5514         for PR fortran/947.
5516 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
5518         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
5519         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
5521 2002-02-08  Richard Henderson  <rth@redhat.com>
5523         * gcc.c-torture/compile/labels-3.c: New.
5525 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
5527         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
5528         expression statements work instead.
5529         * gcc.dg/noncompile/20020207-1.c: New test.
5531 2002-02-07  Richard Henderson  <rth@redhat.com>
5533         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
5535 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
5537         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
5538         message from g77
5539         * lib/g77-dg.exp: Trim g77 error messages so that they are
5540         recognized by dg.exp.
5542 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
5544         PR fortran/5473
5545         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
5547 2002-02-07  Richard Henderson  <rth@redhat.com>
5549         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
5550         to be sufficiently aligned for integers.
5552 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
5554         * g++.dg/template/friend4.C: New test.
5556 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
5558         PR fortran/5743
5559         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
5560         unsupported cases.
5562 2002-02-07  Richard Henderson  <rth@redhat.com>
5564         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
5565         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
5566         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
5567         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
5569 2002-02-06  Richard Henderson  <rth@redhat.com>
5571         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
5573 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
5575         * gcc.dg/20020206-1.c: New test.
5577 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
5579         * gcc.c-torture/execute/20020206-1.c: New test.
5581         * gcc.c-torture/execute/20020206-2.c: New test.
5583         PR optimization/5429:
5584         * gcc.c-torture/compile/20020206-1.c: New test.
5586 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
5588         * g++.dg/ext/align1.C: Do not use an explicit alignment value
5589         as certain file formats cannot support particularly large
5590         alignments.
5592         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
5593         and do not expect to be able to link the executable.
5595         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
5596         fail because the COFF format does not support the weak attribute.
5598 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
5600         * g77.dg/pr5473.f:  New test
5602 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
5604         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
5605         Fix testcase accordingly.
5607 2002-02-04  Richard Henderson  <rth@redhat.com>
5609         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
5610         (buf): Change to be an array of pointers, not ints.
5612 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
5614         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
5615         before all tests.  Move warning one line above to match where it
5616         C frontend emits.
5617         * gcc.dg/Wswitch-2.c: New test.
5618         * g++.dg/warn/Wswitch-1.C: New test.
5619         * g++.dg/warn/Wswitch-2.C: New test.
5621 2002-02-04  Richard Henderson  <rth@redhat.com>
5623         * g++.dg/abi/offsetof.C: Fix size comparison.
5625 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
5627         * gcc.dg/cast-qual-2.c: New test.
5629 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
5631         * gcc.dg/20020201-4.c: New test.
5633 2002-02-04  Ben Elliston  <bje@redhat.com>
5635         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
5636         target_info attribute != 0, in addition to the empty string.
5637         (gcc_target_compile): Likewise.
5639 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
5641         * gcc.dg/Wswitch.c: New test.
5642         PR gcc/4475. PR gcc/3780.
5644 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
5646         * g77.f-torture/execute/5122.f: New test for regressions
5647         against PR fortran/5122.
5649 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
5651         * g77.f-torture/compile/pr3743.f: Delete
5652         * g77.dg/pr3743-1.f: New test.
5653         * g77.dg/pr3743-2.f: New test.
5654         * g77.dg/pr3743-3.f: New test.
5655         * g77.dg/pr3743-4.f: New test.
5657 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
5659         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
5661 2002-02-02  Richard Henderson  <rth@redhat.com>
5663         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
5664         * gcc.c-torture/execute/bf64-1.c: Likewise.
5666 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
5668         * gcc.dg/20020201-2.c: New test.
5670         * gcc.dg/20020201-3.c: New test.
5672         * gcc.c-torture/execute/bitfld-2.c: New test.
5674 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
5676         * gcc.dg/bitfld-1.c: Update.
5677         * gcc.dg/bitfld-2.c: Update.
5678         * gcc.c-torture/execute/bitfld-1.x: New.
5680 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
5682         * gcc.c-torture/execute/20020201-1.c: New test.
5684 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
5686         PR target/5469
5687         * gcc.dg/20020201-1.c: New test.
5689 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
5691         PR fortran/3743
5692         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
5693         * g77.f-torture/compile/pr3743.x: Remove
5695 2002-01-31  Tom Rix  <trix@redhat.com>
5697         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
5699 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
5701         * gcc.dg/noncompile/20020130-1.c: New test.
5703 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
5705         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
5707 2002-01-29  Richard Henderson  <rth@redhat.com>
5709         * gcc.c-torture/execute/991118-1.c: Cast various constants back
5710         to long long.
5711         * gcc.c-torture/execute/bf64-1.c: Likewise.
5713 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
5715         * gcc.c-torture/execute/20020129-1.c: New test.
5717 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
5719         * gcc.c-torture/compile/20000224-1.c: Update.
5720         * gcc.c-torture/execute/bitfld-1.c: New tests.
5721         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
5722         * gcc.dg/uninit-A.c: Update.
5724 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
5726         * g++.dg/template/ctor1.C: Add instantiation.
5728 2002-01-28  Paul Koning  <pkoning@equallogic.com>
5730         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
5731         argument to __builtin_prefetch to be const ptr.
5733 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
5735         * gcc.c-torture/compile/20020120-1.c: New test.
5737 2002-01-27  Kazu Hirata  <kazu@hxi.com>
5739         * gcc.c-torture/execute/20020127-1.c: New test.
5741 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
5743         * g77.dg/f77-edit-i-in.f: New test
5744         * g77.dg/f77-edit-i-out.f: New test
5746 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
5748         * gcc.dg/debug/debug.exp: New file.
5749         * gcc.dg/debug/trivial.c: New file.
5750         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
5751         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
5752         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
5753         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
5754         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
5755         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
5756         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
5757         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
5758         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
5759         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
5760         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
5761         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
5762         * gcc.dg/20000503-1.c: Removed.
5763         * gcc.dg/20010207-1.c: Removed.
5764         * gcc.dg/20011223-1.c: Removed.
5765         * gcc.dg/20020104-2.c: Removed.
5766         * gcc.dg/debug-1.c: Removed.
5767         * gcc.dg/debug-2.c: Removed.
5768         * gcc.dg/debug-3.c: Removed.
5769         * gcc.dg/debug-4.c: Removed.
5770         * gcc.dg/debug-5.c: Removed.
5771         * gcc.dg/debug-6.c: Removed.
5772         * gcc.dg/dwarf2-1.c: Removed.
5773         * gcc.dg/dwarf2-2.c: Removed.
5775 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
5777         * g++.old-deja/g++.other/eh5.C: New test.
5778         * g++.old-deja/g++.other/sibcall2.C: New test.
5779         * g++.old-deja/g++.other/array9.C: New test.
5780         * g++.old-deja/g++.other/typename2.C: New test.
5781         * g++.old-deja/g++.other/crash60.C: New test.
5782         * g++.old-deja/g++.other/conv9.C: New test.
5783         * g++.old-deja/g++.other/mangle10.C: New test.
5784         * g++.old-deja/g++.other/unchanging1.C: New test.
5785         * g++.old-deja/g++.other/exprstmt1.C: New test.
5786         * g++.old-deja/g++.other/inline23.C: New test.
5787         * g++.old-deja/g++.eh/ia64-1.C: New test.
5788         * g++.old-deja/g++.other/dwarf2-1.C: New test.
5789         * g++.old-deja/g++.other/reload1.C: New test.
5790         * g++.old-deja/g++.other/static20.C: New test.
5791         * g++.old-deja/g++.other/local-alloc1.C: New test.
5792         * g++.old-deja/g++.other/conv8.C: New test.
5793         * g++.old-deja/g++.other/stmtexpr2.C: New test.
5794         * g++.old-deja/g++.other/storeexpr1.C: New test.
5795         * g++.old-deja/g++.other/storeexpr2.C: New test.
5796         * g++.dg/eh/template2.C: New test.
5797         * g++.dg/warn/weak1.C: New test.
5799 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
5801         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
5802         Remove first, non-varying, argument.
5804 2002-01-23  Richard Henderson  <rth@redhat.com>
5806         * gcc.dg/inline-2.c: New.
5808         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
5809         Add optional target arg.  Check number of arguments.
5810         (scan-assembler-not, scan-assembler-dem): Likewise.
5811         (scan-assembler-dem-not): Likewise.
5813 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
5815         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
5816         line 12.
5817         * g++.old-deja/g++.brendan/parse3.C,
5818         g++.old-deja/g++.other/crash26.C,
5819         g++.old-deja/g++.other/crash28.C,
5820         g++.old-deja/g++.other/crash29.C,
5821         g++.old-deja/g++.other/crash30.C,
5822         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
5824 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
5826         * gcc.dg/20020115-1.c: New.
5828 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
5830         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
5832 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
5834         * gcc.dg/20020122-3.c: New.
5836 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
5838         * g++.dg/other/gc1.C: New test.
5840 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
5842         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
5844 2002-01-22  Richard Henderson  <rth@redhat.com>
5846         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
5848 2002-01-22  Richard Henderson  <rth@redhat.com>
5850         * gcc.dg/20020122-4.c: New.
5852 2002-01-22  H.J. Lu <hjl@gnu.org>
5854         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
5855         link output.
5856         * gcc.dg/special/ecos.exp: Likewise.
5857         * lib/g++-dg.exp: Likewise.
5858         * lib/g77-dg.exp: Likewise.
5859         * lib/gcc-dg.exp : Likewise.
5860         * lib/mike-g++.exp: Likewise.
5861         * lib/mike-g77.exp: Likewise.
5862         * lib/mike-gcc.exp: Likewise.
5863         * lib/objc-dg.exp: Likewise.
5865 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
5867         PR target/5379
5868         * gcc.dg/20020122-2.c: New test.
5870 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
5872         * gcc.dg/20020122-1.c: New test.
5874 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
5876         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
5878 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
5880         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
5882 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5884         * gcc.c-torture/compile/20020121-1.c: New test.
5886 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5888         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
5889         ld_library_path.
5891 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
5893         * gcc.dg/20020218-1.c: New test.
5895 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
5897         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
5898         messages
5899         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
5900         "At global scope" warning
5901         * g++.dg/ext/align1.C: Change cygwin test for alignment
5902         from db-bogus to dg-warning
5904 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
5906         * g77.f-torture/compile/cpp2.F: New test.
5908 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
5910         * g++.dg/template/access1.C: New test.
5912 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
5914         * gcc.dg/20020118-1.c: New.
5916 2002-01-18  Kazu Hirata  <kazu@hxi.com>
5918         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
5920 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
5922         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
5923         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
5924         alignment warnings.
5926 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
5928         * gcc.misc-tests/i386-prefetch.exp: Save and restore
5929         torture_with_loops and torture_without_loops
5931 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
5933         * gcc.c-torture/compile/20020116-1.c: New test.
5935 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
5937         * gcc.dg/20020116-2.c: New test.
5939         * gcc.dg/ultrasp4.c: New test.
5941         * gcc.dg/20020116-1.c: New test.
5943 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
5945         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
5946         by EABI.
5948 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
5950         * gcc.misc-tests/i386-prefetch.exp: New.
5951         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
5952         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
5953         * gcc.misc-tests/i386-pf-none-1.c: New test.
5954         * gcc.misc-tests/i386-pf-sse-1.c: New test.
5956 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
5958         * gcc.dg/gnu89-init-1.c: Add new tests.
5960 2002-01-15  Andreas Jaeger  <aj@suse.de>
5962         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
5963         * gcc.dg/i386-mmx-2.c: Likewise.
5964         * gcc.dg/i386-sse-1.c: Likewise.
5965         * gcc.dg/i386-sse-2.c: Likewise.
5966         * gcc.dg/i386-sse-3.c: Likewise.
5968 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
5970         * g77.f-torture/execute/intrinsic-unix-bessel.f:
5971         Uncomment additional cases that now pass.
5973 2002-01-11  Richard Henderson  <rth@redhat.com>
5975         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
5976         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
5978 2002-01-11  Nicola Pero  <n.pero@mi.flashnet.it>
5980         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
5982 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
5984         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
5985         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
5987 2002-01-10  Dale Johannesen  <dalej@apple.com>
5989         * gcc.c-torture/execute/loop-11.c: New.
5991 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
5993         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
5994         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
5996 2002-01-09  Richard Henderson  <rth@redhat.com>
5998         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
5999         type in which to perform the operation for each size.
6001 2002-01-09  Alan Matsuoka  (alanm@redhat.com)
6003         * gcc.c-torture/compile/20020109-2.c: New test.
6005 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
6007         * gcc.c-torture/execute/loop-10.c: New test.
6009 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
6011         * gcc.c-torture/compile/20010226-1.c: New test.
6012         * gcc.c-torture/compile/20010227-1.c: New test.
6013         * gcc.c-torture/compile/20010426-1.c: New test.
6014         * gcc.c-torture/compile/20010510-1.c: New test.
6015         * gcc.c-torture/compile/20010605-3.c: New test.
6016         * gcc.c-torture/compile/20010824-1.c: New test.
6017         * gcc.c-torture/execute/20010409-1.c: New test.
6018         * gcc.dg/noncompile/20000901-1.c: New test.
6019         * gcc.dg/20001023-1.c: New test.
6020         * gcc.dg/20001101-1.c: New test.
6021         * gcc.dg/20001102-1.c: New test.
6022         * gcc.dg/20010207-1.c: New test.
6023         * gcc.dg/20010405-1.c: New test.
6024         * gcc.dg/20010822-1.c: New test.
6025         * gcc.dg/20011107-1.c: New test.
6027 2002-01-09  Jeffrey A Law  (law@redhat.com)
6029         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
6031         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
6032         execution failure on PA targets.
6034 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
6036         * gcc.c-torture/compile/20020109-1.c: New test.
6038 2002-01-08  Kazu Hirata  <kazu@hxi.com>
6040         * gcc.c-torture/execute/20020108-1.c: New test.
6042 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
6044         * gcc.dg/20020108-1.c: New test.
6046 2002-01-08  H.J. Lu <hjl@gnu.org>
6048         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
6049         for header files.
6051 2002-01-08  Geoff Keating  <geoffk@redhat.com>
6053         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
6054         consistency.
6056 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
6058         * gcc.dg/altivec-4.c: Test altivec predicates.
6060 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
6062         * gcc.c-torture/execute/20020107-1.c: New test.
6064 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
6066         PR c/5279
6067         * gcc.c-torture/compile/20020106-1.c: New test.
6069 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
6071         * gcc.c-torture/execute/nestfunc-4.c: New test.
6073 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
6075         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
6076         extra triple that slipped in.
6077         * g++.old-deja/g++.abi/align.C: Likewise.
6078         * g++.old-deja/g++.abi/bitfields.C: Likewise.
6080 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
6082         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
6083         * g++.old-deja/g++.abi/align.C: Likewise.
6084         * g++.old-deja/g++.abi/bitfields.C: Likewise.
6086         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
6087         on FreeBSD/i386.
6088         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
6089         FreeBSD.
6091 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
6093         * gcc.dg/20020104-1.c: New test.
6095         * gcc.dg/20020104-2.c: New test.
6097 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
6099         * gcc.dg/20020103-1.c: Fix typo in target selector.
6101 2002-01-03  Richard Henderson  <rth@redhat.com>
6103         * gcc.dg/20020103-1.c: New.
6105 2002-01-03  Kazu Hirata  <kazu@hxi.com>
6107         * gcc.c-torture/execute/20020103-1.c: New test.
6109 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
6111         * g++.dg/other/debug2.C: New test.
6113         * gcc.c-torture/compile/20020103-1.c: New test.
6115 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
6117         * gcc.dg/gnu89-init-1.c: Added new tests.
6119 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
6121         * g++.dg/template/friend2.C: Remove as patch is reverted.
6123         * g++.dg/warn/oldcast1.C: New test.
6125         * g++.dg/template/ptrmem1.C: New test.
6126         * g++.dg/template/ptrmem2.C: New test.
6128         * g++.dg/template/ntp.C: New test.
6130         * g++.dg/other/component1.C: New test.
6132         * g++.dg/template/ttp3.C: New test.
6134         * g++.dg/template/friend2.C: New test.
6135         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
6137 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
6139         * g++.dg/other/ptrmem1.C: New test.
6140         * g++.dg/other/ptrmem2.C: New test.
6142 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
6144         * g++.dg/template/ctor1.C: New test.
6146 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
6148         * g++.dg/template/friend2.C: New test.
6150 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
6152         * gcc.dg/mmix-1.c: New test.
6154 2001-12-31  Richard Henderson  <rth@redhat.com>
6156         * gcc.dg/asm-5.c: New.
6158 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
6160         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
6161         in namespace __gnu_cxx
6163 2001-12-30  Richard Henderson  <rth@redhat.com>
6165         * gcc.dg/debug-6.c: New.
6167 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
6169         * gcc.c-torture/compile/20011229-2.c: New test.
6171 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
6173         * gcc.dg/debug-3.c: New test.
6174         * gcc.dg/debug-4.c: New test.
6175         * gcc.dg/debug-5.c: New test.
6177 2001-12-29  Richard Henderson  <rth@redhat.com>
6179         * g++.dg/eh/loop1.C: New.
6181 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
6183         * g++.dg/template/crash1.C: New test.
6185 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
6187         * g++.dg/other/const1.C: New test.
6189 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
6191         * gcc.c-torture/compile/20011229-1.c: New test.
6193 2001-12-28  Stan Shebs  <shebs@apple.com>
6195         * lib/objc-torture.exp: Resync with c-torture.exp.
6196         * lib/objc.exp: Load standard libraries.
6198 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
6200         * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
6201         additional tests.
6203 2001-12-27  Roger Sayle <roger@eyesopen.com>
6205         * gcc.c-torture/execute/string-opt-16.c: New testcase.
6207 2001-12-27  Richard Henderson  <rth@redhat.com>
6209         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
6211 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
6213         * g++.dg/eh/ctor1.C: New test.
6214         * g++.dg/other/error2.C: New test.
6216 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
6218         * g++.dg/other/init2.C: New test.
6220 2001-12-24  Richard Henderson  <rth@redhat.com>
6222         * gcc.dg/20011223-1.c: New.
6223         * gcc.dg/inline-1.c: New.
6225 2001-12-23  Richard Henderson  <rth@redhat.com>
6227         * gcc.dg/asm-4.c: Test operand modifiers.
6229 2001-12-23  Richard Henderson  <rth@redhat.com>
6231         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
6233 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
6235         * gcc.c-torture/execute/20011223-1.c: New test.
6237 2001-12-21  Richard Henderson  <rth@redhat.com>
6239         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
6240         re-enables the warning.
6242 2001-12-21  Richard Henderson  <rth@redhat.com>
6244         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
6246 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
6248         * gcc.c-torture/compile/20011218-1.c: New test.
6250 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
6252         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
6253         arm-isr.c test.
6254         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
6255         epilogue generation for ARM ISR routines.
6257 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6259         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
6260         * gcc.dg/format/c90-printf-3.c: Likewise.
6261         * gcc.dg/format/c99-printf-3.c: Likewise.
6262         * gcc.dg/format/ext-1.c: Likewise.
6263         * gcc.dg/format/ext-6.c: Likewise.
6264         * gcc.dg/format/format.h: Prototype unlocked stdio.
6266 2001-12-20  Richard Henderson  <rth@redhat.com>
6268         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
6269         (arena): Use it.
6270         (malloc): Correct allocation logic.  Abort if we fill up the
6271         arena before initialization complete.
6272         (realloc): Correct allocation logic.
6274 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
6276         * gcc.c-torture/compile/20011219-2.c: New test.
6278         * gcc.c-torture/execute/20011219-1.c: New test.
6280 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
6282         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
6283         target does not support weak symbols.
6285 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
6287         * gcc.c-torture/compile/20011219-1.c: New test.
6289 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
6291         * g++.dg/other/error1.C: New test.
6293 2001-12-17  Jeffrey A Law  (law@redhat.com)
6295         * gcc.c-torture/execute/20011217-1.c: New test.
6297 2001-12-17  Nicola Pero  <nicola@brainstorm.co.uk>
6299         * objc.dg/special/: New directory.
6300         * objc.dg/special/special.exp: New file.
6301         * objc.dg/special/unclaimed-category-1.h: New file.
6302         * objc.dg/special/unclaimed-category-1a.m: New file.
6303         * objc.dg/special/unclaimed-category-1.m: New file.
6305 2001-12-17  Andreas Jaeger  <aj@suse.de>
6307         * gcc.c-torture/compile/20011217-2.c: New test.
6309 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
6311         * gcc.c-torture/compile/20011217-1.c: New test.
6313 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
6315         * testsuite/gcc.dg/20011214-1.c: New.
6317 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
6319         * gcc.dg/altivec-4.c: New.
6321 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
6323         * gcc.dg/20011113-1.c: New test.
6325 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6327         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
6328         std::__malloc_alloc_template<0> and
6329         std::__default_alloc_template<false, 0>.
6331 2001-12-13  Nicola Pero  <n.pero@mi.flashnet.it>
6333         * objc/execute/bf-21.m: New test.
6334         * objc/execute/enumeration-1.m: New test.
6335         * objc/execute/enumeration-2.m: New test.
6337 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
6339         * gcc.dg/gnu89-init-1.c: New test.
6341 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
6343         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
6344         * g++.old-deja/g++.jason/2371.C: Likewise.
6345         * g++.old-deja/g++.jason/template33.C: Likewise.
6346         * g++.old-deja/g++.jason/template34.C: Likewise.
6347         * g++.old-deja/g++.jason/template36.C: Likewise.
6348         * g++.old-deja/g++.oliva/typename1.C: Likewise.
6349         * g++.old-deja/g++.oliva/typename2.C: Likewise.
6350         * g++.old-deja/g++.other/typename1.C: Likewise.
6351         * g++.old-deja/g++.pt/inherit2.C: Likewise.
6352         * g++.old-deja/g++.pt/nontype5.C: Likewise.
6353         * g++.old-deja/g++.pt/typename11.C: Likewise.
6354         * g++.old-deja/g++.pt/typename14.C: Likewise.
6355         * g++.old-deja/g++.pt/typename16.C: Likewise.
6356         * g++.old-deja/g++.pt/typename3.C: Likewise.
6357         * g++.old-deja/g++.pt/typename4.C: Likewise.
6358         * g++.old-deja/g++.pt/typename5.C: Likewise.
6359         * g++.old-deja/g++.pt/typename7.C: Likewise.
6360         * g++.old-deja/g++.robertl/eb9.C: Likewise.
6362 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
6364         * g++.dg/other/linkage1.C: New test.
6365         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
6366         specifiers.
6368 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
6370         * gcc.dg/concat.c: New test.
6372 2001-12-11  Stan Shebs  <shebs@apple.com>
6374         * objc/compile: New test directory.
6375         * objc/compile/compile.exp: New expect script.
6376         * objc/compile/20011211-1.m: New compile test.
6378 2001-12-11  Jason Merrill  <jason@redhat.com>
6380         * lib/prune.exp (prune_gcc_output): Also handle "In member
6381         function".  So many permutations...
6383 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
6385         * g++.dg/template/typedef1.C: New test.
6387 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
6389         * g++.dg/other/copy1.C: New test.
6391 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
6393         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
6395         * gcc.dg/builtin-choose-expr.c: New.
6397 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
6399         * gcc.dg/altivec-2.c: New.
6401 2001-12-07  Richard Henderson  <rth@redhat.com>
6403         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
6405 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
6407         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
6408         ultrasparc.
6410 2001-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6412         * g++-old.deja/g++.robertl/eb101.C: Deleted.
6414 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
6416         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
6417         variable argument list.
6419 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
6421         * gcc.c-torture/execute/memcheck: Delete entire directory.
6422         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
6423         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
6425 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
6427         * gcc.dg/Wshadow-1.c: New test.
6429 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
6431         * gcc.c-torture/compile/20011130-1.c: New test.
6433         * gcc.dg/noncompile/20011025-1.c: New test.
6435         * g++.dg/other/anon-union.C: New test.
6437         * gcc.c-torture/execute/20011024-1.c: New test.
6439 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
6441         * gcc.c-torture/execute/20000722-1.x,
6442         gcc.c-torture/execute/20010123-1.x: Remove.
6443         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
6444         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
6445         gcc.dg/c99-complit-2.c: New tests.
6447 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
6449         * g++.dg/inherit/base1.C: New test.
6451 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
6453         * g++.dg/other/stdarg1.C: New test.
6455         * gcc.c-torture/compile/20011130-2.c: New test.
6457 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
6459         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
6460         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
6461         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
6462         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
6463         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
6464         * gcc.dg/builtin-prefetch-1.c: New test.
6466 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
6468         * gcc.dg/20011130-1.c: New test.
6470 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
6472         * g++.dg/other/scope1.C: New test.
6473         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
6475 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
6477         * gcc.dg/vla-init-1.c: New test.
6479 2001-12-01  Geoff Keating  <geoffk@redhat.com>
6481         * gcc.c-torture/compile/structs.c: New testcase from GDB.
6483 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
6485         * objc.dg/alias.m: Update.
6486         * objc.dg/class-1.m: Update.
6487         * objc.dg/const-str-1.m: Update.
6488         * objc.dg/fwd-proto-1.m: Update.
6489         * objc.dg/id-1.m: Update.
6490         * objc.dg/super-class-1.m: Update.
6492 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
6494         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
6495         constructs.
6497 2001-11-28  Jeffrey A Law  (law@cygnus.com)
6499         * gcc.c-torture/execute/20011128-1.c: New test.
6501 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
6503         * gcc.dg/20011127-1.c: New test.
6505 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
6507         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
6508         from Austin Group draft 7.
6509         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
6510         scanf format arguments.
6511         * gcc.dg/format/no-exargs-2.c: New test.
6513 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
6515         * g++.dg/abi/vbase8-4.C: New test.
6517 2001-11-24  Ian Lance Taylor  <ian@airs.com>
6519         * gcc.c-torture/execute/20011121-1.c: New test.
6521 2001-11-23  Jeffrey A Law  (law@cygnus.com)
6523         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
6525 2001-11-23  Andreas Jaeger  <aj@suse.de>
6527         * gcc.dg/cpp/charconst-2.c: New test.
6529 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
6531         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
6532         to the host if it is remote.  Let tests specify extra headers
6533         they use.
6534         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
6535         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
6536         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
6537         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
6538         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
6539         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
6540         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
6541         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
6542         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
6543         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
6545 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
6547         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
6548         for little endian ARMs.
6550 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
6552         * gcc.c-torture/compile/20011119-1.c: New test.
6553         * gcc.c-torture/compile/20011119-2.c: New test.
6555 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
6557         * gcc.dg/altivec-1.c: Fix typo.
6559 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
6561         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
6563 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
6565         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
6567 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
6569         * lib/g77.exp: Don't specify --rpath-link.
6571         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
6572         across all the headers.
6573         * gcc.dg/format/format.exp: For testing on a remote host,
6574         copy format.h.
6576         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
6577         * gcc.c-torture/execute/930406-1.c: Likewise.
6578         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
6580 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
6582         * gcc.dg/altivec-1.c: New.
6584 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
6586         * gcc.dg/cpp/fpreprocessed.c: New test case.
6588 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
6590         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
6591         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
6592         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
6594 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
6596         * gcc.dg/no-builtin-1.c: New test.
6598 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
6600         * gcc.c-torture/execute/20011115-1.c: New test.
6602 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
6604         * gcc.c-torture/compile/20011114-2.c: New test.
6605         * gcc.c-torture/compile/20011114-3.c: New test.
6606         * gcc.c-torture/compile/20011114-4.c: New test.
6608 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
6610         * g++.dg/other/init1.C: New test.
6612 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
6614         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
6615         message.
6617         * gcc.c-torture/execute/20011114-1.c: New testcase.
6619         * gcc.c-torture/compile/20010327-1.c: Revert last change.
6620         * gcc.c-torture/compile/20011114-1.c: New test, exactly
6621         like the (before this change) version of 20010327-1.c.
6623 2001-11-14  Roger Sayle <roger@eyesopen.com>
6625         * gcc.c-torture/execute/string-opt-13.c: New testcase.
6627 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
6629         * g++.dg/init/array2.C: New test.
6631 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
6633         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
6635 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
6637         * g++.dg/other/forscope1.C: New test.
6638         * g++.dg/ext/forscope1.C: New test.
6639         * g++.dg/ext/forscope2.C: New test.
6641 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
6643         * gcc.c-torture/execute/20011113-1.c: New test.
6645 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
6647         * gcc.c-torture/execute/20011109-2.c: New test.
6649         * gcc.c-torture/execute/20011109-1.c: New test.
6651 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
6653         * gcc.c-torture/compile/20011109-1.c: New test.
6655 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
6657         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
6658         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
6659         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
6660         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
6661         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
6662         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
6663         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
6665 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
6667         * g++.dg/warn/Wshadow-1.C: New tests.
6668         * g++.old-deja/g++.mike/for3.C: Update.
6670 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
6672         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
6673         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
6674         XFAILs.  Adjust expected error texts.
6675         * gcc.c-torture/compile/20011106-1.c,
6676         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
6677         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
6678         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
6679         gcc.dg/c99-array-lval-5.c: New tests.
6681 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
6683         * gcc.dg/cpp/defined.c: Update.
6685 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
6687         * gcc.c-torture/execute/anon-1.c: New test.
6689 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
6691         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
6692         same size, so no warning should be produced on stormy16.
6694         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
6695         due to oversized array.
6696         * g++.old-deja/g++.mike/ns15.C: Likewise.
6697         * g++.old-deja/g++.pt/crash16.C: Likewise.
6699 2001-11-02  Graham Stott  <grahams@redhat.com>
6701         * g++.dgother/debug1.C: Fix typos.
6703 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
6705         * g++.dg/other/debug1.C: New test.
6707 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
6709         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
6710         of unsigned long.
6712 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
6714         * gcc.dg/20011029-2.c: New test.
6716         * gcc.c-torture/compile/20011029-1.c: New test.
6718 2001-10-29  Nicola Pero  <n.pero@mi.flashnet.it>
6720         * objc/execute/class_self-1.m: New test.
6721         * objc/execute/class_self-2.m: New test.
6723 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
6725         * gcc.misc-tests/msgs.exp: Delete.
6726         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
6727         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
6728         error set to match recent changes.
6730 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
6732         * gcc.dg/20011021-1.c: New test.
6734 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
6736         * gcc.c-torture/compile/20011023-1.c: New test.
6738 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
6740         * lib/g77.exp: Rewrite based on lib/g++.exp.
6742 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
6744         * gcc.c-torture/execute/20011019-1.c: New test.
6746         * gcc.dg/20011018-1.c: New test.
6748 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
6750         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
6752 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
6754         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
6755         * gcc.dg/attr-invalid.c: Likewise.
6757 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
6759         * testsuite/gcc.dg/20011015-1.c: New test.
6761 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
6763         * g++.dg/template/unify2.C: New test.
6765 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
6767         * g++.dg/other/exception-specification.C: New test
6769 2001-10-13  Tom Rix  <trix@redhat.com>
6771         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
6772         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
6774 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
6776         * testsuite/gcc.dg/20011009-1.c: New test.
6778 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
6780         PR g++/4476
6781         * g++.dg/other/friend1.C: New test.
6783 2001-10-11  Richard Henderson  <rth@redhat.com>
6785         * g++.old-deja/g++.other/crash18.C: Add -S to options.
6787 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6789         * gcc.c-torture/compile/20011010-1.c: New.
6791 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
6793         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
6794         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
6795         g77.f-torture/execute/execute.exp,
6796         g77.f-torture/noncompile/noncompile.exp,
6797         gcc.c-torture/compile/compile.exp,
6798         gcc.c-torture/execute/execute.exp,
6799         gcc.c-torture/execute/ieee/ieee.exp,
6800         gcc.c-torture/execute/memcheck/memcheck.exp,
6801         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
6802         objc/execute/execute.exp: Update FSF address.
6804 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
6806         * gcc.dg/cpp/cmdlne-C.c: Update.
6807         * gcc.dg/cpp/cmdlne-C2.c: New.
6809 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6811         * gcc.c-torture/execute/20011008-3.c: New.
6813 2001-10-08  DJ Delorie  <dj@redhat.com>
6815         * gcc.dg/20011008-1.c: New.
6816         * gcc.dg/20011008-2.c: New.
6818 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
6820         * gcc.dg/cpp/spacing1.c: Update test.
6822 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
6824         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
6825         spelling errors of "separate" as "seperate".
6827 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
6829         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
6830         enough to avoid inlining.
6832 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
6834         * lib/g77.exp: set libg2c_dir correctly.
6836 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
6838         * gcc.dg/cpp/macro11.c: New test.
6840 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
6842         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
6843         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
6844         gcc.dg/format/multattr-3.c: New tests.
6845         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
6846         tests for format attributes on function pointers being rejected.
6848 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
6850         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
6852 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
6854         * g++.dg/warn/format1.C: New test.
6856 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
6858         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
6860 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
6862         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
6864 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
6866         * gcc.dg/cpp/redef2.c: Add test.
6868 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
6870         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
6871         long-standing bug on i686, apparently.
6872         * gcc.c-torture/execute/loop-2c.x: New file.
6873         * gcc.c-torture/execute/loop-2d.x: New file.
6874         * gcc.c-torture/execute/loop-3c.x: New file.
6876 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
6878         * gcc.dg/cpp/20000625-2.c: Correct line number.
6880 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
6882         * gcc.dg/cpp/macro10.c: New test.
6883         * gcc.dg/cpp/strify3.c: New test.
6884         * gcc.dg/cpp/spacing1.c: Add tests.
6885         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
6886         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
6888 2001-09-24  DJ Delorie  <dj@redhat.com>
6890         * gcc.c-torture/execute/20010924-1.c: New test.
6892 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
6894         * testsuite/objc/execute/paste.m: Remove.
6896 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
6898         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
6900 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
6902         * g77.dg/strlen0.f: New test.
6904 2001-09-21  Richard Henderson  <rth@redhat.com>
6906         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
6907         * g++.old-deja/g++.abi/vtable2.C: Likewise.
6909 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
6911         Table-driven attributes.
6912         * g++.dg/ext/attrib1.C: New test.
6914 2001-09-20  DJ Delorie  <dj@redhat.com>
6916         * gcc.dg/20000926-1.c: Update expected warning messages.
6917         * gcc.dg/array-2.c: Likewise, and test for warnings too.
6918         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
6919         array.
6921 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
6923         * g++.dg/eh/registers1.C: New test case.
6925 2001-09-17  Richard Henderson  <rth@redhat.com>
6927         * gcc.dg/array-5.c: Fix VLA decomposition test.
6929 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
6931         * gcc.dg/cpp/line5.c: New testcase.
6933 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
6935         * gcc.dg/cpp/macro9.c: New test.
6937 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
6939         * gcc.c-torture/execute/980223.c: Change type of addr from long
6940         to char *.
6942 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
6944         * gcc.c-torture/execute/20010915-1.c: New test.
6946 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
6948         * g77.dg/bprob: New directory.
6949         * g77.dg/bprob/bprob.exp: New file.
6950         * g77.dg/bprob/bprob-1.f: New test.
6951         * g77.dg/gcov: New directory.
6952         * g77.dg/gcov/gcov.exp: New file.
6953         * g77.dg/gcov/gcov-1.f: New test.
6954         * g77.dg/gcov/gcov-1.x: New file.
6956 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
6958         * gcc.dg/cpp/directiv.c: Update.
6959         * gcc.dg/cpp/undef1.c: Update.
6961 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
6963         * gcc.dg/20010912-1.c: New test.
6965 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
6967         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
6968         language-independent file in lib.
6969         * lib/gcov.exp: New file.
6971 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
6973         * gcc.c-torture/compile/20010911-1.c: New test.
6975 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
6977         * lib/profopt.exp: New, to support profile-directed optimizations.
6978         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
6979         * gcc.misc-tests/bprob-1.c: New test.
6980         * gcc.misc-tests/bprob-2.c: New test.
6982 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
6984         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
6985         XFAIL and which kinds of gcov output to verify.
6986         * gcc.misc-tests/gcov-4b.x: New file.
6987         * gcc.misc-tests/gcov-5b.x: New file.
6988         * gcc.misc-tests/gcov-6.x: New file.
6989         * gcc.misc-tests/gcov-7.c: New test.
6990         * gcc.misc-tests/gcov-7.x: New file.
6992 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
6994         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
6995         * gcc.misc-tests/gcov-6.c: New test.
6997 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
6999         PR c++/3986
7000         * g++.dg/abi/vbase1.C: New test.
7002 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
7004         * objc.dg/method-2.m: New.
7006 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
7008         PR c++/4203
7009         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
7010         * g++.dg/init/empty1.C: New test.
7012 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
7014         * gcc.c-torture/compile/20010903-1.c: New test.
7016 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
7018         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
7019         for m68k.
7021 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
7023         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
7025         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
7027         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
7029 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
7031         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
7032         for 16-bit 'unsigned int'.
7034 2001-08-29  Kazu Hirata  <kazu@hxi.com>
7036         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
7038 2001-08-27  Richard Henderson  <rth@redhat.com>
7040         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
7041         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
7043 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
7045         * gcc.dg/asm-names.c (ymain): New.
7047 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
7049         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
7050         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
7051         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
7053 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7055         * gcc.dg/compare5.c: New testcase.
7057 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
7059         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
7060         and "In instantiation".
7062 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
7064         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
7066 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
7068         * gcc.misc-tests/gcov.exp: Add support for branch information.
7069         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
7070         * gcc.misc-tests/gcov-4.c: New test.
7071         * gcc.misc-tests/gcov-4b.c: New test.
7072         * gcc.misc-tests/gcov-5b.c: New test.
7074 2001-08-20  Zack Weinberg  <zackw@panix.com>
7076         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
7077         expected to fail.
7079 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7081         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
7083 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
7085         * g++.dg/eh/template1.C: New test.
7087 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
7089         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
7090         Fix thinko.
7091         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
7092         for xfail.
7094 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
7096         * lib/g77-dg.exp:  Use prune.exp for common procedures
7097         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
7098         * lib/g77.exp: (g77-dg-prune) Remove
7100 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
7102         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
7104 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7106         * g++.dg/template/unify1.C: New test.
7108 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
7110         * g++.dg/abi/empty4.C: New test.
7112 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
7114         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
7115         solaris2.*
7116         * g77.f-torture/compile/pr3743.x: Likewise
7118 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
7120         * g++.dg/other/using-declaration.C: New test.
7122 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
7124         * gcc.dg/cpp/tr-sign.c: New testcase.
7126 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
7128         * gcc.dg/cpp/19951025-1.c: Revert.
7129         * gcc.dg/cpp/directiv.c: We no longer process directives that
7130         interrupt macro arguments.
7132 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
7134         * gcc.dg/bconstp-1.c: New test.
7136 2001-08-03  Richard Henderson  <rth@redhat.com>
7138         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
7140 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
7142         * gcc.dg/cpp/19951025-1.c: Update.
7144 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
7146         * g77.dg/ff90-1.f (s): Fix reference of variable z,
7147         should be x.
7149 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
7151         Kill -fhonor-std.
7152         * g++.old-deja/g++.ns/ns14.C: Remove special options.
7153         * g++.old-deja/g++.other/std1.C: Likewise.
7154         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
7156 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
7158         * lib/g77.exp:  Load gcc-defs.exp for common procedures
7159         (g77_pass, g77_fail, g77_finish, g77_exit,
7160         ${tool}_check_unsupported_p} Now redundant.  Deleted.
7162 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
7164         * g77.dg/fbackslash.f
7165         * g77.dg/fcase-preserve.f
7166         * g77.dg/ff90-1.f
7167         * g77.dg/ffixed-line-length-0.f
7168         * g77.dg/ffixed-line-length-132.f
7169         * g77.dg/ffixed-line-length-7.f
7170         * g77.dg/ffixed-line-length-72.f
7171         * g77.dg/ffixed-line-length-none.f
7172         * g77.dg/ffree-form-1.f
7173         * g77.dg/fno-backslash.f
7174         * g77.dg/fno-f90-1.f
7175         * g77.dg/fno-fixed-form-1.f
7176         * g77.dg/fno-onetrip.f
7177         * g77.dg/fno-typeless-boz.f
7178         * g77.dg/fno-underscoring.f
7179         * g77.dg/fno-vxt-1.f
7180         * g77.dg/fonetrip.f
7181         * g77.dg/ftypeless-boz.f
7182         * g77.dg/fugly-assumed.f
7183         * g77.dg/funderscoring.f
7184         * g77.dg/fvxt-1.f
7186 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
7188         * objc.dg/fwd-proto-1.m: New.
7189         * objc.dg/local-decl-1.m: New.
7190         * objc.dg/naming-1.m: New.
7191         * objc.dg/naming-2.m: New.
7192         * objc.dg/proto-hier-1.m: New.
7194 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
7196         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
7197         largest-type elements to a struct makes its size grow.
7199 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
7201         * g++.dg/abi/vthunk1.C: New test.
7203 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
7205         * g++.dg/abi/vbase8-22.C: New test.
7207 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
7209         * gcc.dg/cpp/macro8.c: New test.
7211 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
7213         * g++.dg/abi/vbase8-21.C: New test.
7215 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
7217         * g++.dg/abi/vbase8-10.C: New test.
7219 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7221         * lib/g++.exp (g++_set_ld_library_path): Renamed to
7222         ${tool}_set_ld_library_path.
7223         Changed caller.
7224         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
7225         g++.exp.
7227 2001-07-26  Stan Cox <scox@redhat.com>
7229         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
7230         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
7231         gcc_exit, gcc_check_unsupported_p):
7232         Moved to gcc-deps.exp
7233         * gcc-deps.exp: New file.
7235 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7237         * g++.old-deja/g++.pt/defarg14.C: New test.
7239 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
7241         * g++.old-deja/g++.other/lineno5.C: New test.
7243 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
7245         * g++.old-deja/g++.pt/crash68.C: New test.
7247 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
7249         * g++.old-deja/g++.other/crash42.C: New test.
7251 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
7253         * gcc.dg/cpp/extratokens.c: Fix.
7254         * gcc.dg/cpp/skipping2.c: New tests.
7256 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7258         * gcc.c-torture/execute/20010724-1.c: New file.
7259         * gcc.c-torture/execute/20010724-1.x: New file.
7261 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
7263         * g++.old-deja/g++.other/cond7.C: New test.
7265 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
7267         * g++.old-deja/g++.other/optimize4.C: New test.
7269 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
7271         * g++.old-deja/g++.abi/vbase8-5.C: New test.
7273 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
7275         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
7276         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
7277         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
7278         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
7280         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
7281         bug report" message.
7283         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
7284         * g++.dg/ext/instantiate1.C: Move from old-deja.
7286 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
7288         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
7289         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
7290         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
7291         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
7293 2001-07-23  Jeffrey A Law  (law@cygnus.com)
7295         * gcc.c-torture/execute/20010723-1.c: New test.
7297 2001-07-23  Ben Elliston  <bje@redhat.com>
7299         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
7301 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7303         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
7304         i[34567]86-*-*.
7305         Delete handling of ieee_multilib_flags.
7306         Pass -mieee for alpha*-*-* and sh-*-*.
7307         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
7309 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
7311         Remove old-abi tests.
7312         * g++.old-deja/g++.mike/p11116.C: Remove.
7313         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
7315 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
7317         * g77.f-torture/compile/pr3743.f:  New test
7319 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
7321         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
7323 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7325         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
7326         g++.old-deja/g++.pt/static6.C: Likewise.
7327         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
7328         supports weak symbols.
7330 2001-07-18  Andreas Jaeger  <aj@suse.de>
7332         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
7333         supported again.
7335 2001-07-18  Andreas Jaeger  <aj@suse.de>
7337         * gcc.dg/iftrap-1.c: Fix target line.
7339 2001-07-17  Richard Henderson  <rth@redhat.com>
7341         * gcc.c-torture/execute/20010717-1.c: New.
7343 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
7345         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
7346         tests.
7348 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
7350         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
7352 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7354         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
7355         UAC_SIGBUS, UAC_NOPRINT definitions.
7357 2001-07-16  Nicola Pero  <n.pero@mi.flashnet.it>
7359         * objc/execute/object_is_class.m: New test.
7360         * objc/execute/object_is_meta_class.m: New test.
7362 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
7364         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
7365         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
7367 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
7369         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
7370         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
7372 2001-07-14  Richard Henderson  <rth@redhat.com>
7374         * gcc.dg/iftrap-1.c: New.
7376 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
7378         * g77.f-torture/execute/intrinsic77.f: New test.
7380 2001-07-11  Janis Johnson <janis@us.ibm.com>
7382         * gcc.misc-tests/gcov-3.c: New test.
7384 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
7386         * gcc.c-torture/compile/20010711-1.c,
7387         * gcc.c-torture/compile/20010711-2.c: New tests.
7389 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
7391         * gcc.c-torture/execute/20010711-1.c: New test.
7393 2001-07-11  Ben Elliston  <bje@redhat.com>
7395         * g++.old-deja/g++.other/enum5.C: New test.
7397 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
7399         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
7400         (g++-dg-prune): Call prune_gcc_output.
7401         * prune.exp: New file for prune_gcc_output.
7402         * lib/g++.exp, lib/gcc.exp: Load it.
7404 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
7406         * gcc.c-torture/compile/20010701-1.c,
7407         g++.old-deja/g++.ext/attrib6.C: New tests.
7409 2001-07-06  Jeffrey A Law  (law@cygnus.com)
7411         * gcc.c-torture/compile/20010706-1.c: New test.
7413 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
7415         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
7417 2001-06-28  Stan Shebs  <shebs@apple.com>
7419         * gcc.dg/pragma-darwin.c: New test.
7421 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7423         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
7424         Solaris 2.[678] system.
7426 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
7428         * gcc.dg/20010622-1.c: New test.
7430 2001-06-18  Stan Shebs  <shebs@apple.com>
7432         * objc.dg: New directory.
7433         * objc.dg/dg.exp: New file.
7434         * objc.dg/alias.m: New.
7435         * objc.dg/class-1.m: New.
7436         * objc.dg/class-2.m: New.
7437         * objc.dg/const-str-1.m: New.
7438         * objc.dg/const-str-2.m: New.
7439         * objc.dg/id-1.m: New.
7440         * objc.dg/method-1.m: New.
7441         * objc.dg/super-class-1.m: New.
7442         * lib/objc-dg.exp: New file.
7444 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7446         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
7447         of label name.
7449 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
7451         * g++.old-deja/g++.abi/vbase8-9.C: New test.
7453 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7455         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
7456         variable.
7458 2001-06-12  Richard Henderson  <rth@redhat.com>
7460         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
7462 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
7464         * g++.old-deja/g++.abi/vbase5.C: New test.
7465         * g++.old-deja/g++.abi/vbase6.C: New test.
7466         * g++.old-deja/g++.abi/vbase7.C: New test.
7468 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7470         * gcc.c-torture/compile/20010610-1.c: New test.
7472 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
7474         * g++.old-deja/g++.abi/vbase4.C: New test.
7476 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7478         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
7479         support %f for HC11/HC12 targets.
7480         * gcc.c-torture/execute/930513-1.x: New file, likewise.
7481         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
7482         on HC11/HC12 targets.
7483         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
7485 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7487         * gcc.dg/wchar_t-1.c: New file.
7488         * gcc.dg/wint_t-1.c: Likewise.
7490 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
7492         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
7494 2001-06-11  Richard Henderson  <rth@redhat.com>
7496         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
7498 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
7500         * gcc.c-torture/compile/20010611-1.c: New test.
7502 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
7504         * gcc.dg/c99-tag-1.c: Add more tests.
7506 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
7508         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
7509         representation on MN10300 and ARM/Thumb.
7511 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
7513         * g77.f-torture/execute/20010610.f: New.
7515 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
7517         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
7518         names.
7520 2001-06-09  Richard Henderson  <rth@redhat.com>
7522         * gcc.c-torture/execute/ashrdi-1.c: New.
7523         * gcc.c-torture/execute/ashldi-1.c: New.
7524         * gcc.c-torture/execute/lshrdi-1.c: New.
7526 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
7528         * objc/execute/load-3.m: Added. Check sending +load to categories,
7529         in addition to classes.
7531 2001-06-08  Stan Shebs  <shebs@apple.com>
7533         * objc/execute/load-2.m: New test.  From Nicola Pero
7534         <n.pero@mi.flashnet.it>.
7536 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
7538         * gcc.c-torture/execute/20010605-2.c: New test.
7540 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
7542         * g++.old-deja/g++.abi/vbase2.C: New test.
7543         * g++.old-deja/g++.abi/vbase3.C: New test.
7545 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
7547         * g++.old-deja/g++.pt/friend49.C: New test.
7549 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
7551         * g++.old-deja/g++.ext/anon3.C: New test.
7553 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
7555         * g++.old-deja/g++.other/conv7.C: New test.
7557 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
7559         * gcc.c-torture/compile/20010605-2.c: New test.
7561 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7563         * gcc.c-torture/execute/20010604-1.c: New test.
7565 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
7567         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
7569 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
7571         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
7572         (g++_link_flags): Likewise.
7573         (g++_init): Pass gccpath's value to two previous functions.
7575 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7577         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
7578         Ensure logfile entry matches exec command line.
7580 2001-05-31  Richard Henderson  <rth@redhat.com>
7582         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
7583         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
7585 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
7587         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
7588         compiler for irix6.2
7590 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
7592         * g++.old-deja/g++.other/optimize3.C: New file.
7594 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
7596         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
7597         assemble.
7599 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
7601         * g++.old-deja/g++.other/optimize2.C: New file.
7603 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
7605         * gcc.c-torture/compile/20010518-2.c: New file.
7606         * gcc.c-torture/execute/20010518-1.c: New file.
7607         * gcc.c-torture/execute/20010518-2.c: New file.
7609 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
7611         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
7613 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
7615         G++ no longer defines builtins that do not begin with __builtin.
7616         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
7617         * g++.old-deja/g++.brendand/misc13.C: Likewise.
7618         * g++.old-deja/g++.law/builtin1.C: Likewise.
7619         * g++.old-deja/g++.law/cvt2.C: Likewise.
7620         * g++.old-deja/g++.mike/net5.C: Likewise.
7621         * g++.old-deja/g++.other/builtins1.C: Likewise.
7622         * g++.old-deja/g++.other/builtins2.C: Likewise.
7623         * g++.old-deja/g++.other/builtins3.C: Likewise.
7624         * g++.old-deja/g++.other/builtins4.C: Likewise.
7625         * g++.old-deja/g++.other/inline8.C: Likewise.
7626         * g++.old-deja/g++.robertl/eb39.C: Likewise.
7628 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
7630         * g++.old-deja/g++.pt/using1.C: Adjust.
7631         * g++.old-deja/g++.pt/using2.C: New test.
7633 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
7635         * gcc.dg/cpp/charconst.c: New tests.
7636         * gcc.dg/cpp/escape.c: New tests.
7637         * gcc.dg/cpp/escape-1.c: New tests.
7638         * gcc.dg/cpp/escape-2.c: New tests.
7639         * gcc.dg/cpp/ucs.c: New tests.
7641 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
7643         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
7644         native compiler for irix6.5.
7646 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
7648         * lib/g++.exp (g++_include_flags): Use args to compute
7649         get_multilibs.
7650         (g++_link_flags): Likewise.
7651         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
7653 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
7655         * gcc.dg/c90-hexfloat-1.c: Add more tests.
7657 2001-05-21  Geoff Keating  <geoffk@redhat.com>
7659         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
7660         this file.
7662 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7664         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
7665         STACK_SIZE;
7666         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
7667         to STACK_SIZE; Use it to define size of add_histo array.
7668         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
7669         to STACK_SIZE.
7670         (f): Use GITT_SIZE to define size of gitt local table.
7671         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
7672         to STACK_SIZE; Use it to define size of bytemem array.
7674 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7676         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
7677         on 68HC11/HC12 due to the asm instruction.
7678         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
7679         * gcc.c-torture/compile/920520-1.x: Likewise.
7680         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
7681         on 68HC11/HC12 because the function is larger than 64K.
7682         * gcc.c-torture/compile/961203-1.x: New file, this test fails
7683         on 68HC11/HC12 because the structure is too large.
7685 2001-05-20  Richard Henderson  <rth@redhat.com>
7687         * gcc.c-torture/execute/20010520-1.c: New.
7689 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7691         * g++.old-deja/g++.warn/compare1.C: New test.
7692         * gcc.dg/compare4.c: New test.
7694 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
7696         * g++.old-deja/g++.other/optimize1.C: New test.
7698 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7700         * g++.old-deja/g++.pt/spec41.C: New test.
7702 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
7704         * gcc.c-torture/compile/20010114-1.x: Remove.
7706 2001-05-18  Stan Shebs  <shebs@apple.com>
7708         * gcc.c-torture/compile/20010518-1.c: New test.
7710 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
7712         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
7713         * g++.old-deja/g++.pt/crash67.C: New test.
7715 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
7717         * g++.old-deja/g++.other/debug9.C: New test.
7719 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
7721         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
7723 2001-05-16  Jan Hubicka  <jh@suse.cz>
7725         * gcc.c-torture/compile/20010516-1.c: New test.
7727 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
7729         * g++.old-deja/g++.other/crash41.C: New test.
7731 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
7733         * g++.old-deja/g++.pt/crash66.C: New test.
7735 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
7737         * g++.old-deja/g++.robertl/eb27.C: Convert.
7739 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
7741         * g++.dg/friend-warn.C: New test.  Do not warn about friend
7742         declaration being redundant.
7744 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
7746         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
7748 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
7750         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
7752 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
7754         * lib/g++.exp: Use testsuite_flags.
7756 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
7758         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
7760 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7762         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
7764 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
7766         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
7768 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
7770         * gcc.c-torture/compile/20010313-1.c: New test.
7772 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
7774         * gcc.dg/cpp/direct2.c: New test.
7775         * gccq.dg/cpp/direct2s.c: New test.
7777         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
7779 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
7781         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
7782         * g++.old-deja/g++.other/op3.C: Likewise.
7784 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
7786         * gcc.dg/cpp/syshdr.h: New file.
7787         * gcc.dg/cpp/sysmac1.c: Update.
7788         * gcc.dg/cpp/sysmac2.c: Update.
7790 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
7792         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
7794 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
7796         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
7797         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
7799 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
7801         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
7803 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
7805         * lib/g++.exp (g++_include_flags): Don't use any special flags
7806         if TESTING_IN_BUILD_TREE is not defined.
7807         (g++_init): Use a plain 'c++' as the compiler if
7808         TESTING_IN_BUILD_TREEE is not defined.
7810 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
7812         * g++.old-deja/g++.eh/catch13.C: New test.
7813         * g++.old-deja/g++.eh/catch14.C: New test.
7815 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
7817         * gcc.dg/cpp/tr-define.c: New test.
7819 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
7821         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
7822         <stdlib.h>, not <malloc.h>.
7824 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
7826         * g++.old-deja/g++.ns/template17.C: New test.
7828 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
7830         * g++.old-deja/g++.pt/ref4.C: New test.
7832 2001-04-30  Richard Henderson  <rth@redhat.com>
7834         * gcc.dg/20000724-1.c: Revert last change.
7836 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
7838         * g77.f-torture/execute/20010430.f: New test.
7840 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
7842         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
7844 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
7846         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
7848 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
7850         * g++.old-deja/g++.eh/crash6.C: New test.
7852 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
7854         * g++.old-deja/g++.other/warn7.C: New test.
7856 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
7858         * g++.old-deja/g++.other/defarg9.C: New test.
7860 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
7862         * g77.f-torture/compile/20010426.f: New test.
7863         * g77.f-torture/execute/20010426.f: New test.
7865 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
7867         * g77.f-torture/compile/20000629-1.x: Remove - error
7868         has been fixed.
7870 2001-04-26  Jeffrey A Law  (law@cygnus.com)
7872         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
7873         Tweak slightly to work with g++.dg framework.
7874         * g++.dg/special/ecos.exp: Run initp1.C test.
7875         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
7877         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
7878         its linker doesn't give line numbers either.
7879         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
7881 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
7883         * g++.old-deja/g++.other/lex1.C: New test.
7885 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
7887         * gcc.dg/noncompile/20010425-1.c: New test.
7889 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
7891         * g++.old-deja/g++.pt/mangle2.C: New test.
7893 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
7895         * gcc.dg/format/plus-1.c: New test.
7897 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
7899         * gcc.dg/20010423-1.c: New test.
7901 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
7903         * gcc.c-torture/execute/20010422-1.c: New test.
7905 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
7907         * g++.old-deja/g++.ns/type2.C: New test.
7909 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
7911         * g++.old-deja/g++.other/perf1.C: New test.
7913 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
7915         * gcc.dg/c99-func-2.c: Remove xfail.
7916         * gcc.dg/c99-func-3.c: Remove xfail.
7917         * gcc.dg/c99-func-4.c: Remove xfail.
7919 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
7921         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
7923 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
7925         * gcc.c-torture/compile/20010423-1.c: New test.
7927 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
7929         * g++.old-deja/g++.pt/typename28.C: New test.
7931 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
7933         * g++.old-deja/g++.abi/empty2.C: New test.
7934         * g++.old-deja/g++.abi/empty3.C: New test.
7936 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
7938         * g++.old-deja/g++.other/comdat2.C: New test.
7939         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
7941 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
7943         * g++.old-deja/g++.other/overload14.C: New test.
7945 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
7947         * g++.old-deja/g++.other/lookup23.C: New test.
7949 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
7951         * gcc.c-torture/execute/20010403-1.c: New test.
7953 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
7954             Mark Mitchell  <mark@codesourcery.com>
7956         * lib/old-dejagnu.exp: Don't delete output of executable.
7957         Add .exe suffix to executables.
7959 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
7961         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
7963 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7965         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
7967 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
7969         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
7970         * g++.old-deja/g++.abi/crash1.C: New test.
7972 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
7974         * g++.old-deja/g++.other/crash40.C: New test.
7976 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7978         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
7980 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
7982         * g++.old-deja/g++.other/warn6.C: New test.
7984 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
7986         * g++.old-deja/g++.robertl/eb42.C: Same.
7988 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7990         * gcc.dg/wtr-conversion-1.c: New testcase.
7992 2001-04-10  Richard Henderson  <rth@redhat.com>
7994         * g++.old-deja/g++.other/array5.C: New.
7996 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7998         * gcc.c-torture/execute/20010408-1.c: New test.
8000 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
8002         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
8003         headers and constructs.
8004         * g++.old-deja/g++.robertl/eb79.C: Same.
8005         * g++.old-deja/g++.robertl/eb77.C (main): Same.
8006         * g++.old-deja/g++.robertl/eb73.C: Same.
8007         * g++.old-deja/g++.robertl/eb66.C (main): Same.
8008         * g++.old-deja/g++.robertl/eb55.C (t): Same.
8009         * g++.old-deja/g++.robertl/eb54.C (main): Same.
8010         * g++.old-deja/g++.robertl/eb46.C (main): Same.
8011         * g++.old-deja/g++.robertl/eb44.C: Same.
8012         * g++.old-deja/g++.robertl/eb41.C (main): Same.
8013         * g++.old-deja/g++.robertl/eb4.C (main): Same.
8014         * g++.old-deja/g++.robertl/eb39.C: Same.
8015         * g++.old-deja/g++.robertl/eb33.C (main): Same.
8016         * g++.old-deja/g++.robertl/eb31.C (main): Same.
8017         * g++.old-deja/g++.robertl/eb30.C: Same.
8018         * g++.old-deja/g++.robertl/eb3.C: Same.
8019         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
8020         * g++.old-deja/g++.robertl/eb21.C: Same.
8021         * g++.old-deja/g++.robertl/eb15.C: Same.
8022         * g++.old-deja/g++.robertl/eb118.C: Same.
8023         * g++.old-deja/g++.robertl/eb115.C (main): Same.
8024         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
8025         * g++.old-deja/g++.robertl/eb109.C: Same.
8026         * g++.old-deja/g++.other/sibcall1.C (main): Same.
8027         * g++.old-deja/g++.mike/rtti1.C: Same.
8028         * g++.old-deja/g++.mike/p658.C: Same.
8029         * g++.old-deja/g++.mike/net46.C: Same.
8030         * g++.old-deja/g++.mike/net34.C: Same.
8031         * g++.old-deja/g++.mike/memoize1.C: Same.
8032         * g++.old-deja/g++.mike/eh2.C: Same.
8033         * g++.old-deja/g++.law/weak.C: Same.
8034         * g++.old-deja/g++.law/visibility7.C: Same.
8035         * g++.old-deja/g++.law/visibility25.C: Same.
8036         * g++.old-deja/g++.law/visibility22.C: Same.
8037         * g++.old-deja/g++.law/visibility2.C: Same.
8038         * g++.old-deja/g++.law/visibility17.C: Same.
8039         * g++.old-deja/g++.law/visibility13.C: Same.
8040         * g++.old-deja/g++.law/visibility10.C: Same.
8041         * g++.old-deja/g++.law/visibility1.C: Same.
8042         * g++.old-deja/g++.law/virtual3.C (eval): Same.
8043         * g++.old-deja/g++.law/vbase1.C: Same.
8044         * g++.old-deja/g++.law/operators32.C: Same.
8045         * g++.old-deja/g++.law/nest3.C: Same.
8046         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
8047         * g++.old-deja/g++.law/except5.C (main): Same.
8048         * g++.old-deja/g++.law/cvt7.C (run): Same.
8049         * g++.old-deja/g++.law/cvt2.C: Same.
8050         * g++.old-deja/g++.law/cvt16.C: Same.
8051         * g++.old-deja/g++.law/ctors6.C (bar): Same.
8052         * g++.old-deja/g++.law/ctors17.C (main): Same.
8053         * g++.old-deja/g++.law/ctors13.C: Same.
8054         * g++.old-deja/g++.law/ctors12.C (main): Same.
8055         * g++.old-deja/g++.law/ctors10.C: Same.
8056         * g++.old-deja/g++.law/code-gen5.C: Same.
8057         * g++.old-deja/g++.law/bad-error7.C: Same.
8058         * g++.old-deja/g++.law/arm9.C: Same.
8059         * g++.old-deja/g++.law/arm12.C: Same.
8060         * g++.old-deja/g++.law/arg8.C: Same.
8061         * g++.old-deja/g++.law/arg1.C: Same.
8062         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
8063         * g++.old-deja/g++.jason/template31.C: Same.
8064         * g++.old-deja/g++.jason/template24.C (main): Same.
8065         * g++.old-deja/g++.jason/2371.C: Same.
8066         * g++.old-deja/g++.eh/new2.C: Same.
8067         * g++.old-deja/g++.eh/new1.C: Same.
8068         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
8069         * g++.old-deja/g++.brendan/nest21.C (main): Same.
8070         * g++.old-deja/g++.brendan/err-msg3.C: Same.
8071         * g++.old-deja/g++.brendan/crash62.C: Same.
8072         * g++.old-deja/g++.brendan/crash52.C: Same.
8073         * g++.old-deja/g++.brendan/crash49.C (main): Same.
8074         * g++.old-deja/g++.brendan/crash38.C: Same.
8075         * g++.old-deja/g++.brendan/crash15.C (main): Same.
8076         * g++.old-deja/g++.brendan/copy9.C: Same.
8078 2001-04-06  J"orn Rennecke <amylaar@redhat.com>
8080         * gcc.c-torture/execute/20001203-2.c (memset):
8081         Count argument is of type __SIZE_TYPE__.
8083 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
8085         * gcc.c-torture/compile/20010404-1.c: New test.
8087 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
8089         * gcc.c-torture/compile/20010326-1.c: New test.
8091 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
8093         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
8094         peculiarities of the SH.
8095         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
8097 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8099         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
8100         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
8101         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
8103 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
8105         * g77.f-torture/compile/20010321-1.f: New test.
8107 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
8109         * gcc.c-torture/compile/20010329-1.c: New test.
8111 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
8113         * gcc.c-torture/execute/20010329-1.c: New test.
8115 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
8117         * g++.old-deja/g++.other/eh4.C: Fix typo.
8119 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
8121         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
8123 2001-03-28  Philip Blundell  <philb@gnu.org>
8125         * gcc.c-torture/compile/20010328-1.c: New test.
8127 2001-03-27  Richard Henderson  <rth@redhat.com>
8129         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
8130         * g++.old-deja/g++.eh/vbase3.C: Likewise.
8132 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
8134         * gcc.c-torture/compile/20010327-1.c: New test.
8136 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
8138         * g++.old-deja/g++.other/friend12.C: New test.
8139         * g++.old-deja/g++.other/friend9.C: Expect no errors.
8140         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
8142 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
8144         * gcc.c-torture/execute/20010325-1.c: New test.
8146 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
8148         * g++.old-deja/g++.other/mangle3.C: New test.
8150 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
8152         * g++.old-deja/g++.other/anon8.C: New test.
8154 2001-03-20  Philip Blundell  <philb@gnu.org>
8156         * gcc.c-torture/compile/20010320-1.c: New test.
8158 2001-03-17  Richard Henderson  <rth@redhat.com>
8160         * g++.old-deja/g++.other/eh4.C: Add expected error text.
8162 2001-03-15  Geoff Keating  <geoff@redhat.com>
8164         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
8165         tests on AIX.
8167 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
8169         * g++.old-deja/g++.other/eh4.C: New test.
8171 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
8173         * gcc.dg/cpp/mi1.c: Update.
8175 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
8177         * g++.old-deja/g++.other/regstack.C: New test.
8179 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
8181         * g++.old-deja/g++.other/ref4.C: New test.
8183 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
8185         * objc/execute/va_method.m: Added.
8186         * objc/execute/IMP.m: Added.
8187         * objc/execute/_cmd.m: Added.
8188         * objc/execute/accessing_ivars.m: Added.
8189         * objc/execute/class-1.m: Added.
8190         * objc/execute/class-10.m: Added.
8191         * objc/execute/class-11.m: Added.
8192         * objc/execute/class-12.m: Added.
8193         * objc/execute/class-13.m: Added.
8194         * objc/execute/class-14.m: Added.
8195         * objc/execute/class-2.m: Added.
8196         * objc/execute/class-3.m: Added.
8197         * objc/execute/class-4.m: Added.
8198         * objc/execute/class-5.m: Added.
8199         * objc/execute/class-6.m: Added.
8200         * objc/execute/class-7.m: Added.
8201         * objc/execute/class-8.m: Added.
8202         * objc/execute/class-9.m: Added.
8203         * objc/execute/class-tests-1.h
8204         * objc/execute/class-tests-2.h
8205         * objc/execute/compatibility_alias.m: Added.
8206         * objc/execute/encode-1.m: Added.
8207         * objc/execute/formal_protocol-1.m: Added.
8208         * objc/execute/formal_protocol-2.m: Added.
8209         * objc/execute/formal_protocol-3.m: Added.
8210         * objc/execute/formal_protocol-4.m: Added.
8211         * objc/execute/formal_protocol-5.m: Added.
8212         * objc/execute/formal_protocol-6.m: Added.
8213         * objc/execute/formal_protocol-7.m: Added.
8214         * objc/execute/informal_protocol.m: Added.
8215         * objc/execute/initialize.m: Added.
8216         * objc/execute/load.m: Added.
8217         * objc/execute/many_args_method.m: Added.
8218         * objc/execute/nested-3.m: Added.
8219         * objc/execute/no_clash.m: Added.
8220         * objc/execute/private.m: Added.
8221         * objc/execute/redefining_self.m: Added.
8222         * objc/execute/root_methods.m: Added.
8223         * objc/execute/selector-1.m: Added.
8224         * objc/execute/static-1.m: Added.
8225         * objc/execute/static-2.m: Added.
8226         * objc/execute/va_method.m: Added.
8228 2001-03-10  Richard Henderson  <rth@redhat.com>
8230         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
8232 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
8234         * g++.old-deja/g++.other/crash31.C: XFAIL.
8235         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
8236         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
8237         * gcc.c-torture/execute/20010123-1.x: XFAIL.
8238         * gcc.c-torture/execute/20010124-1.x: XFAIL.
8239         * gcc.dg/sequence-pt-1.c: XFAIL one test.
8241 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
8243         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
8245 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
8247         * gcc.dg/20000724-1.c: Don't use multiline strings.
8249 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
8251         * objc/execute/string1.m, objc/execute/string2.m: Compare the
8252         result of -cString against what we expect it to be; don't just
8253         print it out for no one to read.
8255         * objc/execute/string3.m, objc/execute/string4.m: New tests.
8256         Based on testcases provided by Nicola Pero.
8258 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
8260         * gcc.dg/cpp/macro7.c: New test.
8262 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
8264         * gcc.dg/cpp/multiline.c: Update.
8266 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
8268         * g++.old-deja/g++.other/enum3.C: New test.
8270 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
8272         * g++.old-deja/g++.other/pod1.C: New test.
8274 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
8276         * g++.old-deja/g++.ext/overload1.C: New test.
8278 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
8280         * g++.old-deja/g++.pt/using1.C: New test.
8282 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
8284         * g++.old-deja/g++.other/using9.C: New test.
8286 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
8288         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
8290         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
8292 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
8294         * g++.old-deja/g++.ext/realpt1.C: Remove.
8296 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
8298         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
8300 2001-02-26  Will Cohen  <wcohen@redhat.com>
8302         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
8304 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
8306         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
8307         templatized constructors.
8309 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8311         * gcc.c-torture/execute/20010224-1.c: New test.
8313 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
8315         * gcc.c-torture/execute/20010222-1.c: New test.
8317 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
8319         * g++.old-deja/g++.other/inline20.C: New test.
8321 2001-02-21  Ovidiu Predescu  <ovidiu@cup.hp.com>
8323         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
8325 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
8327         * g++.old-deja/g++.other/lookup22.C: New test.
8329 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
8331         * g77.dg: New directory.
8332         * g77.dg/20010216-1.f: New test case.
8333         * g77.dg/dg.exp: New driver.
8334         * lib/g77-dg.exp: New driver library.
8336 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8338         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
8340 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
8342         * g++.old-deja/g++.other/decl9.C: New test.
8344 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
8346         * g++.old-deja/g++.other/init16.C: Update the test so that it does
8347         not need <string> and also tests the initialization at runtime.
8349 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
8351         * gcc.c-torture/execute/longlong.c: New test.
8353 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
8355         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
8357 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
8359         * gcc.c-torture/execute/920302-1.c (execute):
8360         Change argument type to short.
8362 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
8364         * g++.old-deja/g++.pt/deduct6.C: New test.
8366 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
8368         * g++.old-deja/g++.pt/deduct5.C: New test.
8370 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
8372         * gcc.c-torture/execute/20010209-1.c: New test.
8374 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
8376         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
8378 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
8380         * g++.dg/vtgc1.C: Update for new ABI.
8382         * consistency.vlad: New directory, 1665 files.
8384 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
8386         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
8387         return type.
8388         * gcc.dg/cpp/digraphs.c: Declare puts.
8390 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
8392         * g++.old-deja/g++.other/warn5.C: New test.
8394 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
8396         * g++.old-deja/g++.pt/spec40.C: New test.
8398 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
8400         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
8401         case.
8402         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
8404 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
8406         * gcc.c-torture/compile/20010209-1.c: New test.
8408 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
8410         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
8411         excess errors message but not if it crashes.
8412         * g++.old-deja/g++.other/crash27.C: Likewise.
8413         * g++.old-deja/g++.other/crash28.C: Likewise.
8414         * g++.old-deja/g++.other/crash30.C: Likewise.
8415         * g++.old-deja/g++.other/crash32.C: Likewise.
8416         * g++.old-deja/g++.other/crash35.C: Likewise.
8417         * g++.old-deja/g++.pt/inherit2.C: Likewise.
8419 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
8421         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
8422         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
8423         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
8424         g77.f-torture/execute/execute.exp,
8425         g77.f-torture/noncompile/noncompile.exp,
8426         gcc.c-torture/execute/execute.exp,
8427         gcc.c-torture/execute/memcheck/memcheck.exp,
8428         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
8429         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
8430         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
8431         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
8432         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
8433         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
8434         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
8435         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
8436         Remove bug reporting instructions with ancient email addresses.
8438 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
8440         * gcc.dg/20010202-1.c: New test.
8441         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
8443 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
8445         * g++.dg/stdbool-if.C: New test.
8447 2001-02-07  Ovidiu Predescu  <ovidiu@cup.hp.com>
8449         * objc/execute/fdecl.m: Added main().
8451 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
8453         * gcc.c-torture/execute/20010206-1.c: New test.
8455 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
8457         * gcc.dg/cpp/avoidpaste1.c: Update.
8459 2001-02-05  Ovidiu Predescu  <ovidiu@cup.hp.com>
8461         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
8462         Pero <nicola@brainstorm.co.uk>.
8463         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
8465 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
8467         * g++.old-deja/g++.pt/spec39.C: New test.
8469 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
8471         * gcc.c-torture/compile/20010202-1.c: New test.
8473 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
8475         * g++.old-deja/g++.abi/primary2.C: New test.
8476         * g++.old-deja/g++.abi/primary3.C: New test.
8477         * g++.old-deja/g++.abi/primary4.C: New test.
8478         * g++.old-deja/g++.abi/primary5.C: New test.
8479         * g++.old-deja/g++.abi/vtable3.h: New test.
8480         * g++.old-deja/g++.abi/vtable3a.C: New test.
8481         * g++.old-deja/g++.abi/vtable3b.C: New test.
8482         * g++.old-deja/g++.abi/vtable3c.C: New test.
8483         * g++.old-deja/g++.abi/vtable3d.C: New test.
8484         * g++.old-deja/g++.abi/vtable3e.C: New test.
8485         * g++.old-deja/g++.abi/vtable3f.C: New test.
8486         * g++.old-deja/g++.abi/vtable3g.C: New test.
8487         * g++.old-deja/g++.abi/vtable3h.C: New test.
8488         * g++.old-deja/g++.abi/vtable3i.C: New test.
8489         * g++.old-deja/g++.abi/vtable3j.C: New test.
8490         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
8492 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
8494         * g++.old-deja/g++.other/anon6.C: New test.
8495         * g++.old-deja/g++.other/anon7.C: New test.
8497 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
8499         * gcc.dg/cpp/avoidpaste2.c: New tests.
8501 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
8503         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
8505 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
8507         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
8508         DECIMAL_DIG cases for Irix."
8510 2001-01-31  J"orn Rennecke <amylaar@redhat.com>
8512         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
8514 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
8516         * gcc.dg/c99-tag-1.c: New test.
8518 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
8520         * gcc.dg/cpp/tr-warn1.c: Add tests.
8522 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
8524         * gcc.dg/cpp/avoidpaste1.c: Update.
8525         * gcc.dg/cpp/paste4.c: Update.
8527 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
8529         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
8530         cases for Irix.
8532 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8534         * g++.old-deja/g++.other/inline19.C: New test.
8536 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
8538         * gcc.dg/Wlarger-than.c: New test.
8540 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
8542         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
8544 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
8546         * gcc.c-torture/execute/20010129-1.c: New test.
8547         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
8549 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
8551         * gcc.dg/cpp/avoidpaste1.c: Test case.
8553 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
8555         * g++.old-deja/g++.other/inline18.C: New test.
8557 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8559         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
8560         and __builtin_putchar.
8562 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
8564         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
8565         tests.
8567 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
8569         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
8570         floating point number rounding mode to round to the nearest
8571         representable mode.
8573 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
8575         * g++.old-deja/g++.other/mangle2.C: New test.
8577 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
8579         * gcc.c-torture/compile/20010124-1.c: New test.
8581 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
8583         * g++.old-deja/g++.pt/spec38.C: New test.
8585 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8587         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
8588         "Build don't run".
8590 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8592         * gcc.c-torture/execute/20010123-1.c: New test.
8594 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
8596         * g++.old-deja/g++.pt/spec37.C: New test.
8598 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
8600         * g++.old-deja/g++.pt/overload14.C: New test.
8602 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8604         * gcc.c-torture/execute/20010122-1.c: New test, exercise
8605         __builtin_return_address.
8607 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
8609         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
8610         * g++.old-deja/g++.pt/spec35.C: New test.
8611         * g++.old-deja/g++.pt/spec36.C: New test.
8613 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
8615         * gcc.c-torture/compile/20010118-1.c: New test.
8617 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
8619         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
8621 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
8623         * gcc.c-torture/execute/20010119-1.c: New test.
8625 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
8627         * g++.old-deja/g++.other/vbase5.C: New test.
8629 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
8631         * gcc.c-torture/execute/20010118-1.c: New test.
8633 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
8635         * g++.old-deja/g++.pt/deduct3.C: New test.
8637 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
8639         * g++.old-deja/g++.pt/spec34.C: New test.
8641 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
8643         * g77.f-torture/compile/20000601-2.f: New test.
8645 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
8647         * g++.old-deja/g++.other/init17.C: New test.
8649 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
8651         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
8653 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
8655         * g++.old-deja/g++.pt/unify8.C: New test.
8657 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
8659         * g++.old-deja/g++.abi/vbase1.C: New test.
8661 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
8663         * g++.old-deja/g++.pt/crash65.C: New test.
8665 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
8667         * gcc.dg/cpp/assembl2.S: New test case.
8669 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
8671         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
8672         are supported.
8674 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8676         * g++.old-deja/g++.other/builtins1.C: New test.
8677         * g++.old-deja/g++.other/builtins2.C: Likewise.
8678         * g++.old-deja/g++.other/builtins3.C: Likewise.
8679         * g++.old-deja/g++.other/builtins4.C: Likewise.
8681 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
8683         * gcc.c-torture/compile/20010117-1.c: New test.
8684         * gcc.c-torture/compile/20010117-2.c: New test.
8686 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
8688         * g77.f-torture/execute/20010116.[fx]: New test,
8689         XFAIL on i?86-*-*.
8690         * g77.f-torture/compile/20010115.f: Indicate it's
8691         a test for PR fortran/1636.
8693 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
8695         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
8697 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
8699         * g77.f-torture/compile/20010115.f: New test.
8701 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
8703         * g++.old-deja/g++.pt/nontype5.C: New test.
8705 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
8707         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
8708         have an equivalent working one below it.
8710 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
8712         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
8713         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
8715 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
8717         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
8718         message containing "init_priority".
8719         (conpr-2.C): Likewise.
8720         (conpr-3.C): Likewise.
8721         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
8723 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8725         * gcc.c-torture/execute/20010114-2.c: New test.
8727 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
8729         * gcc.c-torture/compile/20010114-1.c: New test.
8730         * gcc.c-torture/compile/20010114-1.x: Xfail.
8731         * gcc.c-torture/compile/20010114-2.c: New test.
8732         * gcc.c-torture/execute/20010114-1.c: New test.
8733         * gcc.dg/trunc-1.c: New test.
8734         * gcc.dg/uninit-B.c: New test.
8736 2001-01-13  Nick Clifton  <nickc@redhat.com>
8738         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
8739         target.
8741 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8743         * gcc.c-torture/compile/20010113-1.c: New test.
8745 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
8747         * gcc.c-torture/compile/20001212-1.c: New test.
8749 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
8751         * gcc.dg/cpp/widestr1.c: Update.
8752         * gcc.dg/cpp/prag-imp.c: Remove.
8754 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
8756         * gcc.c-torture/execute/20000801-3.x: Remove.
8757         * gcc.dg/c90-init-1.c: New test.
8758         * gcc.dg/c99-init-1.c: New test.
8759         * gcc.dg/c99-init-2.c: New test.
8760         * gcc.dg/gnu99-init-1.c: New test.
8762 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
8764         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
8765         testing that no relevant ones were found.
8767 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
8769         * g++.old-deja/g++.pt/cast2.C: New test.
8771 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
8773         * g++.old-deja/g++.pt/friend47.C: New test.
8775 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
8777         * g++.old-deja/g++.pt/instantiate13.C: New test.
8779 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
8781         * g++.old-deja/g++.other/defarg7.C: New test.
8782         * g++.old-deja/g++.other/defarg8.C: New test.
8784 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
8786         * g++.old-deja/g++.pt/crash64.C: New test.
8788 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
8790         * g++.old-deja/g++.pt/crash63.C: New test.
8792 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
8794         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
8796 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
8798         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
8800 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
8802         * g++.old-deja/g++.pt/error3.C: New test.
8804 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
8806         * g++.old-deja/g++.other/crash39.C: New test.
8808 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
8810         * g++.old-deja/g++.other/vbase4.C: New test.
8812 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
8814         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
8815         * gcc.dg/special/20000419-2.c: New file. Identical to above.
8816         * gcc.dg/special/special.exp: New test driver which will check
8817         for alias support for the above test.
8819 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
8821         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
8822         problems on small machines.
8823         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
8824         parameterize.
8826 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
8828         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
8829         mips.
8830         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
8832 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
8834         * g++.old_deja/g++.pt/using8.C: New test.
8836 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
8838         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
8840 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
8842         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
8843         where a failure is expected.
8844         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
8846 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
8848         * g++.old_deja/g++.pt/instantiate12.C: New test.
8850 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
8852         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
8853         start of structs.
8854         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
8855         * g++.old-deja/g++.brendan/crash17.C: Likewise.
8856         * g++.old-deja/g++.brendan/crash29.C: Likewise.
8857         * g++.old-deja/g++.brendan/crash48.C: Likewise.
8858         * g++.old-deja/g++.brendan/ns1.C: Likewise.
8859         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
8860         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
8861         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
8862         * g++.old-deja/g++.eh/spec6.C: Likewise.
8863         * g++.old-deja/g++.jason/crash3.C: Likewise.
8864         * g++.old-deja/g++.law/ctors11.C: Likewise.
8865         * g++.old-deja/g++.law/ctors17.C: Likewise.
8866         * g++.old-deja/g++.law/ctors5.C: Likewise.
8867         * g++.old-deja/g++.law/ctors9.C: Likewise.
8868         * g++.old-deja/g++.mike/ambig1.C: Likewise.
8869         * g++.old-deja/g++.mike/net22.C: Likewise.
8870         * g++.old-deja/g++.mike/p3538a.C: Likewise.
8871         * g++.old-deja/g++.mike/p3538b.C: Likewise.
8872         * g++.old-deja/g++.mike/virt3.C: Likewise.
8873         * g++.old-deja/g++.niklas/t128.C: Likewise.
8874         * g++.old-deja/g++.other/anon4.C: Likewise.
8875         * g++.old-deja/g++.other/using1.C: Likewise.
8876         * g++.old-deja/g++.other/warn3.C: Likewise.
8877         * g++.old-deja/g++.pt/t37.C: Likewise.
8878         * g++.old-deja/g++.robertl/eb69.C: Likewise.
8879         * g++.old-deja/g++.robertl/eb71.C: Likewise.
8881 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
8883         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
8885 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8887         * gcc.c-torture/execute/stdio-opt-3.c: New test.
8889 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
8891         * gcc.c-torture/compile/20010107-1.c: New test.
8893 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
8895         * gcc.c-torture/execute/builtin-noret-1.c: New test.
8897 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
8899         * gcc.dg/format/format.h: New file.
8900         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
8901         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
8902         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
8903         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
8904         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
8905         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
8906         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
8907         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
8908         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
8909         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
8910         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
8911         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
8912         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
8913         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
8914         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
8915         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
8916         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
8917         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
8918         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
8919         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
8920         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
8921         instead of declaring standard types, macros and functions in each
8922         test.
8924 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
8926         * gcc.c-torture/execute/20010106-1.c: New test.
8928 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
8930         * gcc.dg/format/format.exp: New file.
8931         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
8932         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
8933         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
8934         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
8935         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
8936         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
8937         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
8938         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
8939         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
8940         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
8941         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
8942         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
8943         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
8944         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
8945         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
8946         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
8947         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
8948         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
8949         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
8950         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
8951         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
8952         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
8953         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
8954         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
8955         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
8956         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
8957         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
8958         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
8959         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
8960         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
8961         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
8962         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
8963         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
8964         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
8965         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
8966         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
8967         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
8968         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
8969         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
8970         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
8971         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
8972         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
8974 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
8976         * gcc.c-torture/execute/991228-1.c: Take word endianness into
8977         account.
8979 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
8981         * gcc.c-torture/execute/builtin-complex-1.c: New test.
8983 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
8985         * g++.old-deja/g++.pt/crash62.C: New test.
8987 2001-01-04  Richard Henderson  <rth@redhat.com>
8989         * gcc.dg/20000926-1.c: Update expected warnings.
8990         * gcc.dg/array-2.c: Likewise.
8991         * gcc.dg/array-4.c: Also validate flexible array members.
8992         * gcc.dg/c99-flex-array-1.c: New.
8994 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
8996         * gcc.c-torture/compile/20001222-1.x: Remove.
8998 2001-01-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9000         * gcc.c-torture/execute/built-in-setjmp.c: New.
9002 2001-01-03  Richard Henderson  <rth@redhat.com>
9004         * gcc.dg/940510-1.c: Update expected error wording.
9005         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
9007 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
9009         * lib/target-supports.exp (check_alias_available): Modified to
9010         indicate aliases not supported if only weak aliases are supported.
9012 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9014         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
9015         Turn on cmpstrsi checks for __pj__ and __i370__.
9017 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
9019         * g++.old-deja/g++.other/virtual11.C: New test.
9021 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
9023         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
9025 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9027         * gcc.c-torture/compile/20010102-1.c: New test.
9029 2001-01-02  Andreas Jaeger  <aj@suse.de>
9031         * gcc.dg/noreturn-3.c: New test.
9033         * gcc.dg/noreturn-4.c: New test.
9035 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9037         * gcc.c-torture/execute/stdio-opt-1.c: Also test
9038         __builtin_fputc and __builtin_fwrite.
9040 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
9042         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
9043         signed char, not default char.
9045 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
9047         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
9049 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
9051         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
9053 2000-12-29  Richard Henderson  <rth@redhat.com>
9055         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
9056         (__cyg_profile_func_exit): Define.
9058 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
9060         * g++.dg/vtgc1.C: New test.
9062 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
9064         * gcc.dg/noncompile/20001228-1.c: New test.
9066         * gcc.dg/20001228-1.c: New test.
9068         * gcc.c-torture/execute/20001228-1.c: New test.
9070 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
9072         * gcc.dg/format-strfmon-1.c: New test.
9074 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9076         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
9077         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
9078         * gcc.c-torture/execute/string-opt-1.c: Likewise.
9079         * gcc.c-torture/execute/string-opt-2.c: Likewise.
9080         * gcc.c-torture/execute/string-opt-3.c: Likewise.
9081         * gcc.c-torture/execute/string-opt-4.c: Likewise.
9082         * gcc.c-torture/execute/string-opt-6.c: Likewise.
9083         * gcc.c-torture/execute/string-opt-7.c: Likewise.
9084         * gcc.c-torture/execute/string-opt-8.c: Likewise.
9085         * gcc.c-torture/execute/string-opt-9.c: Likewise.
9086         * gcc.c-torture/execute/string-opt-10.c: Likewise.
9087         * gcc.c-torture/execute/string-opt-11.c: Likewise.
9088         * gcc.c-torture/execute/string-opt-12.c: Likewise.
9090         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
9091         * gcc.c-torture/execute/string-opt-4.c: Test index.
9093 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
9095         * gcc.c-torture/compile/20001226-1.c: New test.
9097 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
9099         * gcc.c-torture/compile/20001222-1.c: New test.
9100         * gcc.c-torture/compile/20001222-1.x: Xfail.
9102 2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
9104         * gcc.c-torture/execute/comp-goto-2.c: New test.
9106 2000-12-21  J"orn Rennecke <amylaar@redhat.com>
9108         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
9109         Use long types if __INT_MAX__ is 32767.
9110         (main): Use cast to (sint32 *) when poking 88 into a_page.
9112         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
9114 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
9116         * gcc.c-torture/compile/20001221-1.c: New test.
9117         * gcc.c-torture/execute/20001221-1.c: New test.
9119 2000-12-20  Richard Henderson  <rth@redhat.com>
9121         * g++.old-deja/g++.pt/crash36.C: Update error lines.
9122         * g++.old-deja/g++.robertl/eb109.C: Likewise.
9124 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9126         * gcc.dg/compare3.c: New test.
9128 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
9130         * gcc.dg/format-warnll-1.c: New test.
9132 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
9134         * gcc.dg/cpp/cmdlne-P.c: New test.
9136 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
9138         * gcc.c-torture/execute/builtin-abs-1.c,
9139         gcc.c-torture/execute/builtin-abs-2.c: New tests.
9141 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
9143         * gcc.dg/cpp/multiline.c: New test.
9145 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
9147         * g++.old-deja/g++.other/syshdr1.C: Update.
9148         * gcc.dg/cpp/lineflags.c: Remove temporarily.
9150 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9152         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
9154 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9156         * g++.old-deja/g++.pt/ttp65.C: New test.
9158 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9160         * g++.old-deja/g++.pt/ttp64.C: New test.
9162 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9164         * g++.old-deja/g++.pt/spec33.C: New test.
9166 2000-12-14  Catherine Moore  <clm@redhat.com>
9168         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
9169         * gcc.c-torture/execute/920612-2.c: Likewise.
9170         * gcc.c-torture/execute/920428-2.c: Likewise.
9171         * gcc-c-torture/execute/va-arg-11.c: Call exit.
9172         * gcc.c-torture/execute/va-arg-21.c: Likewise.
9174 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9176         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
9177         * gcc.dg/pack-test-2.c: Likewise.
9179 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
9181         Tests by Zack Weinberg <zackw@stanford.edu>.
9183         * gcc.dg/cpp/defined.c: Update.
9184         * gcc.dg/cpp/defined_trad.c: New tests.
9186 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
9188         * gcc.dg/cpp/trad-direct.c: Update.
9190 2000-12-11  Neil Booth  <neilb@earthling.net>
9192         * gcc.dg/cpp/defined_trad.c
9194 2000-12-11  Neil Booth  <neilb@earthling.net>
9196         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
9198 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
9200         * gcc.dg/format-miss-2.c: New test.
9202 2000-12-09  Neil Booth  <neilb@earthling.net>
9204         * gcc.dg/cpp/lineflags.c: New tests.
9205         * gcc.dg/cpp/poison.c: Update.
9206         * gcc.dg/cpp/redef2.c: Update.
9207         * gcc.dg/cpp/skipping.c: New test.
9209 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
9211         * g++.old-deja/g++.other/eh3.C: New testcase.
9213 2000-12-07  Neil Booth  <neilb@earthling.net>
9215         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
9216         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
9217         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
9218         wtr-union-init-2.c, wtr-union-init-3.c: Update.
9219         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
9220         Update.
9222 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
9224         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
9225         __SIZE_TYPE__ instead of int for type of integers cast to
9226         pointers.
9228 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
9230         * g++.old-deja/g++.other/cleanup4.C: New test.
9232 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
9234         * format-sec-1.c: New test.
9236 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
9238         * gcc.dg/format-nonlit-3.c: New test.
9240 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
9242         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
9243         through a null pointer.
9245 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9247         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
9248         * g++.old-deja/g++.pt/partial4.C: New test.
9250 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
9252         * gcc.c-torture/execute/ieee/hugeval.x: New.
9254 2000-12-06  Neil Booth  <neilb@earthling.net>
9256         * gcc.dg/cpp/backslash2.c: New tests.
9258 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9260         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
9261         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
9263 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
9265         * gcc.c-torture/execute/20001203-2.c: New testcase.
9267 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
9269         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
9270         * g++.old-deja/g++.other/virtual10.C: New test.
9272 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
9274         * g++.old-deja/g++.mike/pmf5.C: Remove test.
9276 2000-12-05  Richard Henderson  <rth@redhat.com>
9278         * gcc.c-torture/compile/20001205-1.c: New.
9280 2000-12-04  Neil Booth  <neilb@earthling.net>
9282         * g++.old-deja/g++.other/virtual9.C: New test.
9283         * g++.old-deja/g++.pt/crash61.C: New test.
9284         * gcc.c-torture/execute/loop-9.c: New test.
9286 2000-12-04  Neil Booth  <neilb@earthling.net>
9288         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
9289         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
9290         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
9291         * gcc.dg/cpp/extratokens.c: ...here.
9293 2000-12-04  Neil Booth  <neilb@earthling.net>
9295         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
9296         New tests.
9298 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9300         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
9301         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
9303 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
9305         * gcc.c-torture/execute/20001203-1.c: New test.
9307 2000-12-03  Neil Booth  <neilb@earthling.net>
9309         * gcc.dg/cpp/macro6.c: New test cases.
9311 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9313         * gcc.c-torture/execute/string-opt-9.c: New test.
9314         * gcc.c-torture/execute/string-opt-10.c: Likewise.
9315         * gcc.c-torture/execute/string-opt-11.c: Likewise.
9316         * gcc.c-torture/execute/string-opt-12.c: Likewise.
9318         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
9319         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
9321 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
9323         * gcc.dg/cpp/if-6.c: New testcase.
9325         * gcc.dg/20001201-1.c: New testcase.
9327 2000-12-02  Neil Booth  <neilb@earthling.net>
9329         * g++.old-deja/g++.other/externC4.C,
9330         g++.old-deja/g++.other/friend10.C: New tests.
9332 2000-12-02  Neil Booth  <neilb@earthling.net>
9334         * g++.old-deja/g++.other/instan2.C
9335         * g++.old-deja/g++.other/instan3.C: New test.
9337 2000-12-02  Neil Booth  <neilb@earthling.net>
9339         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
9340         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
9341         gnuc99.c,gnuc99-pedantic.c: New tests.
9343 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
9345         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
9346         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
9348 2000-12-01  Neil Booth  <neilb@earthling.net>
9350         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
9351         * gcc.dg/cpp/poison.c: Update.
9352         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
9354 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
9356         * g77.f-torture/execute/20001201.f: New test.
9358 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
9360         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
9362 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
9364         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
9366 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
9368         * g++.old-deja/g++.other/cast6.C: New test.
9370 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
9372         * gcc.c-torture/execute/20001130-2.c: New testcase.
9374 2000-11-30  Richard Henderson  <rth@redhat.com>
9376         * gcc.c-torture/execute/20001130-1.c: New test.
9378 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
9380         * g++.old-deja/g++.other/op3.C: New test.
9382 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
9384         * g++.old-deja/g++.other/op2.C: New test.
9386 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
9388         * g++.old-deja/g++.other/crash38.C: New test.
9390 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
9392         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
9394 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
9396         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
9397         tests.
9398         * gcc.c-torture/execute/string-opt-6.c: New test.
9400         * gcc.dg/20001117-1.c: Add main.
9402 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
9404         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
9405         Move from here ...
9406         * gcc.dg/940510-1.c: ... to here.
9408         * gcc.dg/20000926-1.c: GNU C now allows initializations of
9409         zero-size arrays in toplevel structures.
9411 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
9413         * gcc.c-torture/execute/loop-8.c: New test.
9415 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
9417         * g++.old-deja/g++.other/base1.C: New test.
9419 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
9421         * g++.old-deja/g++.other/parse2.C: New test.
9423 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
9425         * g++.old-deja/g++.pt/incomplete1.C: New test.
9427 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
9429         * g++.old-deja/g++.other/friend9.C: New test.
9431 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
9433         * gcc.dg/20001127-1.c: New test.
9435 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
9437         * g++.old-deja/g++.pt/friend46.C: New test.
9439 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
9441         * g++.old-deja/g++.other/ptrmem8.C: New test.
9443 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9445         * gcc.c-torture/execute/string-opt-7.c: New test.
9446         * gcc.c-torture/execute/string-opt-8.c: Likewise.
9448 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
9450         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
9451         instead of 'mkcheck 2'.
9453 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
9455         * gcc.c-torture/execute/memcheck/driver.c,
9456         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
9457         C9X references to refer to C99.
9459 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
9461         * gcc.dg/ultrasp3.c: New test.
9463 2000-11-25  Neil Booth  <neilb@earthling.net>
9465         * gcc.dg/cpp/include2.c: Update test to be locale independent.
9467 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
9469         * gcc.c-torture/compile/20001123-2.c: New.
9471 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9473         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
9475 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
9477         * gcc.dg/sequence-point-1.c: Add some new tests.
9478         * gcc.c-torture/execute/20001124-1.c: New test.
9480 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
9482         * g++.old-deja/g++.other/vaarg4.C: New test.
9483         * gcc.c-torture/compile/20001123-1.c: New test.
9485 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
9487         * g++.other/crash24.C: Adjust and remove XFAIL.
9488         * g++.other/crash37.C: New test.
9490 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
9492         * g++.old-deja/g++.pt/instantiate9.C: New test.
9494 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
9496         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
9497         new ABI, too.
9499         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
9500         * g++.old-deja/g++.robertl/eb55.C: Likewise.
9502 2000-11-22  Neil Booth  <neilb@earthling.net>
9504         * gcc.dg/cpp/Wtrigraphs.c: New test.
9506 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
9508         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
9510 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
9512         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
9514 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
9516         * lib/gcc-dg.exp: load_lib scanasm.exp.
9517         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
9518         * lib/g++-dg.exp: load_lib scanasm.exp.
9519         * lib/scanasm.exp: New.
9520         (scan-assembler, scan-assembler-not): Add optional arguments to
9521         test name, or if not present, the pattern name.
9522         (scan-assembler-dem, scan-assembler-dem-not): New.
9524         * g++.dg/dg.exp: New.
9526 2000-11-21  Neil Booth  <neilb@earthling.net>
9528         * gcc.dg/cpp/integrated1.c: Remove.
9530 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
9532         * gcc.c-torture/execute/20001121-1.c: New test.
9534 2000-11-21  Richard Henderson  <rth@redhat.com>
9536         * gcc.c-torture/compile/20001121-1.c: New test.
9538 2000-11-20  Neil Booth  <neilb@earthling.net>
9540         * gcc.dg/cpp/integrated1.c: New test.
9542 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
9544         * g++.old-deja/g++.other/inline17.C: New test.
9546 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
9548         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
9549         local variable to be zero: I made the variable global. Now
9550         uses abort() and exit() instead of relying on main's return value.
9552 2000-11-20  Neil Booth  <neilb@earthling.net>
9554         * gcc.dg/cpp/paste2.c: Update test.
9555         * objc/execute/paste.m: New test.
9557 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
9559         * gcc.dg/c99-condexpr-1.c: New test.
9561 2000-11-20  Neil Booth  <neilb@earthling.net>
9563         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
9565 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
9567         * g++.old-deja/g++.pt/export1.C: New test.
9569 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
9571         * gcc.dg/20001117-1.c: New test.
9573 2000-11-18  Richard Henderson  <rth@redhat.com>
9575         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
9577 2000-11-18  Richard Henderson  <rth@redhat.com>
9579         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
9580         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
9581         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
9583 2000-11-18  Richard Henderson  <rth@redhat.com>
9585         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
9586         (main): New.  Exit cleanly.
9588 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
9590         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
9591         gcc.dg/c99-fordecl-2.c: New tests.
9593 2000-11-18  Richard Henderson  <rth@redhat.com>
9595         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
9596         * gcc.c-torture/execute/zerolen-2.c: New.
9598 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9600         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
9601         memory.
9603 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
9605         * g++.old-deja/g++.pt/instantiate8.C: New test.
9607 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
9609         * g++.old-deja/g++.other/incomplete.C: Add more tests.
9610         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
9612 2000-11-16  Nick Clifton  <nickc@redhat.com>
9614         * gcc.c-torture/execute/nestfunc-2.c: New test.
9615         * gcc.c-torture/execute/nestfunc-3.c: New test.
9617 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
9619         * gcc.c-torture/compile/20001116-1.c: New test.
9621 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9623         * gcc.c-torture/execute/20001115-1.c: New test.
9625 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
9627         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
9628         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
9629         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
9630         * g++.old-deja/g++.abi/vmihint.C: Likewise.
9632 2000-11-15  Neil Booth  <neilb@earthling.net>
9634         gcc.dg/cpp/_Pragma1.c: Update.
9635         gcc.dg/cpp/_Pragma2.c: New test.
9637 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
9639         * g++.old-deja/g++.other/anon5.C: New test.
9641 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
9643         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
9644         tests.
9646 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
9648         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
9649         output.
9651 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9653         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
9654         labels at end of compound statements.
9656 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
9658         * gcc.c-torture/execute/loop-7.c: New test.
9660 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9662         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
9664 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9666         * gcc.dg/c99-bool-1.c: New test.
9668 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9670         * gcc.dg/c99-scope-1.c: Remove xfail.
9671         * gcc.dg/c99-scope-2.c: New test.
9673 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9675         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
9676         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
9678 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
9680         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
9681         error messages.
9683         * g++.mike/p700.C: Don't typedef wchar_t.
9684         * g++.mike/p784.C: Likewise.
9685         * g++.mike/eb101.C: Don't use __wchar_t.
9687 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
9689         * g77.f-torture/execute/20001111.[fx]: Test premature exit
9690         from DO loop.
9692 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
9694         * gcc.c-torture/execute/20001111-1.c: New test.
9696 2000-11-10  Nick Clifton  <nickc@redhat.com>
9698         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
9699         long multuiple and accumulate.
9701 2000-11-09  Richard Henderson  <rth@redhat.com>
9703         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
9704         via size_t instead of int.
9706         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
9707         * gcc.c-torture/execute/string-opt-2.c: Likewise.
9708         * gcc.c-torture/execute/string-opt-3.c: Likewise.
9709         * gcc.c-torture/execute/string-opt-4.c: Likewise.
9711 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
9713         * gcc.c-torture/compile/20001109-1.c: New test.
9714         * gcc.c-torture/compile/20001109-2.c: New test.
9716 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
9718         * g++.old-deja/g++.pt/operator1.C: New test.
9719         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
9721 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
9723         * gcc.dg/20001108-1.c: New test.
9725 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
9727         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
9728         with both arguments constant strings.
9729         * gcc.c-torture/execute/string-opt-3.c: New test.
9730         * gcc.c-torture/execute/string-opt-4.c: New test.
9731         * gcc.c-torture/execute/string-opt-5.c: New test.
9733 2000-11-08  Nick Clifton  <nickc@redhat.com>
9735         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
9736         mulsidi3adddi patterns.
9738 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
9740         * g++.old-deja/g++.other/crash36.C: New test.
9742 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
9744         * g++.old-deja/g++.other/init16.C: New test.
9746 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
9748         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
9750 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
9752         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
9753         * gcc.c-torture/execute/va-arg-16.x: Likewise.
9754         * gcc.c-torture/execute/va-arg-17.x: Likewise.
9756 2000-11-07  DJ Delorie  <dj@redhat.com>
9758         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
9760 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9762         * gcc.c-torture/execute/string-opt-1.c: New test.
9764 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
9766         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
9767         mips-sgi-irix6.* because the MIPS ABI passes floating-point
9768         parameters in registers, and there is no way for a varargs
9769         function to know in which order the integer and floating-point
9770         parameters should be interleaved when they are placed on the
9771         stack.
9772         * gcc.c-torture/execute/va-arg-16.x: Likewise.
9773         * gcc.c-torture/execute/va-arg-17.x: Likewise.
9775 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9777         * gcc.c-torture/execute/string-opt-2.c: New test.
9779 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
9781         * g++.old-deja/g++.pt/crash60.C: New test.
9783 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
9785         * g++.old-deja/g++.other/crash24.C: New test.
9786         * g++.old-deja/g++.other/crash25.C: New test.
9787         * g++.old-deja/g++.other/crash26.C: New test.
9788         * g++.old-deja/g++.other/crash27.C: New test.
9789         * g++.old-deja/g++.other/crash28.C: New test.
9790         * g++.old-deja/g++.other/crash29.C: New test.
9791         * g++.old-deja/g++.other/crash30.C: New test.
9792         * g++.old-deja/g++.other/crash31.C: New test.
9793         * g++.old-deja/g++.other/crash32.C: New test.
9794         * g++.old-deja/g++.other/crash33.C: New test.
9795         * g++.old-deja/g++.other/crash34.C: New test.
9796         * g++.old-deja/g++.other/crash35.C: New test.
9798 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
9800         * gcc.c-torture/execute/20001031-1.c: New test.
9802 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
9804         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
9805         namespace.
9807         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
9808         standards-conformant.
9810         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
9812         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
9813         * g++.old-deja/g++.mike/p755a.C: Likewise.
9814         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
9815         library makes no calls to `operator new' during initialization.
9817 2000-11-04  Neil Booth  <neilb@earthling.net>
9819         * gcc.dg/cpp/include2.c: New tests.
9821 2000-11-03  Mark P Mitchell  <mark@codesourcery.com>
9823         * lib/g++.exp (g++_set_ld_library_path): New function.
9824         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
9826 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
9828         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
9829         warnings.
9831 2000-11-01  Richard Henderson  <rth@redhat.com>
9833         * g++.old-deja/g++.ext/namedret1.C: New.
9834         * g++.old-deja/g++.ext/namedret2.C: New.
9835         * g++.old-deja/g++.ext/namedret3.C: New.
9837 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
9839         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
9840         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
9842 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9844         * gcc.c-torture/execute/va-arg-21.c: New test.
9846 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
9848         * gcc.dg/c99-complex-2.c: New test.
9850 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9852         * gcc.c-torture/execute/stdio-opt-1.c: New test.
9854 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
9856         * g++.old-deja/g++.other/inline16.C: New test.
9858 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
9860         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
9861         __PRETTY_FUNCTION__
9863 2000-10-29  Neil Booth  <neilb@earthling.net>
9865         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
9866         New tests.
9867         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
9868         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
9869         optimisation.
9871 2000-10-29  Neil Booth  <neilb@earthling.net>
9873         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
9874         * mi1.c, mi1c.h: Add null directives to multiple-include test.
9875         * mi5.c: Test multiple includes work with -C.
9876         * trigraphs.c: Test ^= version.
9878 2000-10-28  Neil Booth  <neilb@earthling.net>
9880         New tests and test updates for new macro expander.
9882         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
9883         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
9884         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
9885         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
9886         new diagnostic messages.
9888         * gcc.dg/cpp/macro3.c: New tests.
9890 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
9892         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
9893         on the same line.
9895 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
9897         * g++.old-deja/g++.other/eh2.C: New test.
9899 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
9901         * gcc.c-torture/execute/20001027-1.c: New test.
9903 2000-10-26  Richard Henderson  <rth@redhat.com>
9905         * gcc.c-torture/execute/20001026-1.c: New.
9907 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
9909         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
9910         * g++.old-deja/g++.law/builtin1.C: Likewise.
9911         * g++.old-deja/g++.law/ctors10.C: Likewise.
9912         * g++.old-deja/g++.law/virtual3.C: Likewise.
9913         * g++.old-deja/g++.mike/p658.C: Likewise.
9914         * g++.old-deja/g++.other/sibcall1.C: Likewise.
9915         * g++.old-deja/g++.other/vaarg2.C: Likewise.
9916         * g++.old-deja/g++.robertl/eb124.C: Likewise.
9917         * g++.old-deja/g++.robertl/eb44.C: Likewise.
9918         * g++.old-deja/g++.robertl/eb77.C: Likewise.
9920 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
9922         * gcc.c-torture/compile/20001024-1.c: New test.
9924 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
9926         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
9927         to tell us whether or not we are using V3.
9929 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
9931         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
9932         operands.
9934 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
9936         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
9938 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
9940         * gcc.c-torture/execute/20001024-1.c: New test.
9942 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
9944         * g++.old-deja/g++.other/sibcall1.C: New test.
9946 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
9948         * gcc.dg/noncompile/init-3.c: New test.
9950 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
9952         * gcc.dg/format-array-1.c: New test.
9954 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
9956         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
9957         writing through null pointers; remove comment about testing
9958         unterminated strings.
9960 2000-10-17  Matthew Hiller  <hiller@redhat.com>
9962         * gcc.c-torture/execute/20001017-2.c: New test.
9964 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
9966         * gcc.c-torture/compile/20001018-1.c: New test.
9967         * gcc.c-torture/compile/20001018-1.x: Xfail.
9969 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9971         * gcc.c-torture/execute/20001017-1.c: New test.
9973 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
9975         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
9976         for multiple use of arguments with scanf formats; add tests for
9977         multiple use of arguments.
9979 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
9981         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
9983 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
9985         * gcc.dg/format-miss-1.c: New test.
9987 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
9989         * gcc.c-torture/execute/20001013-1.c: New test.
9991 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
9993         * gcc.dg/format-branch-1.c: New test.
9995 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
9997         * README, lib/file-format.exp: Remove EGCS references.
9999 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
10001         * gcc.dg/20001013-1.c: New test.
10003 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
10005         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
10006         for intmax_t in the compiler using __typeof__ and the type rules
10007         for conditional expressions.
10009 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
10011         * gcc.dg/20001012-1.c: New test.
10012         * gcc.dg/20001012-2.c: New test.
10014 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
10016         * gcc.dg/format-attr-1.c: New test.
10018 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
10020         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
10021         __LONG_LONG_MAX__ instead of LLONG_MAX.
10023 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
10025         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
10026         scanf flags.
10027         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
10028         flags.
10030 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
10032         * gcc.dg/sequence-pt-1.c: New test.
10034 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
10036         * gcc.c-torture/execute/20001011-1.c: New testcase.
10037         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
10039 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
10041         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
10042         does not error on it.
10044 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
10046         * gcc.dg/20001009-1.c: New test.
10048 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
10050         * gcc.c-torture/compile/20001009-1.c: Move from here ....
10051         * gcc.c-torture/execute/20001009-2.c: ... to here.
10053 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
10055         * gcc.c-torture/compile/20001009-1.c: New testcase.
10056         * gcc.c-torture/execute/20001009-1.c: New testcase.
10057         Testcases provided by Jan Hubicka <jh@suse.cz>.
10059 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
10061         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
10062         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
10063         uintmax_t using <limits.h> to emulate the compiler's internal
10064         logic.  No longer XFAIL %j tests.
10066 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
10068         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
10069         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
10070         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
10071         regexps and details of expected handling of some bad formats.
10072         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
10073         suppression.
10075 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
10077         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
10078         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
10079         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
10080         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
10081         in list archives.
10083 2000-10-06  Richard Henderson  <rth@cygnus.com>
10085         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
10086         * g++.old-deja/g++.brendan/crash52.C: Likewise.
10087         * g++.old-deja/g++.jason/report.C: Likewise.
10088         * g++.old-deja/g++.law/friend5.C: Likewise.
10089         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
10090         of the expected warnings.
10092 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
10094         * g++.old-deja/g++.pt/enum14.C: New test.
10096 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
10098         * g++.old-deja/g++.pt/crash59.C: New test.
10100 2000-10-04  Will Cohen  <wcohen@redhat.com>
10102         * gcc.dg/20000926-1.c: New test.
10104 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
10106         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
10107         function name for current C++ compiler.
10108         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
10110 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
10112         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
10113         __PRETTY_FUNCTION__.
10114         * g++.old-deja/g++.ext/pretty2.C: Likewise.
10116 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10118         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
10120 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
10122         * gcc.c-torture/compile/20000923-1.c: New test.
10124 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
10126         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
10127         * g++.old-deja/g++.pt/ttp62.C: Same.
10128         * g++.old-deja/g++.other/inline14.C: Same.
10130 2000-09-24  Richard Henderson  <rth@cygnus.com>
10132         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
10134 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
10136         * gcc.dg/c90-printf-1.c: Add test for wide string format.
10138 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
10140         * gcc.c-torture/compile/20000922-1.c: New file.
10142 2000-09-21  Nick Clifton  <nickc@redhat.com>
10144         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
10145         a signed long modulo operation.
10146         (mod6): New function - perform an unsigned long modulo operation.
10147         (main): Add tests for modulos of very large numbers by very small
10148         dividends.
10150 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10152         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
10154 2000-09-19  Richard Henderson  <rth@cygnus.com>
10156         * gcc.dg/compare2.c (case 10): XFAIL.
10158 2000-09-18  Richard Henderson  <rth@cygnus.com>
10160         * gcc.c-torture/execute/20000906-1.c: Move ...
10161         * gcc.dg/20000906-1.c: ... here.  Only run on targets
10162         that support __builtin_trap.
10164 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
10166         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
10168 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
10170         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
10171         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
10172         more $ format tests.
10174 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
10176         * gcc.dg/format-errmk-1.c: New test.
10178 2000-09-17  Greg McGary  <greg@mcgary.org>
10180         * gcc.c-torture/execute/20000917-1.x: Remove.
10182 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
10184         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
10186 2000-09-17  Greg McGary  <greg@mcgary.org>
10188         * gcc.c-torture/execute/20000917-1.c: New test.
10189         * gcc.c-torture/execute/20000917-1.x: XFAIL.
10191 Sat 16-Sep-2000 08:14:58 BST  Neil Booth  <NeilB@earthling.net>
10193         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
10194         in nested macro bug.
10196 Fri 15-Sep-2000 06:50:11 BST  Neil Booth  <NeilB@earthling.net>
10198         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
10200 2000-09-14  Jeffrey A Law  (law@cygnus.com)
10202         * gcc.c-torture/execute/20000914-1.c: New test.
10204 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
10206         * g++.other/inline13.C: New test.
10208 2000-09-12  Andreas Jaeger  <aj@suse.de>
10210         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
10211         constant by Ulrich Drepper <drepper@redhat.com>.
10213 2000-09-12  J"orn Rennecke <amylaar@redhat.co.uk>
10215         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
10217 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10219         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
10221 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
10223         * gcc.dg/cpp/backslash.c: New test.
10225 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
10227         * gcc.c-torture/execute/20000910-1.c: New test.
10228         * gcc.c-torture/execute/20000910-2.c: Likewise.
10230 2000-09-11  Robert Lipe  <robertl@sco.com>
10232         * gcc.dg/pragma-align.c: New test.
10234 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
10236         * g++.old-deja/g++.pt/explicit82.C: New test.
10237         * g++.old-deja/g++.pt/explicit83.C: New test.
10239 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
10241         * gcc.dg/asm-names.c: New test.
10243 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10245         * gcc.dg/cpp/tr-warn6.c: New test
10247 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
10249         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
10250         be accepted.
10252 2000-09-07  Catherine Moore  <clm@redhat.com>
10254         * gcc.c-torture/execute/unroll-1.c: New test.
10256 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
10258         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
10259         ERROR markers.
10260         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
10261         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
10262         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
10263         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
10264         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
10265         Preprocess only.
10266         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
10267         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
10269 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
10271         * g++.old-deja/g++.pt/deduct2.C: New test.
10273 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
10275         * g++.old-deja/g++.pt/parms2.C: New test.
10277 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
10279         * g++.old-deja/g++.pt/crash58.C: New test.
10281 2000-09-06  Greg McGary  <greg@mcgary.org>
10283         * gcc.c-torture/execute/20000906-1.c: New test.
10284         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
10286 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10288         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
10290 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
10292         * g++.old-deja/g++.pt/crash57.C: New test.
10294 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
10296         * g++.old-deja/g++.pt/crash56.C: New test.
10298 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
10300         * g++.old-deja/g++.pt/koenig1.C: New test.
10302 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
10304         * gcc.dg/20000904-1.c: New test.
10306 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
10308         * gcc.dg/cpp/paste8.c: New test.
10310 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
10312         * gcc.c-torture/compile/20000827-1.c: New test.
10314 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
10316         * gcc.dg/format-diag-1.c: New test.
10318 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
10320         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
10321         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
10322         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
10323         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
10324         gcc.dg/formatz-1.c: Adjust warning regular expressions.
10326 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
10328         * g++.old-deja/g++.other/nested4.C: New test.
10330 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
10332         * g++.old-deja/g++.ns/scoped1.C: New test.
10334 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
10336         * lib/g++.exp: Support testing already-installed GCC.
10338 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10340         * wtr-label-1.c, wtr-suffix-1.c: New tests.
10342 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10344         * gcc.dg/return-type-2.c: New test.
10346 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
10348         * gcc.c-torture/compile/20000825-1.c: New test.
10350 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
10352         * gcc.dg/dwarf2-2.c: New test.
10354 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
10356         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
10357         dg-warning regexps.
10359 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
10361         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
10362         gcc.dg/format-ext-5.c: New tests.
10364 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
10366         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
10368 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
10370         * gcc.dg/noncompile/930622-2.c: Adjust error message.
10372 2000-08-24  Richard Henderson  <rth@cygnus.com>
10374         * gcc.dg/ia64-sync-1.c: New test.
10375         * gcc.dg/ia64-sync-2.c: New test.
10376         * gcc.dg/ia64-asm-1.c: New test.
10378 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
10380         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
10381         * gcc.dg/format-ext-2.c: New test.
10383 2000-08-23  Jason Merrill  <jason@redhat.com>
10385         * lib/old-dejagnu.exp: Also ignore "In member function" and
10386         "At global scope".
10388 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10390         * gcc.dg/noncompile/label-lineno-1.c: New test.
10392 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
10394         * gcc.dg/c99-array-nonobj-1.c: New test.
10396 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
10398         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
10399         tests.
10400         * gcc.dg/format-ext-1.c: New test.
10402 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10404         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
10405         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
10406         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
10407         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
10408         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
10410 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
10412         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
10413         gcc.dg/c99-strftime-2.c: New tests.
10415 2000-08-22  Richard Henderson  <rth@cygnus.com>
10417         * gcc.c-torture/execute/20000822-1.c: New test.
10419 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
10421         * gcc.c-torture/execute/20000819-1.x: Remove.
10423 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
10425         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
10426         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
10427         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
10428         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
10429         gcc.dg/format-xopen-1.c: New tests.
10431 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
10433         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
10435 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
10437         * g++.old-deja/g++.other/loop2.C: New test.
10439         * gcc.c-torture/compile/20000606-1.c: New test.
10440         * gcc.c-torture/compile/20000728-1.c: New test.
10441         * gcc.c-torture/execute/20000801-1.c: New test.
10442         * gcc.c-torture/execute/20000801-2.c: New test.
10443         * gcc.c-torture/execute/20000819-1.c: New test.
10444         * gcc.c-torture/execute/20000819-1.x: XFAIL.
10445         * gcc.dg/20000629-1.c: New test.
10446         * gcc.dg/20000724-1.c: New test.
10447         * gcc.dg/20000807-1.c: New test.
10449 2000-08-20 Dennis Chernoivanov <cdi@sparc.spb.su>
10451         * gcc.dg/cpp/pragma-1.c: New test.
10452         * gcc.dg/cpp/pragma-2.c: New test.
10454 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
10456         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
10457         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
10459 2000-08-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10461         * gcc.c-torture/compile/20000818-1.c: New test.
10463 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
10465         * gcc.c-torture/execute/20000818-1.c: New test.
10467 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
10469         * gcc.dg/format-va-1.c: New test.
10471 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
10473         * g++.old-deja/g++.other/typedef8.C: New test.
10475 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
10477         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
10478         * g++.old-deja/g++.mike/net36.C: Mark candidate.
10479         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
10480         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
10481         * g++.old-deja/g++.other/ptrmem7.C: New test.
10482         * g++.old-deja/g++.pt/ptrmem10.C: New test.
10484 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
10486         * g++.old-deja/g++.pt/typename27.C: New test.
10488 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
10490         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
10491         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
10492         * g++.old-deja/g++.pt/friend45.C: New test.
10493         * g++.old-deja/g++.other/friend8.C: New test.
10495 2000-08-15  Richard Henderson  <rth@cygnus.com>
10497         * gcc.c-torture/execute/20000815-1.c: New test.
10499 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
10501         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
10502         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
10503         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
10505 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
10507         * g++.old-deja/g++.other/refinit2.C: New test.
10509 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
10511         * lib/c-torture.exp (c-torture): Make
10512         compiler_conditional_xfail_data global.
10513         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
10514         compiler_conditional_xfail_data machinery.
10515         (f-torture-execute): Likewise.
10516         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
10517         and only when unrolling loops.
10519         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
10521 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
10523         * g++.old-deja/g++.pt/explicit81.C: New test.
10525 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
10527         * g++.old-deja/g++.pt/typename26.C: New test.
10529 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
10531         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
10532         warning.
10534 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
10536         * g++.old-deja/g++.other/array3.C: New test.
10538 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
10540         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
10541         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
10542         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
10543         New tests.
10545 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
10547         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
10548         * g++.old-deja/g++.abi/vmihint.C: Likewise.
10550 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
10552         * gcc.c-torture/execute/20000808-1.c: New test.
10554 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
10556         * gcc.dg/c90-const-expr-1.c: New test.
10558 2000-08-08  Richard Henderson  <rth@cygnus.com>
10560         * gcc.dg/noncompile/920923-1.c: Declare calloc.
10562 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
10564         * gcc.dg/noncompile/const-ll-1.c: New test.
10566 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
10568         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
10570 2000-08-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
10572         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
10573         that running programs linked against the shared version of libobjc
10574         run correctly.
10576 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
10578         * gcc.dg/c99-printf-1.c: New test.
10580 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
10582         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
10584 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
10586         * gcc.c-torture/execute/20000731-1.x: Delete.
10588 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
10590         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
10591         and torture_without_loops as is done by c-torture.exp.
10592         (search_for): Copy from c-torture.exp.
10593         (gcc-dg-runtest): New function, drives a directory of tests
10594         iterating over the TORTURE_OPTIONS.
10595         (scan-assembler, scan-assembler-not): Move here from
10596         individual directory drivers.
10598         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
10599         defined by lib/gcc-dg.exp.
10600         * gcc.dg/cpp/cpp.exp: Likewise.
10601         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
10602         gcc-dg-runtest, so we cycle over optimization options.
10604         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
10605         * gcc.dg/compare2.c: No longer expected to fail.
10607 2000-08-04  J"orn Rennecke <amylaar@cygnus.co.uk>
10609         * gcc.c-torture/execute/20000804-1.c: New test.
10611 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
10613         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
10615 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
10617         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
10619 2000-08-03  Jeffrey A Law  (law@cygnus.com)
10621         * gcc.c-torture/compile/20000803-1.c: New test.
10623 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
10625         * gcc.c-torture/execute/20000801-3.c,
10626         gcc.c-torture/execute/20000801-4.c: New tests.
10627         * gcc.c-torture/execute/20000801-3.x,
10628         gcc.c-torture/execute/20000801-4.x: Xfail.
10630 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
10632         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
10633         libobjc/.libs to allow for libtool.
10635 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
10637         * gcc.c-torture/compile/20000802-1.c: New test.
10639 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
10641         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
10643 2000-07-31  Jeffrey A Law  (law@cygnus.com)
10645         * gcc-c-torture/execute/20000731-2.c: New test.
10647         * gcc.c-torture/execute/20000731-1.c: New test.
10648         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
10650 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
10652         * testsuite/gcc.dg/cpp/paste7.c: New test.
10653         * gcc.dg/cpp/20000725-1.c: New test.
10655 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
10657         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
10658         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
10659         declaration warning for __builtin_dwarf_reg_size.
10661         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
10663 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
10665         * gcc.dg/noncompile/voidparam-1.c: New test.
10667 2000-07-30  Richard Henderson  <rth@cygnus.com>
10669         * gcc.dg/c90-digraph-1.c: Don't xfail.
10670         * gcc.dg/compare2.c (case 10): Xfail.
10671         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
10673 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
10675         * gcc.dg/c99-main-1.c: New test.
10677 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
10679         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
10681 2000-07-26  Hans-Peter Nilsson  <hp@axis.com>
10683         * gcc.c-tortuer/execute/20000726-1.c: New test.
10685 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
10687         * gcc.c-torture/execute/enum-2.c: New test.
10689 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10691         * gcc.dg/cpp/tr-warn3.c: New test.
10693 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
10695         * g++.old-deja/g++.ext/implicit1.C: Remove.
10696         * g++.old-deja/g++.jason/c2.C: Remove
10697         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
10698         * g++.old-deja/g++.pt/crash16.C: Likewise.
10699         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
10701 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
10703         * g++.old-deja/g++.other/for2.C: New test.
10705 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
10707         * gcc.dg/20000720-1.c: New test.
10709 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
10711         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
10713 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
10715         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
10716         * gcc.c-torture/execute/20000722-1.c: New.
10717         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
10719 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
10721         * gcc.dg/cpp/20000720-1.S: New test.
10723 2000-07-21  Michael Meissner  <meissner@redhat.com>
10725         * gcc.c-torture/execute/ieee/hugeval.c: New test.
10727 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
10729         * g++.old-deja/g++.brendan/crash16.C,
10730         g++.old-deja/g++.brendan/parse3.C,
10731         g++.old-deja/g++.brendan/redecl1.C,
10732         g++.old-deja/g++.ns/template13.C,
10733         g++.old-deja/g++.other/decl4.C,
10734         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
10736 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
10738         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
10739         and "Internal error".
10741         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
10742         regexps.
10743         * gcc.dg/cpp/paste6.c: New test.
10745 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
10747         * gcc.dg/cpp/tr-direct.c: New test.
10749         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
10750         gcc.dg/cpp/undef1.c: Tweak error regexps.
10752 2000-07-18  Eric Christopher <echristo@redhat.com>
10754         * gcc.c-torture/compile/20000718-1.c: New test.
10756 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
10758         * cpplex.c (_cpp_push_token): If the token being pushed back
10759         is the previous token in this context, just subtract one from
10760         context->posn.
10761         * cppmacro.c (save_expansion): Clear aux field when storing a
10762         placemarker.
10764 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
10766         * gcc.dg/noncompile/redecl-1.c: New test.
10768 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
10770         * gcc.c-torture/execute/20000717-5.c: New test.
10771         * gcc.c-torture/execute/20000717-1.x: Removed.
10773 2000-07-17  Richard Henderson  <rth@cygnus.com>
10775         * gcc.c-torture/execute/20000717-4.c: New test.
10777 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
10779         * gcc.dg/cpp/syshdr.c: New test.
10780         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
10782 2000-07-17  Neil Booth  <neilb@earthling.net>
10784         * gcc.dg/cpp/cmdlne-dM.c: New test.
10785         * gcc.dg/cpp/cmdlne-dD.c: New test.
10787 2000-07-17  Jeffrey A Law  (law@cygnus.com)
10789         * gcc.c-torture/execute/20000717-3.c: New test.
10791         * gcc.c-torture/compile/20000717-1.c: New test.
10793 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
10795         * gcc.c-torture/execute/20000717-2.c: New test.
10797 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
10799         * gcc.dg/formatz-1.c: New test.
10801         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
10802         * gcc.dg/c99-digraph-1.c: New tests.
10804         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
10805         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
10807         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
10808         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
10809         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
10810         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
10811         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
10812         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
10813         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
10815 2000-07-17   Greg McGary <greg@mcgary.org>
10817         * gcc.c-torture/execute/20000717-1.c: New test.
10818         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
10820 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
10822         * gcc.c-torture/execute/20000715-2.c: New test.
10823         * gcc.dg/20000715-1.c: New test.
10825 2000-07-15  Michael Meissner  <meissner@redhat.com>
10827         * gcc.c-torture/execute/20000715-1.c: New test.
10829 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
10831         * gcc.c-torture/execute/20000707-1.c: New test.
10833 2000-07-13  Neil Booth  <NeilB@earthling.net>
10835         * testsuite/gcc.dg/cpp/digraph1.c,
10836         testsuite/gcc.dg/cpp/digraph2.c,
10837         testsuite/gcc.dg/cpp/digraphs.c: New tests.
10839 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
10841         * g77.f-torture/compile/20000630-2.f:  New test.
10842         * g77.f-torture/compile/20000630-2.x
10844 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
10846         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
10848 2000-07-11  Neil Booth  <NeilB@earthling.net>
10850         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
10852 2000-07-11  Neil Booth  <NeilB@earthling.net>
10854         * gcc.dg/cpp/cmdlne-C.c: New.
10856 2000-07-09  Neil Booth  <NeilB@earthling.net>
10858         * gcc.dg/cpp/directiv.c: New tests.
10859         * gcc.dg/cpp/undef1.c: Update.
10861 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
10863         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
10865 2000-07-09  Neil Booth  <NeilB@earthling.net>
10867         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
10869 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
10871         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
10872         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
10874 2000-07-08  Neil Booth  <NeilB@earthling.net>
10876         * gcc.dg/cpp/macsyntx.c: New tests.
10878 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
10880         * gcc.dg/20000707-1.c: New test.
10882 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
10884         * gcc.c-torture/execute/20000706-1.c: New test.
10885         * gcc.c-torture/execute/20000706-2.c: New test.
10886         * gcc.c-torture/execute/20000706-3.c: New test.
10887         * gcc.c-torture/execute/20000706-4.c: New test.
10888         * gcc.c-torture/execute/20000706-5.c: New test.
10890 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
10892         * g++.old-deja/g++.pt/instantiate7.C: New test.
10894 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
10896         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
10897         * g++.old-deja/g++.mike/thunk3.C: Likewise.
10898         * g++.old-deja/g++.other/rtti3.C: Likewise.
10899         * g++.old-deja/g++.other/rttid3.C: Likewise.
10901 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
10903         *  g77.f-torture/compile/20000630-1.x: Fix typo
10905 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
10907         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
10908         assembly output.
10910 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
10912         * gcc.dg/cpp/ident.c: New test.
10914 2000-07-05  Neil Booth  <NeilB@earthling.net>
10916         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
10917           gcc.dg/cpp/lexstrng.c: New tests.
10919 2000-07-04  Neil Booth  <NeilB@earthling.net>
10921         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
10922         * gcc.dg/cpp/strify2.c: Same.
10924 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
10926         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
10927         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
10928         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
10929         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
10931         * testsuite/gcc.dg/cpp/macro1.c,
10932         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
10933         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
10934         testsuite/gcc.dg/cpp/strify1.c,
10935         testsuite/gcc.dg/cpp/strify2.c: New tests.
10937 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
10939         * gcc.c-torture/execute/20000703-1.c: New test.
10941 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
10943         * g++.old-deja/g++.pt (lookup10.C): New test.
10945 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
10947         * g++.old-deja/g++.pt (typename25.C): New test.
10949 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
10951         * gcc.c-torture/compile/20000701-1.c: New test.
10953 2000-06-30  Nick Clifton  <nickc@cygnus.com>
10955         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
10956         to test case.
10958 2000-06-30  Catherine Moore  <clm@cygnus.com>
10960         * gcc.c-torture/execute/align-1.c: New test.
10962 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
10964         * g++.old-deja/g++.pt/expr8.C: New test.
10965         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
10967 2000-06-29  Nick Clifton  <nickc@cygnus.com>
10969         * gcc.c-torture/compile/20000629-1.c: New test.
10971 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
10974         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
10975         gcc.dg/noncompile directory, depending on whether they're
10976         preprocessor tests or not.  Annotate all the tests for the dg
10977         framework.
10979         * gcc.c-torture/noncompile/noncompile.exp: Delete.
10980         * gcc.dg/noncompile/noncompile.exp: New.
10982         * Moved files:
10983         Old name                                New name
10984         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
10985         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
10986         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
10987         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
10988         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
10989         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
10990         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
10991         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
10992         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
10993         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
10994         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
10995         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
10996         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
10997         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
10998         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
10999         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
11000         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
11001         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
11002         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
11003         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
11004         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
11005         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
11006         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
11007         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
11009         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
11010         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
11011         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
11012         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
11013         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
11014         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
11016 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
11018         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
11019         declare one variable.  On the fourth, error.
11020         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
11021         declared by 20000628-1a.h.
11023 2000-06-29  Richard Henderson  <rth@redhat.com>
11025         * gcc.c-torture/execute/930529-1.x: New file.
11026         * gcc.dg/920413-1.c: Adjust expected warning text.
11027         * gcc.dg/980217-1.c: Declare abort.
11028         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
11030 2000-06-29  Jeffrey A Law  (law@cygnus.com)
11032         * g77.f-torture/compile/20000629-1.f: New test.
11033         * g77.f-torture/compile/20000629-1.x: Expected to fail.
11035 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
11037         Rearrange lots of files, removing entirely the
11038         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
11039         directories.
11041         * Deleted files:
11042         gcc.c-torture/code_quality/code_quality.exp
11043         gcc.c-torture/special/special.exp
11044         gcc.failure/failure.exp
11045         gcc.failure/940409-1.x
11046         gcc.c-torture/compile/961203-1.x
11048         * New files:
11049         gcc.misc-tests/linkage.exp
11050         gcc.c-torture/execute/920730-1t.c
11051         gcc.c-torture/execute/920730-1t.x
11052         gcc.c-torture/compile/920520-1.x
11053         gcc.c-torture/compile/920521-1.x
11054         gcc.c-torture/compile/981006-1.x
11055         gcc.c-torture/execute/eeprof-1.x
11057         * Moved files (possibly with modifications to fit a new harness):
11058         Old name                                New name
11059         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
11060         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
11061         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
11062         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
11063         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
11064         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
11065         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
11066         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
11067         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
11068         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
11069         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
11070         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
11071         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
11072         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
11074 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
11076         * c-torture/compile/961203-1.x: Delete.
11078         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
11079         not exit. Include stdio.h.
11080         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
11081         * gcc.misc-tests/dg-12.c: Likewise.
11082         * gcc.misc-tests/dg-5.c: Likewise.
11083         * gcc.misc-tests/dg-6.c: Likewise.
11084         * gcc.misc-tests/dg-7.c: Prototype abort.
11085         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
11086         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
11087         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
11088         not exit.
11089         * gcc.misc-tests/sieve.c: Use return from main, not exit.
11090         * gcc.misc-tests/sort2.c: Use return from main, not exit.
11092 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
11094         * gcc.dg/cpp/20000628-1.c: New test.
11095         * gcc.dg/cpp/20000628-1.h: New header for above test.
11096         * gcc.dg/cpp/20000628-1a.h: Likewise.
11098 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
11100         * gcc.dg/cpp: New directory.
11101         * gcc.dg/cpp/cpp.exp: New driver.
11102         * gcc.dg/cpp/20000627-1.c: New test.
11103         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
11104         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
11105         and rewrite as a compilation test.
11107         * gcc.dg: Move many files into the cpp subdirectory, possibly
11108         renaming or editing them as well.
11109         Old name                New name
11110         990119-1.c              cpp/19990119-1.c
11111         990228-1.c              cpp/19990228-1.c
11112         990407-1.c              cpp/19990407-1.c
11113         990409-1.c              cpp/19990409-1.c
11114         990413-1.c              cpp/19990413-1.c
11115         990703-1.c              cpp/19990703-1.c
11116         20000127-1.c            cpp/20000127-1.c
11117         20000129-1.c            cpp/20000129-1.c
11118         20000207-1.c            cpp/20000207-1.c
11119         20000207-2.c            cpp/20000207-2.c
11120         20000209-1.c            cpp/20000209-1.c
11121         20000209-2.c            cpp/20000209-2.c
11122         20000301-1.c            cpp/20000301-1.c
11123         20000419-1.c            cpp/20000419-1.c
11124         20000510-1.S            cpp/20000510-1.S
11125         20000519-1.c            cpp/20000519-1.c
11126         20000529-1.c            cpp/20000529-1.c
11127         20000625-1.c            cpp/20000625-1.c
11128         20000625-2.c            cpp/20000625-2.c
11129         cpp-as1.c               cpp/assert1.c
11130         cpp-as2.c               cpp/assert2.c
11131         cxx-comments-1.c        cpp/cxxcom1.c
11132         cxx-comments-2.c        cpp/cxxcom2.c
11133         endif-label.c           cpp/endif.c
11134         cpp-hash1.c             cpp/hash1.c
11135         cpp-hash2.c             cpp/hash2.c
11136         cpp-if1.c               cpp/if-1.c
11137         cpp-if2.c               cpp/if-2.c
11138         cpp-if3.c               cpp/if-3.c
11139         cpp-if4.c               cpp/if-4.c
11140         cpp-if5.c               cpp/if-5.c
11141         cpp-cond.c              cpp/if-cexp.c
11142         cpp-missingop.c         cpp/if-mop.c
11143         cpp-missingparen.c      cpp/if-mpar.c
11144         cpp-opprec.c            cpp/if-oppr.c
11145         cpp-ifparen.c           cpp/if-paren.c
11146         cpp-shortcircuit.c      cpp/if-sc.c
11147         cpp-shift.c             cpp/if-shift.c
11148         cpp-unary.c             cpp/if-unary.c
11149         cpp-li1.c               cpp/line1.c
11150         cpp-li2.c               cpp/line2.c
11151         lineno.c                cpp/line3.c
11152         lineno-2.c              cpp/line4.c
11153         cpp-mi.c                cpp/mi1.c
11154         cpp-mic.h               cpp/mi1c.h
11155         cpp-micc.h              cpp/mi1cc.h
11156         cpp-mind.h              cpp/mi1nd.h
11157         cpp-mindp.h             cpp/mi1ndp.h
11158         cpp-mix.h               cpp/mi1x.h
11159         cpp-mi2.c               cpp/mi2.c
11160         cpp-mi2a.h              cpp/mi2a.h
11161         cpp-mi2b.h              cpp/mi2b.h
11162         cpp-mi2c.h              cpp/mi2c.h
11163         cpp-mi3.c               cpp/mi3.c
11164         cpp-mi3.def             cpp/mi3.def
11165         poison-1.c              cpp/poison.c
11166         pr-impl.c               cpp/prag-imp.c
11167         cpp-redef-2.c           cpp/redef1.c
11168         cpp-redef.c             cpp/redef2.c
11169         strpaste.c              cpp/strp1.c
11170         strpaste-2.c            cpp/strp2.c
11171         cpp-tradpaste.c         cpp/tr-paste.c
11172         cpp-tradstringify.c     cpp/tr-str.c
11173         cpp-tradwarn1.c         cpp/tr-warn1.c
11174         cpp-tradwarn2.c         cpp/tr-warn2.c
11175         trigraphs.c             cpp/trigraphs.c
11176         cpp-unc1.c              cpp/unc1.c
11177         cpp-unc2.c              cpp/unc2.c
11178         cpp-unc3.c              cpp/unc3.c
11179         cpp-unc.c               cpp/unc4.c
11180         undef.c                 cpp/undef1.c
11181         undef-2.c               cpp/undef2.c
11182         cpp-wi1.c               cpp/widestr1.c
11184 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
11186         * lib/g++.exp (g++_include_flags): Tweak.
11188 2000-06-27  H.J. Lu  <hjl@gnu.org>
11189             Loren J. Rittle  <ljrittle@acm.org>
11191         * lib/g++.exp (g++_include_flags): Override libgloss.exp
11192         version with one that knows about the new gcc tree structure.
11193         (g++_link_flags): Same.
11195 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
11197         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
11198         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
11199         case we are cross-compiling.
11201         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
11202         g++.old-deja/g++.niklas/Makefile.in,
11203         g++.old-deja/g++.niklas/configure.in,
11204         g++.old-deja/g++.other/Makefile.in,
11205         g++.old-deja/g++.other/configure.in,
11206         gcc.c-torture/code_quality/Makefile.in,
11207         gcc.c-torture/code_quality/configure.in,
11208         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
11209         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
11210         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
11211         gcc.c-torture/execute/ieee/Makefile.in,
11212         gcc.c-torture/execute/ieee/configure.in,
11213         gcc.c-torture/noncompile/Makefile.in,
11214         gcc.c-torture/noncompile/configure.in,
11215         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
11216         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
11217         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
11219 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
11221         * g++.old-deja/g++.other/ambig3.C: New test.
11223 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
11225         * g++.old-deja/g++.pt/syntax1.C: New test.
11226         * g++.old-deja/g++.pt/syntax2.C: New test.
11227         * g++.old-deja/g++.other/syntax3.C: New test.
11228         * g++.old-deja/g++.other/syntax4.C: New test.
11230 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
11232         * gcc.dg/20000623-1.c: Prototype exit and abort.
11234 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
11236         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
11237         New tests.
11238         * gcc.dg/cpp-mi3.def: New file.
11240         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
11241         inside assertions.
11242         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
11243         lexer's error messages.
11244         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
11245         divine anything from the linemarkers.
11246         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
11247         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
11249 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
11251         * gcc.dg/20000623-1.c: New test.
11253 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
11255         * gcc.c-torture/execute/20000622-1.c: New test.
11257 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
11259         * g++.old-deja/g++.other/init15.C: New test.
11261 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
11263         * g++.old-deja/g++.pt/vaarg2.C: New test.
11264         * g++.old-deja/g++.pt/vaarg3.C: New test.
11266 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
11268         * g++.old-deja/g++.other/dyncast6.C: New test.
11270 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
11272         * gcc.c-torture/execute/loop-6.c: New test.
11274 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
11276         * gcc.dg/20000614-1.c: New test.
11277         * gcc.dg/20000614-2.c: New test.
11279 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
11281         * g++.old-deja/g++.other/inline12.C: New test.
11283 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
11285         * g++.old-deja/g++.other/eh1.C: New test.
11287 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
11289         * g++.old-deja/g++.other/type.C: New test.
11291 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
11293         * g++.old-deja/g++.other/initstring.C: New test.
11295 2000-06-12  Jason Merrill  <jason@redhat.com>
11297         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
11299 2000-06-09  Jeffrey A Law  (law@cygnus.com)
11301         * gcc.c-torture/compile/20000609-1.c: New test.
11303 2000-06-09  Clinton Popetz  <cpopetz@cygnus.com>
11305         * gcc.dg/20000609-1.c: New test.
11307 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
11309         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
11310         * gcc.c-torture/noncompile/poison-1.c: Move...
11311         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
11312         * gcc.dg/cpp-li1.c: Add a token after the #line.
11314 2000-06-05  Richard Henderson  <rth@cygnus.com>
11316         * gcc.c-torture/execute/20000605-2.c: New test.
11317         * gcc.c-torture/execute/20000605-3.c: New test.
11319 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
11321         * g77.f-torture/execute/20000503-1.x: New file.
11323 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
11325         * g++.old-deja/g++.eh/badalloc1.C: New test.
11327 2000-06-05  Richard Henderson  <rth@cygnus.com>
11329         * gcc.c-torture/execute/20000605-1.c: New test.
11331 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
11332             Nathan Sidwell <nathan@codesourcery.com>
11334         * gcc.c-torture/compile/20000605-1.c: New test.
11336 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
11338         * g77.f-torture/compile/20000601-1.f:  New test.
11340 2000-06-03  Richard Henderson  <rth@cygnus.com>
11342         * gcc.c-torture/execute/20000603-1.c: New.
11344 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
11346         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
11347         * gcc.dg/noreturn-2.c (noreturn): Likewise.
11349 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
11351         * gcc.dg/compare2.c (case 12): XFAIL.
11352         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
11353         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
11355         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
11357 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
11359         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
11360         guard macro is already defined when the header is first
11361         included.
11362         * gcc.dg/cpp-mix.h: New file.
11363         * gcc.dg/endif-label.c: Update patterns to match compiler.
11365         * g++.brendan/complex1.C: Declare abort.
11366         * g++.law/refs4.C: Remove XFAIL.
11367         * g++.oliva/expr2.C: Declare abort and exit.
11369 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
11371         * gcc.c-torture/execute/20000528-1.c: New test.
11373         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
11374         * g++.old-deja/g++.law/temps4.C: Likewise.
11376         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
11377         stdlib.h.  Call abort() on failure.
11378         * g++.old-deja/g++.law/refs4.C: Likewise.
11379         * g++.old-deja/g++.law/temps4.C: Likewise.
11380         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
11381         * gcc.c-torture/execute/20000112-1.c: Include string.h.
11383 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
11385         Relative to g++.dg/special:
11386         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
11388         Relative to g++.old-deja:
11389         * g++.brendan/complex1.C, g++.jason/optimize2.C,
11390         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
11391         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
11392         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
11393         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
11394         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
11395         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
11397         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
11398         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
11399         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
11400         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
11401         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
11402         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
11403         and/or string.h.
11405         * g++.other/goto1.C: Update expectations for error messages.
11407 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
11409         * gcc.c-torture/compile/20000523-1.c: New test.
11411 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
11413         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
11415 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
11417         * g++.old-deja/g++.eh/catch11.C: New test.
11418         * g++.old-deja/g++.eh/catch12.C: New test.
11420 2000-05-24  Nick Clifton  <nickc@cygnus.com>
11422         * gcc.c-torture/execute/20000523-1.c: New test.
11424 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
11426         * c-torture/execute/bcp-1.c: Replace abort in arg of
11427         __builtin_constant_p with a generic external function.
11429         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
11430         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
11431         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
11432         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
11433         Prototype abort and/or exit.
11435         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
11436         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
11437         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
11438         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
11440 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
11442         * gcc.dg/dwarf2-1.c: New test.
11444 2000-05-20  Richard Henderson  <rth@cygnus.com>
11446         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
11448 2000-05-20  Andreas Jaeger  <aj@suse.de>
11450         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
11451         testcase.
11453 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
11455         * gcc.c-torture/execute/20000519-2.c: New test.
11457 2000-05-19  Andreas Jaeger  <aj@suse.de>
11459         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
11460         which fails with SSA.
11462         * lib/c-torture.exp: Also test with -O3 -fssa.
11464 2000-05-18  Michael Meissner  <meissner@redhat.com>
11466         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
11467         * gcc.c-torture/execute/920415-1.c: Ditto.
11468         * gcc.c-torture/execute/920501-1.c: Ditto.
11469         * gcc.c-torture/execute/conversion.c: Ditto.
11470         * gcc.c-torture/execute/cvt-1.c: Ditto.
11472 2000-05-18  Jeffrey A Law  (law@cygnus.com)
11474         * gcc.c-torture/compile/20000518-1.c: New test.
11476 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
11478         * g77.f-torture/compile/200005018.f:  New test.
11480 2000-05-17  Jeffrey A Law  (law@cygnus.com)
11482         * gcc.c-torture/compile/20000517-1.c: New test.
11484 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11486         * gcc.c-torture/execute/20000516-1.c: New test.
11488 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
11490         * g++.old-deja/g++.other/eh.C: New test.
11492 2000-05-12  Richard Henderson  <rth@cygnus.com>
11494         * gcc.c-torture/execute/990208-1.c (main): Don't pass
11495         constants through to doit's conditional.
11497 2000-05-11  Jeffrey A Law  (law@cygnus.com)
11499         * gcc.c-torture/compile/20000511-1.c: New test.
11500         * g77.f-torture/compile/20000511-1.f: New test.
11501         * g77.f-torture/compile/20000511-2.f: New test.
11503 2000-05-11  Michael Meissner  <meissner@redhat.com>
11505         * gcc.c-torture/execute/20000511-1.c: New test.
11507 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
11509         * gcc.dg/dg.exp: Scan .S files as well as .c files.
11510         * gcc.dg/20000510-1.S: New.
11512 2000-05-08  Catherine Moore  <clm@cygnus.com>
11514         * gcc.dg/unused-3.c: New.
11516 2000-05-06  Richard Henderson  <rth@cygnus.com>
11518           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
11519           * g++.old-deja/g++.mike/warn1.C: Likewise.
11520           * g++.old-deja/g++.pt/local1.C: Likewise.
11521           * g++.old-deja/g++.pt/local7.C: Likewise.
11522           * g++.old-deja/g++.pt/spec16.C: Likewise.
11524 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
11526         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
11528 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
11530           * g77.f-torture/execute/20000503-1.f:  New test.
11532 2000-05-04  Andreas Jaeger  <aj@suse.de>
11534         * gcc.dg/noreturn-2.c: New test.
11536 2000-05-04  Neil Booth  <NeilB@earthling.net>
11538         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
11539         preprocessor.
11541 2000-05-04  Richard Henderson  <rth@cygnus.com>
11543         * gcc.c-torture/execute/20000503-1.c: Fix typo.
11545 2000-05-04  Richard Henderson  <rth@cygnus.com>
11547         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
11548         OpenSSL by Jason R Thorpe.
11550 2000-05-03  Jim Wilson  <wilson@cygnus.com>
11552         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
11554 2000-05-03  Robert Lipe <robertlipe@usa.net>
11556         * gcc.dg/20000503-1.c: New test.
11558 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
11560         * gcc.c-torture/compile/20000502-1.c: New test.
11561         * g++.old-deja/g++.other/align.C: New test.
11562         * gcc.dg/cpp-tradstringify.c: New test.
11564 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
11566         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
11567         and hard registers.
11569 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
11571         * gcc.c-torture/execute/loop-5.c: New test.
11573 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
11575         * gcc.c-torture/execute/va-arg-20.c: New test.
11577 2000-04-23  Jeffrey A Law  (law@cygnus.com)
11579         * gcc.c-torture/execute/20000422-1.c: New test.
11581 2000-04-20  Greg McGary  <gkm@gnu.org>
11583         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
11584         when optimizing, but without sibling-call optimizations (-O1).
11586 2000-04-20  Jeffrey A Law  (law@cygnus.com)
11588           * gcc.c-torture/compile/20000420-1.c: New test.
11590 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
11592         * g++.abi/ptrflags.C: New test.
11593         * g++.eh/catchptr1.C: Test incomplete pointer chains.
11595 2000-04-19  Catherine Moore  <clm@cygnus.com>
11597         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
11599 2000-04-19  Greg McGary  <gkm@gnu.org>
11601         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
11602         sibling-call optimizations.
11604 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
11606         * gcc.dg/20000419-1.c: New test.
11608 2000-04-12  Hans-Peter Nilsson  <hp@axis.com>
11610         * gcc.c-torture/execute/20000412-6.c: New test.
11612 2000-04-12  Jeffrey A Law  (law@cygnus.com)
11614         * gcc.c-torture/execute/20000412-5.c: New test.
11615         * g77.f-torture/compile/20000412-1.f: New test.
11616         * gcc.c-torture/execute/20000412-4.c: New test.
11617         * gcc.c-torture/compile/20000412-2.c: New test.
11618         * gcc.c-torture/execute/20000412-3.c: New test.
11619         * gcc.c-torture/compile/20000412-1.c: New test.
11620         * gcc.c-torture/execute/20000412-2.c: New test.
11622 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
11624         * objc/execute/bf-20.m: New test.
11626 2000-04-10  Richard Henderson  <rth@cygnus.com>
11628         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
11630         * gcc.c-torture/execute/20000412-1.c: New test.
11632 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
11634         * g++.old-deja/g++.eh/catchptr1.C: New test.
11636 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
11638         * g++.old-deja/g++.abi/cxa_vec.C: New test.
11640 2000-04-08  Neil Booth  <NeilB@earthling.net>
11642         * gcc.dg/cpp-nullchar.c: Remove test as
11643         embedded nulls cause problems.
11645 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11647         * gcc.dg/compare2.c: New test.
11649 2000-04-08  Neil Booth  <NeilB@earthling.net>
11651         * gcc.dg/cpp-nullchar.c: New test.
11653 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
11655         * gcc.dg/cpp-mi2.c: New test.
11656         * gcc.dg/cpp-mi2[abc].h: New files.
11658 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
11660         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
11661         member name.
11663 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
11665         * g++.old-deja/g++.abi/vmihint.C: New test.
11667 2000-04-06  Neil Booth  <NeilB@earthling.net>
11669         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
11670         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
11671         copyright.
11673 2000-04-05  Hans-Peter Nilsson  <hp@axis.com>
11675         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
11676         avoid stack-frame overwrite.
11678 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
11680         * gcc.c-torture/compile/20000405-2.c: New test.
11681         * gcc.c-torture/compile/20000405-3.c: New test.
11683 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11685         * gcc.c-torture/compile/20000405-1.c: New test.
11687 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
11689         * gcc.dg/cast-qual-1.c: Revert last change.
11691 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11693         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
11695 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
11697         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
11698         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
11700 2000-04-03  Jeffrey A Law  (law@cygnus.com)
11702         * gcc.c-torture/compile/20000403-2.c: New test.
11703         * gcc.c-torture/compile/20000403-1.c: New test.
11705 2000-04-03  Hans-Peter Nilsson  <hp@axis.com>
11707         * gcc.c-torture/execute/20000403-1.c: New test.
11709 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
11711         * gcc.c-torture/execute/20000402-1.c: New test.
11713 2000-04-03  Donald Lindsay  <dlindsay@cygnus.com>
11715         * gcc.c-torture/execute/va-arg-15.c: New test.
11716         * gcc.c-torture/execute/va-arg-16.c: New test.
11717         * gcc.c-torture/execute/va-arg-17.c: New test.
11718         * gcc.c-torture/execute/va-arg-18.c: New test.
11719         * gcc.c-torture/execute/va-arg-19.c: New test.
11721 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
11723         * gcc.c-torture/compile/981211-1.c: Move to...
11724         * gcc.dg/cpp-as1.c: ...here.
11725         * gcc.dg/cpp-as2.c: New file.
11727         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
11728         compiler.
11730 2000-04-02  Neil Booth  <NeilB@earthling.net>
11732         * gcc.dg/cpp-cond.c  New tests.
11733         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
11734         accidental success less likely.
11735         * gcc.dg/cpp-missingop.c  New tests.
11736         * gcc.dg/cpp-missingparen.c  New tests.
11737         * gcc.dg/cpp-shift.c  New tests.
11738         * gcc.dg/cpp-shortcircuit.c  New tests.
11739         * gcc.dg/cpp-unary.c  New tests.
11741 2000-03-29  Jeffrey A Law  (law@cygnus.com)
11743         * gcc.c-torture/compile/20000329-1.c: New test.
11745 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
11747         * gcc.c-torture/compile/20000326-1.c: New test.
11748         * gcc.c-torture/compile/20000326-2.c: New test.
11750 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
11752         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
11753         the first parameter is a function argument.
11755 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
11757         * g++.old-deja/g++.ext/array4.C: New test.
11759 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
11761         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
11763 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11765         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
11767 2000-03-19  Richard Henderson  <rth@cygnus.com>
11769         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
11771 2000-03-19  Richard Henderson  <rth@cygnus.com>
11773         * gcc.c-torture/compile/20000319-1.c: New test.
11775 2000-03-14  Jeffrey A Law  (law@cygnus.com)
11777         * gcc.c-torture/execute/20000314-3.c: New test.
11778         * gcc.c-torture/execute/20000314-2.c: New test.
11779         * gcc.c-torture/execute/20000314-1.c: New test.
11780         * gcc.c-torture/compile/20000314-2.c: New test.
11781         * gcc.c-torture/compile/20000314-1.c: New test.
11783 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
11785         * g++.old-deja/g++.warn/inline.C: New test.
11787 2000-03-10  Hans-Peter Nilsson  <hp@bitrange.com>
11789         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
11790         standards-compliant result rather than specific constants.
11791         Put test-values in array.
11793 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
11795         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
11796         (g++_target_compile): Put test-specific options last.
11798 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
11800         * g++.old-deja/g++.eh/vbase4.C: New test.
11802 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
11804         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
11806 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
11808         * g++.old-deja/g++.brendan/misc12.C: Removed.
11809         * g++.old-deja/g++.pt/memtemp77.C: Constify.
11810         * g++.old-deja/g++.ext/pretty4.C: New test.
11812 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
11814         * g++.old-deja/g++.other/string2.C: New test.
11816 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
11818         * g++.old-deja/g++.warn/impint2.C: New test.
11820 2000-03-05  Hans-Peter Nilsson  <hp@bitrange.com>
11822         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
11823         is 1, not zero.
11825 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
11827         * g++.old-deja/g++.warn/impint.C: New test.
11828         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
11829         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
11830         * g++.old-deja/g++.pt/explicit12.C: Likewise.
11831         * g++.old-deja/g++.pt/explicit13.C: Likewise.
11832         * g++.old-deja/g++.pt/explicit17.C: Likewise.
11833         * g++.old-deja/g++.pt/explicit18.C: Likewise.
11834         * g++.old-deja/g++.pt/explicit19.C: Likewise.
11835         * g++.old-deja/g++.pt/explicit23.C: Likewise.
11836         * g++.old-deja/g++.pt/explicit31.C: Likewise.
11837         * g++.old-deja/g++.pt/explicit35.C: Likewise.
11838         * g++.old-deja/g++.pt/explicit6.C: Likewise.
11839         * g++.old-deja/g++.pt/memclass7.C: Likewise.
11841 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
11843         * gcc.dg/cpp-redef.c: New test.
11845 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
11847         * g++.old-deja/g++.pt/unify7.C: New test.
11849 2000-02-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11851         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
11852         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
11854 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
11856         * gcc.c-torture/compile/20000224-1.c: New test.
11858 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11860         * gcc.c-torture/compile/cpp-2.c: New test.
11861         * gcc.c-torture/compile/cpp-1.c: New test.
11863 2000-02-25  Jeffrey A Law  (law@cygnus.com)
11865         * gcc.c-torture/execute/20000225-1.c: New test.
11867 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11869         * gcc.dg/cpp-li2.c: New test.
11871         * gcc.dg/cpp-wi1.c: New test.
11873         * gcc.dg/cpp-li1.c: New test.
11875 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
11877         * g++.old-deja/g++.other/sizeof5.C: New test.
11879 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11881         * gcc.c-torture/execute/va-arg-13.c: New test.
11883 2000-02-23  Donald Lindsay  <dlindsay@cygnus.com>
11885         * gcc.c-torture/execute/va-arg-12.c: New test.
11887 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
11889         * gcc.c-torture/execute/20000223-1.c: New test.
11891 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
11893         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
11895 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
11897         * g++.old-deja/g++.abi/ptrmem.C: New test.
11899 2000-02-19  Richard Henderson  <rth@cygnus.com>
11901         * gcc.c-torture/compile/init-3.c: New.
11903 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
11905         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
11906         ALWAYS_CXXFLAGS.
11908 2000-02-11  Robert Lipe <robertl@sco.com>
11910         * gcc.c-torture/compile/20000211-3.c: New test.
11912 2000-02-11  Martin Buchholz <martin@xemacs.org>
11914         * gcc.c-torture/compile/20000211-2.c: New test.
11916 2000-02-11  Jeffrey A Law  (law@cygnus.com)
11918         * gcc.c-torture/compile/20000211-1.c: New test.
11920 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
11922         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
11923           on native targets
11925 2000-02-08  Nathan Sidwell  <nathan@acm.org>
11927         * g++.old-deja/g++.other/cast5.C: New test.
11929 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
11931         * gcc.c-torture/execute/20000205-1.c: New.
11933 2000-02-03  Nathan Sidwell  <nathan@acm.org>
11935         * g++.old-deja/g++.jason/cast3.C: Return void.
11936         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
11938 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11940         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
11942         * gcc.dg/loop-1.c: New test.
11944 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
11946         * gcc.c-torture/compile/20000127-1.c: New test.
11947         * gcc.c-torture/execute/991228-1.c: New test.
11949 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11951         * gcc.dg/unused-2.c: New test.
11953         * gcc.dg/conv-1.c: New test.
11955 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
11957         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
11958         compiler.
11959         (tool_option_proc): Fix typo.
11961 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
11963         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
11964         of the ld on the host, not on the build machine.
11965         Also, don't crash if '--help' is not a supported option.
11967 2000-01-24  Richard Henderson  <rth@cygnus.com>
11969         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
11971 2000-01-20  Jeffrey A Law  (law@cygnus.com)
11973         * gcc.c-torture/execute/20000120-2.c: New test.
11974         * gcc.c-torture/execute/20000120-1.c: New test.
11976 2000-01-13  Jeffrey A Law  (law@cygnus.com)
11978         * gcc.c-torture/execute/20000113-1.c: New test.
11980 2000-01-12  Jeffrey A Law  (law@cygnus.com)
11982         * gcc.c-torture/execute/20000112-1.c: New test.
11984 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11986         * gcc.dg/20000111-1.c: New test.
11988 2000-01-10  Jeffrey A Law  (law@cygnus.com)
11990         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
11991         with 16 bit integers.
11993 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11995         * gcc.dg/20000108-1.c: New test.
11997 2000-01-05  Nathan Sidwell  <nathan@acm.org>
11999         * g++.old-deja/g++.ns/koenig8.C: New test.
12001 2000-01-05  Nathan Sidwell  <nathan@acm.org>
12003         * g++.old-deja/g++.other/cast4.C: New test.
12005 2000-01-05  Jeffrey A Law  (law@cygnus.com)
12007         * gcc.c-torture/compile/20000105-2.c: New test.
12008         * gcc.c-torture/compile/20000105-1.c: New test.
12010 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12012         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
12013         references to printf & atoi to conform to ANSI standard.
12014         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
12015         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
12016         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
12017         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
12018         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
12019         * g++.old-deja/g++.brendan/complex1.C: Likewise.
12020         * g++.old-deja/g++.brendan/copy1.C: Likewise.
12021         * g++.old-deja/g++.brendan/copy2.C: Likewise.
12022         * g++.old-deja/g++.brendan/copy3.C: Likewise.
12023         * g++.old-deja/g++.brendan/copy4.C: Likewise.
12024         * g++.old-deja/g++.brendan/copy5.C: Likewise.
12025         * g++.old-deja/g++.brendan/copy6.C: Likewise.
12026         * g++.old-deja/g++.brendan/copy7.C: Likewise.
12027         * g++.old-deja/g++.brendan/copy8.C: Likewise.
12028         * g++.old-deja/g++.brendan/crash11.C: Likewise.
12029         * g++.old-deja/g++.brendan/crash14.C: Likewise.
12030         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
12031         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
12032         * g++.old-deja/g++.brendan/delete2.C: Likewise.
12033         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
12034         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
12035         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
12036         * g++.old-deja/g++.brendan/eh1.C: Likewise.
12037         * g++.old-deja/g++.brendan/groff1.C: Likewise.
12038         * g++.old-deja/g++.brendan/init3.C: Likewise.
12039         * g++.old-deja/g++.brendan/misc12.C: Likewise.
12040         * g++.old-deja/g++.brendan/misc7.C: Likewise.
12041         * g++.old-deja/g++.brendan/new2.C: Likewise.
12042         * g++.old-deja/g++.brendan/operators4.C: Likewise.
12043         * g++.old-deja/g++.brendan/operators5.C: Likewise.
12044         * g++.old-deja/g++.brendan/overload2.C: Likewise.
12045         * g++.old-deja/g++.brendan/overload7.C: Likewise.
12046         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
12047         * g++.old-deja/g++.brendan/reference1.C: Likewise.
12048         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
12049         * g++.old-deja/g++.brendan/template24.C: Likewise.
12050         * g++.old-deja/g++.brendan/template3.C: Likewise.
12051         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
12052         * g++.old-deja/g++.jason/inline3.C: Likewise.
12053         * g++.old-deja/g++.jason/opeq.C: Likewise.
12054         * g++.old-deja/g++.law/arg5.C: Likewise.
12055         * g++.old-deja/g++.law/arm7.C: Likewise.
12056         * g++.old-deja/g++.law/ctors11.C: Likewise.
12057         * g++.old-deja/g++.law/cvt8.C: Likewise.
12058         * g++.old-deja/g++.law/init9.C: Likewise.
12059         * g++.old-deja/g++.law/refs4.C: Likewise.
12060         * g++.old-deja/g++.law/template2.C: Likewise.
12061         * g++.old-deja/g++.law/visibility24.C: Likewise.
12062         * g++.old-deja/g++.law/vtable3.C: Likewise.
12063         * g++.old-deja/g++.mike/asm2.C: Likewise.
12064         * g++.old-deja/g++.mike/eh1.C: Likewise.
12065         * g++.old-deja/g++.mike/misc1.C: Likewise.
12066         * g++.old-deja/g++.mike/misc13.C: Likewise.
12067         * g++.old-deja/g++.mike/misc14.C: Likewise.
12068         * g++.old-deja/g++.mike/ns12.C: Likewise.
12069         * g++.old-deja/g++.mike/p1248.C: Likewise.
12070         * g++.old-deja/g++.mike/p3708.C: Likewise.
12071         * g++.old-deja/g++.mike/p3708a.C: Likewise.
12072         * g++.old-deja/g++.mike/p3708b.C: Likewise.
12073         * g++.old-deja/g++.mike/p646.C: Likewise.
12074         * g++.old-deja/g++.mike/p700.C: Likewise.
12075         * g++.old-deja/g++.mike/p783.C: Likewise.
12076         * g++.old-deja/g++.mike/p783a.C: Likewise.
12077         * g++.old-deja/g++.mike/p783b.C: Likewise.
12078         * g++.old-deja/g++.mike/p786.C: Likewise.
12079         * g++.old-deja/g++.mike/p789.C: Likewise.
12080         * g++.old-deja/g++.mike/p789a.C: Likewise.
12081         * g++.old-deja/g++.mike/p807a.C: Likewise.
12082         * g++.old-deja/g++.other/delete3.C: Likewise.
12083         * g++.old-deja/g++.other/dyncast1.C: Likewise.
12084         * g++.old-deja/g++.other/dyncast2.C: Likewise.
12085         * g++.old-deja/g++.other/dyncast3.C: Likewise.
12086         * g++.old-deja/g++.other/empty1.C: Likewise.
12087         * g++.old-deja/g++.other/temporary1.C: Likewise.
12088         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
12089         * g++.old-deja/g++.pt/t16.C: Likewise.
12090         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
12092 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
12094         * gcc.dg/991230-1.c: New test.
12096 1999-12-29  Jeffrey A Law  (law@cygnus.com)
12098         * gcc.c-torture/compile/991229-3.c: New test.
12099         * gcc.c-torture/compile/991229-2.c: New test.
12100         * gcc.c-torture/compile/991229-1.c: New test.
12102 1999-12-29  Greg McGary <gkm@eng.ascend.com>
12104         * gcc.c-torture/compile/labels-2.c: New test.
12106 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
12108         * gcc.c-torture/execute/991227-1.c: New test.
12110 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12112         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
12114 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
12116         * gcc.c-torture/execute/991221-1.c: New test.
12118 1999-12-20  Nathan Sidwell  <nathan@acm.org>
12120         * g++.old-deja/g++.other/cast3.C: New test.
12122 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
12124         * gcc.c-torture/execute/991216-4.c: New test.
12126 1999-12-16  Michael Meissner  <meissner@cygnus.com>
12128         * gcc.c-torture/execute/991216-1.c: New test.
12129         * gcc.c-torture/execute/991216-2.c: New test.
12130         * gcc.c-torture/execute/991216-3.c: New test.
12132 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
12134         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
12135         Actually make the test fail by using "-O2" for compilation.
12137 1999-12-15  Nathan Sidwell  <nathan@acm.org>
12139         * g++.old-deja/g++.warn/cast-align1.C: New test.
12141 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
12143         * gcc.c-torture/compile/991214-1.c: New test.
12144         * gcc.c-torture/compile/991214-2.c: New test.
12146 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
12148         * gcc.dg/991214-1.c: New test.
12150 1999-12-13  Jeffrey A Law  (law@cygnus.com)
12152         * gcc.c-torture/compile/991213-3.c: New test.
12153         * gcc.c-torture/compile/991213-2.c: New test.
12154         * gcc.c-torture/compile/991213-1.c: New test.
12156 1999-12-10  J"orn Rennecke <amylaar@cygnus.co.uk>
12158         * gcc.dg/991209-1.c: New test.
12160 1999-12-08  Nathan Sidwell <nathan@acm.org>
12162         * gcc.c-torture/compile/991208-1.c: New test.
12164 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12166         * gcc.dg/ultrasp2.c: New test.
12168 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
12170         * g++.old-deja/g++.abi/align.C (main): Fix typo.
12172 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
12174         * gcc.c-torture/compile/991202-1.c: New test.
12175         * gcc.c-torture/execute/991202-1.c: New test.
12176         * gcc.c-torture/execute/991202-2.c: New test.
12177         * gcc.c-torture/execute/991202-3.c: New test.
12179 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
12181         * g++.old-deja/g++.abi/align.C: New test.
12182         * g++.old-deja/g++.abi/aggregates.C: Likewise.
12183         * g++.old-deja/g++.abi/bitfields.C: Likewise.
12185 1999-12-01  Richard Henderson  <rth@cygnus.com>
12187         * gcc.c-torture/execute/991201-1.c: New.
12189 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
12191         * gcc.dg/991129-1.c: New test.
12193 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
12195         * gcc.c-torture/compile/991127-1.c: New test.
12197 1999-11-22  Nathan Sidwell  <nathan@acm.org>
12199         * g++.old-deja/g++.other/warn4.C: New test.
12201 1999-11-22  Nathan Sidwell  <nathan@acm.org>
12203         * g++.old-deja/g++.eh/cleanup2.C: New test.
12204         * g++.old-deja/g++.ext/pretty2.C: New test.
12205         * g++.old-deja/g++.ext/pretty3.C: New test.
12206         * g++.old-deja/g++.other/debug6.C: New test.
12208 1999-10-20  Jim Wilson  <wilson@cygnus.com>
12210         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
12211         compiler_output to look for one error message instead of two.
12213 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
12215         * gcc.c-torture/execute/991118-1.c: Also test case
12216         where the word boundary does not split a byte evenly.
12218 1999-11-19  Nathan Sidwell  <nathan@acm.org>
12220         * g++.old-deja/g++.ext/restrict1.C: New test.
12222 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12224         * gcc.c-torture/execute/991118-1.c: New test.
12226 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
12228         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
12229         working directory pathnames.
12231 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
12233         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
12234         host is equipped with driver.h and driver.o so it can actually
12235         compile and run the tests.
12237 1999-10-08  Bernd Schmidt  <bernds@cygnus.co.uk>
12239         * gcc.c-torture/compile/991008-1.c: New test.
12241 1999-11-08  Nick Clifton  <nickc@cygnus.com>
12243         * lib/gcc-dg.exp: Include target-supports.exp
12245 1999-11-05  Nick Clifton  <nickc@cygnus.com>
12247         * lib/target-supports.exp: New file: Provide procs to test for
12248         features supported by the target.
12249         (check_weak_available): Moved here from ecos.exp.
12250         (check_alias_available): New proc: Determine of the target
12251         toolchain supports the alias attribute.
12253         * gcc.dg/special/ecos.exp: Move check_weak_available to
12254         target-supports.exp.
12255         (alias-1.c): Only perform the test if the target supports
12256         aliases.
12257         (wkali-1.c): Only perform the test if the target supports
12258         aliases.
12260         * gcc.dg/990506-0.c: Expect error messages from cross
12261         targets as well as native targets.
12263 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12265         * gcc.dg/ultrasp1.c: Removed xfail.
12266         * gcc.dg/struct-ret-2.c: Likewise.
12267         * gcc.dg/array-1.c: Likewise.
12269 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12271         * gcc.dg/struct-ret-2.c: New test.
12273         * gcc.dg/array-1.c: New test.
12275 1999-10-30  Stephen L Moshier <moshier@mediaone.net>
12277         * gcc.c-torture/execute/991030-1.c: New test.
12279 1999-10-26  Richard Henderson  <rth@cygnus.com>
12281         * gcc.c-torture/compile/991026-2.c: New test.
12283 1999-10-26  Jeffrey A Law  (law@cygnus.com)
12285         * gcc.c-torture/compile/991026-1.c: New test.
12287 1999-10-23  Jeffrey A Law  (law@cygnus.com)
12289         * gcc.c-torture/execute/991023-1.c: New test.
12291 1999-10-19  Jeffrey A Law  (law@cygnus.com)
12293         * gcc.c-torture/execute/991019-1.c: New test.
12295 1999-10-16  Richard Henderson  <rth@cygnus.com>
12297         * gcc.c-torture/execute/991016-1.c: New test.
12299 1999-10-14  Stephane Carrez  <stcarrez@worldnet.fr>
12301         * gcc.c-torture/execute/991014-1.c: New test.
12303 1999-10-13  J"orn Rennecke <amylaar@cygnus.co.uk>
12305         * g++.old-deja/g++.other/union2.C: New test.
12307 1999-10-13  Nathan Sidwell  <nathan@acm.org>
12309         * g++.old-deja/g++.other/vaarg2.C: New test.
12310         * g++.old-deja/g++.other/vaarg3.C: New test.
12312 1999-10-12  Craig Burley  <craig@jcb-sc.com>
12314         * g77.f-torture/noncompile/19990905-1.f: Moved from being
12315         in compile/.
12317 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
12319         * gcc.c-torture/execute/va-arg-11.c: New test.
12321 1999-10-01  Mark P. Mitchell  <mark@codesourcery.com>
12323         * lib/file-format.exp (gcc_target_object_format): Don't
12324         crash if objdump is unavailable.
12326 1999-09-29  Donn Terry <donn@interix.com>
12328         * gcc.misc-tests/mg.exp: delete extraneous redirection.
12330 1999-09-28  Nick Clifton  <nickc@cygnus.com>
12332         * gcc.c-torture/compile/990928-1.c: New test.
12334 1999-09-28  Nathan Sidwell  <nathan@acm.org>
12336         * g++.old-deja/g++.other/decl6.C: New test.
12338 1999-09-28  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12340         * gcc.c-torture/execute/va-arg-10.c: New test.
12342 1999-09-27  Nathan Sidwell  <nathan@acm.org>
12344         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
12345         __PRETTY_FUNCTION__.
12347 1999-09-23  Nick Clifton  <nickc@cygnus.com>
12349         * gcc.c-torture/execute/990923-1.c: New test.
12351 1999-09-21  Nick Clifton  <nickc@cygnus.com>
12353         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
12354         for which -fpic is inappropriate.
12356 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
12358         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
12360 1999-09-21  Nathan Sidwell  <nathan@acm.org>
12362         * g++.old-deja/g++.other/dyncast1.C: New test.
12363         * g++.old-deja/g++.other/dyncast2.C: New test.
12364         * g++.old-deja/g++.other/dyncast3.C: New test.
12365         * g++.old-deja/g++.other/dyncast4.C: New test.
12366         * g++.old-deja/g++.other/dyncast5.C: New test.
12367         * g++.old-deja/g++.eh/catch3.C: New test.
12368         * g++.old-deja/g++.eh/catch3p.C: New test.
12369         * g++.old-deja/g++.eh/catch4.C: New test.
12370         * g++.old-deja/g++.eh/catch4p.C: New test.
12371         * g++.old-deja/g++.eh/catch5.C: New test.
12372         * g++.old-deja/g++.eh/catch5p.C: New test.
12373         * g++.old-deja/g++.eh/catch6.C: New test.
12374         * g++.old-deja/g++.eh/catch6p.C: New test.
12375         * g++.old-deja/g++.eh/catch7.C: New test.
12376         * g++.old-deja/g++.eh/catch7p.C: New test.
12377         * g++.old-deja/g++.eh/catch8.C: New test.
12378         * g++.old-deja/g++.eh/catch8p.C: New test.
12379         * g++.old-deja/g++.eh/catch9.C: New test.
12380         * g++.old-deja/g++.eh/catch9p.C: New test.
12382 1999-09-13  Nathan Sidwell  <nathan@acm.org>
12384         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
12385         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
12387 1999-09-13  Jeffrey A Law  (law@cygnus.com)
12389         * gcc.c-torture/compile/990913-1.c: New test.
12391 1999-09-10  Nathan Sidwell  <nathan@acm.org>
12393         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
12394         * g++.old-deja/g++.jason/rfg5.C: Likewise.
12396 1999-09-09  Richard Henderson  <rth@cygnus.com>
12398         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
12400 1999-09-09  Nathan Sidwell  <nathan@acm.org>
12402         * g++.old-deja/g++.other/lookup11.C: New test.
12403         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
12404         what is permitted and what we want.
12405         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
12406         overload use.
12407         * g++.old-deja/g++.jason/rfg5.C: Likewise
12409 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
12411         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
12412         * gcc.c-torture/noncompile/poison-1.c: New file.
12414 1999-09-08  Nathan Sidwell  <nathan@acm.org>
12416         * g++.old-deja/g++.other/sizeof3.C: New test.
12417         * g++.old-deja/g++.other/sizeof4.C: New test.
12418         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
12419         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
12421 1999-09-07  Richard Henderson  <rth@cygnus.com>
12423         * gcc.dg/va-arg-1.c: New.
12425 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12427         * gcc.c-torture/execute/va-arg-9.c: New test.
12429 1999-09-05  Craig Burley  <craig@jcb-sc.com>
12431         * g77.f-torture/compile/980519-2.f: New test.
12432         * g77.f-torture/compile/19990905-0.f: New test.
12433         * g77.f-torture/compile/19990905-1.f: New test.
12434         * g77.f-torture/compile/19990905-2.f: New test.
12436         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
12438 1999-09-03  Richard Earnshaw <rearnsha@arm.com>
12440         * gcc.c-torture/execute/990827-1.c: Fix typo.
12442 1999-09-03  Nathan Sidwell  <nathan@acm.org>
12444         * g++.old-deja/g++.other/deref1.C: New test.
12446 1999-09-02  Nathan Sidwell  <nathan@acm.org>
12448         * g++.old-deja/g++.other/ambig2.C: New test.
12449         * g++.old-deja/g++.other/cond5.C: New test.
12450         * g++.old-deja/g++.other/lookup16.C: New test.
12452 1999-09-02  Marc Espie <espie@cvs.openbsd.org>
12454         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
12455         assemblers too.
12457 1999-08-31  Jeffrey A Law  (law@cygnus.com)
12459         * lib/c-torture.exp: Avoid the "compare executables" optimization
12460         when testing native.
12462 1999-08-29  Jeffrey A Law  (law@cygnus.com)
12464         * gcc.c-torture/execute/990829-1.c: New test.
12465         * gcc.c-torture/compile/990829-1.c: New test.
12467 1999-08-27  Paul Burchard  <burchard@pobox.com>
12469         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
12470         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
12471         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
12472         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
12473         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
12474         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
12475         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
12476         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
12477         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
12478         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
12479         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
12481 1999-08-27  Jeffrey A Law  (law@cygnus.com)
12483         * gcc.c-torture/execute/990827-1.c: New test.
12485 1999-08-26  Craig Burley  <craig@jcb-sc.com>
12487         * g77.f-torture/noncompile/19990826-4.f: New test.
12489         * g77.f-torture/compile/19990826-3.f: New test.
12491         * g77.f-torture/execute/19990826-2.f: New test.
12493         * g77.f-torture/compile/19990826-1.f: New test.
12495         * gcc.c-torture/execute/990826-0.c: New test.
12496         * g77.c-torture/execute/19990826-0.f: New test.
12498         * g77.f-torture/noncompile/970626-2.f: New test.
12500 1999-08-25  Paul Burchard  <burchard@pobox.com>
12502         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
12503         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
12504         lss-011.C: New tests.
12506 1999-08-25  Nathan Sidwell  <nathan@acm.org>
12508         * g++.old-deja/g++.other/decl5.C: New test.
12510 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12512         * noncompile/noncompile.exp: Load_lib c-torture.exp.
12513         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
12514         call `postbase' for each one.  All callers of `postbase' changed
12515         to call this instead.
12517 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
12519         * gcc.c-torture/execute/990811-1.c: New test.
12521 1999-08-09  Nick Clifton  <nickc@cygnus.com>
12523         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
12524         just native ones.
12526         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
12527         just native ones.
12529 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
12531         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
12533 1999-08-04  Jeffrey A Law  (law@cygnus.com)
12535         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
12537 1999-08-04  Nathan Sidwell  <nathan@acm.org>
12539         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
12541 1999-08-04  Jeffrey A Law  (law@cygnus.com)
12543         * gcc.c-torture/execute/990804-1.c: New test.
12545 1999-08-03  Nathan Sidwell  <nathan@acm.org>
12547         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
12548         * g++.old-deja/g++.brendan/crash64.C: Likewise
12549         * g++.old-deja/g++.brendan/overload8.C: Likewise
12551 1999-08-03  Nathan Sidwell  <nathan@acm.org>
12553         * g++.old-deja/g++.other/struct1.C: New test.
12555 1999-08-03  Nathan Sidwell  <nathan@acm.org>
12557         * g++.old-deja/g++.other/enum2.C: New test.
12559 1999-08-02  Richard Henderson  <rth@cygnus.com>
12561         Adapted from tests from Franz Sirl:
12562         * gcc.c-torture/execute/va-arg-7.c: New test.
12563         * gcc.c-torture/execute/va-arg-8.c: New test.
12565 1999-08-01  Jeffrey A Law  (law@cygnus.com)
12567         * gcc.c-torture/compile/990801-2.c: New test.
12569         * gcc.c-torture/compile/990801-1.c: New test.
12571 1999-07-27  Michael Meissner  <meissner@cygnus.com>
12573         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
12574         fp-cmp-1.c, converting double to float.
12576         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
12577         fp-cmp-1.c, converting double to long double.
12579         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
12580         from fr1 to unknown_register, since fr1 is a legitimate register
12581         on some machines.
12583 1999-07-25  Jeffrey A Law  (law@cygnus.com)
12585         * README: More listname related changes.
12587 1999-07-08  Catherine Moore  <clm@cygnus.com>
12589         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
12591 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
12593         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
12595 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
12597         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
12599 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
12601         * gcc.dg/990703-1.c: New test.
12603 1999-06-29  Nick Clifton  <nickc@cygnus.com>
12605         * lib/file-format.exp: New file: Move definition of proc
12606         gcc_target_object_format to here from
12607         gcc.dg/special/ecos.exp.
12609         * lib/c-torture.exp: Include lib file-format.exp.
12610         * lib/gcc-dg.exp: Include lib file-format.exp.
12612         * gcc.dg/special/ecos.exp: Remove definition of proc
12613         gcc_target_object_format.
12615 1999-06-28  Jeffrey A Law  (law@cygnus.com)
12617         * gcc.c-torture/execute/990628-1.c: New test.
12619 1999-06-25  Jeffrey A Law  (law@cygnus.com)
12621         * gcc.c-torture/compile/990625-2.c: New test.
12623         * gcc.c-torture/compile/990625-1.c: New test.
12625 1999-06-23  Nick Clifton  <nickc@cygnus.com>
12627         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
12628         attributes compile.
12629         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
12630         ports that use the COFF/PE file format.
12632 1999-06-17  Jeffrey A Law  (law@cygnus.com)
12634         * gcc.c-torture/compile/990617-1.c: New test.
12636 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
12638         * g++.old-deja/g++.other/decl4.C: New test.
12640 1999-06-14  Nathan Sidwell  <nathan@acm.org>
12642         * g++.old-deja/g++.other/bitfld3.C: New test.
12644 1999-06-08  Nathan Sidwell  <nathan@acm.org>
12646         * g++.old-deja/g++.eh/catch1.C: New test.
12648 1999-06-07  Jeffrey A Law  (law@cygnus.com)
12650         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
12652         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
12653         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
12655 1999-06-05  Craig Burley  <craig@jcb-sc.com>
12657         * g77.f-torture/compile/19990502-0.f: Replace with new,
12658         shorter, test that still fails after recent changes.
12660 1999-06-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
12662         * gcc.c-torture/execute/990604-1.c: New test.
12664 1999-05-31  Jeffrey A Law  (law@cygnus.com)
12666         * gcc.c-torture/execute/990531-1.c: New test.
12668 1999-05-27  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12670         * gcc.c-torture/compile/990527-1.c: New test.
12672 1999-05-27  Joern Rennecke <amylaar@cygnus.com>
12674         * gcc.c-torture/execute/990527-1.c: New test.
12676 1999-05-25  Nick Clifton  <nickc@cygnus.com>
12678         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
12679         bitfields as signed.
12681 1999-05-25  Craig Burley  <craig@jcb-sc.com>
12683         * g77.f-torture/compile/19990525-0.f: New test.
12685 1999-05-25  Jeffrey A Law  (law@cygnus.com)
12687         * gcc.c-torture/execute/990525-2.c: New test.
12689         * gcc.c-torture/execute/990525-1.c: New test.
12691 1999-05-24  Nathan Sidwell  <nathan@acm.org>
12693         * g++.old-deja/g++.other/anon3.C: New test.
12694         * g++.old-deja/g++.other/anon4.C: New test.
12695         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
12696         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
12697         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
12698         Merrill).
12700 1999-05-24  Jeffrey A Law  (law@cygnus.com)
12702         * gcc.c-torture/execute/990524-1.c: New test.
12704         * gcc.dg/990524-1.c: New test.
12706 1999-05-23  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12708         * gcc.c-torture/compile/990523-1.c: New test.
12710 1999-05-19  Raja R Harinath <harinath@cs.umn.edu>
12712         * gcc.c-torture/compile/990519-1.c: New test.
12714 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
12716         * gcc.c-torture/compile/990517-1.c: New test.
12718         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
12719         (e4, f4): New tests.
12720         (main): Call them.
12722 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12724         * gcc.dg/noreturn-1.c: New test.
12726 1999-05-13  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
12728         * gcc.c-torture/execute/990513-1.c: New test.
12730 1999-05-10  Richard Henderson  <rth@cygnus.com>
12732         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
12734 1999-05-10  Craig Burley  <craig@jcb-sc.com>
12736         * g77.f-torture/execute/erfc.f: Use small single-precision
12737         values, to avoid problems on Alphas when not -mieee.
12739 1999-05-08  Craig Burley  <craig@jcb-sc.com>
12741         * gcc.dg/990506-0.c: New test.
12743 1999-05-08  Richard Henderson  <rth@cygnus.com>
12745         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
12746         the constant to test.  Don't XFAIL 64-bit targets.
12748         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
12749         * g++.old-deja/g++.law/profile1.C: Likewise.
12751         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
12752         operator new instances.
12753         * g++.old-deja/g++.other/delete5.C: Likewise.
12755 1999-05-03  Craig Burley  <craig@jcb-sc.com>
12757         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
12758         intrinsic.
12760 1999-05-03  Craig Burley  <craig@jcb-sc.com>
12762         * g77.f-torture/execute/u77-test.f: Reverse order of two
12763         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
12765 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12767         * gcc.dg/compare1.c: New test.
12769 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
12771         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
12772         New tests.
12774 1999-05-02  Craig Burley  <craig@jcb-sc.com>
12776         * g77.f-torture/compile/19990502-1.f: New test.
12778 1999-05-02  Craig Burley  <craig@jcb-sc.com>
12780         * g77.f-torture/compile/19990502-0.f: New test.
12782 1999-05-02  Craig Burley  <craig@jcb-sc.com>
12784         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
12785         intrinsic.
12787 1999-05-02  Craig Burley  <craig@jcb-sc.com>
12789         * g77.f-torture/execute/u77-test.f (main): List libU77
12790         intrinsics not currently tested.
12791         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
12792         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
12793         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
12794         Trim blanks off the ends of some printed strings.
12796 1999-05-02  Craig Burley  <craig@jcb-sc.com>
12798         * g77.f-torture/execute/u77-test.f (main): Just warn about
12799         FSTAT gid disagreement, as it's expected on some systems.
12801 1999-05-01  Craig Burley  <craig@jcb-sc.com>
12803         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
12804         use a new function, which allows for some slop.
12805         Clean up some commentary.
12806         (issum): The new function.
12807         (sgladd): Deleted subroutine.
12809 1999-05-01  Craig Burley  <craig@jcb-sc.com>
12811         * g77.f-torture/execute/u77-test.f: Modify to be more like
12812         libf2c/libU77 version, bringing patches to that version here.
12813         Add suitable commentary.
12815 1999-04-25  Richard Henderson  <rth@cygnus.com>
12817         * gcc.dg/990424-1.c: New test.
12819 1999-04-24  Craig Burley  <craig@jcb-sc.com>
12821         * g77.f-torture/execute/u77-test.f (main): Bug involving
12822         LSTAT has been fixed, so turn back on full checking.
12824 1999-04-20  Craig Burley  <craig@jcb-sc.com>
12826         * g77.f-torture/compile/19990419-0.f: New test.
12827         * g77.f-torture/execute/19990419-1.f: New test.
12829 1999-04-17  Richard Henderson  <rth@cygnus.com>
12831         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
12832         to avoid the need for a prototype to supress a warning.
12834 1999-04-07  Jim Wilson  <wilson@cygnus.com>
12836         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
12838 1999-04-04  Jeffrey A Law  (law@cygnus.com)
12840         * gcc.c-torture/execute/990404-1.c: New test.
12842 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
12844         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
12845         * gcc.dg/cpp-if3.c: Don't use -pedantic.
12846         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
12847         missing initializer warnings.
12849 1999-03-28  Jeffrey A Law  (law@cygnus.com)
12851         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
12852         matching strings.
12854 1999-03-26  Jeffrey A Law  (law@cygnus.com)
12856         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
12858 1999-03-26  Craig Burley  <craig@jcb-sc.com>
12860         * g77.f-torture/execute/19990325-0.f: New test.
12861         * g77.f-torture/execute/19990325-1.f: New test.
12863 1999-03-24  Jeffrey A Law  (law@cygnus.com)
12865         * gcc.c-torture/execute/990324-1.c: New test.
12867 1999-03-22  Jim Wilson  <wilson@cygnus.com>
12869         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
12870         test with 4.
12872 1999-03-17  Richard Henderson  <rth@cygnus.com>
12874         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
12876 1999-03-13  Craig Burley  <craig@jcb-sc.com>
12878         * g77.f-torture/execute/19990313-2.f: New test.
12879         * g77.f-torture/execute/19990313-3.f: New test.
12881 1999-03-13  Craig Burley  <craig@jcb-sc.com>
12883         * g77.f-torture/execute/19990313-0.f: New test.
12884         * g77.f-torture/execute/19990313-1.f: New test.
12886 1999-03-12  Jim Wilson  <wilson@cygnus.com>
12888         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
12889         printf to sprintf.
12890         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
12891         (main): Add check for u15.  Conditionalize u31 check depending on
12892         whether ints are <32 bits or >=32 bits.
12894 1999-03-08  Craig Burley  <craig@jcb-sc.com>
12896         * g77.f-torture/execute/19981119-0.f: Improve testiness.
12898 1999-03-08  Craig Burley  <craig@jcb-sc.com>
12900         * g77.f-torture/compile/19990305-0.f: New test.
12901         * g77.f-torture/execute/19981119-0.f: New test.
12903 1999-03-08  Craig Burley  <craig@jcb-sc.com>
12905         * g77.f-torture/execute/970625-2.f: call ABORT if final
12906         result is not correct, instead of just printing it.
12907         Add this checking via newly introduced obfuscation, to
12908         trip up buggy front ends.
12910 1999-03-07  Craig Burley  <craig@jcb-sc.com>
12912         * g77.f-torture/compile/960317-1.f: Moved from being
12913         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
12915 1999-03-06  Craig Burley  <craig@jcb-sc.com>
12917         * g77.f-torture/execute/960317-1.f: New (old) test.
12918         * g77.f-torture/execute/970625-2.f: Ditto.
12920 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
12922         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
12923         message on line 1 or line 2; cccp and cpplib do this differently.
12925 1999-03-01  Jeffrey A Law  (law@cygnus.com)
12927         * g++.old-deja/g++.law/weak1.C: New test.
12929 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
12931         * gcc.c-torture/execute/990119-1.c: Renamed to...
12932         * gcc.dg/990119-1.c: this, so it will only be tested once
12933         (it's a preprocessor test, it doesn't need to be run at
12934         multiple optimization levels).
12936 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
12938         * lib/g++.exp: Don't add incdir=$base_dir/../include to
12939           ALWAYS_CXXFLAGS.
12941 1999-02-24  Craig Burley  <craig@jcb-sc.com>
12943         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
12944         * g77.f-torture/compile/19981216-0.f: ...as it is expected
12945         to not be compilable by current g77.
12947 1999-02-24  Nick Clifton  <nickc@cygnus.com>
12949         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
12951 1999-02-22  Jeffrey A Law  (law@cygnus.com)
12953         * gcc.c-torture/execute/990222-1.c: New test.
12955 1999-02-19  Craig Burley  <craig@jcb-sc.com>
12957         * g77.f-torture/compile/19990218-0.f: New test.
12958         * g77.f-torture/noncompile/19990218-1.f: New test.
12960 1999-02-18  Craig Burley  <craig@jcb-sc.com>
12962         * g77.f-torture/compile/19981216-0.f: New test.
12964 1999-02-14  Jeffrey A Law  (law@cygnus.com)
12966         * gcc.dg/990214-1.c: New test.
12968 1999-02-13  Jeffrey A Law  (law@cygnus.com)
12970         * gcc.dg/990213-2.c: New test.
12972         * gcc.dg/990213-1.c: New test.
12974 1999-02-12  Jeffrey A Law  (law@cygnus.com)
12976         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
12977         ints.
12979 1999-02-11  Nick Clifton  <nickc@cygnus.com>
12981         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
12982         specified by target.
12984         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
12986 1999-02-11  Jeffrey A Law  (law@cygnus.com)
12988         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
12990 1999-02-10  Jonathan Larmour  <jlarmour@cygnus.co.uk>
12992         * gcc.dg/special/ecos.exp: New test driver for new tests with
12993         special requirements.
12995         * gcc.dg/special/alias-1.c: New test.
12996         * gcc.dg/special/gcsec-1.c: New test.
12997         * gcc.dg/special/weak-1.c: New test.
12998         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
12999         * gcc.dg/special/weak-2.c: New test.
13000         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
13001         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
13002         * gcc.dg/special/wkali-1.c: New test.
13003         * gcc.dg/special/wkali-2.c: New test.
13004         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
13005         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
13007 1999-02-10  Felix Lee  <flee@cygnus.com>
13009           * lib/c-torture.exp (c-torture-compile): Pull out code for
13010           analyzing gcc error messages.
13011           (c-torture-execute): Likewise.  Fix some (harmless) false
13012           positives.
13013           * lib/gcc.exp (gcc_check_compile): New function.
13015 1999-02-08  Richard Henderson  <rth@cygnus.com>
13017         * gcc.c-torture/execute/990208-1.c: New test.
13019 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
13021         * g++.dg/special/ecos.exp: New driver for new tests with special
13022         requirements
13024         * g++.dg/special/conpr-1.C: New test
13025         * g++.dg/special/conpr-2.C: New test
13026         * g++.dg/special/conpr-2a.C: New test
13027         * g++.dg/special/conpr-3.C: New test
13028         * g++.dg/special/conpr-3a.C: New test
13029         * g++.dg/special/conpr-3b.C: New test
13031         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
13032         allow g++ to use the dg driver
13034         * README: Add comment about g++.dg directory
13036 1999-02-06  Jeffrey A Law  (law@cygnus.com)
13038         * README: Update email addresses.
13040 1999-02-03  Nick Clifton  <nickc@cygnus.com>
13042         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
13043         arguments in order to force structure S onto the stack even on
13044         the alpha.
13045         (test): Pass 10 leading arguments to function foo as well as the
13046         structure S.
13048         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
13049         failure for all targets.
13051         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
13052         abort to terminate program execution.
13054 1999-01-30  Richard Henderson  <rth@cygnus.com>
13056         * gcc.c-torture/execute/990130-1.c: New test.
13058 1999-01-30  Jeffrey A Law  (law@cygnus.com)
13060         * gcc.dg/990130-1.c: New test.
13062 1999-01-28  Michael Meissner  <meissner@cygnus.com>
13064         * gcc.c-torture/execute/990128-1.c: New test.
13066 1999-01-27  Michael Meissner  <meissner@cygnus.com>
13068         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
13070 1999-01-27  Felix Lee  <flee@cygnus.com>
13072         * lib/c-torture.exp (c-torture-compile): pull out code for
13073         analyzing gcc error messages.
13074         (c-torture-execute): ditto, and fix some (harmless) false
13075         positives.
13076         * lib/gcc.exp (gcc_check_compile): new function.
13078 1999-01-17  Jeffrey A Law  (law@cygnus.com)
13080         * gcc.dg/990117-1.c: New test.
13082         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
13084         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
13086 1999-01-15  Jeffrey A Law  (law@cygnus.com)
13088         * g77.f-torture/compile/990115-1.f: New test.
13090 1999-01-07  Jeffrey A Law  (law@cygnus.com)
13092         * gcc.c-torture/compile/990107-1.c: New test
13094 1999-01-06  Jeffrey A Law  (law@cygnus.com)
13096         * gcc.c-torture/execute/990106-2.c: New test.
13098         * gcc.c-torture/execute/990106-1.c: New test.
13100 1998-12-30  Zack Weinberg <zack@rabi.columbia.edu>
13102         * gcc.c-torture/compile/981223-1.c: New test.
13104 1998-12-29  Richard Henderson  <rth@cygnus.com>
13106         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
13107         (opt3): Rename from opt4 and disable.
13109 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
13111         * g++.old-deja/g++.pt/ptrmem5.C: New test.
13113 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
13115         * g++.old-deja/g++.other/conv5.C: New test.
13117 1998-12-14  Nick Clifton  <nickc@cygnus.com>
13119         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
13121 1998-12-11  Jeffrey A Law  (law@cygnus.com)
13123         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
13125 1998-12-11  Zack Weinberg <zack@rabi.columbia.edu>
13127         * gcc.c-torture/compile/981211-1.c: New test.
13129 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
13131         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
13133         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
13135 1998-12-08  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13137         * gcc.special/930510-1.c: Make C9X safe.
13138         * gcc.misc-tests/gcov-1.c Similarly.
13139         * gcc.misc-tests/gcov-2.c Similarly.
13141 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
13143         * gcc.dg/ultrasp1.c: New test.
13145 1998-12-06  Richard Henderson  <rth@cygnus.com>
13147         * gcc.c-torture/execute/981206.c: New test.
13149 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
13151         * g++.old-deja/g++.ns/template7.C: New test.
13153         * g++.old-deja/g++.other/expr1.C: New test.
13155         * g++.old-deja/g++.eh/tmpl3.C: New test.
13157         * g++.old-deja/g++.eh/tmpl2.C: New test.
13159 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
13161         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
13162         * g++.old-deja/g++.other/using6.C: Removed.
13163         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
13165         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
13167 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
13169         * g++.old-deja/g++.pt/overload8.C: New test.
13171         * g++.old-deja/g++.pt/overload7.C: New test.
13173         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
13175         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
13176         and relinking messages.
13177         * lib/g++.exp (g++_target_compile): Remove .rpo file when
13178         compiling with -frepo.
13180 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
13182         * g++.old-deja/g++.pt/lookup6.C: New test.
13184 1998-11-30  Nick Clifton  <nickc@cygnus.com>
13186         * gcc.c-torture/execute/981130-1.c: New test.
13187         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
13189 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
13191         * g++.old-deja/g++.pt/explicit76.C: New test.
13193         * g++.old-deja/g++.pt/friend38.C: New test.
13195         * g++.old-deja/g++.ns/crash2.C: New test.
13197         * g++.old-deja/g++.pt/defarg8.C: New test.
13199         * g++.old-deja/g++.pt/instantiate6.C: New test.
13201         * g++.old-deja/g++.pt/static6.C: New test.
13203         * g++.old-deja/g++.pt/decl2.C: New test.
13205 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
13207         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
13208         problem is actually related with name lookup, but so what? :-)
13210         * g++.old-deja/g++.pt/friend37.C: New test.
13212 1998-11-25  Dave Love  <d.love@dl.ac.uk>
13214         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
13215         element, which fails on some systems.
13217         * g77.f-torture/execute/labug1.f: New test.
13219 1998-11-21  Jeffrey A Law  (law@cygnus.com)
13221         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
13222         is defined.
13224 1998-11-18  Dave Love  <d.love@dl.ac.uk>
13226         * g77.f-torture/compile/981117-1.f: New test.
13228 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
13230         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
13231         properly discarded.
13233 1998-10-11  Ken Raeburn  <raeburn@cygnus.com>
13235         * gcc.c-torture/execute/memcheck: New directory of tests for
13236         -fcheck-memory-usage.
13238 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13240         * README: New file, general information about the testsuite and
13241         new description of the various C++ test subdirectories.
13242         * README.g++: Eliminate obsolete information, update and move most
13243         relevant stuff to README.
13245 1998-11-07  Richard Henderson  <rth@cygnus.com>
13247         * gcc.c-torture/compile/981107-1.c: New test.
13249 1998-11-02  Doug Evans  <devans@canuck.cygnus.com>
13251         * execute/memcpy-bi.c: New testcase.
13253 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
13255         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
13256         base classes.
13258         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
13259         template is selected.
13261         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
13262         classes, it should be accepted for all types.
13264         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
13266         * g++.old-deja/g++.pt/spec24.C: Ensure that template
13267         specializations start with template headers.
13269 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
13271         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
13273         * g++.old-deja/g++.other/init9.C: Test cross initialization of
13274         non-POD types.
13276 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
13278         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
13280 1998-10-22  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13282         * compile/981022-1.c, compile/981022-1.x: New test and driver.
13284 1998-10-19  Jeffrey A Law  (law@cygnus.com)
13286         * 981019-1.c: New test.
13288 1998-10-14  Robert Lipe <robertl@dgii.com>
13290         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
13291         find objc headers.
13293 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
13295         * compile/981001-4.c: Remove use of GCC extension that triggers a
13296         compiler bug.
13298 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
13300         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
13302 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
13304         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
13305         instantiation of template produces incorrect code for delete
13306         expression.
13308         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
13309         constructors' name is not unique.
13310         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
13311         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
13313         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
13314         automatic array of const is ill-formed.
13316         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
13317         of template parameter?
13319         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
13320         const.
13322         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
13323         pointer-to-member expression.
13325         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
13326         declaration causes ICE.
13328 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
13330         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
13331         reserved in the global namespace.
13333         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
13334         generate needed virtual table.
13336         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
13338 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
13340         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
13341         template-dependent type
13343 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
13345         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
13346         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
13347         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
13349         * g++.old-deja/g++.other/using5.C: New test; using decl from base
13350         class should be usable as argument of member function.
13351         * g++.old-deja/g++.other/using6.C: New test; using decl from base
13352         class should be usable as return type of member function.
13353         * g++.old-deja/g++.other/using7.C: New test; using decl from base
13354         class should be usable as type of data member.
13356         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
13358 1998-10-09  Jeffrey A Law  (law@cygnus.com)
13360         * gcc.c-torture/special/920521-1.c: Fix bogus test.
13362 1998-10-08  Nick Clifton  <nickc@cygnus.com>
13364         * gcc.dg/dll-?.c Add thumb to target list.
13365         Fix assembler scan patterns to match current assembler output.
13367 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
13369         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
13370         matching of template brackets.
13372         * g++.old-deja/g++.other/using4.C: New test.  Test using
13373         declarations of methods from base classes.
13375         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
13376         within functions should introduce names into the innermost
13377         enclosing namespace.
13379         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
13380         of static locals if first initialization throws.
13382 1998-10-07  Jim Wilson  <wilson@cygnus.com>
13384         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
13386 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
13388         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
13389         lose track of the possible targets of tablejump insns.
13390         * special/special.exp: Run it.
13392 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
13394         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
13395         must be declared before its specializations can be named in friend
13396         declarations.
13398 1998-10-05  Dave Love  <d.love@dl.ac.uk>
13400         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
13402         * g77.f-torture/execute/io1.f: New test.
13404 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
13406         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
13407         with pointer to template function, for which no argument deduction
13408         is possible.
13410         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
13411         specialization of template function as argument to template
13412         function.
13414         * g++.old-deja/g++.other/access2.C: New test; Inner class
13415         shouldn't have privileged access to Outer's names.
13417 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
13419         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
13420         friend template declared within template class conflicts with
13421         nested class of the same name.
13423         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
13424         is ignored.
13426         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
13427         object with direct initializer as function declaration.
13429         * g++.old-deja/g++.other/decl2.C: New test; duplicate
13430         initializers.
13432         * g++.old-deja/g++.other/null2.C: New test; conditional operator
13433         involving const pointer and NULL produces incorrect result.
13435         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
13436         type name without `typename' should be rejected with -pedantic.
13438 1998-10-02  Richard Henderson  <rth@cygnus.com>
13440         * g++.old-deja/g++.other/addrof1.C: New test.
13442 1998-10-01  Nick Clifton  <nickc@cygnus.com>
13444         * gcc.c-torture/compile/981001-1.c: New test.
13445         * gcc.c-torture/execute/981001-1.c: New test.
13447 1998-10-01  Jeffrey A Law  (law@cygnus.com)
13449         * gcc.c-torture/compile/981001-2.c: New test.
13450         * gcc.c-torture/compile/981001-3.c: New test.
13451         * gcc.c-torture/compile/981001-4.c: New test.
13453 1998-10-01  Robert Lipe  <robertl@dgii.com>
13455         * lib/objc.exp (objc_target_compile): Add -L during compiles for
13456         multilibbed hosts.   Idea grafted from g77.exp.
13458 1998-09-30  Dave Love  <d.love@dl.ac.uk>
13460         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
13461         avoid losing on systems which need -lsocket.
13463 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
13465         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
13466         * g++.old-deja/g++.other/nested2.C: Ditto.
13467         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
13468         failure.
13470 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
13472         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
13473         preferred over template operator!= for enum bitfields.
13475 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
13477         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
13478         that happen to have the same base name, but in different scopes,
13479         are incorrectly rejected.
13481 1998-09-16  Richard Henderson  <rth@cygnus.com>
13483         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
13484         on the native word size instead of an integer literal.
13486 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
13488         * g++.old-deja/g++.other/static2.C: Invocation of static data
13489         member of type pointer-to-function denoted as non-static member.
13491         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
13492         checks involving function types and aliases.
13494 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
13496         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
13497         redefined to the same non-trivial type.
13499         * g++.old-deja/g++.pt/explicit73.C: Test for proper
13500         namespace-qualification of template specializations declared in
13501         other namespaces.
13503         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
13504         to declare a subset of the specializations of a template function
13505         as friends of specializations of a template class.
13507         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
13508         member templates that do not fully specialize the enclosing
13509         template class are rejected.
13511 1998-09-11  Dave Love  <d.love@dl.ac.uk>
13513         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
13515 1998-09-08  Dave Love  <d.love@dl.ac.uk>
13517         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
13518         altered from libf2c/libU77 version.
13520 1998-09-06  Dave Love  <d.love@dl.ac.uk>
13522         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
13524 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
13526         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
13527         (un)signed char are different types for template specialization
13528         purposes.
13530 1998-09-03  Ovidiu Predescu  <ovidiu@aracnet.com>
13532         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
13533         * objc: ObjC testsuite.
13535 1998-08-31  Catherine Moore  <clm@cygnus.com>
13537         * gcc.c-torture/execute/941014-1.x:  New file.
13539 1998-08-31  Nick Clifton  <nickc@cygnus.com>
13541         * lib/c-torture.exp: Add support for
13542         torture_eval_before_compile and torture_eval_before_execute
13543         variables.
13545 1998-08-30  Jeffrey A Law  (law@cygnus.com)
13547         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
13548         this test triggers valid.
13550 1998-08-27  Jeffrey A Law  (law@cygnus.com)
13552         * gcc.dg/980827-1.c: New test.
13554 1997-08-26  J"orn Rennecke <amylaar@cygnus.co.uk>
13556         * gcc.c-torture/execute/loop-4b.c: New test.
13558 1998-08-26  Nick Clifton  <nickc@cygnus.com>
13560         * lib/c-torture.exp: Add support for
13561         torture_eval_before_compile and torture_eval_before_execute
13562         variables.
13564 1998-08-25  Jeffrey A Law  (law@cygnus.com)
13566         * gcc.c-torture/compile/980825-1.c: New test.
13568 1998-08-24  Nick Clifton  <nickc@cygnus.com>
13570         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
13571         count number tests in opt_t0 not good_t0.
13573 1998-08-24  Jeffrey A Law  (law@cygnus.com)
13575         * gcc.c-torture/compile/930326-1.x: Fix typo.
13577 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
13579         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
13580         causes an ICE.
13582 1998-08-21  Jeffrey A Law  (law@cygnus.com)
13584         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
13585         STACK_SIZE is defined.
13586         * gcc.c-torture/unsorted/stuct.c: Similarly.
13588         * gcc.c-torture/compile/980821-1.c: New test.
13590 1998-08-21  Jeffrey A Law  (law@cygnus.com)
13592         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
13594 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
13596         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
13597         code.
13599 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
13601         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
13602         error'.
13604 1998-08-18  Jeffrey A Law  (law@cygnus.com)
13606         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
13608 1998-08-16  Jeffrey A Law  (law@cygnus.com)
13610         * gcc.c-torture/compile/980816-1.c: New test.
13612         * gcc.dg/980816-1.c: New test.
13614 1998-08-13  Jeffrey A Law  (law@cygnus.com)
13616         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
13617         compiler for ieee tests.
13619 1998-08-01  Dave Love  <d.love@dl.ac.uk>
13621         * g77.f-torture/compile/980729-0.f: New test.
13623 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
13625         * gcc.c-torture/special/eeprof-1.c: New test, for
13626         -finstrument-functions.
13627         * gcc.c-torture/special/special.exp: Run it.
13629 1998-07-29  Jeffrey A Law  (law@cygnus.com)
13631         * gcc.c-torture/compile/980729-1.c: New test.
13633 1998-07-27  Nick Clifton  <nickc@cygnus.com>
13635         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
13636         __thumb__ is defined, and test for ARM style doubles if so.
13638 1998-07-26  Dave Love  <d.love@dl.ac.uk>
13640         * g77.f-torture/noncompile/980615-0.f: New test.
13642 1998-07-26  H.J. Lu  (hjl@gnu.org)
13644         * gcc.dg/980312-1.c: Do link instead of compile.
13645         * gcc.dg/980313-1.c: Likewise.
13647 1998-07-26  Jeffrey A Law  (law@cygnus.com)
13649         * gcc.c-torture/compile/980726-1.c: New test.
13651 1998-07-25  Dave Love  <d.love@dl.ac.uk>
13653         * g77.f-torture/execute/io0.f: New test.
13655 1998-07-24  Nick Clifton  <nickc@cygnus.com>
13657         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
13658         an int.
13660 1998-06-18  Michael Meissner  <meissner@cygnus.com>
13662         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
13663         m32r bugs.
13665 1998-07-17  Nick Clifton  <nickc@cygnus.com>
13667         * gcc.dg/980626-1.c: Expect failures for all toolchains until
13668         c-decl.c:grokdeclarator can handle mode attributes.
13670 1998-07-16  Jeffrey A Law  (law@cygnus.com)
13672         * gcc.c-torture/execute/980716-1.c: New test.
13674 1998-07-13  Jeffrey A Law  (law@cygnus.com)
13676         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
13677         the mn10200.
13678         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
13679         the mn10200.
13680         * gcc.c-torture/execute/va-arg-3.x: Similarly.
13681         * gcc.c-torture/compile/930326-1.x: Similarly.
13683 1998-07-13  Dave Love  <d.love@dl.ac.uk>
13685         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
13686         New test from Craig.
13688 1998-07-12  Dave Love  <d.love@dl.ac.uk>
13690         * g77.f-torture/noncompile/980616-0.f: New test.
13692         * g77.f-torture/execute/970816-3.f:  New test from Craig.
13694 1998-07-10 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
13696         *  g++.other/singleton.C: Return error value instead of taking
13697         SIGSEGV.
13699 1998-07-10  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
13701         *  g++.other/singleton.C: New test.   Warning is under dispute.
13702         Runtime crash is not.
13704 1998-07-09  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
13706         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
13707         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
13708         using6.C, using7.C}:  New namespace tests.
13710 1998-07-09  Alexandre Oliva   <oliva@dcc.unicamp.br>
13712         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
13713         specialization with typedef'ed names used as array indexes.
13715 1998-07-09  Jeffrey A Law  (law@cygnus.com)
13717         * gcc.c-torture/execute/980709-1.c: New test.
13719         * gcc.dg/980709-1.c: New test.
13721 1998-07-07  Richard Henderson  <rth@cygnus.com>
13723         * gcc.c-torture/execute/bcp-1.c: New test.
13725 1998-07-07  Jeffrey A Law  (law@cygnus.com)
13727         * gcc.c-torture/execute/980707-1.c: New test.
13729 1998-07-06  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
13731         * gcc.c-torture/compile/980706-1.c: New test.
13733 1998-07-01  Dave Love  <d.love@dl.ac.uk>
13735         * g77.f-torture/execute/980701-0.f,
13736         g77.f-torture/execute/980701-1.f: New test from Craig.
13738 1998-07-01  Jeffrey A Law  (law@cygnus.com)
13740         * gcc.c-torture/compile/980701-1.c: New test.
13742         * gcc.c-torture/execute/980701-1.c: New test.
13744 1998-06-30  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
13745 rlsruhe.de>
13747         * g++.old-deja/g++.robertl/eb132.C: New test.
13748         * g++.old-deja/g++.robertl/eb133.C: Likewise.
13750 1998-06-29  Dave Love  <d.love@dl.ac.uk>
13752         * g77.f-torture/execute/980628-7.f,
13753         g77.f-torture/execute/980628-8.f,
13754         g77.f-torture/execute/980628-9.f,
13755         g77.f-torture/execute/980628-10.f: New tests from Craig.
13757         * g77.f-torture/execute/980628-3.f: Remove mail headers.
13759 1998-06-28  Jeffrey A Law  (law@cygnus.com)
13761         * g77.f-torture/execute/980628-4.f: New test from Craig.
13762         * g77.f-torture/execute/980628-5.f: Likewise.
13763         * g77.f-torture/execute/980628-2.f: Likewise.
13764         * g77.f-torture/execute/980628-0.f: Likewise.
13765         * g77.f-torture/execute/980628-1.f: Likewise.
13766         * g77.f-torture/execute/980628-3.f: Likewise.
13767         * g77.f-torture/execute/980628-6.f: Likewise.
13769 1998-06-28  Jeffrey A Law  (law@cygnus.com)
13771         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
13772         directory when nothing has been installed yet.
13774 1998-06-27  Carlo Wood  <carlo@runaway.xs4all.nl>
13776         * gcc.c-torture/special/special.exp: Handle newer versions of
13777         dejagnu.
13779 1998-06-26  Jeffrey A Law  (law@cygnus.com)
13781         * gcc.dg/980626-1.c: New test.
13783 1998-06-19  Bruno Haible <haible@ilog.fr>
13785         * gcc.misc-tests/m-un-2.c: New test.
13786         * g++.old-deja/g++.other/warn01.c: Likewise.
13788 1998-06-19  Robert Lipe  <robertl@dgii.com>
13790         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
13791         compatibility with assmblers with a different comment character.
13792         Eliminate use of GAS-specific extensions.
13794 1998-06-19  Jeffrey A Law  (law@cygnus.com)
13796         * gcc.c-torture/execute/ieee/980619-1.c: New test.
13798 1998-06-19  Robert Lipe  <robertl@dgii.com>
13800         *lib/g77.exp: Replace search for libf2c.a with search for newly
13801         renamed libg2c.a
13803 1998-06-17  Jeffrey A Law  (law@cygnus.com)
13805         * gcc.c-torture/execute/980617-1.c: New test.
13807 1998-06-12  Jeffrey A Law  (law@cygnus.com)
13809         * gcc.c-torture/execute/980612-1.c: New test.
13811 1998-06-08  Jeffrey A Law  (law@cygnus.com)
13813         * gcc.dg/980523-1.c: Only test on ppc-linux.
13814         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
13816         * gcc.c-torture/execute/980608-1.c: New test.
13818 1997-06-05  J"orn Rennecke <amylaar@cygnus.co.uk>
13820         * gcc.c-torture/execute/980605-1.c: New test.
13822 1998-06-04  Jeffrey A Law  (law@cygnus.com)
13824         * gcc.c-torture/execute/980604-1.c: New test.
13826 1998-06-02  Jeffrey A Law  (law@cygnus.com)
13828         * gcc.c-torture/execute/980602-1.c: New test.
13829         * gcc.c-torture/execute/980602-2.c: Likewise.
13831 1998-06-02  Dave Love  <d.love@dl.ac.uk>
13833         * 970125-0.f: Fix per JCB.  Add commentary.
13835 1998-05-31  Michael Meissner  <meissner@cygnus.com>
13837         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
13838         IEEE -0 support.
13840 1998-05-29  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
13842         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
13843         earlier.
13845 1998-05-28  Catherine Moore <clm@cygnus.com>
13847         * gcc.c-torture/execute/980526-3.c: New test.
13849 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
13851         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
13852         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
13853         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
13854         m88k-motorola-sysv3 to XFAIL.
13856 1998-05-26  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13858         * gcc.dg/980526-1.c: New test.
13859         * gcc.c-torture/execute/980526-2.c: New test.
13861 1998-05-26  Jeffrey A Law  (law@cygnus.com)
13863         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
13865         * gcc.c-torture/execute/980526-1.c: New test.
13867 1998-05-26  Dave Love  <d.love@dl.ac.uk>
13869         * g77.f-torture/execute/alpha2.f: Add runtime test.
13871 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
13873         * g++.old-deja/old-deja.exp: Strip leading directories.
13875         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
13876         error for the line.  Don't run multiple tests for the same line.
13878 1998-05-23  Jeffrey A Law  (law@cygnus.com)
13880         * gcc.dg/980523-1.c: New test.
13882 1998-05-23  Dave Love  <d.love@dl.ac.uk>
13884         * g77.f-torture/compile/970915-0.f: New test.
13886 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
13888         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
13890 1998-05-21  Jeffrey A Law  (law@cygnus.com)
13892         * gcc.dg/980520-1.c: New test.
13894 1998-05-20  Manfred Hollstein  <manfred@s-direktnet.de>
13896         * gcc.dg/980502-1.c: Fix return type.
13898 1998-05-20  Jeffrey A Law  (law@cygnus.com)
13900         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
13901         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
13902         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
13903         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
13904         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
13906 1998-05-20  Dave Love  <d.love@dl.ac.uk>
13908         * g77.f-torture/execute/980520-1.f: New test.
13910 1998-05-15  Dave Love  <d.love@dl.ac.uk>
13912         * lib/mike-g77.exp: New file.
13914         * g77.f-torture/noncompile/noncompile.exp,
13915         g77.f-torture/noncompile/check0.f: New files.
13917 1998-05-14  Dave Love  <d.love@dl.ac.uk>
13919         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
13920         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
13921         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
13922         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
13923         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
13924         abort where appropriate.
13926 1998-05-05  Michael Meissner  <meissner@cygnus.com>
13928         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
13929         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
13931 1998-04-29  Dave Love  <d.love@dl.ac.uk>
13933         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
13935 1998-04-27  Dave Love  <d.love@dl.ac.uk>
13937         * g77.f-torture/compile/980427-0.f: New test.
13939 1998-04-24  Dave Love  <d.love@dl.ac.uk>
13941         * g77.f-torture/compile/980424-0.f: New test.
13943 1998-04-19  Dave Love  <d.love@dl.ac.uk>
13945         * g77.f-torture/compile/980419-2.f (main): New test.
13946         * g77.f-torture/compile/970125-0.f: New test.
13947         * g77.f-torture/compile/980419-1.f: New test.
13949 1998-04-08  Jim Wilson  <wilson@cygnus.com>
13951         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
13952         of loop-4.c.
13954 1998-04-07  Jim Wilson  <wilson@cygnus.com>
13956         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
13958 1998-04-03  Jim Wilson  <wilson@cygnus.com>
13960         * gcc.c-torture/compile/980329-1.c: New test.
13962 1998-03-18  Jim Wilson  <wilson@cygnus.com>
13964         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
13965         * gcc.dg/980312-1.c: Fix typo in -march command.
13967 1998-03-16  H.J. Lu  (hjl@gnu.org)
13969         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
13971 1998-03-11  Robert Lipe  <robertl@dgii.com>
13973         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
13974         Dave Love agree the Fortran source is bogus.
13976 1998-03-11  Robert Lipe  <robertl@dgii.com>
13978         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
13979         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
13980         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
13981         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
13982         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
13984 1998-03-10  Alexandre Oliva   <oliva@dcc.unicamp.br>
13986         * g++.old-deja/g++.other/friend1.C: New test.
13988 1998-02-18  Dave Love  <d.love@dl.ac.uk>
13990         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
13991         possibly uninitialized) variables and declare dnrm2.
13993 1998-02-23  Robert Lipe <robertl@dgii.com>
13995         From Bruno Haible <haible@ilog.fr>:
13996         * gcc.c-torture/execute/980223.c: New test.
13998 1998-02-13  Jeffrey A Law  (law@cygnus.com)
14000         * gcc.dg/ifelse-1.c: New test.
14002 1998-02-09  H.J. Lu  (hjl@gnu.org)
14004         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
14006           * lib/old-dejagnu.exp (old-dejagnu): Added the
14007           "execution test - XFAIL *-*-*" handling in the spirit of
14008           "excess errors test -". Changed the "execution test fails"
14009           handling to be like "excess errors test fails".
14010           * Update various tests accordingly.
14012 1998-02-06  Jim Wilson  <wilson@cygnus.com>
14014         * gcc.c-torture/execute/980205.c: New test.
14016 1998-01-18  Jeffrey A Law  (law@cygnus.com)
14018         * lib/c-torture.exp: Look for .x files instead of .cexp files.
14019         * lib/f-torture.exp: Similarly.
14020         * gcc.c-torture: Rename all .cexp files to .x files.
14022 1997-12-08  J"orn Rennecke <amylaar@cygnus.co.uk>
14024         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
14025         (940510-1.c): Removed duplicate.
14026         (971104-1.c): New test.
14028 1997-11-25  Kate Hedstrom  (kate@ahab.rutgers.edu)
14030           * lib/f-torture.exp: Improve error and loop detection.
14032 1997-11-19  Michael Meissner  <meissner@cygnus.com>
14034         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
14035         use that to size the filler array.
14037 1997-09-26  Bob Manson  <manson@charmed.cygnus.com>
14039         * lib/c-torture.exp(c-torture-execute): Fix typo.
14041         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
14042         testcase as the executable name. Keep the executable around if
14043         the test fails.
14045 1997-09-19  Bob Manson  <manson@charmed.cygnus.com>
14047         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
14048         changes.  Only test one -g option, and move it to the end of the
14049         list of options to test.
14051 1997-09-19  Michael Meissner  <meissner@cygnus.com>
14053         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
14054         variable GCC_TORTURE_OPTIONS to supply default switches separated
14055         by colons.  If no environment variable, run tests with -O0 -g, -O1
14056         -g, and -O2 -g as well.
14058 1997-09-17  Bob Manson  <manson@charmed.cygnus.com>
14060         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
14061         explanatory comments. Fix indentation.
14063 1997-09-15  Jeffrey A Law  (law@cygnus.com)
14065         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
14067 1997-09-11  Jeffrey A Law  (law@cygnus.com)
14069         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
14070         * g++.old-deja/g++.mike/p7325.C: Likewise.
14071         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
14073 1997-09-11  Alexandre Oliva  (oliva@dcc.unicamp.br)
14075         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
14076         * g++.old-deja/g++.brendan/crash30.C: Likewise.
14077         * g++.old-deja/g++.brendan/crash39.C: Likewise.
14078         * g++.old-deja/g++.law/operators4.C: Likewise.
14080 1997-09-11  Joe Buck  (jbuck@synopsys.com)
14082         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
14083         * g++.old-deja/g++.mike/p784.C: Ditto.
14084         * g++.old-deja/g++.mike/p785.C: Ditto.
14086 1997-09-05  Jeffrey A Law  (law@cygnus.com)
14088           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
14090 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
14092         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
14093         target feature; pass this to c-torture-execute as needed.
14095 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
14097         * lib/c-torture.exp(c-torture-execute): If the previous and the
14098         current executables being tested are identical, we don't need to
14099         run the executable again. Try to make the executable names
14100         unique. Add an optional argument for passing additional compiler
14101         flags.
14103 1997-09-02  Doug Evans  <dje@canuck.cygnus.com>
14105         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
14107 1997-08-29  Jeffrey A Law  (law@cygnus.com)
14109         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
14111 1997-07-31  Jeffrey A Law  (law@cygnus.com)
14113         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
14114         32bit or larger longs.
14116         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
14117         have either a 32bit long or 32bit int.
14119 1997-07-29  J"orn Rennecke <amylaar@cygnus.co.uk>
14121         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
14122         Make double precision tests dependent on sizeof (double).
14124 1997-07-09  Bob Manson  <manson@charmed.cygnus.com>
14126         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
14127         too.
14129 1997-06-17  J"orn Rennecke <amylaar@cygnus.co.uk>
14131         * gcc.c-torture/compile/961203-1.cexp: New script.
14133 1997-06-16  Bob Manson  <manson@charmed.cygnus.com>
14135         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
14136         up the includes ourselves.
14138 1997-06-11  Bob Manson  <manson@charmed.cygnus.com>
14140         * lib/plumhall.exp: Remove random include, and add a few
14141         verbose messages for debugging.
14143 1997-06-06  Bob Manson  <manson@charmed.cygnus.com>
14145         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
14146         of trying to do it ourselves.
14148 1997-06-04  J"orn Rennecke <amylaar@cygnus.co.uk>
14150         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
14152 1997-06-04  Bob Manson  <manson@charmed.cygnus.com>
14154         * gcc.prms/5403.c: Made regexp a bit less strict.
14156 1997-06-03  Bob Manson  <manson@charmed.cygnus.com>
14158         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
14159         is returned from remote_load instead.
14160         * lib/plumhall.exp: Ditto.
14161         * lib/mike-g++.exp: Ditto.
14162         * lib/old-dejagnu.exp: Ditto.
14163         * lib/c-torture.exp: Ditto.
14165 1997-05-30  Bob Manson  <manson@charmed.cygnus.com>
14167         * lib/g++.exp: Use build_wrapper procedure.
14168         * lib/gcc.exp: Ditto.
14170 1997-05-20  Jeffrey A Law  (law@cygnus.com)
14172         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
14173         an old-style decl for malloc.  Fixes tests to work when
14174         sizeof (int) != sizeof (size_t).
14176 1997-05-15  Mike Meissner  <meissner@cygnus.com>
14178         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
14180         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
14181         use stdargs.h interface.
14183 1997-05-15  Mike Meissner  <meissner@cygnus.com>
14185         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
14186         NO_VARARGS when compiling.
14188 1997-05-01  Bob Manson  <manson@charmed.cygnus.com>
14190         * lib/plumhall.exp(ph_includes): New procedure.
14191         (ph_make): Use it.
14192         (ph_compiler): Ditto.
14194         * lib/g++.exp: Rename test-glue.c to testglue.c.
14195         * lib/gcc.exp: Ditto.
14197 1997-04-10  Bob Manson  <manson@charmed.cygnus.com>
14199         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
14200         to completion when it's called.
14202 1997-03-21  Michael Meissner  <meissner@cygnus.com>
14204         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
14205         is defined, don't do test.
14207 1997-03-20  Doug Evans  <dje@canuck.cygnus.com>
14209         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
14210         for object files.
14211         (ph_summary): Mark skipped testcases as untested, not unresolved.
14213         * lib/plumhall.exp (ph_make): If unresolved because of bad
14214         errorCode, record errorCode in log file.
14215         (*): Replace send_log/verbose with verbose -log.
14217 1997-03-19  Michael Meissner  <meissner@cygnus.com>
14219         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
14220         double conversion if double isn't at least 8 bytes.
14222         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
14223         int to work with targets where int is 16 bits.
14225         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
14226         8 bytes, just exit, since 4 byte doubles don't have enough bits of
14227         precision for the test to complete.
14229 1997-03-14  Michael Meissner  <meissner@cygnus.com>
14231         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
14232         if d10v is not compiled with the -mdouble64 flag.
14233         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
14235         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
14236         d10v is not compiled with the -mint32 flag.
14238 1997-03-13  Bob Manson  <manson@charmed.cygnus.com>
14240         * lib/plumhall.exp: Use incr_count.
14242 1997-03-12  Jeffrey A Law  (law@cygnus.com)
14244         * gcc.c-torture: Update to c-torture-1.45.
14246 1997-02-23  Bob Manson  <manson@charmed.cygnus.com>
14248         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
14249         the name of the expect testcase file).
14251         * lib/g++.exp(g++_init): Ditto.
14253 1997-02-20  Bob Manson  <manson@charmed.cygnus.com>
14255         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
14256         the host.
14258         * lib/gcc.exp(gcc_exit): New procedure.
14260 1997-02-19  Bob Manson  <manson@charmed.cygnus.com>
14262         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
14263         specs where appropriate.
14265         * g++.old-deja/g++.arm/*: Added additional ERROR checks
14266         because of new "candidates are" messages, and removed a few
14268         * Converted all non-old-style g++ testcases to old-style, and
14269         moved into g++.old-deja.
14271 1997-02-14  Bob Manson  <manson@charmed.cygnus.com>
14273         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
14274         options.
14276         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
14277         succeeded.
14279         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
14281 1997-02-13  Michael Meissner  <meissner@cygnus.com>
14283         * lib/gcc.exp (gcc_target_compile): Add support for defining
14284         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
14285         the machine doesn't have those features.
14287 1997-02-11  Bob Manson  <manson@charmed.cygnus.com>
14289         * g++.law/operators4.exp: Don't use LIBS.
14291 1997-02-08  Bob Manson  <manson@charmed.cygnus.com>
14293         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
14295         * lib/mike-g++.exp: Don't set the compiler to be tested here.
14296         * lib/g++.exp: Set it here instead. Also, allow use of the
14297         --tool_exec and --tool_opt options. Change CXX to
14298         GXX_UNDER_TEST.
14300         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
14302         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
14304 1997-02-07  Bob Manson  <manson@charmed.cygnus.com>
14306         * lib/old-dejagnu.exp: Use prune_warnings instead of
14307         prune_system_crud.
14308         * lib/mike-g++.exp: Ditto.
14309         * lib/gcc.exp: Ditto.
14310         * lib/g++.exp: Ditto.
14312         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
14314 1997-02-07  Jeffrey A Law  (law@cygnus.com)
14316           * 941014-2.c: Include stdlib.h
14317           * 960327-1.c: Include stdio.h
14318           * dbra.c, index-1.c: Don't assume ints are 32bits.
14320 1997-02-04  Bob Manson  <manson@charmed.cygnus.com>
14322         * lib/gcc.exp: Add gcc,stack_size target feature.
14324         * lib/g++.exp(g++_target_compile): Add the include and link
14325         paths here, not in two other places. And, it's $options, not
14326         options.
14328         * lib/mike-g++.exp(postbase): Remove the code that determines
14329         the correct include and link paths.
14330         * g++.old-deja/old-deja.exp: Ditto.
14332 1997-02-03  Bob Manson  <manson@charmed.cygnus.com>
14334         * lib/g++.exp(g++_init): target_compile no longer returns the
14335         filename of the result.
14337 1997-02-02  Bob Manson  <manson@charmed.cygnus.com>
14339         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
14340         call to glob.
14342         * gcc.c-torture/special/special.exp: Change call to
14343         gcc_target_compile to include the object file.
14345 1997-02-02  Ian Lance Taylor  <ian@cygnus.com>
14347         * gcc.c-torture/special/special.exp: Correct misspelling in last
14348         change.
14350 1997-02-01  Bob Manson  <manson@charmed.cygnus.com>
14352         * lib/plumhall.exp(ph_summary): Log the entire output of the
14353         executable. Return -1 if there were any failures, 0 otherwise.
14354         (ph_execute): Return -1 if there were any failures, 0 otherwise.
14355         (ph_make): Clean up objects and executables that were built
14356         if the tests succeeded.
14358 1997-01-30  Bob Manson  <manson@charmed.cygnus.com>
14360         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
14361         libraries and includes in the build tree as appropriate.
14363 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
14365         * lib/c-torture.exp: Instead of looking for the global variable
14366         NO_LONG_LONG, check to see if that's a feature of the target.
14368 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
14370         * config/default.exp: Minimize. Delete the remainer of the files in
14371         config; this functionality is now in devo/dejagnu/config.
14373         g++.*/*: Pass any additional flags used to compile to postbase;
14374         delete CXXFLAGS.
14376         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
14377         is now done by runtest.exp. Use gcc_target_compile instead of
14378         compile.
14380         lib/c-torture.exp: Use gcc_target_compile instead of compile.
14381         Remove references to CFLAGS. Use remote_file instead of
14382         calling rm -f.
14383         (c-torture): Take a list of arguments to use to compile this
14384         testcase.
14386         lib/g++.exp: Simplify. Use target_compile instead of compile.
14387         lib/gcc-dg.exp: Ditto.
14388         lib/gcc.exp: Ditto.
14389         lib/mike-{gcc,g++}.exp: Ditto.
14390         lib/old-dejagnu.exp: Ditto.
14391         lib/plumhall.exp: Ditto.
14393 1997-01-08  Jim Wilson  <wilson@cygnus.com>
14395         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
14396         (ph_linker): Likewise.
14398 1996-11-13  Joern Rennecke <amylaar@cygnus.com>
14400           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
14401         MAP_ANON / MAP_ANONYMOUS if defined;
14402         else try to map from /dev/zero .
14404 1996-11-12  Jeffrey A Law  (law@cygnus.com)
14406         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
14407         isn't defined, then define it to MAP_ANONYMOUS.
14409 1996-11-12  Jeffrey A Law  (law@cygnus.com)
14411         * gcc.c-torture: Update to c-torture-1.42 release.
14413 1996-11-11  Jeffrey A Law  (law@cygnus.com)
14415         * gcc.c-torture: Update to c-torture-1.41 release.
14417 1996-10-27  Jeffrey A Law  (law@cygnus.com)
14419         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
14420         c-torture release.
14422 1996-08-15  Brendan Kehoe  <brendan@lisa.cygnus.com>
14424         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
14425         and LDFLAGS.  Fix second case to append the target_info ldflags
14426         onto LDFLAGS, not CFLAGS.
14427         * lib/g++.exp (g++_init): Add target_info stuff.
14428         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
14429         of libgloss and newlib flags for !native.
14431         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
14432         (GDB): Fix relative path to go up another dir for finding gdb.
14434 1996-08-08  Rob Savoye  <rob@chinadoll.cygnus.com>
14436         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
14437         versions in the target_info array, if they don't exist.
14439 1996-08-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
14441         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
14443 1996-07-08  Jim Wilson  <wilson@cygnus.com>
14445         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
14446         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
14448 1996-07-01  Bob Manson  <manson@charmed.cygnus.com>
14450         * lib/old-dejagnu.exp: Don't remove the output file before we've
14451         actually tested it. Don't append pwd to the path of the executable
14452         we're testing.
14454 1996-06-30  Doug Evans  <dje@canuck.cygnus.com>
14456         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
14458 1996-06-26  Bob Manson  <manson@charmed.cygnus.com>
14460         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
14461         temporary directory for compiler files, and set it to a default
14462         value of /tmp. Set $output as the name of the output file from
14463         compiling the testcase. Add a -o option to $cflags_var so the
14464         compiler writes the final output file as $output. Set $executable
14465         to $output.
14467         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
14468         directory for compiler files, and set it to /tmp if it doesn't
14469         already have a value. Set $output_file to the name of the output
14470         file from compiling the testcase. Add a -o option to CXXFLAGS so
14471         the compiler writes the final output file as $output. Use $output
14472         as the executable to be tested.
14474 1996-06-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
14476         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
14478 1996-06-08  Jeffrey A Law  (law@cygnus.com)
14480         * gcc.c-torture/execute/pending-1.c: New test.  Still
14481         pending in Tege's queue.
14483 1996-04-24  Jim Wilson  <wilson@chestnut.cygnus.com>
14485         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
14486         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
14487         if there were failures.  Call unresolved if there were unresolved
14488         testcases.  Call gcc_fail if program did not run to completion.
14489         (ph_make): Pass additional argument name to ph_execute.
14490         (ph_execute): Add new argument.  Pass additional arguments to
14491         ph_summary.  Call gcc_fail is there is no execution output.
14493 1996-04-24  Jeffrey A Law  (law@cygnus.com)
14495         * lib/plumhall.exp (proc_summary): Output relavent summary
14496         lines into the log so specific failures in plumhall can be
14497         investigated.
14499 1996-04-10  Jeffrey A Law  (law@cygnus.com)
14501         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
14502         (c-torture-execute): Don't try to execute tests which use
14503         "long long" types if $NO_LONG_LONG is nonzero.
14505 1996-04-08  Doug Evans  <dje@canuck.cygnus.com>
14507         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
14508         not c-torture.
14510         * gcc.ieee: Move from here.
14511         * gcc.c-torture/execute/ieee: To here.
14513 1996-03-26  Jeffrey A Law  (law@cygnus.com)
14515         * gcc.c-torture: Update to c-torture-1.41 release.
14517 1996-03-22  Jeffrey A Law  (law@cygnus.com)
14519         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
14520         not "$output".
14522 1996-03-07  Doug Evans  <dje@charmed.cygnus.com>
14524         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
14525         -c present.
14527 1996-03-02  Jeffrey A Law  (law@cygnus.com)
14529         * config/proelf.exp: Handle connecting to a simulator.
14531 1996-01-31  Jeffrey A Law  (law@cygnus.com)
14533         * config/proelf.exp: New file.  Enough framework that we can
14534         run c-torture tests on the proelf targets (or any other target
14535         that gdb can connect to for that matter).
14537 1996-01-29  Doug Evans  <dje@canuck.cygnus.com>
14539         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
14540         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
14542         * lib/plumhall.exp (ph_execute): Always call ph_summary if
14543         exec_output exists.
14545 1996-01-28  Doug Evans  <dje@charmed.cygnus.com>
14547         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
14548         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
14550         * config/*.exp: Update FSF address.  Change result of ${tool}_load
14551         to pass/fail/unresolved/unsupported/untested.  Caller must now
14552         call unresolved/unsupported/untested.
14553         * lib/*.exp: Update FSF address.  Update to handle new results of
14554         ${tool}_load.
14555         * lib/chill.exp (verbose): Delete.
14557 1996-01-27  Doug Evans  <dje@charmed.cygnus.com>
14559         * lib/gcc.exp (default_gcc_start): Change order of args to
14560         $LDFLAGS $CFLAGS $LIBS.
14561         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
14562         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
14563         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
14564         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
14565         * gcc.misc-tests/dg-test.exp: Likewise.
14566         * gcc.misc-tests/msgs.exp: Likewise.
14567         * gcc.prms/prms.exp: Likewise.
14568         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
14569         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
14571         * lib/dg.exp: Deleted, moved to dejagnu/lib.
14573 1996-01-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
14575         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
14577         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
14578         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
14580         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
14581         necessary.
14583 1996-01-20  Brendan Kehoe  <brendan@cygnus.com>
14585         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
14586         global for loop; add use of $mathlib.
14587         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
14588         settings here; set mathlib for anything but VxWorks.
14590 1996-01-22  Jeffrey A Law  (law@cygnus.com)
14592         * gcc.c-torture: Update to c-torture-1.40 release.
14594 1996-01-03  Jeffrey A Law  (law@cygnus.com)
14596         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
14597         dg.exp.
14599 1995-12-03  Jeffrey A. Law  <law@sethra.cygnus.com>
14601         * lib/c-torture.exp (c-torture-execute): Declare "output" as
14602         global.
14604 1995-11-17  Doug Evans  <dje@canuck.cygnus.com>
14606         * lib/g++.exp (LIBS): Define if not already.
14607         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
14608         (gcc-dg-prune): Call prune_gcc_output.
14609         * lib/gcc.exp (prune_gcc_output): New proc.
14610         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
14611         prune_gcc_output.
14613 1995-11-16  Doug Evans  <dje@canuck.cygnus.com>
14615         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
14616         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
14618 1995-11-15  Jeffrey A Law  (law@cygnus.com)
14620         * gcc.c-torture: Update to c-torture-1.39 release.
14622 1995-11-04  Doug Evans  <dje@canuck.cygnus.com>
14624         * lib/c-torture.exp (c-torture-execute): Don't return if one option
14625         fails, try others as well.
14627 1995-11-02  Doug Evans  <dje@canuck.cygnus.com>
14629         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
14630         If compilation fails, mark execute tests as `untested'.
14631         If test is marked as unsupported, don't mark compilation and
14632         execute tests as failed.
14634 1995-10-25  Brendan Kehoe  <brendan@lisa.cygnus.com>
14636         * lib/g++.exp (g++_init): Don't link in libg++, and look to
14637         libstdc++ for whether or not we want to be doing shared
14638         libraries.  Delete link_curses since we don't need it anymore.
14639         * lib/mike-g++.exp (postbase): Don't link in libg++.
14640         * g++.old-deja/old-deja.exp: Likewise.
14642 1995-10-23  Brendan Kehoe  <brendan@lisa.cygnus.com>
14644         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
14646 1995-10-17  Brendan Kehoe  <brendan@lisa.cygnus.com>
14648         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
14649         For that, add `-Wl,-a,shared_archive'.
14650         * g++.old-deja/old-deja.exp: Likewise.
14652 1995-10-17  Doug Evans  <dje@canuck.cygnus.com>
14654         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
14656 1995-10-16  Brendan Kehoe  <brendan@cygnus.com>
14658         * lib/mike-g++.exp (postbase): Pay attention to the status of
14659         g++_load.
14661 1995-10-16  Brendan Kehoe  <brendan@lisa.cygnus.com>
14663           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
14665 1995-10-16  Doug Evans  <dje@canuck.cygnus.com>
14667         * lib/gcc.exp (default_gcc_start): No longer need to log program
14668         being executed or its output, execute_anywhere does that now.
14669         * lib/g++.exp (default_g++_version): Call execute_anywhere.
14670         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
14672 1995-10-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
14674         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
14675         the same as those in lib/g++.exp.
14677 1995-10-10  Jeff Law  (law@hurl.cygnus.com)
14679         * gcc.c-torture: Update to c-torture-1.38 release.
14680         * gcc.ieee: Related changes.
14682 1995-10-06  Rob Savoye  <rob@darkstar.cygnus.com>
14684         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
14685         "exec". Minor reformatting changes.
14687         * config/rom68k.exp (${tool}_load): Make it work in a canadian
14688         cross. This means all "exec" calls now work on a remote host as
14689         well.
14690         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
14691         cross. Filter out the extra "\r\n" stuff that expect puts in.
14692         (c-torture-execute): Filter out the bogus warnings like
14693         c-torture-compile does. Add support for canadian cross.
14694         * lib/gcc.exp (default_gcc_version, default_gcc_start)
14695         Use execute_anywhere rather than calling exec directly. Now it
14696         works for canadian cross testing.
14698 1995-10-05  Brendan Kehoe  <brendan@rtl.cygnus.com>
14700         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
14701         results into a variable, and check that rather than using file exists.
14703 1995-10-04  Brendan Kehoe  <brendan@lisa.cygnus.com>
14705         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
14706         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
14708 1995-09-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
14710         * g++.old-deja/old-deja.exp: Create and pass runshlib and
14711         lib_curses if there's a shared libg++ in the build tree.
14713 1995-09-22  Doug Evans  <dje@canuck.cygnus.com>
14715         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
14716         if not supported target.
14718 1995-09-22  Brendan Kehoe  <brendan@lisa.cygnus.com>
14720         * lib/g++.exp (g++_init): Move empty setting of runshlib and
14721         link_curses up to always happen, not just for native builds.
14723 1995-09-21  Jeff Law  (law@snake.cs.utah.edu)
14725         * gcc.c-torture: Update to c-torture-1.36 release.
14726         * gcc.failure: Related changes.
14728 1995-09-20  Doug Evans  <dje@canuck.cygnus.com>
14730         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
14732 1995-09-19  Brendan Kehoe  <brendan@lisa.cygnus.com>
14734         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
14735         * lib/mike-g++.exp (postbase): Not in here.  Still reference
14736         runshlib, link_curses, and mathlib for link and run.
14738         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
14739         pass the runtime shared library options for Solaris, OSF/1, and
14740         Irix5, and link with -lcurses to avoid unresolved references.
14742 1995-09-13  Brendan Kehoe  <brendan@lisa.cygnus.com>
14744         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
14745         only run once.
14747 1995-09-13  Doug Evans  <dje@canuck.cygnus.com>
14749         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
14751 1995-09-11  Jeff Law  (law@snake.cs.utah.edu)
14753         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
14754         do not have a framework for the "compat" tests yet.
14756 1995-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
14758         * lib/mike-g++.exp (postbase): New local variable `mathlib',
14759         set to null if we're testing vxworks5.1.  Use that instead of
14760         `-lm' in the setting of LIBS for link and run.
14762 1995-09-08  Brendan Kehoe  <brendan@lisa.cygnus.com>
14764         * config/rom68k.exp (${tool}_load): Major changes to make it
14765         work.  Verified that it does in fact return the stuff in
14766         exec_output properly.  Catch any Emul or any TRAP other than 0.
14768 1995-09-07  Brendan Kehoe  <brendan@lisa.cygnus.com>
14770         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
14771         LDFLAGS properly for targets that need stuff from libgloss.
14772         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
14773         only run once.
14774         (gpp_initialized): New variable.
14776 1995-09-06  Rob Savoye  <rob@darkstar.cygnus.com>
14778         * config/rom68k.exp: Load libgloss.exp.
14779         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
14780         so we can produce a fully linked binary.
14781         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
14782         so we can produce a fully linked binary.
14784 1995-09-03  Doug Evans  <dje@canuck.cygnus.com>
14786         * lib/plumhall.exp (ph_section): Watch for expected failures.
14787         Add missing `else'.
14789         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
14790         run the testcase.
14791         (c-torture): Likewise.
14793 1995-08-28  Doug Evans  <dje@cygnus.com>
14795         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
14797         * lib/mike-g++.exp (mike_cleanup): New proc.
14798         (prebase): New globals compiler_result, not_compiler_result,
14799         target_regexp.
14800         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
14801         allow leading "-" in pattern.  Watch for unsupported tests.
14802         If $compiler_result is set, pattern match assembler code,
14803         and ditto for $not_compiler_result.
14804         * lib/mike-gcc.exp: Likewise.
14806         * lib/plumhall.exp (ph_execute): Only call ph_summary if
14807         execution "succeeded".
14809 1995-08-14  Doug Evans  <dje@canuck.cygnus.com>
14811         * config/win32.exp: New file.
14812         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
14814 1995-08-04  Doug Evans  <dje@canuck.cygnus.com>
14816         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
14817         unsupported.
14818         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
14819         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
14820         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
14822         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
14823         "... without exceptions was ...".  That is now handled by
14824         prune_system_crud.
14825         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
14827 1995-08-01  Doug Evans  <dje@canuck.cygnus.com>
14829         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
14830         sieve.c,sort2.c}: New files.
14831         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
14832         sieve.exp,sort2.exp}: Drivers for them.
14834         * lib/mike-gcc.exp (program_output): New user settable variable.
14835         (postbase): Call prune_system_crud.  Also prune extraneous compiler
14836         messages.
14837         * lib/mike-g++.exp (program_output): New user settable variable.
14839         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
14841         * config/sh.exp: Deleted (use sim.exp instead).
14843 1995-07-28  Brendan Kehoe  <brendan@lisa.cygnus.com>
14845         * config/vx.exp: Declare CHECKTASK as global.
14846         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
14847         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
14848         * lib/old-dejagnu.exp: Load [pwd]/$executable.
14850 1995-07-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
14852         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
14853         target. Like vx.exp, only includes `vx29k.exp' instead of
14854         `vxworks.exp'.
14856 1995-07-23  Ian Lance Taylor  <ian@cygnus.com>
14858         * config/sim.exp: Increase time limit from 120 seconds to 240.
14860 1995-07-06  Jeffrey A. Law  <law@rtl.cygnus.com>
14862         * gcc.c-torture/execute/950628-1.c: New test.
14864 1995-06-10  Jeff Law  (law@snake.cs.utah.edu)
14866         * gcc.c-torture: Update with changes/additions from
14867         c-torture-1.34.
14869 1995-06-05  Doug Evans  <dje@canuck.cygnus.com>
14871         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
14873 1995-06-04  Jeff Law  (law@snake.cs.utah.edu)
14875         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
14877 1995-06-01  Jeff Law  (law@snake.cs.utah.edu)
14879         * gcc.c-torture/compile/950512-1.c: New test.
14880         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
14881         * gcc.dg/struct-ret-1.c: Likewise.
14883 1995-05-31  Doug Evans  <dje@canuck.cygnus.com>
14885         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
14886           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
14888 1995-05-30  Doug Evans  <dje@canuck.cygnus.com>
14890         * gcc.c-torture/special/920411-1.c: Deleted.
14891         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
14893 1995-05-22  Doug Evans  <dje@chestnut.cygnus.com>
14895         * config/sim.exp (${tool}_load): Hack in call to bash to get a
14896         cpu limit.
14898 1995-05-12  Torbjorn Granlund  <tege@rtl.cygnus.com>
14900         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
14902 1995-05-04  Torbjorn Granlund  <tege@adder.cygnus.com>
14904         From kenner;
14905         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
14906         is the proper length.
14907         * va-arg-3.c: Likewise.
14909 1995-04-30  Doug Evans  <dje@canuck.cygnus.com>
14911         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
14912         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
14914         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
14915         * lib/g++.exp (default_g++_start): Delete old cruft.
14917 1995-04-25  Torbjorn Granlund  <tege@cygnus.com>
14919         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
14920         (2 * (1 << 18)) to (2 * (1 << 17)).
14922         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
14924 1995-04-20  J.T. Conklin  <jtc@rtl.cygnus.com>
14926         * config/rom68k.exp: Renamed from config/idp.exp
14928 1995-04-18  Torbjorn Granlund  <tege@rtl.cygnus.com>
14930         * c-torture/compile/921109-2.c
14932 1995-04-18  Mike Stump  <mrs@cygnus.com>
14934         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
14935         excess errors.
14937 1995-04-15  Doug Evans  <dje@chestnut.cygnus.com>
14939         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
14940         output.
14941         * lib/g++.exp (default_g++_start): Likewise.
14943 1995-03-29  Torbjorn Granlund  <tege@adder.cygnus.com>
14945         * gcc.c-torture/compile/950329-1.c: New test.
14947 1995-03-28  J.T. Conklin  <jtc@rtl.cygnus.com>
14949           * config/bug.exp (${tool}_load): Updated to use new remote_open
14950           and remote_close procs.
14951         * config/idp.exp: New file.
14953 1995-03-22  Torbjorn Granlund  <tege@rtl.cygnus.com>
14955         * gcc.c-torture/execute/950322-1.c: New test.
14957 1995-03-21  Doug Evans  <dje@canuck.cygnus.com>
14959         * config/vx.exp (${tool}_load): Clean up testing of return code from
14960         vxworks_ld and vxworks_spawn.
14962 1995-03-21  Doug Evans  <dje@deneb.cygnus.com>
14964         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
14966 1995-03-13  Mike Stump  <mrs@cygnus.com>
14968         * lib/old-deja.exp: Add `excess errors test - ' error, now one
14969         can mark excess errors on a machine by machine basis.  Note, the
14970         default is to not expect any excess errors, even when excess
14971         errors test - is given, so you will want to put an XFAIL ... on
14972         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
14973         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
14974         those 4 machines, but no others.
14976 1995-03-10  J.T. Conklin  <jtc@rtl.cygnus.com>
14978         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
14979         * lib/c-torture.exp: to here.
14981 1995-03-10  Torbjorn Granlund  <tege@adder.cygnus.com>
14983         * gcc.c-torture/execute/950221-1.c: New test.
14984         * gcc.c-torture/execute/struct-ret-1.c: New test.
14985         * gcc.c-torture/compile/950221-1.c: New test.
14987         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
14989 1995-03-03  Doug Evans  <dje@canuck.cygnus.com>
14991         * gcc.c-torture/execute/arith-1.c (main): Return 0.
14992         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
14994 1995-03-01  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
14996         * g++.gb: New directory of tests, derived from my signature and
14997         class scoping tests.
14999         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
15000         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
15001         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
15002         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
15003         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
15004         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
15005         * g++.gb/sig25.C: Likewise.
15007         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
15008         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
15009         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
15010         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
15011         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
15012         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
15013         * g++.gb/sig25.exp: Likewise.
15015         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
15016         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
15017         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
15018         * g++.gb/scope13.C: Likewise, this test still fails.
15020         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
15021         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
15022         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
15023         * g++.gb/scope13.exp: Ditto.
15025         * g++.gb/README: New file, explains what these tests are about.
15027 1995-02-28  Doug Evans  <dje@canuck.cygnus.com>
15029         * lib/dg.exp (dg-do): Support `preprocess'.
15030         (dg-test): Likewise.
15032 1995-02-13  J.T. Conklin  <jtc@rtl.cygnus.com>
15034         * config/udi.exp: change "continue -expect" to "exp_continue".
15036 1995-02-11  Torbjorn Granlund  (tege@tiny.cygnus.com)
15038         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
15039         Delete redundant tests.
15041         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
15042         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
15043         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
15044         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
15045         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
15046         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
15047         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
15048         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
15050         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
15051         storing label pointers.
15052         * gcc.c-torture/execute/921019-1.c: Likewise.
15053         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
15054         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
15055         parameter fp.
15056         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
15057         constants.
15059         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
15060         Delete obsolete tests.
15062         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
15063         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
15064         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
15065         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
15066         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
15067         * gcc.c-torture/compile/950124-1.c: New test.
15069         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
15071 1995-02-08  Jason Merrill  <jason@phydeaux.cygnus.com>
15073         * lib/mike-g++.exp: Add -lm to LIBS.
15075 1995-02-07  Doug Evans  <dje@canuck.cygnus.com>
15077         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
15079 1995-01-30  Jason Merrill  <jason@phydeaux.cygnus.com>
15081         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
15083 1995-01-12  Doug Evans  <dje@canuck.cygnus.com>
15085         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
15087 1995-01-02  Jeff Law  (law@snake.cs.utah.edu)
15089         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
15090         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
15091         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
15092         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
15093         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
15094         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
15095         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
15096         * g++.law/{operators31.C, operators32.C,
15097         * g++.law/{operators33.C, operators34.C}: Likewise.
15098         * g++.law/{pic1.C, refs2.C}: Likewise.
15099         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
15100         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
15101         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
15102         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
15104         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
15105         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
15106         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
15107         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
15108         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
15109         * g++.law/{enum9.exp, friend5.exp}: Likewise.
15110         * g++.law/{nest3.exp, nest4.exp}: Likewise.
15111         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
15112         * g++.law/{operators30.exp, operators31.exp}: Likewise.
15113         * g++.law/{operators32.exp, operators33.exp}: Likewise.
15114         * g++.law/{operators34.exp}: Likewise.
15115         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
15116         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
15117         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
15118         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
15119         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
15121         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
15122         No longer expected to fail.
15123         * g++.law/missed-error3.C: Tweak for recent bool changes.
15125 1994-12-04  Doug Evans  <dje@canuck.cygnus.com>
15127         * config/emb-unix: Deleted.
15128         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
15129         remote execution.  Do final link on remote host if REMOTE_LINK is set.
15131 1994-12-01  Doug Evans  <dje@canuck.cygnus.com>
15133         * lib/dg.exp (dg-test): Fix typo in last patch.
15135 1994-11-30  Doug Evans  <dje@canuck.cygnus.com>
15137         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
15138         (handles multiple occurrences).
15140 1994-11-24  Doug Evans  <dje@canuck.cygnus.com>
15142         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
15143         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
15144         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
15145         printed).
15146         * lib/c-torture.exp (c-torture-compile): Likewise.
15147         (c-torture): Prepend full path if missing.
15148         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
15149         (gcc_fail): Likewise.
15150         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
15152 1994-11-23  J.T. Conklin  <jtc@rtl.cygnus.com>
15154         * lib/netware.exp: Only attach to NetWare i386 systems.
15156 1994-11-16  Doug Evans  <dje@canuck.cygnus.com>
15158         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
15159         messages.  Add test name to "output pattern match" pass/fail message.
15161 1994-11-12  Doug Evans  <dje@canuck.cygnus.com>
15163         * gcc.dg: New testsuite.
15164         * gcc.dg/dg.exp: New file.
15166         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
15167         test-switch.c}: Deleted.
15169         * gcc.misc-tests/msgs.exp: New testcase driver.
15171 1994-11-09  Doug Evans  <dje@canuck.cygnus.com>
15173         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
15174         Watch for illegal return values from ${tool}_load.
15175         * config/unix.exp (${tool}_load): Fix pass/fail detection for
15176         cross targets.  Coerce return value >0 to 1.
15178 1994-11-08  Doug Evans  <dje@canuck.cygnus.com>
15180         * config/unix.exp (${tool}_load): Call program rsh, not proc.
15182         * config/emb-unix.exp: New file.
15184         * config/sim.exp: Error if variable $SIM not defined.
15185         (${tool}_load): Mark test as "untested" if simulator missing.
15187         * config/unix.exp: Load remote.exp to get rcp_download.
15188         * lib/c-torture.exp: Use different option lists for testcases with
15189         and without loops.
15190         * gcc.c-torture/execute/execute.exp: Likewise.
15192 1994-11-02  Doug Evans  <dje@canuck.cygnus.com>
15194         * config/*.exp: Clarify return code from ${tool}_load.
15195         Call `unresolved' or `untested' instead of `warning' or `perror'
15196         (sometimes you still want to call both though).
15197         Add comment that `shell_id' is local to each file.
15198         * config/udi.exp (timeout): Set to 30.
15199         Don't print warning if connection fails, $connectmode has already
15200         printed an error.
15201         (${tool}_load): Move verbose messages to level 2.
15202         Rework pattern for "Process started" message.
15203         Pass `shell_id' to ${connectmode}_download.
15204         Retry twice upon timeout.  Make resetting of target more robust.
15205         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
15206         Pass `shell_id' to exit_$connectmode.
15207         Only call exit_$connectmode if connected.
15208         * config/unix.exp (${tool}_load): Check return codes better.
15209         * config/vrtx.exp (${tool}_load): Likewise.
15210         * config/vx.exp (${tool}_load): Likewise.
15211         Delete unneeded global's.
15212         * lib/dg.exp (dg-test): Update to reflect clarified return codes
15213         from ${tool}_load.
15214         (dg-stat): Delete.
15215         (dg-init): Delete recording of pass/fail counts.
15216         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
15217         (old-dejagnu-init): Likewise.
15218         (old-dejagnu-stat): Delete contents, empty proc now.
15219         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
15220         (c-torture): Delete references to lcnt, lpass, lfail.
15221         Get option list from TORTURE_OPTIONS.
15222         Delete -funroll[-all]-loops if no loops.
15223         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
15224         (g++_stat): Delete contents (empty proc now).
15225         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
15226         (gcc_finish): Likewise.
15227         (gcc_stat): Deleted.
15228         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
15229         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
15230         * gcc.c-torture/execute/execute.exp: Likewise.
15231         Split tests into two parts: compile, execute.
15232         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
15233         no loops.  Update to reflect clarified return codes from ${tool}_load.
15235 1994-10-21  Doug Evans  <dje@canuck.cygnus.com>
15237         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
15238         to grep for.
15239         (old-dejagnu): Likewise (where necessary).
15241 1994-10-14  Doug Evans  <dje@canuck.cygnus.com>
15243         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
15245         * lib/dg.exp (dg-process-target): Fix processing of selector.
15246         Add comment regarding use of `error'.
15248         * lib/gcc.exp (prune_system_crud): Define if missing.
15249         * lib/g++.exp (prune_system_crud): Likewise.
15251         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
15252         Call prune_system_crud.
15253         * lib/dg.exp (dg-runtest): New proc.
15254         Use perror instead of send_user for tcl errors in testcase.
15255         Don't return any value, it's never used.
15256         Don't clobber previous definition of `unknown'.
15257         Print tcl errors in `dg-final'.
15259 1994-10-12  Doug Evans  <dje@canuck.cygnus.com>
15261         * lib/dg.exp (dg-process-target): Improve syntax error messages.
15262         (dg-test): Don't print errorInfo, it contains stack backtrace.
15264 1994-09-26  Doug Evans  (dje@canuck.cygnus.com)
15266         * lib/g++.exp (runtest_file_p): Define if missing.
15268 1994-09-24  Doug Evans  (dje@cygnus.com)
15270         * lib/mike-g++.exp: Comment out loading of g++.exp.
15271         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
15272         (default_g++_version): Always print something.
15273         (default_g++_start): Comment out call to `which'.
15274         (g++_start, g++_load): Deleted (must be defined in config file).
15275         * lib/gcc.exp: Test for existence of $CC at start.
15276         Delete check for tmpdir (done in gcc_init).
15277         (default_gcc_version): Always print something.
15278         (default_gcc_start): Comment out call to `which'.
15279         * config/*.exp: Major cleanup - make cross targets work at least a
15280         little better for g++ (by not being "--tool gcc" specific).
15281         Rename gcc_xxx to ${tool}_xxx.
15282         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
15283         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
15285 1994-09-22  Doug Evans  (dje@canuck.cygnus.com)
15287         * lib/c-torture.exp (c-torture-compile): Rework compiler
15288         message processing.
15290         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
15291         c-torture.
15293 1994-09-21  Doug Evans  (dje@canuck.cygnus.com)
15295         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
15297         * lib/dg.exp (dg-process-target): Support { target native }.
15299 1994-09-20  Doug Evans  (dje@canuck.cygnus.com)
15301         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
15302         looked for "... program xxx got fatal signal".
15303         Correct regsub munging of `comp_output'.
15304         Ignore compiler messages "path prefix not used" and "linker input
15305         file unused".
15307 1994-09-14  Doug Evans  (dje@canuck.cygnus.com)
15309         * lib/gcc.exp (runtest_file_p): Define if missing.
15310         * gcc.prms/template.c: Example to work from.
15312 1994-09-13  Doug Evans  (dje@canuck.cygnus.com)
15314         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
15315         * lib/dg.exp (dg-test): Call unsupported testcases as such.
15317         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
15318         * gcc.prms/1883.c: Moved from compile/940714-1.c.
15319         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
15320         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
15322         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
15323         (dg-process-target): No longer a varargs proc.
15324         Return S/N for target, P/F for xfail.  All callers changed.
15325         (user option procs): More argument checking.
15326         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
15327         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
15328         (dg-test): Skip test if not running on selected target in `dg-do'.
15329         Update handling of `dg-do-what', `dg-output-text'.
15330         Separate execution pass/fail from output pattern match pass/fail.
15331         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
15333 1994-09-12  Jim Wilson  (wilson@sphagnum.cygnus.com)
15335         * gcc.c-torture/special/special.exp: Don't expect failure for mips
15336         target for 920510-1.c.
15338 1994-09-12  Doug Evans  (dje@canuck.cygnus.com)
15340         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
15341         Clean up comment regarding use of passcnt, etc.
15342         (gcc_stat): Don't update `testcnt' here.
15343         (gcc_finish): Do it here.
15344         Might as well reset `but_id' here too.
15345         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
15346         to determine if the file should be tested.
15347         * gcc.c-torture/compile/compile.exp: Likewise.
15348         * gcc.c-torture/execute/execute.exp: Likewise.
15349         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
15350         * gcc.misc-tests/dg-test.exp: Likewise.
15351         * gcc.prms/prms.exp: Likewise.
15352         * gcc.wendy/wendy.exp: Likewise.
15353         * g++.old-deja.exp: Likewise.
15354         Move "Testing file" message to verbose level 1.
15356 1994-09-09  Doug Evans  (dje@canuck.cygnus.com)
15358         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
15360 1994-09-08  Doug Evans  (dje@canuck.cygnus.com)
15362         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
15363         (default_gcc_start): Accept optional second list element
15364         of compiler flags.  Print compiler output at verbosity level 2.
15365         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
15366         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
15367         Save current values of framework globals passcnt, failcnt, xpasscnt,
15368         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
15369         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
15370         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
15371         xfailcnt to compute stats.  Update framework global `testcnt' from
15372         pass/fail counts.
15373         (gcc_finish): New proc.  Clean up test environment.
15374         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
15375         (gcc_epass, gcc_efail): Delete.
15376         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
15377         argument of line number.
15378         (dg-init): If the tool has an init routine, call it.
15379         (dg-test): Remove args `cflags_var' and `libs_var'.
15380         Pass all compiler options to ${tool}_start.
15381         Handle missing line number.
15382         (dg-finish): New function.
15383         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
15384         particular files.  Call gcc_finish at end.  Move "skipping test"
15385         message to verbosity level 3.
15386         * gcc.c-torture/compile/compile.exp: Likewise.
15387         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
15388         * gcc.c-torture/execute/execute.exp: Likewise.
15389         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
15390         Print testcase being tried at verbosity level 1.
15391         * gcc.c-torture/special/special.exp: Unset xfail.
15392         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
15393         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
15394         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
15395         * gcc.failure/failure.exp: Likewise.
15396         * gcc.ieee/ieee.exp: Likewise.
15397         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
15398         Update call to dg-test.  Call dg-finish at end.
15399         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
15400         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
15401         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
15402         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
15403         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
15404         * gcc.wendy/wendy.exp: Add copyright.
15405         Delete setting of tmpdir (done by gcc_init).
15406         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
15407         Pass compiler flags to gcc_start.  Call gcc_finish at end.
15408         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
15409         gcc_[ce]pass/fail.
15411 1994-09-07  Doug Evans  (dje@canuck.cygnus.com)
15413         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
15414         confusion.
15415         (g++_load): Likewise.
15417         * config/*.exp (gcc_load): Some were varargs fns and some were not.
15418         Rename argument to `prog' to remove the confusion.
15419         Varargs fns behave differently too!
15420         (g++_load): Likewise.
15422         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
15424         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
15425         what it is.  Delete (always) printing of status value for !native.
15426         Simplify verbose code, and include status and exec_output.
15427         (g++_load): Use gcc_load.
15429 1994-09-04  Jim Wilson  (wilson@sphagnum.cygnus.com)
15431         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
15432         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
15433         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
15434         940714-3.c as these testcases don't exist anymore.  Make
15435         va-arg-1.c expected to pass.
15437 1994-08-19  Doug Evans  (dje@canuck.cygnus.com)
15439         * gcc.misc-tests/misc.exp: Only run specific testcases.
15440         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
15441         * gcc.misc-tests/dg-[1-9].c: New files.
15443         * lib/dg.exp: New testsuite driver.
15444         * gcc.prms/prms.exp: Use it.
15446         * README.gcc: New file.
15448         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
15449         Document and reset `lxpass' and `lxfail'.
15450         Simplify "initialized" message.
15451         (gcc_stat): Clean up comments a little.
15453 1994-08-16  Doug Evans  (dje@canuck.cygnus.com)
15455         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
15457 1994-08-15  Doug Evans  (dje@canuck.cygnus.com)
15459         * lib/old-dejagnu.exp (process-option): New proc.
15460         (old-dejagnu-init, old-dejagnu-stat): Likewise.
15461         (old-dejagnu): Simplify.
15462         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
15464 1994-08-14  Jeff Law  (law@snake.cs.utah.edu)
15466         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
15467         exists and is not an empty string.
15469         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
15470         $xfail rather than calling setup_xfail.  Clear $xfail when test is
15471         finished.
15472         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
15473         automatically.
15475         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
15476         longer expected to fail.
15478         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
15479         "f" function call.
15481         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
15483         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
15484         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
15485         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
15486         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
15487         c-torture-1.29.
15489         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
15490         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
15492         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
15494         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
15495         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
15497         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
15498         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
15499         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
15501 1994-07-12  Jim Kingdon  (kingdon@lioth.cygnus.com)
15503         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
15504         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
15505         940714-1.c, 940714-2.c, 940714-3.c},
15506         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
15507         gcc.misc-tests/{mg.c,mg.exp}:
15508         New tests.
15509         * gcc.noncompile/noncompile.exp: Change accordingly.
15511 1994-07-07  Doug Evans  (dje@canuck.cygnus.com)
15513         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
15514         Undo previous clobberage.
15516 1994-07-04  Jeff Law  (law@snake.cs.utah.edu)
15518         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
15519         * gcc.special/{930510-1.c, special.exp}:
15520         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
15521         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
15522         struct-varargs-1.c}: New tests from c-torture-1.26.
15524 1994-06-28  J.T. Conklin  (jtc@phishhead.cygnus.com)
15526         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
15527           argument to switch.
15529 1994-05-21  Bill Cox  (bill@rtl.cygnus.com)
15531         * Revert the previous changes.  Please see Rob's directory
15532           (/lisa/test/rob/progressive/gcc/testsuite) for testing
15533           fixes.
15535 1994-05-19  Bill Cox  (bill@rtl.cygnus.com)
15537         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
15538             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
15539             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
15540             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
15541             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
15542             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
15543             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
15544             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
15545             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
15546             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
15547             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
15548             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
15549             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
15550             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
15551             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
15552             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
15553             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
15554             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
15555             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
15556             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
15557             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
15558             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
15559             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
15560             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
15561             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
15562             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
15563             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
15565 1994-05-17  Bill Cox  (bill@rtl.cygnus.com)
15567         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
15568             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
15569           with perror calls.
15571 1994-05-02  Jason Merrill  (jason@deneb.cygnus.com)
15573         * config/unix.exp (g++_load): Fix syntax.
15575 1994-04-14  Jim Wilson  (wilson@sphagnum.cygnus.com)
15577         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
15578         * gcc.noncompile/921017-1.c: Deleted obsolete test.
15579         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
15580         Don't expect va-arg-1.c to fail.  Correct expected output for
15581         920928-1.c.
15582         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
15583         * gcc.wendy/hbm4.c: Correct typo.
15584         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
15586 1994-03-28  Doug Evans  (dje@canuck.cygnus.com)
15588         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
15589         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
15590         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
15591         * lib/c-torture.exp (c-torture-compile): Ditto.
15593         Reduce volume of output (remove all the -I's and such).
15594         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
15595         Call gcc_cpass, gcc_cfail.
15596         (c-torture): Pass testing option to c-torture-compile.
15598 1994-03-21  Doug Evans  (dje@cygnus.com)
15600         Bring patches over from progressive.
15601         * config/default.exp: Exit remote shell cleanly.
15602         (g++_exit, g++_start): Add default versions.
15603         * config/sim.exp (gcc_load): Use perror, not error.
15605 1994-03-20  Doug Evans  (dje@canuck.cygnus.com)
15607         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
15608         set in site.exp.
15610 1994-03-14  Doug Evans  (dje@cygnus.com)
15612         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
15613         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
15614         (wendy_try): New proc to run testcase.
15615         (main loop): Call 'em.
15616         * gcc.wendy/*.c: Clean up pass to correct expected output.
15618         * lib/gcc.exp: Minor cleanup work.
15619         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
15621 1994-03-09  Doug Evans  (dje@canuck.cygnus.com)
15623         * config/sim.exp (gcc_load): Document return codes better.
15624         Don't pass -v to simulator.
15626 1994-02-24  Jeffrey A. Law  (law@snake.cs.utah.edu)
15628           * gcc.special/920717-x.c: Fix typo.
15629           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
15630           get at sources.
15632         * lib/mike-gcc.exp: Fix typo.
15634 1994-02-15  Rob Savoye  (rob@darkstar.cygnus.com)
15636         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
15637         binary to use, transform the name.
15638         * config/*.exp: rename everything. Nuke any g++ specific files,
15639         it's now a special case of gcc that requires no special support.
15640         Add a default.exp for unsupported targets.
15642 1994-02-11  Rob Savoye  (rob@poseidon.cygnus.com)
15644         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
15645         lib/old-dejagnu.exp: Fix a few patterns to work with the new
15646         version of Tcl.
15648 1994-02-09  Rob Savoye  (rob@darkstar.cygnus.com)
15650         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
15651         than a warning.
15653 1994-02-06  Jeffrey A. Law  (law@snake.cs.utah.edu)
15655         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
15657 1994-01-03  Jim Wilson  (wilson@sphagnum.cygnus.com)
15659         * gcc.execute/execute.exp: Combine opt_list and foption_list into
15660         option_list.  Compile every file with only 4/6 option choices
15661         (same as C torture) instead of with 12/18 different option
15662         choices.
15663         * lib/c-torture.exp: Likewise.
15665         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
15666         not already set.
15668 1993-12-30  Mike Stump  (mrs@rtl.cygnus.com)
15670         * lib/old-deja.exp: Add `excess errors test fails' error, now one
15671         can put an XFAIL *-*-* on excess errors.
15673 1993-12-19  Jeffrey A. Law  (law@snake.cs.utah.edu
15675         * g++.law: Add more tests derived from g++-bugs snapshots.
15677         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
15678         equivalent to g++.law/init9.
15680         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
15681         compiled it, and the a.out file after we've run it.
15683 1993-12-17  Brendan Kehoe  (brendan@lisa.cygnus.com)
15685         * lib/mike-g++.exp (postbase): Delete the .o file after we've
15686         compiled it, and the a.out file after we've run it.
15688 1993-12-17  Jeffrey A. Law  (law@snake.cs.utah.edu)
15690         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
15692 1993-12-15  Rob Savoye  (rob@darkstar.cygnus.com)
15694         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
15695         version number.
15697 1993-12-12  Jeffrey A. Law  (law@snake.cs.utah.edu)
15699         * g++.law: New directory of g++ tests derived from the g++-bugs
15700         snapshots.
15702 1993-12-09  Jeffrey Wheat  (cassidy@cygnus.com)
15704         * gcc.compile: initbug1.c initbug1.exp testcase added
15706 1993-12-06  Jeffrey Wheat  (cassidy@cygnus.com)
15708         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
15709         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
15710           fixes submitted by Jeff Law (law@cs.utah.edu)
15711         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
15712           Jeff Law (law@cs.utah.edu)
15715 1993-11-30  Mike Stump  (mrs@cygnus.com)
15717         * config/unix-g++.exp: Follow the gcc way of doing things.
15718         * g++.old-deja/old-deja.exp: Minor updates.
15719         * lib/g++.exp: New file, follow the gcc way of doing things.
15720         * lib/old-dejagnu.exp: Minor updates.
15721         * lib/mike-g++.exp: Always unset errorInfo.
15723 1993-11-06  Mike Stump  (mrs@cygnus.com)
15725         * lib/gcc.exp: Fix some errors with the below change, CC and
15726         CFLAGS should be global when setting, not local.
15728 1993-11-03  Rob Savoye  (rob@darkstar.cygnus.com)
15730         * lib/gcc.exp: Transform tool name.
15732 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
15734         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
15736 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
15738         * lib/gcc.exp: change gcc_done to gcc_stat
15740 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
15742         * Upgraded gcc testsuite to c-torture version 1.25
15744 1993-10-24  Jeffrey Wheat  (cassidy@cygnus.com)
15746         * lib/gcc.exp: added reporting code. Changed verbose compile message.
15747         * lib/c-torture: added hooks for new reporting code.
15749 1993-10-21  Jeffrey Wheat  (cassidy@cygnus.com)
15751         * config/sh-gcc.exp: check if sh-sim exists in the path
15753 1993-10-18  Jeffrey Wheat  (cassidy@cygnus.com)
15755         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
15756         * gcc.compile/compile.exp: Initial changes for new logic.
15757         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
15758         * gcc.failure/failure.exp: Initial changes for new logic.
15759         * gcc.ieee/ieee.exp: Initial changes for new logic.
15760         * gcc.misc-tests/misc.exp: Initial changes for new logic.
15761         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
15762         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
15763         * lib/c-torture.exp: Initial changes for new logic.
15764         * lib/gcc.exp: Initial changes for new logic.
15766 1993-10-15  Mike Stump  (mrs@cygnus.com)
15768         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
15769         depend upon failure or success.  Fully qualify names in failure
15770         and success messages.  Always remove a.out before starting
15771         compile, just in case.  Pay more attention to error text output by
15772         the compiler.  Handle testcases with no known past errors just
15773         like all others, so that things are uniform.  Other miscellaneous
15774         improvements.
15776 1993-10-13  Jeffrey Wheat  (cassidy@cygnus.com)
15778         * gcc.cpp: new directory for cpp tests
15780 1993-10-04  Jeffrey Wheat  (cassidy@cygnus.com)
15782         * lib/chill.exp: Code reformatted, removed unused code.
15783         * config/unix-chill.exp: Code reformatted, removed unused code.
15784         * chill.execute/execute.exp: Code reformatted, removed unused code.
15785         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
15787 1993-10-04  Ian Lance Taylor  (ian@cygnus.com)
15789         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
15790         routines not written.
15792 1993-09-27  Rob Savoye  (rob@darkstar.cygnus.com)
15794         * config/bug-gcc.exp: Use new procs from bug.exp.
15796 1993-09-21  Rob Savoye  (rob@darkstar.cygnus.com)
15798         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
15799         via ftp, rather than depending on NFS.
15800         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
15801         case.
15803 1993-09-09  Rob Savoye  (rob@darkstar.cygnus.com)
15805         * config/bug-gcc.exp: Use new download proc.
15807 1993-09-14  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
15809         * chill.execute/execute.exp: cleanups, handles errors better
15810         * chill.compile/compile.exp: rewrite, based on execute.exp
15811         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
15812         * lib/chill.exp: major changes to diff proc and compile and link
15813           procs. added chill_fail and chill_pass wrappers to pass and
15814           fail. added more comments, and handle error codes better.
15815           Added a hack to capture stderr from exec, so noncompile tests
15816           can work.
15818 1993-09-11  Jeffrey Wheat  (cassidy@cygnus.com)
15820         * chill.execute/execute.exp: rewrite of testsuite driver
15821         * lib/chill.exp: rewrite of testsuite driver
15822         * config/unix-chill.exp: rewrite of testsuite driver
15824 1993-08-25  Bill Cox  (bill@rtl.cygnus.com)
15826     In chill.execute:
15827         * iexpr.ch: Standardize uppercase.
15828         * tuples.dat: Standardize uppercase.
15829         * vary.ch: standardize.  Correct varying string assignments.
15830         * vary.dat: Add new output lines.
15832 1993-08-24  Bill Cox  (bill@rtl.cygnus.com)
15834     In chill.execute:
15835         * chprintf.ch: Standardize use of uppercase.
15836         * tuples.ch: Standardize and turn arr2 into a DCL,
15837           rather than a SYN.
15838         * pinits.ch: Standardize.
15840 1993-08-23  Per Bothner  (bothner@kalessin.cygnus.com)
15842         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
15843         * Makefil: Renamed to Makefile.in.
15844         * configure.in: New.
15846 1993-08-23  Bill Cox  (bill@rtl.cygnus.com)
15848     In chill.execute:
15849         * .cvsignore: Add result/output files.
15850         * Makefile: Fix up variables at start.  Use MFLAGS
15851           everywhere.  Correct bool_loc, built_ins entries.
15852           Add entry for vary1.ch.
15853         * bitarray.ch: Standardize upper-case usage.
15854         * bitexpr.ch: Standardize, add output of b1.
15855         * params.ch: Use arrayt in along PROC parameters, to
15856           avoid novelty problems.
15857         * sets.ch: Tiny cleanup.
15858         * vary1.ch: Re-indent.
15860 1993-08-17  Bill Cox  (bill@rtl.cygnus.com)
15862           * Add PR-related files to Makefiles, .cvsignore files, etc.
15864 1993-08-02  Jeff Wheat  (cassidy@cygnus.com)
15866         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
15867           with compiler objects. New names are test-flow.c and test-loop.c
15869 1993-07-27  Jeff Wheat  (cassidy@cygnus.com)
15871         * Upgraded c-torture tests from 1.19 to 1.20
15873         * new files:
15874         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
15875         * gcc.compile: 930623-1.c 930623-2.c
15876         * gcc.noncompile: 930622-1.c 930622-2.c
15877         * gcc.failure: 920411-1.c 920627-2.c
15878         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
15880 1993-07-20  Jeff Wheat  (cassidy@cygnus.com)
15882         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
15883           More changes to get testsuite working properly. Needs more work.
15884           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
15886 1993-07-19  Jeff Wheat  (cassidy@cygnus.com)
15888         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
15889           More changes to get testsuite working properly. Needs more work.
15891 1993-07-13 Jeff Wheat  (cassidy@cygnus.com)
15893         * chill.compile/compile.exp: Added for Dejagnu support
15894         * chill.execute/execute.exp: Added for Dejagnu support
15895         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
15897 1993-06-19  Bill Cox  (bill@rtl.cygnus.com)
15899     This should complete moving the CHILL test files.
15900         * chill.noncompile(.cvsignore printf.grt
15901             in-printf.grt chprintf.grt chprintf.ch):
15902             Added test-support files.
15903           (Makefile): Modified further.
15904         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
15905             signal.ch): Added test files.
15906           * chill.execute (.cvsignore printf.grt printr.c
15907             in-printf.grt rts.c chprintf.grt rts.h): Added
15908           test-support files.
15909             (Makefile): More corrections.
15911 1993-06-18  Bill Cox  (bill@rtl.cygnus.com)
15913         * chill.compile, chill.execute, chill.nocompile: Add CHILL
15914           test cases, ready for DejaGnu.
15916 1993-06-17  Jeffrey Wheat  (cassidy@cygnus.com)
15918         * Upgraded c-torture tests from 1.18 to 1.19
15920         * gcc.compile: added test(s):
15921           930607-1.c
15922         * gcc.execute: added test(s):
15923           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
15925         * added new subdirectory for misc tests: gcc.misc-tests
15926         * gcc.misc-test(s): added tests:
15927           inst-check.c test-consts.c test-ior.c test-switch.c
15929 1993-06-09  Brendan Kehoe  (brendan@lisa.cygnus.com)
15931         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
15933 1993-06-07  Ian Lance Taylor  (ian@cygnus.com)
15935         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
15937 1993-06-03  Jeffrey Wheat  (cassidy@cygnus.com)
15939         * Upgraded c-torture tests from 1.17 to 1.18
15941 1993-06-02  Jeffrey Wheat  (cassidy@cygnus.com)
15943         * Upgraded c-torture tests from 1.12 to 1.17
15945 1993-04-30  Mike Werner  (mtw@deneb.cygnus.com)
15947         * lib/old-dejagnu.exp:
15948           Fixed handling of XFAIL target triplets to correctly
15949           recognize wildcard characters.  Removed code that
15950           appended a unique id tag to the end of the file name
15951           printed out by the result of the testcases within a
15952           given test file.
15954 1993-04-29  Mike Werner  (mtw@deneb.cygnus.com)
15956         * lib/old-dejagnu.exp:
15957           Reworked expected failure handling to trigger off of XFAIL
15958           keyword in keyphrase embeded in testcase source code. The
15959           XFAIL keyword must be at the end of the keyphrase line. It
15960           may optionally be followed by one or more target triplets.
15961           It has just occured that the handling of wildcards in the
15962           target triplet may not be correct.
15964 1993-04-23  Mike Werner  (mtw@deneb.cygnus.com)
15966         * g++.old-deja/tests:
15967           Moved all subdirectories up one level into g++.old-deja .
15969         * lib/old-dejagnu.exp:
15970           Fixed problem with CXXFLAGS not being properly reset, and being
15971           corrupted with extraneous "-c" compiler option.  This was
15972           causing binaries to not be generated for test that needed them.
15973           Modified strings passed to "pass" and "fail" so that individual
15974           tests from the same test file would be distinguished by an
15975           identifier appended to the test file name in the summary logs;
15976           this corrected a problem with erroneous diff logs.  Added code
15977           to search testcases for expected fail and unexpected pass keywords.
15979 1993-04-20  Rob Savoye  (rob at darkstar.cygnus.com)
15981         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
15983 1993-04-15  Mike Werner  (mtw@deneb.cygnus.com)
15985         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
15986           Removed extraneous text from end of "Special g++ Options"
15987           keyphrase.
15989         * lib/old-dejagnu.exp: Added pattern matching to look for new
15990           keywords, embedded in testcases comments, which will trigger
15991           calls to xpass and xfail.
15993 1993-04-14  Mike Werner  (mtw@deneb.cygnus.com)
15995         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
15996           comments embedded in the testcases, especially the one looking for
15997           special compiler options, as well as the pattern matching for the
15998           compiler output again.
16000 1993-04-12  Mike Werner  (mtw@deneb.cygnus.com)
16002         * lib/old-dejagnu.exp: Do a proper check of the return value for
16003           execute tests. Fixed several problems with the pattern matching
16004           of the compiler output which gave erroneous test results.
16005           Changed several of the test result messages to be more descriptive.
16006         * config/unix-g++.exp: Proc g++_load now actually works and
16007           executes the tests passed to it and returns a usable return
16008           value.
16010 1993-04-11  Rob Savoye  (rob at darkstar.cygnus.com)
16012           * lib/gcc.exp: Exits gracefully if $CC is bogus.
16014 1993-04-09  Mike Werner  (mtw@deneb.cygnus.com)
16016         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
16017           Modified both files to properly execute the old style
16018           dejagnu tests. The previous versions of these files were
16019           experimental and did not function anything near correctly.
16021 1993-04-05  Rob Savoye  (rob@cygnus.com)
16023         * Removed all Makefile.in and configure.in files. No configuration
16024         needed now.
16026 1993-04-02  Mike Werner  (mtw@deneb.cygnus.com)
16028         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
16030 1993-03-28  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16032         * gcc.compile/configure.in, gcc.unsorted/configure.in,
16033         gcc.special/configure.in, gcc.noncompile/configure.in,
16034         gcc.execute/configure.in, gcc.code_quality/configure.in,
16035         g++.other/configure.in, g++.old-deja/configure.in,
16036         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
16037         in srcname setting.
16039 1993-03-25  Rob Savoye  (rob at darkstar.cygnus.com)
16041         * lib/udi.exp:  Fixed mondfe and mondfe_download.
16042         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
16043         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
16045 1993-03-25  Ian Lance Taylor  (ian@cygnus.com)
16047         * config/udi-gdb.exp: Check $shell_id after connecting to target.
16048         (gdb_exit): Don't remove *_soc files.
16050 1993-03-22  Ian Lance Taylor  (ian@cygnus.com)
16052         * lib/c-torture.exp: Don't look for main; instead always use -w
16053         -c.  This is how the c-torture tests work.  Remove the object
16054         file if the compilation succeeds.
16055         * gcc.execute/execute.exp: Remove executable if test passes.
16056         * gcc.noncompile/noncompile.exp: Every test is an expected
16057         failure.
16058         * gcc.special/special.exp: Added tests from c-torture 1.11,
16059         corrected use of existing test.
16060         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
16061         gcc.execute/920625-1.c: Updated to c-torture 1.11.
16062         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
16063         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
16064         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
16065         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
16066         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
16067         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
16068         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
16069         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
16070         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
16071         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
16072         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
16073         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
16074         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
16075         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
16076         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
16077         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
16078         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
16079         c-torture 1.11.
16080         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
16081         correspond to c-torture 1.11.
16083         * New file.