* c-common.c (handle_used_attribute): Accept static data too.
[official-gcc.git] / gcc / testsuite / ChangeLog
blob4c7b8b38e1cfe84a635217a12540107d58f9e4cb
1 2003-02-18  Richard Henderson  <rth@redhat.com>
3         * gcc.dg/attr-invalid.c: Allow __used__ on static data.
4         * gcc.dg/attr-used-2.c: New.
6 2003-02-18  Mark Mitchell  <mark@codesourcery.com>
8         PR c++/9704
9         * g++.dg/init/copy5.C: New test.
10         
11 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
13         * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
14         * g++.dg/pch/pch.exp: Likewise.
16 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
18         * gcc.c-torture/execute/20030209-1.c: Enable the test if
19         STACK_SIZE is not defined.
21 2003-02-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
23         PR c++/9457
24         * g++.dg/template/init1.C: New test.
26 Sun Feb 16 23:08:19 CET 2003  Jan HUbicka  <jh@suse.cz>
28         * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
29         (foo): Add few extra tests
30         * gcc.dg/c99-const-expr-3.c: Likewise.
31         * gcc.c-torture/execute/20030216-1.c: New.
33 2003-02-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
35         PR c++/9459
36         * g++.dg/ext/typeof4.C: New test.
38 2003-02-15  Roger Sayle  <roger@eyesopen.com>
40         * gcc.dg/i386-387-3.c: New test case.
42 2003-02-14  Josef Zlomek  <zlomekj@suse.cz>
44         * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
45         cris-*-elf* cris-*-aout* and mmix-*-*.
47 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
49         * gcc.dg/20030213-1.c: New test.
51 2003-02-12  Roger Sayle  <roger@eyesopen.com>
53         * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
54         * gcc.dg/i386-387-2.c: Likewise.
56 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
58         * gcc.dg/ppc-spe.c: Fix formatting.
59         Enable tests that were previously unsupported by gas.
60         Delete tests for instructions that no longer exist.
61         Switch arguments on evsubifw builtin.
63 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
65         * gcc.c-torture/execute/20030209-1.c: Disable the test if
66         STACK_SIZE is too small.
68 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
69             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
71         * gcc.dg/decl-2.c: New test.
73 Mon Feb 10 11:41:20 CET 2003  Jan Hubicka  <jh@suse.cz>
75         * gcc.dg/i386-fpcvt-1.c:  New test.
77 2002-02-09  Richard Sandiford  <rsandifo@redhat.com>
79         * gcc.c-torture/execute/20030209-1.c: New test.
81 2003-02-09  Kazu Hirata  <kazu@cs.umass.edu>
83         * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
84         int-wide bitops, use the constants of the same width.
85         Likewise, if long long is 32-bit wide, test bitops using
86         32-bit constants.
88 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
90         * gcc.dg/20021014-1.c: Annotate with expected notice text.
92 2003-02-07  Roger Sayle  <roger@eyesopen.com>
94         * testsuite/gcc.dg/builtins-4.c: New test case.
96 2003-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
98         * gcc.dg/20020430-1.c: Fix dg command typos.
99         * gcc.dg/20020503-1.c: Likewise.
101 2003-02-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
103         PR c++/8785
104         * g++.dg/parse/fused-params1.C: New test.
106         PR c++/8857
107         * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
109         PR c++/8921
110         * g++.dg/parse/non-dependent1.C: New test.
112         PR c++/8928
113         * g++.dg/parse/dupl-tmpl-args1.C: New test.
115         PR c++/9228
116         * g++.dg/parse/undefined7.C: New test.
117         * g++.dg/parse/non-templ1.C: New test.
119         PR c++/9229
120         * g++.dg/parse/too-many-tmpl-args1.C: New test.
122 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
124         * gcc.c-torture/compile/20030206-1.c: New test.
126 2003-02-05  Roger Sayle  <roger@eyesopen.com>
128         * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
129         "pow" to "foo" to avoid potential confusion with a math built-in.
131 2003-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
133         * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
134         conditions for SPARC targets.
136 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
138         * gcc.dg/20030204-1.c: New test.
140 2003-02-04  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
142         PR c++/38
143         * g++.dg/parse/array-size1.C: New test.
145         PR c++/5657
146         * g++.dg/parse/undefined3.C: New test.
148         PR c++/5665
149         * g++.dg/parse/undefined4.C: New test.
151         PR c++/5975
152         * g++.dg/parse/undefined5.C: New test.
154         PR c++/7259
155         * g++.dg/parse/tmpl-tmpl-param1.C: New test.
157         PR c++/8578
158         * g++.dg/parse/casting-operator1.C: New test.
160         PR c++/8596
161         * g++.dg/parse/undefined6.C: New test.
163         PR c++/8736
164         * g++.dg/parse/missing-template1.C: New test.
166 Tue Feb  4 21:41:09 CET 2003  Jan Hubicka  <jh@suse.cz>
168         * gcc.dg/i386-cadd.c:  Compile using -march=k8.
169         * gcc.dg/i386-cmov?.c:  Likewise.
170         * gcc.dg/i386-fpcvt-?.c:  Likewise.
171         * gcc.dg/i386-ssefp-1.c:  Likewise.
172         * gcc.dg/i386-ssetype-?.c:  Likewise; fix for register passing
173         conventions.
175 2003-02-03  Mark Mitchell  <mark@codesourcery.com>
177         PR c++/7129
178         * testsuite/g++.dg/ext/max.C: New test.
180 Mon Feb  3 16:05:11 CET 2003  Jan Hubicka  <jh@suse.cz>
182         * gcc.c-torture/execute/20030203-1.c: New test.
184 2003-02-03  Richard Earnshaw  <rearnsha@arm.com>
186         * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
187         'natural-endian'.
189 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
191         * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
192         * g++.dg/init/new2.C: Likewise.
193         * g++.dg/other/new1.C: Likewise.
195 2003-01-31  Loren J. Rittle <ljrittle@acm.org>
197         * gcc.dg/struct-ret-libc.c: New test.
199 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
201         * gcc.dg/20030129-1.c: New test.
203 2003-01-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
205         PR c++/8849
206         * g++.dg/template/ptrmem4.C: New test.
208 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
210         * g++.dg/parser/constant1.C: New test.
212 2003-01-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
214         PR c++/8591
215         * g++.dg/parse/friend2.C: New test.
217 2003-01-29  Nathan Sidwell  <nathan@codesourcery.com>
219         PR c++/9437
220         * g++.dg/template/unify4.C: New test.
222 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
224         * gcc.c-torture/execute/20030128-1.c: New test.
226 2003-01-28  Jeffrey D. Oldham  <oldham@codesourcery.com>
228         * g++.dg/lookup/nested1.C: Test moved from ...
229         * g++.old-deja/g++.other/lookup24.C: ... here.
231 Tue Jan 28 12:19:35 CET 2003  Jan Hubicka  <jh@suse.cz>
233         * gcc.dg/i386-cmov5.c:  New test.
235 2003-01-28  D.Venkatasubramanian   <dvenkat@noida.hcltech.com>
237         * gcc.c-torture/execute/20010925-1.c: Changed the
238         memcpy declaration.
240 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
242         PR c++/3902
243         * g++.dg/parse/template5.C: New test.
245 2003-01-28  Toon Moene  <toon@moene.indiv.nluug.nl>
247         PR fortran/9258
248         * g77.dg/pr9258: New test.
250 2003-01-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
252         * README: Move relevant parts from README.g++.
254         * README.g++: Remove this file.
256 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
258         * g++.dg/abi/dcast1.C: New test.
260 2003-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
262         * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
264 2003-01-27  Jeffrey D. Oldham  <oldham@codesourcery.com>
266         PR c++/47
267         * g++.old-deja/g++.other/lookup24.C: New test.
269 2003-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
271         PR middle-end/7227
272         * gcc.dg/uninit-C.c: New test.
274 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
276         * g++.dg/abi/covariant1.C: New test.
278 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
280         * gcc.dg/20030123-1.c: New test.
282 Sat Jan 25 21:06:49 CET 2003  Jan Hubicka  <jh@suse.cz>
284         PR opt/8492
285         * gcc.c-torture/compile/20030125-1.c
287 2003-01-25  Nathan Sidwell  <nathan@codesourcery.com>
289         PR c++/9403
290         * g++.dg/parse/template3.C: New test.
291         * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
292         
293         PR c++/795
294         * g++.dg/parse/template4.C: New test.
295         
296         PR c++/9415
297         * g++.dg/template/qual2.C: New test.
298         
299         PR c++/8545
300         * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
302         * g++.old-deja/g++.ns/bogus1.C: Change expected error.
304 2003-01-25  Roger Sayle  <roger@eyesopen.com>
306         * gcc.c-torture/execute/switch-1.c: New test case.
308 Sat Jan 25 12:32:55 CET 2003  Jan Hubicka  <jh@suse.cz>
310         * gcc.c-torture/execute/20030125-1.[cx]: New test.
312 2003-01-25  Paolo Carlini  <pcarlini@unitus.it>
314         Tweaks for Bison-1.875. From the NEWS file:
315         "- `parse error' -> `syntax error'
316         Bison now uniformly uses the term `syntax error'"
317         * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
318         * gcc.dg/cpp/digraph2.c: Likewise.
319         * gcc.dg/cpp/direct2.c: Likewise.
320         * gcc.dg/cpp/paste4.c: Likewise.
321         * gcc.dg/c90-restrict-1.c: Likewise.
322         * gcc.dg/c99-func-2.c: Likewise.
323         * gcc.dg/noncompile/920721-2.c: Likewise.
324         * gcc.dg/noncompile/930622-2.c: Likewise.
325         * gcc.dg/noncompile/940112-1.c: Likewise.
326         * gcc.dg/noncompile/950921-1.c: Likewise.
327         * gcc.dg/noncompile/951123-1.c: Likewise.
328         * gcc.dg/noncompile/971104-1.c: Likewise.
329         * gcc.dg/noncompile/990416-1.c: Likewise.
331 2003-01-24  Paolo Carlini  <pcarlini@unitus.it>
333         * g++.dg/parse/undefined1.C: Add error message.
335 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
337         PR c++/9354
338         * g++.dg/parse/new1.C: New test.
340         PR c++/9216
341         * g++.dg/parse/template2.C: New test.
343         PR c++/9354
344         * g++.dg/parse/typedef2.C: New test.
346         PR c++/9328
347         * g++.dg/ext/typeof3.C: New test.
349 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
351         PR c++/2738
352         * g++.dg/parse/ret-type1.C: New test.
354         PR c++/3792
355         * g++.dg/parse/tmpl-outside1.C: New test.
357         PR c++/4207
358         * g++.dg/parse/int-as-enum1.C: New test.
360         PR c++/4903
361         * g++.dg/parse/no-typename1.C: New test.
363         PR c++/5533
364         * g++.dg/parse/no-value1.C: New test.
366         PR c++/5921
367         * g++.dg/parse/wrong-inline1.C: New test.
369         PR c++/6402
370         * g++.dg/parse/ref1.C: New test.
372         PR c++/6992
373         * g++.dg/parse/attr-ctor1.C: New test.
375         PR c++/7229
376         * g++.dg/parse/namespace5.C: New test.
378         PR c++/7917
379         * g++.dg/parse/func-def1.C: New test.
381         PR c++/8143
382         * g++.dg/parse/undefined1.C: New test.
384         PR c++/5723, PR c++/8522
385         * g++.dg/parse/specialization1.C: New test.
387         PR c++/163, PR c++/8595
388         * g++.dg/parse/struct-as-enum1.C: New test.
390         PR c++/9173
391         * g++.dg/parse/undefined2.C: New test.
393 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
395         PR c++/9298
396         * g++.dg/parse/template1.C: New test.
398         PR c++/9384
399         * g++.dg/parse/using1.C: New test.
401         PR c++/9285
402         PR c++/9294
403         * g++.dg/parse/expr2.C: New test.
405         PR c++/9388
406         * g++.dg/parse/lookup2.C: Likewise.
408 Tue Jan 21 18:01:35 CET 2003  Jan Hubicka  <jh@suse.cz>
410         * gcc.c-torture/execute/990208-1.c:  Add noinline attributes as needed.
411         * gcc.c-torture/execute/eeprof-1.c:  Likewise.
412         * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
413         * gcc.c-torture/execute/string-opt-*.c: Likewise.
415 2003-01-20  Nick Clifton  <nickc@redhat.com>
417         * gcc.c-torture/execute/20030117-1.c: New test case.  Exposes
418         problem with ARM sibcall code generation.
420 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
422         * gcc.c-torture/execute/20030120-1.c: New.
424 2003-01-19  Paolo Carlini  <pcarlini@unitus.it>
426         * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
428 2003-01-17  Mark Mitchell  <mark@codesourcery.com>
430         PR c++/9272
431         * g++.dg/parse/ctor1.C: New test.
433         PR c++/9294:
434         * g++.dg/parse/qualified1.C: New test.
435         
436         * g++.dg/parse/typename3.C: New test.
438 2003-01-16  Richard Henderson  <rth@redhat.com>
440         * g++.dg/tls/init-2.C: Fix error matches for real this time.
442 2003-01-16  Richard Henderson  <rth@redhat.com>
444         * g++.dg/pch/pch.exp: Copy test header to the working directory
445         before using it either for precompilation or direct use.
446         * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
447         * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
449 2003-01-16  Richard Henderson  <rth@redhat.com>
451         * gcc.dg/pch/pch.exp: Copy test header to the working directory
452         before using it either for precompilation or direct use.
453         * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
454         * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
456 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
458         * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
459         * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
460         * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
461         * gcc/testsuite/g++.dg/parse/typename2.C: New test.
462         * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
463         typename warning into error.
464         * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
465         error messages.
466         * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
467         * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
468         * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
469         messages.
470         * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
471         make declaration visible in template.
472         * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
473         * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
474         messages.
475         * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
476         message.
477         * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
478         * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
479         * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
480         * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
481         typename warning with error message.
482         * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
483         * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
484         * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
485         
486 2003-01-16  Nathan Sidwell  <nathan@codesourcery.com>
488         * g++.dg/parse/ambig2.C: New test.
490 2003-01-15  Richard Henderson  <rth@redhat.com>
492         * g++.dg/tls/init-2.C: Update error message string.
494 2003-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
496         * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
498 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
500         * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
501         all for HC11/HC12.
502         * gcc.c-torture/compile/20001205-1.x: Likewise.
503         * gcc.c-torture/compile/20001226-1.x: Likewise.
504         * gcc.c-torture/compile/920520-1.x: Likewise.
505         * gcc.c-torture/compile/961203-1.x: Likewise.
506         * gcc.c-torture/compile/20020604-1.x: Likewise.
508 Wed Jan 15 12:20:52 CET 2003  Jan Hubicka  <jh@suse.cz>
510         * gcc.c-torture/compile/20030115-1.c: New test.
512         * gcc.dg/i386-fpcvt-1.c: New test.
513         * gcc.dg/i386-fpcvt-2.c: New test.
515 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
517         Further conform g++'s __vmi_class_type_info to the C++ ABI
518         specification.
519         * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
520         the specification.
522 Tue Jan 14 00:45:03 CET 2003  Jan Hubicka  <jh@suse.cz>
524         * gcc.dg/i386-fpcvt-1.c: New test.
525         * gcc.dg/i386-fpcvt-2.c: New test.
527 2003-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
529         * gcc.dg/i386-mmx-3.c: New test.
531 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
533         PR c++/9264
534         * g++.dg/parse/octal1.C: New file.
536         PR c++/9172
537         * g++.dg/parse/typename1.C: New file.
539 2003-01-10  Danny Smith  <dannysmith@users.sourceforge.net>
541         * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
542         * gcc.dg/bf-no-ms-layout.c: Likewise.
543         * gcc.dg/bf-ms-attrib.c: Likewise.
545 2003-01-10  Mark Mitchell  <mark@codesourcery.com>
547         PR c++/9099
548         * g++.dg/parse/dtor1.C: New file.
550         PR c++/9128
551         * g++.dg/rtti/typeid1.C: New file.
553         PR c++/9153
554         * g++.dg/parse/lookup1.C: New file.
556         PR c++/9171
557         * g++.dg/templ/spec5.C: New file.
559 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
561         * gcc.c-torture/compile/20030110-1.c: New test.
563 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
565         Merge from pch-branch:
567         2002-12-23  Geoffrey Keating  <geoffk@apple.com>
569         * gcc.dg/pch/cpp-1.h: New.
570         * gcc.dg/pch/cpp-1.c: New.
571         * gcc.dg/pch/cpp-2.h: New.
572         * gcc.dg/pch/cpp-2.c: New.
574         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
576         * gcc.dg/pch/except-1.h: New.
577         * gcc.dg/pch/except-1.c: New.
579         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
581         * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
582         running test.
583         * gcc.dg/pch: Include *.hp not *.h.
584         * gcc.dg/pch/system-1.h: New.
585         * gcc.dg/pch/system-1.c: New.
587         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
589         * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
590         rather than trying to build and run a program using PCH.
591         * gcc.dg/pch: Remove dg-do commands from test files.
592         
593         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
595         * gcc.dg/pch/macro-3.c: New.
596         * gcc.dg/pch/macro-3.h: New.
598         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
600         * gcc.dg/pch/common-1.c: New.
601         * gcc.dg/pch/common-1.h: New.
602         * gcc.dg/pch/decl-1.c: New.
603         * gcc.dg/pch/decl-1.h: New.
604         * gcc.dg/pch/decl-2.c: New.
605         * gcc.dg/pch/decl-2.h: New.
606         * gcc.dg/pch/decl-3.c: New.
607         * gcc.dg/pch/decl-3.h: New.
608         * gcc.dg/pch/decl-4.c: New.
609         * gcc.dg/pch/decl-4.h: New.
610         * gcc.dg/pch/decl-5.c: New.
611         * gcc.dg/pch/decl-5.h: New.
612         * gcc.dg/pch/global-1.c: New.
613         * gcc.dg/pch/global-1.h: New.
614         * gcc.dg/pch/inline-1.c: New.
615         * gcc.dg/pch/inline-1.h: New.
616         * gcc.dg/pch/inline-2.c: New.
617         * gcc.dg/pch/inline-2.h: New.
618         * gcc.dg/pch/static-1.c: New.
619         * gcc.dg/pch/static-1.h: New.
620         * gcc.dg/pch/static-2.c: New.
621         * gcc.dg/pch/static-2.h: New.
623         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
625         * g++.dg/pch/pch.exp: Better handle failing testcases.
626         * gcc.dg/pch/pch.exp: Likewise.
627         * gcc.dg/pch/macro-1.c: New.
628         * gcc.dg/pch/macro-1.h: New.
629         * gcc.dg/pch/macro-2.c: New.
630         * gcc.dg/pch/macro-2.h: New.
632         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
634         * g++.dg/dg.exp: Treat files in pch/ specially.
635         * g++.dg/pch/pch.exp: New file.
636         * g++.dg/pch/empty.H: New file.
637         * g++.dg/pch/empty.C: New file.
638         * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
639         "precompile".
641         * gcc.dg/pch/pch.exp: New file.
642         * gcc.dg/pch/empty.h: New file.
643         * gcc.dg/pch/empty.c: New file.
644         * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
645         "precompile".
647 2003-01-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
649         * g++.dg/template/friend14.C: New test.
651 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
653         * gcc.dg/old-style-asm-1.c: New test.
655 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
657         * gcc.c-torture/compile/20030109-1.c: New test.
659 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
661         * gcc.c-torture/execute/20030109-1.c: New test.
663 2003-01-08  Larin Hennessey  <larin@science.oregonstate.edu>
665         * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
666         * g++.old-deja/g++.mike/dyncast2.C: Likewise
667         * g++.old-deja/g++.mike/dyncast3.C: Likewise
668         * g++.old-deja/g++.mike/eh2.C: Likewise
669         * g++.old-deja/g++.mike/eh3.C: Likewise
670         * g++.old-deja/g++.mike/eh5.C: Likewise
671         * g++.old-deja/g++.mike/eh6.C: Likewise
672         * g++.old-deja/g++.mike/eh7.C: Likewise
673         * g++.old-deja/g++.mike/eh8.C: Likewise
674         * g++.old-deja/g++.mike/eh9.C: Likewise
675         * g++.old-deja/g++.mike/eh10.C: Likewise
676         * g++.old-deja/g++.mike/eh12.C: Likewise
677         * g++.old-deja/g++.mike/eh13.C: Likewise
678         * g++.old-deja/g++.mike/eh14.C: Likewise
679         * g++.old-deja/g++.mike/eh16.C: Likewise
680         * g++.old-deja/g++.mike/eh17.C: Likewise
681         * g++.old-deja/g++.mike/eh18.C: Likewise
682         * g++.old-deja/g++.mike/eh21.C: Likewise
683         * g++.old-deja/g++.mike/eh23.C: Likewise
684         * g++.old-deja/g++.mike/eh24.C: Likewise
685         * g++.old-deja/g++.mike/eh25.C: Likewise
686         * g++.old-deja/g++.mike/eh26.C: Likewise
687         * g++.old-deja/g++.mike/eh27.C: Likewise
688         * g++.old-deja/g++.mike/eh28.C: Likewise
689         * g++.old-deja/g++.mike/eh29.C: Likewise
690         * g++.old-deja/g++.mike/eh31.C: Likewise
691         * g++.old-deja/g++.mike/eh33.C: Likewise
692         * g++.old-deja/g++.mike/eh34.C: Likewise
693         * g++.old-deja/g++.mike/eh35.C: Likewise
694         * g++.old-deja/g++.mike/eh36.C: Likewise
695         * g++.old-deja/g++.mike/eh37.C: Likewise
696         * g++.old-deja/g++.mike/eh38.C: Likewise
697         * g++.old-deja/g++.mike/eh39.C: Likewise
698         * g++.old-deja/g++.mike/eh40.C: Likewise
699         * g++.old-deja/g++.mike/eh41.C: Likewise
700         * g++.old-deja/g++.mike/eh42.C: Likewise
701         * g++.old-deja/g++.mike/eh44.C: Likewise
702         * g++.old-deja/g++.mike/eh46.C: Likewise
703         * g++.old-deja/g++.mike/eh47.C: Likewise
704         * g++.old-deja/g++.mike/eh48.C: Likewise
705         * g++.old-deja/g++.mike/eh49.C: Likewise
706         * g++.old-deja/g++.mike/eh50.C: Likewise
707         * g++.old-deja/g++.mike/eh51.C: Likewise
708         * g++.old-deja/g++.mike/eh53.C: Likewise
709         * g++.old-deja/g++.mike/eh55.C: Likewise
710         * g++.old-deja/g++.mike/p7912.C: Likewise
711         * g++.old-deja/g++.mike/p9706.C: Likewise
712         * g++.old-deja/g++.mike/p10416.C: Likewise
713         * g++.old-deja/g++.mike/p11667.C: Likewise
714         * g77.f-torture/compile/20010519-1.f: Remove reference to Convex. 
715         Remove redundant reference to Iris.
716         * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
717         Elxsi, i860, Pico Java, and WE32K.
719 2003-01-07  Mark Mitchell  <mark@codesourcery.com>
721         * g++.dg/ext/asm4.C: New test.
723 2003-01-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
725         PR c++/9030
726         * g++.dg/template/friend12.C: New test.
727         * g++.dg/template/friend13.C: Likewise.
728         * g++.old-deja/g++.eh/spec6.C: Add missing error message.
730 Wed Jan  8 11:41:47 CET 2003  Jan Hubicka  <jh@suse.cz>
732         * gcc.dg/i386-cadd.c: New test.
733         * gcc.dg/i386-cmov4.c: Likewise.
735 2003-01-06  Mark Mitchell  <mark@codesourcery.com>
737         PR c++/9165
738         * g++.dg/warn/Wunused-3.C: New test.
740         * g++.dg/abi/bitfield9.C: New test.
742         PR c++/9189
743         * g++.dg/parse/defarg3.C: New test.
745 2003-01-06  Nathan Sidwell  <nathan@codesourcery.com>
747         * g++.dg/parse/ambig1.C: New test.
748         * g++.dg/parse/defarg2.C: New test.
750 2003-01-05  Mark Mitchell  <mark@codesourcery.com>
752         * g++.dg/template/defarg-1.C: New test.
753         * g++.dg/template/local2.C: Likewise.
755 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
757         * gcc.c-torture/execute/20030105-1.c: New test.
759 2003-01-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
761         * g++.dg/parse/namespace3.C: Remove extra semicolons.
762         * g++.dg/parse/namespace4.C: Likewise.
764 2003-01-03  Nathan Sidwell  <nathan@codesourcery.com>
766         * g++.dg/template/ntp2.C: New test.
768 2003-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
770         * g++.dg/parse/extern-C-1.C: New test.
772         * g++.dg/parse/namespace4.C: New test.
774         * g++.dg/template/nested1.C: New test.
776         * g++.dg/parse/namespace3.C: New test.
778 2003-01-02  Nathanael Nerode  <neroden@gcc.gnu.org>
780         * g++.dg/lookup/two-stage1.C: New test.
782 2003-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
784         * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
785         * g++.old-deja/g++.jason/access8.C: Likewise.
786         * g++.old-deja/g++.other/decl5.C: Likewise.
788 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
790         * g++.dg/parse/parse7.C: New test.
792 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
794         PR c++/2843
795         * g++.dg/ext/attrib7.C: New test.
797 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
799         * g++.dg/parse/parse6.C: New test.
801 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
803         * gcc.dg/h8300-stack-1.c: New.
805 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
807         g++.dg/lookup/exception1.C: New test.
809         g++.dg/lookup/template1.C: New test.
811         g++.dg/parse/namespace2.C: New test.
813         g++.dg/parse/parens2.C: New test.
815 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
817         * g++.dg/parse/parse5.C: New test.
818         * g++.dg/lookup/scoped4.C: New test.
820 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
822         * g++.dg/parse/parens1.C: New test.
824         * g++.dg/parse/parens2.C: Removed, turned out to duplicate
825         angle-bracket1.C.
826         * g++.dg/parse/parens2.C: New test.
828         * g++.dg/lookup/scope-operator1.C: New test.
830         * g++.dg/parse/operator1.C: New test.
832 2003-01-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
834         * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
835         * g++.old-deja/g++.other/access6.C: Likewise.
836         * g++.old-deja/g++.other/decl1.C: Likewise.
837         * g++.old-deja/g++.pt/typename12.C: Likewise.
839 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
841         * g++.dg/parse/namespace1.C: New test.
842         
843 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
845         * g++.dg/parse/parse4.C: New test.
847 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
849         * g++.dg/parse/parse3.C: New test.
851 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
853         * g++.dg/parse/parse2.C: New test.
855 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
857         * g++.dg/template/friend11.C: New test.
859 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
861         * g++.dg/parse/parse1.C: New test.
863 2002-12-31  Janis Johnson  <janis187@us.ibm.com>
865         * lib/profopt.exp: Change the name of a global variable to avoid
866         possible clashes with other test suites.
868 2002-12-31  Nathan Sidwell  <nathan@codesourcery.com>
870         * g++.dg/inherit/covariant8.C: New test.
872 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
874         * g++.dg/init/array9.C: New test.
876         PR c++/9112
877         * g++.dg/parse/expr1.C: New test.
879 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
881         * gcc.c-torture/compile/20021230-1.c: New test.
883 2002-12-30  Nathan Sidwell  <nathan@codesourcery.com>
885         * g++.dg/inherit/covariant5.C: New test.
886         * g++.dg/inherit/covariant6.C: New test.
887         * g++.dg/inherit/covariant7.C: New test.
889 2002-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
891         PR c++/2739
892         * g++.dg/other/access2.C: New test.
894 2002-12-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
896         * g++.dg/other/anon-struct.C: No longer fails
897         * g++.old-deja/g++.brendan/parse4.C: Likewise.
898         * g++.old-deja/g++.brendan/parse5.C: Likewise.
899         * g++.old-deja/g++.brendan/parse6.C: Likewise.
901 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
903         * g++.dg/parse/angle-bracket.C (main): No longer fails.
905 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
907         * g++.dg/eh/spec4.C: Remove stray semicolon.
908         * g++.dg/expr/pmf-1.C: Change error message.
909         * g++.dg/ext/asm1.C: Remove stray semicolon.
910         * g++.dg/ext/typename1.C: Add missing typenames.
911         * g++.dg/inherit/template-as-base.C: Change error message.
912         * g++.dg/lookup/scoped1.C: Likewise.
913         * g++.dg/lookup/scoped2.C: Likewise.
914         * g++.dg/lookup/using2.C: Likewise.
915         * g++.dg/other/component1.C: Remove stray semicolon.
916         * g++.dg/other/do1.C: Change error message.
917         * g++.dg/other/error2.C: Likewise.
918         * g++.dg/other/init1.C: Likewise.
919         * g++.dg/other/packed1.C: Remove stray semicolon.
920         * g++.dg/other/ptrmem2.C: Change error message.
921         * g++.dg/parse/parameter-declaration-1.C: Remove line number
922         marker.
923         * g++.dg/special/initp1.C: Remove invalid attribute usage.
924         * g++.dg/template/access3.C: Add typename keyword.
925         * g++.dg/template/access5.C: Remove stray semicolon.
926         * g++.dg/template/access6.C: Likewise.
927         * g++.dg/template/complit1.C: Likewise.
928         * g++.dg/template/crash1.C: Change error message.
929         * g++.dg/template/inherit2.C: Remove stray semicolon.
930         * g++.dg/template/instantiate2.C: Likewise.
931         * g++.dg/template/instantiate3.C: Change error message.
932         * g++.dg/template/qual1.C: Remove stray semicolon.
933         * g++.dg/template/qualttp18.C: Change error message.
934         * g++.dg/template/ref1.C: Remove stray semicolon.
935         * g++.dg/template/sizeof1.C (A::value): Declare it.
936         * g++.dg/template/spec4.C: Change error message.
937         * g++.dg/template/static1.C: Likewise.
938         * g++.dg/template/type1.C: Likewise.
939         * g++.dg/template/typename3.C: Likewise.
940         * g++.old-deja/g++.benjamin/13478.C: Change error message.
941         * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
942         * g++.old-deja/g++.benjamin/bool01.C: Likewise.
943         * g++.old-deja/g++.benjamin/bool02.C: Likewise.
944         * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
945         named return value extension.
946         * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
947         * g++.old-deja/g++.benjmain/warn01.C: Likewise.
948         * g++.old-deja/g++.bob/extern_C.C: Likewise.
949         * g++.old-deja/g++.bob/inherit2.C: Likewise.
950         * g++.old-deja/g++.brendan/complex1.C: Likewise.
951         * g++.old-deja/g++.brendan/copy5.C: Likewise.
952         * g++.old-deja/g++.brendan/crash13.C: Likewise.
953         * g++.old-deja/g++.brendan/crash15.C: Likewise.
954         * g++.old-deja/g++.brendan/crash18.C: Change error message.
955         * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
956         * g++.old-deja/g++.brendan/crash38.C: Likewise.
957         * g++.old-deja/g++.brendan/crash50.C: Likewise.
958         * g++.old-deja/g++.brendan/crash56.C: Likewise.
959         * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
960         syntax.
961         * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
962         * g++.old-deja/g++.brendan/crash8.C: Change error message.
963         * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
964         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
965         * g++.old-deja/g++.brendan/shadow1.C: Likewise.
966         * g++.old-deja/g++.brendan/template11.C: Likewise.
967         * g++.old-deja/g++.brendan/template26.C: Likewise.
968         * g++.old-deja/g++.brendan/template27.C: Use explicit
969         specialization syntax.
970         * g++.old-deja/g++.brendan/template30.C: Likewise.
971         * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
972         * g++.old-deja/g++.brendan/visibility3.C: Account for use of
973         non-dependent names.
974         * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
975         * g++.old-deja/g++.brendan/warnings7.C: Likewise.
976         * g++.old-deja/g++.bugs/900121_02.C: Likewise.
977         * g++.old-deja/g++.eh/catchptr1.C: Likewise.
978         * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
979         * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
980         named return value extension.
981         * g++.old-deja/g++.ext/namedret2.C: Likewise.
982         * g++.old-deja/g++.ext/namedret3.C: Likewise.
983         * g++.old-deja/g++.ext/return1.C: Likewise.
984         * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
985         * g++.old-deja/g++.jason/access17.C: Issue more error messages.
986         * g++.old-deja/g++.jason/access8.C: Likewise.
987         * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
988         * g++.old-deja/g++.jason/destruct.C: Remove incorrect
989         pseudo-destructor names.
990         * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
991         * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
992         pseudo-destructor names.
993         * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
994         * g++.old-deja/g++.jason/overload19.C: Likewise.
995         * g++.old-deja/g++.jason/overload32.C: Likewise.
996         * g++.old-deja/g++.jason/parse11.C: Issue error messages about
997         stray semicolons.
998         * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
999         * g++.old-deja/g++.jason/return.C: Likewise.
1000         * g++.old-deja/g++.jason/return2.C: Likewise.
1001         * g++.old-deja/g++.jason/shadow1.C: Likewise.
1002         * g++.old-deja/g++.jason/special.C: Use explicit specialization
1003         syntax.
1004         * g++.old-deja/g++.jason/template10.C: Account for use of
1005         non-dependent names.
1006         * g++.old-deja/g++.jason/template11.C: Use explicit specialization
1007         syntax.
1008         * g++.old-deja/g++.jason/template37.C: Likewise.
1009         * g++.old-deja/g++.law/access4.C: Change error messages.
1010         * g++.old-deja/g++.law/arm13.C:  Remove incorrect
1011         pseudo-destructor names.
1012         * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
1013         * g++.old-deja/g++.law/ctors9.C: Likewise.
1014         * g++.old-deja/g++.law/cvt22.C: Likewise.
1015         * g++.old-deja/g++.law/dtors5.C: Likewise.
1016         * g++.old-deja/g++.law/global-init1.C: Likewise.
1017         * g++.old-deja/g++.law/missed-error3.C: Likewise.
1018         * g++.old-deja/g++.law/operators28.C: Likewise.
1019         * g++.old-deja/g++.law/visibility28.C: Likewise.
1020         * g++.old-deja/g++.martin/eval1.C: Likewise.
1021         * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
1022         name.
1023         * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
1024         * g++.old-deja/g++.mike/net34.C: Likewise.
1025         * g++.old-deja/g++.mike/net36.C: Likewise.
1026         * g++.old-deja/g++.mike/ns2.C: Likewise.
1027         * g++.old-deja/g++.mike/p12306.C: Likewise.
1028         * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
1029         value extension.
1030         * g++.old-deja/g++.mike/p700.C: Likewise.
1031         * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
1032         * g++.old-deja/g++.mike/p710.C: Likewise.
1033         * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
1034         value extension.
1035         * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
1036         * g++.old-deja/g++.mike/pmf9.C: Likewise.
1037         * g++.old-deja/g++.ns/crash2.C: Likewise.
1038         * g++.old-deja/g++.ns/crash3.C: Likewise.
1039         * g++.old-deja/g++.ns/invalid1.C: Likewise.
1040         * g++.old-deja/g++.ns/ns17.C: Likewise.
1041         * g++.old-deja/g++.ns/template16.C: Likewise.
1042         * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
1043         keyword.
1044         * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
1045         * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
1046         * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
1047         named return value extension.
1048         * g++.old-deja/g++.oliva/nameret2.C: Likewise.
1049         * g++.old-deja/g++.other/access4.C: Issue additional error
1050         messages.
1051         * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
1052         * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
1053         * g++.old-deja/g++.other/crash11.C: Add missing class-key.
1054         * g++.old-deja/g++.other/crash25.C: Change error message.
1055         * g++.old-deja/g++.other/crash4.C: Change error message.
1056         * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
1057         * g++.old-deja/g++.other/decl5.C: Issue more error messages.
1058         * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
1059         checks.
1060         * g++.old-deja/g++.other/defarg8.C: Likewise.
1061         * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
1062         * g++.old-deja/g++.other/dtor10.C: Likewise.
1063         * g++.old-deja/g++.other/incomplete.C: Likewise.
1064         * g++.old-deja/g++.other/linkage7.C: Likewise.
1065         * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
1066         lookup algorithm.
1067         * g++.old-deja/g++.other/mangle2.C: Likewise.
1068         * g++.old-deja/g++.other/refinit2.C: Likewise.
1069         * g++.old-deja/g++.other/sizeof2.C: Change error messages.
1070         * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
1071         * g++.old-deja/g++.pt/crash28.C: Likewise.
1072         * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
1073         syntax.
1074         * g++.old-deja/g++.pt/crash32.C: Change error message.
1075         * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
1076         * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
1077         * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
1078         error message position.
1079         * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
1080         * g++.old-deja/g++.pt/defarg8.C: Change error message.
1081         * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
1082         syntax.
1083         * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
1084         * g++.old-deja/g++.pt/eichin01b.C: Likewise.
1085         * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
1086         * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
1087         keyword.
1088         * g++.old-deja/g++.pt/explicit31.C: Likewise.
1089         * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
1090         * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
1091         keyword.
1092         * g++.old-deja/g++.pt/explicit71.C: Change error message.
1093         * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
1094         syntax.
1095         * g++.old-deja/g++.pt/friend28.C: Account for use of
1096         non-dependent names.
1097         * g++.old-deja/g++.pt/friend29.C: Likewise.
1098         * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
1099         rules.
1100         * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
1101         * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
1102         * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
1103         lookup rules.
1104         * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
1105         * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
1106         keyword.
1107         * g++.old-deja/g++.pt/memclass20.C: Likewise.
1108         * g++.old-deja/g++.pt/memclass5.C: Likewise.
1109         * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
1110         keyword.
1111         * g++.old-deja/g++.pt/memtemp75.C: Likewise.
1112         * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
1113         * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
1114         * g++.old-deja/g++.pt/overload13.C: Correct error messages.
1115         * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
1116         * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template 
1117         keyword.
1118         * g++.old-deja/g++.pt/spec10.C: Likewise.
1119         * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
1120         * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
1121         * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
1122         * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
1123         * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
1124         * g++.old-deja/g++.pt/ttp62.C: Likewise.
1125         * g++.old-deja/g++.pt/ttp64.C: Likewise.
1126         * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
1127         * g++.old-deja/g++.pt/typename15.C: Likewise.
1128         * g++.old-deja/g++.pt/typename22.C: Likewise.
1129         * g++.old-deja/g++.pt/typename6.C: Change error messages.
1130         * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
1131         * g++.old-deja/g++.pt/virtual2.C: Likewise.
1132         * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
1133         syntax.
1134         * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
1135         return value extension.
1136         * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
1137         * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
1138         * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
1139         * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
1140         
1141 2002-12-26  Nathan Sidwell  <nathan@codesourcery.com>
1143         * g++.dg/warn/inline1.C: New test.
1144         * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
1145         * g++.old-deja/g++.jason/synth10.C: Likewise.
1146         * g++.old-deja/g++.mike/net31.C: Likewise.
1147         * g++.old-deja/g++.mike/p8786.C: Likewise.
1149         * g++.dg/template/friend10.C: New test.
1150         * g++.dg/template/conv5.C: New test.
1152 2002-12-24  Nathan Sidwell  <nathan@codesourcery.com>
1153         
1154         * g++.dg/lookup/scoped3.C: New test.
1155         
1156         * g++.dg/lookup/decl1.C: New test.
1157         * g++.dg/lookup/decl2.C: New test.
1159 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
1161         * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
1162         gcc.c-torture/compile/20021015-1.c,
1163         gcc.c-torture/compile/20021015-2.c,
1164         gcc.c-torture/compile/20021123-1.c,
1165         gcc.c-torture/compile/20021123-2.c,
1166         gcc.c-torture/compile/20021123-3.c,
1167         gcc.c-torture/compile/20021123-4.c,
1168         gcc.c-torture/execute/20021024-1.c: Add tests previously added
1169         only to 3.1 or 3.2 branch.
1171 2002-12-23  Mark Mitchell  <mark@codesourcery.com>
1173         * gcc.dg/i386-bitfield3.c: New test.
1174         
1175         * gcc.dg/i386-bitfield2.c: New test.
1176         
1177 2002-12-22  Nathan Sidwell  <nathan@codesourcery.com>
1179         * g++.dg/parse/conv_op1.C: New test.
1181 2002-12-21  Josef Zlomek  <zlomekj@suse.cz>
1183         * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
1184         approved.
1186 2002-12-20  Josef Zlomek  <zlomekj@suse.cz>
1188         * gcc.c-torture/compile/20021220-1.c: New test.
1190 2002-12-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
1192         * gcc.dg/i386-fastcall-1.c: New.
1194 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
1196         * gcc.c-torture/execute/20021219-1.c: New test.
1198 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
1200         * gcc.dg/i386-pic-1.c: New test.
1202 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1204         PR c++/8099
1205         * g++.dg/template/friend9.C: New test.
1207 2002-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1209         PR c++/3663
1210         * g++.dg/template/access7.C: New test.
1212 2002-12-18  Nick Clifton  <nickc@redhat.com>
1214         * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
1215         the libstdc++-v3 directory has been found.
1217 2002-12-12  Devang Patel <dpatel@apple.com>
1218         * gcc.dg/darwin-ld-1.c: New test.
1219         * gcc.dg/darwin-ld-2.c: New test.
1220         * gcc.dg/darwin-ld-3.c: New test.
1221         * gcc.dg/darwin-ld-4.c: New test.
1222         * gcc.dg/darwin-ld-5.c: New test.
1224 2002-12-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
1226         * gcc.c-torture/compile/20021212-1.c: New test.
1228 2002-12-11  Neil Booth  <neil@daikokuya.co.uk>
1230         * gcc.dg/fshort-wchar: New test.
1232 2002-12-10  Mark Mitchell  <mark@codesourcery.com>
1234         PR c++/8372
1235         * g++.dg/template/dtor1.C: New test.
1237         * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
1238         markers.
1240 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
1242         * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
1244 2002-12-09  Mark Mitchell  <mark@codesourcery.com>
1246         * g++.dg/template/static1.C: New test.
1247         * g++.dg/template/static2.C: New test.
1248         * g++.old-deja/g++.ext/memconst.C: New test.
1250 2002-12-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1252         * g++.dg/special/conpr-2.C: Expect failure on solaris2.
1253         * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
1254         * g++.dg/special/initp1.C: Likewise.
1256 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
1258         * gcc.c-torture/execute/20021204-1.c: New test.
1260 2002-12-04  Geoffrey Keating  <geoffk@apple.com>
1262         * gcc.dg/ppc-fmadd-1.c: New file.
1263         * gcc.dg/ppc-fmadd-2.c: New file.
1264         * gcc.dg/ppc-fmadd-3.c: New file.
1266 2002-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
1268         * gcc.c-torture/compile/20021204-1.c: New test.
1270 2002-12-03  Nathan Sidwell  <nathan@codesourcery.com>
1272         * g++.dg/inherit/covariant2.C: New test.
1273         * g++.dg/inherit/covariant3.C: New test.
1274         * g++.dg/inherit/covariant4.C: New test.
1275         * g++.dg/inherit/covariant1.C: Remove XFAIL.
1276         * g++.old-deja/g++.robertl/eb17.C: Likewise.
1278 2002-12-03  Mark Mitchell  <mark@codesourcery.com>
1280         PR c++/8688
1281         * g++.dg/init/brace3.C: New test.
1283 2002-12-02  Kazu Hirata  <kazu@cs.umass.edu>
1285         * gcc.dg/20020210-1.c: Fix a comment typo.
1287 2002-12-02  Mark Mitchell  <mark@codesourcery.com>
1289         PR c++/8720
1290         * g++.dg/parse/defarg1.C: New test.
1292         PR c++/8615
1293         * g++.dg/template/char1.C: New test.
1295         * g++.dg/template/varmod1.C: Fix typo.
1297 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1299         DR 180
1300         * g++.old-deja/g++.pt/crash32.C: Expect error.
1302 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
1304         PR c++/5919
1305         * g++.dg/template/varmod1.C: New test.
1307         PR c++/8727
1308         * g++.dg/inherit/typeinfo1.C: New test.
1310         PR c++/8663
1311         * g++.dg/inherit/typedef1.C: New test.
1313 2002-11-30  Mark Mitchell  <mark@codesourcery.com>
1315         PR c++/8332
1316         PR c++/8493
1317         * g++.dg/template/strlen1.C: New test.
1319         PR c++/8227
1320         * g++.dg/template/ctor2.C: New test.
1322         PR c++/8214
1323         * g++.dg/init/string1.C: New test.
1325         PR c++/8511
1326         * g++.dg/template/friend8.C: New test.
1328 2002-11-29  Joe Buck <jbuck@synopsys.com>
1330         * g++.dg/lookup/anon2.C: New test.
1332 2002-11-28  Kazu Hirata  <kazu@cs.umass.edu>
1334         * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
1335         h8300 port.
1337 2002-11-27  Richard Sandiford  <rsandifo@redhat.com>
1339         * gcc.dg/bitfld-6.c: New test.
1341 Wed Nov 27 14:37:34 CET 2002  Jan Hubicka  <jh@suse.cz>
1343         * gcc.c-torture/execute/20021127.[cx]: New test.
1345 Tue Nov 26 22:09:53 CET 2002  Jan Hubicka  <jh@suse.cz>
1347         * gcc.dg/i386-cmov[123].c: New tests for conditional move code
1348         quality.
1350 2002-11-26  Geoffrey Keating  <geoffk@apple.com>
1352         * g++.dg/init/brace2.C: New test.
1353         * g++.old-deja/g++.mike/p9129.C: Correct.
1355 2002-11-26  Mark Mitchell  <mark@codesourcery.com>
1357         * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
1359 2002-11-25  Andreas Bauer  <baueran@in.tum.de>
1361         * gcc.dg/sibcall-6: New test for indirect sibcalls.
1363 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
1365         * testsuite/g++.dg/abi/empty11.C: New test.
1366         * testsuite/g++.dg/rtti/cv1.C: New test.
1368 2002-11-25  Hans-Peter Nilsson  <hp@bitrange.com>
1370         * lib/prune.exp: Prune more -fpic/-fPIC warnings.
1372 2002-11-24  Mark Mitchell  <mark@codesourcery.com>
1374         * g++.dg/abi/empty10.C: New test.
1376 2002-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
1378         * gcc.c-torture/compile/20021124-1.c: New test.
1380 2002-11-22  Mark Mitchell  <mark@codesourcery.com>
1382         * g++.dg/abi/rtti2.C: New test.
1384 2002-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
1386         * gcc.dg/i386-unroll-1.c: New test.
1388 2002-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
1390         * gcc.c-torture/compile/20021120-1.c: New test.
1391         * gcc.c-torture/compile/20021120-2.c: New test.
1393 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
1395         * gcc.dg/bitfld-5.c: New test.
1397 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
1399         * gcc.c-torture/execute/20021120-3.c: New test.
1401 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
1403         * gcc.c-torture/execute/20021120-2.c: New test.
1405 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
1407         * gcc.c-torture/execute/20021120-1.c: New test.
1409 2002-11-20  Jakub Jelinek  <jakub@redhat.com>
1411         * gcc.c-torture/execute/20021118-3.c: New test.
1413 2002-11-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
1415         * gcc.c-torture/compile/20021119-1.c: New test.
1417 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
1419         * gcc.dg/duff-1.c: New test.
1420         * gcc.dg/duff-2.c: New test.
1421         * gcc.dg/duff-3.c: New test.
1423 2002-11-18  Neil Booth  <neil@daikokuya.co.uk>
1425         * gcc.dg/cpp/_Pragma5.c: New test.
1427 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
1429         * gcc.c-torture/execute/20021118-2.c: New test.
1431 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
1433         * gcc.c-torture/execute/20021118-1.c: New test.
1435 2002-11-16  Jakub Jelinek  <jakub@redhat.com>
1437         * gcc.dg/20021116-1.c: New test.
1439 2002-11-14  Mark Mitchell  <mark@codesourcery.com>
1441         * g++.dg/abi/vcall1.C: New test.
1443 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
1445         * gcc.dg/20021029-1.c: New test.
1446         * gcc.dg/20021029-2.c: New test.
1448 2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1450         * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
1452 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
1454         PR c/8439
1455         * gcc.dg/20021110.c: Move to ...
1456         * gcc.c-torture/compile/20021110.c: .... here.
1458 2002-11-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1460         PR c/8467
1461         * gcc.c-torture/execute/20021111-1.c
1463 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
1465         PR c/8439
1466         * gcc.dg/20021110.c: New test.
1468 2002-11-10  Mark Mitchell  <mark@codesourcery.com>
1470         * g++.dg/abi/vthunk3.C: Run only on x86.
1472 2002-11-10  Joseph S. Myers  <jsm@polyomino.org.uk>
1474         * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
1476 2002-11-09  Hans-Peter Nilsson  <hp@bitrange.com>
1478         * lib/compat.exp (compat-execute): Fix logic error in last
1479         change.
1481 2002-11-09  Neil Booth  <neil@daikokuya.co.uk>
1483         * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
1485 2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1487         PR c++/8389
1488         * g++.dg/template/access6.C: New test.
1490 Fri Nov  8 13:13:53 CET 2002  Jan Hubicka  <jh@suse.cz>
1492         * gcc.dg/i386-ssefp-1.c: New test.
1493         * gcc.dg/i386-ssefp-1.c: New test.
1495 Fri Nov  8 10:52:15 CET 2002  Jan Hubicka  <jh@suse.cz>
1497         * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
1499 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
1501         * g++.dg/abi/vthunk3.C: New test.
1503         PR c++/8338
1504         * g++.dg/template/crash2.C: New test.
1506 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
1508         * testsuite/g++.dg/abi/dtor1.C: New test.
1509         * testsuite/g++.dg/abi/dtor2.C: Likewise.
1511 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
1513         * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
1514         Darwin.
1516 2002-11-04  Adam Nemet  <anemet@lnxw.com>
1518         * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
1519         -mthumb.  Only xfail with -O0.
1521 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
1523         * g++.dg/abi/thunk1.C: New test.
1524         * g++.dg/abi/thunk2.C: Likewise.
1525         * g++.dg/abi/vtt1.C: Likewise.
1527 2002-11-02  Diego Novillo  <dnovillo@redhat.com>
1529         PR optimization/8423
1530         * gcc.c-torture/execute/builtin-constant.c: New test.
1532 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
1534         * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
1535         Add some more cases.
1537 2002-11-01  Mark Mitchell  <mark@codesourcery.com>
1539         PR c++/8391
1540         * g++.dg/opt/local1.C: New test.
1542 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
1544         PR c++/8160
1545         * g++.dg/template/complit1.C: New test.
1547         PR c++/8149
1548         * g++.dg/template/typename4.C: Likewise.
1550 2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1552         Core issue 287, PR c++/7639
1553         * g++.dg/template/instantiate1.C: Adjust error location.
1554         * g++.dg/template/instantiate3.C: New test.
1555         * g++.old-deja/g++.pt/crash10.C: Adjust error location.
1556         * g++.old-deja/g++.pt/derived3.C: Adjust error location.
1557         * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
1559 2002-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
1561         * lib/compat.exp (compat-execute): Don't clean out a gluefile.
1563 2002-10-29  Mark Mitchell  <mark@codesourcery.com>
1565         PR c++/8287
1566         * g++.dg/init/dtor2.C: New test.
1568 2002-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1570         * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
1571         * gcc.dg/nest.c: Bypass errors on irix6.
1573 2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
1575         * gcc.dg/nest.c: Expect error for mmix-*-*.
1576         * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
1578 2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
1580         * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
1581         markers.
1583         * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
1585 2002-10-25  Mike Stump  <mrs@apple.com>
1587         * gcc.dg/warn-1.c: New test.
1589 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
1591         * g++.dg/template/typename3.C: New test.
1593 2002-10-25  Mark Mitchell  <mark@codesourcery.com>
1595         * g++.dg/lookup/ptrmem1.C: New test.
1597         * g++.dg/abi/vthunk2.C: New test.
1599 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
1601         * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
1603 2002-10-24  Mark Mitchell  <mark@codesourcery.com>
1605         * g++.dg/abi/empty9.C: New test.
1607 2002-10-24  Richard Henderson  <rth@redhat.com>
1609         * g++.dg/inherit/thunk1.C: Enable for ia64.
1611 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
1613         PR c++/8067
1614         * g++.dg/lookup/pretty1.C: New test.
1616 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
1618         * gcc.dg/20021023-1.c: New test.
1620 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
1622         PR c++/7679
1623         * g++.dg/parse/inline1.C: New test.
1625 2002-10-23  Richard Henderson  <rth@redhat.com>
1627         * g++.dg/inherit/thunk1.C: Enable for x86_64.
1629         * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
1631 2002-10-22  Mark Mitchell  <mark@codesourcery.com>
1633         PR c++/6579
1634         * g++.dg/parse/stmtexpr3.C: New test.
1636 2002-10-22  Nathan Sidwell  <nathan@codesourcery.com>
1638         * g++.dg/expr/cond1.C: New test.
1640 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
1642         * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
1644 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
1646         * g++.dg/abi/vbase13.C: New test.
1647         * g++.dg/abi/vbase14.C: Likewise.
1649 2002-10-21  Jakub Jelinek  <jakub@redhat.com>
1651         * gcc.dg/tls/pic-1.c: New test.
1652         * gcc.dg/tls/nonpic-1.c: New test.
1653         * gcc.dg/20021018-1.c: New test.
1655 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
1657         * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
1658         Remove only files with the same base name as the test case.
1659         (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
1660         (profopt-execute): Likewise.  Also, remove old profiling
1661         and performance data files before running the tests.
1663         * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
1664         * g++.dg/bprob/bprob.exp: Likewise.
1665         * g77.dg/bprob/bprob.exp: Likewise.  Also, relax regexp
1666         to allow more general test case names.
1668         * g++.dg/bprob/bprob-1.C: Rename to ...
1669         * g++.dg/bprob/g++-bprob-1.C: ... this.
1671         * g77.dg/bprob/bprob-1.f: Rename to ...
1672         * g77.dg/bprob/g77-bprob-1.f: ... this.
1674 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
1676         * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
1677         bison 1.50 or later.
1679 2002-10-21  Janis Johnson  <janis187@us.ibm.com>
1681         * g++.dg/README: Describe more test directories.
1683 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
1685         * g++.dg/init/array6.C: Add additional tests.
1687 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
1689         * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
1690         * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
1692 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
1694         * gcc.c-torture/compile/20020604-1.x: New.
1695         * gcc.c-torture/compile/simd-5.x: Likewise.
1696         * gcc.c-torture/execute/920710-1.x: Likewise.
1697         * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
1699 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
1701         * g++.dg/inherit/override1.C: Add dg-options clause.
1703 2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1705         * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
1706         _mm_slli_si128.
1708 2002-10-19  Andreas Schwab  <schwab@suse.de>
1710         * lib/compat.exp (compat-run): Prepend "./" when $dest has no
1711         directory component.
1713 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
1715         * g++.dg/inherit/thunk1.C: New test.
1717         * g++.dg/inherit/override1.C: New test.
1719         * g++.dg/abi/mangle11.C: New test.
1720         * g++.dg/abi/mangle14.C: New test.
1721         * g++.dg/abi/mangle17.C: New test.
1723 2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
1725         * g++.dg/overload/member2.C: New test.
1727 2002-10-17  Janis Johnson  <janis187@us.ibm.com>
1729         * g++.dg/README: Describe new compat directory.
1730         * g++.dg/dg.exp: Skip tests in compat directory.
1731         * README.compat: New file.
1732         * lib/compat.exp: New expect script.
1733         * g++.dg/compat: New test directory.
1734         * g++.dg/compat/compat.exp: New expect script.
1735         * g++.dg/compat/abi: New test directory.
1736         * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
1737         g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
1738         g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
1739         g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
1740         g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
1741         g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
1742         g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
1743         g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
1744         g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
1745         g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
1746         g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
1747         g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
1748         * g++.dg/compat/break: New test directory.
1749         * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
1750         g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
1751         g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
1752         g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
1753         g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
1754         g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
1755         g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
1756         g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
1757         g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
1758         g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
1759         g++.dg/compat/break/README: New files.
1760         * g++.dg/compat/eh: New test directory.
1761         * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
1762         g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
1763         g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
1764         g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
1765         g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
1766         g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
1767         g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
1768         g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
1769         g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
1770         g++.dg/compat/eh/filter2_y.C,
1771         g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
1772         g++.dg/compat/eh/new1_y.C,
1773         g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
1774         g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
1775         g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
1776         g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
1777         g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
1778         g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
1779         g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
1780         g++.dg/compat/eh/unexpected1_y.C: New files.
1781         * g++.dg/compat/init: New test directory.
1782         * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
1783         g++.dg/compat/init/array5_y.C,
1784         g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
1785         g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
1786         g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
1787         g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
1788         g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
1789         g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
1790         g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
1791         g++.dg/compat/init/init-ref2_y.C: New files.
1793 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
1795         PR c++/7584
1796         * g++.dg/inherit/using3.C: New test.
1798 Thu Oct 17 19:12:58 CEST 2002  Jan Hubicka  <jh@suse.cz>
1800         * gcc.dg/20021017-2.c: New test.
1802 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
1804         * g++.dg/abi/mangle16.C: Adjust.
1806         * g++.dg/init/array8.C: New test.
1808 2002-10-17  Richard Sandiford  <rsandifo@redhat.com>
1810         * gcc.dg/special/mips-abi.exp: New test.
1811         * gcc.dg/special/mips-abi.s: Empty file used by the above.
1813 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
1815         * g++.dg/abi/mangle16.C: New test.
1816         * g++.dg/abi/mangle17.C: Likewise.
1818         PR c++/7478
1819         * g++.dg/template/ref1.C: New test.
1821 2002-10-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1823         * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
1825 2002-10-16  Ulrich Weigand  <uweigand@de.ibm.com>
1827         * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
1829 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
1831         PR c++/7524
1832         * g++.dg/init/array7.C: New test.
1834 2002-10-15  Mark Mitchell  <mark@codesourcery.com>
1836         * g++.dg/init/array6.C: New test.
1838         * g++.dg/abi/mangle13.C: Likewise.
1839         * g++.dg/abi/mangle14.C: Likewise.
1840         * g++.dg/abi/mangle15.C: Likewise.
1842 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
1844         * g++.dg/abi/empty8.C: New test.
1846 2002-10-15  Nathan Sidwell  <nathan@codesourcery.com>
1848         * g++.dg/init/ctor1.C: New test.
1850 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
1852         * gcc.c-torture/execute/20021015-1.c: New test.
1854 Tue Oct 15 14:22:41 2002  J"orn Rennecke <joern.rennecke@superh.com>
1856         * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
1858 Mon Oct 14 20:37:51 CEST 2002  Jan Hubicka  <jh@suse.cz>
1860         * gcc.dg/i386-ssetype-[1-5].c: New tests.
1862 2002-10-14  Richard Henderson  <rth@redhat.com>
1864         * gcc.dg/20020219-1.c: Disable for 16-bit targets.
1866 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
1868         PR optimization/6631
1869         * g++.dg/opt/const2.C: New test.
1871 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
1873         PR c++/7176
1874         * g++.dg/parse/friend1.C: New test.
1875         * g++.old-deja/g++.pt/memtemp64.C: Adjust.
1877 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
1879         * gcc.dg/20021014-1.c: New test.
1881 2002-10-11  Mark Mitchell  <mark@codesourcery.com>
1883         PR c++/5661
1884         * g++.dg/ext/vlm1.C: New test.
1885         * g++.dg/ext/vlm2.C: Likewise.
1887         * g++.dg/init/array1.C: Remove invalid braces.
1888         * g++.dg/init/brace1.C: New test.
1889         * g++.dg/init/copy2.C: Likewise.
1890         * g++.dg/init/copy3.C: Likewise.
1891         * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
1892         * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
1893         braces.
1895 2002-10-11  Neil Booth  <neil@daikokuya.co.uk>
1897         * gcc.dg/cpp/assembler.S: Don't use -ansi.
1899 Fri Oct 11 10:56:49 2002  Richard Shann  <richard.shann@superh.com>
1901         * gcc.c-torture/compile/simd-5.c: New test.
1903 2002-10-10  Roger Sayle  <roger@eyesopen.com>
1905         * gcc.c-torture/execute/shiftopt-1.c: New test case.
1907 2002-10-10  Jim Wilson  <wilson@redhat.com>
1909         * gcc.c-torture/execute/20021010-1.c: New test.
1911 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
1913         PR c/7353
1914         * g++.dg/ext/typedef-init.C: New test.
1915         * gcc.dg/typedef-init.c: New test.
1917 2002-10-09  Neil Booth  <neil@daikokuya.co.uk>
1919         * gcc.dg/cpp/paste13.c: New test.
1921 2002-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1923         * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs.  For
1924         remaining platforms, XFAIL during compile, not execute.  Don't
1925         XFAIL at -O0.
1927 2002-10-08  Nathan Sidwell  <nathan@codesourcery.com>
1929         * gcc.dg/alias-1.c: Tweak expected warning.
1931 2002-10-06  D.Venkatasubramanian <dvenkat@noida.hcltech.com>
1933         * gcc.dg/20020411-1.c: Disable for 16-bit "int".
1935 2002-10-06  Andreas Jaeger  <aj@suse.de>
1937         * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
1938         * gcc.dg/cpp/c++98.C: Likewise.
1940         * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
1941         * g++.dg/cpp/c++98.C: Likewise.
1943         * g++.dg/README (Subdirectories): Mention cpp directory.
1945         PR target/7559
1946         * gcc.dg/20021006-1.c: New test.
1948 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1950         PR c++/7804
1951         * g++.dg/other/warning1.C: New test.
1953 2002-10-04  Roger Sayle  <roger@eyesopen.com>
1955         * gcc.c-torture/execute/20020720-1.x:  XFAIL instead of skipping
1956         the test on failing platforms.  Mark sparcv9-*-*, sparc64-*-*
1957         and sparc-*-* with -m64 as expected failures.  See PR 8087.
1959 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
1961         PR c++/7931
1962         * g++.dg/template/ptrmem3.C: New test.
1964         PR c++/7754
1965         * g++.dg/template/union1.C: New test.
1967 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
1969         PR c++/8006
1970         * g++.dg/abi/mangle9.C: New test.
1971         * g++.dg/abi/mangle10.C: New test.
1972         * g++.dg/abi/mangle11.C: New test.
1973         * g++.dg/abi/mangle12.C: New test.
1975 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
1977         PR c++/7188.
1978         * g++.dg/template/meminit1.C: New test.
1979         * g++.dg/warn/Wreorder-1.C: Likewise.
1980         * g++.old-deja/g++.mike/warn3.C: Tweak.
1981         * lib/prune.exp: Ingore "in copy constructor".
1983 2002-10-02  Andreas Jaeger  <aj@suse.de>
1985         * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
1986         gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
1987         g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
1988         on x86-64.
1990 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
1992         * gcc.dg/empty1.C: Fix typo.
1994 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
1996         * gcc.dg/alias-1.c: New test.
1998 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
2000         * gcc.dg/empty1.C: New test.
2002         * g++.dg/tls/init-2.C: Tweak error messages.
2004 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
2006         * gcc.c-torture/compile/20020923-1.c: New test.
2008 2002-09-30  Jason Thorpe  <thorpej@wasabisystems.com>
2010         * gcc.c-torture/execute/ffs-1.c: New test.
2011         * gcc.c-torture/execute/ffs-2.c: Ditto.
2013 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
2015         * g++.dg/overload/member1.C: New test.
2017 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
2019         * g++.dg/abi/empty7.C: New test.
2020         * g++.dg/init/pm2.C: Likewise.
2022 2002-09-29  Nathan Sidwell  <nathan@codesourcery.com>
2024         * g++.dg/rtti/crash1.C: New test.
2026 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
2028         * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
2029         gcc.dg/sibcall-4.c: New tests.
2031 2002-09-28  Roger Sayle  <roger@eyesopen.com>
2033         * gcc.c-torture/execute/20020720-1.x: No longer skip test on
2034         powerpc and MMIX targets.
2036 2002-09-27  Zack Weinberg  <zack@codesourcery.com>
2038         * gcc.dg/cpp/20020927-1.c: New.
2040 2002-09-26  David S. Miller  <davem@redhat.com>
2042         * gcc.c-torture/compile/trunctfdf.c: New.
2044 2002-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2046         * lib/target-supports.exp (check_weak_available): Handle solaris2.
2048 2002-09-27  Alan Modra  <amodra@bigpond.net.au>
2050         * gcc.c-torture/execute/loop-15.c: New.
2052 2002-09-26  Janis Johnson  <janis187@us.ibm.com>
2054         * README.QMTEST: Fix typo.
2056 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
2058         * gcc.dg/20020926-1.c: New test.
2060 2002-09-25  David S. Miller  <davem@redhat.com>
2062         PR target/7842
2063         * gcc.c-torture/execute/shiftdi.c: New test.
2065 2002-09-26  Richard Earnshaw  <rearnsha@arm.com>
2067         * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
2068         unique to the tool.
2069         * lib/g77.exp (g77_init): Likewise.
2070         * lib/g++.exp (g++_init): Likewise.
2071         * lib/objc.exp (objc_init): Likewise.
2073 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
2075         * gcc/testsuite/g++.dg/abi/empty5.C: New test.
2076         * gcc/testsuite/g++.dg/abi/empty6.C: New test.
2077         * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
2079 2002-09-25  Richard Henderson  <rth@redhat.com>
2081         * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
2082         too-small long double.
2084 2002-09-23  Hans-Peter Nilsson  <hp@axis.com>
2086         * gcc.dg/20020919-1.c: New test.
2088 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
2090         * g++.dg/abi/bitfield6.C: New test.
2091         * g++.dg/abi/bitfield7.C: New test.
2092         * g++.dg/abi/bitfield8.C: New test.
2093         * g++.dg/abi/vbase11.C: New test.
2095 2002-09-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2097         * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
2098         hppa*-*-hpux*.  Update test comment.
2100 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
2102         * gcc.dg/tls/struct-1.c: New test.
2104 2002-09-20  Neil Booth  <neil@daikokuya.co.uk>
2106         * gcc.dg/cpp/tr-warn2.c: Update.
2108 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
2110         * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
2112 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
2114         * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
2115         systems.
2117 2002-09-20  Hans-Peter Nilsson  <hp@bitrange.com>
2119         * gcc.c-torture/execute/ieee/mzero3.c: New test.
2121         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
2122         Adjust for c++filt moved to binutils.  Remove spurious duplicate
2123         setting of cxxfilt.
2125 2002-09-19  Geoffrey Keating  <geoffk@apple.com>
2127         * gcc.dg/20020312-2.c: Update for darwin.
2129 2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
2131         * g++.old-deja/g++.other/crash32.C: Mark ICE.
2133 Tue Sep 17 13:59:45 2002  Nicola Pero  <n.pero@mi.flashnet.it>
2135         * objc.dg/comp-types-1.m: New test.
2136         * objc.dg/comp-types-2.m: New test.
2137         * objc.dg/comp-types-3.m: New test.
2138         * objc.dg/comp-types-4.m: New test.
2139         * objc.dg/comp-types-5.m: New test.
2140         * objc.dg/comp-types-6.m: New test.
2142 2002-09-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2144         * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
2146 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
2148         * g++.dg/other/do1.C: New test.
2150         * g++.dg/template/subst1.C: New test.
2152 2002-09-16  Steve Ellcey  <sje@cup.hp.com>
2154         * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
2156 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
2158         * g++.dg/template/qualttp20.C: Adjust expected errors.
2159         * g++.old-deja/g++.jason/report.C: Likewise.
2160         * g++.old-deja/g++.other/qual1.C: Likewise.
2162         * g++.dg/lookup/scoped2.C: New test.
2164         * g++.dg/ext/asm3.C: New test.
2166 2002-09-16  Richard Earnshaw  <rearnsha@arm.com>
2168         * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
2170 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
2172         * ChangeLog: follow spelling conventions.
2173         * g++.old-deja/g++.abi/ptrmem.C: Likewise.
2174         * g++.old-deja/g++.bugs/900210_05.C: Likewise.
2175         * g++.old-deja/g++.bugs/900211_04.C: Likewise.
2176         * g++.old-deja/g++.bugs/900321_02.C: Likewise.
2177         * g++.old-deja/g++.bugs/900404_02.C: Likewise.
2178         * g++.old-deja/g++.bugs/900520_06.C: Likewise.
2179         * g++.old-deja/g++.law/global-init1.C: Likewise.
2180         * g++.old-deja/g++.other/delete4.C: Likewise.
2181         * g++.old-deja/g++.other/inline21.C: Likewise.
2182         * g++.old-deja/g++.other/singleton.C: Likewise.
2183         * g77.dg/strlen0.f: Likewise.
2184         * g77.f-torture/compile/20010519-1.f: Likewise.
2185         * g77.f-torture/compile/980310-4.f: Likewise.
2186         * gcc.c-torture/compile/20000605-1.c: Likewise.
2187         * gcc.c-torture/execute/20020225-1.c: Likewise.
2188         * gcc.dg/c90-hexfloat-2.c: Likewise.
2189         * gcc.dg/c99-bool-1.c: Likewise.
2190         * gcc.dg/c99-hexfloat-2.c: Likewise.
2191         * gcc.dg/dll-2.c: Likewise.
2192         * gcc.dg/wtr-union-init-1.c: Likewise.
2193         * gcc.dg/wtr-union-init-2.c: Likewise.
2194         * gcc.dg/wtr-union-init-3.c: Likewise.
2195         * gcc.dg/cpp/avoidpaste1.c: Likewise.
2196         * gcc.dg/cpp/defined.c: Likewise.
2197         * gcc.dg/cpp/macsyntx.c: Likewise.
2198         * gcc.dg/cpp/paste2.c: Likewise.
2199         * gcc.dg/cpp/trad/defined.c: Likewise.
2200         * gcc.dg/format/c90-printf-1.c: Likewise.
2201         * gcc.dg/format/c90-scanf-1.c: Likewise.
2202         * gcc.dg/format/c99-printf-1.c: Likewise.
2203         * gcc.dg/format/c99-scanf-1.c: Likewise.
2204         * gcc.misc-tests/gcov-8.c: Likewise.
2205         * lib/profopt.exp: Likewise.
2207 2002-09-15  Krister Walfridsson  <cato@df.lth.se>
2209         * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
2211 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
2213         * g++.dg/inherit/using2.C: New test.
2215 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
2217         * ChangeLog: Follow spelling conventions.
2218         * g++.dg/template/friend4.C: Likewise.
2219         * g++.old-deja/g++.pt/crash67.C: Likewise.
2220         * gcc.c-torture/execute/20000801-4.c: Likewise.
2221         * gcc.dg/c90-digraph-1.c: Likewise.
2222         * gcc.dg/c94-digraph-1.c: Likewise.
2223         * gcc.dg/c99-digraph-1.c: Likewise.
2224         * gcc.dg/cpp/line5.c: Likewise.
2225         * gcc.dg/cpp/multiline.c: Likewise.
2226         * gcc.dg/cpp/trad/literals-1.c: Likewise.
2227         * gcc.dg/format/attr-3.c: Likewise.
2228         * gcc.dg/format/c90-scanf-3.c: Likewise.
2229         * gcc.dg/format/ext-4.c: Likewise.
2231 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
2233         * g++.dg/template/pretty1.C: New test.
2235 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
2237         * gcc.c-torture/execute/struct-cpy-1.c: New test.
2239 2002-09-13  Matt Austern  <austern@apple.com>
2241         * testsuite/g++.dg/other/constref[12].C: New, regression tests for
2242         passing a cast expression to a function by const reference.
2244 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
2246         * g++.dg/template/deduce1.C: New test.
2248 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
2250         * gcc.c-torture/execute/simd-1.c: Force all use of int to
2251         32-bit int.
2253 2002-09-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2255         * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
2256         usage.
2258 2002-09-10  Richard Earnshaw  <rearnsha@arm.com>
2260         * gcc.c-torture/compile/20020910-1.c: New test.
2262 2002-09-10  Frank Ch. Eigler  <fche@redhat.com>
2264         * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
2266 2002-09-10  Andreas Jaeger  <aj@suse.de>
2268         * gcc.dg/20020312-2.c: Adjust for x86-64.
2270 2002-09-08  Toon Moene  <toon@moene.indiv.nluug.nl>
2272         * g77.dg/7388.f: New test case for PR 7388.
2274 2002-09-07  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
2276         * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
2278 2002-09-05  Ziemowit Laski <zlaski@apple.com>
2280         * objc.dg/proto-lossage-1.m: New test.
2282 2002-09-06  Neil Booth  <neil@daikokuya.co.uk>
2284         * gcc.dg/cpp/_Pragma4.c: Fix typo.
2286 Fri Sep  6 16:39:37 2002  Nicola Pero  <n.pero@mi.flashnet.it>
2288         * objc/execute/formal_protocol-6.x: Removed.  This testcase is now
2289         expected to pass.
2291 2002-09-06  Stan Shebs  <shebs@apple.com>
2292             David Edelsohn  <edelsohn@gnu.org>
2294         * gcc.dg/weak: New directory.
2295         * gcc.dg/weak-[1-9].c: Move to new directory, remove all
2296         target-specific xfail bits.
2297         * gcc.dg/typeof-2.c: Move to new directory.
2298         * gcc.dg/weak.exp: New expect script.
2300 2002-09-06  Alan Modra  <amodra@bigpond.net.au>
2302         * gcc.c-torture/execute/extzvsi.c: New test.
2304 2002-09-05  Stan Shebs  <shebs@apple.com>
2306         * gcc.dg/weak-1.c: xfail on Darwin.
2307         * gcc.dg/weak-2.c: Ditto.
2308         * gcc.dg/weak-3.c: Ditto.
2309         * gcc.dg/weak-4.c: Ditto.
2310         * gcc.dg/weak-5.c: Ditto.
2311         * gcc.dg/weak-6.c: Ditto.
2312         * gcc.dg/weak-7.c: Ditto.
2313         * gcc.dg/weak-8.c: Ditto.
2314         * gcc.dg/weak-9.c: Ditto.
2316 Thu Sep  5 00:34:33 2002  J"orn Rennecke <joern.rennecke@superh.com>
2318         * gcc.c-torture/execute/loop-14.c: New test.
2320 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
2322         * g++.dg/other/cxa-atexit1.C: New test.
2324         * gcc.dg/typeof-2.c: New test.
2326 2002-09-03  Roger Sayle  <roger@eyesopen.com>
2328         * gcc.dg/builtins-2.c: New testcase.
2329         * gcc.dg/builtins-3.c: New testcase.
2331 2002-09-03  Neil Booth  <neil@daikokuya.co.uk>
2333         * gcc.dg/cpp/_Pragma4.c: New test.
2335 Tue Sep  3 11:04:26 2002  Nicola Pero  <n.pero@mi.flashnet.it>
2337         * objc/execute/nil_method-1.m: New testcase.
2339 Sun Sep  1 12:47:39 2002  Nicola Pero  <n.pero@mi.flashnet.it>
2341         * objc/execute/class-tests-1.h (test_class_with_superclass): Call
2342         [Object class], not [Object initialize].
2344 2002-08-31  Roger Sayle  <roger@eyesopen.com>
2345             Hans-Peter Nilsson  <hp@bitrange.com>
2347         * gcc.c-torture/execute/20020720-1.x: Skip test on
2348         mmix-knuth-mmixware.  Correct comment.
2350 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
2352         * testsuite/g++.dg/abi/bitfield5.C: New test.
2353         * testsuite/g++.dg/abi/vbase10.C: Likewise.
2355 Tue Aug 27 22:23:22 2002  Nicola Pero  <n.pero@mi.flashnet.it>
2357         * objc.dg/undeclared-selector.m: New test.
2359 2002-08-27  Nathan Sidwell  <nathan@codesourcery.com>
2361         * g++.dg/other/offsetof1.C: Avoid cast warning.
2363 2002-08-26  Ziemowit Laski  <zlaski@apple.com>
2365         * objc.dg/super-class-2.m: New test.
2367 2002-08-24  Matt Austern  <austern@apple.com>
2369         * g++.dg/ext/lvaddr.C: New test.
2370         * g++.dg/ext/lvcast.C: New test.
2372 2002-08-22  Mark Mitchell  <mark@codesourcery.com>
2374         * testsuite/g++.dg/inherit/cond1.C: New test.
2376 2002-08-22  Geoffrey Keating  <geoffk@redhat.com>
2378         * gcc.dg/noncompile/incomplete-1.c: New test.
2380 2002-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
2382         * gcc.dg/typespec-1.c: New test.
2384 2002-08-20  Devang Patel  <dpatel@apple.com>
2385         * objc.dg/proto-hier-2.m: New test.
2387 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
2389         * objc.dg/bitfield-1.m: New test.
2390         * objc.dg/bitfield-2.m: New test.
2392 2002-08-17  Joseph S. Myers  <jsm@polyomino.org.uk>
2394         * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
2395         gcc.dg/c99-flex-array-4.c: New tests.
2397 2002-08-16  Stan Shebs  <shebs@apple.com>
2399         * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
2401 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
2403         * gcc.dg/typeof-1.c: New test.
2404         * g++.dg/ext/typeof2.C: New test.
2406 2002-08-15  Nathan Sidwell  <nathan@codesourcery.com>
2408         * g++.dg/other/offsetof1.C: New test.
2410 2002-08-14  Richard Henderson  <rth@redhat.com>
2412         * gcc.dg/tls/diag-3.c: Fix expected message strings.
2414 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
2416         * gcc.dg/cpp/_Pragma3.c: New test.
2418 2002-08-13  Mark Mitchell  <mark@codesourcery.com>
2420         * g++.dg/template/inherit3: New test.
2422 2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
2424         * gcc.dg/bitfld-4.c: Add blank options.
2426 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
2428         * g++.dg/template/crash1.C: New test.
2430 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
2432         * gcc.dg/tls/opt-2.c: New test.
2434 2002-08-08  Devang Patel  <dpatel@apple.com>
2436         * objc.dg/selector-1.m : New test
2438 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
2440         * g++.dg/abi/bitfield4.C: New test.
2441         * gcc.dg/bitfld-4.c: New test.
2443 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
2445         * g++.dg/other/packed1.C: New test.
2447 2002-08-07  Mark Mitchell  <mark@codesourcery.com>
2449         * g++.dg/abi/offsetof.C: Tweak error messages.
2450         * g++.old-deja/g++.mike/p10769a.C: Likewise.
2452 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
2454         * gcc.dg/bitfld-3.c: New test.
2456 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
2457             Richard Henderson  <rth@redhat.com>
2459         * gcc.dg/i386-bitfield1.c: New test.
2460         * g++.dg/abi/bitfield3.C: Update.
2462 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
2464         * objc.dg/const-str-2.m: Update.
2465         * gcc.dg/cpp/c++98.c: Change to C extension.
2466         * gcc.dg/cpp/c++98-pedantic.c: Similarly.
2467         * gcc.dg/cpp/cpp.exp: Process .C extensions too.
2469 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
2471         * testsuite/gcc.dg/tls/diag-3.c: New.
2473 2002-08-07  Gabriel Dos Reis  <gdr@nerim.net>
2475         * g++.dg/README (Subdirectories): Document new subdir expr.
2476         * g++.dg/expr/pmf-1.C: New test.
2478 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
2480         * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
2482 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
2484         * g++.dg/abi/bitfield3.C: New test.
2486 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
2488         * lib/gcov.exp: Tweak expected line formats.
2489         * gcc.misc-tests/gcov8.c: New test.
2490         * gcc.misc-tests/gcov8.x: New flags.
2492 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
2494         * consistency.vlad/layout/endian.c: Include string.h.
2496         * gcc.c-torture/execute/20020805-1.c: New test.
2498 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
2500         * g++.dg/other/conversion1.C: New test.
2502 2002-08-03  Roger Sayle  <roger@eyesopen.com>
2504         * gcc.dg/builtins-1.c: New testcase.
2506 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
2508         * g++.dg/inherit/access3.C: New test.
2510 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
2512         * gcc.dg/ia64-visibility-2.c: New test.
2514 2002-08-01  Benjamin Kosnik   <bkoz@redhat.com>
2516         * g++.old-deja/g++.abi/ptrflags.C (expect): Change
2517         __qualifier_flags to __flags.
2519 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
2521         * g++.dg/inherit/operator1.C: New test.
2522         * g++.dg/lookup/disamb1.C: Fix typo in comment.
2523         * g++.dg/other/error1.C: Change expected error message.
2524         * g++.dg/template/conv4.C: Likewise.
2526 2002-07-26  Neil Booth  <neil@daikokuya.cop.uk>
2528         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
2529         for documented behavior.
2531 2002-07-25  Roger Sayle  <roger@eyesopen.com>
2533         * gcc.c-torture/execute/20020720-1.x: Skip this test on
2534         several targets known to fail.
2536 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
2538         * gcc.dg/mips-args-[123].c: New tests.
2540 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
2542         * gcc.dg/ppc-spe.c: New.
2544 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
2546         * g++.dg/other/ptrmem4.C: New testcase.
2548 2002-07-24  Richard Henderson  <rth@redhat.com>
2550         * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
2552 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
2554         * g++.dg/ext/alignof1.C (main): Return 0 for success.
2556 2002-07-24  Roger Sayle  <roger@eyesopen.com>
2558         * gcc.c-torture/execute/memset-3.c: New testcase.
2560 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
2562         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
2563         gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
2565 2002-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2567         * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
2568         Delete.
2570 Tue Jul 23 21:02:43 2002  J"orn Rennecke <joern.rennecke@superh.com>
2572         * gcc.c-torture/compile/simd-4.c: New test.
2574 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2576         PR c++/7347, c++/7348
2577         * g++.dg/template/access4.C: New test.
2578         * g++.dg/template/access5.C: New test.
2579         * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
2580         * g++.old-deja/g++.pt/memtemp86.C: Likewise.
2581         * g++.old-deja/g++.pt/ttp58.C: Likewise.
2582         * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
2584 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
2586         * gcc.dg/gnu89-init-2.c: New test.
2588 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
2590         * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
2592 2002-07-20  Roger Sayle  <roger@eyesopen.com>
2594         * gcc.c-torture/execute/20020720-1.c: New testcase.
2596 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
2598         * gcc.dg/cpp/Wsignprom.c: New tests.
2600 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
2602         * gcc.c-torture/execute/loop-13.c: New test.
2604 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
2606         * gcc.dg/cpp/expr.c: New tests.
2608 2002 07-18  David Edelsohn  <edelsohn@gnu.org>
2610         * g++.dg/opt/pr6713.C: Add template instantiation.
2612 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
2614         * gcc.dg/nest.c: New test.
2616 2002-07-17  Richard Henderson  <rth@redhat.com>
2618         * g++.dg/opt/pr6713.C: New test.
2620 2002-07-17  Eric Botcazou  <ebotcazou@multimania.com>
2622         * gcc.c-torture/execute/loop-2e.x: Let the testcase
2623         XFAIL for all x86 processors.
2625 2002-07-17  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
2627         * gcc.c-torture/execute/20010122-1.x: Do not test with
2628         -fomit-frame-pointer.
2630 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2632         * g++.dg/template/instantiate2.C: New test.
2633         * g++.dg/template/spec4.C: New test.
2635 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2637         * g++.dg/template/access2.C: New test.
2638         * g++.dg/template/access3.C: New test.
2640 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
2642         * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
2643         c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
2644         c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
2645         c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
2646         Convert to use <stdarg.h>.
2647         * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
2648         Delete.
2649         * gcc.dg/va-arg-2.c: New.
2650         * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
2652 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
2654         * gcc.c-torture/compile/20020710-1.c: New test.
2656 Thu Jul 11 15:39:21 2002  J"orn Rennecke <joern.rennecke@superh.com>
2657                           Andrew Pinski  <pinskia@physics.uc.edu>
2659         gcc.c-torture/compile/simd-2.c: New testcase.
2660         gcc.c-torture/compile/simd-3.c: Likewise.
2662 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
2664         PR c++/7224
2665         * g++.dg/overload/error1.C: New test.
2667 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2669         * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
2670         configuration and IRIX 6 O32 ABI.
2672 2002-07-11  Roger Sayle  <roger@eyesopen.com>
2674         * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
2676 2002-07-10  Roger Sayle  <roger@eyesopen.com>
2678         * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
2680 2002-07-10  Jeffrey A Law  <law@redhat.com>
2682         * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
2684         * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.
2686 2002-07-09  Aldy Hernandez  <aldyh@redhat.com>
2688         * gcc.dg/20020312-2.c: Check for __PPC__.
2690 2002-07-09  Diego Novillo  <dnovillo@redhat.com>
2692         * gcc.c-torture/compile/20020709-1.c: New test.
2694 2002-07-07  Roger Sayle  <roger@eyesopen.com>
2696         * g++.dg/template/qualttp21.C: New test case.
2698 2002-07-06  Alexandre Oliva  <aoliva@redhat.com>
2700         * gcc.c-torture/compile/20020706-1.c: New test.
2701         * gcc.c-torture/compile/20020706-2.c: New test.
2703 2002-07-06  Brian R. Gaeke  <brg@dgate.ORG>
2704             Alexandre Oliva  <aoliva@redhat.com>
2706         * g++.dg/warn/incomplete1.C: New test.
2708 2002-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2710         PR c++/7099
2711         * g++.dg/warn/noreturn1.C: New test.
2713 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
2715         PR c++/6706
2716         * g++.dg/debug/debug6.C: New test.
2717         * g++.dg/debug/debug7.C: New test.
2719 Thu Jul  4 07:36:48 2002  J"orn Rennecke <joern.rennecke@superh.com>
2721         * gcc.c-torture/compile/simd-3.c: New test.
2723 2002-07-03  Chris Demetriou  <cgd@broadcom.com>
2725         * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
2726         * gcc.dg/20020620-1.c: Likewise.
2728 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2730         PR c++/6944
2731         * g++.dg/init/array4.C: New test.
2732         * g++.dg/init/array5.C: New test.
2734 Wed Jul  3 10:25:41 2002  J"orn Rennecke <joern.rennecke@superh.com>
2736         * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
2737         * gcc.c-torture/execute/simd-2.c (main): Likewise.
2739 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2741         * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
2742         * gcc.dg/wtr-aggr-init-1.c: Likewise.
2743         * gcc.dg/wtr-conversion-1.c: Likewise.
2744         * gcc.dg/wtr-escape-1.c: Likewise.
2745         * gcc.dg/wtr-int-type-1.c: Likewise.
2746         * gcc.dg/wtr-label-1.c: Likewise.
2747         * gcc.dg/wtr-static-1.c: Likewise.
2748         * gcc.dg/wtr-strcat-1.c: Likewise.
2749         * gcc.dg/wtr-suffix-1.c: Likewise.
2750         * gcc.dg/wtr-switch-1.c: Likewise.
2751         * gcc.dg/wtr-unary-plus-1.c: Likewise.
2752         * gcc.dg/wtr-union-init-1.c: Likewise.
2753         * gcc.dg/wtr-union-init-2.c: Likewise.
2754         * gcc.dg/wtr-union-init-3.c: Likewise.
2756         * gcc.dg/wtr-func-def-1.c: New test.
2758 2002-07-02 Devang Patel <dpatel@apple.com>
2760         * objc.dg/param-1.m: New test.
2762 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
2764         * gcc.dg/cpp/trad/directive.c: Add test.
2765         * gcc.dg/cpp/trad/macroargs.c: Add test.
2766         * gcc.dg/cpp/trad/recurse-3.c: Add tests.
2768 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
2770         * gcc.dg/cpp/cmdlne-M.c: New test.
2772 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
2774         * objc.dg/desig-init-1.m: New test.
2776 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2778         PR c++/6716
2779         * g++.dg/template/instantiate1.C: New test.
2781 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
2783         PR c++/7112
2784         * g++.dg/template/sizeof2.C: New test.
2786 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
2788         * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
2789         gcc.dg/cpp/trad/include.c: New tests.
2791 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
2793         PR target/7177
2794         * gcc.c-torture/compile/20020701-1.c: New test.
2796 2002-07-01  Stan Shebs  <shebs@apple.com>
2798         * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
2799         header here...
2800         * lib/objc-torture.exp (objc-torture-compile): ...instead of here
2801         (objc-torture-execute): or here.
2803 Mon Jul  1 12:51:05 2002  J"orn Rennecke <joern.rennecke@superh.com>
2805         * gcc.c-torture/execute/arith-rand-ll.c: New test.
2807 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
2809         * gcc.dg/cpp/trad/escaped-nl.c: New test.
2811 2002-06-30  Devang Patel  <dpatel@apple.com>
2813         * objc.dg/fsyntax-only.m: New test.
2815 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
2817         PR c++/6695
2818         * g++.dg/template/friend7.C: New file.
2820 2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
2822         * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
2823         return type.
2825 Thu Jun 27 15:23:21 2002  J"orn Rennecke <joern.rennecke@superh.com>
2827         * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
2828         avoid division by zero.
2830 2002-06-27  Neil Booth  <neil@daikokuya.co.uk>
2832         * gcc.dg/Wunknownprag.c: New tests.
2834 Tue Jun 25 21:50:38 2002  J"orn Rennecke <joern.rennecke@superh.com>
2836         * gcc.c-torture/execute/simd-2.c: New test.
2838 2002-06-25  Neil Booth  <neil@daikokuya.co.uk>
2840         * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
2841         gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
2842         gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
2843         gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
2844         gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
2845         gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
2846         gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
2847         gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
2848         gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
2849         gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
2850         gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
2851         gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
2852         gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
2853         gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
2854         gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
2855         gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
2856         gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
2858 2002-06-24  Neil Booth  <neil@daikokuya.co.uk>
2860         * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
2861         gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
2862         gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
2863         gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
2864         New tests.
2865         * gcc.dg/cpp/trad/directive.c: Update.
2867 2002-06-23  Andreas Jaeger  <aj@suse.de>
2869         * gcc.c-torture/execute/complex-6.c: New.
2871 2002-06-22  Neil Booth  <neil@daikokuya.co.uk>
2873         * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
2874         gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
2875         gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
2876         gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
2878 2002-06-21  Neil Booth  <neil@daikokuya.co.uk>
2880         * gcc.dg/cpp/trad: New directory with traditional tests copied
2881         from parent directory.
2882         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
2883         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
2884         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
2885         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
2886         Move to trad/ and rename.
2887         * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
2888         gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
2889         gcc.dg/cpp/trad/redef2.c: New tests.
2890         * gcc.dg/cpp/trad/trad.exp: New driver.
2892 2002-06-20  Neil Booth  <neil@daikokuya.co.uk>
2894         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
2895         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
2896         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
2897         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
2898         Remove.
2900 2002-06-20  Richard Sandiford  <rsandifo@redhat.com>
2902         * gcc.dg/20020620-1.c: New test.
2904 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2906         * g++.dg/template/ttp4.C: New test.
2908 2002-06-19  Jakub Jelinek  <jakub@redhat.com>
2910         * g++.dg/opt/vt1.C: Fix regexp.
2912 2002-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2914         * gcc.c-torture/execute/pure-1.c: Make functions static again.
2915         Don't use attribute `noinline'.
2917 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
2919         * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
2921 2002-06-18  Aldy Hernandez  <aldyh@redhat.com>
2923         * gcc.c-torture/execute/simd-1.c: New.
2925         * gcc.dg/simd-1.c: New.
2927 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
2929         * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
2931 2002-06-16  Richard Henderson  <rth@redhat.com>
2933         * g++.dg/ext/anon-struct1.C: New.
2934         * g++.dg/ext/anon-struct2.C: New.
2935         * g++.dg/ext/anon-struct3.C: New.
2936         * gcc.dg/anon-struct-1.c: New.
2937         * gcc.dg/anon-struct-2.c: New.
2938         * gcc.dg/anon-struct-3.c: New.
2939         * gcc.dg/20011008-1.c: Adjust warning text.
2940         * gcc.dg/20020527-1.c: Add -fms-extensions.
2942 2002-06-16  Richard Henderson  <rth@redhat.com>
2944         * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
2946 2002-06-15  Hans-Peter Nilsson  <hp@axis.com>
2948         * gcc.c-torture/execute/20020615-1.c: New test.
2950 2002-06-15  Roger Sayle  <roger@eyesopen.com>
2952         * gcc.c-tortuture/execute/compare-1.c: New test case.
2953         * gcc.c-tortuture/execute/compare-2.c: New test case.
2954         * gcc.c-tortuture/execute/compare-3.c: New test case.
2956 2002-06-13  Richard Henderson  <rth@redhat.com>
2958         * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New.  Define for
2959         ia64 ilp32.
2961 2002-06-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2963         * g++.dg/template/typename2.C: Update error message.
2965 2002-06-12  Hans-Peter Nilsson  <hp@axis.com>
2967         * gcc.c-torture/execute/20020611-1.c: New test.
2969 2002-06-11  Bob Wilson  <bob.wilson@acm.org>
2971         * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
2972         list of targets to skip.
2974 2002-06-10  Bob Wilson  <bob.wilson@acm.org>
2976         * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
2977         targets if not optimizing.
2979 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
2981         * gcc.c-torture/compile/20020605-1.c: New test.
2983         * g++.dg/opt/vt1.C: New test.
2985         * gcc.dg/20020531-1.c: New test.
2987         * gcc.dg/20020530-1.c: New test.
2989         * gcc.dg/20020527-1.c: New test.
2991         * g++.dg/opt/cse1.C: New test.
2993 2002-06-07  Roger Sayle  <roger@eyesopen.com>
2995         * gcc.dg/20020607-2.c: New test case.
2997 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
2999         * gcc.c-torture/compile/20020604-1.c: New test.
3001 2002-06-04  Richard Henderson  <rth@redhat.com>
3003         * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
3004         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
3005         * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
3007 2002-06-04  Aldy Hernandez  <aldyh@redhat.com>
3009         * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
3011 2002-06-03  Richard Henderson  <rth@redhat.com>
3013         * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
3014         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
3016 2002-06-02  Richard Henderson  <rth@redhat.com>
3018         * gcc.c-torture/execute/pure-1.c: Don't mark any of the
3019         test functions static.
3021 2002-06-02  Andreas Jaeger  <aj@suse.de>
3023         * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
3024         now.
3026 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
3028         * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
3029         gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
3030         Update for mofified diagnostics.
3031         * gcc.dg/c99-intconst-1.c: No longer fail.
3033 2002-06-02  Richard Henderson  <rth@redhat.com>
3035         * gcc.dg/uninit-A.c: Remove xfail markers.
3037 2002-06-01  Roger Sayle  <roger@eyesopen.com>
3039         * gcc.dg/fnegate-1.c: New test case.
3041 2002-05-30  Osku Salerma  <osku@iki.fi>
3043         * gcc.c-torture/execute/mayalias-1.c: New file.
3045 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
3047         * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
3048         gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
3049         gcc.dg/cpp/if-1.c: Update for modified diagnostics.
3051 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
3053         * gcc.c-torture/execute/20020529-1.c: New test.
3055 2002-05-27  Richard Henderson  <rth@redhat.com>
3057         * g++.dg/ext/attrib6.C: New test case.
3059 2002-05-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3061         * gcc.c-torture/execute/pure-1.c: New test.
3063 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
3065         * gcc.dg/cpp/arith-2.c: Remove.
3067 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
3069         * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
3070         * gcc.dg/cpp/if-3.c: Remove.
3072 2002-05-26  Jakub Jelinek  <jakub@redhat.com>
3074         * g++.dg/opt/cse2.C: New test.
3076 2002-05-26  Neil Booth  <neil@daikokuya.demon.co.uk>
3078         * gcc.dg/cpp/arith-1.c: New semantic tests.
3079         * gcc.dg/cpp/if-1.c: Update.
3081 2002-05-24  Ben Elliston  <bje@redhat.com>
3083         * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
3085 2002-05-24  Jakub Jelinek  <jakub@redhat.com>
3087         * gcc.dg/verbose-asm.c: New test.
3089 2002-05-24  Neil Booth  <neil@daikokuya.demon.co.uk>
3091         * gcc.dg/cpp/paste12.c: New test.
3093 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
3095         * g++.dg/parse/named_ops.C: New test.
3097 2002-05-23  Mark Mitchell  <mark@codesourcery.com>
3099         * gcc/testsuite/gcc.dg/weak-8.c: New test.
3101 Thu May 23 11:09:26 2002  J"orn Rennecke <joern.rennecke@superh.com>
3103         * gcc.dg/weak-2.c: Allow optional leading underscore
3104         in scan-assembler symbol name.
3105         * gcc.dg/weak-3.c: Likewise.
3106         * gcc.dg/weak-4.c: Likewise.
3107         * gcc.dg/weak-5.c: Likewise.
3109 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
3111         * gcc.dg/20020523-1.c: New test.
3113 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
3115         * objc.dg/const-str-2.m: Update now that we stop after
3116         a command line error.
3118 2002-05-22  Richard Henderson  <rth@redhat.com>
3120         * g++.dg/dg.exp: Fix typo in test pruneing.
3122 2002-05-22  Richard Henderson  <rth@redhat.com>
3124         * g++.dg/dg.exp: Prune the tls subdirectory.
3125         * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
3126         * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
3127         * g++.dg/tls/init-1.C: New.
3129 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
3131         * gcc.dg/20020517-1.c: New test.
3133 2002-05-21  Richard Henderson  <rth@redhat.com>
3135         * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
3136         gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
3138 Tue May 21 14:25:32 2002  Brian R. Gaeke  <brg@dgate.ORG>
3140         * g++.dg/other/copy2.C: New test.
3142 Mon May 20 10:51:35 2002  J"orn Rennecke <joern.rennecke@superh.com>
3144         * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
3145         (MAX_COPY): Bump up to 10 times sizeof (long long).
3146         (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
3148         * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
3149         sizeof (long long).
3151         * gcc.c-torture/execute/strcpy-1.c: New test.
3153 2002-05-19  Jason Merrill  <jason2redhat.com>
3155         * g++.dg/ext/oper1.C: New test.
3157 2002-05-20  David Billinghurst <David.Billinghurst@riotinto.com>
3158 2002-05-19  Mark Mitchell  <mitchell@doubledemon.codesourcery.com>
3160         * README.QMTEST: New file.
3162         * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
3164 2002-05-19  Andreas Jaeger  <aj@suse.de>
3166         * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
3167         now.
3168         * gcc.c-torture/execute/loop-2d.x: Likewise.
3170 2002-05-19  David Billinghurst <David.Billinghurst@riotinto.com>
3172         * gcc.dg/weak-2.c:  xfail warnings for platforms that don't
3173         support weak symbols.
3174         * gcc.dg/weak-4.c: Likewise
3175         * gcc.dg/weak-6.c: Likewise
3177 2002-05-16  David.Billinghurst <David.Billinghurst@riotinto.com>
3179         * gcc.dg/weak-3.c: Add dg-excess-error comment for
3180         cygwin, coff and h8300-*-hms targets
3181         * gcc.dg/weak-5.c: Likewise
3182         * gcc.dg/weak-7.c: Likewise
3184 2002-05-16  Jason Merrill  <jason@redhat.com>
3186         * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
3187         (scan-assembler-not, scan-assembler-dem): Likewise.
3188         (scan-assembler-dem-not): Likewise.
3190 2002-05-15  Richard Henderson  <rth@redhat.com>
3192         * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
3194 2002-05-15  Richard Henderson  <rth@redhat.com>
3196         * gcc.dg/weak-5.c (vfoo1c): No warning here.
3197         (vfoo1f): Warning here.
3198         (vfoo1l): Don't redefine the alias.
3200 2002-05-14  Jason Merrill  <jason@redhat.com>, Alexandre Oliva  <aoliva@redhat.com>
3202         * g++.dg/init/pm1.C: New test.
3204 2002-05-12  David S. Miller  <davem@redhat.com>
3206         * gcc.c-torture/execute/conversion.c (ldnear): Use long double
3207         types.
3209 2002-05-10  Roger Sayle  <roger@eyesopen.com>
3211         * gcc.c-torture/execute/20020510-1.c: New test case.
3213 2002-05-10  David S. Miller  <davem@redhat.com>
3215         * gcc.c-torture/execute/conversion.c: Test long double too.
3217 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
3219         * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
3220         libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
3221         * lib/g++.exp (g++_link_flags): Likewise.
3222         * lib/objc.exp (objc_target_compile): Likewise.
3224 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
3226         * gcc.dg/cpp/poison.c: Update.
3227         * gcc.dg/cpp/20000625-2.c: Remove.
3228         * gcc.dg/cpp/direct2s.c: Remove final test.
3230 2002-05-08  Tom Rix  <trix@redhat.com>
3232         * gcc.c-torture/execute/20020508-1.c: New test.
3233         * gcc.c-torture/execute/20020508-2.c: New test.
3234         * gcc.c-torture/execute/20020508-3.c: New test.
3236 2002-05-08  Neil Booth  <neil@daikokuya.demon.co.uk>
3238         * gcc.dg/cpp/charconst-4.c: More tests.
3240 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
3242         PR c/6569
3243         * gcc.dg/weak-3.c: Update location of warning messages.
3244         * gcc.dg/weak-5.c: Likewise.
3246 2002-05-06  Roger Sayle  <roger@eyesopen.com>
3248         * gcc.c-torture/execute/20020506-1.c: New test case.
3250 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
3252         * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
3254 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
3256         * gcc.dg/cpp/charconst-3.c: Run, don't compile.
3258 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
3260         * gcc.dg/cpp/charconst-3.c: New test.
3262 2002-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
3264         * gcc.dg/cpp/charconst.c: Update tests.
3266 2002-05-05  Tim Josling  <tej@melbpc.org.au>
3268         * treelang: Added directory for new sample language treelang. Also
3269         lib/treelang.exp: New file to signal treelang should be tested.
3271 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
3273         * gcc.dg/cpp/cmdlne-dM-M.c: New test.
3274         * gcc.dg/cpp/cmdlne-dD-M.c: New test.
3275         * gcc.dg/cpp/cmdlne-dN-M.c: New test.
3276         * gcc.dg/cpp/cmdlne-dI-M.c: New test.
3277         * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
3278         * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
3279         * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
3281 2002-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
3283         * gcc.dg/format/xopen-2.c: New test.
3285 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
3287         * gcc.dg/20020503-1.c: New test.
3289 2002-05-02  Mark Mitchell  <mark@codesourcery.com>
3291         * g++.dg/init/dtor1.C: Make it tougher.
3293 2002-05-01  Mark Mitchell  <mark@codesourcery.com>
3295         * g++.dg/init/dtor1.C: New test.
3297 2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
3299         * gcc.dg/altivec-8.c: New.
3301 2002-05-01  Aldy Hernandez  <aldyh@redhat.com>
3303         * gcc.dg/altivec-7.c: New.
3305 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
3307         * g++.dg/parse/typedef1.C: New test.
3309 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
3311         PR c++/6486
3312         * g++.dg/template/friend6.C: New test.
3314         PR c++/6492
3315         * g++.dg/init/copy1.C: New test.
3317 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
3319         * g++.dg/warn/effc1.C: New test.
3321 2002-04-29  Neil Booth  <neil@daikokuya.demon.co.uk>
3323         * gcc.dg/cpp/if-cexp.c: Add a test.
3325 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
3327         * gcc.dg/20020426-2.c: New test.
3329 2002-04-28  Neil Booth  <neil@daikokuya.demon.co.uk>
3331         * gcc.dg/cpp/if-mop.c: Update.
3332         * gcc.dg/cpp/if-mpar.c: Add test.
3333         * gcc.dg/cpp/if-oppr.c: Update.
3335 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3337         PR c/6343
3338         * gcc.dg/weak-[2-7].c: New tests.
3340 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
3342         * gcc.dg/enum1.c: New test.
3344 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
3346         PR c++/6497
3347         * g++.dg/inherit/access2.C: New test.
3349 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
3351         PR bootstrap/6445
3352         * gcc.dg/20020426-1.c: New test.
3354 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
3356         * g++.dg/abi/enum1.C: New test.
3358 2002-04-26  Richard Henderson  <rth@redhat.com>
3360         * gcc.dg/c99-bool-1.c: Expect always true warning.
3362 2002-04-25  Roger Sayle  <roger@eyesopen.com>
3364         * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
3366 2002-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3368         * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
3369         targets.
3371 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
3373         * g++.dg/abi/mange7.C: New test.
3375         PR c++/6438.
3376         * g++.dg/parse/stmtexpr2.C: New test.
3378 Wed Apr 24 21:38:36 2002  J"orn Rennecke <joern.rennecke@superh.com>
3380         * gcc.dg/20020312-2.c: Add SH target.
3382 2002-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3384         * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
3385         compiler output on mips*-*-irix*.
3387 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
3389         * g++.dg/parse/attr1.C: New test.
3391 2002-04-23  Roger Sayle  <roger@eyesopen.com>
3393         * gcc.c-torture/execute/string-opt-17.c: New test case.
3394         * gcc.c-torture/execute/memset-2.c: New test case.
3396 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
3398         PR c++/6256:
3399         * g++.dg/template/friend5.C: New test.
3401         PR c++/6331:
3402         * g++.dg/template/qual1.C: Likewise.
3404 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
3406         * gcc.c-torture/execute/980707-1.c: Don't use isspace().
3407         Include stdlib.h, not stdio.h or ctype.h.
3409 2002-04-22  Hans-Peter Nilsson  <hp@axis.com>
3411         * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
3412         cris-*-elf* and mmix-*-*.
3413         * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
3414         * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
3415         g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
3416         Ditto.
3417         * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
3418         * gcc.dg/wchar_t-1.c: Ditto.
3420 2002-04-21  Hans-Peter Nilsson  <hp@axis.com>
3422         * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
3423         Clarify comment.
3425 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
3427         * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
3429 2002-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3431         * gcc.c-torture/execute/20000906-1.x: Delete.
3433 2002-04-20  David.Billinghurst <David.Billinghurst@riotinto.com>
3435         * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
3437 2002-04-19  Toon Moene  <toon@moene.indiv.nluug.nl>
3439         * PR6367
3440         * g77.f-torture/execute/6367.f: New test.
3441         * g77.f-torture/execute/6367.x: Disable for MMIX.
3443 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
3445         * PR6352
3446         * g++.dg/opt/inline2.C: New test.
3448 2002-04-18  Richard Henderson  <rth@redhat.com>
3450         * gcc.dg/20000906-1.c: Enable for all targets.
3451         * gcc.c-torture/compile/iftrap-2.c: New.
3453 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
3455         * gcc.dg/20020418-1.c: New test.
3456         * gcc.dg/20020418-2.c: New test.
3458 2002-04-18  Richard Henderson  <rth@redhat.com>
3460         * gcc.c-torture/compile/iftrap-1.c: New.
3461         * gcc.dg/iftrap-1.c: Adjust for ia64.
3462         * gcc.dg/iftrap-2.c: New.
3464 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
3466         * gcc.c-torture/compile/20020418-1.c: New test.
3468 2002-04-18  Roger Sayle  <roger@eyesopen.com>
3470         * gcc.c-torture/compile/20020415-1.c: New.
3472 2002-04-18  David S. Miller  <davem@redhat.com>
3474         * gcc.c-torture/execute/20020418-1.c: New test.
3476 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
3478         * gcc.dg/20020416-1.c: New test.
3480         * g++.dg/opt/inline1.C: New test.
3482 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
3484         * gcc.dg/altivec-5.c: New test.
3486         * gcc.dg/20020415-1.c: New test.
3488 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
3490         * testsuite/lib/chill.exp: Remove.
3492 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
3494         * g++.dg/other/big-struct.C: New test.
3496 2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>
3498         * g77.dg/f77-edit-i-in.f: Use internal buffer in place
3499         of scratch file.
3501 2002-04-13  David Billinghurst <David.Billinghurst@riotinto.com>
3503         PR c/6277
3504         * gcc.dg/i386-387-1.c:  Allow optional leading underscore
3505         in scan-assembler function name
3507 2002-04-13  Hans-Peter Nilsson  <hp@bitrange.com>
3509         * g77.f-torture/execute/980628-4.x,
3510         g77.f-torture/execute/980628-5.x,
3511         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
3512         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
3513         g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
3514         i[34567]86-*-*.
3516 2002-04-13  David S. Miller  <davem@redhat.com>
3518         * gcc.c-torture/execute/20020413-1.c: New test.
3520 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
3522         * gcc.dg/asm-6.c,
3523         * g++.dg/ext/asm1.C: New tests.
3525 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
3527         PR c++ 5373.
3528         * g++.dg/parse/stmtexpr1.C: New test.
3530         PR c++/5189.
3531         * g++.dg/template/copy1.C: New test.
3533 2002-04-12  Richard Henderson  <rth@redhat.com>
3535         * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
3537 2002-04-12  Geoffrey Keating  <geoffk@redhat.com>
3539         * gcc.c-torture/execute/20020412-1.c: New file, renamed from
3540         gcc.c-torture/execute/20020307-2.c.
3542 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
3544         * g++.dg/ext/attrib5.C,
3545         * g++.dg/lookup/struct1.C: New tests.
3547 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
3549         * gcc.dg/20020411-1.c: New test.
3551         * gcc.c-torture/execute/20020411-1.c: New test.
3553 2002-04-10  Janis Johnson  <janis187@us.ibm.com>
3555         * g77.f-torture/execute/6177.f: New test.
3557 2002-04-10  Jakub Jelinek  <jakub@redhat.com>
3559         PR middle-end/6247
3560         * g++.dg/opt/cleanup1.C: New test.
3562         * g++.dg/opt/const1.C: New test.
3564 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
3566         * gcc.c-torture/execute/20020406-1.c: Declare malloc.
3568 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
3570         PR c++/5507
3571         * g++.dg/template/typename2.C: New test.
3573 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
3575         * gcc.c-torture/execute/loop-12.c: New.
3577 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
3579         * g77.f-torture/execute/980628-4.x,
3580         g77.f-torture/execute/980628-5.x,
3581         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
3582         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
3583         g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
3585 2002-04-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3587         PR optimization/6086
3588         * g++.dg/opt/preinc1.C: New test.
3590 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
3592         PR c++/5571
3593         * g++.dg/opt/static2.C: New test.
3595 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
3597         PR c/5120
3598         * gcc.dg/20020406-1.c: New test.
3600 2002-04-04  David S. Miller  <davem@redhat.com>
3602         * gcc.c-torture/execute/20020404-1.c: New test.
3604 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
3606         PR c/6123
3607         * gcc.dg/20020312-2.c: Do not declare global register variable
3608         if __PIC__ or __pic__ is defined.
3610 2002-04-04  Richard Earnshaw  <rearnsha@arm.com>
3612         * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC.  Use
3613         __asm__ so that it works correctly even if -ansi -pedantic-errors.
3615 2002-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3617         * gcc.misc-tests/linkage.exp: Update last change to handle
3618         sparc*-, not just sparc-.
3620 2002-04-03  Richard Henderson  <rth@redhat.com>
3622         * gcc.dg/cpp/ucs.c: Improved long UCS test.
3624 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
3626         * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
3628 2002-04-02  David S. Miller  <davem@redhat.com>
3630         * gcc.c-torture/execute/20020402-3.c: New test.
3632 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
3634         * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
3635         * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
3637         * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
3638         * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
3639         g77.f-torture/execute/20001201.x,
3640         g77.f-torture/execute/u77-test.x: New files.
3642         * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
3643         * gcc.dg/wchar_t-1.c: Ditto.
3645 2002-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3647         * gcc.c-torture/execute/20020402-1.c: New test.
3649 2002-04-01  Richard Henderson  <rth@redhat.com>
3651         * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
3653         * g++.dg/other/new1.C: Use __SIZE_TYPE__.
3655 2002-04-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3657         * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
3659 2002-04-01  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
3661         * g++.dg/inherit/template-as-base.C: Expect error.
3662         * g++.dg/inherit/namespace-as-base.C: Likewise.
3664 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
3666         * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
3667         g++.dg/ext/instantiate3.C: Tweak match patterns.
3669         * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
3670         * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
3671         -da test.
3673 2002-03-31  Richard Henderson  <rth@redhat.com>
3675         * gcc.dg/special/alias-2.c: New.
3676         * gcc.dg/special/ecos.exp: Run it.
3678 2002-03-31  Richard Henderson  <rth@redhat.com>
3680         * gcc.dg/va-arg-1.c: Expect warnings, not errors.
3682 2002-03-31  Kazu Hirata  <kazu@hxi.com>
3684         * gcc.dg/weak-1.c: Disable on h8300 port.
3686 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
3688         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
3689         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
3690         ordering tests.
3691         * g++.dg/bprob/bprob-1.C: New test.
3692         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
3693         * g++.dg/gcov/gcov-1.C: New test.
3694         * g++.dg/gcov/gcov-1.x: New file.
3695         * g++.dg/gcov/gcov-2.C: New test.
3696         * g++.dg/gcov/gcov-3.C: New test.
3697         * g++.dg/gcov/gcov-3.h: New file.
3699 2002-03-28  Roger Sayle  <roger@eyesopen.com>
3701         * g++.old-deja/g++.other/builtins5.C: New test.
3702         * g++.old-deja/g++.other/builtins6.C: New test.
3703         * g++.old-deja/g++.other/builtins7.C: New test.
3704         * g++.old-deja/g++.other/builtins8.C: New test.
3705         * g++.old-deja/g++.other/builtins9.C: New test.
3707 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
3709         * g++.dg/opt/static1.C: New test.
3711         * g++.dg/opt/longbranch1.C: New test.
3713 2002-03-28  Hans-Peter Nilsson  <hp@bitrange.com>
3715         * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
3717         * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
3719 Thu Mar 28 16:38:09 2002  Jeffrey A Law  (law@redhat.com)
3721         * gcc.c-torture/execute/20020328-1.c: New test.
3723 2002-03-27  Richard Henderson  <rth@redhat.com>
3725         * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
3726         * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
3727         move from g++.old-deja/g++.ext/.
3729 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
3731         * g++.dg/init/new2.C: New test.
3733 2002-03-26  Richard Henderson  <rth@redhat.com>
3735         * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
3737         * gcc.dg/20020312-2.c: Don't test epilogue vs global register
3738         on sparc.
3740         * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc.  Only run on
3741         sparcv9 systems.
3742         * gcc.dg/20001102-1.c: Likewise.
3744 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
3746         * gcc.dg/cpp/endif-pedantic1.c,
3747         gcc.dg/cpp/endif-pedantic2.c:  New tests.
3749 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
3751         * g++.dg/init/new1.C: New test.
3753 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
3755         * g++.dg/abi/vbase9.C: New test.
3757 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
3759         * gcc.dg/arm-asm.c: New test.
3761 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
3763         * gcc.dg/Wswitch-enum.c: New test.
3764         Fix PR c/5044.
3766 2002-03-26  Richard Henderson  <rth@redhat.com>
3768         * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
3769         structure.
3771 2002-03-25  Richard Henderson  <rth@redhat.com>
3773         * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc.  Only run on
3774         sparcv9 systems.
3776         * gcc.c-torture/compile/20011119-1.c (xxx): New.
3777         * gcc.c-torture/compile/20011119-2.c (xxx): New.
3779 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
3781         * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
3783 2002-03-25  Bob Wilson  <bob.wilson@acm.org>
3785         * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
3786         targets using generic thunk support.
3788 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
3790         * gcc.c-torture/compile/20020323-1.c: New test.
3792         * g++.dg/opt/conj2.C: New test.
3794 2002-03-24  Richard Henderson  <rth@redhat.com>
3796         * gcc.dg/weak-1.c: Use -fno-common.
3798 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
3800         * g77.dg/f77-edit-apostrophe-out.f: New test
3801         * g77.dg/f77-edit-h-out.f: New test
3802         * g77.dg/f77-edit-t-in.f: New test
3803         * g77.dg/f77-edit-t-out.f: New test
3804         * g77.dg/f77-edit-x-out.f: New test
3805         * g77.dg/f77-edit-slash-out.f: New test
3806         * g77.dg/f77-edit-colon-out.f: New test
3807         * g77.dg/f77-edit-s-out.f: New test
3809 2002-03-24  Richard Henderson  <rth@redhat.com>
3811         * objc/execute/formal_protocol-6.x: New XFAIL.
3813 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
3815         * gcc.dg/weak-1.c:  Early return from dg-final on platforms
3816         that do not support weak symbols
3818 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
3820         * lib/g++.exp:  Fix handling of LD_LIBRARY_PATH et al
3821         * lib/g77.exp:  Likewise
3822         * lib/objc.exp: Likewise
3824 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
3826         * gcc.dg/Wswitch-default.c: New test.
3828 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
3830         * g++.dg/other/enum1.C: New test.
3832 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
3834         * gcc.dg/pragma-ep-3.c: Fix typo.
3836 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
3838         * g++.dg/inherit/template-as-base.C: New test.
3840 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
3842         * g++.old-deja/g++.other/dwarf2-1.C: Move...
3843         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
3845 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
3847         * gcc.dg/cpp/multiline.c: Update to match.
3849 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
3851         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
3853 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
3855         * gcc.dg/cpp/extratokens2.c:  New file.
3857 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
3859         * gcc.dg/20020312-2.c: Add rs6000 target.
3861         * gcc.c-torture/compile/20020319-1.c: New test.
3863 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3865         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
3866         (A, E): Handle this.
3868 2002-03-20  Jason Merrill  <jason@redhat.com>
3870         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
3871         ignoring -fpic.
3872         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
3873         through prune_gcc_output.
3875 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
3877         * gcc.c-torture/compile/20020320-1.c: New test.
3879 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
3881         * gcc.c-torture/compile/20020318-1.c: New test.
3883         * gcc.dg/struct-by-value-1.c: New test.
3885         * gcc.dg/20020319-1.c: New test.
3887 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
3889         * g++.dg/opt/conj1.C: New test.
3891 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
3893         * g++.dg/template/qualttp20.C: Revert previous change.
3894         * g++.dg/template/qualttp3.C: Likewise.
3895         * g++.dg/template/qualttp4.C: Likewise
3896         * g++.dg/template/qualttp5.C: Likewise
3897         * g++.dg/template/qualttp6.C: Likewise
3898         * g++.dg/template/qualttp7.C: Likewise
3899         * g++.dg/template/qualttp8.C: Likewise
3900         * g++.dg/template/recurse.C: Likewise.
3902 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
3904         * gcc.dg/cpp/wchar-1.c: Update.
3906 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
3908         * g++.dg/template/conv1.C: New test.
3909         * g++.dg/template/conv2.C: New test.
3910         * g++.dg/template/conv3.C: New test.
3911         * g++.dg/template/conv4.C: New test.
3913 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
3915         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
3916         * g++.dg/template/qualttp3.C: Likewise.
3917         * g++.dg/template/qualttp4.C: Likewise
3918         * g++.dg/template/qualttp5.C: Likewise
3919         * g++.dg/template/qualttp6.C: Likewise
3920         * g++.dg/template/qualttp7.C: Likewise
3921         * g++.dg/template/qualttp8.C: Likewise
3922         * g++.dg/template/recurse.C: Likewise.
3924 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
3926         * g++.dg/opt/dtor1.C: New test.
3928 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
3930         * gcc.c-torture/compile/20020315-1.c: New test.
3932 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
3934         * gcc.dg/weak-1.c: Fix scan tests.
3936 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
3938         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
3939         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
3940         cris-*-aout* mmix-*-*.
3941         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
3942         cris-*-aout* mmix-*-*.
3943         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
3944         cris-*-elf* cris-*-aout* and mmix-*-*.
3945         * gcc.dg/20001009-1.c: Ditto.
3946         * gcc.dg/20010912-1.c: Ditto.
3947         * gcc.dg/20020122-4.c: Ditto.
3948         * gcc.dg/inline-2.c: Ditto.
3950 Thu Mar 14 14:28:38 2002  Jeffrey A Law  (law@cygnus.com)
3952         * gcc.c-torture/compile/20020314-1.c: New test.
3954 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
3956         * gcc.c-torture/execute/20020314-1.c: New test.
3958 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
3960         * g++.dg/warn/Wunused-1.C: New test.
3962 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
3964         * g++.dg/abi/mangle6.C: New test.
3966 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
3968         * gcc.c-torture/compile/20020309-2.c: New test.
3970         * gcc.c-torture/compile/20020312-1.c: New test.
3972 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
3974         * g++.dg/other/access1.C: New test.
3976 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
3978         * gcc.c-torture/execute/wchar_t-1.c: New test.
3980 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
3982         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
3984 2002-03-12  Roger Sayle  <roger@eyesopen.com>
3986         * gcc.dg/20020312-1.c: New test case.
3988 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
3990         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
3992 2002-03-11  Richard Henderson  <rth@redhat.com>
3994         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
3995         * g++.old-deja/g++.jason/report.C: Likewise.
3997 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
3999         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
4000         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
4002 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
4004         * testsuite/g++.dg/overload/pmf1.C: New test.
4006 2002-03-11  Kazu Hirata  <kazu@hxi.com>
4008         * gcc.c-torture/execute/20020307-1.c: Use long.
4010 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
4012         PR optimization/5844
4013         * gcc.dg/20020310-1.c: New test.
4015 2002-03-09  Michael Meissner  <meissner@redhat.com>
4017         * gcc.c-torture/execute/memcpy-2.c: New test.
4018         * gcc.c-torture/execute/memset-1.c: New test.
4019         * gcc.c-torture/execute/strlen-1.c: New test.
4020         * gcc.c-torture/execute/strcmp-1.c: New test.
4021         * gcc.c-torture/execute/strncmp-1.c: New test.
4023 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
4025         * gcc.dg/ppc-ldstruct.c: New test.
4027 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
4029         * gcc.c-torture/execute/va-arg-22.c: New test.
4031 Sat Mar  9 07:47:50 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4033         * gcc.c-torture/compile/20020309-1.c: New test.
4035 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
4037         * gcc.c-torture/execute/20020307-2.c: New test.
4039 Thu Mar  7 10:05:31 2002  Jeffrey A Law  (law@redhat.com)
4041         * g77.f-torture/compile/20020307-1.f: New test.
4043 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
4045         * gcc.dg/unordered-1.c: New test.
4047 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
4049         * gcc.c-torture/execute/20020307-1.c: New test.
4051 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
4053         * gcc.dg/20020304-1.c: New test.
4055         * gcc.c-torture/compile/20020304-2.c: New test.
4057 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
4059         * gcc.c-torture/compile/20020304-1.c: New test case
4060         (from PR c/5830).
4062 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
4064         * gcc.dg/20020103-1.c: Add other -D ppc variants.
4066 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
4068         * g++.dg/other/classkey1.C: New test.
4070 2002-03-01  Richard Henderson  <rth@redhat.com>
4072         * gcc.c-torture/compile/981223-1.x: New.
4073         * gcc.c-torture/compile/920625-1.x: New.
4075 2002-02-28  Richard Henderson  <rth@redhat.com>
4077         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
4079 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
4081         * gcc.c-torture/execute/20020227-1.c: New test.
4083 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
4085         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
4086         here" ERROR lines.
4087         * g++.old-deja/g++.oliva/partord1.C: Likewise.
4088         * g++.old-deja.g++.other/defarg1.C: Likewise.
4089         * g++.old-deja/g++.pt/calls2.C: Likewise.
4090         * g++.old-deja/g++.pt/crash20.C: Likewise.
4091         * g++.old-deja/g++.pt/crash30.C: Likewise.
4092         * g++.old-deja/g++.pt/crash36.C: Likewise.
4093         * g++.old-deja/g++.pt/crash6.C: Likewise.
4094         * g++.old-deja/g++.pt/defarg13.C: Likewise.
4095         * g++.old-deja/g++.pt/derived3.C: Likewise.
4096         * g++.old-deja/g++.pt/error1.C: Likewise.
4097         * g++.old-deja/g++.pt/friend21.C: Likewise.
4098         * g++.old-deja/g++.pt/friend23.C: Likewise.
4099         * g++.old-deja/g++.pt/infinite1.C: Likewise.
4100         * g++.old-deja/g++.robertl/eb128.C: Likewise.
4102 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
4104         * gcc.c-torture/execute/20020225-2.c: New test.
4106 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
4108         * gcc.c-torture/execute/920730-1t.c,
4109         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
4110         Delete test cases, only relevant to -traditional.
4112 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
4114         * gcc.dg/cpp/undef1.c: Remove.
4115         * gcc.dg/cpp/directiv.c: Update.
4116         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
4118 2002-02-27  Michael Meissner  <meissner@redhat.com>
4120         * gcc.c-torture/execute/20020226-1.c: New test.
4122 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
4124         * g++.dg/debug/debug4.C: New test.
4126         * gcc.dg/ia64-visibility-1.c: New test.
4128 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
4130         * gcc.dg/debug/20020224-1.c: New.
4132 2002-02-25  Kazu Hirata  <kazu@hxi.com>
4134         * gcc.c-torture/execute/960416-1.x: New.
4135         * gcc.c-torture/execute/divconst-3.x: Likewise.
4137 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
4139         * gcc.dg/20020224-1.c: New test.
4141 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
4143         * gcc.c-torture/execute/20020225-1.c: New.
4145 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
4147         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
4149 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
4151         * gcc.dg/20020222-1.c: New test.
4153 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
4155         * g++.dg/opt/anonunion1.C: New test.
4157 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
4159         * g++.dg/template/qualttp19.C: New test.
4160         * g++.dg/template/qualttp20.C: New test.
4161         * g++.old-deja/g++.jason/report.C: Adjust expected errors
4162         * g++.old-deja/g++.other/qual1.C: Likewise.
4164 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
4166         * gcc.dg/attr-alwaysinline.c: New.
4168 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
4170         * gcc.dg/20020220-1.c: New test.
4172         * gcc.dg/20020220-2.c: New test.
4174         * g++.dg/opt/mmx1.C: New test.
4176 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
4178         * gcc.c-torture/compile/20020110.c: New test.
4180 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
4182         * gcc.c-torture/execute/20020219-1.c: New test.
4184         * gcc.dg/20020219-1.c: New test.
4186         * gcc.dg/noncompile/20020220-1.c: New test.
4188         * g++.dg/opt/ptrintsum1.C: New test.
4190         * gcc.dg/debug/20020220-1.c: New test.
4192 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
4194         * gcc.c-torture/execute/20020216-1.c: New test.
4196 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
4198         * gcc.dg/decl-1.c: Update, new test.
4200 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
4202         * g++.dg/abi/bitfield1.C: New test.
4203         * g++.dg/abi/bitfield2.C: New test.
4205 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
4207         * gcc.dg/attr-nest.c: New test.
4209 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
4211         * gcc.c-torture/execute/20020215-1.c: New test.
4213 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
4215         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
4216         * g++.dg/debug/debug.exp: New.
4217         * g++.dg/debug/trivial.C: New.
4218         * g++.dg/debug/debug1.C: Moved...
4219         * g++.dg/other/debug1.C: ...from here.
4220         * g++.dg/debug/debug2.C: Moved...
4221         * g++.dg/other/debug2.C: ...from here.
4222         * g++.dg/debug/debug3.C: Moved...
4223         * g++.dg/other/debug3.C: ...from here.
4225         * gcc.dg/noncompile/20020213-1.c: New test.
4227 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
4229         * g++.dg/other/debug3.C: New test.
4231         * gcc.c-torture/execute/20020213-1.c: New test.
4233 2002-02-13  Richard Smith <richard@ex-parrot.com>
4235         * g++.old-deja/g++.other/thunk1.C: New test.
4237 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
4239         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
4241 2002-02-13  Stan Shebs  <shebs@apple.com>
4243         * gcc.dg/altivec-3.c: New.
4245 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
4247         * gcc.dg/Wunreachable-1.c: New test.
4248         * gcc.dg/Wunreachable-2.c: New test.
4250 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
4252         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
4254 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
4256         * gcc.dg/decl-1.c: New test.
4258 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
4260         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
4262 2002-02-10  Kazu Hirata  <kazu@hxi.com>
4264         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
4265         * gcc.c-torture/compile/980506-1.x: Likewise.
4267 2002-02-10  Kazu Hirata  <kazu@hxi.com>
4269         * gcc.dg/20020210-1.c: New.
4271 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
4273         * g77.f-torture/execute/947.f: New regression test
4274         for PR fortran/947.
4276 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
4278         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
4279         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
4281 2002-02-08  Richard Henderson  <rth@redhat.com>
4283         * gcc.c-torture/compile/labels-3.c: New.
4285 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
4287         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
4288         expression statements work instead.
4289         * gcc.dg/noncompile/20020207-1.c: New test.
4291 2002-02-07  Richard Henderson  <rth@redhat.com>
4293         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
4295 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
4297         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
4298         message from g77
4299         * lib/g77-dg.exp: Trim g77 error messages so that they are
4300         recognized by dg.exp.
4302 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
4304         PR fortran/5473
4305         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
4307 2002-02-07  Richard Henderson  <rth@redhat.com>
4309         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
4310         to be sufficiently aligned for integers.
4312 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
4314         * g++.dg/template/friend4.C: New test.
4316 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
4318         PR fortran/5743
4319         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
4320         unsupported cases.
4322 2002-02-07  Richard Henderson  <rth@redhat.com>
4324         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
4325         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
4326         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
4327         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
4329 2002-02-06  Richard Henderson  <rth@redhat.com>
4331         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
4333 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
4335         * gcc.dg/20020206-1.c: New test.
4337 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
4339         * gcc.c-torture/execute/20020206-1.c: New test.
4341         * gcc.c-torture/execute/20020206-2.c: New test.
4343         PR optimization/5429:
4344         * gcc.c-torture/compile/20020206-1.c: New test.
4346 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
4348         * g++.dg/ext/align1.C: Do not use an explicit alignment value
4349         as certain file formats cannot support particularly large
4350         alignments.
4352         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
4353         and do not expect to be able to link the executable.
4355         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
4356         fail because the COFF format does not support the weak attribute.
4358 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
4360         * g77.dg/pr5473.f:  New test
4362 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
4364         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
4365         Fix testcase accordingly.
4367 2002-02-04  Richard Henderson  <rth@redhat.com>
4369         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
4370         (buf): Change to be an array of pointers, not ints.
4372 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
4374         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
4375         before all tests.  Move warning one line above to match where it
4376         C frontend emits.
4377         * gcc.dg/Wswitch-2.c: New test.
4378         * g++.dg/warn/Wswitch-1.C: New test.
4379         * g++.dg/warn/Wswitch-2.C: New test.
4381 2002-02-04  Richard Henderson  <rth@redhat.com>
4383         * g++.dg/abi/offsetof.C: Fix size comparison.
4385 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
4387         * gcc.dg/cast-qual-2.c: New test.
4389 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
4391         * gcc.dg/20020201-4.c: New test.
4393 2002-02-04  Ben Elliston  <bje@redhat.com>
4395         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
4396         target_info attribute != 0, in addition to the empty string.
4397         (gcc_target_compile): Likewise.
4399 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
4401         * gcc.dg/Wswitch.c: New test.
4402         PR gcc/4475. PR gcc/3780.
4404 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
4406         * g77.f-torture/execute/5122.f: New test for regressions
4407         against PR fortran/5122.
4409 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
4411         * g77.f-torture/compile/pr3743.f: Delete
4412         * g77.dg/pr3743-1.f: New test.
4413         * g77.dg/pr3743-2.f: New test.
4414         * g77.dg/pr3743-3.f: New test.
4415         * g77.dg/pr3743-4.f: New test.
4417 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
4419         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
4421 2002-02-02  Richard Henderson  <rth@redhat.com>
4423         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
4424         * gcc.c-torture/execute/bf64-1.c: Likewise.
4426 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
4428         * gcc.dg/20020201-2.c: New test.
4430         * gcc.dg/20020201-3.c: New test.
4432         * gcc.c-torture/execute/bitfld-2.c: New test.
4434 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
4436         * gcc.dg/bitfld-1.c: Update.
4437         * gcc.dg/bitfld-2.c: Update.
4438         * gcc.c-torture/execute/bitfld-1.x: New.
4440 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
4442         * gcc.c-torture/execute/20020201-1.c: New test.
4444 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
4446         PR target/5469
4447         * gcc.dg/20020201-1.c: New test.
4449 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
4451         PR fortran/3743
4452         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
4453         * g77.f-torture/compile/pr3743.x: Remove
4455 2002-01-31  Tom Rix  <trix@redhat.com>
4457         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
4459 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
4461         * gcc.dg/noncompile/20020130-1.c: New test.
4463 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
4465         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
4467 2002-01-29  Richard Henderson  <rth@redhat.com>
4469         * gcc.c-torture/execute/991118-1.c: Cast various constants back
4470         to long long.
4471         * gcc.c-torture/execute/bf64-1.c: Likewise.
4473 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
4475         * gcc.c-torture/execute/20020129-1.c: New test.
4477 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
4479         * gcc.c-torture/compile/20000224-1.c: Update.
4480         * gcc.c-torture/execute/bitfld-1.c: New tests.
4481         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
4482         * gcc.dg/uninit-A.c: Update.
4484 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
4486         * g++.dg/template/ctor1.C: Add instantiation.
4488 2002-01-28  Paul Koning  <pkoning@equallogic.com>
4490         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
4491         argument to __builtin_prefetch to be const ptr.
4493 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
4495         * gcc.c-torture/compile/20020120-1.c: New test.
4497 2002-01-27  Kazu Hirata  <kazu@hxi.com>
4499         * gcc.c-torture/execute/20020127-1.c: New test.
4501 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
4503         * g77.dg/f77-edit-i-in.f: New test
4504         * g77.dg/f77-edit-i-out.f: New test
4506 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
4508         * gcc.dg/debug/debug.exp: New file.
4509         * gcc.dg/debug/trivial.c: New file.
4510         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
4511         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
4512         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
4513         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
4514         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
4515         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
4516         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
4517         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
4518         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
4519         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
4520         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
4521         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
4522         * gcc.dg/20000503-1.c: Removed.
4523         * gcc.dg/20010207-1.c: Removed.
4524         * gcc.dg/20011223-1.c: Removed.
4525         * gcc.dg/20020104-2.c: Removed.
4526         * gcc.dg/debug-1.c: Removed.
4527         * gcc.dg/debug-2.c: Removed.
4528         * gcc.dg/debug-3.c: Removed.
4529         * gcc.dg/debug-4.c: Removed.
4530         * gcc.dg/debug-5.c: Removed.
4531         * gcc.dg/debug-6.c: Removed.
4532         * gcc.dg/dwarf2-1.c: Removed.
4533         * gcc.dg/dwarf2-2.c: Removed.
4535 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
4537         * g++.old-deja/g++.other/eh5.C: New test.
4538         * g++.old-deja/g++.other/sibcall2.C: New test.
4539         * g++.old-deja/g++.other/array9.C: New test.
4540         * g++.old-deja/g++.other/typename2.C: New test.
4541         * g++.old-deja/g++.other/crash60.C: New test.
4542         * g++.old-deja/g++.other/conv9.C: New test.
4543         * g++.old-deja/g++.other/mangle10.C: New test.
4544         * g++.old-deja/g++.other/unchanging1.C: New test.
4545         * g++.old-deja/g++.other/exprstmt1.C: New test.
4546         * g++.old-deja/g++.other/inline23.C: New test.
4547         * g++.old-deja/g++.eh/ia64-1.C: New test.
4548         * g++.old-deja/g++.other/dwarf2-1.C: New test.
4549         * g++.old-deja/g++.other/reload1.C: New test.
4550         * g++.old-deja/g++.other/static20.C: New test.
4551         * g++.old-deja/g++.other/local-alloc1.C: New test.
4552         * g++.old-deja/g++.other/conv8.C: New test.
4553         * g++.old-deja/g++.other/stmtexpr2.C: New test.
4554         * g++.old-deja/g++.other/storeexpr1.C: New test.
4555         * g++.old-deja/g++.other/storeexpr2.C: New test.
4556         * g++.dg/eh/template2.C: New test.
4557         * g++.dg/warn/weak1.C: New test.
4559 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
4561         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
4562         Remove first, non-varying, argument.
4564 2002-01-23  Richard Henderson  <rth@redhat.com>
4566         * gcc.dg/inline-2.c: New.
4568         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
4569         Add optional target arg.  Check number of arguments.
4570         (scan-assembler-not, scan-assembler-dem): Likewise.
4571         (scan-assembler-dem-not): Likewise.
4573 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
4575         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
4576         line 12.
4577         * g++.old-deja/g++.brendan/parse3.C,
4578         g++.old-deja/g++.other/crash26.C,
4579         g++.old-deja/g++.other/crash28.C,
4580         g++.old-deja/g++.other/crash29.C,
4581         g++.old-deja/g++.other/crash30.C,
4582         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
4584 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
4586         * gcc.dg/20020115-1.c: New.
4588 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
4590         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
4592 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
4594         * gcc.dg/20020122-3.c: New.
4596 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
4598         * g++.dg/other/gc1.C: New test.
4600 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
4602         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
4604 2002-01-22  Richard Henderson  <rth@redhat.com>
4606         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
4608 2002-01-22  Richard Henderson  <rth@redhat.com>
4610         * gcc.dg/20020122-4.c: New.
4612 2002-01-22  H.J. Lu <hjl@gnu.org>
4614         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
4615         link output.
4616         * gcc.dg/special/ecos.exp: Likewise.
4617         * lib/g++-dg.exp: Likewise.
4618         * lib/g77-dg.exp: Likewise.
4619         * lib/gcc-dg.exp : Likewise.
4620         * lib/mike-g++.exp: Likewise.
4621         * lib/mike-g77.exp: Likewise.
4622         * lib/mike-gcc.exp: Likewise.
4623         * lib/objc-dg.exp: Likewise.
4625 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
4627         PR target/5379
4628         * gcc.dg/20020122-2.c: New test.
4630 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
4632         * gcc.dg/20020122-1.c: New test.
4634 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
4636         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
4638 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
4640         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
4642 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4644         * gcc.c-torture/compile/20020121-1.c: New test.
4646 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4648         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
4649         ld_library_path.
4651 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
4653         * gcc.dg/20020218-1.c: New test.
4655 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
4657         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
4658         messages
4659         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
4660         "At global scope" warning
4661         * g++.dg/ext/align1.C: Change cygwin test for alignment
4662         from db-bogus to dg-warning
4664 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
4666         * g77.f-torture/compile/cpp2.F: New test.
4668 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
4670         * g++.dg/template/access1.C: New test.
4672 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
4674         * gcc.dg/20020118-1.c: New.
4676 2002-01-18  Kazu Hirata  <kazu@hxi.com>
4678         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
4680 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
4682         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
4683         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
4684         alignment warnings.
4686 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
4688         * gcc.misc-tests/i386-prefetch.exp: Save and restore
4689         torture_with_loops and torture_without_loops
4691 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
4693         * gcc.c-torture/compile/20020116-1.c: New test.
4695 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
4697         * gcc.dg/20020116-2.c: New test.
4699         * gcc.dg/ultrasp4.c: New test.
4701         * gcc.dg/20020116-1.c: New test.
4703 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
4705         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
4706         by EABI.
4708 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
4710         * gcc.misc-tests/i386-prefetch.exp: New.
4711         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
4712         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
4713         * gcc.misc-tests/i386-pf-none-1.c: New test.
4714         * gcc.misc-tests/i386-pf-sse-1.c: New test.
4716 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
4718         * gcc.dg/gnu89-init-1.c: Add new tests.
4720 2002-01-15  Andreas Jaeger  <aj@suse.de>
4722         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
4723         * gcc.dg/i386-mmx-2.c: Likewise.
4724         * gcc.dg/i386-sse-1.c: Likewise.
4725         * gcc.dg/i386-sse-2.c: Likewise.
4726         * gcc.dg/i386-sse-3.c: Likewise.
4728 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
4730         * g77.f-torture/execute/intrinsic-unix-bessel.f:
4731         Uncomment additional cases that now pass.
4733 2002-01-11  Richard Henderson  <rth@redhat.com>
4735         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
4736         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
4738 Fri Jan 11 12:13:30 2002  Nicola Pero  <n.pero@mi.flashnet.it>
4740         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
4742 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
4744         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
4745         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
4747 2002-01-10  Dale Johannesen  <dalej@apple.com>
4749         * gcc.c-torture/execute/loop-11.c: New.
4751 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
4753         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
4754         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
4756 2002-01-09  Richard Henderson  <rth@redhat.com>
4758         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
4759         type in which to perform the operation for each size.
4761 Wed Jan  9 16:48:33 2002  Alan Matsuoka  (alanm@redhat.com)
4763         * gcc.c-torture/compile/20020109-2.c: New test.
4765 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
4767         * gcc.c-torture/execute/loop-10.c: New test.
4769 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
4771         * gcc.c-torture/compile/20010226-1.c: New test.
4772         * gcc.c-torture/compile/20010227-1.c: New test.
4773         * gcc.c-torture/compile/20010426-1.c: New test.
4774         * gcc.c-torture/compile/20010510-1.c: New test.
4775         * gcc.c-torture/compile/20010605-3.c: New test.
4776         * gcc.c-torture/compile/20010824-1.c: New test.
4777         * gcc.c-torture/execute/20010409-1.c: New test.
4778         * gcc.dg/noncompile/20000901-1.c: New test.
4779         * gcc.dg/20001023-1.c: New test.
4780         * gcc.dg/20001101-1.c: New test.
4781         * gcc.dg/20001102-1.c: New test.
4782         * gcc.dg/20010207-1.c: New test.
4783         * gcc.dg/20010405-1.c: New test.
4784         * gcc.dg/20010822-1.c: New test.
4785         * gcc.dg/20011107-1.c: New test.
4787 Wed Jan  9 14:03:20 2002  Jeffrey A Law  (law@redhat.com)
4789         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
4791         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
4792         execution failure on PA targets.
4794 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
4796         * gcc.c-torture/compile/20020109-1.c: New test.
4798 2002-01-08  Kazu Hirata  <kazu@hxi.com>
4800         * gcc.c-torture/execute/20020108-1.c: New test.
4802 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
4804         * gcc.dg/20020108-1.c: New test.
4806 2002-01-08  H.J. Lu <hjl@gnu.org>
4808         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
4809         for header files.
4811 2002-01-08  Geoff Keating  <geoffk@redhat.com>
4813         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
4814         consistency.
4816 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
4818         * gcc.dg/altivec-4.c: Test altivec predicates.
4820 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
4822         * gcc.c-torture/execute/20020107-1.c: New test.
4824 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
4826         PR c/5279
4827         * gcc.c-torture/compile/20020106-1.c: New test.
4829 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
4831         * gcc.c-torture/execute/nestfunc-4.c: New test.
4833 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
4835         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
4836         extra triple that slipped in.
4837         * g++.old-deja/g++.abi/align.C: Likewise.
4838         * g++.old-deja/g++.abi/bitfields.C: Likewise.
4840 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
4842         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
4843         * g++.old-deja/g++.abi/align.C: Likewise.
4844         * g++.old-deja/g++.abi/bitfields.C: Likewise.
4846         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
4847         on FreeBSD/i386.
4848         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
4849         FreeBSD.
4851 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
4853         * gcc.dg/20020104-1.c: New test.
4855         * gcc.dg/20020104-2.c: New test.
4857 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
4859         * gcc.dg/20020103-1.c: Fix typo in target selector.
4861 2002-01-03  Richard Henderson  <rth@redhat.com>
4863         * gcc.dg/20020103-1.c: New.
4865 2002-01-03  Kazu Hirata  <kazu@hxi.com>
4867         * gcc.c-torture/execute/20020103-1.c: New test.
4869 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
4871         * g++.dg/other/debug2.C: New test.
4873         * gcc.c-torture/compile/20020103-1.c: New test.
4875 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
4877         * gcc.dg/gnu89-init-1.c: Added new tests.
4879 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
4881         * g++.dg/template/friend2.C: Remove as patch is reverted.
4883         * g++.dg/warn/oldcast1.C: New test.
4885         * g++.dg/template/ptrmem1.C: New test.
4886         * g++.dg/template/ptrmem2.C: New test.
4888         * g++.dg/template/ntp.C: New test.
4890         * g++.dg/other/component1.C: New test.
4892         * g++.dg/template/ttp3.C: New test.
4894         * g++.dg/template/friend2.C: New test.
4895         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
4897 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
4899         * g++.dg/other/ptrmem1.C: New test.
4900         * g++.dg/other/ptrmem2.C: New test.
4902 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
4904         * g++.dg/template/ctor1.C: New test.
4906 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
4908         * g++.dg/template/friend2.C: New test.
4910 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
4912         * gcc.dg/mmix-1.c: New test.
4914 2001-12-31  Richard Henderson  <rth@redhat.com>
4916         * gcc.dg/asm-5.c: New.
4918 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
4920         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
4921         in namespace __gnu_cxx
4923 2001-12-30  Richard Henderson  <rth@redhat.com>
4925         * gcc.dg/debug-6.c: New.
4927 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
4929         * gcc.c-torture/compile/20011229-2.c: New test.
4931 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
4933         * gcc.dg/debug-3.c: New test.
4934         * gcc.dg/debug-4.c: New test.
4935         * gcc.dg/debug-5.c: New test.
4937 2001-12-29  Richard Henderson  <rth@redhat.com>
4939         * g++.dg/eh/loop1.C: New.
4941 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
4943         * g++.dg/template/crash1.C: New test.
4945 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
4947         * g++.dg/other/const1.C: New test.
4949 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
4951         * gcc.c-torture/compile/20011229-1.c: New test.
4953 2001-12-28  Stan Shebs  <shebs@apple.com>
4955         * lib/objc-torture.exp: Resync with c-torture.exp.
4956         * lib/objc.exp: Load standard libraries.
4958 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
4960         * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
4961         additional tests.
4963 2001-12-27  Roger Sayle <roger@eyesopen.com>
4965         * gcc.c-torture/execute/string-opt-16.c: New testcase.
4967 2001-12-27  Richard Henderson  <rth@redhat.com>
4969         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
4971 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
4973         * g++.dg/eh/ctor1.C: New test.
4974         * g++.dg/other/error2.C: New test.
4976 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
4978         * g++.dg/other/init2.C: New test.
4980 2001-12-24  Richard Henderson  <rth@redhat.com>
4982         * gcc.dg/20011223-1.c: New.
4983         * gcc.dg/inline-1.c: New.
4985 2001-12-23  Richard Henderson  <rth@redhat.com>
4987         * gcc.dg/asm-4.c: Test operand modifiers.
4989 2001-12-23  Richard Henderson  <rth@redhat.com>
4991         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
4993 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
4995         * gcc.c-torture/execute/20011223-1.c: New test.
4997 2001-12-21  Richard Henderson  <rth@redhat.com>
4999         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
5000         re-enables the warning.
5002 2001-12-21  Richard Henderson  <rth@redhat.com>
5004         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
5006 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
5008         * gcc.c-torture/compile/20011218-1.c: New test.
5010 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
5012         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
5013         arm-isr.c test.
5014         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
5015         epilogue generation for ARM ISR routines.
5017 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5019         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
5020         * gcc.dg/format/c90-printf-3.c: Likewise.
5021         * gcc.dg/format/c99-printf-3.c: Likewise.
5022         * gcc.dg/format/ext-1.c: Likewise.
5023         * gcc.dg/format/ext-6.c: Likewise.
5024         * gcc.dg/format/format.h: Prototype unlocked stdio.
5026 2001-12-20  Richard Henderson  <rth@redhat.com>
5028         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
5029         (arena): Use it.
5030         (malloc): Correct allocation logic.  Abort if we fill up the
5031         arena before initialization complete.
5032         (realloc): Correct allocation logic.
5034 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
5036         * gcc.c-torture/compile/20011219-2.c: New test.
5038         * gcc.c-torture/execute/20011219-1.c: New test.
5040 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
5042         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
5043         target does not support weak symbols.
5045 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
5047         * gcc.c-torture/compile/20011219-1.c: New test.
5049 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
5051         * g++.dg/other/error1.C: New test.
5053 Mon Dec 17 14:31:42 2001  Jeffrey A Law  (law@redhat.com)
5055         * gcc.c-torture/execute/20011217-1.c: New test.
5057 Mon Dec 17 16:54:56 2001  Nicola Pero  <nicola@brainstorm.co.uk>
5059         * objc.dg/special/: New directory.
5060         * objc.dg/special/special.exp: New file.
5061         * objc.dg/special/unclaimed-category-1.h: New file.
5062         * objc.dg/special/unclaimed-category-1a.m: New file.
5063         * objc.dg/special/unclaimed-category-1.m: New file.
5065 2001-12-17  Andreas Jaeger  <aj@suse.de>
5067         * gcc.c-torture/compile/20011217-2.c: New test.
5069 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
5071         * gcc.c-torture/compile/20011217-1.c: New test.
5073 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
5075         * testsuite/gcc.dg/20011214-1.c: New.
5077 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
5079         * gcc.dg/altivec-4.c: New.
5081 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
5083         * gcc.dg/20011113-1.c: New test.
5085 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5087         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
5088         std::__malloc_alloc_template<0> and
5089         std::__default_alloc_template<false, 0>.
5091 Thu Dec 13 10:35:33 2001  Nicola Pero  <n.pero@mi.flashnet.it>
5093         * objc/execute/bf-21.m: New test.
5094         * objc/execute/enumeration-1.m: New test.
5095         * objc/execute/enumeration-2.m: New test.
5097 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
5099         * gcc.dg/gnu89-init-1.c: New test.
5101 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
5103         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
5104         * g++.old-deja/g++.jason/2371.C: Likewise.
5105         * g++.old-deja/g++.jason/template33.C: Likewise.
5106         * g++.old-deja/g++.jason/template34.C: Likewise.
5107         * g++.old-deja/g++.jason/template36.C: Likewise.
5108         * g++.old-deja/g++.oliva/typename1.C: Likewise.
5109         * g++.old-deja/g++.oliva/typename2.C: Likewise.
5110         * g++.old-deja/g++.other/typename1.C: Likewise.
5111         * g++.old-deja/g++.pt/inherit2.C: Likewise.
5112         * g++.old-deja/g++.pt/nontype5.C: Likewise.
5113         * g++.old-deja/g++.pt/typename11.C: Likewise.
5114         * g++.old-deja/g++.pt/typename14.C: Likewise.
5115         * g++.old-deja/g++.pt/typename16.C: Likewise.
5116         * g++.old-deja/g++.pt/typename3.C: Likewise.
5117         * g++.old-deja/g++.pt/typename4.C: Likewise.
5118         * g++.old-deja/g++.pt/typename5.C: Likewise.
5119         * g++.old-deja/g++.pt/typename7.C: Likewise.
5120         * g++.old-deja/g++.robertl/eb9.C: Likewise.
5122 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
5124         * g++.dg/other/linkage1.C: New test.
5125         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
5126         specifiers.
5128 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
5130         * gcc.dg/concat.c: New test.
5132 2001-12-11  Stan Shebs  <shebs@apple.com>
5134         * objc/compile: New test directory.
5135         * objc/compile/compile.exp: New expect script.
5136         * objc/compile/20011211-1.m: New compile test.
5138 2001-12-11  Jason Merrill  <jason@redhat.com>
5140         * lib/prune.exp (prune_gcc_output): Also handle "In member
5141         function".  So many permutations...
5143 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
5145         * g++.dg/template/typedef1.C: New test.
5147 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
5149         * g++.dg/other/copy1.C: New test.
5151 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
5153         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
5155         * gcc.dg/builtin-choose-expr.c: New.
5157 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
5159         * gcc.dg/altivec-2.c: New.
5161 2001-12-07  Richard Henderson  <rth@redhat.com>
5163         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
5165 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
5167         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
5168         ultrasparc.
5170 Fri Dec  7 06:29:03 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5172         * g++-old.deja/g++.robertl/eb101.C: Deleted.
5174 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
5176         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
5177         variable argument list.
5179 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
5181         * gcc.c-torture/execute/memcheck: Delete entire directory.
5182         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
5183         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
5185 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
5187         * gcc.dg/Wshadow-1.c: New test.
5189 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
5191         * gcc.c-torture/compile/20011130-1.c: New test.
5193         * gcc.dg/noncompile/20011025-1.c: New test.
5195         * g++.dg/other/anon-union.C: New test.
5197         * gcc.c-torture/execute/20011024-1.c: New test.
5199 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
5201         * gcc.c-torture/execute/20000722-1.x,
5202         gcc.c-torture/execute/20010123-1.x: Remove.
5203         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
5204         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
5205         gcc.dg/c99-complit-2.c: New tests.
5207 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
5209         * g++.dg/inherit/base1.C: New test.
5211 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
5213         * g++.dg/other/stdarg1.C: New test.
5215         * gcc.c-torture/compile/20011130-2.c: New test.
5217 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
5219         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
5220         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
5221         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
5222         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
5223         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
5224         * gcc.dg/builtin-prefetch-1.c: New test.
5226 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
5228         * gcc.dg/20011130-1.c: New test.
5230 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
5232         * g++.dg/other/scope1.C: New test.
5233         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
5235 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
5237         * gcc.dg/vla-init-1.c: New test.
5239 2001-12-01  Geoff Keating  <geoffk@redhat.com>
5241         * gcc.c-torture/compile/structs.c: New testcase from GDB.
5243 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
5245         * objc.dg/alias.m: Update.
5246         * objc.dg/class-1.m: Update.
5247         * objc.dg/const-str-1.m: Update.
5248         * objc.dg/fwd-proto-1.m: Update.
5249         * objc.dg/id-1.m: Update.
5250         * objc.dg/super-class-1.m: Update.
5252 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
5254         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
5255         constructs.
5257 Wed Nov 28 15:05:54 2001  Jeffrey A Law  (law@cygnus.com)
5259         * gcc.c-torture/execute/20011128-1.c: New test.
5261 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
5263         * gcc.dg/20011127-1.c: New test.
5265 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
5267         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
5268         from Austin Group draft 7.
5269         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
5270         scanf format arguments.
5271         * gcc.dg/format/no-exargs-2.c: New test.
5273 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
5275         * g++.dg/abi/vbase8-4.C: New test.
5277 2001-11-24  Ian Lance Taylor  <ian@airs.com>
5279         * gcc.c-torture/execute/20011121-1.c: New test.
5281 Fri Nov 23 15:55:44 2001  Jeffrey A Law  (law@cygnus.com)
5283         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
5285 2001-11-23  Andreas Jaeger  <aj@suse.de>
5287         * gcc.dg/cpp/charconst-2.c: New test.
5289 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
5291         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
5292         to the host if it is remote.  Let tests specify extra headers
5293         they use.
5294         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
5295         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
5296         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
5297         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
5298         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
5299         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
5300         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
5301         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
5302         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
5303         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
5305 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
5307         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
5308         for little endian ARMs.
5310 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
5312         * gcc.c-torture/compile/20011119-1.c: New test.
5313         * gcc.c-torture/compile/20011119-2.c: New test.
5315 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
5317         * gcc.dg/altivec-1.c: Fix typo.
5319 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
5321         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
5323 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
5325         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
5327 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
5329         * lib/g77.exp: Don't specify --rpath-link.
5331         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
5332         across all the headers.
5333         * gcc.dg/format/format.exp: For testing on a remote host,
5334         copy format.h.
5336         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
5337         * gcc.c-torture/execute/930406-1.c: Likewise.
5338         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
5340 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
5342         * gcc.dg/altivec-1.c: New.
5344 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
5346         * gcc.dg/cpp/fpreprocessed.c: New test case.
5348 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
5350         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
5351         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
5352         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
5354 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
5356         * gcc.dg/no-builtin-1.c: New test.
5358 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
5360         * gcc.c-torture/execute/20011115-1.c: New test.
5362 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
5364         * gcc.c-torture/compile/20011114-2.c: New test.
5365         * gcc.c-torture/compile/20011114-3.c: New test.
5366         * gcc.c-torture/compile/20011114-4.c: New test.
5368 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
5370         * g++.dg/other/init1.C: New test.
5372 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
5374         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
5375         message.
5377         * gcc.c-torture/execute/20011114-1.c: New testcase.
5379         * gcc.c-torture/compile/20010327-1.c: Revert last change.
5380         * gcc.c-torture/compile/20011114-1.c: New test, exactly
5381         like the (before this change) version of 20010327-1.c.
5383 2001-11-14  Roger Sayle <roger@eyesopen.com>
5385         * gcc.c-torture/execute/string-opt-13.c: New testcase.
5387 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
5389         * g++.dg/init/array2.C: New test.
5391 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
5393         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
5395 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
5397         * g++.dg/other/forscope1.C: New test.
5398         * g++.dg/ext/forscope1.C: New test.
5399         * g++.dg/ext/forscope2.C: New test.
5401 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
5403         * gcc.c-torture/execute/20011113-1.c: New test.
5405 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
5407         * gcc.c-torture/execute/20011109-2.c: New test.
5409         * gcc.c-torture/execute/20011109-1.c: New test.
5411 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
5413         * gcc.c-torture/compile/20011109-1.c: New test.
5415 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
5417         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
5418         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
5419         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
5420         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
5421         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
5422         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
5423         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
5425 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
5427         * g++.dg/warn/Wshadow-1.C: New tests.
5428         * g++.old-deja/g++.mike/for3.C: Update.
5430 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
5432         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
5433         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
5434         XFAILs.  Adjust expected error texts.
5435         * gcc.c-torture/compile/20011106-1.c,
5436         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
5437         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
5438         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
5439         gcc.dg/c99-array-lval-5.c: New tests.
5441 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
5443         * gcc.dg/cpp/defined.c: Update.
5445 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
5447         * gcc.c-torture/execute/anon-1.c: New test.
5449 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
5451         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
5452         same size, so no warning should be produced on stormy16.
5454         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
5455         due to oversized array.
5456         * g++.old-deja/g++.mike/ns15.C: Likewise.
5457         * g++.old-deja/g++.pt/crash16.C: Likewise.
5459 2001-11-02  Graham Stott  <grahams@redhat.com>
5461         * g++.dgother/debug1.C: Fix typos.
5463 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
5465         * g++.dg/other/debug1.C: New test.
5467 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
5469         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
5470         of unsigned long.
5472 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
5474         * gcc.dg/20011029-2.c: New test.
5476         * gcc.c-torture/compile/20011029-1.c: New test.
5478 Mon Oct 29 21:19:53 2001  Nicola Pero  <n.pero@mi.flashnet.it>
5480         * objc/execute/class_self-1.m: New test.
5481         * objc/execute/class_self-2.m: New test.
5483 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
5485         * gcc.misc-tests/msgs.exp: Delete.
5486         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
5487         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
5488         error set to match recent changes.
5490 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
5492         * gcc.dg/20011021-1.c: New test.
5494 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
5496         * gcc.c-torture/compile/20011023-1.c: New test.
5498 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
5500         * lib/g77.exp: Rewrite based on lib/g++.exp.
5502 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
5504         * gcc.c-torture/execute/20011019-1.c: New test.
5506         * gcc.dg/20011018-1.c: New test.
5508 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
5510         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
5512 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
5514         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
5515         * gcc.dg/attr-invalid.c: Likewise.
5517 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
5519         * testsuite/gcc.dg/20011015-1.c: New test.
5521 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
5523         * g++.dg/template/unify2.C: New test.
5525 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
5527         * g++.dg/other/exception-specification.C: New test
5529 2001-10-13  Tom Rix  <trix@redhat.com>
5531         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
5532         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
5534 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
5536         * testsuite/gcc.dg/20011009-1.c: New test.
5538 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
5540         PR g++/4476
5541         * g++.dg/other/friend1.C: New test.
5543 2001-10-11  Richard Henderson  <rth@redhat.com>
5545         * g++.old-deja/g++.other/crash18.C: Add -S to options.
5547 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5549         * gcc.c-torture/compile/20011010-1.c: New.
5551 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
5553         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
5554         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
5555         g77.f-torture/execute/execute.exp,
5556         g77.f-torture/noncompile/noncompile.exp,
5557         gcc.c-torture/compile/compile.exp,
5558         gcc.c-torture/execute/execute.exp,
5559         gcc.c-torture/execute/ieee/ieee.exp,
5560         gcc.c-torture/execute/memcheck/memcheck.exp,
5561         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
5562         objc/execute/execute.exp: Update FSF address.
5564 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
5566         * gcc.dg/cpp/cmdlne-C.c: Update.
5567         * gcc.dg/cpp/cmdlne-C2.c: New.
5569 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5571         * gcc.c-torture/execute/20011008-3.c: New.
5573 2001-10-08  DJ Delorie  <dj@redhat.com>
5575         * gcc.dg/20011008-1.c: New.
5576         * gcc.dg/20011008-2.c: New.
5578 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
5580         * gcc.dg/cpp/spacing1.c: Update test.
5582 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
5584         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
5585         spelling errors of "separate" as "seperate".
5587 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
5589         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
5590         enough to avoid inlining.
5592 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
5594         * lib/g77.exp: set libg2c_dir correctly.
5596 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
5598         * gcc.dg/cpp/macro11.c: New test.
5600 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
5602         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
5603         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
5604         gcc.dg/format/multattr-3.c: New tests.
5605         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
5606         tests for format attributes on function pointers being rejected.
5608 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
5610         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
5612 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
5614         * g++.dg/warn/format1.C: New test.
5616 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
5618         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
5620 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
5622         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
5624 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
5626         * gcc.dg/cpp/redef2.c: Add test.
5628 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
5630         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
5631         long-standing bug on i686, apparently.
5632         * gcc.c-torture/execute/loop-2c.x: New file.
5633         * gcc.c-torture/execute/loop-2d.x: New file.
5634         * gcc.c-torture/execute/loop-3c.x: New file.
5636 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
5638         * gcc.dg/cpp/20000625-2.c: Correct line number.
5640 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
5642         * gcc.dg/cpp/macro10.c: New test.
5643         * gcc.dg/cpp/strify3.c: New test.
5644         * gcc.dg/cpp/spacing1.c: Add tests.
5645         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
5646         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
5648 2001-09-24  DJ Delorie  <dj@redhat.com>
5650         * gcc.c-torture/execute/20010924-1.c: New test.
5652 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
5654         * testsuite/objc/execute/paste.m: Remove.
5656 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
5658         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
5660 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
5662         * g77.dg/strlen0.f: New test.
5664 2001-09-21  Richard Henderson  <rth@redhat.com>
5666         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
5667         * g++.old-deja/g++.abi/vtable2.C: Likewise.
5669 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
5671         Table-driven attributes.
5672         * g++.dg/ext/attrib1.C: New test.
5674 2001-09-20  DJ Delorie  <dj@redhat.com>
5676         * gcc.dg/20000926-1.c: Update expected warning messages.
5677         * gcc.dg/array-2.c: Likewise, and test for warnings too.
5678         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
5679         array.
5681 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
5683         * g++.dg/eh/registers1.C: New test case.
5685 2001-09-17  Richard Henderson  <rth@redhat.com>
5687         * gcc.dg/array-5.c: Fix VLA decomposition test.
5689 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
5691         * gcc.dg/cpp/line5.c: New testcase.
5693 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
5695         * gcc.dg/cpp/macro9.c: New test.
5697 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
5699         * gcc.c-torture/execute/980223.c: Change type of addr from long
5700         to char *.
5702 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
5704         * gcc.c-torture/execute/20010915-1.c: New test.
5706 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
5708         * g77.dg/bprob: New directory.
5709         * g77.dg/bprob/bprob.exp: New file.
5710         * g77.dg/bprob/bprob-1.f: New test.
5711         * g77.dg/gcov: New directory.
5712         * g77.dg/gcov/gcov.exp: New file.
5713         * g77.dg/gcov/gcov-1.f: New test.
5714         * g77.dg/gcov/gcov-1.x: New file.
5716 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
5718         * gcc.dg/cpp/directiv.c: Update.
5719         * gcc.dg/cpp/undef1.c: Update.
5721 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
5723         * gcc.dg/20010912-1.c: New test.
5725 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
5727         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
5728         language-independent file in lib.
5729         * lib/gcov.exp: New file.
5731 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
5733         * gcc.c-torture/compile/20010911-1.c: New test.
5735 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
5737         * lib/profopt.exp: New, to support profile-directed optimizations.
5738         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
5739         * gcc.misc-tests/bprob-1.c: New test.
5740         * gcc.misc-tests/bprob-2.c: New test.
5742 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
5744         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
5745         XFAIL and which kinds of gcov output to verify.
5746         * gcc.misc-tests/gcov-4b.x: New file.
5747         * gcc.misc-tests/gcov-5b.x: New file.
5748         * gcc.misc-tests/gcov-6.x: New file.
5749         * gcc.misc-tests/gcov-7.c: New test.
5750         * gcc.misc-tests/gcov-7.x: New file.
5752 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
5754         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
5755         * gcc.misc-tests/gcov-6.c: New test.
5757 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
5759         PR c++/3986
5760         * g++.dg/abi/vbase1.C: New test.
5762 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
5764         * objc.dg/method-2.m: New.
5766 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
5768         PR c++/4203
5769         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
5770         * g++.dg/init/empty1.C: New test.
5772 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
5774         * gcc.c-torture/compile/20010903-1.c: New test.
5776 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
5778         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
5779         for m68k.
5781 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
5783         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
5785         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
5787         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
5789 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
5791         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
5792         for 16-bit 'unsigned int'.
5794 2001-08-29  Kazu Hirata  <kazu@hxi.com>
5796         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
5798 2001-08-27  Richard Henderson  <rth@redhat.com>
5800         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
5801         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
5803 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
5805         * gcc.dg/asm-names.c (ymain): New.
5807 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
5809         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
5810         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
5811         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
5813 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5815         * gcc.dg/compare5.c: New testcase.
5817 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
5819         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
5820         and "In instantiation".
5822 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
5824         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
5826 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
5828         * gcc.misc-tests/gcov.exp: Add support for branch information.
5829         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
5830         * gcc.misc-tests/gcov-4.c: New test.
5831         * gcc.misc-tests/gcov-4b.c: New test.
5832         * gcc.misc-tests/gcov-5b.c: New test.
5834 2001-08-20  Zack Weinberg  <zackw@panix.com>
5836         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
5837         expected to fail.
5839 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5841         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
5843 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
5845         * g++.dg/eh/template1.C: New test.
5847 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
5849         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
5850         Fix thinko.
5851         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
5852         for xfail.
5854 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
5856         * lib/g77-dg.exp:  Use prune.exp for common procedures
5857         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
5858         * lib/g77.exp: (g77-dg-prune) Remove
5860 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
5862         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
5864 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5866         * g++.dg/template/unify1.C: New test.
5868 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
5870         * g++.dg/abi/empty4.C: New test.
5872 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
5874         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
5875         solaris2.*
5876         * g77.f-torture/compile/pr3743.x: Likewise
5878 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
5880         * g++.dg/other/using-declaration.C: New test.
5882 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
5884         * gcc.dg/cpp/tr-sign.c: New testcase.
5886 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
5888         * gcc.dg/cpp/19951025-1.c: Revert.
5889         * gcc.dg/cpp/directiv.c: We no longer process directives that
5890         interrupt macro arguments.
5892 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
5894         * gcc.dg/bconstp-1.c: New test.
5896 2001-08-03  Richard Henderson  <rth@redhat.com>
5898         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
5900 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
5902         * gcc.dg/cpp/19951025-1.c: Update.
5904 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
5906         * g77.dg/ff90-1.f (s): Fix reference of variable z,
5907         should be x.
5909 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
5911         Kill -fhonor-std.
5912         * g++.old-deja/g++.ns/ns14.C: Remove special options.
5913         * g++.old-deja/g++.other/std1.C: Likewise.
5914         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
5916 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
5918         * lib/g77.exp:  Load gcc-defs.exp for common procedures
5919         (g77_pass, g77_fail, g77_finish, g77_exit,
5920         ${tool}_check_unsupported_p} Now redundant.  Deleted.
5922 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
5924         * g77.dg/fbackslash.f
5925         * g77.dg/fcase-preserve.f
5926         * g77.dg/ff90-1.f
5927         * g77.dg/ffixed-line-length-0.f
5928         * g77.dg/ffixed-line-length-132.f
5929         * g77.dg/ffixed-line-length-7.f
5930         * g77.dg/ffixed-line-length-72.f
5931         * g77.dg/ffixed-line-length-none.f
5932         * g77.dg/ffree-form-1.f
5933         * g77.dg/fno-backslash.f
5934         * g77.dg/fno-f90-1.f
5935         * g77.dg/fno-fixed-form-1.f
5936         * g77.dg/fno-onetrip.f
5937         * g77.dg/fno-typeless-boz.f
5938         * g77.dg/fno-underscoring.f
5939         * g77.dg/fno-vxt-1.f
5940         * g77.dg/fonetrip.f
5941         * g77.dg/ftypeless-boz.f
5942         * g77.dg/fugly-assumed.f
5943         * g77.dg/funderscoring.f
5944         * g77.dg/fvxt-1.f
5946 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
5948         * objc.dg/fwd-proto-1.m: New.
5949         * objc.dg/local-decl-1.m: New.
5950         * objc.dg/naming-1.m: New.
5951         * objc.dg/naming-2.m: New.
5952         * objc.dg/proto-hier-1.m: New.
5954 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
5956         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
5957         largest-type elements to a struct makes its size grow.
5959 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
5961         * g++.dg/abi/vthunk1.C: New test.
5963 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
5965         * g++.dg/abi/vbase8-22.C: New test.
5967 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
5969         * gcc.dg/cpp/macro8.c: New test.
5971 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
5973         * g++.dg/abi/vbase8-21.C: New test.
5975 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
5977         * g++.dg/abi/vbase8-10.C: New test.
5979 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5981         * lib/g++.exp (g++_set_ld_library_path): Renamed to
5982         ${tool}_set_ld_library_path.
5983         Changed caller.
5984         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
5985         g++.exp.
5987 2001-07-26  Stan Cox <scox@redhat.com>
5989         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
5990         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
5991         gcc_exit, gcc_check_unsupported_p):
5992         Moved to gcc-deps.exp
5993         * gcc-deps.exp: New file.
5995 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5997         * g++.old-deja/g++.pt/defarg14.C: New test.
5999 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
6001         * g++.old-deja/g++.other/lineno5.C: New test.
6003 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
6005         * g++.old-deja/g++.pt/crash68.C: New test.
6007 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
6009         * g++.old-deja/g++.other/crash42.C: New test.
6011 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
6013         * gcc.dg/cpp/extratokens.c: Fix.
6014         * gcc.dg/cpp/skipping2.c: New tests.
6016 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6018         * gcc.c-torture/execute/20010724-1.c: New file.
6019         * gcc.c-torture/execute/20010724-1.x: New file.
6021 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
6023         * g++.old-deja/g++.other/cond7.C: New test.
6025 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
6027         * g++.old-deja/g++.other/optimize4.C: New test.
6029 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
6031         * g++.old-deja/g++.abi/vbase8-5.C: New test.
6033 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
6035         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
6036         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
6037         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
6038         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
6040         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
6041         bug report" message.
6043         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
6044         * g++.dg/ext/instantiate1.C: Move from old-deja.
6046 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
6048         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
6049         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
6050         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
6051         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
6053 Mon Jul 23 10:14:17 2001  Jeffrey A Law  (law@cygnus.com)
6055         * gcc.c-torture/execute/20010723-1.c: New test.
6057 2001-07-23  Ben Elliston  <bje@redhat.com>
6059         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
6061 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6063         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
6064         i[34567]86-*-*.
6065         Delete handling of ieee_multilib_flags.
6066         Pass -mieee for alpha*-*-* and sh-*-*.
6067         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
6069 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
6071         Remove old-abi tests.
6072         * g++.old-deja/g++.mike/p11116.C: Remove.
6073         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
6075 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
6077         * g77.f-torture/compile/pr3743.f:  New test
6079 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
6081         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
6083 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6085         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
6086         g++.old-deja/g++.pt/static6.C: Likewise.
6087         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
6088         supports weak symbols.
6090 2001-07-18  Andreas Jaeger  <aj@suse.de>
6092         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
6093         supported again.
6095 2001-07-18  Andreas Jaeger  <aj@suse.de>
6097         * gcc.dg/iftrap-1.c: Fix target line.
6099 2001-07-17  Richard Henderson  <rth@redhat.com>
6101         * gcc.c-torture/execute/20010717-1.c: New.
6103 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
6105         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
6106         tests.
6108 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
6110         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
6112 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6114         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
6115         UAC_SIGBUS, UAC_NOPRINT definitions.
6117 Mon Jul 16 12:21:56 2001  Nicola Pero  <n.pero@mi.flashnet.it>
6119         * objc/execute/object_is_class.m: New test.
6120         * objc/execute/object_is_meta_class.m: New test.
6122 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
6124         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
6125         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
6127 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
6129         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
6130         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
6132 2001-07-14  Richard Henderson  <rth@redhat.com>
6134         * gcc.dg/iftrap-1.c: New.
6136 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
6138         * g77.f-torture/execute/intrinsic77.f: New test.
6140 2001-07-11  Janis Johnson <janis@us.ibm.com>
6142         * gcc.misc-tests/gcov-3.c: New test.
6144 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
6146         * gcc.c-torture/compile/20010711-1.c,
6147         * gcc.c-torture/compile/20010711-2.c: New tests.
6149 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
6151         * gcc.c-torture/execute/20010711-1.c: New test.
6153 2001-07-11  Ben Elliston  <bje@redhat.com>
6155         * g++.old-deja/g++.other/enum5.C: New test.
6157 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
6159         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
6160         (g++-dg-prune): Call prune_gcc_output.
6161         * prune.exp: New file for prune_gcc_output.
6162         * lib/g++.exp, lib/gcc.exp: Load it.
6164 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
6166         * gcc.c-torture/compile/20010701-1.c,
6167         g++.old-deja/g++.ext/attrib6.C: New tests.
6169 Fri Jul  6 09:31:43 2001  Jeffrey A Law  (law@cygnus.com)
6171         * gcc.c-torture/compile/20010706-1.c: New test.
6173 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
6175         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
6177 2001-06-28  Stan Shebs  <shebs@apple.com>
6179         * gcc.dg/pragma-darwin.c: New test.
6181 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6183         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
6184         Solaris 2.[678] system.
6186 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
6188         * gcc.dg/20010622-1.c: New test.
6190 2001-06-18  Stan Shebs  <shebs@apple.com>
6192         * objc.dg: New directory.
6193         * objc.dg/dg.exp: New file.
6194         * objc.dg/alias.m: New.
6195         * objc.dg/class-1.m: New.
6196         * objc.dg/class-2.m: New.
6197         * objc.dg/const-str-1.m: New.
6198         * objc.dg/const-str-2.m: New.
6199         * objc.dg/id-1.m: New.
6200         * objc.dg/method-1.m: New.
6201         * objc.dg/super-class-1.m: New.
6202         * lib/objc-dg.exp: New file.
6204 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6206         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
6207         of label name.
6209 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
6211         * g++.old-deja/g++.abi/vbase8-9.C: New test.
6213 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6215         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
6216         variable.
6218 2001-06-12  Richard Henderson  <rth@redhat.com>
6220         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
6222 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
6224         * g++.old-deja/g++.abi/vbase5.C: New test.
6225         * g++.old-deja/g++.abi/vbase6.C: New test.
6226         * g++.old-deja/g++.abi/vbase7.C: New test.
6228 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6230         * gcc.c-torture/compile/20010610-1.c: New test.
6232 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
6234         * g++.old-deja/g++.abi/vbase4.C: New test.
6236 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
6238         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
6239         support %f for HC11/HC12 targets.
6240         * gcc.c-torture/execute/930513-1.x: New file, likewise.
6241         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
6242         on HC11/HC12 targets.
6243         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
6245 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6247         * gcc.dg/wchar_t-1.c: New file.
6248         * gcc.dg/wint_t-1.c: Likewise.
6250 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
6252         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
6254 2001-06-11  Richard Henderson  <rth@redhat.com>
6256         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
6258 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
6260         * gcc.c-torture/compile/20010611-1.c: New test.
6262 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
6264         * gcc.dg/c99-tag-1.c: Add more tests.
6266 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
6268         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
6269         representation on MN10300 and ARM/Thumb.
6271 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
6273         * g77.f-torture/execute/20010610.f: New.
6275 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
6277         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
6278         names.
6280 2001-06-09  Richard Henderson  <rth@redhat.com>
6282         * gcc.c-torture/execute/ashrdi-1.c: New.
6283         * gcc.c-torture/execute/ashldi-1.c: New.
6284         * gcc.c-torture/execute/lshrdi-1.c: New.
6286 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
6288         * objc/execute/load-3.m: Added. Check sending +load to categories,
6289         in addition to classes.
6291 2001-06-08  Stan Shebs  <shebs@apple.com>
6293         * objc/execute/load-2.m: New test.  From Nicola Pero
6294         <n.pero@mi.flashnet.it>.
6296 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
6298         * gcc.c-torture/execute/20010605-2.c: New test.
6300 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
6302         * g++.old-deja/g++.abi/vbase2.C: New test.
6303         * g++.old-deja/g++.abi/vbase3.C: New test.
6305 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
6307         * g++.old-deja/g++.pt/friend49.C: New test.
6309 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
6311         * g++.old-deja/g++.ext/anon3.C: New test.
6313 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
6315         * g++.old-deja/g++.other/conv7.C: New test.
6317 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
6319         * gcc.c-torture/compile/20010605-2.c: New test.
6321 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6323         * gcc.c-torture/execute/20010604-1.c: New test.
6325 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
6327         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
6329 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
6331         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
6332         (g++_link_flags): Likewise.
6333         (g++_init): Pass gccpath's value to two previous functions.
6335 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6337         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
6338         Ensure logfile entry matches exec command line.
6340 2001-05-31  Richard Henderson  <rth@redhat.com>
6342         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
6343         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
6345 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
6347         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
6348         compiler for irix6.2
6350 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
6352         * g++.old-deja/g++.other/optimize3.C: New file.
6354 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
6356         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
6357         assemble.
6359 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
6361         * g++.old-deja/g++.other/optimize2.C: New file.
6363 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
6365         * gcc.c-torture/compile/20010518-2.c: New file.
6366         * gcc.c-torture/execute/20010518-1.c: New file.
6367         * gcc.c-torture/execute/20010518-2.c: New file.
6369 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
6371         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
6373 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
6375         G++ no longer defines builtins that do not begin with __builtin.
6376         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
6377         * g++.old-deja/g++.brendand/misc13.C: Likewise.
6378         * g++.old-deja/g++.law/builtin1.C: Likewise.
6379         * g++.old-deja/g++.law/cvt2.C: Likewise.
6380         * g++.old-deja/g++.mike/net5.C: Likewise.
6381         * g++.old-deja/g++.other/builtins1.C: Likewise.
6382         * g++.old-deja/g++.other/builtins2.C: Likewise.
6383         * g++.old-deja/g++.other/builtins3.C: Likewise.
6384         * g++.old-deja/g++.other/builtins4.C: Likewise.
6385         * g++.old-deja/g++.other/inline8.C: Likewise.
6386         * g++.old-deja/g++.robertl/eb39.C: Likewise.
6388 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
6390         * g++.old-deja/g++.pt/using1.C: Adjust.
6391         * g++.old-deja/g++.pt/using2.C: New test.
6393 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
6395         * gcc.dg/cpp/charconst.c: New tests.
6396         * gcc.dg/cpp/escape.c: New tests.
6397         * gcc.dg/cpp/escape-1.c: New tests.
6398         * gcc.dg/cpp/escape-2.c: New tests.
6399         * gcc.dg/cpp/ucs.c: New tests.
6401 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
6403         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
6404         native compiler for irix6.5.
6406 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
6408         * lib/g++.exp (g++_include_flags): Use args to compute
6409         get_multilibs.
6410         (g++_link_flags): Likewise.
6411         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
6413 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
6415         * gcc.dg/c90-hexfloat-1.c: Add more tests.
6417 2001-05-21  Geoff Keating  <geoffk@redhat.com>
6419         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
6420         this file.
6422 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
6424         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
6425         STACK_SIZE;
6426         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
6427         to STACK_SIZE; Use it to define size of add_histo array.
6428         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
6429         to STACK_SIZE.
6430         (f): Use GITT_SIZE to define size of gitt local table.
6431         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
6432         to STACK_SIZE; Use it to define size of bytemem array.
6434 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
6436         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
6437         on 68HC11/HC12 due to the asm instruction.
6438         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
6439         * gcc.c-torture/compile/920520-1.x: Likewise.
6440         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
6441         on 68HC11/HC12 because the function is larger than 64K.
6442         * gcc.c-torture/compile/961203-1.x: New file, this test fails
6443         on 68HC11/HC12 because the structure is too large.
6445 2001-05-20  Richard Henderson  <rth@redhat.com>
6447         * gcc.c-torture/execute/20010520-1.c: New.
6449 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6451         * g++.old-deja/g++.warn/compare1.C: New test.
6452         * gcc.dg/compare4.c: New test.
6454 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
6456         * g++.old-deja/g++.other/optimize1.C: New test.
6458 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6460         * g++.old-deja/g++.pt/spec41.C: New test.
6462 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
6464         * gcc.c-torture/compile/20010114-1.x: Remove.
6466 2001-05-18  Stan Shebs  <shebs@apple.com>
6468         * gcc.c-torture/compile/20010518-1.c: New test.
6470 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
6472         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
6473         * g++.old-deja/g++.pt/crash67.C: New test.
6475 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
6477         * g++.old-deja/g++.other/debug9.C: New test.
6479 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
6481         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
6483 Wed May 16 20:33:57 CEST 2001  Jan Hubicka  <jh@suse.cz>
6485         * gcc.c-torture/compile/20010516-1.c: New test.
6487 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
6489         * g++.old-deja/g++.other/crash41.C: New test.
6491 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
6493         * g++.old-deja/g++.pt/crash66.C: New test.
6495 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
6497         * g++.old-deja/g++.robertl/eb27.C: Convert.
6499 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
6501         * g++.dg/friend-warn.C: New test.  Do not warn about friend
6502         declaration being redundant.
6504 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
6506         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
6508 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
6510         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
6512 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
6514         * lib/g++.exp: Use testsuite_flags.
6516 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
6518         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
6520 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6522         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
6524 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
6526         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
6528 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
6530         * gcc.c-torture/compile/20010313-1.c: New test.
6532 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
6534         * gcc.dg/cpp/direct2.c: New test.
6535         * gccq.dg/cpp/direct2s.c: New test.
6537         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
6539 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
6541         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
6542         * g++.old-deja/g++.other/op3.C: Likewise.
6544 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
6546         * gcc.dg/cpp/syshdr.h: New file.
6547         * gcc.dg/cpp/sysmac1.c: Update.
6548         * gcc.dg/cpp/sysmac2.c: Update.
6550 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
6552         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
6554 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
6556         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
6557         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
6559 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
6561         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
6563 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
6565         * lib/g++.exp (g++_include_flags): Don't use any special flags
6566         if TESTING_IN_BUILD_TREE is not defined.
6567         (g++_init): Use a plain 'c++' as the compiler if
6568         TESTING_IN_BUILD_TREEE is not defined.
6570 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
6572         * g++.old-deja/g++.eh/catch13.C: New test.
6573         * g++.old-deja/g++.eh/catch14.C: New test.
6575 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
6577         * gcc.dg/cpp/tr-define.c: New test.
6579 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
6581         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
6582         <stdlib.h>, not <malloc.h>.
6584 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
6586         * g++.old-deja/g++.ns/template17.C: New test.
6588 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
6590         * g++.old-deja/g++.pt/ref4.C: New test.
6592 2001-04-30  Richard Henderson  <rth@redhat.com>
6594         * gcc.dg/20000724-1.c: Revert last change.
6596 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
6598         * g77.f-torture/execute/20010430.f: New test.
6600 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
6602         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
6604 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
6606         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
6608 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
6610         * g++.old-deja/g++.eh/crash6.C: New test.
6612 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
6614         * g++.old-deja/g++.other/warn7.C: New test.
6616 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
6618         * g++.old-deja/g++.other/defarg9.C: New test.
6620 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
6622         * g77.f-torture/compile/20010426.f: New test.
6623         * g77.f-torture/execute/20010426.f: New test.
6625 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
6627         * g77.f-torture/compile/20000629-1.x: Remove - error
6628         has been fixed.
6630 Thu Apr 26 11:15:12 2001  Jeffrey A Law  (law@cygnus.com)
6632         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
6633         Tweak slightly to work with g++.dg framework.
6634         * g++.dg/special/ecos.exp: Run initp1.C test.
6635         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
6637         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
6638         its linker doesn't give line numbers either.
6639         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
6641 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
6643         * g++.old-deja/g++.other/lex1.C: New test.
6645 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
6647         * gcc.dg/noncompile/20010425-1.c: New test.
6649 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
6651         * g++.old-deja/g++.pt/mangle2.C: New test.
6653 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
6655         * gcc.dg/format/plus-1.c: New test.
6657 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
6659         * gcc.dg/20010423-1.c: New test.
6661 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
6663         * gcc.c-torture/execute/20010422-1.c: New test.
6665 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
6667         * g++.old-deja/g++.ns/type2.C: New test.
6669 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
6671         * g++.old-deja/g++.other/perf1.C: New test.
6673 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
6675         * gcc.dg/c99-func-2.c: Remove xfail.
6676         * gcc.dg/c99-func-3.c: Remove xfail.
6677         * gcc.dg/c99-func-4.c: Remove xfail.
6679 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
6681         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
6683 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
6685         * gcc.c-torture/compile/20010423-1.c: New test.
6687 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
6689         * g++.old-deja/g++.pt/typename28.C: New test.
6691 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
6693         * g++.old-deja/g++.abi/empty2.C: New test.
6694         * g++.old-deja/g++.abi/empty3.C: New test.
6696 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
6698         * g++.old-deja/g++.other/comdat2.C: New test.
6699         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
6701 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
6703         * g++.old-deja/g++.other/overload14.C: New test.
6705 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
6707         * g++.old-deja/g++.other/lookup23.C: New test.
6709 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
6711         * gcc.c-torture/execute/20010403-1.c: New test.
6713 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
6714             Mark Mitchell  <mark@codesourcery.com>
6716         * lib/old-dejagnu.exp: Don't delete output of executable.
6717         Add .exe suffix to executables.
6719 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
6721         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
6723 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6725         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
6727 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
6729         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
6730         * g++.old-deja/g++.abi/crash1.C: New test.
6732 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
6734         * g++.old-deja/g++.other/crash40.C: New test.
6736 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6738         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
6740 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
6742         * g++.old-deja/g++.other/warn6.C: New test.
6744 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
6746         * g++.old-deja/g++.robertl/eb42.C: Same.
6748 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6750         * gcc.dg/wtr-conversion-1.c: New testcase.
6752 2001-04-10  Richard Henderson  <rth@redhat.com>
6754         * g++.old-deja/g++.other/array5.C: New.
6756 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6758         * gcc.c-torture/execute/20010408-1.c: New test.
6760 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
6762         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
6763         headers and constructs.
6764         * g++.old-deja/g++.robertl/eb79.C: Same.
6765         * g++.old-deja/g++.robertl/eb77.C (main): Same.
6766         * g++.old-deja/g++.robertl/eb73.C: Same.
6767         * g++.old-deja/g++.robertl/eb66.C (main): Same.
6768         * g++.old-deja/g++.robertl/eb55.C (t): Same.
6769         * g++.old-deja/g++.robertl/eb54.C (main): Same.
6770         * g++.old-deja/g++.robertl/eb46.C (main): Same.
6771         * g++.old-deja/g++.robertl/eb44.C: Same.
6772         * g++.old-deja/g++.robertl/eb41.C (main): Same.
6773         * g++.old-deja/g++.robertl/eb4.C (main): Same.
6774         * g++.old-deja/g++.robertl/eb39.C: Same.
6775         * g++.old-deja/g++.robertl/eb33.C (main): Same.
6776         * g++.old-deja/g++.robertl/eb31.C (main): Same.
6777         * g++.old-deja/g++.robertl/eb30.C: Same.
6778         * g++.old-deja/g++.robertl/eb3.C: Same.
6779         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
6780         * g++.old-deja/g++.robertl/eb21.C: Same.
6781         * g++.old-deja/g++.robertl/eb15.C: Same.
6782         * g++.old-deja/g++.robertl/eb118.C: Same.
6783         * g++.old-deja/g++.robertl/eb115.C (main): Same.
6784         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
6785         * g++.old-deja/g++.robertl/eb109.C: Same.
6786         * g++.old-deja/g++.other/sibcall1.C (main): Same.
6787         * g++.old-deja/g++.mike/rtti1.C: Same.
6788         * g++.old-deja/g++.mike/p658.C: Same.
6789         * g++.old-deja/g++.mike/net46.C: Same.
6790         * g++.old-deja/g++.mike/net34.C: Same.
6791         * g++.old-deja/g++.mike/memoize1.C: Same.
6792         * g++.old-deja/g++.mike/eh2.C: Same.
6793         * g++.old-deja/g++.law/weak.C: Same.
6794         * g++.old-deja/g++.law/visibility7.C: Same.
6795         * g++.old-deja/g++.law/visibility25.C: Same.
6796         * g++.old-deja/g++.law/visibility22.C: Same.
6797         * g++.old-deja/g++.law/visibility2.C: Same.
6798         * g++.old-deja/g++.law/visibility17.C: Same.
6799         * g++.old-deja/g++.law/visibility13.C: Same.
6800         * g++.old-deja/g++.law/visibility10.C: Same.
6801         * g++.old-deja/g++.law/visibility1.C: Same.
6802         * g++.old-deja/g++.law/virtual3.C (eval): Same.
6803         * g++.old-deja/g++.law/vbase1.C: Same.
6804         * g++.old-deja/g++.law/operators32.C: Same.
6805         * g++.old-deja/g++.law/nest3.C: Same.
6806         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
6807         * g++.old-deja/g++.law/except5.C (main): Same.
6808         * g++.old-deja/g++.law/cvt7.C (run): Same.
6809         * g++.old-deja/g++.law/cvt2.C: Same.
6810         * g++.old-deja/g++.law/cvt16.C: Same.
6811         * g++.old-deja/g++.law/ctors6.C (bar): Same.
6812         * g++.old-deja/g++.law/ctors17.C (main): Same.
6813         * g++.old-deja/g++.law/ctors13.C: Same.
6814         * g++.old-deja/g++.law/ctors12.C (main): Same.
6815         * g++.old-deja/g++.law/ctors10.C: Same.
6816         * g++.old-deja/g++.law/code-gen5.C: Same.
6817         * g++.old-deja/g++.law/bad-error7.C: Same.
6818         * g++.old-deja/g++.law/arm9.C: Same.
6819         * g++.old-deja/g++.law/arm12.C: Same.
6820         * g++.old-deja/g++.law/arg8.C: Same.
6821         * g++.old-deja/g++.law/arg1.C: Same.
6822         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
6823         * g++.old-deja/g++.jason/template31.C: Same.
6824         * g++.old-deja/g++.jason/template24.C (main): Same.
6825         * g++.old-deja/g++.jason/2371.C: Same.
6826         * g++.old-deja/g++.eh/new2.C: Same.
6827         * g++.old-deja/g++.eh/new1.C: Same.
6828         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
6829         * g++.old-deja/g++.brendan/nest21.C (main): Same.
6830         * g++.old-deja/g++.brendan/err-msg3.C: Same.
6831         * g++.old-deja/g++.brendan/crash62.C: Same.
6832         * g++.old-deja/g++.brendan/crash52.C: Same.
6833         * g++.old-deja/g++.brendan/crash49.C (main): Same.
6834         * g++.old-deja/g++.brendan/crash38.C: Same.
6835         * g++.old-deja/g++.brendan/crash15.C (main): Same.
6836         * g++.old-deja/g++.brendan/copy9.C: Same.
6838 Fri Apr  6 15:36:15 2001  J"orn Rennecke <amylaar@redhat.com>
6840         * gcc.c-torture/execute/20001203-2.c (memset):
6841         Count argument is of type __SIZE_TYPE__.
6843 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
6845         * gcc.c-torture/compile/20010404-1.c: New test.
6847 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
6849         * gcc.c-torture/compile/20010326-1.c: New test.
6851 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
6853         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
6854         peculiarities of the SH.
6855         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
6857 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6859         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
6860         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
6861         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
6863 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
6865         * g77.f-torture/compile/20010321-1.f: New test.
6867 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
6869         * gcc.c-torture/compile/20010329-1.c: New test.
6871 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
6873         * gcc.c-torture/execute/20010329-1.c: New test.
6875 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
6877         * g++.old-deja/g++.other/eh4.C: Fix typo.
6879 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
6881         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
6883 2001-03-28  Philip Blundell  <philb@gnu.org>
6885         * gcc.c-torture/compile/20010328-1.c: New test.
6887 2001-03-27  Richard Henderson  <rth@redhat.com>
6889         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
6890         * g++.old-deja/g++.eh/vbase3.C: Likewise.
6892 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
6894         * gcc.c-torture/compile/20010327-1.c: New test.
6896 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
6898         * g++.old-deja/g++.other/friend12.C: New test.
6899         * g++.old-deja/g++.other/friend9.C: Expect no errors.
6900         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
6902 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
6904         * gcc.c-torture/execute/20010325-1.c: New test.
6906 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
6908         * g++.old-deja/g++.other/mangle3.C: New test.
6910 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
6912         * g++.old-deja/g++.other/anon8.C: New test.
6914 2001-03-20  Philip Blundell  <philb@gnu.org>
6916         * gcc.c-torture/compile/20010320-1.c: New test.
6918 2001-03-17  Richard Henderson  <rth@redhat.com>
6920         * g++.old-deja/g++.other/eh4.C: Add expected error text.
6922 2001-03-15  Geoff Keating  <geoff@redhat.com>
6924         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
6925         tests on AIX.
6927 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
6929         * g++.old-deja/g++.other/eh4.C: New test.
6931 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
6933         * gcc.dg/cpp/mi1.c: Update.
6935 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
6937         * g++.old-deja/g++.other/regstack.C: New test.
6939 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
6941         * g++.old-deja/g++.other/ref4.C: New test.
6943 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
6945         * objc/execute/va_method.m: Added.
6946         * objc/execute/IMP.m: Added.
6947         * objc/execute/_cmd.m: Added.
6948         * objc/execute/accessing_ivars.m: Added.
6949         * objc/execute/class-1.m: Added.
6950         * objc/execute/class-10.m: Added.
6951         * objc/execute/class-11.m: Added.
6952         * objc/execute/class-12.m: Added.
6953         * objc/execute/class-13.m: Added.
6954         * objc/execute/class-14.m: Added.
6955         * objc/execute/class-2.m: Added.
6956         * objc/execute/class-3.m: Added.
6957         * objc/execute/class-4.m: Added.
6958         * objc/execute/class-5.m: Added.
6959         * objc/execute/class-6.m: Added.
6960         * objc/execute/class-7.m: Added.
6961         * objc/execute/class-8.m: Added.
6962         * objc/execute/class-9.m: Added.
6963         * objc/execute/class-tests-1.h
6964         * objc/execute/class-tests-2.h
6965         * objc/execute/compatibility_alias.m: Added.
6966         * objc/execute/encode-1.m: Added.
6967         * objc/execute/formal_protocol-1.m: Added.
6968         * objc/execute/formal_protocol-2.m: Added.
6969         * objc/execute/formal_protocol-3.m: Added.
6970         * objc/execute/formal_protocol-4.m: Added.
6971         * objc/execute/formal_protocol-5.m: Added.
6972         * objc/execute/formal_protocol-6.m: Added.
6973         * objc/execute/formal_protocol-7.m: Added.
6974         * objc/execute/informal_protocol.m: Added.
6975         * objc/execute/initialize.m: Added.
6976         * objc/execute/load.m: Added.
6977         * objc/execute/many_args_method.m: Added.
6978         * objc/execute/nested-3.m: Added.
6979         * objc/execute/no_clash.m: Added.
6980         * objc/execute/private.m: Added.
6981         * objc/execute/redefining_self.m: Added.
6982         * objc/execute/root_methods.m: Added.
6983         * objc/execute/selector-1.m: Added.
6984         * objc/execute/static-1.m: Added.
6985         * objc/execute/static-2.m: Added.
6986         * objc/execute/va_method.m: Added.
6988 2001-03-10  Richard Henderson  <rth@redhat.com>
6990         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
6992 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
6994         * g++.old-deja/g++.other/crash31.C: XFAIL.
6995         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
6996         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
6997         * gcc.c-torture/execute/20010123-1.x: XFAIL.
6998         * gcc.c-torture/execute/20010124-1.x: XFAIL.
6999         * gcc.dg/sequence-pt-1.c: XFAIL one test.
7001 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
7003         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
7005 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
7007         * gcc.dg/20000724-1.c: Don't use multiline strings.
7009 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
7011         * objc/execute/string1.m, objc/execute/string2.m: Compare the
7012         result of -cString against what we expect it to be; don't just
7013         print it out for no one to read.
7015         * objc/execute/string3.m, objc/execute/string4.m: New tests.
7016         Based on testcases provided by Nicola Pero.
7018 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
7020         * gcc.dg/cpp/macro7.c: New test.
7022 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
7024         * gcc.dg/cpp/multiline.c: Update.
7026 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
7028         * g++.old-deja/g++.other/enum3.C: New test.
7030 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
7032         * g++.old-deja/g++.other/pod1.C: New test.
7034 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
7036         * g++.old-deja/g++.ext/overload1.C: New test.
7038 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
7040         * g++.old-deja/g++.pt/using1.C: New test.
7042 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
7044         * g++.old-deja/g++.other/using9.C: New test.
7046 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
7048         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
7050         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
7052 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
7054         * g++.old-deja/g++.ext/realpt1.C: Remove.
7056 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
7058         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
7060 2001-02-26  Will Cohen  <wcohen@redhat.com>
7062         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
7064 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
7066         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
7067         templatized constructors.
7069 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7071         * gcc.c-torture/execute/20010224-1.c: New test.
7073 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
7075         * gcc.c-torture/execute/20010222-1.c: New test.
7077 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
7079         * g++.old-deja/g++.other/inline20.C: New test.
7081 Wed Feb 21 12:38:22 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
7083         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
7085 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
7087         * g++.old-deja/g++.other/lookup22.C: New test.
7089 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
7091         * g77.dg: New directory.
7092         * g77.dg/20010216-1.f: New test case.
7093         * g77.dg/dg.exp: New driver.
7094         * lib/g77-dg.exp: New driver library.
7096 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7098         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
7100 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
7102         * g++.old-deja/g++.other/decl9.C: New test.
7104 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
7106         * g++.old-deja/g++.other/init16.C: Update the test so that it does
7107         not need <string> and also tests the initialization at runtime.
7109 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
7111         * gcc.c-torture/execute/longlong.c: New test.
7113 Wed Feb 14 21:41:17 2001  J"orn Rennecke <amylaar@redhat.com>
7115         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
7117 Wed Feb 14 21:31:25 2001  J"orn Rennecke <amylaar@redhat.com>
7119         * gcc.c-torture/execute/920302-1.c (execute):
7120         Change argument type to short.
7122 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
7124         * g++.old-deja/g++.pt/deduct6.C: New test.
7126 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
7128         * g++.old-deja/g++.pt/deduct5.C: New test.
7130 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
7132         * gcc.c-torture/execute/20010209-1.c: New test.
7134 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
7136         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
7138 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
7140         * g++.dg/vtgc1.C: Update for new ABI.
7142         * consistency.vlad: New directory, 1665 files.
7144 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
7146         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
7147         return type.
7148         * gcc.dg/cpp/digraphs.c: Declare puts.
7150 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
7152         * g++.old-deja/g++.other/warn5.C: New test.
7154 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
7156         * g++.old-deja/g++.pt/spec40.C: New test.
7158 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
7160         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
7161         case.
7162         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
7164 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
7166         * gcc.c-torture/compile/20010209-1.c: New test.
7168 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
7170         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
7171         excess errors message but not if it crashes.
7172         * g++.old-deja/g++.other/crash27.C: Likewise.
7173         * g++.old-deja/g++.other/crash28.C: Likewise.
7174         * g++.old-deja/g++.other/crash30.C: Likewise.
7175         * g++.old-deja/g++.other/crash32.C: Likewise.
7176         * g++.old-deja/g++.other/crash35.C: Likewise.
7177         * g++.old-deja/g++.pt/inherit2.C: Likewise.
7179 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
7181         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
7182         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
7183         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
7184         g77.f-torture/execute/execute.exp,
7185         g77.f-torture/noncompile/noncompile.exp,
7186         gcc.c-torture/execute/execute.exp,
7187         gcc.c-torture/execute/memcheck/memcheck.exp,
7188         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
7189         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
7190         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
7191         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
7192         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
7193         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
7194         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
7195         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
7196         Remove bug reporting instructions with ancient email addresses.
7198 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
7200         * gcc.dg/20010202-1.c: New test.
7201         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
7203 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
7205         * g++.dg/stdbool-if.C: New test.
7207 Wed Feb  7 09:54:47 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
7209         * objc/execute/fdecl.m: Added main().
7211 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
7213         * gcc.c-torture/execute/20010206-1.c: New test.
7215 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
7217         * gcc.dg/cpp/avoidpaste1.c: Update.
7219 Tue Feb  5 8:53:33 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
7221         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
7222         Pero <nicola@brainstorm.co.uk>.
7223         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
7225 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
7227         * g++.old-deja/g++.pt/spec39.C: New test.
7229 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
7231         * gcc.c-torture/compile/20010202-1.c: New test.
7233 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
7235         * g++.old-deja/g++.abi/primary2.C: New test.
7236         * g++.old-deja/g++.abi/primary3.C: New test.
7237         * g++.old-deja/g++.abi/primary4.C: New test.
7238         * g++.old-deja/g++.abi/primary5.C: New test.
7239         * g++.old-deja/g++.abi/vtable3.h: New test.
7240         * g++.old-deja/g++.abi/vtable3a.C: New test.
7241         * g++.old-deja/g++.abi/vtable3b.C: New test.
7242         * g++.old-deja/g++.abi/vtable3c.C: New test.
7243         * g++.old-deja/g++.abi/vtable3d.C: New test.
7244         * g++.old-deja/g++.abi/vtable3e.C: New test.
7245         * g++.old-deja/g++.abi/vtable3f.C: New test.
7246         * g++.old-deja/g++.abi/vtable3g.C: New test.
7247         * g++.old-deja/g++.abi/vtable3h.C: New test.
7248         * g++.old-deja/g++.abi/vtable3i.C: New test.
7249         * g++.old-deja/g++.abi/vtable3j.C: New test.
7250         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
7252 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
7254         * g++.old-deja/g++.other/anon6.C: New test.
7255         * g++.old-deja/g++.other/anon7.C: New test.
7257 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
7259         * gcc.dg/cpp/avoidpaste2.c: New tests.
7261 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
7263         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
7265 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
7267         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
7268         DECIMAL_DIG cases for Irix."
7270 Wed Jan 31 12:23:32 2001  J"orn Rennecke <amylaar@redhat.com>
7272         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
7274 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
7276         * gcc.dg/c99-tag-1.c: New test.
7278 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
7280         * gcc.dg/cpp/tr-warn1.c: Add tests.
7282 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
7284         * gcc.dg/cpp/avoidpaste1.c: Update.
7285         * gcc.dg/cpp/paste4.c: Update.
7287 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
7289         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
7290         cases for Irix.
7292 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7294         * g++.old-deja/g++.other/inline19.C: New test.
7296 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
7298         * gcc.dg/Wlarger-than.c: New test.
7300 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
7302         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
7304 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
7306         * gcc.c-torture/execute/20010129-1.c: New test.
7307         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
7309 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
7311         * gcc.dg/cpp/avoidpaste1.c: Test case.
7313 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
7315         * g++.old-deja/g++.other/inline18.C: New test.
7317 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7319         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
7320         and __builtin_putchar.
7322 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
7324         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
7325         tests.
7327 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
7329         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
7330         floating point number rounding mode to round to the nearest
7331         representable mode.
7333 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
7335         * g++.old-deja/g++.other/mangle2.C: New test.
7337 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
7339         * gcc.c-torture/compile/20010124-1.c: New test.
7341 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
7343         * g++.old-deja/g++.pt/spec38.C: New test.
7345 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7347         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
7348         "Build don't run".
7350 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7352         * gcc.c-torture/execute/20010123-1.c: New test.
7354 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
7356         * g++.old-deja/g++.pt/spec37.C: New test.
7358 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
7360         * g++.old-deja/g++.pt/overload14.C: New test.
7362 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7364         * gcc.c-torture/execute/20010122-1.c: New test, exercise
7365         __builtin_return_address.
7367 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
7369         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
7370         * g++.old-deja/g++.pt/spec35.C: New test.
7371         * g++.old-deja/g++.pt/spec36.C: New test.
7373 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
7375         * gcc.c-torture/compile/20010118-1.c: New test.
7377 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
7379         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
7381 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
7383         * gcc.c-torture/execute/20010119-1.c: New test.
7385 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
7387         * g++.old-deja/g++.other/vbase5.C: New test.
7389 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
7391         * gcc.c-torture/execute/20010118-1.c: New test.
7393 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
7395         * g++.old-deja/g++.pt/deduct3.C: New test.
7397 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
7399         * g++.old-deja/g++.pt/spec34.C: New test.
7401 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
7403         * g77.f-torture/compile/20000601-2.f: New test.
7405 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
7407         * g++.old-deja/g++.other/init17.C: New test.
7409 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
7411         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
7413 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
7415         * g++.old-deja/g++.pt/unify8.C: New test.
7417 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
7419         * g++.old-deja/g++.abi/vbase1.C: New test.
7421 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
7423         * g++.old-deja/g++.pt/crash65.C: New test.
7425 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
7427         * gcc.dg/cpp/assembl2.S: New test case.
7429 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
7431         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
7432         are supported.
7434 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7436         * g++.old-deja/g++.other/builtins1.C: New test.
7437         * g++.old-deja/g++.other/builtins2.C: Likewise.
7438         * g++.old-deja/g++.other/builtins3.C: Likewise.
7439         * g++.old-deja/g++.other/builtins4.C: Likewise.
7441 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
7443         * gcc.c-torture/compile/20010117-1.c: New test.
7444         * gcc.c-torture/compile/20010117-2.c: New test.
7446 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
7448         * g77.f-torture/execute/20010116.[fx]: New test,
7449         XFAIL on i?86-*-*.
7450         * g77.f-torture/compile/20010115.f: Indicate it's
7451         a test for PR fortran/1636.
7453 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
7455         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
7457 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
7459         * g77.f-torture/compile/20010115.f: New test.
7461 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
7463         * g++.old-deja/g++.pt/nontype5.C: New test.
7465 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
7467         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
7468         have an equivalent working one below it.
7470 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
7472         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
7473         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
7475 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
7477         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
7478         message containing "init_priority".
7479         (conpr-2.C): Likewise.
7480         (conpr-3.C): Likewise.
7481         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
7483 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7485         * gcc.c-torture/execute/20010114-2.c: New test.
7487 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
7489         * gcc.c-torture/compile/20010114-1.c: New test.
7490         * gcc.c-torture/compile/20010114-1.x: Xfail.
7491         * gcc.c-torture/compile/20010114-2.c: New test.
7492         * gcc.c-torture/execute/20010114-1.c: New test.
7493         * gcc.dg/trunc-1.c: New test.
7494         * gcc.dg/uninit-B.c: New test.
7496 2001-01-13  Nick Clifton  <nickc@redhat.com>
7498         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
7499         target.
7501 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
7503         * gcc.c-torture/compile/20010113-1.c: New test.
7505 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
7507         * gcc.c-torture/compile/20001212-1.c: New test.
7509 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
7511         * gcc.dg/cpp/widestr1.c: Update.
7512         * gcc.dg/cpp/prag-imp.c: Remove.
7514 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
7516         * gcc.c-torture/execute/20000801-3.x: Remove.
7517         * gcc.dg/c90-init-1.c: New test.
7518         * gcc.dg/c99-init-1.c: New test.
7519         * gcc.dg/c99-init-2.c: New test.
7520         * gcc.dg/gnu99-init-1.c: New test.
7522 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
7524         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
7525         testing that no relevant ones were found.
7527 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
7529         * g++.old-deja/g++.pt/cast2.C: New test.
7531 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
7533         * g++.old-deja/g++.pt/friend47.C: New test.
7535 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
7537         * g++.old-deja/g++.pt/instantiate13.C: New test.
7539 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
7541         * g++.old-deja/g++.other/defarg7.C: New test.
7542         * g++.old-deja/g++.other/defarg8.C: New test.
7544 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
7546         * g++.old-deja/g++.pt/crash64.C: New test.
7548 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
7550         * g++.old-deja/g++.pt/crash63.C: New test.
7552 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
7554         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
7556 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
7558         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
7560 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
7562         * g++.old-deja/g++.pt/error3.C: New test.
7564 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
7566         * g++.old-deja/g++.other/crash39.C: New test.
7568 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
7570         * g++.old-deja/g++.other/vbase4.C: New test.
7572 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
7574         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
7575         * gcc.dg/special/20000419-2.c: New file. Identical to above.
7576         * gcc.dg/special/special.exp: New test driver which will check
7577         for alias support for the above test.
7579 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
7581         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
7582         problems on small machines.
7583         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
7584         parameterize.
7586 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
7588         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
7589         mips.
7590         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
7592 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
7594         * g++.old_deja/g++.pt/using8.C: New test.
7596 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
7598         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
7600 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
7602         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
7603         where a failure is expected.
7604         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
7606 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
7608         * g++.old_deja/g++.pt/instantiate12.C: New test.
7610 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
7612         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
7613         start of structs.
7614         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
7615         * g++.old-deja/g++.brendan/crash17.C: Likewise.
7616         * g++.old-deja/g++.brendan/crash29.C: Likewise.
7617         * g++.old-deja/g++.brendan/crash48.C: Likewise.
7618         * g++.old-deja/g++.brendan/ns1.C: Likewise.
7619         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
7620         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
7621         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
7622         * g++.old-deja/g++.eh/spec6.C: Likewise.
7623         * g++.old-deja/g++.jason/crash3.C: Likewise.
7624         * g++.old-deja/g++.law/ctors11.C: Likewise.
7625         * g++.old-deja/g++.law/ctors17.C: Likewise.
7626         * g++.old-deja/g++.law/ctors5.C: Likewise.
7627         * g++.old-deja/g++.law/ctors9.C: Likewise.
7628         * g++.old-deja/g++.mike/ambig1.C: Likewise.
7629         * g++.old-deja/g++.mike/net22.C: Likewise.
7630         * g++.old-deja/g++.mike/p3538a.C: Likewise.
7631         * g++.old-deja/g++.mike/p3538b.C: Likewise.
7632         * g++.old-deja/g++.mike/virt3.C: Likewise.
7633         * g++.old-deja/g++.niklas/t128.C: Likewise.
7634         * g++.old-deja/g++.other/anon4.C: Likewise.
7635         * g++.old-deja/g++.other/using1.C: Likewise.
7636         * g++.old-deja/g++.other/warn3.C: Likewise.
7637         * g++.old-deja/g++.pt/t37.C: Likewise.
7638         * g++.old-deja/g++.robertl/eb69.C: Likewise.
7639         * g++.old-deja/g++.robertl/eb71.C: Likewise.
7641 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
7643         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
7645 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7647         * gcc.c-torture/execute/stdio-opt-3.c: New test.
7649 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
7651         * gcc.c-torture/compile/20010107-1.c: New test.
7653 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
7655         * gcc.c-torture/execute/builtin-noret-1.c: New test.
7657 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
7659         * gcc.dg/format/format.h: New file.
7660         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
7661         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
7662         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
7663         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
7664         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
7665         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
7666         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
7667         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
7668         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
7669         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
7670         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
7671         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
7672         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
7673         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
7674         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
7675         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
7676         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
7677         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
7678         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
7679         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
7680         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
7681         instead of declaring standard types, macros and functions in each
7682         test.
7684 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
7686         * gcc.c-torture/execute/20010106-1.c: New test.
7688 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
7690         * gcc.dg/format/format.exp: New file.
7691         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
7692         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
7693         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
7694         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
7695         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
7696         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
7697         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
7698         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
7699         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
7700         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
7701         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
7702         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
7703         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
7704         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
7705         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
7706         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
7707         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
7708         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
7709         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
7710         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
7711         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
7712         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
7713         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
7714         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
7715         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
7716         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
7717         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
7718         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
7719         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
7720         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
7721         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
7722         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
7723         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
7724         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
7725         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
7726         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
7727         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
7728         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
7729         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
7730         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
7731         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
7732         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
7734 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
7736         * gcc.c-torture/execute/991228-1.c: Take word endianness into
7737         account.
7739 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
7741         * gcc.c-torture/execute/builtin-complex-1.c: New test.
7743 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
7745         * g++.old-deja/g++.pt/crash62.C: New test.
7747 2001-01-04  Richard Henderson  <rth@redhat.com>
7749         * gcc.dg/20000926-1.c: Update expected warnings.
7750         * gcc.dg/array-2.c: Likewise.
7751         * gcc.dg/array-4.c: Also validate flexible array members.
7752         * gcc.dg/c99-flex-array-1.c: New.
7754 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
7756         * gcc.c-torture/compile/20001222-1.x: Remove.
7758 Thu Jan  4 13:54:11 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7760         * gcc.c-torture/execute/built-in-setjmp.c: New.
7762 2001-01-03  Richard Henderson  <rth@redhat.com>
7764         * gcc.dg/940510-1.c: Update expected error wording.
7765         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
7767 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
7769         * lib/target-supports.exp (check_alias_available): Modified to
7770         indicate aliases not supported if only weak aliases are supported.
7772 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7774         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
7775         Turn on cmpstrsi checks for __pj__ and __i370__.
7777 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
7779         * g++.old-deja/g++.other/virtual11.C: New test.
7781 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
7783         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
7785 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7787         * gcc.c-torture/compile/20010102-1.c: New test.
7789 2001-01-02  Andreas Jaeger  <aj@suse.de>
7791         * gcc.dg/noreturn-3.c: New test.
7793         * gcc.dg/noreturn-4.c: New test.
7795 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7797         * gcc.c-torture/execute/stdio-opt-1.c: Also test
7798         __builtin_fputc and __builtin_fwrite.
7800 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
7802         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
7803         signed char, not default char.
7805 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
7807         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
7809 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
7811         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
7813 2000-12-29  Richard Henderson  <rth@redhat.com>
7815         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
7816         (__cyg_profile_func_exit): Define.
7818 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
7820         * g++.dg/vtgc1.C: New test.
7822 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
7824         * gcc.dg/noncompile/20001228-1.c: New test.
7826         * gcc.dg/20001228-1.c: New test.
7828         * gcc.c-torture/execute/20001228-1.c: New test.
7830 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
7832         * gcc.dg/format-strfmon-1.c: New test.
7834 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7836         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
7837         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
7838         * gcc.c-torture/execute/string-opt-1.c: Likewise.
7839         * gcc.c-torture/execute/string-opt-2.c: Likewise.
7840         * gcc.c-torture/execute/string-opt-3.c: Likewise.
7841         * gcc.c-torture/execute/string-opt-4.c: Likewise.
7842         * gcc.c-torture/execute/string-opt-6.c: Likewise.
7843         * gcc.c-torture/execute/string-opt-7.c: Likewise.
7844         * gcc.c-torture/execute/string-opt-8.c: Likewise.
7845         * gcc.c-torture/execute/string-opt-9.c: Likewise.
7846         * gcc.c-torture/execute/string-opt-10.c: Likewise.
7847         * gcc.c-torture/execute/string-opt-11.c: Likewise.
7848         * gcc.c-torture/execute/string-opt-12.c: Likewise.
7850         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
7851         * gcc.c-torture/execute/string-opt-4.c: Test index.
7853 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
7855         * gcc.c-torture/compile/20001226-1.c: New test.
7857 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
7859         * gcc.c-torture/compile/20001222-1.c: New test.
7860         * gcc.c-torture/compile/20001222-1.x: Xfail.
7862 Fri Dec 22 06:45:03 2000  Alexandre Oliva  <aoliva@redhat.com>
7864         * gcc.c-torture/execute/comp-goto-2.c: New test.
7866 Thu Dec 21 22:43:03 2000  J"orn Rennecke <amylaar@redhat.com>
7868         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
7869         Use long types if __INT_MAX__ is 32767.
7870         (main): Use cast to (sint32 *) when poking 88 into a_page.
7872         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
7874 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
7876         * gcc.c-torture/compile/20001221-1.c: New test.
7877         * gcc.c-torture/execute/20001221-1.c: New test.
7879 2000-12-20  Richard Henderson  <rth@redhat.com>
7881         * g++.old-deja/g++.pt/crash36.C: Update error lines.
7882         * g++.old-deja/g++.robertl/eb109.C: Likewise.
7884 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7886         * gcc.dg/compare3.c: New test.
7888 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
7890         * gcc.dg/format-warnll-1.c: New test.
7892 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
7894         * gcc.dg/cpp/cmdlne-P.c: New test.
7896 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
7898         * gcc.c-torture/execute/builtin-abs-1.c,
7899         gcc.c-torture/execute/builtin-abs-2.c: New tests.
7901 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
7903         * gcc.dg/cpp/multiline.c: New test.
7905 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
7907         * g++.old-deja/g++.other/syshdr1.C: Update.
7908         * gcc.dg/cpp/lineflags.c: Remove temporarily.
7910 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7912         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
7914 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7916         * g++.old-deja/g++.pt/ttp65.C: New test.
7918 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7920         * g++.old-deja/g++.pt/ttp64.C: New test.
7922 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7924         * g++.old-deja/g++.pt/spec33.C: New test.
7926 2000-12-14  Catherine Moore  <clm@redhat.com>
7928         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
7929         * gcc.c-torture/execute/920612-2.c: Likewise.
7930         * gcc.c-torture/execute/920428-2.c: Likewise.
7931         * gcc-c-torture/execute/va-arg-11.c: Call exit.
7932         * gcc.c-torture/execute/va-arg-21.c: Likewise.
7934 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7936         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
7937         * gcc.dg/pack-test-2.c: Likewise.
7939 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
7941         Tests by Zack Weinberg <zackw@stanford.edu>.
7943         * gcc.dg/cpp/defined.c: Update.
7944         * gcc.dg/cpp/defined_trad.c: New tests.
7946 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
7948         * gcc.dg/cpp/trad-direct.c: Update.
7950 2000-12-11  Neil Booth  <neilb@earthling.net>
7952         * gcc.dg/cpp/defined_trad.c
7954 2000-12-11  Neil Booth  <neilb@earthling.net>
7956         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
7958 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
7960         * gcc.dg/format-miss-2.c: New test.
7962 2000-12-09  Neil Booth  <neilb@earthling.net>
7964         * gcc.dg/cpp/lineflags.c: New tests.
7965         * gcc.dg/cpp/poison.c: Update.
7966         * gcc.dg/cpp/redef2.c: Update.
7967         * gcc.dg/cpp/skipping.c: New test.
7969 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
7971         * g++.old-deja/g++.other/eh3.C: New testcase.
7973 2000-12-07  Neil Booth  <neilb@earthling.net>
7975         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
7976         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
7977         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
7978         wtr-union-init-2.c, wtr-union-init-3.c: Update.
7979         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
7980         Update.
7982 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
7984         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
7985         __SIZE_TYPE__ instead of int for type of integers cast to
7986         pointers.
7988 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
7990         * g++.old-deja/g++.other/cleanup4.C: New test.
7992 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
7994         * format-sec-1.c: New test.
7996 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
7998         * gcc.dg/format-nonlit-3.c: New test.
8000 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
8002         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
8003         through a null pointer.
8005 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8007         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
8008         * g++.old-deja/g++.pt/partial4.C: New test.
8010 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
8012         * gcc.c-torture/execute/ieee/hugeval.x: New.
8014 2000-12-06  Neil Booth  <neilb@earthling.net>
8016         * gcc.dg/cpp/backslash2.c: New tests.
8018 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8020         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
8021         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
8023 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
8025         * gcc.c-torture/execute/20001203-2.c: New testcase.
8027 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
8029         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
8030         * g++.old-deja/g++.other/virtual10.C: New test.
8032 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
8034         * g++.old-deja/g++.mike/pmf5.C: Remove test.
8036 2000-12-05  Richard Henderson  <rth@redhat.com>
8038         * gcc.c-torture/compile/20001205-1.c: New.
8040 2000-12-04  Neil Booth  <neilb@earthling.net>
8042         * g++.old-deja/g++.other/virtual9.C: New test.
8043         * g++.old-deja/g++.pt/crash61.C: New test.
8044         * gcc.c-torture/execute/loop-9.c: New test.
8046 2000-12-04  Neil Booth  <neilb@earthling.net>
8048         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
8049         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
8050         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
8051         * gcc.dg/cpp/extratokens.c: ...here.
8053 2000-12-04  Neil Booth  <neilb@earthling.net>
8055         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
8056         New tests.
8058 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8060         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
8061         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
8063 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
8065         * gcc.c-torture/execute/20001203-1.c: New test.
8067 2000-12-03  Neil Booth  <neilb@earthling.net>
8069         * gcc.dg/cpp/macro6.c: New test cases.
8071 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8073         * gcc.c-torture/execute/string-opt-9.c: New test.
8074         * gcc.c-torture/execute/string-opt-10.c: Likewise.
8075         * gcc.c-torture/execute/string-opt-11.c: Likewise.
8076         * gcc.c-torture/execute/string-opt-12.c: Likewise.
8078         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
8079         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
8081 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
8083         * gcc.dg/cpp/if-6.c: New testcase.
8085         * gcc.dg/20001201-1.c: New testcase.
8087 2000-12-02  Neil Booth  <neilb@earthling.net>
8089         * g++.old-deja/g++.other/externC4.C,
8090         g++.old-deja/g++.other/friend10.C: New tests.
8092 2000-12-02  Neil Booth  <neilb@earthling.net>
8094         * g++.old-deja/g++.other/instan2.C
8095         * g++.old-deja/g++.other/instan3.C: New test.
8097 2000-12-02  Neil Booth  <neilb@earthling.net>
8099         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
8100         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
8101         gnuc99.c,gnuc99-pedantic.c: New tests.
8103 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
8105         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
8106         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
8108 2000-12-01  Neil Booth  <neilb@earthling.net>
8110         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
8111         * gcc.dg/cpp/poison.c: Update.
8112         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
8114 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
8116         * g77.f-torture/execute/20001201.f: New test.
8118 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
8120         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
8122 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
8124         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
8126 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
8128         * g++.old-deja/g++.other/cast6.C: New test.
8130 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
8132         * gcc.c-torture/execute/20001130-2.c: New testcase.
8134 2000-11-30  Richard Henderson  <rth@redhat.com>
8136         * gcc.c-torture/execute/20001130-1.c: New test.
8138 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
8140         * g++.old-deja/g++.other/op3.C: New test.
8142 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
8144         * g++.old-deja/g++.other/op2.C: New test.
8146 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
8148         * g++.old-deja/g++.other/crash38.C: New test.
8150 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
8152         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
8154 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
8156         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
8157         tests.
8158         * gcc.c-torture/execute/string-opt-6.c: New test.
8160         * gcc.dg/20001117-1.c: Add main.
8162 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
8164         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
8165         Move from here ...
8166         * gcc.dg/940510-1.c: ... to here.
8168         * gcc.dg/20000926-1.c: GNU C now allows initializations of
8169         zero-size arrays in toplevel structures.
8171 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
8173         * gcc.c-torture/execute/loop-8.c: New test.
8175 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
8177         * g++.old-deja/g++.other/base1.C: New test.
8179 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
8181         * g++.old-deja/g++.other/parse2.C: New test.
8183 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
8185         * g++.old-deja/g++.pt/incomplete1.C: New test.
8187 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
8189         * g++.old-deja/g++.other/friend9.C: New test.
8191 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
8193         * gcc.dg/20001127-1.c: New test.
8195 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
8197         * g++.old-deja/g++.pt/friend46.C: New test.
8199 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
8201         * g++.old-deja/g++.other/ptrmem8.C: New test.
8203 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8205         * gcc.c-torture/execute/string-opt-7.c: New test.
8206         * gcc.c-torture/execute/string-opt-8.c: Likewise.
8208 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
8210         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
8211         instead of 'mkcheck 2'.
8213 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
8215         * gcc.c-torture/execute/memcheck/driver.c,
8216         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
8217         C9X references to refer to C99.
8219 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
8221         * gcc.dg/ultrasp3.c: New test.
8223 2000-11-25  Neil Booth  <neilb@earthling.net>
8225         * gcc.dg/cpp/include2.c: Update test to be locale independent.
8227 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
8229         * gcc.c-torture/compile/20001123-2.c: New.
8231 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8233         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
8235 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
8237         * gcc.dg/sequence-point-1.c: Add some new tests.
8238         * gcc.c-torture/execute/20001124-1.c: New test.
8240 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
8242         * g++.old-deja/g++.other/vaarg4.C: New test.
8243         * gcc.c-torture/compile/20001123-1.c: New test.
8245 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
8247         * g++.other/crash24.C: Adjust and remove XFAIL.
8248         * g++.other/crash37.C: New test.
8250 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
8252         * g++.old-deja/g++.pt/instantiate9.C: New test.
8254 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
8256         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
8257         new ABI, too.
8259         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
8260         * g++.old-deja/g++.robertl/eb55.C: Likewise.
8262 2000-11-22  Neil Booth  <neilb@earthling.net>
8264         * gcc.dg/cpp/Wtrigraphs.c: New test.
8266 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
8268         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
8270 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
8272         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
8274 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
8276         * lib/gcc-dg.exp: load_lib scanasm.exp.
8277         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
8278         * lib/g++-dg.exp: load_lib scanasm.exp.
8279         * lib/scanasm.exp: New.
8280         (scan-assembler, scan-assembler-not): Add optional arguments to
8281         test name, or if not present, the pattern name.
8282         (scan-assembler-dem, scan-assembler-dem-not): New.
8284         * g++.dg/dg.exp: New.
8286 2000-11-21  Neil Booth  <neilb@earthling.net>
8288         * gcc.dg/cpp/integrated1.c: Remove.
8290 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
8292         * gcc.c-torture/execute/20001121-1.c: New test.
8294 2000-11-21  Richard Henderson  <rth@redhat.com>
8296         * gcc.c-torture/compile/20001121-1.c: New test.
8298 2000-11-20  Neil Booth  <neilb@earthling.net>
8300         * gcc.dg/cpp/integrated1.c: New test.
8302 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
8304         * g++.old-deja/g++.other/inline17.C: New test.
8306 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
8308         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
8309         local variable to be zero: I made the variable global. Now
8310         uses abort() and exit() instead of relying on main's return value.
8312 2000-11-20  Neil Booth  <neilb@earthling.net>
8314         * gcc.dg/cpp/paste2.c: Update test.
8315         * objc/execute/paste.m: New test.
8317 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
8319         * gcc.dg/c99-condexpr-1.c: New test.
8321 2000-11-20  Neil Booth  <neilb@earthling.net>
8323         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
8325 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
8327         * g++.old-deja/g++.pt/export1.C: New test.
8329 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
8331         * gcc.dg/20001117-1.c: New test.
8333 2000-11-18  Richard Henderson  <rth@redhat.com>
8335         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
8337 2000-11-18  Richard Henderson  <rth@redhat.com>
8339         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
8340         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
8341         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
8343 2000-11-18  Richard Henderson  <rth@redhat.com>
8345         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
8346         (main): New.  Exit cleanly.
8348 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8350         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
8351         gcc.dg/c99-fordecl-2.c: New tests.
8353 2000-11-18  Richard Henderson  <rth@redhat.com>
8355         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
8356         * gcc.c-torture/execute/zerolen-2.c: New.
8358 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8360         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
8361         memory.
8363 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
8365         * g++.old-deja/g++.pt/instantiate8.C: New test.
8367 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
8369         * g++.old-deja/g++.other/incomplete.C: Add more tests.
8370         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
8372 2000-11-16  Nick Clifton  <nickc@redhat.com>
8374         * gcc.c-torture/execute/nestfunc-2.c: New test.
8375         * gcc.c-torture/execute/nestfunc-3.c: New test.
8377 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
8379         * gcc.c-torture/compile/20001116-1.c: New test.
8381 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8383         * gcc.c-torture/execute/20001115-1.c: New test.
8385 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
8387         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
8388         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
8389         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
8390         * g++.old-deja/g++.abi/vmihint.C: Likewise.
8392 2000-11-15  Neil Booth  <neilb@earthling.net>
8394         gcc.dg/cpp/_Pragma1.c: Update.
8395         gcc.dg/cpp/_Pragma2.c: New test.
8397 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
8399         * g++.old-deja/g++.other/anon5.C: New test.
8401 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
8403         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
8404         tests.
8406 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
8408         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
8409         output.
8411 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8413         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
8414         labels at end of compound statements.
8416 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
8418         * gcc.c-torture/execute/loop-7.c: New test.
8420 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8422         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
8424 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8426         * gcc.dg/c99-bool-1.c: New test.
8428 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8430         * gcc.dg/c99-scope-1.c: Remove xfail.
8431         * gcc.dg/c99-scope-2.c: New test.
8433 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8435         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
8436         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
8438 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
8440         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
8441         error messages.
8443         * g++.mike/p700.C: Don't typedef wchar_t.
8444         * g++.mike/p784.C: Likewise.
8445         * g++.mike/eb101.C: Don't use __wchar_t.
8447 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
8449         * g77.f-torture/execute/20001111.[fx]: Test premature exit
8450         from DO loop.
8452 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
8454         * gcc.c-torture/execute/20001111-1.c: New test.
8456 2000-11-10  Nick Clifton  <nickc@redhat.com>
8458         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
8459         long multuiple and accumulate.
8461 2000-11-09  Richard Henderson  <rth@redhat.com>
8463         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
8464         via size_t instead of int.
8466         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
8467         * gcc.c-torture/execute/string-opt-2.c: Likewise.
8468         * gcc.c-torture/execute/string-opt-3.c: Likewise.
8469         * gcc.c-torture/execute/string-opt-4.c: Likewise.
8471 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
8473         * gcc.c-torture/compile/20001109-1.c: New test.
8474         * gcc.c-torture/compile/20001109-2.c: New test.
8476 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
8478         * g++.old-deja/g++.pt/operator1.C: New test.
8479         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
8481 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
8483         * gcc.dg/20001108-1.c: New test.
8485 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
8487         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
8488         with both arguments constant strings.
8489         * gcc.c-torture/execute/string-opt-3.c: New test.
8490         * gcc.c-torture/execute/string-opt-4.c: New test.
8491         * gcc.c-torture/execute/string-opt-5.c: New test.
8493 2000-11-08  Nick Clifton  <nickc@redhat.com>
8495         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
8496         mulsidi3adddi patterns.
8498 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
8500         * g++.old-deja/g++.other/crash36.C: New test.
8502 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
8504         * g++.old-deja/g++.other/init16.C: New test.
8506 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
8508         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
8510 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
8512         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
8513         * gcc.c-torture/execute/va-arg-16.x: Likewise.
8514         * gcc.c-torture/execute/va-arg-17.x: Likewise.
8516 2000-11-07  DJ Delorie  <dj@redhat.com>
8518         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
8520 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8522         * gcc.c-torture/execute/string-opt-1.c: New test.
8524 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
8526         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
8527         mips-sgi-irix6.* because the MIPS ABI passes floating-point
8528         parameters in registers, and there is no way for a varargs
8529         function to know in which order the integer and floating-point
8530         parameters should be interleaved when they are placed on the
8531         stack.
8532         * gcc.c-torture/execute/va-arg-16.x: Likewise.
8533         * gcc.c-torture/execute/va-arg-17.x: Likewise.
8535 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8537         * gcc.c-torture/execute/string-opt-2.c: New test.
8539 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
8541         * g++.old-deja/g++.pt/crash60.C: New test.
8543 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
8545         * g++.old-deja/g++.other/crash24.C: New test.
8546         * g++.old-deja/g++.other/crash25.C: New test.
8547         * g++.old-deja/g++.other/crash26.C: New test.
8548         * g++.old-deja/g++.other/crash27.C: New test.
8549         * g++.old-deja/g++.other/crash28.C: New test.
8550         * g++.old-deja/g++.other/crash29.C: New test.
8551         * g++.old-deja/g++.other/crash30.C: New test.
8552         * g++.old-deja/g++.other/crash31.C: New test.
8553         * g++.old-deja/g++.other/crash32.C: New test.
8554         * g++.old-deja/g++.other/crash33.C: New test.
8555         * g++.old-deja/g++.other/crash34.C: New test.
8556         * g++.old-deja/g++.other/crash35.C: New test.
8558 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
8560         * gcc.c-torture/execute/20001031-1.c: New test.
8562 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
8564         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
8565         namespace.
8567         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
8568         standards-conformant.
8570         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
8572         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
8573         * g++.old-deja/g++.mike/p755a.C: Likewise.
8574         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
8575         library makes no calls to `operator new' during initialization.
8577 2000-11-04  Neil Booth  <neilb@earthling.net>
8579         * gcc.dg/cpp/include2.c: New tests.
8581 Fri Nov  3 13:32:14 2000  Mark P Mitchell  <mark@codesourcery.com>
8583         * lib/g++.exp (g++_set_ld_library_path): New function.
8584         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
8586 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
8588         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
8589         warnings.
8591 2000-11-01  Richard Henderson  <rth@redhat.com>
8593         * g++.old-deja/g++.ext/namedret1.C: New.
8594         * g++.old-deja/g++.ext/namedret2.C: New.
8595         * g++.old-deja/g++.ext/namedret3.C: New.
8597 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
8599         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
8600         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
8602 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8604         * gcc.c-torture/execute/va-arg-21.c: New test.
8606 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
8608         * gcc.dg/c99-complex-2.c: New test.
8610 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8612         * gcc.c-torture/execute/stdio-opt-1.c: New test.
8614 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
8616         * g++.old-deja/g++.other/inline16.C: New test.
8618 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
8620         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
8621         __PRETTY_FUNCTION__
8623 2000-10-29  Neil Booth  <neilb@earthling.net>
8625         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
8626         New tests.
8627         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
8628         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
8629         optimisation.
8631 2000-10-29  Neil Booth  <neilb@earthling.net>
8633         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
8634         * mi1.c, mi1c.h: Add null directives to multiple-include test.
8635         * mi5.c: Test multiple includes work with -C.
8636         * trigraphs.c: Test ^= version.
8638 2000-10-28  Neil Booth  <neilb@earthling.net>
8640         New tests and test updates for new macro expander.
8642         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
8643         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
8644         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
8645         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
8646         new diagnostic messages.
8648         * gcc.dg/cpp/macro3.c: New tests.
8650 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
8652         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
8653         on the same line.
8655 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
8657         * g++.old-deja/g++.other/eh2.C: New test.
8659 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
8661         * gcc.c-torture/execute/20001027-1.c: New test.
8663 2000-10-26  Richard Henderson  <rth@redhat.com>
8665         * gcc.c-torture/execute/20001026-1.c: New.
8667 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
8669         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
8670         * g++.old-deja/g++.law/builtin1.C: Likewise.
8671         * g++.old-deja/g++.law/ctors10.C: Likewise.
8672         * g++.old-deja/g++.law/virtual3.C: Likewise.
8673         * g++.old-deja/g++.mike/p658.C: Likewise.
8674         * g++.old-deja/g++.other/sibcall1.C: Likewise.
8675         * g++.old-deja/g++.other/vaarg2.C: Likewise.
8676         * g++.old-deja/g++.robertl/eb124.C: Likewise.
8677         * g++.old-deja/g++.robertl/eb44.C: Likewise.
8678         * g++.old-deja/g++.robertl/eb77.C: Likewise.
8680 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
8682         * gcc.c-torture/compile/20001024-1.c: New test.
8684 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
8686         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
8687         to tell us whether or not we are using V3.
8689 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
8691         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
8692         operands.
8694 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
8696         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
8698 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
8700         * gcc.c-torture/execute/20001024-1.c: New test.
8702 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
8704         * g++.old-deja/g++.other/sibcall1.C: New test.
8706 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
8708         * gcc.dg/noncompile/init-3.c: New test.
8710 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
8712         * gcc.dg/format-array-1.c: New test.
8714 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8716         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
8717         writing through null pointers; remove comment about testing
8718         unterminated strings.
8720 2000-10-17  Matthew Hiller  <hiller@redhat.com>
8722         * gcc.c-torture/execute/20001017-2.c: New test.
8724 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8726         * gcc.c-torture/compile/20001018-1.c: New test.
8727         * gcc.c-torture/compile/20001018-1.x: Xfail.
8729 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8731         * gcc.c-torture/execute/20001017-1.c: New test.
8733 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8735         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
8736         for multiple use of arguments with scanf formats; add tests for
8737         multiple use of arguments.
8739 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
8741         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
8743 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8745         * gcc.dg/format-miss-1.c: New test.
8747 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
8749         * gcc.c-torture/execute/20001013-1.c: New test.
8751 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
8753         * gcc.dg/format-branch-1.c: New test.
8755 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
8757         * README, lib/file-format.exp: Remove EGCS references.
8759 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
8761         * gcc.dg/20001013-1.c: New test.
8763 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
8765         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
8766         for intmax_t in the compiler using __typeof__ and the type rules
8767         for conditional expressions.
8769 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
8771         * gcc.dg/20001012-1.c: New test.
8772         * gcc.dg/20001012-2.c: New test.
8774 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
8776         * gcc.dg/format-attr-1.c: New test.
8778 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
8780         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
8781         __LONG_LONG_MAX__ instead of LLONG_MAX.
8783 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
8785         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
8786         scanf flags.
8787         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
8788         flags.
8790 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
8792         * gcc.dg/sequence-pt-1.c: New test.
8794 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
8796         * gcc.c-torture/execute/20001011-1.c: New testcase.
8797         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
8799 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
8801         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
8802         does not error on it.
8804 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
8806         * gcc.dg/20001009-1.c: New test.
8808 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8810         * gcc.c-torture/compile/20001009-1.c: Move from here ....
8811         * gcc.c-torture/execute/20001009-2.c: ... to here.
8813 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
8815         * gcc.c-torture/compile/20001009-1.c: New testcase.
8816         * gcc.c-torture/execute/20001009-1.c: New testcase.
8817         Testcases provided by Jan Hubicka <jh@suse.cz>.
8819 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
8821         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
8822         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
8823         uintmax_t using <limits.h> to emulate the compiler's internal
8824         logic.  No longer XFAIL %j tests.
8826 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
8828         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
8829         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
8830         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
8831         regexps and details of expected handling of some bad formats.
8832         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
8833         suppression.
8835 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
8837         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
8838         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
8839         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
8840         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
8841         in list archives.
8843 2000-10-06  Richard Henderson  <rth@cygnus.com>
8845         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
8846         * g++.old-deja/g++.brendan/crash52.C: Likewise.
8847         * g++.old-deja/g++.jason/report.C: Likewise.
8848         * g++.old-deja/g++.law/friend5.C: Likewise.
8849         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
8850         of the expected warnings.
8852 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
8854         * g++.old-deja/g++.pt/enum14.C: New test.
8856 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
8858         * g++.old-deja/g++.pt/crash59.C: New test.
8860 2000-10-04  Will Cohen  <wcohen@redhat.com>
8862         * gcc.dg/20000926-1.c: New test.
8864 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
8866         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
8867         function name for current C++ compiler.
8868         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
8870 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
8872         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
8873         __PRETTY_FUNCTION__.
8874         * g++.old-deja/g++.ext/pretty2.C: Likewise.
8876 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8878         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
8880 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
8882         * gcc.c-torture/compile/20000923-1.c: New test.
8884 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
8886         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
8887         * g++.old-deja/g++.pt/ttp62.C: Same.
8888         * g++.old-deja/g++.other/inline14.C: Same.
8890 2000-09-24  Richard Henderson  <rth@cygnus.com>
8892         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
8894 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
8896         * gcc.dg/c90-printf-1.c: Add test for wide string format.
8898 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
8900         * gcc.c-torture/compile/20000922-1.c: New file.
8902 2000-09-21  Nick Clifton  <nickc@redhat.com>
8904         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
8905         a signed long modulo operation.
8906         (mod6): New function - perform an unsigned long modulo operation.
8907         (main): Add tests for modulos of very large numbers by very small
8908         dividends.
8910 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8912         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
8914 2000-09-19  Richard Henderson  <rth@cygnus.com>
8916         * gcc.dg/compare2.c (case 10): XFAIL.
8918 2000-09-18  Richard Henderson  <rth@cygnus.com>
8920         * gcc.c-torture/execute/20000906-1.c: Move ...
8921         * gcc.dg/20000906-1.c: ... here.  Only run on targets
8922         that support __builtin_trap.
8924 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
8926         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
8928 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8930         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
8931         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
8932         more $ format tests.
8934 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8936         * gcc.dg/format-errmk-1.c: New test.
8938 2000-09-17  Greg McGary  <greg@mcgary.org>
8940         * gcc.c-torture/execute/20000917-1.x: Remove.
8942 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8944         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
8946 2000-09-17  Greg McGary  <greg@mcgary.org>
8948         * gcc.c-torture/execute/20000917-1.c: New test.
8949         * gcc.c-torture/execute/20000917-1.x: XFAIL.
8951 Sat 16-Sep-2000 08:14:58 BST  Neil Booth  <NeilB@earthling.net>
8953         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
8954         in nested macro bug.
8956 Fri 15-Sep-2000 06:50:11 BST  Neil Booth  <NeilB@earthling.net>
8958         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
8960 Thu Sep 14 16:48:49 2000  Jeffrey A Law  (law@cygnus.com)
8962         * gcc.c-torture/execute/20000914-1.c: New test.
8964 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
8966         * g++.other/inline13.C: New test.
8968 2000-09-12  Andreas Jaeger  <aj@suse.de>
8970         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
8971         constant by Ulrich Drepper <drepper@redhat.com>.
8973 Tue Sep 12 18:32:07 2000  J"orn Rennecke <amylaar@redhat.co.uk>
8975         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
8977 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8979         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
8981 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
8983         * gcc.dg/cpp/backslash.c: New test.
8985 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
8987         * gcc.c-torture/execute/20000910-1.c: New test.
8988         * gcc.c-torture/execute/20000910-2.c: Likewise.
8990 2000-09-11  Robert Lipe  <robertl@sco.com>
8992         * gcc.dg/pragma-align.c: New test.
8994 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
8996         * g++.old-deja/g++.pt/explicit82.C: New test.
8997         * g++.old-deja/g++.pt/explicit83.C: New test.
8999 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
9001         * gcc.dg/asm-names.c: New test.
9003 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9005         * gcc.dg/cpp/tr-warn6.c: New test
9007 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
9009         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
9010         be accepted.
9012 2000-09-07  Catherine Moore  <clm@redhat.com>
9014         * gcc.c-torture/execute/unroll-1.c: New test.
9016 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
9018         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
9019         ERROR markers.
9020         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
9021         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
9022         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
9023         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
9024         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
9025         Preprocess only.
9026         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
9027         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
9029 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
9031         * g++.old-deja/g++.pt/deduct2.C: New test.
9033 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
9035         * g++.old-deja/g++.pt/parms2.C: New test.
9037 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
9039         * g++.old-deja/g++.pt/crash58.C: New test.
9041 2000-09-06  Greg McGary  <greg@mcgary.org>
9043         * gcc.c-torture/execute/20000906-1.c: New test.
9044         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
9046 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9048         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
9050 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
9052         * g++.old-deja/g++.pt/crash57.C: New test.
9054 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
9056         * g++.old-deja/g++.pt/crash56.C: New test.
9058 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
9060         * g++.old-deja/g++.pt/koenig1.C: New test.
9062 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
9064         * gcc.dg/20000904-1.c: New test.
9066 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
9068         * gcc.dg/cpp/paste8.c: New test.
9070 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
9072         * gcc.c-torture/compile/20000827-1.c: New test.
9074 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
9076         * gcc.dg/format-diag-1.c: New test.
9078 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
9080         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
9081         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
9082         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
9083         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
9084         gcc.dg/formatz-1.c: Adjust warning regular expressions.
9086 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
9088         * g++.old-deja/g++.other/nested4.C: New test.
9090 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
9092         * g++.old-deja/g++.ns/scoped1.C: New test.
9094 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
9096         * lib/g++.exp: Support testing already-installed GCC.
9098 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9100         * wtr-label-1.c, wtr-suffix-1.c: New tests.
9102 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9104         * gcc.dg/return-type-2.c: New test.
9106 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
9108         * gcc.c-torture/compile/20000825-1.c: New test.
9110 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
9112         * gcc.dg/dwarf2-2.c: New test.
9114 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
9116         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
9117         dg-warning regexps.
9119 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
9121         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
9122         gcc.dg/format-ext-5.c: New tests.
9124 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
9126         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
9128 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
9130         * gcc.dg/noncompile/930622-2.c: Adjust error message.
9132 2000-08-24  Richard Henderson  <rth@cygnus.com>
9134         * gcc.dg/ia64-sync-1.c: New test.
9135         * gcc.dg/ia64-sync-2.c: New test.
9136         * gcc.dg/ia64-asm-1.c: New test.
9138 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
9140         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
9141         * gcc.dg/format-ext-2.c: New test.
9143 2000-08-23  Jason Merrill  <jason@redhat.com>
9145         * lib/old-dejagnu.exp: Also ignore "In member function" and
9146         "At global scope".
9148 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9150         * gcc.dg/noncompile/label-lineno-1.c: New test.
9152 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
9154         * gcc.dg/c99-array-nonobj-1.c: New test.
9156 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
9158         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
9159         tests.
9160         * gcc.dg/format-ext-1.c: New test.
9162 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9164         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
9165         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
9166         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
9167         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
9168         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
9170 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
9172         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
9173         gcc.dg/c99-strftime-2.c: New tests.
9175 2000-08-22  Richard Henderson  <rth@cygnus.com>
9177         * gcc.c-torture/execute/20000822-1.c: New test.
9179 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
9181         * gcc.c-torture/execute/20000819-1.x: Remove.
9183 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
9185         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
9186         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
9187         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
9188         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
9189         gcc.dg/format-xopen-1.c: New tests.
9191 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
9193         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
9195 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
9197         * g++.old-deja/g++.other/loop2.C: New test.
9199         * gcc.c-torture/compile/20000606-1.c: New test.
9200         * gcc.c-torture/compile/20000728-1.c: New test.
9201         * gcc.c-torture/execute/20000801-1.c: New test.
9202         * gcc.c-torture/execute/20000801-2.c: New test.
9203         * gcc.c-torture/execute/20000819-1.c: New test.
9204         * gcc.c-torture/execute/20000819-1.x: XFAIL.
9205         * gcc.dg/20000629-1.c: New test.
9206         * gcc.dg/20000724-1.c: New test.
9207         * gcc.dg/20000807-1.c: New test.
9209 Sun Aug 20 01:41:35 MSD 2000 Dennis Chernoivanov <cdi@sparc.spb.su>
9211         * gcc.dg/cpp/pragma-1.c: New test.
9212         * gcc.dg/cpp/pragma-2.c: New test.
9214 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
9216         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
9217         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
9219 Fri Aug 18 16:57:35 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9221         * gcc.c-torture/compile/20000818-1.c: New test.
9223 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
9225         * gcc.c-torture/execute/20000818-1.c: New test.
9227 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
9229         * gcc.dg/format-va-1.c: New test.
9231 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
9233         * g++.old-deja/g++.other/typedef8.C: New test.
9235 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
9237         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
9238         * g++.old-deja/g++.mike/net36.C: Mark candidate.
9239         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
9240         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
9241         * g++.old-deja/g++.other/ptrmem7.C: New test.
9242         * g++.old-deja/g++.pt/ptrmem10.C: New test.
9244 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
9246         * g++.old-deja/g++.pt/typename27.C: New test.
9248 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
9250         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
9251         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
9252         * g++.old-deja/g++.pt/friend45.C: New test.
9253         * g++.old-deja/g++.other/friend8.C: New test.
9255 2000-08-15  Richard Henderson  <rth@cygnus.com>
9257         * gcc.c-torture/execute/20000815-1.c: New test.
9259 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
9261         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
9262         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
9263         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
9265 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
9267         * g++.old-deja/g++.other/refinit2.C: New test.
9269 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
9271         * lib/c-torture.exp (c-torture): Make
9272         compiler_conditional_xfail_data global.
9273         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
9274         compiler_conditional_xfail_data machinery.
9275         (f-torture-execute): Likewise.
9276         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
9277         and only when unrolling loops.
9279         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
9281 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
9283         * g++.old-deja/g++.pt/explicit81.C: New test.
9285 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
9287         * g++.old-deja/g++.pt/typename26.C: New test.
9289 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
9291         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
9292         warning.
9294 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
9296         * g++.old-deja/g++.other/array3.C: New test.
9298 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
9300         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
9301         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
9302         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
9303         New tests.
9305 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
9307         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
9308         * g++.old-deja/g++.abi/vmihint.C: Likewise.
9310 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
9312         * gcc.c-torture/execute/20000808-1.c: New test.
9314 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
9316         * gcc.dg/c90-const-expr-1.c: New test.
9318 2000-08-08  Richard Henderson  <rth@cygnus.com>
9320         * gcc.dg/noncompile/920923-1.c: Declare calloc.
9322 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
9324         * gcc.dg/noncompile/const-ll-1.c: New test.
9326 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
9328         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
9330 Sun Aug  6 11:41:51 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
9332         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
9333         that running programs linked against the shared version of libobjc
9334         run correctly.
9336 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
9338         * gcc.dg/c99-printf-1.c: New test.
9340 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
9342         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
9344 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
9346         * gcc.c-torture/execute/20000731-1.x: Delete.
9348 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
9350         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
9351         and torture_without_loops as is done by c-torture.exp.
9352         (search_for): Copy from c-torture.exp.
9353         (gcc-dg-runtest): New function, drives a directory of tests
9354         iterating over the TORTURE_OPTIONS.
9355         (scan-assembler, scan-assembler-not): Move here from
9356         individual directory drivers.
9358         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
9359         defined by lib/gcc-dg.exp.
9360         * gcc.dg/cpp/cpp.exp: Likewise.
9361         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
9362         gcc-dg-runtest, so we cycle over optimization options.
9364         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
9365         * gcc.dg/compare2.c: No longer expected to fail.
9367 Fri Aug  4 23:00:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9369         * gcc.c-torture/execute/20000804-1.c: New test.
9371 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
9373         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
9375 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
9377         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
9379 Thu Aug  3 01:46:33 2000  Jeffrey A Law  (law@cygnus.com)
9381         * gcc.c-torture/compile/20000803-1.c: New test.
9383 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
9385         * gcc.c-torture/execute/20000801-3.c,
9386         gcc.c-torture/execute/20000801-4.c: New tests.
9387         * gcc.c-torture/execute/20000801-3.x,
9388         gcc.c-torture/execute/20000801-4.x: Xfail.
9390 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
9392         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
9393         libobjc/.libs to allow for libtool.
9395 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
9397         * gcc.c-torture/compile/20000802-1.c: New test.
9399 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
9401         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
9403 Mon Jul 31 21:14:49 2000  Jeffrey A Law  (law@cygnus.com)
9405         * gcc-c-torture/execute/20000731-2.c: New test.
9407         * gcc.c-torture/execute/20000731-1.c: New test.
9408         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
9410 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
9412         * testsuite/gcc.dg/cpp/paste7.c: New test.
9413         * gcc.dg/cpp/20000725-1.c: New test.
9415 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
9417         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
9418         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
9419         declaration warning for __builtin_dwarf_reg_size.
9421         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
9423 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
9425         * gcc.dg/noncompile/voidparam-1.c: New test.
9427 2000-07-30  Richard Henderson  <rth@cygnus.com>
9429         * gcc.dg/c90-digraph-1.c: Don't xfail.
9430         * gcc.dg/compare2.c (case 10): Xfail.
9431         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
9433 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
9435         * gcc.dg/c99-main-1.c: New test.
9437 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
9439         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
9441 Wed Jul 26 19:41:51 2000  Hans-Peter Nilsson  <hp@axis.com>
9443         * gcc.c-tortuer/execute/20000726-1.c: New test.
9445 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
9447         * gcc.c-torture/execute/enum-2.c: New test.
9449 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9451         * gcc.dg/cpp/tr-warn3.c: New test.
9453 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
9455         * g++.old-deja/g++.ext/implicit1.C: Remove.
9456         * g++.old-deja/g++.jason/c2.C: Remove
9457         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
9458         * g++.old-deja/g++.pt/crash16.C: Likewise.
9459         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
9461 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
9463         * g++.old-deja/g++.other/for2.C: New test.
9465 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
9467         * gcc.dg/20000720-1.c: New test.
9469 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
9471         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
9473 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
9475         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
9476         * gcc.c-torture/execute/20000722-1.c: New.
9477         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
9479 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
9481         * gcc.dg/cpp/20000720-1.S: New test.
9483 2000-07-21  Michael Meissner  <meissner@redhat.com>
9485         * gcc.c-torture/execute/ieee/hugeval.c: New test.
9487 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
9489         * g++.old-deja/g++.brendan/crash16.C,
9490         g++.old-deja/g++.brendan/parse3.C,
9491         g++.old-deja/g++.brendan/redecl1.C,
9492         g++.old-deja/g++.ns/template13.C,
9493         g++.old-deja/g++.other/decl4.C,
9494         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
9496 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
9498         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
9499         and "Internal error".
9501         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
9502         regexps.
9503         * gcc.dg/cpp/paste6.c: New test.
9505 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
9507         * gcc.dg/cpp/tr-direct.c: New test.
9509         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
9510         gcc.dg/cpp/undef1.c: Tweak error regexps.
9512 2000-07-18  Eric Christopher <echristo@redhat.com>
9514         * gcc.c-torture/compile/20000718-1.c: New test.
9516 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
9518         * cpplex.c (_cpp_push_token): If the token being pushed back
9519         is the previous token in this context, just subtract one from
9520         context->posn.
9521         * cppmacro.c (save_expansion): Clear aux field when storing a
9522         placemarker.
9524 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
9526         * gcc.dg/noncompile/redecl-1.c: New test.
9528 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
9530         * gcc.c-torture/execute/20000717-5.c: New test.
9531         * gcc.c-torture/execute/20000717-1.x: Removed.
9533 2000-07-17  Richard Henderson  <rth@cygnus.com>
9535         * gcc.c-torture/execute/20000717-4.c: New test.
9537 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
9539         * gcc.dg/cpp/syshdr.c: New test.
9540         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
9542 2000-07-17  Neil Booth  <neilb@earthling.net>
9544         * gcc.dg/cpp/cmdlne-dM.c: New test.
9545         * gcc.dg/cpp/cmdlne-dD.c: New test.
9547 Mon Jul 17 03:13:12 2000  Jeffrey A Law  (law@cygnus.com)
9549         * gcc.c-torture/execute/20000717-3.c: New test.
9551         * gcc.c-torture/compile/20000717-1.c: New test.
9553 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
9555         * gcc.c-torture/execute/20000717-2.c: New test.
9557 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
9559         * gcc.dg/formatz-1.c: New test.
9561         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
9562         * gcc.dg/c99-digraph-1.c: New tests.
9564         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
9565         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
9567         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
9568         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
9569         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
9570         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
9571         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
9572         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
9573         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
9575 Mon Jul 17 00:41:57 2000   Greg McGary <greg@mcgary.org>
9577         * gcc.c-torture/execute/20000717-1.c: New test.
9578         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
9580 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
9582         * gcc.c-torture/execute/20000715-2.c: New test.
9583         * gcc.dg/20000715-1.c: New test.
9585 2000-07-15  Michael Meissner  <meissner@redhat.com>
9587         * gcc.c-torture/execute/20000715-1.c: New test.
9589 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
9591         * gcc.c-torture/execute/20000707-1.c: New test.
9593 2000-07-13  Neil Booth  <NeilB@earthling.net>
9595         * testsuite/gcc.dg/cpp/digraph1.c,
9596         testsuite/gcc.dg/cpp/digraph2.c,
9597         testsuite/gcc.dg/cpp/digraphs.c: New tests.
9599 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
9601         * g77.f-torture/compile/20000630-2.f:  New test.
9602         * g77.f-torture/compile/20000630-2.x
9604 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
9606         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
9608 2000-07-11  Neil Booth  <NeilB@earthling.net>
9610         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
9612 2000-07-11  Neil Booth  <NeilB@earthling.net>
9614         * gcc.dg/cpp/cmdlne-C.c: New.
9616 2000-07-09  Neil Booth  <NeilB@earthling.net>
9618         * gcc.dg/cpp/directiv.c: New tests.
9619         * gcc.dg/cpp/undef1.c: Update.
9621 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
9623         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
9625 2000-07-09  Neil Booth  <NeilB@earthling.net>
9627         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
9629 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
9631         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
9632         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
9634 2000-07-08  Neil Booth  <NeilB@earthling.net>
9636         * gcc.dg/cpp/macsyntx.c: New tests.
9638 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
9640         * gcc.dg/20000707-1.c: New test.
9642 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
9644         * gcc.c-torture/execute/20000706-1.c: New test.
9645         * gcc.c-torture/execute/20000706-2.c: New test.
9646         * gcc.c-torture/execute/20000706-3.c: New test.
9647         * gcc.c-torture/execute/20000706-4.c: New test.
9648         * gcc.c-torture/execute/20000706-5.c: New test.
9650 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
9652         * g++.old-deja/g++.pt/instantiate7.C: New test.
9654 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
9656         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
9657         * g++.old-deja/g++.mike/thunk3.C: Likewise.
9658         * g++.old-deja/g++.other/rtti3.C: Likewise.
9659         * g++.old-deja/g++.other/rttid3.C: Likewise.
9661 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
9663         *  g77.f-torture/compile/20000630-1.x: Fix typo
9665 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
9667         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
9668         assembly output.
9670 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
9672         * gcc.dg/cpp/ident.c: New test.
9674 2000-07-05  Neil Booth  <NeilB@earthling.net>
9676         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
9677           gcc.dg/cpp/lexstrng.c: New tests.
9679 2000-07-04  Neil Booth  <NeilB@earthling.net>
9681         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
9682         * gcc.dg/cpp/strify2.c: Same.
9684 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
9686         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
9687         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
9688         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
9689         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
9691         * testsuite/gcc.dg/cpp/macro1.c,
9692         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
9693         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
9694         testsuite/gcc.dg/cpp/strify1.c,
9695         testsuite/gcc.dg/cpp/strify2.c: New tests.
9697 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
9699         * gcc.c-torture/execute/20000703-1.c: New test.
9701 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
9703         * g++.old-deja/g++.pt (lookup10.C): New test.
9705 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
9707         * g++.old-deja/g++.pt (typename25.C): New test.
9709 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
9711         * gcc.c-torture/compile/20000701-1.c: New test.
9713 2000-06-30  Nick Clifton  <nickc@cygnus.com>
9715         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
9716         to test case.
9718 2000-06-30  Catherine Moore  <clm@cygnus.com>
9720         * gcc.c-torture/execute/align-1.c: New test.
9722 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
9724         * g++.old-deja/g++.pt/expr8.C: New test.
9725         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
9727 2000-06-29  Nick Clifton  <nickc@cygnus.com>
9729         * gcc.c-torture/compile/20000629-1.c: New test.
9731 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
9734         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
9735         gcc.dg/noncompile directory, depending on whether they're
9736         preprocessor tests or not.  Annotate all the tests for the dg
9737         framework.
9739         * gcc.c-torture/noncompile/noncompile.exp: Delete.
9740         * gcc.dg/noncompile/noncompile.exp: New.
9742         * Moved files:
9743         Old name                                New name
9744         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
9745         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
9746         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
9747         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
9748         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
9749         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
9750         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
9751         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
9752         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
9753         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
9754         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
9755         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
9756         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
9757         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
9758         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
9759         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
9760         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
9761         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
9762         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
9763         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
9764         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
9765         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
9766         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
9767         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
9769         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
9770         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
9771         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
9772         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
9773         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
9774         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
9776 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
9778         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
9779         declare one variable.  On the fourth, error.
9780         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
9781         declared by 20000628-1a.h.
9783 2000-06-29  Richard Henderson  <rth@redhat.com>
9785         * gcc.c-torture/execute/930529-1.x: New file.
9786         * gcc.dg/920413-1.c: Adjust expected warning text.
9787         * gcc.dg/980217-1.c: Declare abort.
9788         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
9790 Thu Jun 29 09:42:40 2000  Jeffrey A Law  (law@cygnus.com)
9792         * g77.f-torture/compile/20000629-1.f: New test.
9793         * g77.f-torture/compile/20000629-1.x: Expected to fail.
9795 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
9797         Rearrange lots of files, removing entirely the
9798         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
9799         directories.
9801         * Deleted files:
9802         gcc.c-torture/code_quality/code_quality.exp
9803         gcc.c-torture/special/special.exp
9804         gcc.failure/failure.exp
9805         gcc.failure/940409-1.x
9806         gcc.c-torture/compile/961203-1.x
9808         * New files:
9809         gcc.misc-tests/linkage.exp
9810         gcc.c-torture/execute/920730-1t.c
9811         gcc.c-torture/execute/920730-1t.x
9812         gcc.c-torture/compile/920520-1.x
9813         gcc.c-torture/compile/920521-1.x
9814         gcc.c-torture/compile/981006-1.x
9815         gcc.c-torture/execute/eeprof-1.x
9817         * Moved files (possibly with modifications to fit a new harness):
9818         Old name                                New name
9819         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
9820         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
9821         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
9822         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
9823         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
9824         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
9825         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
9826         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
9827         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
9828         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
9829         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
9830         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
9831         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
9832         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
9834 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
9836         * c-torture/compile/961203-1.x: Delete.
9838         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
9839         not exit. Include stdio.h.
9840         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
9841         * gcc.misc-tests/dg-12.c: Likewise.
9842         * gcc.misc-tests/dg-5.c: Likewise.
9843         * gcc.misc-tests/dg-6.c: Likewise.
9844         * gcc.misc-tests/dg-7.c: Prototype abort.
9845         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
9846         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
9847         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
9848         not exit.
9849         * gcc.misc-tests/sieve.c: Use return from main, not exit.
9850         * gcc.misc-tests/sort2.c: Use return from main, not exit.
9852 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
9854         * gcc.dg/cpp/20000628-1.c: New test.
9855         * gcc.dg/cpp/20000628-1.h: New header for above test.
9856         * gcc.dg/cpp/20000628-1a.h: Likewise.
9858 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
9860         * gcc.dg/cpp: New directory.
9861         * gcc.dg/cpp/cpp.exp: New driver.
9862         * gcc.dg/cpp/20000627-1.c: New test.
9863         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
9864         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
9865         and rewrite as a compilation test.
9867         * gcc.dg: Move many files into the cpp subdirectory, possibly
9868         renaming or editing them as well.
9869         Old name                New name
9870         990119-1.c              cpp/19990119-1.c
9871         990228-1.c              cpp/19990228-1.c
9872         990407-1.c              cpp/19990407-1.c
9873         990409-1.c              cpp/19990409-1.c
9874         990413-1.c              cpp/19990413-1.c
9875         990703-1.c              cpp/19990703-1.c
9876         20000127-1.c            cpp/20000127-1.c
9877         20000129-1.c            cpp/20000129-1.c
9878         20000207-1.c            cpp/20000207-1.c
9879         20000207-2.c            cpp/20000207-2.c
9880         20000209-1.c            cpp/20000209-1.c
9881         20000209-2.c            cpp/20000209-2.c
9882         20000301-1.c            cpp/20000301-1.c
9883         20000419-1.c            cpp/20000419-1.c
9884         20000510-1.S            cpp/20000510-1.S
9885         20000519-1.c            cpp/20000519-1.c
9886         20000529-1.c            cpp/20000529-1.c
9887         20000625-1.c            cpp/20000625-1.c
9888         20000625-2.c            cpp/20000625-2.c
9889         cpp-as1.c               cpp/assert1.c
9890         cpp-as2.c               cpp/assert2.c
9891         cxx-comments-1.c        cpp/cxxcom1.c
9892         cxx-comments-2.c        cpp/cxxcom2.c
9893         endif-label.c           cpp/endif.c
9894         cpp-hash1.c             cpp/hash1.c
9895         cpp-hash2.c             cpp/hash2.c
9896         cpp-if1.c               cpp/if-1.c
9897         cpp-if2.c               cpp/if-2.c
9898         cpp-if3.c               cpp/if-3.c
9899         cpp-if4.c               cpp/if-4.c
9900         cpp-if5.c               cpp/if-5.c
9901         cpp-cond.c              cpp/if-cexp.c
9902         cpp-missingop.c         cpp/if-mop.c
9903         cpp-missingparen.c      cpp/if-mpar.c
9904         cpp-opprec.c            cpp/if-oppr.c
9905         cpp-ifparen.c           cpp/if-paren.c
9906         cpp-shortcircuit.c      cpp/if-sc.c
9907         cpp-shift.c             cpp/if-shift.c
9908         cpp-unary.c             cpp/if-unary.c
9909         cpp-li1.c               cpp/line1.c
9910         cpp-li2.c               cpp/line2.c
9911         lineno.c                cpp/line3.c
9912         lineno-2.c              cpp/line4.c
9913         cpp-mi.c                cpp/mi1.c
9914         cpp-mic.h               cpp/mi1c.h
9915         cpp-micc.h              cpp/mi1cc.h
9916         cpp-mind.h              cpp/mi1nd.h
9917         cpp-mindp.h             cpp/mi1ndp.h
9918         cpp-mix.h               cpp/mi1x.h
9919         cpp-mi2.c               cpp/mi2.c
9920         cpp-mi2a.h              cpp/mi2a.h
9921         cpp-mi2b.h              cpp/mi2b.h
9922         cpp-mi2c.h              cpp/mi2c.h
9923         cpp-mi3.c               cpp/mi3.c
9924         cpp-mi3.def             cpp/mi3.def
9925         poison-1.c              cpp/poison.c
9926         pr-impl.c               cpp/prag-imp.c
9927         cpp-redef-2.c           cpp/redef1.c
9928         cpp-redef.c             cpp/redef2.c
9929         strpaste.c              cpp/strp1.c
9930         strpaste-2.c            cpp/strp2.c
9931         cpp-tradpaste.c         cpp/tr-paste.c
9932         cpp-tradstringify.c     cpp/tr-str.c
9933         cpp-tradwarn1.c         cpp/tr-warn1.c
9934         cpp-tradwarn2.c         cpp/tr-warn2.c
9935         trigraphs.c             cpp/trigraphs.c
9936         cpp-unc1.c              cpp/unc1.c
9937         cpp-unc2.c              cpp/unc2.c
9938         cpp-unc3.c              cpp/unc3.c
9939         cpp-unc.c               cpp/unc4.c
9940         undef.c                 cpp/undef1.c
9941         undef-2.c               cpp/undef2.c
9942         cpp-wi1.c               cpp/widestr1.c
9944 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
9946         * lib/g++.exp (g++_include_flags): Tweak.
9948 2000-06-27  H.J. Lu  <hjl@gnu.org>
9949             Loren J. Rittle  <ljrittle@acm.org>
9951         * lib/g++.exp (g++_include_flags): Override libgloss.exp
9952         version with one that knows about the new gcc tree structure.
9953         (g++_link_flags): Same.
9955 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
9957         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
9958         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
9959         case we are cross-compiling.
9961         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
9962         g++.old-deja/g++.niklas/Makefile.in,
9963         g++.old-deja/g++.niklas/configure.in,
9964         g++.old-deja/g++.other/Makefile.in,
9965         g++.old-deja/g++.other/configure.in,
9966         gcc.c-torture/code_quality/Makefile.in,
9967         gcc.c-torture/code_quality/configure.in,
9968         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
9969         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
9970         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
9971         gcc.c-torture/execute/ieee/Makefile.in,
9972         gcc.c-torture/execute/ieee/configure.in,
9973         gcc.c-torture/noncompile/Makefile.in,
9974         gcc.c-torture/noncompile/configure.in,
9975         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
9976         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
9977         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
9979 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
9981         * g++.old-deja/g++.other/ambig3.C: New test.
9983 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
9985         * g++.old-deja/g++.pt/syntax1.C: New test.
9986         * g++.old-deja/g++.pt/syntax2.C: New test.
9987         * g++.old-deja/g++.other/syntax3.C: New test.
9988         * g++.old-deja/g++.other/syntax4.C: New test.
9990 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
9992         * gcc.dg/20000623-1.c: Prototype exit and abort.
9994 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
9996         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
9997         New tests.
9998         * gcc.dg/cpp-mi3.def: New file.
10000         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
10001         inside assertions.
10002         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
10003         lexer's error messages.
10004         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
10005         divine anything from the linemarkers.
10006         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
10007         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
10009 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
10011         * gcc.dg/20000623-1.c: New test.
10013 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
10015         * gcc.c-torture/execute/20000622-1.c: New test.
10017 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
10019         * g++.old-deja/g++.other/init15.C: New test.
10021 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
10023         * g++.old-deja/g++.pt/vaarg2.C: New test.
10024         * g++.old-deja/g++.pt/vaarg3.C: New test.
10026 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
10028         * g++.old-deja/g++.other/dyncast6.C: New test.
10030 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
10032         * gcc.c-torture/execute/loop-6.c: New test.
10034 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
10036         * gcc.dg/20000614-1.c: New test.
10037         * gcc.dg/20000614-2.c: New test.
10039 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
10041         * g++.old-deja/g++.other/inline12.C: New test.
10043 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
10045         * g++.old-deja/g++.other/eh1.C: New test.
10047 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
10049         * g++.old-deja/g++.other/type.C: New test.
10051 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
10053         * g++.old-deja/g++.other/initstring.C: New test.
10055 2000-06-12  Jason Merrill  <jason@redhat.com>
10057         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
10059 Fri Jun  9 22:46:34 2000  Jeffrey A Law  (law@cygnus.com)
10061         * gcc.c-torture/compile/20000609-1.c: New test.
10063 Fri Jun  9 21:54:28 2000  Clinton Popetz  <cpopetz@cygnus.com>
10065         * gcc.dg/20000609-1.c: New test.
10067 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
10069         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
10070         * gcc.c-torture/noncompile/poison-1.c: Move...
10071         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
10072         * gcc.dg/cpp-li1.c: Add a token after the #line.
10074 2000-06-05  Richard Henderson  <rth@cygnus.com>
10076         * gcc.c-torture/execute/20000605-2.c: New test.
10077         * gcc.c-torture/execute/20000605-3.c: New test.
10079 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
10081         * g77.f-torture/execute/20000503-1.x: New file.
10083 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
10085         * g++.old-deja/g++.eh/badalloc1.C: New test.
10087 2000-06-05  Richard Henderson  <rth@cygnus.com>
10089         * gcc.c-torture/execute/20000605-1.c: New test.
10091 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
10092             Nathan Sidwell <nathan@codesourcery.com>
10094         * gcc.c-torture/compile/20000605-1.c: New test.
10096 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
10098         * g77.f-torture/compile/20000601-1.f:  New test.
10100 2000-06-03  Richard Henderson  <rth@cygnus.com>
10102         * gcc.c-torture/execute/20000603-1.c: New.
10104 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
10106         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
10107         * gcc.dg/noreturn-2.c (noreturn): Likewise.
10109 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
10111         * gcc.dg/compare2.c (case 12): XFAIL.
10112         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
10113         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
10115         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
10117 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
10119         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
10120         guard macro is already defined when the header is first
10121         included.
10122         * gcc.dg/cpp-mix.h: New file.
10123         * gcc.dg/endif-label.c: Update patterns to match compiler.
10125         * g++.brendan/complex1.C: Declare abort.
10126         * g++.law/refs4.C: Remove XFAIL.
10127         * g++.oliva/expr2.C: Declare abort and exit.
10129 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
10131         * gcc.c-torture/execute/20000528-1.c: New test.
10133         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
10134         * g++.old-deja/g++.law/temps4.C: Likewise.
10136         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
10137         stdlib.h.  Call abort() on failure.
10138         * g++.old-deja/g++.law/refs4.C: Likewise.
10139         * g++.old-deja/g++.law/temps4.C: Likewise.
10140         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
10141         * gcc.c-torture/execute/20000112-1.c: Include string.h.
10143 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
10145         Relative to g++.dg/special:
10146         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
10148         Relative to g++.old-deja:
10149         * g++.brendan/complex1.C, g++.jason/optimize2.C,
10150         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
10151         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
10152         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
10153         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
10154         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
10155         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
10157         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
10158         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
10159         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
10160         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
10161         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
10162         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
10163         and/or string.h.
10165         * g++.other/goto1.C: Update expectations for error messages.
10167 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
10169         * gcc.c-torture/compile/20000523-1.c: New test.
10171 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
10173         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
10175 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
10177         * g++.old-deja/g++.eh/catch11.C: New test.
10178         * g++.old-deja/g++.eh/catch12.C: New test.
10180 2000-05-24  Nick Clifton  <nickc@cygnus.com>
10182         * gcc.c-torture/execute/20000523-1.c: New test.
10184 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
10186         * c-torture/execute/bcp-1.c: Replace abort in arg of
10187         __builtin_constant_p with a generic external function.
10189         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
10190         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
10191         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
10192         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
10193         Prototype abort and/or exit.
10195         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
10196         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
10197         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
10198         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
10200 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
10202         * gcc.dg/dwarf2-1.c: New test.
10204 2000-05-20  Richard Henderson  <rth@cygnus.com>
10206         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
10208 2000-05-20  Andreas Jaeger  <aj@suse.de>
10210         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
10211         testcase.
10213 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
10215         * gcc.c-torture/execute/20000519-2.c: New test.
10217 2000-05-19  Andreas Jaeger  <aj@suse.de>
10219         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
10220         which fails with SSA.
10222         * lib/c-torture.exp: Also test with -O3 -fssa.
10224 2000-05-18  Michael Meissner  <meissner@redhat.com>
10226         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
10227         * gcc.c-torture/execute/920415-1.c: Ditto.
10228         * gcc.c-torture/execute/920501-1.c: Ditto.
10229         * gcc.c-torture/execute/conversion.c: Ditto.
10230         * gcc.c-torture/execute/cvt-1.c: Ditto.
10232 Thu May 18 16:03:29 2000  Jeffrey A Law  (law@cygnus.com)
10234         * gcc.c-torture/compile/20000518-1.c: New test.
10236 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
10238         * g77.f-torture/compile/200005018.f:  New test.
10240 Wed May 17 18:30:10 2000  Jeffrey A Law  (law@cygnus.com)
10242         * gcc.c-torture/compile/20000517-1.c: New test.
10244 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10246         * gcc.c-torture/execute/20000516-1.c: New test.
10248 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
10250         * g++.old-deja/g++.other/eh.C: New test.
10252 2000-05-12  Richard Henderson  <rth@cygnus.com>
10254         * gcc.c-torture/execute/990208-1.c (main): Don't pass
10255         constants through to doit's conditional.
10257 Thu May 11 19:02:43 2000  Jeffrey A Law  (law@cygnus.com)
10259         * gcc.c-torture/compile/20000511-1.c: New test.
10260         * g77.f-torture/compile/20000511-1.f: New test.
10261         * g77.f-torture/compile/20000511-2.f: New test.
10263 2000-05-11  Michael Meissner  <meissner@redhat.com>
10265         * gcc.c-torture/execute/20000511-1.c: New test.
10267 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
10269         * gcc.dg/dg.exp: Scan .S files as well as .c files.
10270         * gcc.dg/20000510-1.S: New.
10272 2000-05-08  Catherine Moore  <clm@cygnus.com>
10274         * gcc.dg/unused-3.c: New.
10276 2000-05-06  Richard Henderson  <rth@cygnus.com>
10278           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
10279           * g++.old-deja/g++.mike/warn1.C: Likewise.
10280           * g++.old-deja/g++.pt/local1.C: Likewise.
10281           * g++.old-deja/g++.pt/local7.C: Likewise.
10282           * g++.old-deja/g++.pt/spec16.C: Likewise.
10284 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
10286         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
10288 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
10290           * g77.f-torture/execute/20000503-1.f:  New test.
10292 2000-05-04  Andreas Jaeger  <aj@suse.de>
10294         * gcc.dg/noreturn-2.c: New test.
10296 2000-05-04  Neil Booth  <NeilB@earthling.net>
10298         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
10299         preprocessor.
10301 2000-05-04  Richard Henderson  <rth@cygnus.com>
10303         * gcc.c-torture/execute/20000503-1.c: Fix typo.
10305 2000-05-04  Richard Henderson  <rth@cygnus.com>
10307         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
10308         OpenSSL by Jason R Thorpe.
10310 Wed May  3 13:02:10 2000  Jim Wilson  <wilson@cygnus.com>
10312         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
10314 2000-05-03  Robert Lipe <robertlipe@usa.net>
10316         * gcc.dg/20000503-1.c: New test.
10318 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
10320         * gcc.c-torture/compile/20000502-1.c: New test.
10321         * g++.old-deja/g++.other/align.C: New test.
10322         * gcc.dg/cpp-tradstringify.c: New test.
10324 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
10326         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
10327         and hard registers.
10329 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
10331         * gcc.c-torture/execute/loop-5.c: New test.
10333 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
10335         * gcc.c-torture/execute/va-arg-20.c: New test.
10337 Sun Apr 23 14:41:33 2000  Jeffrey A Law  (law@cygnus.com)
10339         * gcc.c-torture/execute/20000422-1.c: New test.
10341 2000-04-20  Greg McGary  <gkm@gnu.org>
10343         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
10344         when optimizing, but without sibling-call optimizations (-O1).
10346 Thu Apr 20 11:57:03 2000  Jeffrey A Law  (law@cygnus.com)
10348           * gcc.c-torture/compile/20000420-1.c: New test.
10350 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
10352         * g++.abi/ptrflags.C: New test.
10353         * g++.eh/catchptr1.C: Test incomplete pointer chains.
10355 Wed Apr 19 09:16:32 2000  Catherine Moore  <clm@cygnus.com>
10357         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
10359 2000-04-19  Greg McGary  <gkm@gnu.org>
10361         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
10362         sibling-call optimizations.
10364 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
10366         * gcc.dg/20000419-1.c: New test.
10368 Wed Apr 12 22:54:02 2000  Hans-Peter Nilsson  <hp@axis.com>
10370         * gcc.c-torture/execute/20000412-6.c: New test.
10372 Wed Apr 12 10:25:08 2000  Jeffrey A Law  (law@cygnus.com)
10374         * gcc.c-torture/execute/20000412-5.c: New test.
10375         * g77.f-torture/compile/20000412-1.f: New test.
10376         * gcc.c-torture/execute/20000412-4.c: New test.
10377         * gcc.c-torture/compile/20000412-2.c: New test.
10378         * gcc.c-torture/execute/20000412-3.c: New test.
10379         * gcc.c-torture/compile/20000412-1.c: New test.
10380         * gcc.c-torture/execute/20000412-2.c: New test.
10382 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
10384         * objc/execute/bf-20.m: New test.
10386 2000-04-10  Richard Henderson  <rth@cygnus.com>
10388         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
10390         * gcc.c-torture/execute/20000412-1.c: New test.
10392 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
10394         * g++.old-deja/g++.eh/catchptr1.C: New test.
10396 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
10398         * g++.old-deja/g++.abi/cxa_vec.C: New test.
10400 2000-04-08  Neil Booth  <NeilB@earthling.net>
10402         * gcc.dg/cpp-nullchar.c: Remove test as
10403         embedded nulls cause problems.
10405 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10407         * gcc.dg/compare2.c: New test.
10409 2000-04-08  Neil Booth  <NeilB@earthling.net>
10411         * gcc.dg/cpp-nullchar.c: New test.
10413 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
10415         * gcc.dg/cpp-mi2.c: New test.
10416         * gcc.dg/cpp-mi2[abc].h: New files.
10418 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
10420         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
10421         member name.
10423 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
10425         * g++.old-deja/g++.abi/vmihint.C: New test.
10427 2000-04-06  Neil Booth  <NeilB@earthling.net>
10429         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
10430         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
10431         copyright.
10433 Wed Apr  5 22:51:36 2000  Hans-Peter Nilsson  <hp@axis.com>
10435         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
10436         avoid stack-frame overwrite.
10438 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
10440         * gcc.c-torture/compile/20000405-2.c: New test.
10441         * gcc.c-torture/compile/20000405-3.c: New test.
10443 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10445         * gcc.c-torture/compile/20000405-1.c: New test.
10447 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
10449         * gcc.dg/cast-qual-1.c: Revert last change.
10451 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10453         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
10455 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
10457         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
10458         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
10460 Mon Apr  3 02:35:34 2000  Jeffrey A Law  (law@cygnus.com)
10462         * gcc.c-torture/compile/20000403-2.c: New test.
10463         * gcc.c-torture/compile/20000403-1.c: New test.
10465 Mon Apr  3 16:53:52 2000  Hans-Peter Nilsson  <hp@axis.com>
10467         * gcc.c-torture/execute/20000403-1.c: New test.
10469 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
10471         * gcc.c-torture/execute/20000402-1.c: New test.
10473 Mon Apr  3 14:10:34 2000  Donald Lindsay  <dlindsay@cygnus.com>
10475         * gcc.c-torture/execute/va-arg-15.c: New test.
10476         * gcc.c-torture/execute/va-arg-16.c: New test.
10477         * gcc.c-torture/execute/va-arg-17.c: New test.
10478         * gcc.c-torture/execute/va-arg-18.c: New test.
10479         * gcc.c-torture/execute/va-arg-19.c: New test.
10481 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
10483         * gcc.c-torture/compile/981211-1.c: Move to...
10484         * gcc.dg/cpp-as1.c: ...here.
10485         * gcc.dg/cpp-as2.c: New file.
10487         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
10488         compiler.
10490 2000-04-02  Neil Booth  <NeilB@earthling.net>
10492         * gcc.dg/cpp-cond.c  New tests.
10493         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
10494         accidental success less likely.
10495         * gcc.dg/cpp-missingop.c  New tests.
10496         * gcc.dg/cpp-missingparen.c  New tests.
10497         * gcc.dg/cpp-shift.c  New tests.
10498         * gcc.dg/cpp-shortcircuit.c  New tests.
10499         * gcc.dg/cpp-unary.c  New tests.
10501 Wed Mar 29 13:44:23 2000  Jeffrey A Law  (law@cygnus.com)
10503         * gcc.c-torture/compile/20000329-1.c: New test.
10505 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
10507         * gcc.c-torture/compile/20000326-1.c: New test.
10508         * gcc.c-torture/compile/20000326-2.c: New test.
10510 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
10512         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
10513         the first parameter is a function argument.
10515 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
10517         * g++.old-deja/g++.ext/array4.C: New test.
10519 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
10521         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
10523 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10525         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
10527 2000-03-19  Richard Henderson  <rth@cygnus.com>
10529         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
10531 2000-03-19  Richard Henderson  <rth@cygnus.com>
10533         * gcc.c-torture/compile/20000319-1.c: New test.
10535 Tue Mar 14 08:58:37 2000  Jeffrey A Law  (law@cygnus.com)
10537         * gcc.c-torture/execute/20000314-3.c: New test.
10538         * gcc.c-torture/execute/20000314-2.c: New test.
10539         * gcc.c-torture/execute/20000314-1.c: New test.
10540         * gcc.c-torture/compile/20000314-2.c: New test.
10541         * gcc.c-torture/compile/20000314-1.c: New test.
10543 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
10545         * g++.old-deja/g++.warn/inline.C: New test.
10547 Fri Mar 10 01:15:19 2000  Hans-Peter Nilsson  <hp@bitrange.com>
10549         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
10550         standards-compliant result rather than specific constants.
10551         Put test-values in array.
10553 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
10555         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
10556         (g++_target_compile): Put test-specific options last.
10558 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
10560         * g++.old-deja/g++.eh/vbase4.C: New test.
10562 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
10564         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
10566 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
10568         * g++.old-deja/g++.brendan/misc12.C: Removed.
10569         * g++.old-deja/g++.pt/memtemp77.C: Constify.
10570         * g++.old-deja/g++.ext/pretty4.C: New test.
10572 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
10574         * g++.old-deja/g++.other/string2.C: New test.
10576 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
10578         * g++.old-deja/g++.warn/impint2.C: New test.
10580 Sun Mar  5 23:25:12 2000  Hans-Peter Nilsson  <hp@bitrange.com>
10582         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
10583         is 1, not zero.
10585 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
10587         * g++.old-deja/g++.warn/impint.C: New test.
10588         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
10589         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
10590         * g++.old-deja/g++.pt/explicit12.C: Likewise.
10591         * g++.old-deja/g++.pt/explicit13.C: Likewise.
10592         * g++.old-deja/g++.pt/explicit17.C: Likewise.
10593         * g++.old-deja/g++.pt/explicit18.C: Likewise.
10594         * g++.old-deja/g++.pt/explicit19.C: Likewise.
10595         * g++.old-deja/g++.pt/explicit23.C: Likewise.
10596         * g++.old-deja/g++.pt/explicit31.C: Likewise.
10597         * g++.old-deja/g++.pt/explicit35.C: Likewise.
10598         * g++.old-deja/g++.pt/explicit6.C: Likewise.
10599         * g++.old-deja/g++.pt/memclass7.C: Likewise.
10601 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
10603         * gcc.dg/cpp-redef.c: New test.
10605 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
10607         * g++.old-deja/g++.pt/unify7.C: New test.
10609 Sat Feb 26 19:46:09 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10611         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
10612         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
10614 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
10616         * gcc.c-torture/compile/20000224-1.c: New test.
10618 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10620         * gcc.c-torture/compile/cpp-2.c: New test.
10621         * gcc.c-torture/compile/cpp-1.c: New test.
10623 Fri Feb 25 21:44:49 2000  Jeffrey A Law  (law@cygnus.com)
10625         * gcc.c-torture/execute/20000225-1.c: New test.
10627 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10629         * gcc.dg/cpp-li2.c: New test.
10631         * gcc.dg/cpp-wi1.c: New test.
10633         * gcc.dg/cpp-li1.c: New test.
10635 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
10637         * g++.old-deja/g++.other/sizeof5.C: New test.
10639 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10641         * gcc.c-torture/execute/va-arg-13.c: New test.
10643 Wed Feb 23 14:16:06 2000  Donald Lindsay  <dlindsay@cygnus.com>
10645         * gcc.c-torture/execute/va-arg-12.c: New test.
10647 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
10649         * gcc.c-torture/execute/20000223-1.c: New test.
10651 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
10653         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
10655 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
10657         * g++.old-deja/g++.abi/ptrmem.C: New test.
10659 2000-02-19  Richard Henderson  <rth@cygnus.com>
10661         * gcc.c-torture/compile/init-3.c: New.
10663 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
10665         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
10666         ALWAYS_CXXFLAGS.
10668 Fri Feb 11 12:35:40 2000  Robert Lipe <robertl@sco.com>
10670         * gcc.c-torture/compile/20000211-3.c: New test.
10672 Fri Feb 11 12:35:40 2000  Martin Buchholz <martin@xemacs.org>
10674         * gcc.c-torture/compile/20000211-2.c: New test.
10676 Fri Feb 11 12:35:40 2000  Jeffrey A Law  (law@cygnus.com)
10678         * gcc.c-torture/compile/20000211-1.c: New test.
10680 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
10682         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
10683           on native targets
10685 2000-02-08  Nathan Sidwell  <nathan@acm.org>
10687         * g++.old-deja/g++.other/cast5.C: New test.
10689 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
10691         * gcc.c-torture/execute/20000205-1.c: New.
10693 2000-02-03  Nathan Sidwell  <nathan@acm.org>
10695         * g++.old-deja/g++.jason/cast3.C: Return void.
10696         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
10698 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10700         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
10702         * gcc.dg/loop-1.c: New test.
10704 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
10706         * gcc.c-torture/compile/20000127-1.c: New test.
10707         * gcc.c-torture/execute/991228-1.c: New test.
10709 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10711         * gcc.dg/unused-2.c: New test.
10713         * gcc.dg/conv-1.c: New test.
10715 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
10717         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
10718         compiler.
10719         (tool_option_proc): Fix typo.
10721 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
10723         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
10724         of the ld on the host, not on the build machine.
10725         Also, don't crash if '--help' is not a supported option.
10727 2000-01-24  Richard Henderson  <rth@cygnus.com>
10729         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
10731 Thu Jan 20 12:34:48 2000  Jeffrey A Law  (law@cygnus.com)
10733         * gcc.c-torture/execute/20000120-2.c: New test.
10734         * gcc.c-torture/execute/20000120-1.c: New test.
10736 Thu Jan 13 02:29:32 2000  Jeffrey A Law  (law@cygnus.com)
10738         * gcc.c-torture/execute/20000113-1.c: New test.
10740 Wed Jan 12 20:26:58 2000  Jeffrey A Law  (law@cygnus.com)
10742         * gcc.c-torture/execute/20000112-1.c: New test.
10744 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10746         * gcc.dg/20000111-1.c: New test.
10748 Mon Jan 10 18:12:49 2000  Jeffrey A Law  (law@cygnus.com)
10750         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
10751         with 16 bit integers.
10753 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10755         * gcc.dg/20000108-1.c: New test.
10757 2000-01-05  Nathan Sidwell  <nathan@acm.org>
10759         * g++.old-deja/g++.ns/koenig8.C: New test.
10761 2000-01-05  Nathan Sidwell  <nathan@acm.org>
10763         * g++.old-deja/g++.other/cast4.C: New test.
10765 Wed Jan  5 00:26:20 2000  Jeffrey A Law  (law@cygnus.com)
10767         * gcc.c-torture/compile/20000105-2.c: New test.
10768         * gcc.c-torture/compile/20000105-1.c: New test.
10770 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10772         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
10773         references to printf & atoi to conform to ANSI standard.
10774         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
10775         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
10776         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
10777         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
10778         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
10779         * g++.old-deja/g++.brendan/complex1.C: Likewise.
10780         * g++.old-deja/g++.brendan/copy1.C: Likewise.
10781         * g++.old-deja/g++.brendan/copy2.C: Likewise.
10782         * g++.old-deja/g++.brendan/copy3.C: Likewise.
10783         * g++.old-deja/g++.brendan/copy4.C: Likewise.
10784         * g++.old-deja/g++.brendan/copy5.C: Likewise.
10785         * g++.old-deja/g++.brendan/copy6.C: Likewise.
10786         * g++.old-deja/g++.brendan/copy7.C: Likewise.
10787         * g++.old-deja/g++.brendan/copy8.C: Likewise.
10788         * g++.old-deja/g++.brendan/crash11.C: Likewise.
10789         * g++.old-deja/g++.brendan/crash14.C: Likewise.
10790         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
10791         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
10792         * g++.old-deja/g++.brendan/delete2.C: Likewise.
10793         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
10794         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
10795         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
10796         * g++.old-deja/g++.brendan/eh1.C: Likewise.
10797         * g++.old-deja/g++.brendan/groff1.C: Likewise.
10798         * g++.old-deja/g++.brendan/init3.C: Likewise.
10799         * g++.old-deja/g++.brendan/misc12.C: Likewise.
10800         * g++.old-deja/g++.brendan/misc7.C: Likewise.
10801         * g++.old-deja/g++.brendan/new2.C: Likewise.
10802         * g++.old-deja/g++.brendan/operators4.C: Likewise.
10803         * g++.old-deja/g++.brendan/operators5.C: Likewise.
10804         * g++.old-deja/g++.brendan/overload2.C: Likewise.
10805         * g++.old-deja/g++.brendan/overload7.C: Likewise.
10806         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
10807         * g++.old-deja/g++.brendan/reference1.C: Likewise.
10808         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
10809         * g++.old-deja/g++.brendan/template24.C: Likewise.
10810         * g++.old-deja/g++.brendan/template3.C: Likewise.
10811         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
10812         * g++.old-deja/g++.jason/inline3.C: Likewise.
10813         * g++.old-deja/g++.jason/opeq.C: Likewise.
10814         * g++.old-deja/g++.law/arg5.C: Likewise.
10815         * g++.old-deja/g++.law/arm7.C: Likewise.
10816         * g++.old-deja/g++.law/ctors11.C: Likewise.
10817         * g++.old-deja/g++.law/cvt8.C: Likewise.
10818         * g++.old-deja/g++.law/init9.C: Likewise.
10819         * g++.old-deja/g++.law/refs4.C: Likewise.
10820         * g++.old-deja/g++.law/template2.C: Likewise.
10821         * g++.old-deja/g++.law/visibility24.C: Likewise.
10822         * g++.old-deja/g++.law/vtable3.C: Likewise.
10823         * g++.old-deja/g++.mike/asm2.C: Likewise.
10824         * g++.old-deja/g++.mike/eh1.C: Likewise.
10825         * g++.old-deja/g++.mike/misc1.C: Likewise.
10826         * g++.old-deja/g++.mike/misc13.C: Likewise.
10827         * g++.old-deja/g++.mike/misc14.C: Likewise.
10828         * g++.old-deja/g++.mike/ns12.C: Likewise.
10829         * g++.old-deja/g++.mike/p1248.C: Likewise.
10830         * g++.old-deja/g++.mike/p3708.C: Likewise.
10831         * g++.old-deja/g++.mike/p3708a.C: Likewise.
10832         * g++.old-deja/g++.mike/p3708b.C: Likewise.
10833         * g++.old-deja/g++.mike/p646.C: Likewise.
10834         * g++.old-deja/g++.mike/p700.C: Likewise.
10835         * g++.old-deja/g++.mike/p783.C: Likewise.
10836         * g++.old-deja/g++.mike/p783a.C: Likewise.
10837         * g++.old-deja/g++.mike/p783b.C: Likewise.
10838         * g++.old-deja/g++.mike/p786.C: Likewise.
10839         * g++.old-deja/g++.mike/p789.C: Likewise.
10840         * g++.old-deja/g++.mike/p789a.C: Likewise.
10841         * g++.old-deja/g++.mike/p807a.C: Likewise.
10842         * g++.old-deja/g++.other/delete3.C: Likewise.
10843         * g++.old-deja/g++.other/dyncast1.C: Likewise.
10844         * g++.old-deja/g++.other/dyncast2.C: Likewise.
10845         * g++.old-deja/g++.other/dyncast3.C: Likewise.
10846         * g++.old-deja/g++.other/empty1.C: Likewise.
10847         * g++.old-deja/g++.other/temporary1.C: Likewise.
10848         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
10849         * g++.old-deja/g++.pt/t16.C: Likewise.
10850         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
10852 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
10854         * gcc.dg/991230-1.c: New test.
10856 Wed Dec 29 23:48:49 1999  Jeffrey A Law  (law@cygnus.com)
10858         * gcc.c-torture/compile/991229-3.c: New test.
10859         * gcc.c-torture/compile/991229-2.c: New test.
10860         * gcc.c-torture/compile/991229-1.c: New test.
10862 Wed Dec 29 20:54:46 1999  Greg McGary <gkm@eng.ascend.com>
10864         * gcc.c-torture/compile/labels-2.c: New test.
10866 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
10868         * gcc.c-torture/execute/991227-1.c: New test.
10870 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10872         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
10874 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
10876         * gcc.c-torture/execute/991221-1.c: New test.
10878 1999-12-20  Nathan Sidwell  <nathan@acm.org>
10880         * g++.old-deja/g++.other/cast3.C: New test.
10882 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
10884         * gcc.c-torture/execute/991216-4.c: New test.
10886 1999-12-16  Michael Meissner  <meissner@cygnus.com>
10888         * gcc.c-torture/execute/991216-1.c: New test.
10889         * gcc.c-torture/execute/991216-2.c: New test.
10890         * gcc.c-torture/execute/991216-3.c: New test.
10892 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
10894         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
10895         Actually make the test fail by using "-O2" for compilation.
10897 1999-12-15  Nathan Sidwell  <nathan@acm.org>
10899         * g++.old-deja/g++.warn/cast-align1.C: New test.
10901 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
10903         * gcc.c-torture/compile/991214-1.c: New test.
10904         * gcc.c-torture/compile/991214-2.c: New test.
10906 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
10908         * gcc.dg/991214-1.c: New test.
10910 Mon Dec 13 23:03:09 1999  Jeffrey A Law  (law@cygnus.com)
10912         * gcc.c-torture/compile/991213-3.c: New test.
10913         * gcc.c-torture/compile/991213-2.c: New test.
10914         * gcc.c-torture/compile/991213-1.c: New test.
10916 Fri Dec 10 00:53:10 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
10918         * gcc.dg/991209-1.c: New test.
10920 Wed Dec  8 23:44:08 1999  Nathan Sidwell <nathan@acm.org>
10922         * gcc.c-torture/compile/991208-1.c: New test.
10924 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10926         * gcc.dg/ultrasp2.c: New test.
10928 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
10930         * g++.old-deja/g++.abi/align.C (main): Fix typo.
10932 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
10934         * gcc.c-torture/compile/991202-1.c: New test.
10935         * gcc.c-torture/execute/991202-1.c: New test.
10936         * gcc.c-torture/execute/991202-2.c: New test.
10937         * gcc.c-torture/execute/991202-3.c: New test.
10939 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
10941         * g++.old-deja/g++.abi/align.C: New test.
10942         * g++.old-deja/g++.abi/aggregates.C: Likewise.
10943         * g++.old-deja/g++.abi/bitfields.C: Likewise.
10945 1999-12-01  Richard Henderson  <rth@cygnus.com>
10947         * gcc.c-torture/execute/991201-1.c: New.
10949 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
10951         * gcc.dg/991129-1.c: New test.
10953 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
10955         * gcc.c-torture/compile/991127-1.c: New test.
10957 1999-11-22  Nathan Sidwell  <nathan@acm.org>
10959         * g++.old-deja/g++.other/warn4.C: New test.
10961 1999-11-22  Nathan Sidwell  <nathan@acm.org>
10963         * g++.old-deja/g++.eh/cleanup2.C: New test.
10964         * g++.old-deja/g++.ext/pretty2.C: New test.
10965         * g++.old-deja/g++.ext/pretty3.C: New test.
10966         * g++.old-deja/g++.other/debug6.C: New test.
10968 Wed Oct 20 16:18:23 1999  Jim Wilson  <wilson@cygnus.com>
10970         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
10971         compiler_output to look for one error message instead of two.
10973 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
10975         * gcc.c-torture/execute/991118-1.c: Also test case
10976         where the word boundary does not split a byte evenly.
10978 1999-11-19  Nathan Sidwell  <nathan@acm.org>
10980         * g++.old-deja/g++.ext/restrict1.C: New test.
10982 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
10984         * gcc.c-torture/execute/991118-1.c: New test.
10986 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
10988         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
10989         working directory pathnames.
10991 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
10993         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
10994         host is equipped with driver.h and driver.o so it can actually
10995         compile and run the tests.
10997 Fri Oct  8 18:46:11 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
10999         * gcc.c-torture/compile/991008-1.c: New test.
11001 1999-11-08  Nick Clifton  <nickc@cygnus.com>
11003         * lib/gcc-dg.exp: Include target-supports.exp
11005 1999-11-05  Nick Clifton  <nickc@cygnus.com>
11007         * lib/target-supports.exp: New file: Provide procs to test for
11008         features supported by the target.
11009         (check_weak_available): Moved here from ecos.exp.
11010         (check_alias_available): New proc: Determine of the target
11011         toolchain supports the alias attribute.
11013         * gcc.dg/special/ecos.exp: Move check_weak_available to
11014         target-supports.exp.
11015         (alias-1.c): Only perform the test if the target supports
11016         aliases.
11017         (wkali-1.c): Only perform the test if the target supports
11018         aliases.
11020         * gcc.dg/990506-0.c: Expect error messages from cross
11021         targets as well as native targets.
11023 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11025         * gcc.dg/ultrasp1.c: Removed xfail.
11026         * gcc.dg/struct-ret-2.c: Likewise.
11027         * gcc.dg/array-1.c: Likewise.
11029 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11031         * gcc.dg/struct-ret-2.c: New test.
11033         * gcc.dg/array-1.c: New test.
11035 Sat Oct 30 22:23:46 1999  Stephen L Moshier <moshier@mediaone.net>
11037         * gcc.c-torture/execute/991030-1.c: New test.
11039 Tue Oct 26 20:25:42 1999  Richard Henderson  <rth@cygnus.com>
11041         * gcc.c-torture/compile/991026-2.c: New test.
11043 Tue Oct 26 00:45:56 1999  Jeffrey A Law  (law@cygnus.com)
11045         * gcc.c-torture/compile/991026-1.c: New test.
11047 Sat Oct 23 23:36:03 1999  Jeffrey A Law  (law@cygnus.com)
11049         * gcc.c-torture/execute/991023-1.c: New test.
11051 Tue Oct 19 02:11:29 1999  Jeffrey A Law  (law@cygnus.com)
11053         * gcc.c-torture/execute/991019-1.c: New test.
11055 Sat Oct 16 00:05:48 1999  Richard Henderson  <rth@cygnus.com>
11057         * gcc.c-torture/execute/991016-1.c: New test.
11059 Thu Oct 14 04:22:47 1999  Stephane Carrez  <stcarrez@worldnet.fr>
11061         * gcc.c-torture/execute/991014-1.c: New test.
11063 Wed Oct 13 22:01:35 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
11065         * g++.old-deja/g++.other/union2.C: New test.
11067 1999-10-13  Nathan Sidwell  <nathan@acm.org>
11069         * g++.old-deja/g++.other/vaarg2.C: New test.
11070         * g++.old-deja/g++.other/vaarg3.C: New test.
11072 1999-10-12  Craig Burley  <craig@jcb-sc.com>
11074         * g77.f-torture/noncompile/19990905-1.f: Moved from being
11075         in compile/.
11077 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
11079         * gcc.c-torture/execute/va-arg-11.c: New test.
11081 Fri Oct  1 00:53:17 1999  Mark P. Mitchell  <mark@codesourcery.com>
11083         * lib/file-format.exp (gcc_target_object_format): Don't
11084         crash if objdump is unavailable.
11086 Wed Sep 29 23:48:44 1999  Donn Terry <donn@interix.com>
11088         * gcc.misc-tests/mg.exp: delete extraneous redirection.
11090 1999-09-28  Nick Clifton  <nickc@cygnus.com>
11092         * gcc.c-torture/compile/990928-1.c: New test.
11094 Tue Sep 28 13:19:15 BST 1999  Nathan Sidwell  <nathan@acm.org>
11096         * g++.old-deja/g++.other/decl6.C: New test.
11098 Tue Sep 28 01:19:09 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11100         * gcc.c-torture/execute/va-arg-10.c: New test.
11102 Mon Sep 27 09:14:24 BST 1999  Nathan Sidwell  <nathan@acm.org>
11104         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
11105         __PRETTY_FUNCTION__.
11107 1999-09-23  Nick Clifton  <nickc@cygnus.com>
11109         * gcc.c-torture/execute/990923-1.c: New test.
11111 1999-09-21  Nick Clifton  <nickc@cygnus.com>
11113         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
11114         for which -fpic is inappropriate.
11116 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
11118         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
11120 Tue Sep 21 15:38:10 BST 1999  Nathan Sidwell  <nathan@acm.org>
11122         * g++.old-deja/g++.other/dyncast1.C: New test.
11123         * g++.old-deja/g++.other/dyncast2.C: New test.
11124         * g++.old-deja/g++.other/dyncast3.C: New test.
11125         * g++.old-deja/g++.other/dyncast4.C: New test.
11126         * g++.old-deja/g++.other/dyncast5.C: New test.
11127         * g++.old-deja/g++.eh/catch3.C: New test.
11128         * g++.old-deja/g++.eh/catch3p.C: New test.
11129         * g++.old-deja/g++.eh/catch4.C: New test.
11130         * g++.old-deja/g++.eh/catch4p.C: New test.
11131         * g++.old-deja/g++.eh/catch5.C: New test.
11132         * g++.old-deja/g++.eh/catch5p.C: New test.
11133         * g++.old-deja/g++.eh/catch6.C: New test.
11134         * g++.old-deja/g++.eh/catch6p.C: New test.
11135         * g++.old-deja/g++.eh/catch7.C: New test.
11136         * g++.old-deja/g++.eh/catch7p.C: New test.
11137         * g++.old-deja/g++.eh/catch8.C: New test.
11138         * g++.old-deja/g++.eh/catch8p.C: New test.
11139         * g++.old-deja/g++.eh/catch9.C: New test.
11140         * g++.old-deja/g++.eh/catch9p.C: New test.
11142 Mon Sep 13 14:14:21 BST 1999  Nathan Sidwell  <nathan@acm.org>
11144         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
11145         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
11147 Mon Sep 13 06:28:57 1999  Jeffrey A Law  (law@cygnus.com)
11149         * gcc.c-torture/compile/990913-1.c: New test.
11151 Fri Sep 10 11:21:25 BST 1999  Nathan Sidwell  <nathan@acm.org>
11153         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
11154         * g++.old-deja/g++.jason/rfg5.C: Likewise.
11156 Thu Sep  9 10:40:36 1999  Richard Henderson  <rth@cygnus.com>
11158         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
11160 Thu Sep  9 12:32:57 BST 1999  Nathan Sidwell  <nathan@acm.org>
11162         * g++.old-deja/g++.other/lookup11.C: New test.
11163         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
11164         what is permitted and what we want.
11165         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
11166         overload use.
11167         * g++.old-deja/g++.jason/rfg5.C: Likewise
11169 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
11171         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
11172         * gcc.c-torture/noncompile/poison-1.c: New file.
11174 Wed Sep  8 09:39:56 BST 1999  Nathan Sidwell  <nathan@acm.org>
11176         * g++.old-deja/g++.other/sizeof3.C: New test.
11177         * g++.old-deja/g++.other/sizeof4.C: New test.
11178         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
11179         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
11181 1999-09-07  Richard Henderson  <rth@cygnus.com>
11183         * gcc.dg/va-arg-1.c: New.
11185 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11187         * gcc.c-torture/execute/va-arg-9.c: New test.
11189 1999-09-05  Craig Burley  <craig@jcb-sc.com>
11191         * g77.f-torture/compile/980519-2.f: New test.
11192         * g77.f-torture/compile/19990905-0.f: New test.
11193         * g77.f-torture/compile/19990905-1.f: New test.
11194         * g77.f-torture/compile/19990905-2.f: New test.
11196         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
11198 Fri Sep  3 10:39:38 BST 1999  Richard Earnshaw <rearnsha@arm.com>
11200         * gcc.c-torture/execute/990827-1.c: Fix typo.
11202 Fri Sep 03 09:31:10 BST 1999  Nathan Sidwell  <nathan@acm.org>
11204         * g++.old-deja/g++.other/deref1.C: New test.
11206 Thu Sep 02 09:27:34 BST 1999  Nathan Sidwell  <nathan@acm.org>
11208         * g++.old-deja/g++.other/ambig2.C: New test.
11209         * g++.old-deja/g++.other/cond5.C: New test.
11210         * g++.old-deja/g++.other/lookup16.C: New test.
11212 Thu Sep  2 01:17:51 1999  Marc Espie <espie@cvs.openbsd.org>
11214         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
11215         assemblers too.
11217 Tue Aug 31 17:57:49 1999  Jeffrey A Law  (law@cygnus.com)
11219         * lib/c-torture.exp: Avoid the "compare executables" optimization
11220         when testing native.
11222 Sun Aug 29 14:35:41 1999  Jeffrey A Law  (law@cygnus.com)
11224         * gcc.c-torture/execute/990829-1.c: New test.
11225         * gcc.c-torture/compile/990829-1.c: New test.
11227 1999-08-27  Paul Burchard  <burchard@pobox.com>
11229         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
11230         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
11231         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
11232         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
11233         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
11234         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
11235         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
11236         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
11237         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
11238         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
11239         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
11241 Fri Aug 27 01:24:16 1999  Jeffrey A Law  (law@cygnus.com)
11243         * gcc.c-torture/execute/990827-1.c: New test.
11245 1999-08-26  Craig Burley  <craig@jcb-sc.com>
11247         * g77.f-torture/noncompile/19990826-4.f: New test.
11249         * g77.f-torture/compile/19990826-3.f: New test.
11251         * g77.f-torture/execute/19990826-2.f: New test.
11253         * g77.f-torture/compile/19990826-1.f: New test.
11255         * gcc.c-torture/execute/990826-0.c: New test.
11256         * g77.c-torture/execute/19990826-0.f: New test.
11258         * g77.f-torture/noncompile/970626-2.f: New test.
11260 1999-08-25  Paul Burchard  <burchard@pobox.com>
11262         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
11263         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
11264         lss-011.C: New tests.
11266 1999-08-25  Nathan Sidwell  <nathan@acm.org>
11268         * g++.old-deja/g++.other/decl5.C: New test.
11270 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11272         * noncompile/noncompile.exp: Load_lib c-torture.exp.
11273         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
11274         call `postbase' for each one.  All callers of `postbase' changed
11275         to call this instead.
11277 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
11279         * gcc.c-torture/execute/990811-1.c: New test.
11281 1999-08-09  Nick Clifton  <nickc@cygnus.com>
11283         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
11284         just native ones.
11286         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
11287         just native ones.
11289 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
11291         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
11293 Wed Aug  4 01:17:17 1999  Jeffrey A Law  (law@cygnus.com)
11295         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
11297 1999-08-04  Nathan Sidwell  <nathan@acm.org>
11299         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
11301 Wed Aug  4 01:17:17 1999  Jeffrey A Law  (law@cygnus.com)
11303         * gcc.c-torture/execute/990804-1.c: New test.
11305 1999-08-03  Nathan Sidwell  <nathan@acm.org>
11307         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
11308         * g++.old-deja/g++.brendan/crash64.C: Likewise
11309         * g++.old-deja/g++.brendan/overload8.C: Likewise
11311 1999-08-03  Nathan Sidwell  <nathan@acm.org>
11313         * g++.old-deja/g++.other/struct1.C: New test.
11315 1999-08-03  Nathan Sidwell  <nathan@acm.org>
11317         * g++.old-deja/g++.other/enum2.C: New test.
11319 Mon Aug  2 13:35:12 1999  Richard Henderson  <rth@cygnus.com>
11321         Adapted from tests from Franz Sirl:
11322         * gcc.c-torture/execute/va-arg-7.c: New test.
11323         * gcc.c-torture/execute/va-arg-8.c: New test.
11325 Sun Aug  1 22:29:34 1999  Jeffrey A Law  (law@cygnus.com)
11327         * gcc.c-torture/compile/990801-2.c: New test.
11329         * gcc.c-torture/compile/990801-1.c: New test.
11331 1999-07-27  Michael Meissner  <meissner@cygnus.com>
11333         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
11334         fp-cmp-1.c, converting double to float.
11336         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
11337         fp-cmp-1.c, converting double to long double.
11339         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
11340         from fr1 to unknown_register, since fr1 is a legitimate register
11341         on some machines.
11343 Sun Jul 25 21:41:37 1999  Jeffrey A Law  (law@cygnus.com)
11345         * README: More listname related changes.
11347 1999-07-08  Catherine Moore  <clm@cygnus.com>
11349         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
11351 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
11353         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
11355 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
11357         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
11359 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
11361         * gcc.dg/990703-1.c: New test.
11363 1999-06-29  Nick Clifton  <nickc@cygnus.com>
11365         * lib/file-format.exp: New file: Move definition of proc
11366         gcc_target_object_format to here from
11367         gcc.dg/special/ecos.exp.
11369         * lib/c-torture.exp: Include lib file-format.exp.
11370         * lib/gcc-dg.exp: Include lib file-format.exp.
11372         * gcc.dg/special/ecos.exp: Remove definition of proc
11373         gcc_target_object_format.
11375 Mon Jun 28 08:20:51 1999  Jeffrey A Law  (law@cygnus.com)
11377         * gcc.c-torture/execute/990628-1.c: New test.
11379 Fri Jun 25 05:28:40 1999  Jeffrey A Law  (law@cygnus.com)
11381         * gcc.c-torture/compile/990625-2.c: New test.
11383         * gcc.c-torture/compile/990625-1.c: New test.
11385 1999-06-23  Nick Clifton  <nickc@cygnus.com>
11387         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
11388         attributes compile.
11389         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
11390         ports that use the COFF/PE file format.
11392 Thu Jun 17 13:48:16 1999  Jeffrey A Law  (law@cygnus.com)
11394         * gcc.c-torture/compile/990617-1.c: New test.
11396 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
11398         * g++.old-deja/g++.other/decl4.C: New test.
11400 1999-06-14  Nathan Sidwell  <nathan@acm.org>
11402         * g++.old-deja/g++.other/bitfld3.C: New test.
11404 1999-06-08  Nathan Sidwell  <nathan@acm.org>
11406         * g++.old-deja/g++.eh/catch1.C: New test.
11408 Mon Jun  7 23:39:16 1999  Jeffrey A Law  (law@cygnus.com)
11410         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
11412         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
11413         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
11415 1999-06-05  Craig Burley  <craig@jcb-sc.com>
11417         * g77.f-torture/compile/19990502-0.f: Replace with new,
11418         shorter, test that still fails after recent changes.
11420 Fri Jun  4 02:25:04 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
11422         * gcc.c-torture/execute/990604-1.c: New test.
11424 Mon May 31 00:34:51 1999  Jeffrey A Law  (law@cygnus.com)
11426         * gcc.c-torture/execute/990531-1.c: New test.
11428 Thu May 27 02:38:36 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11430         * gcc.c-torture/compile/990527-1.c: New test.
11432 Thu May 27 02:18:51 1999  Joern Rennecke <amylaar@cygnus.com>
11434         * gcc.c-torture/execute/990527-1.c: New test.
11436 1999-05-25  Nick Clifton  <nickc@cygnus.com>
11438         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
11439         bitfields as signed.
11441 1999-05-25  Craig Burley  <craig@jcb-sc.com>
11443         * g77.f-torture/compile/19990525-0.f: New test.
11445 Tue May 25 01:21:16 1999  Jeffrey A Law  (law@cygnus.com)
11447         * gcc.c-torture/execute/990525-2.c: New test.
11449         * gcc.c-torture/execute/990525-1.c: New test.
11451 1999-05-24  Nathan Sidwell  <nathan@acm.org>
11453         * g++.old-deja/g++.other/anon3.C: New test.
11454         * g++.old-deja/g++.other/anon4.C: New test.
11455         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
11456         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
11457         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
11458         Merrill).
11460 Mon May 24 00:01:52 1999  Jeffrey A Law  (law@cygnus.com)
11462         * gcc.c-torture/execute/990524-1.c: New test.
11464         * gcc.dg/990524-1.c: New test.
11466 Sun May 23 21:18:12 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11468         * gcc.c-torture/compile/990523-1.c: New test.
11470 Wed May 19 02:56:18 1999  Raja R Harinath <harinath@cs.umn.edu>
11472         * gcc.c-torture/compile/990519-1.c: New test.
11474 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
11476         * gcc.c-torture/compile/990517-1.c: New test.
11478         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
11479         (e4, f4): New tests.
11480         (main): Call them.
11482 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11484         * gcc.dg/noreturn-1.c: New test.
11486 Thu May 13 02:02:46 1999  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
11488         * gcc.c-torture/execute/990513-1.c: New test.
11490 1999-05-10  Richard Henderson  <rth@cygnus.com>
11492         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
11494 1999-05-10  Craig Burley  <craig@jcb-sc.com>
11496         * g77.f-torture/execute/erfc.f: Use small single-precision
11497         values, to avoid problems on Alphas when not -mieee.
11499 1999-05-08  Craig Burley  <craig@jcb-sc.com>
11501         * gcc.dg/990506-0.c: New test.
11503 1999-05-08  Richard Henderson  <rth@cygnus.com>
11505         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
11506         the constant to test.  Don't XFAIL 64-bit targets.
11508         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
11509         * g++.old-deja/g++.law/profile1.C: Likewise.
11511         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
11512         operator new instances.
11513         * g++.old-deja/g++.other/delete5.C: Likewise.
11515 1999-05-03  Craig Burley  <craig@jcb-sc.com>
11517         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
11518         intrinsic.
11520 1999-05-03  Craig Burley  <craig@jcb-sc.com>
11522         * g77.f-torture/execute/u77-test.f: Reverse order of two
11523         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
11525 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11527         * gcc.dg/compare1.c: New test.
11529 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
11531         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
11532         New tests.
11534 1999-05-02  Craig Burley  <craig@jcb-sc.com>
11536         * g77.f-torture/compile/19990502-1.f: New test.
11538 1999-05-02  Craig Burley  <craig@jcb-sc.com>
11540         * g77.f-torture/compile/19990502-0.f: New test.
11542 Sun May  2 01:38:50 1999  Craig Burley  <craig@jcb-sc.com>
11544         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
11545         intrinsic.
11547 Sun May  2 01:13:37 1999  Craig Burley  <craig@jcb-sc.com>
11549         * g77.f-torture/execute/u77-test.f (main): List libU77
11550         intrinsics not currently tested.
11551         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
11552         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
11553         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
11554         Trim blanks off the ends of some printed strings.
11556 Sun May  2 00:06:45 1999  Craig Burley  <craig@jcb-sc.com>
11558         * g77.f-torture/execute/u77-test.f (main): Just warn about
11559         FSTAT gid disagreement, as it's expected on some systems.
11561 Sat May  1 23:57:18 1999  Craig Burley  <craig@jcb-sc.com>
11563         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
11564         use a new function, which allows for some slop.
11565         Clean up some commentary.
11566         (issum): The new function.
11567         (sgladd): Deleted subroutine.
11569 1999-05-01  Craig Burley  <craig@jcb-sc.com>
11571         * g77.f-torture/execute/u77-test.f: Modify to be more like
11572         libf2c/libU77 version, bringing patches to that version here.
11573         Add suitable commentary.
11575 Sun Apr 25 12:28:59 1999  Richard Henderson  <rth@cygnus.com>
11577         * gcc.dg/990424-1.c: New test.
11579 1999-04-24  Craig Burley  <craig@jcb-sc.com>
11581         * g77.f-torture/execute/u77-test.f (main): Bug involving
11582         LSTAT has been fixed, so turn back on full checking.
11584 1999-04-20  Craig Burley  <craig@jcb-sc.com>
11586         * g77.f-torture/compile/19990419-0.f: New test.
11587         * g77.f-torture/execute/19990419-1.f: New test.
11589 Sat Apr 17 16:56:48 1999  Richard Henderson  <rth@cygnus.com>
11591         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
11592         to avoid the need for a prototype to supress a warning.
11594 Wed Apr  7 23:08:59 1999  Jim Wilson  <wilson@cygnus.com>
11596         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
11598 Sun Apr  4 04:02:53 1999  Jeffrey A Law  (law@cygnus.com)
11600         * gcc.c-torture/execute/990404-1.c: New test.
11602 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
11604         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
11605         * gcc.dg/cpp-if3.c: Don't use -pedantic.
11606         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
11607         missing initializer warnings.
11609 Sun Mar 28 00:49:41 1999  Jeffrey A Law  (law@cygnus.com)
11611         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
11612         matching strings.
11614 Fri Mar 26 00:50:46 1999  Jeffrey A Law  (law@cygnus.com)
11616         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
11618 1999-03-26  Craig Burley  <craig@jcb-sc.com>
11620         * g77.f-torture/execute/19990325-0.f: New test.
11621         * g77.f-torture/execute/19990325-1.f: New test.
11623 Wed Mar 24 22:50:50 1999  Jeffrey A Law  (law@cygnus.com)
11625         * gcc.c-torture/execute/990324-1.c: New test.
11627 Mon Mar 22 14:55:58 1999  Jim Wilson  <wilson@cygnus.com>
11629         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
11630         test with 4.
11632 Wed Mar 17 12:22:39 1999  Richard Henderson  <rth@cygnus.com>
11634         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
11636 1999-03-13  Craig Burley  <craig@jcb-sc.com>
11638         * g77.f-torture/execute/19990313-2.f: New test.
11639         * g77.f-torture/execute/19990313-3.f: New test.
11641 1999-03-13  Craig Burley  <craig@jcb-sc.com>
11643         * g77.f-torture/execute/19990313-0.f: New test.
11644         * g77.f-torture/execute/19990313-1.f: New test.
11646 Fri Mar 12 16:17:28 1999  Jim Wilson  <wilson@cygnus.com>
11648         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
11649         printf to sprintf.
11650         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
11651         (main): Add check for u15.  Conditionalize u31 check depending on
11652         whether ints are <32 bits or >=32 bits.
11654 1999-03-08  Craig Burley  <craig@jcb-sc.com>
11656         * g77.f-torture/execute/19981119-0.f: Improve testiness.
11658 1999-03-08  Craig Burley  <craig@jcb-sc.com>
11660         * g77.f-torture/compile/19990305-0.f: New test.
11661         * g77.f-torture/execute/19981119-0.f: New test.
11663 1999-03-08  Craig Burley  <craig@jcb-sc.com>
11665         * g77.f-torture/execute/970625-2.f: call ABORT if final
11666         result is not correct, instead of just printing it.
11667         Add this checking via newly introduced obfuscation, to
11668         trip up buggy front ends.
11670 1999-03-07  Craig Burley  <craig@jcb-sc.com>
11672         * g77.f-torture/compile/960317-1.f: Moved from being
11673         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
11675 1999-03-06  Craig Burley  <craig@jcb-sc.com>
11677         * g77.f-torture/execute/960317-1.f: New (old) test.
11678         * g77.f-torture/execute/970625-2.f: Ditto.
11680 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
11682         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
11683         message on line 1 or line 2; cccp and cpplib do this differently.
11685 Mon Mar  1 23:29:14 1999  Jeffrey A Law  (law@cygnus.com)
11687         * g++.old-deja/g++.law/weak1.C: New test.
11689 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
11691         * gcc.c-torture/execute/990119-1.c: Renamed to...
11692         * gcc.dg/990119-1.c: this, so it will only be tested once
11693         (it's a preprocessor test, it doesn't need to be run at
11694         multiple optimization levels).
11696 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
11698         * lib/g++.exp: Don't add incdir=$base_dir/../include to
11699           ALWAYS_CXXFLAGS.
11701 1999-02-24  Craig Burley  <craig@jcb-sc.com>
11703         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
11704         * g77.f-torture/compile/19981216-0.f: ...as it is expected
11705         to not be compilable by current g77.
11707 1999-02-24  Nick Clifton  <nickc@cygnus.com>
11709         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
11711 Mon Feb 22 01:15:08 1999  Jeffrey A Law  (law@cygnus.com)
11713         * gcc.c-torture/execute/990222-1.c: New test.
11715 1999-02-19  Craig Burley  <craig@jcb-sc.com>
11717         * g77.f-torture/compile/19990218-0.f: New test.
11718         * g77.f-torture/noncompile/19990218-1.f: New test.
11720 1999-02-18  Craig Burley  <craig@jcb-sc.com>
11722         * g77.f-torture/compile/19981216-0.f: New test.
11724 Sun Feb 14 01:26:29 1999  Jeffrey A Law  (law@cygnus.com)
11726         * gcc.dg/990214-1.c: New test.
11728 Sat Feb 13 00:43:52 1999  Jeffrey A Law  (law@cygnus.com)
11730         * gcc.dg/990213-2.c: New test.
11732         * gcc.dg/990213-1.c: New test.
11734 Fri Feb 12 11:04:35 1999  Jeffrey A Law  (law@cygnus.com)
11736         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
11737         ints.
11739 1999-02-11  Nick Clifton  <nickc@cygnus.com>
11741         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
11742         specified by target.
11744         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
11746 Thu Feb 11 01:12:12 1999  Jeffrey A Law  (law@cygnus.com)
11748         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
11750 Wed Feb 10 13:08:12 1999  Jonathan Larmour  <jlarmour@cygnus.co.uk>
11752         * gcc.dg/special/ecos.exp: New test driver for new tests with
11753         special requirements.
11755         * gcc.dg/special/alias-1.c: New test.
11756         * gcc.dg/special/gcsec-1.c: New test.
11757         * gcc.dg/special/weak-1.c: New test.
11758         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
11759         * gcc.dg/special/weak-2.c: New test.
11760         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
11761         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
11762         * gcc.dg/special/wkali-1.c: New test.
11763         * gcc.dg/special/wkali-2.c: New test.
11764         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
11765         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
11767 Wed Feb 10 12:15:35 1999  Felix Lee  <flee@cygnus.com>
11769           * lib/c-torture.exp (c-torture-compile): Pull out code for
11770           analyzing gcc error messages.
11771           (c-torture-execute): Likewise.  Fix some (harmless) false
11772           positives.
11773           * lib/gcc.exp (gcc_check_compile): New function.
11775 Mon Feb  8 21:42:57 1999  Richard Henderson  <rth@cygnus.com>
11777         * gcc.c-torture/execute/990208-1.c: New test.
11779 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
11781         * g++.dg/special/ecos.exp: New driver for new tests with special
11782         requirements
11784         * g++.dg/special/conpr-1.C: New test
11785         * g++.dg/special/conpr-2.C: New test
11786         * g++.dg/special/conpr-2a.C: New test
11787         * g++.dg/special/conpr-3.C: New test
11788         * g++.dg/special/conpr-3a.C: New test
11789         * g++.dg/special/conpr-3b.C: New test
11791         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
11792         allow g++ to use the dg driver
11794         * README: Add comment about g++.dg directory
11796 Sat Feb  6 18:00:38 1999  Jeffrey A Law  (law@cygnus.com)
11798         * README: Update email addresses.
11800 1999-02-03  Nick Clifton  <nickc@cygnus.com>
11802         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
11803         arguments in order to force structure S onto the stack even on
11804         the alpha.
11805         (test): Pass 10 leading arguments to function foo as well as the
11806         structure S.
11808         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
11809         failure for all targets.
11811         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
11812         abort to terminate program execution.
11814 Sat Jan 30 16:22:47 1999  Richard Henderson  <rth@cygnus.com>
11816         * gcc.c-torture/execute/990130-1.c: New test.
11818 Sat Jan 30 11:10:06 1999  Jeffrey A Law  (law@cygnus.com)
11820         * gcc.dg/990130-1.c: New test.
11822 1999-01-28  Michael Meissner  <meissner@cygnus.com>
11824         * gcc.c-torture/execute/990128-1.c: New test.
11826 1999-01-27  Michael Meissner  <meissner@cygnus.com>
11828         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
11830 1999-01-27  Felix Lee  <flee@cygnus.com>
11832         * lib/c-torture.exp (c-torture-compile): pull out code for
11833         analyzing gcc error messages.
11834         (c-torture-execute): ditto, and fix some (harmless) false
11835         positives.
11836         * lib/gcc.exp (gcc_check_compile): new function.
11838 Sun Jan 17 00:02:33 1999  Jeffrey A Law  (law@cygnus.com)
11840         * gcc.dg/990117-1.c: New test.
11842         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
11844         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
11846 Fri Jan 15 02:52:00 1999  Jeffrey A Law  (law@cygnus.com)
11848         * g77.f-torture/compile/990115-1.f: New test.
11850 Thu Jan  7 23:39:47 1999  Jeffrey A Law  (law@cygnus.com)
11852         * gcc.c-torture/compile/990107-1.c: New test
11854 Wed Jan  6 02:21:59 1999  Jeffrey A Law  (law@cygnus.com)
11856         * gcc.c-torture/execute/990106-2.c: New test.
11858         * gcc.c-torture/execute/990106-1.c: New test.
11860 Wed Dec 30 23:05:28 1998  Zack Weinberg <zack@rabi.columbia.edu>
11862         * gcc.c-torture/compile/981223-1.c: New test.
11864 Tue Dec 29 11:33:25 1998  Richard Henderson  <rth@cygnus.com>
11866         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
11867         (opt3): Rename from opt4 and disable.
11869 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
11871         * g++.old-deja/g++.pt/ptrmem5.C: New test.
11873 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
11875         * g++.old-deja/g++.other/conv5.C: New test.
11877 1998-12-14  Nick Clifton  <nickc@cygnus.com>
11879         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
11881 Fri Dec 11 10:25:57 1998  Jeffrey A Law  (law@cygnus.com)
11883         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
11885 Fri Dec 11 01:12:45 1998  Zack Weinberg <zack@rabi.columbia.edu>
11887         * gcc.c-torture/compile/981211-1.c: New test.
11889 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
11891         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
11893         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
11895 Tue Dec  8 22:50:04 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11897         * gcc.special/930510-1.c: Make C9X safe.
11898         * gcc.misc-tests/gcov-1.c Similarly.
11899         * gcc.misc-tests/gcov-2.c Similarly.
11901 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
11903         * gcc.dg/ultrasp1.c: New test.
11905 Sun Dec  6 00:40:12 1998  Richard Henderson  <rth@cygnus.com>
11907         * gcc.c-torture/execute/981206.c: New test.
11909 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
11911         * g++.old-deja/g++.ns/template7.C: New test.
11913         * g++.old-deja/g++.other/expr1.C: New test.
11915         * g++.old-deja/g++.eh/tmpl3.C: New test.
11917         * g++.old-deja/g++.eh/tmpl2.C: New test.
11919 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
11921         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
11922         * g++.old-deja/g++.other/using6.C: Removed.
11923         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
11925         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
11927 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
11929         * g++.old-deja/g++.pt/overload8.C: New test.
11931         * g++.old-deja/g++.pt/overload7.C: New test.
11933         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
11935         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
11936         and relinking messages.
11937         * lib/g++.exp (g++_target_compile): Remove .rpo file when
11938         compiling with -frepo.
11940 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
11942         * g++.old-deja/g++.pt/lookup6.C: New test.
11944 1998-11-30  Nick Clifton  <nickc@cygnus.com>
11946         * gcc.c-torture/execute/981130-1.c: New test.
11947         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
11949 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
11951         * g++.old-deja/g++.pt/explicit76.C: New test.
11953         * g++.old-deja/g++.pt/friend38.C: New test.
11955         * g++.old-deja/g++.ns/crash2.C: New test.
11957         * g++.old-deja/g++.pt/defarg8.C: New test.
11959         * g++.old-deja/g++.pt/instantiate6.C: New test.
11961         * g++.old-deja/g++.pt/static6.C: New test.
11963         * g++.old-deja/g++.pt/decl2.C: New test.
11965 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
11967         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
11968         problem is actually related with name lookup, but so what? :-)
11970         * g++.old-deja/g++.pt/friend37.C: New test.
11972 1998-11-25  Dave Love  <d.love@dl.ac.uk>
11974         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
11975         element, which fails on some systems.
11977         * g77.f-torture/execute/labug1.f: New test.
11979 Sat Nov 21 21:41:05 1998  Jeffrey A Law  (law@cygnus.com)
11981         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
11982         is defined.
11984 1998-11-18  Dave Love  <d.love@dl.ac.uk>
11986         * g77.f-torture/compile/981117-1.f: New test.
11988 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
11990         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
11991         properly discarded.
11993 Sun Oct 11 05:04:28 1998  Ken Raeburn  <raeburn@cygnus.com>
11995         * gcc.c-torture/execute/memcheck: New directory of tests for
11996         -fcheck-memory-usage.
11998 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12000         * README: New file, general information about the testsuite and
12001         new description of the various C++ test subdirectories.
12002         * README.g++: Eliminate obsolete information, update and move most
12003         relevant stuff to README.
12005 Sat Nov  7 02:55:55 1998  Richard Henderson  <rth@cygnus.com>
12007         * gcc.c-torture/compile/981107-1.c: New test.
12009 Mon Nov  2 11:16:03 1998  Doug Evans  <devans@canuck.cygnus.com>
12011         * execute/memcpy-bi.c: New testcase.
12013 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
12015         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
12016         base classes.
12018         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
12019         template is selected.
12021         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
12022         classes, it should be accepted for all types.
12024         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
12026         * g++.old-deja/g++.pt/spec24.C: Ensure that template
12027         specializations start with template headers.
12029 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
12031         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
12033         * g++.old-deja/g++.other/init9.C: Test cross initialization of
12034         non-POD types.
12036 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
12038         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
12040 Thu Oct 22 16:01:44 1998  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12042         * compile/981022-1.c, compile/981022-1.x: New test and driver.
12044 Mon Oct 19 14:03:07 1998  Jeffrey A Law  (law@cygnus.com)
12046         * 981019-1.c: New test.
12048 Wed Oct 14 21:11:19 1998  Robert Lipe <robertl@dgii.com>
12050         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
12051         find objc headers.
12053 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
12055         * compile/981001-4.c: Remove use of GCC extension that triggers a
12056         compiler bug.
12058 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
12060         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
12062 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
12064         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
12065         instantiation of template produces incorrect code for delete
12066         expression.
12068         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
12069         constructors' name is not unique.
12070         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
12071         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
12073         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
12074         automatic array of const is ill-formed.
12076         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
12077         of template parameter?
12079         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
12080         const.
12082         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
12083         pointer-to-member expression.
12085         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
12086         declaration causes ICE.
12088 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
12090         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
12091         reserved in the global namespace.
12093         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
12094         generate needed virtual table.
12096         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
12098 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
12100         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
12101         template-dependent type
12103 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
12105         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
12106         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
12107         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
12109         * g++.old-deja/g++.other/using5.C: New test; using decl from base
12110         class should be usable as argument of member function.
12111         * g++.old-deja/g++.other/using6.C: New test; using decl from base
12112         class should be usable as return type of member function.
12113         * g++.old-deja/g++.other/using7.C: New test; using decl from base
12114         class should be usable as type of data member.
12116         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
12118 Fri Oct  9 19:19:19 1998  Jeffrey A Law  (law@cygnus.com)
12120         * gcc.c-torture/special/920521-1.c: Fix bogus test.
12122 Thu Oct  8 19:14:05 1998  Nick Clifton  <nickc@cygnus.com>
12124         * gcc.dg/dll-?.c Add thumb to target list.
12125         Fix assembler scan patterns to match current assembler output.
12127 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
12129         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
12130         matching of template brackets.
12132         * g++.old-deja/g++.other/using4.C: New test.  Test using
12133         declarations of methods from base classes.
12135         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
12136         within functions should introduce names into the innermost
12137         enclosing namespace.
12139         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
12140         of static locals if first initialization throws.
12142 Wed Oct  7 12:00:20 1998  Jim Wilson  <wilson@cygnus.com>
12144         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
12146 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
12148         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
12149         lose track of the possible targets of tablejump insns.
12150         * special/special.exp: Run it.
12152 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
12154         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
12155         must be declared before its specializations can be named in friend
12156         declarations.
12158 1998-10-05  Dave Love  <d.love@dl.ac.uk>
12160         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
12162         * g77.f-torture/execute/io1.f: New test.
12164 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
12166         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
12167         with pointer to template function, for which no argument deduction
12168         is possible.
12170         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
12171         specialization of template function as argument to template
12172         function.
12174         * g++.old-deja/g++.other/access2.C: New test; Inner class
12175         shouldn't have privileged access to Outer's names.
12177 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
12179         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
12180         friend template declared within template class conflicts with
12181         nested class of the same name.
12183         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
12184         is ignored.
12186         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
12187         object with direct initializer as function declaration.
12189         * g++.old-deja/g++.other/decl2.C: New test; duplicate
12190         initializers.
12192         * g++.old-deja/g++.other/null2.C: New test; conditional operator
12193         involving const pointer and NULL produces incorrect result.
12195         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
12196         type name without `typename' should be rejected with -pedantic.
12198 Fri Oct  2 21:55:58 1998  Richard Henderson  <rth@cygnus.com>
12200         * g++.old-deja/g++.other/addrof1.C: New test.
12202 Thu Oct  1 17:15:26 1998  Nick Clifton  <nickc@cygnus.com>
12204         * gcc.c-torture/compile/981001-1.c: New test.
12205         * gcc.c-torture/execute/981001-1.c: New test.
12207 Thu Oct  1 19:05:20 1998  Jeffrey A Law  (law@cygnus.com)
12209         * gcc.c-torture/compile/981001-2.c: New test.
12210         * gcc.c-torture/compile/981001-3.c: New test.
12211         * gcc.c-torture/compile/981001-4.c: New test.
12213 1998-10-01  Robert Lipe  <robertl@dgii.com>
12215         * lib/objc.exp (objc_target_compile): Add -L during compiles for
12216         multilibbed hosts.   Idea grafted from g77.exp.
12218 1998-09-30  Dave Love  <d.love@dl.ac.uk>
12220         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
12221         avoid losing on systems which need -lsocket.
12223 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
12225         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
12226         * g++.old-deja/g++.other/nested2.C: Ditto.
12227         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
12228         failure.
12230 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
12232         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
12233         preferred over template operator!= for enum bitfields.
12235 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
12237         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
12238         that happen to have the same base name, but in different scopes,
12239         are incorrectly rejected.
12241 1998-09-16  Richard Henderson  <rth@cygnus.com>
12243         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
12244         on the native word size instead of an integer literal.
12246 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
12248         * g++.old-deja/g++.other/static2.C: Invocation of static data
12249         member of type pointer-to-function denoted as non-static member.
12251         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
12252         checks involving function types and aliases.
12254 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
12256         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
12257         redefined to the same non-trivial type.
12259         * g++.old-deja/g++.pt/explicit73.C: Test for proper
12260         namespace-qualification of template specializations declared in
12261         other namespaces.
12263         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
12264         to declare a subset of the specializations of a template function
12265         as friends of specializations of a template class.
12267         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
12268         member templates that do not fully specialize the enclosing
12269         template class are rejected.
12271 1998-09-11  Dave Love  <d.love@dl.ac.uk>
12273         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
12275 1998-09-08  Dave Love  <d.love@dl.ac.uk>
12277         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
12278         altered from libf2c/libU77 version.
12280 1998-09-06  Dave Love  <d.love@dl.ac.uk>
12282         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
12284 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
12286         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
12287         (un)signed char are different types for template specialization
12288         purposes.
12290 Thu Sep  3 00:40:32 1998  Ovidiu Predescu  <ovidiu@aracnet.com>
12292         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
12293         * objc: ObjC testsuite.
12295 Mon Aug 31 12:00:00 1998  Catherine Moore  <clm@cygnus.com>
12297         * gcc.c-torture/execute/941014-1.x:  New file.
12299 Mon Aug 31 15:19:32 1998  Nick Clifton  <nickc@cygnus.com>
12301         * lib/c-torture.exp: Add support for
12302         torture_eval_before_compile and torture_eval_before_execute
12303         variables.
12305 Sun Aug 30 17:38:20 1998  Jeffrey A Law  (law@cygnus.com)
12307         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
12308         this test triggers valid.
12310 Thu Aug 27 23:59:18 1998  Jeffrey A Law  (law@cygnus.com)
12312         * gcc.dg/980827-1.c: New test.
12314 Wed Aug 26 16:10:00 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
12316         * gcc.c-torture/execute/loop-4b.c: New test.
12318 Wed Aug 26 16:25:38 1998  Nick Clifton  <nickc@cygnus.com>
12320         * lib/c-torture.exp: Add support for
12321         torture_eval_before_compile and torture_eval_before_execute
12322         variables.
12324 Tue Aug 25 19:42:13 1998  Jeffrey A Law  (law@cygnus.com)
12326         * gcc.c-torture/compile/980825-1.c: New test.
12328 Mon Aug 24 14:20:32 1998  Nick Clifton  <nickc@cygnus.com>
12330         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
12331         count number tests in opt_t0 not good_t0.
12333 Mon Aug 24 16:38:52 1998  Jeffrey A Law  (law@cygnus.com)
12335         * gcc.c-torture/compile/930326-1.x: Fix typo.
12337 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
12339         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
12340         causes an ICE.
12342 Fri Aug 21 23:59:18 1998  Jeffrey A Law  (law@cygnus.com)
12344         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
12345         STACK_SIZE is defined.
12346         * gcc.c-torture/unsorted/stuct.c: Similarly.
12348         * gcc.c-torture/compile/980821-1.c: New test.
12350 Fri Aug 21 03:14:04 1998  Jeffrey A Law  (law@cygnus.com)
12352         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
12354 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
12356         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
12357         code.
12359 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
12361         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
12362         error'.
12364 Tue Aug 18 19:19:50 1998  Jeffrey A Law  (law@cygnus.com)
12366         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
12368 Sun Aug 16 01:29:19 1998  Jeffrey A Law  (law@cygnus.com)
12370         * gcc.c-torture/compile/980816-1.c: New test.
12372         * gcc.dg/980816-1.c: New test.
12374 Thu Aug 13 00:13:55 1998  Jeffrey A Law  (law@cygnus.com)
12376         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
12377         compiler for ieee tests.
12379 1998-08-01  Dave Love  <d.love@dl.ac.uk>
12381         * g77.f-torture/compile/980729-0.f: New test.
12383 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
12385         * gcc.c-torture/special/eeprof-1.c: New test, for
12386         -finstrument-functions.
12387         * gcc.c-torture/special/special.exp: Run it.
12389 Wed Jul 29 00:17:18 1998  Jeffrey A Law  (law@cygnus.com)
12391         * gcc.c-torture/compile/980729-1.c: New test.
12393 Mon Jul 27 11:05:07 1998  Nick Clifton  <nickc@cygnus.com>
12395         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
12396         __thumb__ is defined, and test for ARM style doubles if so.
12398 1998-07-26  Dave Love  <d.love@dl.ac.uk>
12400         * g77.f-torture/noncompile/980615-0.f: New test.
12402 Sun Jul 26 01:15:56 1998  H.J. Lu  (hjl@gnu.org)
12404         * gcc.dg/980312-1.c: Do link instead of compile.
12405         * gcc.dg/980313-1.c: Likewise.
12407 Sun Jul 26 01:05:02 1998  Jeffrey A Law  (law@cygnus.com)
12409         * gcc.c-torture/compile/980726-1.c: New test.
12411 1998-07-25  Dave Love  <d.love@dl.ac.uk>
12413         * g77.f-torture/execute/io0.f: New test.
12415 Fri Jul 24 11:02:43 1998  Nick Clifton  <nickc@cygnus.com>
12417         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
12418         an int.
12420 Thu Jun 18 15:12:30 1998  Michael Meissner  <meissner@cygnus.com>
12422         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
12423         m32r bugs.
12425 Fri Jul 17 14:19:32 1998  Nick Clifton  <nickc@cygnus.com>
12427         * gcc.dg/980626-1.c: Expect failures for all toolchains until
12428         c-decl.c:grokdeclarator can handle mode attributes.
12430 Thu Jul 16 21:42:50 1998  Jeffrey A Law  (law@cygnus.com)
12432         * gcc.c-torture/execute/980716-1.c: New test.
12434 Mon Jul 13 22:26:37 1998  Jeffrey A Law  (law@cygnus.com)
12436         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
12437         the mn10200.
12438         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
12439         the mn10200.
12440         * gcc.c-torture/execute/va-arg-3.x: Similarly.
12441         * gcc.c-torture/compile/930326-1.x: Similarly.
12443 1998-07-13  Dave Love  <d.love@dl.ac.uk>
12445         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
12446         New test from Craig.
12448 1998-07-12  Dave Love  <d.love@dl.ac.uk>
12450         * g77.f-torture/noncompile/980616-0.f: New test.
12452         * g77.f-torture/execute/970816-3.f:  New test from Craig.
12454 Fri Jul 10 23:43:33 1998 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
12456         *  g++.other/singleton.C: Return error value instead of taking
12457         SIGSEGV.
12459 Fri Jul 10 10:02:03 1998  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
12461         *  g++.other/singleton.C: New test.   Warning is under dispute.
12462         Runtime crash is not.
12464 Thu Jul  9 23:07:45 1998  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
12466         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
12467         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
12468         using6.C, using7.C}:  New namespace tests.
12470 Thu Jul  9 22:44:49 1998  Alexandre Oliva   <oliva@dcc.unicamp.br>
12472         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
12473         specialization with typedef'ed names used as array indexes.
12475 Thu Jul  9 00:38:51 1998  Jeffrey A Law  (law@cygnus.com)
12477         * gcc.c-torture/execute/980709-1.c: New test.
12479         * gcc.dg/980709-1.c: New test.
12481 Tue Jul  7 13:41:27 1998  Richard Henderson  <rth@cygnus.com>
12483         * gcc.c-torture/execute/bcp-1.c: New test.
12485 Tue Jul  7 11:49:04 1998  Jeffrey A Law  (law@cygnus.com)
12487         * gcc.c-torture/execute/980707-1.c: New test.
12489 Mon Jul  6 18:20:27 1998  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
12491         * gcc.c-torture/compile/980706-1.c: New test.
12493 1998-07-01  Dave Love  <d.love@dl.ac.uk>
12495         * g77.f-torture/execute/980701-0.f,
12496         g77.f-torture/execute/980701-1.f: New test from Craig.
12498 Wed Jul  1 00:52:51 1998  Jeffrey A Law  (law@cygnus.com)
12500         * gcc.c-torture/compile/980701-1.c: New test.
12502         * gcc.c-torture/execute/980701-1.c: New test.
12504 Tue Jun 30 11:51:42 1998  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
12505 rlsruhe.de>
12507         * g++.old-deja/g++.robertl/eb132.C: New test.
12508         * g++.old-deja/g++.robertl/eb133.C: Likewise.
12510 1998-06-29  Dave Love  <d.love@dl.ac.uk>
12512         * g77.f-torture/execute/980628-7.f,
12513         g77.f-torture/execute/980628-8.f,
12514         g77.f-torture/execute/980628-9.f,
12515         g77.f-torture/execute/980628-10.f: New tests from Craig.
12517         * g77.f-torture/execute/980628-3.f: Remove mail headers.
12519 Sun Jun 28 12:49:02 1998  Jeffrey A Law  (law@cygnus.com)
12521         * g77.f-torture/execute/980628-4.f: New test from Craig.
12522         * g77.f-torture/execute/980628-5.f: Likewise.
12523         * g77.f-torture/execute/980628-2.f: Likewise.
12524         * g77.f-torture/execute/980628-0.f: Likewise.
12525         * g77.f-torture/execute/980628-1.f: Likewise.
12526         * g77.f-torture/execute/980628-3.f: Likewise.
12527         * g77.f-torture/execute/980628-6.f: Likewise.
12529 Sun Jun 28 00:37:26 1998  Jeffrey A Law  (law@cygnus.com)
12531         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
12532         directory when nothing has been installed yet.
12534 Sat Jun 27 23:23:18 1998  Carlo Wood  <carlo@runaway.xs4all.nl>
12536         * gcc.c-torture/special/special.exp: Handle newer versions of
12537         dejagnu.
12539 Fri Jun 26 17:57:40 1998  Jeffrey A Law  (law@cygnus.com)
12541         * gcc.dg/980626-1.c: New test.
12543 Fri Jun 19 23:26:12 1998  Bruno Haible <haible@ilog.fr>
12545         * gcc.misc-tests/m-un-2.c: New test.
12546         * g++.old-deja/g++.other/warn01.c: Likewise.
12548 Fri Jun 19 14:06:36 1998  Robert Lipe  <robertl@dgii.com>
12550         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
12551         compatibility with assmblers with a different comment character.
12552         Eliminate use of GAS-specific extensions.
12554 Fri Jun 19 02:05:14 1998  Jeffrey A Law  (law@cygnus.com)
12556         * gcc.c-torture/execute/ieee/980619-1.c: New test.
12558 Fri Jun 19 00:58:11 1998  Robert Lipe  <robertl@dgii.com>
12560         *lib/g77.exp: Replace search for libf2c.a with search for newly
12561         renamed libg2c.a
12563 Wed Jun 17 18:53:12 1998  Jeffrey A Law  (law@cygnus.com)
12565         * gcc.c-torture/execute/980617-1.c: New test.
12567 Fri Jun 12 01:08:49 1998  Jeffrey A Law  (law@cygnus.com)
12569         * gcc.c-torture/execute/980612-1.c: New test.
12571 Mon Jun  8 02:13:42 1998  Jeffrey A Law  (law@cygnus.com)
12573         * gcc.dg/980523-1.c: Only test on ppc-linux.
12574         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
12576         * gcc.c-torture/execute/980608-1.c: New test.
12578 Fri Jun  5 21:54:26 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
12580         * gcc.c-torture/execute/980605-1.c: New test.
12582 Thu Jun  4 01:39:24 1998  Jeffrey A Law  (law@cygnus.com)
12584         * gcc.c-torture/execute/980604-1.c: New test.
12586 Tue Jun  2 20:51:43 1998  Jeffrey A Law  (law@cygnus.com)
12588         * gcc.c-torture/execute/980602-1.c: New test.
12589         * gcc.c-torture/execute/980602-2.c: Likewise.
12591 1998-06-02  Dave Love  <d.love@dl.ac.uk>
12593         * 970125-0.f: Fix per JCB.  Add commentary.
12595 Sun May 31 23:23:29 1998  Michael Meissner  <meissner@cygnus.com>
12597         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
12598         IEEE -0 support.
12600 Fri May 29 01:10:12 1998  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
12602         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
12603         earlier.
12605 Thu May 28 00:17:42 1998  Catherine Moore <clm@cygnus.com>
12607         * gcc.c-torture/execute/980526-3.c: New test.
12609 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
12611         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
12612         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
12613         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
12614         m88k-motorola-sysv3 to XFAIL.
12616 Tue May 26 23:58:03 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12618         * gcc.dg/980526-1.c: New test.
12619         * gcc.c-torture/execute/980526-2.c: New test.
12621 Tue May 26 23:40:40 1998  Jeffrey A Law  (law@cygnus.com)
12623         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
12625         * gcc.c-torture/execute/980526-1.c: New test.
12627 1998-05-26  Dave Love  <d.love@dl.ac.uk>
12629         * g77.f-torture/execute/alpha2.f: Add runtime test.
12631 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
12633         * g++.old-deja/old-deja.exp: Strip leading directories.
12635         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
12636         error for the line.  Don't run multiple tests for the same line.
12638 Sat May 23 23:27:10 1998  Jeffrey A Law  (law@cygnus.com)
12640         * gcc.dg/980523-1.c: New test.
12642 1998-05-23  Dave Love  <d.love@dl.ac.uk>
12644         * g77.f-torture/compile/970915-0.f: New test.
12646 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
12648         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
12650 Thu May 21 23:23:21 1998  Jeffrey A Law  (law@cygnus.com)
12652         * gcc.dg/980520-1.c: New test.
12654 Wed May 20 14:37:15 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12656         * gcc.dg/980502-1.c: Fix return type.
12658 Wed May 20 11:29:48 1998  Jeffrey A Law  (law@cygnus.com)
12660         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
12661         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
12662         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
12663         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
12664         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
12666 1998-05-20  Dave Love  <d.love@dl.ac.uk>
12668         * g77.f-torture/execute/980520-1.f: New test.
12670 1998-05-15  Dave Love  <d.love@dl.ac.uk>
12672         * lib/mike-g77.exp: New file.
12674         * g77.f-torture/noncompile/noncompile.exp,
12675         g77.f-torture/noncompile/check0.f: New files.
12677 1998-05-14  Dave Love  <d.love@dl.ac.uk>
12679         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
12680         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
12681         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
12682         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
12683         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
12684         abort where appropriate.
12686 Tue May  5 19:20:13 1998  Michael Meissner  <meissner@cygnus.com>
12688         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
12689         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
12691 1998-04-29  Dave Love  <d.love@dl.ac.uk>
12693         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
12695 1998-04-27  Dave Love  <d.love@dl.ac.uk>
12697         * g77.f-torture/compile/980427-0.f: New test.
12699 1998-04-24  Dave Love  <d.love@dl.ac.uk>
12701         * g77.f-torture/compile/980424-0.f: New test.
12703 1998-04-19  Dave Love  <d.love@dl.ac.uk>
12705         * g77.f-torture/compile/980419-2.f (main): New test.
12706         * g77.f-torture/compile/970125-0.f: New test.
12707         * g77.f-torture/compile/980419-1.f: New test.
12709 Wed Apr  8 13:09:15 1998  Jim Wilson  <wilson@cygnus.com>
12711         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
12712         of loop-4.c.
12714 Tue Apr  7 12:01:24 1998  Jim Wilson  <wilson@cygnus.com>
12716         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
12718 Fri Apr  3 12:27:49 1998  Jim Wilson  <wilson@cygnus.com>
12720         * gcc.c-torture/compile/980329-1.c: New test.
12722 Wed Mar 18 16:22:22 1998  Jim Wilson  <wilson@cygnus.com>
12724         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
12725         * gcc.dg/980312-1.c: Fix typo in -march command.
12727 Mon Mar 16 20:01:30 1998  H.J. Lu  (hjl@gnu.org)
12729         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
12731 Wed Mar 11 13:08:48 1998  Robert Lipe  <robertl@dgii.com>
12733         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
12734         Dave Love agree the Fortran source is bogus.
12736 Wed Mar 11 00:03:49 1998  Robert Lipe  <robertl@dgii.com>
12738         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
12739         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
12740         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
12741         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
12742         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
12744 Tue Mar 10 00:31:51 1998  Alexandre Oliva   <oliva@dcc.unicamp.br>
12746         * g++.old-deja/g++.other/friend1.C: New test.
12748 1998-02-18  Dave Love  <d.love@dl.ac.uk>
12750         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
12751         possibly uninitialized) variables and declare dnrm2.
12753 Mon Feb 23 15:16:53 1998  Robert Lipe <robertl@dgii.com>
12755         From Bruno Haible <haible@ilog.fr>:
12756         * gcc.c-torture/execute/980223.c: New test.
12758 Fri Feb 13 00:36:07 1998  Jeffrey A Law  (law@cygnus.com)
12760         * gcc.dg/ifelse-1.c: New test.
12762 Mon Feb  9 02:08:47 1998  H.J. Lu  (hjl@gnu.org)
12764         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
12766           * lib/old-dejagnu.exp (old-dejagnu): Added the
12767           "execution test - XFAIL *-*-*" handling in the spirit of
12768           "excess errors test -". Changed the "execution test fails"
12769           handling to be like "excess errors test fails".
12770           * Update various tests accordingly.
12772 Fri Feb  6 14:30:48 1998  Jim Wilson  <wilson@cygnus.com>
12774         * gcc.c-torture/execute/980205.c: New test.
12776 Sun Jan 18 01:33:59 1998  Jeffrey A Law  (law@cygnus.com)
12778         * lib/c-torture.exp: Look for .x files instead of .cexp files.
12779         * lib/f-torture.exp: Similarly.
12780         * gcc.c-torture: Rename all .cexp files to .x files.
12782 Mon Dec  8 23:55:26 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
12784         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
12785         (940510-1.c): Removed duplicate.
12786         (971104-1.c): New test.
12788 Tue Nov 25 16:18:51 1997  Kate Hedstrom  (kate@ahab.rutgers.edu)
12790           * lib/f-torture.exp: Improve error and loop detection.
12792 Wed Nov 19 14:27:04 1997  Michael Meissner  <meissner@cygnus.com>
12794         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
12795         use that to size the filler array.
12797 Fri Sep 26 10:50:53 1997  Bob Manson  <manson@charmed.cygnus.com>
12799         * lib/c-torture.exp(c-torture-execute): Fix typo.
12801         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
12802         testcase as the executable name. Keep the executable around if
12803         the test fails.
12805 Fri Sep 19 17:19:53 1997  Bob Manson  <manson@charmed.cygnus.com>
12807         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
12808         changes.  Only test one -g option, and move it to the end of the
12809         list of options to test.
12811 Fri Sep 19 17:58:00 1997  Michael Meissner  <meissner@cygnus.com>
12813         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
12814         variable GCC_TORTURE_OPTIONS to supply default switches separated
12815         by colons.  If no environment variable, run tests with -O0 -g, -O1
12816         -g, and -O2 -g as well.
12818 Wed Sep 17 10:12:26 1997  Bob Manson  <manson@charmed.cygnus.com>
12820         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
12821         explanatory comments. Fix indentation.
12823 Mon Sep 15 00:36:53 1997  Jeffrey A Law  (law@cygnus.com)
12825         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
12827 Thu Sep 11 13:54:47 1997  Jeffrey A Law  (law@cygnus.com)
12829         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
12830         * g++.old-deja/g++.mike/p7325.C: Likewise.
12831         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
12833 Thu Sep 11 10:00:03 1997  Alexandre Oliva  (oliva@dcc.unicamp.br)
12835         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
12836         * g++.old-deja/g++.brendan/crash30.C: Likewise.
12837         * g++.old-deja/g++.brendan/crash39.C: Likewise.
12838         * g++.old-deja/g++.law/operators4.C: Likewise.
12840 Thu Sep 11 09:53:40 1997  Joe Buck  (jbuck@synopsys.com)
12842         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
12843         * g++.old-deja/g++.mike/p784.C: Ditto.
12844         * g++.old-deja/g++.mike/p785.C: Ditto.
12846 Fri Sep  5 00:21:42 1997  Jeffrey A Law  (law@cygnus.com)
12848           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
12850 Wed Sep  3 17:29:35 1997  Bob Manson  <manson@charmed.cygnus.com>
12852         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
12853         target feature; pass this to c-torture-execute as needed.
12855 Wed Sep  3 17:15:00 1997  Bob Manson  <manson@charmed.cygnus.com>
12857         * lib/c-torture.exp(c-torture-execute): If the previous and the
12858         current executables being tested are identical, we don't need to
12859         run the executable again. Try to make the executable names
12860         unique. Add an optional argument for passing additional compiler
12861         flags.
12863 Tue Sep  2 16:34:31 1997  Doug Evans  <dje@canuck.cygnus.com>
12865         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
12867 Fri Aug 29 12:48:09 1997  Jeffrey A Law  (law@cygnus.com)
12869         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
12871 Thu Jul 31 12:17:24 1997  Jeffrey A Law  (law@cygnus.com)
12873         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
12874         32bit or larger longs.
12876         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
12877         have either a 32bit long or 32bit int.
12879 Tue Jul 29 00:40:38 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
12881         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
12882         Make double precision tests dependent on sizeof (double).
12884 Wed Jul  9 15:15:40 1997  Bob Manson  <manson@charmed.cygnus.com>
12886         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
12887         too.
12889 Tue Jun 17 22:11:16 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
12891         * gcc.c-torture/compile/961203-1.cexp: New script.
12893 Mon Jun 16 15:27:06 1997  Bob Manson  <manson@charmed.cygnus.com>
12895         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
12896         up the includes ourselves.
12898 Wed Jun 11 17:33:21 1997  Bob Manson  <manson@charmed.cygnus.com>
12900         * lib/plumhall.exp: Remove random include, and add a few
12901         verbose messages for debugging.
12903 Fri Jun  6 14:23:24 1997  Bob Manson  <manson@charmed.cygnus.com>
12905         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
12906         of trying to do it ourselves.
12908 Wed Jun  4 03:38:50 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
12910         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
12912 Wed Jun  4 18:43:55 1997  Bob Manson  <manson@charmed.cygnus.com>
12914         * gcc.prms/5403.c: Made regexp a bit less strict.
12916 Tue Jun  3 15:12:39 1997  Bob Manson  <manson@charmed.cygnus.com>
12918         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
12919         is returned from remote_load instead.
12920         * lib/plumhall.exp: Ditto.
12921         * lib/mike-g++.exp: Ditto.
12922         * lib/old-dejagnu.exp: Ditto.
12923         * lib/c-torture.exp: Ditto.
12925 Fri May 30 23:15:15 1997  Bob Manson  <manson@charmed.cygnus.com>
12927         * lib/g++.exp: Use build_wrapper procedure.
12928         * lib/gcc.exp: Ditto.
12930 Tue May 20 15:23:27 1997  Jeffrey A Law  (law@cygnus.com)
12932         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
12933         an old-style decl for malloc.  Fixes tests to work when
12934         sizeof (int) != sizeof (size_t).
12936 Thu May 15 14:00:04 1997  Mike Meissner  <meissner@cygnus.com>
12938         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
12940         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
12941         use stdargs.h interface.
12943 Thu May 15 14:10:39 1997  Mike Meissner  <meissner@cygnus.com>
12945         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
12946         NO_VARARGS when compiling.
12948 Thu May  1 14:49:19 1997  Bob Manson  <manson@charmed.cygnus.com>
12950         * lib/plumhall.exp(ph_includes): New procedure.
12951         (ph_make): Use it.
12952         (ph_compiler): Ditto.
12954         * lib/g++.exp: Rename test-glue.c to testglue.c.
12955         * lib/gcc.exp: Ditto.
12957 Thu Apr 10 14:50:26 1997  Bob Manson  <manson@charmed.cygnus.com>
12959         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
12960         to completion when it's called.
12962 Fri Mar 21 16:34:52 1997  Michael Meissner  <meissner@cygnus.com>
12964         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
12965         is defined, don't do test.
12967 Thu Mar 20 09:50:32 1997  Doug Evans  <dje@canuck.cygnus.com>
12969         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
12970         for object files.
12971         (ph_summary): Mark skipped testcases as untested, not unresolved.
12973         * lib/plumhall.exp (ph_make): If unresolved because of bad
12974         errorCode, record errorCode in log file.
12975         (*): Replace send_log/verbose with verbose -log.
12977 Wed Mar 19 13:06:26 1997  Michael Meissner  <meissner@cygnus.com>
12979         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
12980         double conversion if double isn't at least 8 bytes.
12982         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
12983         int to work with targets where int is 16 bits.
12985         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
12986         8 bytes, just exit, since 4 byte doubles don't have enough bits of
12987         precision for the test to complete.
12989 Fri Mar 14 17:51:02 1997  Michael Meissner  <meissner@cygnus.com>
12991         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
12992         if d10v is not compiled with the -mdouble64 flag.
12993         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
12995         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
12996         d10v is not compiled with the -mint32 flag.
12998 Thu Mar 13 16:09:28 1997  Bob Manson  <manson@charmed.cygnus.com>
13000         * lib/plumhall.exp: Use incr_count.
13002 Wed Mar 12 10:01:33 1997  Jeffrey A Law  (law@cygnus.com)
13004         * gcc.c-torture: Update to c-torture-1.45.
13006 Sun Feb 23 18:12:04 1997  Bob Manson  <manson@charmed.cygnus.com>
13008         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
13009         the name of the expect testcase file).
13011         * lib/g++.exp(g++_init): Ditto.
13013 Thu Feb 20 13:53:05 1997  Bob Manson  <manson@charmed.cygnus.com>
13015         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
13016         the host.
13018         * lib/gcc.exp(gcc_exit): New procedure.
13020 Wed Feb 19 15:16:16 1997  Bob Manson  <manson@charmed.cygnus.com>
13022         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
13023         specs where appropriate.
13025         * g++.old-deja/g++.arm/*: Added additional ERROR checks
13026         because of new "candidates are" messages, and removed a few
13028         * Converted all non-old-style g++ testcases to old-style, and
13029         moved into g++.old-deja.
13031 Fri Feb 14 11:46:46 1997  Bob Manson  <manson@charmed.cygnus.com>
13033         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
13034         options.
13036         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
13037         succeeded.
13039         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
13041 Thu Feb 13 17:30:46 1997  Michael Meissner  <meissner@cygnus.com>
13043         * lib/gcc.exp (gcc_target_compile): Add support for defining
13044         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
13045         the machine doesn't have those features.
13047 Tue Feb 11 12:57:11 1997  Bob Manson  <manson@charmed.cygnus.com>
13049         * g++.law/operators4.exp: Don't use LIBS.
13051 Sat Feb  8 14:45:55 1997  Bob Manson  <manson@charmed.cygnus.com>
13053         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
13055         * lib/mike-g++.exp: Don't set the compiler to be tested here.
13056         * lib/g++.exp: Set it here instead. Also, allow use of the
13057         --tool_exec and --tool_opt options. Change CXX to
13058         GXX_UNDER_TEST.
13060         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
13062         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
13064 Fri Feb  7 12:55:45 1997  Bob Manson  <manson@charmed.cygnus.com>
13066         * lib/old-dejagnu.exp: Use prune_warnings instead of
13067         prune_system_crud.
13068         * lib/mike-g++.exp: Ditto.
13069         * lib/gcc.exp: Ditto.
13070         * lib/g++.exp: Ditto.
13072         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
13074 Fri Feb  7 10:41:53 1997  Jeffrey A Law  (law@cygnus.com)
13076           * 941014-2.c: Include stdlib.h
13077           * 960327-1.c: Include stdio.h
13078           * dbra.c, index-1.c: Don't assume ints are 32bits.
13080 Tue Feb  4 12:51:09 1997  Bob Manson  <manson@charmed.cygnus.com>
13082         * lib/gcc.exp: Add gcc,stack_size target feature.
13084         * lib/g++.exp(g++_target_compile): Add the include and link
13085         paths here, not in two other places. And, it's $options, not
13086         options.
13088         * lib/mike-g++.exp(postbase): Remove the code that determines
13089         the correct include and link paths.
13090         * g++.old-deja/old-deja.exp: Ditto.
13092 Mon Feb  3 19:00:07 1997  Bob Manson  <manson@charmed.cygnus.com>
13094         * lib/g++.exp(g++_init): target_compile no longer returns the
13095         filename of the result.
13097 Sun Feb  2 14:42:34 1997  Bob Manson  <manson@charmed.cygnus.com>
13099         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
13100         call to glob.
13102         * gcc.c-torture/special/special.exp: Change call to
13103         gcc_target_compile to include the object file.
13105 Sun Feb  2 17:11:50 1997  Ian Lance Taylor  <ian@cygnus.com>
13107         * gcc.c-torture/special/special.exp: Correct misspelling in last
13108         change.
13110 Sat Feb  1 12:34:23 1997  Bob Manson  <manson@charmed.cygnus.com>
13112         * lib/plumhall.exp(ph_summary): Log the entire output of the
13113         executable. Return -1 if there were any failures, 0 otherwise.
13114         (ph_execute): Return -1 if there were any failures, 0 otherwise.
13115         (ph_make): Clean up objects and executables that were built
13116         if the tests succeeded.
13118 Thu Jan 30 13:45:56 1997  Bob Manson  <manson@charmed.cygnus.com>
13120         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
13121         libraries and includes in the build tree as appropriate.
13123 Wed Jan 29 17:19:34 1997  Bob Manson  <manson@charmed.cygnus.com>
13125         * lib/c-torture.exp: Instead of looking for the global variable
13126         NO_LONG_LONG, check to see if that's a feature of the target.
13128 Wed Jan 29 00:36:25 1997  Bob Manson  <manson@charmed.cygnus.com>
13130         * config/default.exp: Minimize. Delete the remainer of the files in
13131         config; this functionality is now in devo/dejagnu/config.
13133         g++.*/*: Pass any additional flags used to compile to postbase;
13134         delete CXXFLAGS.
13136         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
13137         is now done by runtest.exp. Use gcc_target_compile instead of
13138         compile.
13140         lib/c-torture.exp: Use gcc_target_compile instead of compile.
13141         Remove references to CFLAGS. Use remote_file instead of
13142         calling rm -f.
13143         (c-torture): Take a list of arguments to use to compile this
13144         testcase.
13146         lib/g++.exp: Simplify. Use target_compile instead of compile.
13147         lib/gcc-dg.exp: Ditto.
13148         lib/gcc.exp: Ditto.
13149         lib/mike-{gcc,g++}.exp: Ditto.
13150         lib/old-dejagnu.exp: Ditto.
13151         lib/plumhall.exp: Ditto.
13153 Wed Jan  8 14:43:07 1997  Jim Wilson  <wilson@cygnus.com>
13155         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
13156         (ph_linker): Likewise.
13158 Wed Nov 13 16:04:19 1996  Joern Rennecke <amylaar@cygnus.com>
13160           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
13161         MAP_ANON / MAP_ANONYMOUS if defined;
13162         else try to map from /dev/zero .
13164 Tue Nov 12 23:30:12 1996  Jeffrey A Law  (law@cygnus.com)
13166         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
13167         isn't defined, then define it to MAP_ANONYMOUS.
13169 Tue Nov 12 11:57:49 1996  Jeffrey A Law  (law@cygnus.com)
13171         * gcc.c-torture: Update to c-torture-1.42 release.
13173 Mon Nov 11 12:45:31 1996  Jeffrey A Law  (law@cygnus.com)
13175         * gcc.c-torture: Update to c-torture-1.41 release.
13177 Sun Oct 27 18:56:18 1996  Jeffrey A Law  (law@cygnus.com)
13179         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
13180         c-torture release.
13182 Thu Aug 15 11:09:36 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13184         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
13185         and LDFLAGS.  Fix second case to append the target_info ldflags
13186         onto LDFLAGS, not CFLAGS.
13187         * lib/g++.exp (g++_init): Add target_info stuff.
13188         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
13189         of libgloss and newlib flags for !native.
13191         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
13192         (GDB): Fix relative path to go up another dir for finding gdb.
13194 Thu Aug  8 17:03:27 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
13196         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
13197         versions in the target_info array, if they don't exist.
13199 Fri Aug  2 15:39:03 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13201         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
13203 Mon Jul  8 15:45:58 1996  Jim Wilson  <wilson@cygnus.com>
13205         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
13206         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
13208 Mon Jul  1 15:53:00 1996  Bob Manson  <manson@charmed.cygnus.com>
13210         * lib/old-dejagnu.exp: Don't remove the output file before we've
13211         actually tested it. Don't append pwd to the path of the executable
13212         we're testing.
13214 Sun Jun 30 14:37:50 1996  Doug Evans  <dje@canuck.cygnus.com>
13216         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
13218 Wed Jun 26 14:15:55 1996  Bob Manson  <manson@charmed.cygnus.com>
13220         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
13221         temporary directory for compiler files, and set it to a default
13222         value of /tmp. Set $output as the name of the output file from
13223         compiling the testcase. Add a -o option to $cflags_var so the
13224         compiler writes the final output file as $output. Set $executable
13225         to $output.
13227         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
13228         directory for compiler files, and set it to /tmp if it doesn't
13229         already have a value. Set $output_file to the name of the output
13230         file from compiling the testcase. Add a -o option to CXXFLAGS so
13231         the compiler writes the final output file as $output. Use $output
13232         as the executable to be tested.
13234 Mon Jun 24 17:12:16 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13236         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
13238 Sat Jun  8 15:12:24 1996  Jeffrey A Law  (law@cygnus.com)
13240         * gcc.c-torture/execute/pending-1.c: New test.  Still
13241         pending in Tege's queue.
13243 Wed Apr 24 18:13:45 1996  Jim Wilson  <wilson@chestnut.cygnus.com>
13245         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
13246         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
13247         if there were failures.  Call unresolved if there were unresolved
13248         testcases.  Call gcc_fail if program did not run to completion.
13249         (ph_make): Pass additional argument name to ph_execute.
13250         (ph_execute): Add new argument.  Pass additional arguments to
13251         ph_summary.  Call gcc_fail is there is no execution output.
13253 Wed Apr 24 13:39:23 1996  Jeffrey A Law  (law@cygnus.com)
13255         * lib/plumhall.exp (proc_summary): Output relavent summary
13256         lines into the log so specific failures in plumhall can be
13257         investigated.
13259 Wed Apr 10 13:23:45 1996  Jeffrey A Law  (law@cygnus.com)
13261         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
13262         (c-torture-execute): Don't try to execute tests which use
13263         "long long" types if $NO_LONG_LONG is nonzero.
13265 Mon Apr  8 08:52:29 1996  Doug Evans  <dje@canuck.cygnus.com>
13267         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
13268         not c-torture.
13270         * gcc.ieee: Move from here.
13271         * gcc.c-torture/execute/ieee: To here.
13273 Tue Mar 26 23:41:18 1996  Jeffrey A Law  (law@cygnus.com)
13275         * gcc.c-torture: Update to c-torture-1.41 release.
13277 Fri Mar 22 15:49:24 1996  Jeffrey A Law  (law@cygnus.com)
13279         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
13280         not "$output".
13282 Thu Mar  7 12:37:08 1996  Doug Evans  <dje@charmed.cygnus.com>
13284         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
13285         -c present.
13287 Sat Mar  2 22:36:37 1996  Jeffrey A Law  (law@cygnus.com)
13289         * config/proelf.exp: Handle connecting to a simulator.
13291 Wed Jan 31 00:58:15 1996  Jeffrey A Law  (law@cygnus.com)
13293         * config/proelf.exp: New file.  Enough framework that we can
13294         run c-torture tests on the proelf targets (or any other target
13295         that gdb can connect to for that matter).
13297 Mon Jan 29 08:57:46 1996  Doug Evans  <dje@canuck.cygnus.com>
13299         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
13300         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
13302         * lib/plumhall.exp (ph_execute): Always call ph_summary if
13303         exec_output exists.
13305 Sun Jan 28 11:28:43 1996  Doug Evans  <dje@charmed.cygnus.com>
13307         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
13308         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
13310         * config/*.exp: Update FSF address.  Change result of ${tool}_load
13311         to pass/fail/unresolved/unsupported/untested.  Caller must now
13312         call unresolved/unsupported/untested.
13313         * lib/*.exp: Update FSF address.  Update to handle new results of
13314         ${tool}_load.
13315         * lib/chill.exp (verbose): Delete.
13317 Sat Jan 27 12:28:07 1996  Doug Evans  <dje@charmed.cygnus.com>
13319         * lib/gcc.exp (default_gcc_start): Change order of args to
13320         $LDFLAGS $CFLAGS $LIBS.
13321         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
13322         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
13323         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
13324         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
13325         * gcc.misc-tests/dg-test.exp: Likewise.
13326         * gcc.misc-tests/msgs.exp: Likewise.
13327         * gcc.prms/prms.exp: Likewise.
13328         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
13329         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
13331         * lib/dg.exp: Deleted, moved to dejagnu/lib.
13333 Wed Jan 24 18:37:00 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13335         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
13337         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
13338         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
13340         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
13341         necessary.
13343 Sat Jan 20 17:22:08 1996  Brendan Kehoe  <brendan@cygnus.com>
13345         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
13346         global for loop; add use of $mathlib.
13347         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
13348         settings here; set mathlib for anything but VxWorks.
13350 Mon Jan 22 16:31:57 1996  Jeffrey A Law  (law@cygnus.com)
13352         * gcc.c-torture: Update to c-torture-1.40 release.
13354 Wed Jan  3 00:54:33 1996  Jeffrey A Law  (law@cygnus.com)
13356         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
13357         dg.exp.
13359 Sun Dec  3 16:17:42 1995  Jeffrey A. Law  <law@sethra.cygnus.com>
13361         * lib/c-torture.exp (c-torture-execute): Declare "output" as
13362         global.
13364 Fri Nov 17 20:01:19 1995  Doug Evans  <dje@canuck.cygnus.com>
13366         * lib/g++.exp (LIBS): Define if not already.
13367         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
13368         (gcc-dg-prune): Call prune_gcc_output.
13369         * lib/gcc.exp (prune_gcc_output): New proc.
13370         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
13371         prune_gcc_output.
13373 Thu Nov 16 09:15:40 1995  Doug Evans  <dje@canuck.cygnus.com>
13375         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
13376         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
13378 Wed Nov 15 23:04:36 1995  Jeffrey A Law  (law@cygnus.com)
13380         * gcc.c-torture: Update to c-torture-1.39 release.
13382 Sat Nov  4 12:52:05 1995  Doug Evans  <dje@canuck.cygnus.com>
13384         * lib/c-torture.exp (c-torture-execute): Don't return if one option
13385         fails, try others as well.
13387 Thu Nov  2 09:28:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13389         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
13390         If compilation fails, mark execute tests as `untested'.
13391         If test is marked as unsupported, don't mark compilation and
13392         execute tests as failed.
13394 Wed Oct 25 20:57:55 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13396         * lib/g++.exp (g++_init): Don't link in libg++, and look to
13397         libstdc++ for whether or not we want to be doing shared
13398         libraries.  Delete link_curses since we don't need it anymore.
13399         * lib/mike-g++.exp (postbase): Don't link in libg++.
13400         * g++.old-deja/old-deja.exp: Likewise.
13402 Mon Oct 23 13:05:11 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13404         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
13406 Tue Oct 17 15:24:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13408         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
13409         For that, add `-Wl,-a,shared_archive'.
13410         * g++.old-deja/old-deja.exp: Likewise.
13412 Tue Oct 17 13:09:06 1995  Doug Evans  <dje@canuck.cygnus.com>
13414         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
13416 Mon Oct 16 23:13:32 1995  Brendan Kehoe  <brendan@cygnus.com>
13418         * lib/mike-g++.exp (postbase): Pay attention to the status of
13419         g++_load.
13421 Mon Oct 16 19:28:32 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13423           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
13425 Mon Oct 16 13:48:58 1995  Doug Evans  <dje@canuck.cygnus.com>
13427         * lib/gcc.exp (default_gcc_start): No longer need to log program
13428         being executed or its output, execute_anywhere does that now.
13429         * lib/g++.exp (default_g++_version): Call execute_anywhere.
13430         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
13432 Thu Oct 12 10:34:58 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13434         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
13435         the same as those in lib/g++.exp.
13437 Tue Oct 10 13:47:27 1995  Jeff Law  (law@hurl.cygnus.com)
13439         * gcc.c-torture: Update to c-torture-1.38 release.
13440         * gcc.ieee: Related changes.
13442 Fri Oct  6 12:39:17 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13444         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
13445         "exec". Minor reformatting changes.
13447         * config/rom68k.exp (${tool}_load): Make it work in a canadian
13448         cross. This means all "exec" calls now work on a remote host as
13449         well.
13450         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
13451         cross. Filter out the extra "\r\n" stuff that expect puts in.
13452         (c-torture-execute): Filter out the bogus warnings like
13453         c-torture-compile does. Add support for canadian cross.
13454         * lib/gcc.exp (default_gcc_version, default_gcc_start)
13455         Use execute_anywhere rather than calling exec directly. Now it
13456         works for canadian cross testing.
13458 Thu Oct  5 10:06:45 1995  Brendan Kehoe  <brendan@rtl.cygnus.com>
13460         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
13461         results into a variable, and check that rather than using file exists.
13463 Wed Oct  4 16:31:02 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13465         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
13466         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
13468 Tue Sep 26 10:15:14 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13470         * g++.old-deja/old-deja.exp: Create and pass runshlib and
13471         lib_curses if there's a shared libg++ in the build tree.
13473 Fri Sep 22 10:47:24 1995  Doug Evans  <dje@canuck.cygnus.com>
13475         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
13476         if not supported target.
13478 Fri Sep 22 09:22:07 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13480         * lib/g++.exp (g++_init): Move empty setting of runshlib and
13481         link_curses up to always happen, not just for native builds.
13483 Thu Sep 21 10:23:32 1995  Jeff Law  (law@snake.cs.utah.edu)
13485         * gcc.c-torture: Update to c-torture-1.36 release.
13486         * gcc.failure: Related changes.
13488 Wed Sep 20 10:56:26 1995  Doug Evans  <dje@canuck.cygnus.com>
13490         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
13492 Tue Sep 19 17:26:07 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13494         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
13495         * lib/mike-g++.exp (postbase): Not in here.  Still reference
13496         runshlib, link_curses, and mathlib for link and run.
13498         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
13499         pass the runtime shared library options for Solaris, OSF/1, and
13500         Irix5, and link with -lcurses to avoid unresolved references.
13502 Wed Sep 13 15:28:10 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13504         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
13505         only run once.
13507 Wed Sep 13 10:51:52 1995  Doug Evans  <dje@canuck.cygnus.com>
13509         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
13511 Mon Sep 11 11:02:03 1995  Jeff Law  (law@snake.cs.utah.edu)
13513         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
13514         do not have a framework for the "compat" tests yet.
13516 Sat Sep  9 16:15:20 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13518         * lib/mike-g++.exp (postbase): New local variable `mathlib',
13519         set to null if we're testing vxworks5.1.  Use that instead of
13520         `-lm' in the setting of LIBS for link and run.
13522 Fri Sep  8 13:53:38 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13524         * config/rom68k.exp (${tool}_load): Major changes to make it
13525         work.  Verified that it does in fact return the stuff in
13526         exec_output properly.  Catch any Emul or any TRAP other than 0.
13528 Thu Sep  7 23:04:06 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13530         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
13531         LDFLAGS properly for targets that need stuff from libgloss.
13532         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
13533         only run once.
13534         (gpp_initialized): New variable.
13536 Wed Sep  6 21:56:13 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13538         * config/rom68k.exp: Load libgloss.exp.
13539         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
13540         so we can produce a fully linked binary.
13541         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
13542         so we can produce a fully linked binary.
13544 Sun Sep  3 13:25:26 1995  Doug Evans  <dje@canuck.cygnus.com>
13546         * lib/plumhall.exp (ph_section): Watch for expected failures.
13547         Add missing `else'.
13549         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
13550         run the testcase.
13551         (c-torture): Likewise.
13553 Mon Aug 28 11:23:38 1995  Doug Evans  <dje@cygnus.com>
13555         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
13557         * lib/mike-g++.exp (mike_cleanup): New proc.
13558         (prebase): New globals compiler_result, not_compiler_result,
13559         target_regexp.
13560         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
13561         allow leading "-" in pattern.  Watch for unsupported tests.
13562         If $compiler_result is set, pattern match assembler code,
13563         and ditto for $not_compiler_result.
13564         * lib/mike-gcc.exp: Likewise.
13566         * lib/plumhall.exp (ph_execute): Only call ph_summary if
13567         execution "succeeded".
13569 Mon Aug 14 14:03:53 1995  Doug Evans  <dje@canuck.cygnus.com>
13571         * config/win32.exp: New file.
13572         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
13574 Fri Aug  4 15:39:54 1995  Doug Evans  <dje@canuck.cygnus.com>
13576         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
13577         unsupported.
13578         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
13579         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
13580         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
13582         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
13583         "... without exceptions was ...".  That is now handled by
13584         prune_system_crud.
13585         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
13587 Tue Aug  1 11:09:33 1995  Doug Evans  <dje@canuck.cygnus.com>
13589         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
13590         sieve.c,sort2.c}: New files.
13591         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
13592         sieve.exp,sort2.exp}: Drivers for them.
13594         * lib/mike-gcc.exp (program_output): New user settable variable.
13595         (postbase): Call prune_system_crud.  Also prune extraneous compiler
13596         messages.
13597         * lib/mike-g++.exp (program_output): New user settable variable.
13599         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
13601         * config/sh.exp: Deleted (use sim.exp instead).
13603 Fri Jul 28 11:33:46 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13605         * config/vx.exp: Declare CHECKTASK as global.
13606         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
13607         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
13608         * lib/old-dejagnu.exp: Load [pwd]/$executable.
13610 Wed Jul 26 19:45:39 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13612         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
13613         target. Like vx.exp, only includes `vx29k.exp' instead of
13614         `vxworks.exp'.
13616 Sun Jul 23 17:38:52 1995  Ian Lance Taylor  <ian@cygnus.com>
13618         * config/sim.exp: Increase time limit from 120 seconds to 240.
13620 Thu Jul  6 11:07:38 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13622         * gcc.c-torture/execute/950628-1.c: New test.
13624 Sat Jun 10 18:51:41 1995  Jeff Law  (law@snake.cs.utah.edu)
13626         * gcc.c-torture: Update with changes/additions from
13627         c-torture-1.34.
13629 Mon Jun  5 17:58:07 1995  Doug Evans  <dje@canuck.cygnus.com>
13631         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
13633 Sun Jun  4 05:13:57 1995  Jeff Law  (law@snake.cs.utah.edu)
13635         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
13637 Thu Jun  1 00:06:19 1995  Jeff Law  (law@snake.cs.utah.edu)
13639         * gcc.c-torture/compile/950512-1.c: New test.
13640         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
13641         * gcc.dg/struct-ret-1.c: Likewise.
13643 Wed May 31 14:25:13 1995  Doug Evans  <dje@canuck.cygnus.com>
13645         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
13646           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
13648 Tue May 30 11:19:54 1995  Doug Evans  <dje@canuck.cygnus.com>
13650         * gcc.c-torture/special/920411-1.c: Deleted.
13651         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
13653 Mon May 22 16:55:11 1995  Doug Evans  <dje@chestnut.cygnus.com>
13655         * config/sim.exp (${tool}_load): Hack in call to bash to get a
13656         cpu limit.
13658 Fri May 12 18:57:54 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
13660         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
13662 Thu May  4 14:23:54 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
13664         From kenner;
13665         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
13666         is the proper length.
13667         * va-arg-3.c: Likewise.
13669 Sun Apr 30 16:02:59 1995  Doug Evans  <dje@canuck.cygnus.com>
13671         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
13672         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
13674         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
13675         * lib/g++.exp (default_g++_start): Delete old cruft.
13677 Tue Apr 25 17:20:18 1995  Torbjorn Granlund  <tege@cygnus.com>
13679         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
13680         (2 * (1 << 18)) to (2 * (1 << 17)).
13682         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
13684 Thu Apr 20 12:21:13 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13686         * config/rom68k.exp: Renamed from config/idp.exp
13688 Tue Apr 18 13:33:26 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
13690         * c-torture/compile/921109-2.c
13692 Tue Apr 18 10:45:12 1995  Mike Stump  <mrs@cygnus.com>
13694         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
13695         excess errors.
13697 Sat Apr 15 11:16:58 1995  Doug Evans  <dje@chestnut.cygnus.com>
13699         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
13700         output.
13701         * lib/g++.exp (default_g++_start): Likewise.
13703 Wed Mar 29 16:34:03 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
13705         * gcc.c-torture/compile/950329-1.c: New test.
13707 Tue Mar 28 16:10:33 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13709           * config/bug.exp (${tool}_load): Updated to use new remote_open
13710           and remote_close procs.
13711         * config/idp.exp: New file.
13713 Wed Mar 22 15:01:58 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
13715         * gcc.c-torture/execute/950322-1.c: New test.
13717 Tue Mar 21 21:24:49 1995  Doug Evans  <dje@canuck.cygnus.com>
13719         * config/vx.exp (${tool}_load): Clean up testing of return code from
13720         vxworks_ld and vxworks_spawn.
13722 Tue Mar 21 17:01:42 1995  Doug Evans  <dje@deneb.cygnus.com>
13724         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
13726 Mon Mar 13 14:49:42 1995  Mike Stump  <mrs@cygnus.com>
13728         * lib/old-deja.exp: Add `excess errors test - ' error, now one
13729         can mark excess errors on a machine by machine basis.  Note, the
13730         default is to not expect any excess errors, even when excess
13731         errors test - is given, so you will want to put an XFAIL ... on
13732         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
13733         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
13734         those 4 machines, but no others.
13736 Fri Mar 10 12:33:04 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13738         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
13739         * lib/c-torture.exp: to here.
13741 Fri Mar 10 10:38:15 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
13743         * gcc.c-torture/execute/950221-1.c: New test.
13744         * gcc.c-torture/execute/struct-ret-1.c: New test.
13745         * gcc.c-torture/compile/950221-1.c: New test.
13747         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
13749 Fri Mar  3 16:28:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13751         * gcc.c-torture/execute/arith-1.c (main): Return 0.
13752         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
13754 Wed Mar  1 02:08:29 1995  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
13756         * g++.gb: New directory of tests, derived from my signature and
13757         class scoping tests.
13759         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
13760         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
13761         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
13762         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
13763         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
13764         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
13765         * g++.gb/sig25.C: Likewise.
13767         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
13768         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
13769         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
13770         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
13771         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
13772         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
13773         * g++.gb/sig25.exp: Likewise.
13775         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
13776         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
13777         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
13778         * g++.gb/scope13.C: Likewise, this test still fails.
13780         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
13781         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
13782         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
13783         * g++.gb/scope13.exp: Ditto.
13785         * g++.gb/README: New file, explains what these tests are about.
13787 Tue Feb 28 10:37:52 1995  Doug Evans  <dje@canuck.cygnus.com>
13789         * lib/dg.exp (dg-do): Support `preprocess'.
13790         (dg-test): Likewise.
13792 Mon Feb 13 15:18:10 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13794         * config/udi.exp: change "continue -expect" to "exp_continue".
13796 Sat Feb 11 00:25:20 1995  Torbjorn Granlund  (tege@tiny.cygnus.com)
13798         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
13799         Delete redundant tests.
13801         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
13802         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
13803         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
13804         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
13805         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
13806         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
13807         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
13808         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
13810         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
13811         storing label pointers.
13812         * gcc.c-torture/execute/921019-1.c: Likewise.
13813         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
13814         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
13815         parameter fp.
13816         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
13817         constants.
13819         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
13820         Delete obsolete tests.
13822         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
13823         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
13824         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
13825         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
13826         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
13827         * gcc.c-torture/compile/950124-1.c: New test.
13829         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
13831 Wed Feb  8 15:30:17 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13833         * lib/mike-g++.exp: Add -lm to LIBS.
13835 Tue Feb  7 17:09:50 1995  Doug Evans  <dje@canuck.cygnus.com>
13837         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
13839 Mon Jan 30 14:33:25 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13841         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
13843 Thu Jan 12 16:41:34 1995  Doug Evans  <dje@canuck.cygnus.com>
13845         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
13847 Mon Jan  2 11:50:10 1995  Jeff Law  (law@snake.cs.utah.edu)
13849         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
13850         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
13851         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
13852         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
13853         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
13854         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
13855         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
13856         * g++.law/{operators31.C, operators32.C,
13857         * g++.law/{operators33.C, operators34.C}: Likewise.
13858         * g++.law/{pic1.C, refs2.C}: Likewise.
13859         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
13860         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
13861         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
13862         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
13864         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
13865         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
13866         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
13867         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
13868         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
13869         * g++.law/{enum9.exp, friend5.exp}: Likewise.
13870         * g++.law/{nest3.exp, nest4.exp}: Likewise.
13871         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
13872         * g++.law/{operators30.exp, operators31.exp}: Likewise.
13873         * g++.law/{operators32.exp, operators33.exp}: Likewise.
13874         * g++.law/{operators34.exp}: Likewise.
13875         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
13876         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
13877         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
13878         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
13879         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
13881         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
13882         No longer expected to fail.
13883         * g++.law/missed-error3.C: Tweak for recent bool changes.
13885 Sun Dec  4 20:54:33 1994  Doug Evans  <dje@canuck.cygnus.com>
13887         * config/emb-unix: Deleted.
13888         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
13889         remote execution.  Do final link on remote host if REMOTE_LINK is set.
13891 Thu Dec  1 08:43:05 1994  Doug Evans  <dje@canuck.cygnus.com>
13893         * lib/dg.exp (dg-test): Fix typo in last patch.
13895 Wed Nov 30 13:25:32 1994  Doug Evans  <dje@canuck.cygnus.com>
13897         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
13898         (handles multiple occurrences).
13900 Thu Nov 24 19:48:38 1994  Doug Evans  <dje@canuck.cygnus.com>
13902         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
13903         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
13904         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
13905         printed).
13906         * lib/c-torture.exp (c-torture-compile): Likewise.
13907         (c-torture): Prepend full path if missing.
13908         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
13909         (gcc_fail): Likewise.
13910         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
13912 Wed Nov 23 13:56:00 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
13914         * lib/netware.exp: Only attach to NetWare i386 systems.
13916 Wed Nov 16 11:27:00 1994  Doug Evans  <dje@canuck.cygnus.com>
13918         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
13919         messages.  Add test name to "output pattern match" pass/fail message.
13921 Sat Nov 12 22:11:52 1994  Doug Evans  <dje@canuck.cygnus.com>
13923         * gcc.dg: New testsuite.
13924         * gcc.dg/dg.exp: New file.
13926         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
13927         test-switch.c}: Deleted.
13929         * gcc.misc-tests/msgs.exp: New testcase driver.
13931 Wed Nov  9 14:23:09 1994  Doug Evans  <dje@canuck.cygnus.com>
13933         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
13934         Watch for illegal return values from ${tool}_load.
13935         * config/unix.exp (${tool}_load): Fix pass/fail detection for
13936         cross targets.  Coerce return value >0 to 1.
13938 Tue Nov  8 14:10:33 1994  Doug Evans  <dje@canuck.cygnus.com>
13940         * config/unix.exp (${tool}_load): Call program rsh, not proc.
13942         * config/emb-unix.exp: New file.
13944         * config/sim.exp: Error if variable $SIM not defined.
13945         (${tool}_load): Mark test as "untested" if simulator missing.
13947         * config/unix.exp: Load remote.exp to get rcp_download.
13948         * lib/c-torture.exp: Use different option lists for testcases with
13949         and without loops.
13950         * gcc.c-torture/execute/execute.exp: Likewise.
13952 Wed Nov  2 14:47:58 1994  Doug Evans  <dje@canuck.cygnus.com>
13954         * config/*.exp: Clarify return code from ${tool}_load.
13955         Call `unresolved' or `untested' instead of `warning' or `perror'
13956         (sometimes you still want to call both though).
13957         Add comment that `shell_id' is local to each file.
13958         * config/udi.exp (timeout): Set to 30.
13959         Don't print warning if connection fails, $connectmode has already
13960         printed an error.
13961         (${tool}_load): Move verbose messages to level 2.
13962         Rework pattern for "Process started" message.
13963         Pass `shell_id' to ${connectmode}_download.
13964         Retry twice upon timeout.  Make resetting of target more robust.
13965         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
13966         Pass `shell_id' to exit_$connectmode.
13967         Only call exit_$connectmode if connected.
13968         * config/unix.exp (${tool}_load): Check return codes better.
13969         * config/vrtx.exp (${tool}_load): Likewise.
13970         * config/vx.exp (${tool}_load): Likewise.
13971         Delete unneeded global's.
13972         * lib/dg.exp (dg-test): Update to reflect clarified return codes
13973         from ${tool}_load.
13974         (dg-stat): Delete.
13975         (dg-init): Delete recording of pass/fail counts.
13976         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
13977         (old-dejagnu-init): Likewise.
13978         (old-dejagnu-stat): Delete contents, empty proc now.
13979         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
13980         (c-torture): Delete references to lcnt, lpass, lfail.
13981         Get option list from TORTURE_OPTIONS.
13982         Delete -funroll[-all]-loops if no loops.
13983         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
13984         (g++_stat): Delete contents (empty proc now).
13985         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
13986         (gcc_finish): Likewise.
13987         (gcc_stat): Deleted.
13988         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
13989         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
13990         * gcc.c-torture/execute/execute.exp: Likewise.
13991         Split tests into two parts: compile, execute.
13992         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
13993         no loops.  Update to reflect clarified return codes from ${tool}_load.
13995 Fri Oct 21 23:10:16 1994  Doug Evans  <dje@canuck.cygnus.com>
13997         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
13998         to grep for.
13999         (old-dejagnu): Likewise (where necessary).
14001 Fri Oct 14 17:54:58 1994  Doug Evans  <dje@canuck.cygnus.com>
14003         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
14005         * lib/dg.exp (dg-process-target): Fix processing of selector.
14006         Add comment regarding use of `error'.
14008         * lib/gcc.exp (prune_system_crud): Define if missing.
14009         * lib/g++.exp (prune_system_crud): Likewise.
14011         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
14012         Call prune_system_crud.
14013         * lib/dg.exp (dg-runtest): New proc.
14014         Use perror instead of send_user for tcl errors in testcase.
14015         Don't return any value, it's never used.
14016         Don't clobber previous definition of `unknown'.
14017         Print tcl errors in `dg-final'.
14019 Wed Oct 12 13:05:37 1994  Doug Evans  <dje@canuck.cygnus.com>
14021         * lib/dg.exp (dg-process-target): Improve syntax error messages.
14022         (dg-test): Don't print errorInfo, it contains stack backtrace.
14024 Mon Sep 26 12:18:53 1994  Doug Evans  (dje@canuck.cygnus.com)
14026         * lib/g++.exp (runtest_file_p): Define if missing.
14028 Sat Sep 24 15:29:23 1994  Doug Evans  (dje@cygnus.com)
14030         * lib/mike-g++.exp: Comment out loading of g++.exp.
14031         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
14032         (default_g++_version): Always print something.
14033         (default_g++_start): Comment out call to `which'.
14034         (g++_start, g++_load): Deleted (must be defined in config file).
14035         * lib/gcc.exp: Test for existence of $CC at start.
14036         Delete check for tmpdir (done in gcc_init).
14037         (default_gcc_version): Always print something.
14038         (default_gcc_start): Comment out call to `which'.
14039         * config/*.exp: Major cleanup - make cross targets work at least a
14040         little better for g++ (by not being "--tool gcc" specific).
14041         Rename gcc_xxx to ${tool}_xxx.
14042         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
14043         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
14045 Thu Sep 22 11:39:17 1994  Doug Evans  (dje@canuck.cygnus.com)
14047         * lib/c-torture.exp (c-torture-compile): Rework compiler
14048         message processing.
14050         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
14051         c-torture.
14053 Wed Sep 21 09:49:43 1994  Doug Evans  (dje@canuck.cygnus.com)
14055         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
14057         * lib/dg.exp (dg-process-target): Support { target native }.
14059 Tue Sep 20 17:16:55 1994  Doug Evans  (dje@canuck.cygnus.com)
14061         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
14062         looked for "... program xxx got fatal signal".
14063         Correct regsub munging of `comp_output'.
14064         Ignore compiler messages "path prefix not used" and "linker input
14065         file unused".
14067 Wed Sep 14 11:44:40 1994  Doug Evans  (dje@canuck.cygnus.com)
14069         * lib/gcc.exp (runtest_file_p): Define if missing.
14070         * gcc.prms/template.c: Example to work from.
14072 Tue Sep 13 10:30:48 1994  Doug Evans  (dje@canuck.cygnus.com)
14074         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
14075         * lib/dg.exp (dg-test): Call unsupported testcases as such.
14077         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
14078         * gcc.prms/1883.c: Moved from compile/940714-1.c.
14079         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
14080         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
14082         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
14083         (dg-process-target): No longer a varargs proc.
14084         Return S/N for target, P/F for xfail.  All callers changed.
14085         (user option procs): More argument checking.
14086         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
14087         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
14088         (dg-test): Skip test if not running on selected target in `dg-do'.
14089         Update handling of `dg-do-what', `dg-output-text'.
14090         Separate execution pass/fail from output pattern match pass/fail.
14091         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
14093 Mon Sep 12 13:47:35 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14095         * gcc.c-torture/special/special.exp: Don't expect failure for mips
14096         target for 920510-1.c.
14098 Mon Sep 12 12:44:39 1994  Doug Evans  (dje@canuck.cygnus.com)
14100         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
14101         Clean up comment regarding use of passcnt, etc.
14102         (gcc_stat): Don't update `testcnt' here.
14103         (gcc_finish): Do it here.
14104         Might as well reset `but_id' here too.
14105         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
14106         to determine if the file should be tested.
14107         * gcc.c-torture/compile/compile.exp: Likewise.
14108         * gcc.c-torture/execute/execute.exp: Likewise.
14109         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
14110         * gcc.misc-tests/dg-test.exp: Likewise.
14111         * gcc.prms/prms.exp: Likewise.
14112         * gcc.wendy/wendy.exp: Likewise.
14113         * g++.old-deja.exp: Likewise.
14114         Move "Testing file" message to verbose level 1.
14116 Fri Sep  9 10:21:18 1994  Doug Evans  (dje@canuck.cygnus.com)
14118         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
14120 Thu Sep  8 16:52:43 1994  Doug Evans  (dje@canuck.cygnus.com)
14122         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
14123         (default_gcc_start): Accept optional second list element
14124         of compiler flags.  Print compiler output at verbosity level 2.
14125         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
14126         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
14127         Save current values of framework globals passcnt, failcnt, xpasscnt,
14128         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
14129         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
14130         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
14131         xfailcnt to compute stats.  Update framework global `testcnt' from
14132         pass/fail counts.
14133         (gcc_finish): New proc.  Clean up test environment.
14134         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
14135         (gcc_epass, gcc_efail): Delete.
14136         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
14137         argument of line number.
14138         (dg-init): If the tool has an init routine, call it.
14139         (dg-test): Remove args `cflags_var' and `libs_var'.
14140         Pass all compiler options to ${tool}_start.
14141         Handle missing line number.
14142         (dg-finish): New function.
14143         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
14144         particular files.  Call gcc_finish at end.  Move "skipping test"
14145         message to verbosity level 3.
14146         * gcc.c-torture/compile/compile.exp: Likewise.
14147         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
14148         * gcc.c-torture/execute/execute.exp: Likewise.
14149         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
14150         Print testcase being tried at verbosity level 1.
14151         * gcc.c-torture/special/special.exp: Unset xfail.
14152         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
14153         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
14154         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
14155         * gcc.failure/failure.exp: Likewise.
14156         * gcc.ieee/ieee.exp: Likewise.
14157         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
14158         Update call to dg-test.  Call dg-finish at end.
14159         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
14160         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
14161         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
14162         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
14163         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
14164         * gcc.wendy/wendy.exp: Add copyright.
14165         Delete setting of tmpdir (done by gcc_init).
14166         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
14167         Pass compiler flags to gcc_start.  Call gcc_finish at end.
14168         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
14169         gcc_[ce]pass/fail.
14171 Wed Sep  7 11:09:08 1994  Doug Evans  (dje@canuck.cygnus.com)
14173         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
14174         confusion.
14175         (g++_load): Likewise.
14177         * config/*.exp (gcc_load): Some were varargs fns and some were not.
14178         Rename argument to `prog' to remove the confusion.
14179         Varargs fns behave differently too!
14180         (g++_load): Likewise.
14182         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
14184         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
14185         what it is.  Delete (always) printing of status value for !native.
14186         Simplify verbose code, and include status and exec_output.
14187         (g++_load): Use gcc_load.
14189 Sun Sep  4 13:59:27 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14191         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
14192         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
14193         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
14194         940714-3.c as these testcases don't exist anymore.  Make
14195         va-arg-1.c expected to pass.
14197 Fri Aug 19 12:27:07 1994  Doug Evans  (dje@canuck.cygnus.com)
14199         * gcc.misc-tests/misc.exp: Only run specific testcases.
14200         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
14201         * gcc.misc-tests/dg-[1-9].c: New files.
14203         * lib/dg.exp: New testsuite driver.
14204         * gcc.prms/prms.exp: Use it.
14206         * README.gcc: New file.
14208         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
14209         Document and reset `lxpass' and `lxfail'.
14210         Simplify "initialized" message.
14211         (gcc_stat): Clean up comments a little.
14213 Tue Aug 16 11:16:46 1994  Doug Evans  (dje@canuck.cygnus.com)
14215         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
14217 Mon Aug 15 21:20:36 1994  Doug Evans  (dje@canuck.cygnus.com)
14219         * lib/old-dejagnu.exp (process-option): New proc.
14220         (old-dejagnu-init, old-dejagnu-stat): Likewise.
14221         (old-dejagnu): Simplify.
14222         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
14224 Sun Aug 14 09:23:53 1994  Jeff Law  (law@snake.cs.utah.edu)
14226         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
14227         exists and is not an empty string.
14229         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
14230         $xfail rather than calling setup_xfail.  Clear $xfail when test is
14231         finished.
14232         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
14233         automatically.
14235         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
14236         longer expected to fail.
14238         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
14239         "f" function call.
14241         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
14243         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
14244         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
14245         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
14246         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
14247         c-torture-1.29.
14249         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
14250         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
14252         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
14254         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
14255         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
14257         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
14258         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
14259         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
14261 Tue Jul 12 12:49:44 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14263         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
14264         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
14265         940714-1.c, 940714-2.c, 940714-3.c},
14266         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
14267         gcc.misc-tests/{mg.c,mg.exp}:
14268         New tests.
14269         * gcc.noncompile/noncompile.exp: Change accordingly.
14271 Thu Jul  7 14:20:33 1994  Doug Evans  (dje@canuck.cygnus.com)
14273         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
14274         Undo previous clobberage.
14276 Mon Jul  4 17:00:59 1994  Jeff Law  (law@snake.cs.utah.edu)
14278         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
14279         * gcc.special/{930510-1.c, special.exp}:
14280         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
14281         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
14282         struct-varargs-1.c}: New tests from c-torture-1.26.
14284 Tue Jun 28 17:39:42 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
14286         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
14287           argument to switch.
14289 Sat May 21 10:39:38 1994  Bill Cox  (bill@rtl.cygnus.com)
14291         * Revert the previous changes.  Please see Rob's directory
14292           (/lisa/test/rob/progressive/gcc/testsuite) for testing
14293           fixes.
14295 Thu May 19 18:00:03 1994  Bill Cox  (bill@rtl.cygnus.com)
14297         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
14298             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
14299             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
14300             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
14301             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
14302             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
14303             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
14304             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
14305             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
14306             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
14307             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
14308             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
14309             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
14310             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
14311             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
14312             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
14313             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
14314             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
14315             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
14316             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
14317             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
14318             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
14319             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
14320             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
14321             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
14322             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
14323             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
14325 Tue May 17 14:55:09 1994  Bill Cox  (bill@rtl.cygnus.com)
14327         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
14328             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
14329           with perror calls.
14331 Mon May  2 17:41:13 1994  Jason Merrill  (jason@deneb.cygnus.com)
14333         * config/unix.exp (g++_load): Fix syntax.
14335 Thu Apr 14 12:22:10 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14337         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
14338         * gcc.noncompile/921017-1.c: Deleted obsolete test.
14339         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
14340         Don't expect va-arg-1.c to fail.  Correct expected output for
14341         920928-1.c.
14342         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
14343         * gcc.wendy/hbm4.c: Correct typo.
14344         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
14346 Mon Mar 28 13:29:37 1994  Doug Evans  (dje@canuck.cygnus.com)
14348         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
14349         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
14350         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
14351         * lib/c-torture.exp (c-torture-compile): Ditto.
14353         Reduce volume of output (remove all the -I's and such).
14354         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
14355         Call gcc_cpass, gcc_cfail.
14356         (c-torture): Pass testing option to c-torture-compile.
14358 Mon Mar 21 12:40:33 1994  Doug Evans  (dje@cygnus.com)
14360         Bring patches over from progressive.
14361         * config/default.exp: Exit remote shell cleanly.
14362         (g++_exit, g++_start): Add default versions.
14363         * config/sim.exp (gcc_load): Use perror, not error.
14365 Sun Mar 20 12:05:32 1994  Doug Evans  (dje@canuck.cygnus.com)
14367         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
14368         set in site.exp.
14370 Mon Mar 14 19:30:28 1994  Doug Evans  (dje@cygnus.com)
14372         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
14373         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
14374         (wendy_try): New proc to run testcase.
14375         (main loop): Call 'em.
14376         * gcc.wendy/*.c: Clean up pass to correct expected output.
14378         * lib/gcc.exp: Minor cleanup work.
14379         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
14381 Wed Mar  9 15:22:54 1994  Doug Evans  (dje@canuck.cygnus.com)
14383         * config/sim.exp (gcc_load): Document return codes better.
14384         Don't pass -v to simulator.
14386 Thu Feb 24 07:15:18 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14388           * gcc.special/920717-x.c: Fix typo.
14389           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
14390           get at sources.
14392         * lib/mike-gcc.exp: Fix typo.
14394 Tue Feb 15 15:41:47 1994  Rob Savoye  (rob@darkstar.cygnus.com)
14396         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
14397         binary to use, transform the name.
14398         * config/*.exp: rename everything. Nuke any g++ specific files,
14399         it's now a special case of gcc that requires no special support.
14400         Add a default.exp for unsupported targets.
14402 Fri Feb 11 12:59:54 1994  Rob Savoye  (rob@poseidon.cygnus.com)
14404         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
14405         lib/old-dejagnu.exp: Fix a few patterns to work with the new
14406         version of Tcl.
14408 Wed Feb  9 21:35:47 1994  Rob Savoye  (rob@darkstar.cygnus.com)
14410         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
14411         than a warning.
14413 Sun Feb  6 16:52:13 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14415         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
14417 Mon Jan  3 17:28:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14419         * gcc.execute/execute.exp: Combine opt_list and foption_list into
14420         option_list.  Compile every file with only 4/6 option choices
14421         (same as C torture) instead of with 12/18 different option
14422         choices.
14423         * lib/c-torture.exp: Likewise.
14425         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
14426         not already set.
14428 Thu Dec 30 17:17:07 1993  Mike Stump  (mrs@rtl.cygnus.com)
14430         * lib/old-deja.exp: Add `excess errors test fails' error, now one
14431         can put an XFAIL *-*-* on excess errors.
14433 Sun Dec 19 21:45:34 1993  Jeffrey A. Law  (law@snake.cs.utah.edu
14435         * g++.law: Add more tests derived from g++-bugs snapshots.
14437         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
14438         equivalent to g++.law/init9.
14440         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
14441         compiled it, and the a.out file after we've run it.
14443 Fri Dec 17 11:29:56 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14445         * lib/mike-g++.exp (postbase): Delete the .o file after we've
14446         compiled it, and the a.out file after we've run it.
14448 Fri Dec 17 10:18:16 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
14450         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
14452 Wed Dec 15 20:36:40 1993  Rob Savoye  (rob@darkstar.cygnus.com)
14454         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
14455         version number.
14457 Sun Dec 12 21:10:04 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
14459         * g++.law: New directory of g++ tests derived from the g++-bugs
14460         snapshots.
14462 Thu Dec 09 16:50:41 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14464         * gcc.compile: initbug1.c initbug1.exp testcase added
14466 Mon Dec 06 11:09:52 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14468         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
14469         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
14470           fixes submitted by Jeff Law (law@cs.utah.edu)
14471         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
14472           Jeff Law (law@cs.utah.edu)
14475 Tue Nov 30 16:34:07 1993  Mike Stump  (mrs@cygnus.com)
14477         * config/unix-g++.exp: Follow the gcc way of doing things.
14478         * g++.old-deja/old-deja.exp: Minor updates.
14479         * lib/g++.exp: New file, follow the gcc way of doing things.
14480         * lib/old-dejagnu.exp: Minor updates.
14481         * lib/mike-g++.exp: Always unset errorInfo.
14483 Sat Nov  6 11:34:51 1993  Mike Stump  (mrs@cygnus.com)
14485         * lib/gcc.exp: Fix some errors with the below change, CC and
14486         CFLAGS should be global when setting, not local.
14488 Wed Nov  3 11:16:26 1993  Rob Savoye  (rob@darkstar.cygnus.com)
14490         * lib/gcc.exp: Transform tool name.
14492 Wed Oct 27 23:57:29 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14494         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
14496 Wed Oct 27 14:45:50 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14498         * lib/gcc.exp: change gcc_done to gcc_stat
14500 Wed Oct 27 09:57:51 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14502         * Upgraded gcc testsuite to c-torture version 1.25
14504 Sun Oct 24 10:58:03 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14506         * lib/gcc.exp: added reporting code. Changed verbose compile message.
14507         * lib/c-torture: added hooks for new reporting code.
14509 Thu Oct 21 18:45:32 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14511         * config/sh-gcc.exp: check if sh-sim exists in the path
14513 Mon Oct 18 11:13:22 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14515         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
14516         * gcc.compile/compile.exp: Initial changes for new logic.
14517         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
14518         * gcc.failure/failure.exp: Initial changes for new logic.
14519         * gcc.ieee/ieee.exp: Initial changes for new logic.
14520         * gcc.misc-tests/misc.exp: Initial changes for new logic.
14521         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
14522         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
14523         * lib/c-torture.exp: Initial changes for new logic.
14524         * lib/gcc.exp: Initial changes for new logic.
14526 Fri Oct 15 00:19:42 1993  Mike Stump  (mrs@cygnus.com)
14528         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
14529         depend upon failure or success.  Fully qualify names in failure
14530         and success messages.  Always remove a.out before starting
14531         compile, just in case.  Pay more attention to error text output by
14532         the compiler.  Handle testcases with no known past errors just
14533         like all others, so that things are uniform.  Other miscellaneous
14534         improvements.
14536 Wed Oct 13 15:04:51 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14538         * gcc.cpp: new directory for cpp tests
14540 Mon Oct  4 09:03:41 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14542         * lib/chill.exp: Code reformatted, removed unused code.
14543         * config/unix-chill.exp: Code reformatted, removed unused code.
14544         * chill.execute/execute.exp: Code reformatted, removed unused code.
14545         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
14547 Mon Oct  4 06:19:26 1993  Ian Lance Taylor  (ian@cygnus.com)
14549         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
14550         routines not written.
14552 Mon Sep 27 21:07:44 1993  Rob Savoye  (rob@darkstar.cygnus.com)
14554         * config/bug-gcc.exp: Use new procs from bug.exp.
14556 Tue Sep 21 18:21:12 1993  Rob Savoye  (rob@darkstar.cygnus.com)
14558         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
14559         via ftp, rather than depending on NFS.
14560         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
14561         case.
14563 Thu Sep  9 23:09:15 1993  Rob Savoye  (rob@darkstar.cygnus.com)
14565         * config/bug-gcc.exp: Use new download proc.
14567 Tue Sep 14 19:23:58 1993  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
14569         * chill.execute/execute.exp: cleanups, handles errors better
14570         * chill.compile/compile.exp: rewrite, based on execute.exp
14571         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
14572         * lib/chill.exp: major changes to diff proc and compile and link
14573           procs. added chill_fail and chill_pass wrappers to pass and
14574           fail. added more comments, and handle error codes better.
14575           Added a hack to capture stderr from exec, so noncompile tests
14576           can work.
14578 Sat Sep 11 15:30:10 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14580         * chill.execute/execute.exp: rewrite of testsuite driver
14581         * lib/chill.exp: rewrite of testsuite driver
14582         * config/unix-chill.exp: rewrite of testsuite driver
14584 Wed Aug 25 14:11:13 1993  Bill Cox  (bill@rtl.cygnus.com)
14586     In chill.execute:
14587         * iexpr.ch: Standardize uppercase.
14588         * tuples.dat: Standardize uppercase.
14589         * vary.ch: standardize.  Correct varying string assignments.
14590         * vary.dat: Add new output lines.
14592 Tue Aug 24 13:45:49 1993  Bill Cox  (bill@rtl.cygnus.com)
14594     In chill.execute:
14595         * chprintf.ch: Standardize use of uppercase.
14596         * tuples.ch: Standardize and turn arr2 into a DCL,
14597           rather than a SYN.
14598         * pinits.ch: Standardize.
14600 Mon Aug 23 17:26:58 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14602         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
14603         * Makefil: Renamed to Makefile.in.
14604         * configure.in: New.
14606 Mon Aug 23 14:24:13 1993  Bill Cox  (bill@rtl.cygnus.com)
14608     In chill.execute:
14609         * .cvsignore: Add result/output files.
14610         * Makefile: Fix up variables at start.  Use MFLAGS
14611           everywhere.  Correct bool_loc, built_ins entries.
14612           Add entry for vary1.ch.
14613         * bitarray.ch: Standardize upper-case usage.
14614         * bitexpr.ch: Standardize, add output of b1.
14615         * params.ch: Use arrayt in along PROC parameters, to
14616           avoid novelty problems.
14617         * sets.ch: Tiny cleanup.
14618         * vary1.ch: Re-indent.
14620 Tue Aug 17 15:42:07 1993  Bill Cox  (bill@rtl.cygnus.com)
14622           * Add PR-related files to Makefiles, .cvsignore files, etc.
14624 Mon Aug  2 15:46:05 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
14626         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
14627           with compiler objects. New names are test-flow.c and test-loop.c
14629 Tue Jul 27 10:08:08 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
14631         * Upgraded c-torture tests from 1.19 to 1.20
14633         * new files:
14634         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
14635         * gcc.compile: 930623-1.c 930623-2.c
14636         * gcc.noncompile: 930622-1.c 930622-2.c
14637         * gcc.failure: 920411-1.c 920627-2.c
14638         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
14640 Tue Jul 20 15:19:44 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
14642         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
14643           More changes to get testsuite working properly. Needs more work.
14644           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
14646 Mon Jul 19 18:40:31 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
14648         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
14649           More changes to get testsuite working properly. Needs more work.
14651 Tue Jul 13 18:38:56 PDT 1993 Jeff Wheat  (cassidy@cygnus.com)
14653         * chill.compile/compile.exp: Added for Dejagnu support
14654         * chill.execute/execute.exp: Added for Dejagnu support
14655         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
14657 Sat Jun 19 07:13:05 1993  Bill Cox  (bill@rtl.cygnus.com)
14659     This should complete moving the CHILL test files.
14660         * chill.noncompile(.cvsignore printf.grt
14661             in-printf.grt chprintf.grt chprintf.ch):
14662             Added test-support files.
14663           (Makefile): Modified further.
14664         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
14665             signal.ch): Added test files.
14666           * chill.execute (.cvsignore printf.grt printr.c
14667             in-printf.grt rts.c chprintf.grt rts.h): Added
14668           test-support files.
14669             (Makefile): More corrections.
14671 Fri Jun 18 23:40:54 1993  Bill Cox  (bill@rtl.cygnus.com)
14673         * chill.compile, chill.execute, chill.nocompile: Add CHILL
14674           test cases, ready for DejaGnu.
14676 Thu Jun 17 19:14:40 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14678         * Upgraded c-torture tests from 1.18 to 1.19
14680         * gcc.compile: added test(s):
14681           930607-1.c
14682         * gcc.execute: added test(s):
14683           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
14685         * added new subdirectory for misc tests: gcc.misc-tests
14686         * gcc.misc-test(s): added tests:
14687           inst-check.c test-consts.c test-ior.c test-switch.c
14689 Wed Jun  9 16:53:26 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14691         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
14693 Mon Jun  7 16:18:40 1993  Ian Lance Taylor  (ian@cygnus.com)
14695         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
14697 Thu Jun  3 13:13:36 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14699         * Upgraded c-torture tests from 1.17 to 1.18
14701 Wed Jun  2 19:02:40 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14703         * Upgraded c-torture tests from 1.12 to 1.17
14705 Fri Apr 30 09:38:41 1993  Mike Werner  (mtw@deneb.cygnus.com)
14707         * lib/old-dejagnu.exp:
14708           Fixed handling of XFAIL target triplets to correctly
14709           recognize wildcard characters.  Removed code that
14710           appended a unique id tag to the end of the file name
14711           printed out by the result of the testcases within a
14712           given test file.
14714 Thu Apr 29 19:06:29 1993  Mike Werner  (mtw@deneb.cygnus.com)
14716         * lib/old-dejagnu.exp:
14717           Reworked expected failure handling to trigger off of XFAIL
14718           keyword in keyphrase embeded in testcase source code. The
14719           XFAIL keyword must be at the end of the keyphrase line. It
14720           may optionally be followed by one or more target triplets.
14721           It has just occured that the handling of wildcards in the
14722           target triplet may not be correct.
14724 Fri Apr 23 13:16:20 1993  Mike Werner  (mtw@deneb.cygnus.com)
14726         * g++.old-deja/tests:
14727           Moved all subdirectories up one level into g++.old-deja .
14729         * lib/old-dejagnu.exp:
14730           Fixed problem with CXXFLAGS not being properly reset, and being
14731           corrupted with extraneous "-c" compiler option.  This was
14732           causing binaries to not be generated for test that needed them.
14733           Modified strings passed to "pass" and "fail" so that individual
14734           tests from the same test file would be distinguished by an
14735           identifier appended to the test file name in the summary logs;
14736           this corrected a problem with erroneous diff logs.  Added code
14737           to search testcases for expected fail and unexpected pass keywords.
14739 Tue Apr 20 18:27:58 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14741         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
14743 Thu Apr 15 11:01:59 1993  Mike Werner  (mtw@deneb.cygnus.com)
14745         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
14746           Removed extraneous text from end of "Special g++ Options"
14747           keyphrase.
14749         * lib/old-dejagnu.exp: Added pattern matching to look for new
14750           keywords, embedded in testcases comments, which will trigger
14751           calls to xpass and xfail.
14753 Wed Apr 14 14:28:01 1993  Mike Werner  (mtw@deneb.cygnus.com)
14755         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
14756           comments embedded in the testcases, especially the one looking for
14757           special compiler options, as well as the pattern matching for the
14758           compiler output again.
14760 Mon Apr 12 15:15:37 1993  Mike Werner  (mtw@deneb.cygnus.com)
14762         * lib/old-dejagnu.exp: Do a proper check of the return value for
14763           execute tests. Fixed several problems with the pattern matching
14764           of the compiler output which gave erroneous test results.
14765           Changed several of the test result messages to be more descriptive.
14766         * config/unix-g++.exp: Proc g++_load now actually works and
14767           executes the tests passed to it and returns a usable return
14768           value.
14770 Sun Apr 11 17:22:37 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14772           * lib/gcc.exp: Exits gracefully if $CC is bogus.
14774 Fri Apr  9 09:41:59 1993  Mike Werner  (mtw@deneb.cygnus.com)
14776         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
14777           Modified both files to properly execute the old style
14778           dejagnu tests. The previous versions of these files were
14779           experimental and did not function anything near correctly.
14781 Mon Apr  5 21:08:24 1993  Rob Savoye  (rob@cygnus.com)
14783         * Removed all Makefile.in and configure.in files. No configuration
14784         needed now.
14786 Fri Apr  2 12:15:17 1993  Mike Werner  (mtw@deneb.cygnus.com)
14788         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
14790 Sun Mar 28 11:17:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14792         * gcc.compile/configure.in, gcc.unsorted/configure.in,
14793         gcc.special/configure.in, gcc.noncompile/configure.in,
14794         gcc.execute/configure.in, gcc.code_quality/configure.in,
14795         g++.other/configure.in, g++.old-deja/configure.in,
14796         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
14797         in srcname setting.
14799 Thu Mar 25 20:07:55 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14801         * lib/udi.exp:  Fixed mondfe and mondfe_download.
14802         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
14803         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
14805 Thu Mar 25 13:06:41 1993  Ian Lance Taylor  (ian@cygnus.com)
14807         * config/udi-gdb.exp: Check $shell_id after connecting to target.
14808         (gdb_exit): Don't remove *_soc files.
14810 Mon Mar 22 14:28:46 1993  Ian Lance Taylor  (ian@cygnus.com)
14812         * lib/c-torture.exp: Don't look for main; instead always use -w
14813         -c.  This is how the c-torture tests work.  Remove the object
14814         file if the compilation succeeds.
14815         * gcc.execute/execute.exp: Remove executable if test passes.
14816         * gcc.noncompile/noncompile.exp: Every test is an expected
14817         failure.
14818         * gcc.special/special.exp: Added tests from c-torture 1.11,
14819         corrected use of existing test.
14820         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
14821         gcc.execute/920625-1.c: Updated to c-torture 1.11.
14822         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
14823         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
14824         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
14825         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
14826         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
14827         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
14828         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
14829         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
14830         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
14831         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
14832         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
14833         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
14834         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
14835         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
14836         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
14837         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
14838         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
14839         c-torture 1.11.
14840         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
14841         correspond to c-torture 1.11.
14843         * New file.