* arm.c (arm_compute_initial_elimination_offset): If optimizing for
[official-gcc.git] / gcc / testsuite / ChangeLog
blob8704a8df8eed683020d2854574a25384fba91ca2
1 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
3         * g++.dg/parser/constant1.C: New test.
5 2003-01-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7         PR c++/8591
8         * g++.dg/parse/friend2.C: New test.
10 2003-01-29  Nathan Sidwell  <nathan@codesourcery.com>
12         PR c++/9437
13         * g++.dg/template/unify4.C: New test.
15 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
17         * gcc.c-torture/execute/20030128-1.c: New test.
19 2003-01-28  Jeffrey D. Oldham  <oldham@codesourcery.com>
21         * g++.dg/lookup/nested1.C: Test moved from ...
22         * g++.old-deja/g++.other/lookup24.C: ... here.
24 Tue Jan 28 12:19:35 CET 2003  Jan Hubicka  <jh@suse.cz>
26         * gcc.dg/i386-cmov5.c:  New test.
28 2003-01-28  D.Venkatasubramanian   <dvenkat@noida.hcltech.com>
30         * gcc.c-torture/execute/20010925-1.c: Changed the
31         memcpy declaration.
33 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
35         PR c++/3902
36         * g++.dg/parse/template5.C: New test.
38 2003-01-28  Toon Moene  <toon@moene.indiv.nluug.nl>
40         PR fortran/9258
41         * g77.dg/pr9258: New test.
43 2003-01-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
45         * README: Move relevant parts from README.g++.
47         * README.g++: Remove this file.
49 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
51         * g++.dg/abi/dcast1.C: New test.
53 2003-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
55         * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
57 2003-01-27  Jeffrey D. Oldham  <oldham@codesourcery.com>
59         PR c++/47
60         * g++.old-deja/g++.other/lookup24.C: New test.
62 2003-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
64         PR middle-end/7227
65         * gcc.dg/uninit-C.c: New test.
67 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
69         * g++.dg/abi/covariant1.C: New test.
71 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
73         * gcc.dg/20030123-1.c: New test.
75 Sat Jan 25 21:06:49 CET 2003  Jan Hubicka  <jh@suse.cz>
77         PR opt/8492
78         * gcc.c-torture/compile/20030125-1.c
80 2003-01-25  Nathan Sidwell  <nathan@codesourcery.com>
82         PR c++/9403
83         * g++.dg/parse/template3.C: New test.
84         * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
85         
86         PR c++/795
87         * g++.dg/parse/template4.C: New test.
88         
89         PR c++/9415
90         * g++.dg/template/qual2.C: New test.
91         
92         PR c++/8545
93         * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
95         * g++.old-deja/g++.ns/bogus1.C: Change expected error.
97 2003-01-25  Roger Sayle  <roger@eyesopen.com>
99         * gcc.c-torture/execute/switch-1.c: New test case.
101 Sat Jan 25 12:32:55 CET 2003  Jan Hubicka  <jh@suse.cz>
103         * gcc.c-torture/execute/20030125-1.[cx]: New test.
105 2003-01-25  Paolo Carlini  <pcarlini@unitus.it>
107         Tweaks for Bison-1.875. From the NEWS file:
108         "- `parse error' -> `syntax error'
109         Bison now uniformly uses the term `syntax error'"
110         * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
111         * gcc.dg/cpp/digraph2.c: Likewise.
112         * gcc.dg/cpp/direct2.c: Likewise.
113         * gcc.dg/cpp/paste4.c: Likewise.
114         * gcc.dg/c90-restrict-1.c: Likewise.
115         * gcc.dg/c99-func-2.c: Likewise.
116         * gcc.dg/noncompile/920721-2.c: Likewise.
117         * gcc.dg/noncompile/930622-2.c: Likewise.
118         * gcc.dg/noncompile/940112-1.c: Likewise.
119         * gcc.dg/noncompile/950921-1.c: Likewise.
120         * gcc.dg/noncompile/951123-1.c: Likewise.
121         * gcc.dg/noncompile/971104-1.c: Likewise.
122         * gcc.dg/noncompile/990416-1.c: Likewise.
124 2003-01-24  Paolo Carlini  <pcarlini@unitus.it>
126         * g++.dg/parse/undefined1.C: Add error message.
128 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
130         PR c++/9354
131         * g++.dg/parse/new1.C: New test.
133         PR c++/9216
134         * g++.dg/parse/template2.C: New test.
136         PR c++/9354
137         * g++.dg/parse/typedef2.C: New test.
139         PR c++/9328
140         * g++.dg/ext/typeof3.C: New test.
142 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
144         PR c++/2738
145         * g++.dg/parse/ret-type1.C: New test.
147         PR c++/3792
148         * g++.dg/parse/tmpl-outside1.C: New test.
150         PR c++/4207
151         * g++.dg/parse/int-as-enum1.C: New test.
153         PR c++/4903
154         * g++.dg/parse/no-typename1.C: New test.
156         PR c++/5533
157         * g++.dg/parse/no-value1.C: New test.
159         PR c++/5921
160         * g++.dg/parse/wrong-inline1.C: New test.
162         PR c++/6402
163         * g++.dg/parse/ref1.C: New test.
165         PR c++/6992
166         * g++.dg/parse/attr-ctor1.C: New test.
168         PR c++/7229
169         * g++.dg/parse/namespace5.C: New test.
171         PR c++/7917
172         * g++.dg/parse/func-def1.C: New test.
174         PR c++/8143
175         * g++.dg/parse/undefined1.C: New test.
177         PR c++/5723, PR c++/8522
178         * g++.dg/parse/specialization1.C: New test.
180         PR c++/163, PR c++/8595
181         * g++.dg/parse/struct-as-enum1.C: New test.
183         PR c++/9173
184         * g++.dg/parse/undefined2.C: New test.
186 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
188         PR c++/9298
189         * g++.dg/parse/template1.C: New test.
191         PR c++/9384
192         * g++.dg/parse/using1.C: New test.
194         PR c++/9285
195         PR c++/9294
196         * g++.dg/parse/expr2.C: New test.
198         PR c++/9388
199         * g++.dg/parse/lookup2.C: Likewise.
201 Tue Jan 21 18:01:35 CET 2003  Jan Hubicka  <jh@suse.cz>
203         * gcc.c-torture/execute/990208-1.c:  Add noinline attributes as needed.
204         * gcc.c-torture/execute/eeprof-1.c:  Likewise.
205         * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
206         * gcc.c-torture/execute/string-opt-*.c: Likewise.
208 2003-01-20  Nick Clifton  <nickc@redhat.com>
210         * gcc.c-torture/execute/20030117-1.c: New test case.  Exposes
211         problem with ARM sibcall code generation.
213 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
215         * gcc.c-torture/execute/20030120-1.c: New.
217 2003-01-19  Paolo Carlini  <pcarlini@unitus.it>
219         * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
221 2003-01-17  Mark Mitchell  <mark@codesourcery.com>
223         PR c++/9272
224         * g++.dg/parse/ctor1.C: New test.
226         PR c++/9294:
227         * g++.dg/parse/qualified1.C: New test.
228         
229         * g++.dg/parse/typename3.C: New test.
231 2003-01-16  Richard Henderson  <rth@redhat.com>
233         * g++.dg/tls/init-2.C: Fix error matches for real this time.
235 2003-01-16  Richard Henderson  <rth@redhat.com>
237         * g++.dg/pch/pch.exp: Copy test header to the working directory
238         before using it either for precompilation or direct use.
239         * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
240         * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
242 2003-01-16  Richard Henderson  <rth@redhat.com>
244         * gcc.dg/pch/pch.exp: Copy test header to the working directory
245         before using it either for precompilation or direct use.
246         * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
247         * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
249 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
251         * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
252         * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
253         * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
254         * gcc/testsuite/g++.dg/parse/typename2.C: New test.
255         * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
256         typename warning into error.
257         * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
258         error messages.
259         * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
260         * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
261         * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
262         messages.
263         * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
264         make declaration visible in template.
265         * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
266         * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
267         messages.
268         * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
269         message.
270         * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
271         * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
272         * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
273         * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
274         typename warning with error message.
275         * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
276         * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
277         * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
278         
279 2003-01-16  Nathan Sidwell  <nathan@codesourcery.com>
281         * g++.dg/parse/ambig2.C: New test.
283 2003-01-15  Richard Henderson  <rth@redhat.com>
285         * g++.dg/tls/init-2.C: Update error message string.
287 2003-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
289         * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
291 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
293         * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
294         all for HC11/HC12.
295         * gcc.c-torture/compile/20001205-1.x: Likewise.
296         * gcc.c-torture/compile/20001226-1.x: Likewise.
297         * gcc.c-torture/compile/920520-1.x: Likewise.
298         * gcc.c-torture/compile/961203-1.x: Likewise.
299         * gcc.c-torture/compile/20020604-1.x: Likewise.
301 Wed Jan 15 12:20:52 CET 2003  Jan Hubicka  <jh@suse.cz>
303         * gcc.c-torture/compile/20030115-1.c: New test.
305         * gcc.dg/i386-fpcvt-1.c: New test.
306         * gcc.dg/i386-fpcvt-2.c: New test.
308 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
310         Further conform g++'s __vmi_class_type_info to the C++ ABI
311         specification.
312         * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
313         the specification.
315 Tue Jan 14 00:45:03 CET 2003  Jan Hubicka  <jh@suse.cz>
317         * gcc.dg/i386-fpcvt-1.c: New test.
318         * gcc.dg/i386-fpcvt-2.c: New test.
320 2003-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
322         * gcc.dg/i386-mmx-3.c: New test.
324 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
326         PR c++/9264
327         * g++.dg/parse/octal1.C: New file.
329         PR c++/9172
330         * g++.dg/parse/typename1.C: New file.
332 2003-01-10  Danny Smith  <dannysmith@users.sourceforge.net>
334         * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
335         * gcc.dg/bf-no-ms-layout.c: Likewise.
336         * gcc.dg/bf-ms-attrib.c: Likewise.
338 2003-01-10  Mark Mitchell  <mark@codesourcery.com>
340         PR c++/9099
341         * g++.dg/parse/dtor1.C: New file.
343         PR c++/9128
344         * g++.dg/rtti/typeid1.C: New file.
346         PR c++/9153
347         * g++.dg/parse/lookup1.C: New file.
349         PR c++/9171
350         * g++.dg/templ/spec5.C: New file.
352 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
354         * gcc.c-torture/compile/20030110-1.c: New test.
356 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
358         Merge from pch-branch:
360         2002-12-23  Geoffrey Keating  <geoffk@apple.com>
362         * gcc.dg/pch/cpp-1.h: New.
363         * gcc.dg/pch/cpp-1.c: New.
364         * gcc.dg/pch/cpp-2.h: New.
365         * gcc.dg/pch/cpp-2.c: New.
367         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
369         * gcc.dg/pch/except-1.h: New.
370         * gcc.dg/pch/except-1.c: New.
372         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
374         * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
375         running test.
376         * gcc.dg/pch: Include *.hp not *.h.
377         * gcc.dg/pch/system-1.h: New.
378         * gcc.dg/pch/system-1.c: New.
380         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
382         * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
383         rather than trying to build and run a program using PCH.
384         * gcc.dg/pch: Remove dg-do commands from test files.
385         
386         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
388         * gcc.dg/pch/macro-3.c: New.
389         * gcc.dg/pch/macro-3.h: New.
391         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
393         * gcc.dg/pch/common-1.c: New.
394         * gcc.dg/pch/common-1.h: New.
395         * gcc.dg/pch/decl-1.c: New.
396         * gcc.dg/pch/decl-1.h: New.
397         * gcc.dg/pch/decl-2.c: New.
398         * gcc.dg/pch/decl-2.h: New.
399         * gcc.dg/pch/decl-3.c: New.
400         * gcc.dg/pch/decl-3.h: New.
401         * gcc.dg/pch/decl-4.c: New.
402         * gcc.dg/pch/decl-4.h: New.
403         * gcc.dg/pch/decl-5.c: New.
404         * gcc.dg/pch/decl-5.h: New.
405         * gcc.dg/pch/global-1.c: New.
406         * gcc.dg/pch/global-1.h: New.
407         * gcc.dg/pch/inline-1.c: New.
408         * gcc.dg/pch/inline-1.h: New.
409         * gcc.dg/pch/inline-2.c: New.
410         * gcc.dg/pch/inline-2.h: New.
411         * gcc.dg/pch/static-1.c: New.
412         * gcc.dg/pch/static-1.h: New.
413         * gcc.dg/pch/static-2.c: New.
414         * gcc.dg/pch/static-2.h: New.
416         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
418         * g++.dg/pch/pch.exp: Better handle failing testcases.
419         * gcc.dg/pch/pch.exp: Likewise.
420         * gcc.dg/pch/macro-1.c: New.
421         * gcc.dg/pch/macro-1.h: New.
422         * gcc.dg/pch/macro-2.c: New.
423         * gcc.dg/pch/macro-2.h: New.
425         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
427         * g++.dg/dg.exp: Treat files in pch/ specially.
428         * g++.dg/pch/pch.exp: New file.
429         * g++.dg/pch/empty.H: New file.
430         * g++.dg/pch/empty.C: New file.
431         * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
432         "precompile".
434         * gcc.dg/pch/pch.exp: New file.
435         * gcc.dg/pch/empty.h: New file.
436         * gcc.dg/pch/empty.c: New file.
437         * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
438         "precompile".
440 2003-01-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
442         * g++.dg/template/friend14.C: New test.
444 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
446         * gcc.dg/old-style-asm-1.c: New test.
448 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
450         * gcc.c-torture/compile/20030109-1.c: New test.
452 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
454         * gcc.c-torture/execute/20030109-1.c: New test.
456 2003-01-08  Larin Hennessey  <larin@science.oregonstate.edu>
458         * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
459         * g++.old-deja/g++.mike/dyncast2.C: Likewise
460         * g++.old-deja/g++.mike/dyncast3.C: Likewise
461         * g++.old-deja/g++.mike/eh2.C: Likewise
462         * g++.old-deja/g++.mike/eh3.C: Likewise
463         * g++.old-deja/g++.mike/eh5.C: Likewise
464         * g++.old-deja/g++.mike/eh6.C: Likewise
465         * g++.old-deja/g++.mike/eh7.C: Likewise
466         * g++.old-deja/g++.mike/eh8.C: Likewise
467         * g++.old-deja/g++.mike/eh9.C: Likewise
468         * g++.old-deja/g++.mike/eh10.C: Likewise
469         * g++.old-deja/g++.mike/eh12.C: Likewise
470         * g++.old-deja/g++.mike/eh13.C: Likewise
471         * g++.old-deja/g++.mike/eh14.C: Likewise
472         * g++.old-deja/g++.mike/eh16.C: Likewise
473         * g++.old-deja/g++.mike/eh17.C: Likewise
474         * g++.old-deja/g++.mike/eh18.C: Likewise
475         * g++.old-deja/g++.mike/eh21.C: Likewise
476         * g++.old-deja/g++.mike/eh23.C: Likewise
477         * g++.old-deja/g++.mike/eh24.C: Likewise
478         * g++.old-deja/g++.mike/eh25.C: Likewise
479         * g++.old-deja/g++.mike/eh26.C: Likewise
480         * g++.old-deja/g++.mike/eh27.C: Likewise
481         * g++.old-deja/g++.mike/eh28.C: Likewise
482         * g++.old-deja/g++.mike/eh29.C: Likewise
483         * g++.old-deja/g++.mike/eh31.C: Likewise
484         * g++.old-deja/g++.mike/eh33.C: Likewise
485         * g++.old-deja/g++.mike/eh34.C: Likewise
486         * g++.old-deja/g++.mike/eh35.C: Likewise
487         * g++.old-deja/g++.mike/eh36.C: Likewise
488         * g++.old-deja/g++.mike/eh37.C: Likewise
489         * g++.old-deja/g++.mike/eh38.C: Likewise
490         * g++.old-deja/g++.mike/eh39.C: Likewise
491         * g++.old-deja/g++.mike/eh40.C: Likewise
492         * g++.old-deja/g++.mike/eh41.C: Likewise
493         * g++.old-deja/g++.mike/eh42.C: Likewise
494         * g++.old-deja/g++.mike/eh44.C: Likewise
495         * g++.old-deja/g++.mike/eh46.C: Likewise
496         * g++.old-deja/g++.mike/eh47.C: Likewise
497         * g++.old-deja/g++.mike/eh48.C: Likewise
498         * g++.old-deja/g++.mike/eh49.C: Likewise
499         * g++.old-deja/g++.mike/eh50.C: Likewise
500         * g++.old-deja/g++.mike/eh51.C: Likewise
501         * g++.old-deja/g++.mike/eh53.C: Likewise
502         * g++.old-deja/g++.mike/eh55.C: Likewise
503         * g++.old-deja/g++.mike/p7912.C: Likewise
504         * g++.old-deja/g++.mike/p9706.C: Likewise
505         * g++.old-deja/g++.mike/p10416.C: Likewise
506         * g++.old-deja/g++.mike/p11667.C: Likewise
507         * g77.f-torture/compile/20010519-1.f: Remove reference to Convex. 
508         Remove redundant reference to Iris.
509         * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
510         Elxsi, i860, Pico Java, and WE32K.
512 2003-01-07  Mark Mitchell  <mark@codesourcery.com>
514         * g++.dg/ext/asm4.C: New test.
516 2003-01-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
518         PR c++/9030
519         * g++.dg/template/friend12.C: New test.
520         * g++.dg/template/friend13.C: Likewise.
521         * g++.old-deja/g++.eh/spec6.C: Add missing error message.
523 Wed Jan  8 11:41:47 CET 2003  Jan Hubicka  <jh@suse.cz>
525         * gcc.dg/i386-cadd.c: New test.
526         * gcc.dg/i386-cmov4.c: Likewise.
528 2003-01-06  Mark Mitchell  <mark@codesourcery.com>
530         PR c++/9165
531         * g++.dg/warn/Wunused-3.C: New test.
533         * g++.dg/abi/bitfield9.C: New test.
535         PR c++/9189
536         * g++.dg/parse/defarg3.C: New test.
538 2003-01-06  Nathan Sidwell  <nathan@codesourcery.com>
540         * g++.dg/parse/ambig1.C: New test.
541         * g++.dg/parse/defarg2.C: New test.
543 2003-01-05  Mark Mitchell  <mark@codesourcery.com>
545         * g++.dg/template/defarg-1.C: New test.
546         * g++.dg/template/local2.C: Likewise.
548 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
550         * gcc.c-torture/execute/20030105-1.c: New test.
552 2003-01-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
554         * g++.dg/parse/namespace3.C: Remove extra semicolons.
555         * g++.dg/parse/namespace4.C: Likewise.
557 2003-01-03  Nathan Sidwell  <nathan@codesourcery.com>
559         * g++.dg/template/ntp2.C: New test.
561 2003-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
563         * g++.dg/parse/extern-C-1.C: New test.
565         * g++.dg/parse/namespace4.C: New test.
567         * g++.dg/template/nested1.C: New test.
569         * g++.dg/parse/namespace3.C: New test.
571 2003-01-02  Nathanael Nerode  <neroden@gcc.gnu.org>
573         * g++.dg/lookup/two-stage1.C: New test.
575 2003-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
577         * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
578         * g++.old-deja/g++.jason/access8.C: Likewise.
579         * g++.old-deja/g++.other/decl5.C: Likewise.
581 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
583         * g++.dg/parse/parse7.C: New test.
585 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
587         PR c++/2843
588         * g++.dg/ext/attrib7.C: New test.
590 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
592         * g++.dg/parse/parse6.C: New test.
594 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
596         * gcc.dg/h8300-stack-1.c: New.
598 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
600         g++.dg/lookup/exception1.C: New test.
602         g++.dg/lookup/template1.C: New test.
604         g++.dg/parse/namespace2.C: New test.
606         g++.dg/parse/parens2.C: New test.
608 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
610         * g++.dg/parse/parse5.C: New test.
611         * g++.dg/lookup/scoped4.C: New test.
613 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
615         * g++.dg/parse/parens1.C: New test.
617         * g++.dg/parse/parens2.C: Removed, turned out to duplicate
618         angle-bracket1.C.
619         * g++.dg/parse/parens2.C: New test.
621         * g++.dg/lookup/scope-operator1.C: New test.
623         * g++.dg/parse/operator1.C: New test.
625 2003-01-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
627         * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
628         * g++.old-deja/g++.other/access6.C: Likewise.
629         * g++.old-deja/g++.other/decl1.C: Likewise.
630         * g++.old-deja/g++.pt/typename12.C: Likewise.
632 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
634         * g++.dg/parse/namespace1.C: New test.
635         
636 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
638         * g++.dg/parse/parse4.C: New test.
640 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
642         * g++.dg/parse/parse3.C: New test.
644 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
646         * g++.dg/parse/parse2.C: New test.
648 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
650         * g++.dg/template/friend11.C: New test.
652 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
654         * g++.dg/parse/parse1.C: New test.
656 2002-12-31  Janis Johnson  <janis187@us.ibm.com>
658         * lib/profopt.exp: Change the name of a global variable to avoid
659         possible clashes with other test suites.
661 2002-12-31  Nathan Sidwell  <nathan@codesourcery.com>
663         * g++.dg/inherit/covariant8.C: New test.
665 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
667         * g++.dg/init/array9.C: New test.
669         PR c++/9112
670         * g++.dg/parse/expr1.C: New test.
672 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
674         * gcc.c-torture/compile/20021230-1.c: New test.
676 2002-12-30  Nathan Sidwell  <nathan@codesourcery.com>
678         * g++.dg/inherit/covariant5.C: New test.
679         * g++.dg/inherit/covariant6.C: New test.
680         * g++.dg/inherit/covariant7.C: New test.
682 2002-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
684         PR c++/2739
685         * g++.dg/other/access2.C: New test.
687 2002-12-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
689         * g++.dg/other/anon-struct.C: No longer fails
690         * g++.old-deja/g++.brendan/parse4.C: Likewise.
691         * g++.old-deja/g++.brendan/parse5.C: Likewise.
692         * g++.old-deja/g++.brendan/parse6.C: Likewise.
694 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
696         * g++.dg/parse/angle-bracket.C (main): No longer fails.
698 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
700         * g++.dg/eh/spec4.C: Remove stray semicolon.
701         * g++.dg/expr/pmf-1.C: Change error message.
702         * g++.dg/ext/asm1.C: Remove stray semicolon.
703         * g++.dg/ext/typename1.C: Add missing typenames.
704         * g++.dg/inherit/template-as-base.C: Change error message.
705         * g++.dg/lookup/scoped1.C: Likewise.
706         * g++.dg/lookup/scoped2.C: Likewise.
707         * g++.dg/lookup/using2.C: Likewise.
708         * g++.dg/other/component1.C: Remove stray semicolon.
709         * g++.dg/other/do1.C: Change error message.
710         * g++.dg/other/error2.C: Likewise.
711         * g++.dg/other/init1.C: Likewise.
712         * g++.dg/other/packed1.C: Remove stray semicolon.
713         * g++.dg/other/ptrmem2.C: Change error message.
714         * g++.dg/parse/parameter-declaration-1.C: Remove line number
715         marker.
716         * g++.dg/special/initp1.C: Remove invalid attribute usage.
717         * g++.dg/template/access3.C: Add typename keyword.
718         * g++.dg/template/access5.C: Remove stray semicolon.
719         * g++.dg/template/access6.C: Likewise.
720         * g++.dg/template/complit1.C: Likewise.
721         * g++.dg/template/crash1.C: Change error message.
722         * g++.dg/template/inherit2.C: Remove stray semicolon.
723         * g++.dg/template/instantiate2.C: Likewise.
724         * g++.dg/template/instantiate3.C: Change error message.
725         * g++.dg/template/qual1.C: Remove stray semicolon.
726         * g++.dg/template/qualttp18.C: Change error message.
727         * g++.dg/template/ref1.C: Remove stray semicolon.
728         * g++.dg/template/sizeof1.C (A::value): Declare it.
729         * g++.dg/template/spec4.C: Change error message.
730         * g++.dg/template/static1.C: Likewise.
731         * g++.dg/template/type1.C: Likewise.
732         * g++.dg/template/typename3.C: Likewise.
733         * g++.old-deja/g++.benjamin/13478.C: Change error message.
734         * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
735         * g++.old-deja/g++.benjamin/bool01.C: Likewise.
736         * g++.old-deja/g++.benjamin/bool02.C: Likewise.
737         * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
738         named return value extension.
739         * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
740         * g++.old-deja/g++.benjmain/warn01.C: Likewise.
741         * g++.old-deja/g++.bob/extern_C.C: Likewise.
742         * g++.old-deja/g++.bob/inherit2.C: Likewise.
743         * g++.old-deja/g++.brendan/complex1.C: Likewise.
744         * g++.old-deja/g++.brendan/copy5.C: Likewise.
745         * g++.old-deja/g++.brendan/crash13.C: Likewise.
746         * g++.old-deja/g++.brendan/crash15.C: Likewise.
747         * g++.old-deja/g++.brendan/crash18.C: Change error message.
748         * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
749         * g++.old-deja/g++.brendan/crash38.C: Likewise.
750         * g++.old-deja/g++.brendan/crash50.C: Likewise.
751         * g++.old-deja/g++.brendan/crash56.C: Likewise.
752         * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
753         syntax.
754         * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
755         * g++.old-deja/g++.brendan/crash8.C: Change error message.
756         * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
757         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
758         * g++.old-deja/g++.brendan/shadow1.C: Likewise.
759         * g++.old-deja/g++.brendan/template11.C: Likewise.
760         * g++.old-deja/g++.brendan/template26.C: Likewise.
761         * g++.old-deja/g++.brendan/template27.C: Use explicit
762         specialization syntax.
763         * g++.old-deja/g++.brendan/template30.C: Likewise.
764         * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
765         * g++.old-deja/g++.brendan/visibility3.C: Account for use of
766         non-dependent names.
767         * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
768         * g++.old-deja/g++.brendan/warnings7.C: Likewise.
769         * g++.old-deja/g++.bugs/900121_02.C: Likewise.
770         * g++.old-deja/g++.eh/catchptr1.C: Likewise.
771         * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
772         * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
773         named return value extension.
774         * g++.old-deja/g++.ext/namedret2.C: Likewise.
775         * g++.old-deja/g++.ext/namedret3.C: Likewise.
776         * g++.old-deja/g++.ext/return1.C: Likewise.
777         * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
778         * g++.old-deja/g++.jason/access17.C: Issue more error messages.
779         * g++.old-deja/g++.jason/access8.C: Likewise.
780         * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
781         * g++.old-deja/g++.jason/destruct.C: Remove incorrect
782         pseudo-destructor names.
783         * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
784         * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
785         pseudo-destructor names.
786         * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
787         * g++.old-deja/g++.jason/overload19.C: Likewise.
788         * g++.old-deja/g++.jason/overload32.C: Likewise.
789         * g++.old-deja/g++.jason/parse11.C: Issue error messages about
790         stray semicolons.
791         * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
792         * g++.old-deja/g++.jason/return.C: Likewise.
793         * g++.old-deja/g++.jason/return2.C: Likewise.
794         * g++.old-deja/g++.jason/shadow1.C: Likewise.
795         * g++.old-deja/g++.jason/special.C: Use explicit specialization
796         syntax.
797         * g++.old-deja/g++.jason/template10.C: Account for use of
798         non-dependent names.
799         * g++.old-deja/g++.jason/template11.C: Use explicit specialization
800         syntax.
801         * g++.old-deja/g++.jason/template37.C: Likewise.
802         * g++.old-deja/g++.law/access4.C: Change error messages.
803         * g++.old-deja/g++.law/arm13.C:  Remove incorrect
804         pseudo-destructor names.
805         * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
806         * g++.old-deja/g++.law/ctors9.C: Likewise.
807         * g++.old-deja/g++.law/cvt22.C: Likewise.
808         * g++.old-deja/g++.law/dtors5.C: Likewise.
809         * g++.old-deja/g++.law/global-init1.C: Likewise.
810         * g++.old-deja/g++.law/missed-error3.C: Likewise.
811         * g++.old-deja/g++.law/operators28.C: Likewise.
812         * g++.old-deja/g++.law/visibility28.C: Likewise.
813         * g++.old-deja/g++.martin/eval1.C: Likewise.
814         * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
815         name.
816         * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
817         * g++.old-deja/g++.mike/net34.C: Likewise.
818         * g++.old-deja/g++.mike/net36.C: Likewise.
819         * g++.old-deja/g++.mike/ns2.C: Likewise.
820         * g++.old-deja/g++.mike/p12306.C: Likewise.
821         * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
822         value extension.
823         * g++.old-deja/g++.mike/p700.C: Likewise.
824         * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
825         * g++.old-deja/g++.mike/p710.C: Likewise.
826         * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
827         value extension.
828         * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
829         * g++.old-deja/g++.mike/pmf9.C: Likewise.
830         * g++.old-deja/g++.ns/crash2.C: Likewise.
831         * g++.old-deja/g++.ns/crash3.C: Likewise.
832         * g++.old-deja/g++.ns/invalid1.C: Likewise.
833         * g++.old-deja/g++.ns/ns17.C: Likewise.
834         * g++.old-deja/g++.ns/template16.C: Likewise.
835         * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
836         keyword.
837         * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
838         * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
839         * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
840         named return value extension.
841         * g++.old-deja/g++.oliva/nameret2.C: Likewise.
842         * g++.old-deja/g++.other/access4.C: Issue additional error
843         messages.
844         * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
845         * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
846         * g++.old-deja/g++.other/crash11.C: Add missing class-key.
847         * g++.old-deja/g++.other/crash25.C: Change error message.
848         * g++.old-deja/g++.other/crash4.C: Change error message.
849         * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
850         * g++.old-deja/g++.other/decl5.C: Issue more error messages.
851         * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
852         checks.
853         * g++.old-deja/g++.other/defarg8.C: Likewise.
854         * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
855         * g++.old-deja/g++.other/dtor10.C: Likewise.
856         * g++.old-deja/g++.other/incomplete.C: Likewise.
857         * g++.old-deja/g++.other/linkage7.C: Likewise.
858         * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
859         lookup algorithm.
860         * g++.old-deja/g++.other/mangle2.C: Likewise.
861         * g++.old-deja/g++.other/refinit2.C: Likewise.
862         * g++.old-deja/g++.other/sizeof2.C: Change error messages.
863         * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
864         * g++.old-deja/g++.pt/crash28.C: Likewise.
865         * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
866         syntax.
867         * g++.old-deja/g++.pt/crash32.C: Change error message.
868         * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
869         * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
870         * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
871         error message position.
872         * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
873         * g++.old-deja/g++.pt/defarg8.C: Change error message.
874         * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
875         syntax.
876         * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
877         * g++.old-deja/g++.pt/eichin01b.C: Likewise.
878         * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
879         * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
880         keyword.
881         * g++.old-deja/g++.pt/explicit31.C: Likewise.
882         * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
883         * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
884         keyword.
885         * g++.old-deja/g++.pt/explicit71.C: Change error message.
886         * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
887         syntax.
888         * g++.old-deja/g++.pt/friend28.C: Account for use of
889         non-dependent names.
890         * g++.old-deja/g++.pt/friend29.C: Likewise.
891         * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
892         rules.
893         * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
894         * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
895         * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
896         lookup rules.
897         * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
898         * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
899         keyword.
900         * g++.old-deja/g++.pt/memclass20.C: Likewise.
901         * g++.old-deja/g++.pt/memclass5.C: Likewise.
902         * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
903         keyword.
904         * g++.old-deja/g++.pt/memtemp75.C: Likewise.
905         * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
906         * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
907         * g++.old-deja/g++.pt/overload13.C: Correct error messages.
908         * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
909         * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template 
910         keyword.
911         * g++.old-deja/g++.pt/spec10.C: Likewise.
912         * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
913         * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
914         * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
915         * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
916         * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
917         * g++.old-deja/g++.pt/ttp62.C: Likewise.
918         * g++.old-deja/g++.pt/ttp64.C: Likewise.
919         * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
920         * g++.old-deja/g++.pt/typename15.C: Likewise.
921         * g++.old-deja/g++.pt/typename22.C: Likewise.
922         * g++.old-deja/g++.pt/typename6.C: Change error messages.
923         * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
924         * g++.old-deja/g++.pt/virtual2.C: Likewise.
925         * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
926         syntax.
927         * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
928         return value extension.
929         * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
930         * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
931         * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
932         * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
933         
934 2002-12-26  Nathan Sidwell  <nathan@codesourcery.com>
936         * g++.dg/warn/inline1.C: New test.
937         * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
938         * g++.old-deja/g++.jason/synth10.C: Likewise.
939         * g++.old-deja/g++.mike/net31.C: Likewise.
940         * g++.old-deja/g++.mike/p8786.C: Likewise.
942         * g++.dg/template/friend10.C: New test.
943         * g++.dg/template/conv5.C: New test.
945 2002-12-24  Nathan Sidwell  <nathan@codesourcery.com>
946         
947         * g++.dg/lookup/scoped3.C: New test.
948         
949         * g++.dg/lookup/decl1.C: New test.
950         * g++.dg/lookup/decl2.C: New test.
952 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
954         * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
955         gcc.c-torture/compile/20021015-1.c,
956         gcc.c-torture/compile/20021015-2.c,
957         gcc.c-torture/compile/20021123-1.c,
958         gcc.c-torture/compile/20021123-2.c,
959         gcc.c-torture/compile/20021123-3.c,
960         gcc.c-torture/compile/20021123-4.c,
961         gcc.c-torture/execute/20021024-1.c: Add tests previously added
962         only to 3.1 or 3.2 branch.
964 2002-12-23  Mark Mitchell  <mark@codesourcery.com>
966         * gcc.dg/i386-bitfield3.c: New test.
967         
968         * gcc.dg/i386-bitfield2.c: New test.
969         
970 2002-12-22  Nathan Sidwell  <nathan@codesourcery.com>
972         * g++.dg/parse/conv_op1.C: New test.
974 2002-12-21  Josef Zlomek  <zlomekj@suse.cz>
976         * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
977         approved.
979 2002-12-20  Josef Zlomek  <zlomekj@suse.cz>
981         * gcc.c-torture/compile/20021220-1.c: New test.
983 2002-12-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
985         * gcc.dg/i386-fastcall-1.c: New.
987 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
989         * gcc.c-torture/execute/20021219-1.c: New test.
991 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
993         * gcc.dg/i386-pic-1.c: New test.
995 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
997         PR c++/8099
998         * g++.dg/template/friend9.C: New test.
1000 2002-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1002         PR c++/3663
1003         * g++.dg/template/access7.C: New test.
1005 2002-12-18  Nick Clifton  <nickc@redhat.com>
1007         * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
1008         the libstdc++-v3 directory has been found.
1010 2002-12-12  Devang Patel <dpatel@apple.com>
1011         * gcc.dg/darwin-ld-1.c: New test.
1012         * gcc.dg/darwin-ld-2.c: New test.
1013         * gcc.dg/darwin-ld-3.c: New test.
1014         * gcc.dg/darwin-ld-4.c: New test.
1015         * gcc.dg/darwin-ld-5.c: New test.
1017 2002-12-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
1019         * gcc.c-torture/compile/20021212-1.c: New test.
1021 2002-12-11  Neil Booth  <neil@daikokuya.co.uk>
1023         * gcc.dg/fshort-wchar: New test.
1025 2002-12-10  Mark Mitchell  <mark@codesourcery.com>
1027         PR c++/8372
1028         * g++.dg/template/dtor1.C: New test.
1030         * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
1031         markers.
1033 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
1035         * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
1037 2002-12-09  Mark Mitchell  <mark@codesourcery.com>
1039         * g++.dg/template/static1.C: New test.
1040         * g++.dg/template/static2.C: New test.
1041         * g++.old-deja/g++.ext/memconst.C: New test.
1043 2002-12-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1045         * g++.dg/special/conpr-2.C: Expect failure on solaris2.
1046         * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
1047         * g++.dg/special/initp1.C: Likewise.
1049 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
1051         * gcc.c-torture/execute/20021204-1.c: New test.
1053 2002-12-04  Geoffrey Keating  <geoffk@apple.com>
1055         * gcc.dg/ppc-fmadd-1.c: New file.
1056         * gcc.dg/ppc-fmadd-2.c: New file.
1057         * gcc.dg/ppc-fmadd-3.c: New file.
1059 2002-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
1061         * gcc.c-torture/compile/20021204-1.c: New test.
1063 2002-12-03  Nathan Sidwell  <nathan@codesourcery.com>
1065         * g++.dg/inherit/covariant2.C: New test.
1066         * g++.dg/inherit/covariant3.C: New test.
1067         * g++.dg/inherit/covariant4.C: New test.
1068         * g++.dg/inherit/covariant1.C: Remove XFAIL.
1069         * g++.old-deja/g++.robertl/eb17.C: Likewise.
1071 2002-12-03  Mark Mitchell  <mark@codesourcery.com>
1073         PR c++/8688
1074         * g++.dg/init/brace3.C: New test.
1076 2002-12-02  Kazu Hirata  <kazu@cs.umass.edu>
1078         * gcc.dg/20020210-1.c: Fix a comment typo.
1080 2002-12-02  Mark Mitchell  <mark@codesourcery.com>
1082         PR c++/8720
1083         * g++.dg/parse/defarg1.C: New test.
1085         PR c++/8615
1086         * g++.dg/template/char1.C: New test.
1088         * g++.dg/template/varmod1.C: Fix typo.
1090 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1092         DR 180
1093         * g++.old-deja/g++.pt/crash32.C: Expect error.
1095 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
1097         PR c++/5919
1098         * g++.dg/template/varmod1.C: New test.
1100         PR c++/8727
1101         * g++.dg/inherit/typeinfo1.C: New test.
1103         PR c++/8663
1104         * g++.dg/inherit/typedef1.C: New test.
1106 2002-11-30  Mark Mitchell  <mark@codesourcery.com>
1108         PR c++/8332
1109         PR c++/8493
1110         * g++.dg/template/strlen1.C: New test.
1112         PR c++/8227
1113         * g++.dg/template/ctor2.C: New test.
1115         PR c++/8214
1116         * g++.dg/init/string1.C: New test.
1118         PR c++/8511
1119         * g++.dg/template/friend8.C: New test.
1121 2002-11-29  Joe Buck <jbuck@synopsys.com>
1123         * g++.dg/lookup/anon2.C: New test.
1125 2002-11-28  Kazu Hirata  <kazu@cs.umass.edu>
1127         * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
1128         h8300 port.
1130 2002-11-27  Richard Sandiford  <rsandifo@redhat.com>
1132         * gcc.dg/bitfld-6.c: New test.
1134 Wed Nov 27 14:37:34 CET 2002  Jan Hubicka  <jh@suse.cz>
1136         * gcc.c-torture/execute/20021127.[cx]: New test.
1138 Tue Nov 26 22:09:53 CET 2002  Jan Hubicka  <jh@suse.cz>
1140         * gcc.dg/i386-cmov[123].c: New tests for conditional move code
1141         quality.
1143 2002-11-26  Geoffrey Keating  <geoffk@apple.com>
1145         * g++.dg/init/brace2.C: New test.
1146         * g++.old-deja/g++.mike/p9129.C: Correct.
1148 2002-11-26  Mark Mitchell  <mark@codesourcery.com>
1150         * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
1152 2002-11-25  Andreas Bauer  <baueran@in.tum.de>
1154         * gcc.dg/sibcall-6: New test for indirect sibcalls.
1156 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
1158         * testsuite/g++.dg/abi/empty11.C: New test.
1159         * testsuite/g++.dg/rtti/cv1.C: New test.
1161 2002-11-25  Hans-Peter Nilsson  <hp@bitrange.com>
1163         * lib/prune.exp: Prune more -fpic/-fPIC warnings.
1165 2002-11-24  Mark Mitchell  <mark@codesourcery.com>
1167         * g++.dg/abi/empty10.C: New test.
1169 2002-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
1171         * gcc.c-torture/compile/20021124-1.c: New test.
1173 2002-11-22  Mark Mitchell  <mark@codesourcery.com>
1175         * g++.dg/abi/rtti2.C: New test.
1177 2002-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
1179         * gcc.dg/i386-unroll-1.c: New test.
1181 2002-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
1183         * gcc.c-torture/compile/20021120-1.c: New test.
1184         * gcc.c-torture/compile/20021120-2.c: New test.
1186 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
1188         * gcc.dg/bitfld-5.c: New test.
1190 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
1192         * gcc.c-torture/execute/20021120-3.c: New test.
1194 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
1196         * gcc.c-torture/execute/20021120-2.c: New test.
1198 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
1200         * gcc.c-torture/execute/20021120-1.c: New test.
1202 2002-11-20  Jakub Jelinek  <jakub@redhat.com>
1204         * gcc.c-torture/execute/20021118-3.c: New test.
1206 2002-11-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
1208         * gcc.c-torture/compile/20021119-1.c: New test.
1210 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
1212         * gcc.dg/duff-1.c: New test.
1213         * gcc.dg/duff-2.c: New test.
1214         * gcc.dg/duff-3.c: New test.
1216 2002-11-18  Neil Booth  <neil@daikokuya.co.uk>
1218         * gcc.dg/cpp/_Pragma5.c: New test.
1220 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
1222         * gcc.c-torture/execute/20021118-2.c: New test.
1224 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
1226         * gcc.c-torture/execute/20021118-1.c: New test.
1228 2002-11-16  Jakub Jelinek  <jakub@redhat.com>
1230         * gcc.dg/20021116-1.c: New test.
1232 2002-11-14  Mark Mitchell  <mark@codesourcery.com>
1234         * g++.dg/abi/vcall1.C: New test.
1236 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
1238         * gcc.dg/20021029-1.c: New test.
1239         * gcc.dg/20021029-2.c: New test.
1241 2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1243         * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
1245 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
1247         PR c/8439
1248         * gcc.dg/20021110.c: Move to ...
1249         * gcc.c-torture/compile/20021110.c: .... here.
1251 2002-11-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1253         PR c/8467
1254         * gcc.c-torture/execute/20021111-1.c
1256 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
1258         PR c/8439
1259         * gcc.dg/20021110.c: New test.
1261 2002-11-10  Mark Mitchell  <mark@codesourcery.com>
1263         * g++.dg/abi/vthunk3.C: Run only on x86.
1265 2002-11-10  Joseph S. Myers  <jsm@polyomino.org.uk>
1267         * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
1269 2002-11-09  Hans-Peter Nilsson  <hp@bitrange.com>
1271         * lib/compat.exp (compat-execute): Fix logic error in last
1272         change.
1274 2002-11-09  Neil Booth  <neil@daikokuya.co.uk>
1276         * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
1278 2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1280         PR c++/8389
1281         * g++.dg/template/access6.C: New test.
1283 Fri Nov  8 13:13:53 CET 2002  Jan Hubicka  <jh@suse.cz>
1285         * gcc.dg/i386-ssefp-1.c: New test.
1286         * gcc.dg/i386-ssefp-1.c: New test.
1288 Fri Nov  8 10:52:15 CET 2002  Jan Hubicka  <jh@suse.cz>
1290         * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
1292 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
1294         * g++.dg/abi/vthunk3.C: New test.
1296         PR c++/8338
1297         * g++.dg/template/crash2.C: New test.
1299 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
1301         * testsuite/g++.dg/abi/dtor1.C: New test.
1302         * testsuite/g++.dg/abi/dtor2.C: Likewise.
1304 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
1306         * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
1307         Darwin.
1309 2002-11-04  Adam Nemet  <anemet@lnxw.com>
1311         * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
1312         -mthumb.  Only xfail with -O0.
1314 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
1316         * g++.dg/abi/thunk1.C: New test.
1317         * g++.dg/abi/thunk2.C: Likewise.
1318         * g++.dg/abi/vtt1.C: Likewise.
1320 2002-11-02  Diego Novillo  <dnovillo@redhat.com>
1322         PR optimization/8423
1323         * gcc.c-torture/execute/builtin-constant.c: New test.
1325 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
1327         * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
1328         Add some more cases.
1330 2002-11-01  Mark Mitchell  <mark@codesourcery.com>
1332         PR c++/8391
1333         * g++.dg/opt/local1.C: New test.
1335 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
1337         PR c++/8160
1338         * g++.dg/template/complit1.C: New test.
1340         PR c++/8149
1341         * g++.dg/template/typename4.C: Likewise.
1343 2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1345         Core issue 287, PR c++/7639
1346         * g++.dg/template/instantiate1.C: Adjust error location.
1347         * g++.dg/template/instantiate3.C: New test.
1348         * g++.old-deja/g++.pt/crash10.C: Adjust error location.
1349         * g++.old-deja/g++.pt/derived3.C: Adjust error location.
1350         * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
1352 2002-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
1354         * lib/compat.exp (compat-execute): Don't clean out a gluefile.
1356 2002-10-29  Mark Mitchell  <mark@codesourcery.com>
1358         PR c++/8287
1359         * g++.dg/init/dtor2.C: New test.
1361 2002-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1363         * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
1364         * gcc.dg/nest.c: Bypass errors on irix6.
1366 2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
1368         * gcc.dg/nest.c: Expect error for mmix-*-*.
1369         * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
1371 2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
1373         * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
1374         markers.
1376         * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
1378 2002-10-25  Mike Stump  <mrs@apple.com>
1380         * gcc.dg/warn-1.c: New test.
1382 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
1384         * g++.dg/template/typename3.C: New test.
1386 2002-10-25  Mark Mitchell  <mark@codesourcery.com>
1388         * g++.dg/lookup/ptrmem1.C: New test.
1390         * g++.dg/abi/vthunk2.C: New test.
1392 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
1394         * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
1396 2002-10-24  Mark Mitchell  <mark@codesourcery.com>
1398         * g++.dg/abi/empty9.C: New test.
1400 2002-10-24  Richard Henderson  <rth@redhat.com>
1402         * g++.dg/inherit/thunk1.C: Enable for ia64.
1404 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
1406         PR c++/8067
1407         * g++.dg/lookup/pretty1.C: New test.
1409 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
1411         * gcc.dg/20021023-1.c: New test.
1413 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
1415         PR c++/7679
1416         * g++.dg/parse/inline1.C: New test.
1418 2002-10-23  Richard Henderson  <rth@redhat.com>
1420         * g++.dg/inherit/thunk1.C: Enable for x86_64.
1422         * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
1424 2002-10-22  Mark Mitchell  <mark@codesourcery.com>
1426         PR c++/6579
1427         * g++.dg/parse/stmtexpr3.C: New test.
1429 2002-10-22  Nathan Sidwell  <nathan@codesourcery.com>
1431         * g++.dg/expr/cond1.C: New test.
1433 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
1435         * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
1437 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
1439         * g++.dg/abi/vbase13.C: New test.
1440         * g++.dg/abi/vbase14.C: Likewise.
1442 2002-10-21  Jakub Jelinek  <jakub@redhat.com>
1444         * gcc.dg/tls/pic-1.c: New test.
1445         * gcc.dg/tls/nonpic-1.c: New test.
1446         * gcc.dg/20021018-1.c: New test.
1448 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
1450         * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
1451         Remove only files with the same base name as the test case.
1452         (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
1453         (profopt-execute): Likewise.  Also, remove old profiling
1454         and performance data files before running the tests.
1456         * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
1457         * g++.dg/bprob/bprob.exp: Likewise.
1458         * g77.dg/bprob/bprob.exp: Likewise.  Also, relax regexp
1459         to allow more general test case names.
1461         * g++.dg/bprob/bprob-1.C: Rename to ...
1462         * g++.dg/bprob/g++-bprob-1.C: ... this.
1464         * g77.dg/bprob/bprob-1.f: Rename to ...
1465         * g77.dg/bprob/g77-bprob-1.f: ... this.
1467 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
1469         * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
1470         bison 1.50 or later.
1472 2002-10-21  Janis Johnson  <janis187@us.ibm.com>
1474         * g++.dg/README: Describe more test directories.
1476 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
1478         * g++.dg/init/array6.C: Add additional tests.
1480 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
1482         * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
1483         * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
1485 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
1487         * gcc.c-torture/compile/20020604-1.x: New.
1488         * gcc.c-torture/compile/simd-5.x: Likewise.
1489         * gcc.c-torture/execute/920710-1.x: Likewise.
1490         * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
1492 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
1494         * g++.dg/inherit/override1.C: Add dg-options clause.
1496 2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1498         * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
1499         _mm_slli_si128.
1501 2002-10-19  Andreas Schwab  <schwab@suse.de>
1503         * lib/compat.exp (compat-run): Prepend "./" when $dest has no
1504         directory component.
1506 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
1508         * g++.dg/inherit/thunk1.C: New test.
1510         * g++.dg/inherit/override1.C: New test.
1512         * g++.dg/abi/mangle11.C: New test.
1513         * g++.dg/abi/mangle14.C: New test.
1514         * g++.dg/abi/mangle17.C: New test.
1516 2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
1518         * g++.dg/overload/member2.C: New test.
1520 2002-10-17  Janis Johnson  <janis187@us.ibm.com>
1522         * g++.dg/README: Describe new compat directory.
1523         * g++.dg/dg.exp: Skip tests in compat directory.
1524         * README.compat: New file.
1525         * lib/compat.exp: New expect script.
1526         * g++.dg/compat: New test directory.
1527         * g++.dg/compat/compat.exp: New expect script.
1528         * g++.dg/compat/abi: New test directory.
1529         * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
1530         g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
1531         g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
1532         g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
1533         g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
1534         g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
1535         g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
1536         g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
1537         g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
1538         g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
1539         g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
1540         g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
1541         * g++.dg/compat/break: New test directory.
1542         * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
1543         g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
1544         g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
1545         g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
1546         g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
1547         g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
1548         g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
1549         g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
1550         g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
1551         g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
1552         g++.dg/compat/break/README: New files.
1553         * g++.dg/compat/eh: New test directory.
1554         * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
1555         g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
1556         g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
1557         g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
1558         g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
1559         g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
1560         g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
1561         g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
1562         g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
1563         g++.dg/compat/eh/filter2_y.C,
1564         g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
1565         g++.dg/compat/eh/new1_y.C,
1566         g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
1567         g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
1568         g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
1569         g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
1570         g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
1571         g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
1572         g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
1573         g++.dg/compat/eh/unexpected1_y.C: New files.
1574         * g++.dg/compat/init: New test directory.
1575         * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
1576         g++.dg/compat/init/array5_y.C,
1577         g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
1578         g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
1579         g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
1580         g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
1581         g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
1582         g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
1583         g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
1584         g++.dg/compat/init/init-ref2_y.C: New files.
1586 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
1588         PR c++/7584
1589         * g++.dg/inherit/using3.C: New test.
1591 Thu Oct 17 19:12:58 CEST 2002  Jan Hubicka  <jh@suse.cz>
1593         * gcc.dg/20021017-2.c: New test.
1595 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
1597         * g++.dg/abi/mangle16.C: Adjust.
1599         * g++.dg/init/array8.C: New test.
1601 2002-10-17  Richard Sandiford  <rsandifo@redhat.com>
1603         * gcc.dg/special/mips-abi.exp: New test.
1604         * gcc.dg/special/mips-abi.s: Empty file used by the above.
1606 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
1608         * g++.dg/abi/mangle16.C: New test.
1609         * g++.dg/abi/mangle17.C: Likewise.
1611         PR c++/7478
1612         * g++.dg/template/ref1.C: New test.
1614 2002-10-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1616         * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
1618 2002-10-16  Ulrich Weigand  <uweigand@de.ibm.com>
1620         * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
1622 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
1624         PR c++/7524
1625         * g++.dg/init/array7.C: New test.
1627 2002-10-15  Mark Mitchell  <mark@codesourcery.com>
1629         * g++.dg/init/array6.C: New test.
1631         * g++.dg/abi/mangle13.C: Likewise.
1632         * g++.dg/abi/mangle14.C: Likewise.
1633         * g++.dg/abi/mangle15.C: Likewise.
1635 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
1637         * g++.dg/abi/empty8.C: New test.
1639 2002-10-15  Nathan Sidwell  <nathan@codesourcery.com>
1641         * g++.dg/init/ctor1.C: New test.
1643 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
1645         * gcc.c-torture/execute/20021015-1.c: New test.
1647 Tue Oct 15 14:22:41 2002  J"orn Rennecke <joern.rennecke@superh.com>
1649         * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
1651 Mon Oct 14 20:37:51 CEST 2002  Jan Hubicka  <jh@suse.cz>
1653         * gcc.dg/i386-ssetype-[1-5].c: New tests.
1655 2002-10-14  Richard Henderson  <rth@redhat.com>
1657         * gcc.dg/20020219-1.c: Disable for 16-bit targets.
1659 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
1661         PR optimization/6631
1662         * g++.dg/opt/const2.C: New test.
1664 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
1666         PR c++/7176
1667         * g++.dg/parse/friend1.C: New test.
1668         * g++.old-deja/g++.pt/memtemp64.C: Adjust.
1670 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
1672         * gcc.dg/20021014-1.c: New test.
1674 2002-10-11  Mark Mitchell  <mark@codesourcery.com>
1676         PR c++/5661
1677         * g++.dg/ext/vlm1.C: New test.
1678         * g++.dg/ext/vlm2.C: Likewise.
1680         * g++.dg/init/array1.C: Remove invalid braces.
1681         * g++.dg/init/brace1.C: New test.
1682         * g++.dg/init/copy2.C: Likewise.
1683         * g++.dg/init/copy3.C: Likewise.
1684         * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
1685         * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
1686         braces.
1688 2002-10-11  Neil Booth  <neil@daikokuya.co.uk>
1690         * gcc.dg/cpp/assembler.S: Don't use -ansi.
1692 Fri Oct 11 10:56:49 2002  Richard Shann  <richard.shann@superh.com>
1694         * gcc.c-torture/compile/simd-5.c: New test.
1696 2002-10-10  Roger Sayle  <roger@eyesopen.com>
1698         * gcc.c-torture/execute/shiftopt-1.c: New test case.
1700 2002-10-10  Jim Wilson  <wilson@redhat.com>
1702         * gcc.c-torture/execute/20021010-1.c: New test.
1704 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
1706         PR c/7353
1707         * g++.dg/ext/typedef-init.C: New test.
1708         * gcc.dg/typedef-init.c: New test.
1710 2002-10-09  Neil Booth  <neil@daikokuya.co.uk>
1712         * gcc.dg/cpp/paste13.c: New test.
1714 2002-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1716         * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs.  For
1717         remaining platforms, XFAIL during compile, not execute.  Don't
1718         XFAIL at -O0.
1720 2002-10-08  Nathan Sidwell  <nathan@codesourcery.com>
1722         * gcc.dg/alias-1.c: Tweak expected warning.
1724 2002-10-06  D.Venkatasubramanian <dvenkat@noida.hcltech.com>
1726         * gcc.dg/20020411-1.c: Disable for 16-bit "int".
1728 2002-10-06  Andreas Jaeger  <aj@suse.de>
1730         * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
1731         * gcc.dg/cpp/c++98.C: Likewise.
1733         * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
1734         * g++.dg/cpp/c++98.C: Likewise.
1736         * g++.dg/README (Subdirectories): Mention cpp directory.
1738         PR target/7559
1739         * gcc.dg/20021006-1.c: New test.
1741 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1743         PR c++/7804
1744         * g++.dg/other/warning1.C: New test.
1746 2002-10-04  Roger Sayle  <roger@eyesopen.com>
1748         * gcc.c-torture/execute/20020720-1.x:  XFAIL instead of skipping
1749         the test on failing platforms.  Mark sparcv9-*-*, sparc64-*-*
1750         and sparc-*-* with -m64 as expected failures.  See PR 8087.
1752 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
1754         PR c++/7931
1755         * g++.dg/template/ptrmem3.C: New test.
1757         PR c++/7754
1758         * g++.dg/template/union1.C: New test.
1760 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
1762         PR c++/8006
1763         * g++.dg/abi/mangle9.C: New test.
1764         * g++.dg/abi/mangle10.C: New test.
1765         * g++.dg/abi/mangle11.C: New test.
1766         * g++.dg/abi/mangle12.C: New test.
1768 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
1770         PR c++/7188.
1771         * g++.dg/template/meminit1.C: New test.
1772         * g++.dg/warn/Wreorder-1.C: Likewise.
1773         * g++.old-deja/g++.mike/warn3.C: Tweak.
1774         * lib/prune.exp: Ingore "in copy constructor".
1776 2002-10-02  Andreas Jaeger  <aj@suse.de>
1778         * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
1779         gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
1780         g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
1781         on x86-64.
1783 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
1785         * gcc.dg/empty1.C: Fix typo.
1787 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
1789         * gcc.dg/alias-1.c: New test.
1791 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
1793         * gcc.dg/empty1.C: New test.
1795         * g++.dg/tls/init-2.C: Tweak error messages.
1797 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
1799         * gcc.c-torture/compile/20020923-1.c: New test.
1801 2002-09-30  Jason Thorpe  <thorpej@wasabisystems.com>
1803         * gcc.c-torture/execute/ffs-1.c: New test.
1804         * gcc.c-torture/execute/ffs-2.c: Ditto.
1806 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
1808         * g++.dg/overload/member1.C: New test.
1810 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
1812         * g++.dg/abi/empty7.C: New test.
1813         * g++.dg/init/pm2.C: Likewise.
1815 2002-09-29  Nathan Sidwell  <nathan@codesourcery.com>
1817         * g++.dg/rtti/crash1.C: New test.
1819 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
1821         * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
1822         gcc.dg/sibcall-4.c: New tests.
1824 2002-09-28  Roger Sayle  <roger@eyesopen.com>
1826         * gcc.c-torture/execute/20020720-1.x: No longer skip test on
1827         powerpc and MMIX targets.
1829 2002-09-27  Zack Weinberg  <zack@codesourcery.com>
1831         * gcc.dg/cpp/20020927-1.c: New.
1833 2002-09-26  David S. Miller  <davem@redhat.com>
1835         * gcc.c-torture/compile/trunctfdf.c: New.
1837 2002-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1839         * lib/target-supports.exp (check_weak_available): Handle solaris2.
1841 2002-09-27  Alan Modra  <amodra@bigpond.net.au>
1843         * gcc.c-torture/execute/loop-15.c: New.
1845 2002-09-26  Janis Johnson  <janis187@us.ibm.com>
1847         * README.QMTEST: Fix typo.
1849 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
1851         * gcc.dg/20020926-1.c: New test.
1853 2002-09-25  David S. Miller  <davem@redhat.com>
1855         PR target/7842
1856         * gcc.c-torture/execute/shiftdi.c: New test.
1858 2002-09-26  Richard Earnshaw  <rearnsha@arm.com>
1860         * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
1861         unique to the tool.
1862         * lib/g77.exp (g77_init): Likewise.
1863         * lib/g++.exp (g++_init): Likewise.
1864         * lib/objc.exp (objc_init): Likewise.
1866 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
1868         * gcc/testsuite/g++.dg/abi/empty5.C: New test.
1869         * gcc/testsuite/g++.dg/abi/empty6.C: New test.
1870         * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
1872 2002-09-25  Richard Henderson  <rth@redhat.com>
1874         * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
1875         too-small long double.
1877 2002-09-23  Hans-Peter Nilsson  <hp@axis.com>
1879         * gcc.dg/20020919-1.c: New test.
1881 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
1883         * g++.dg/abi/bitfield6.C: New test.
1884         * g++.dg/abi/bitfield7.C: New test.
1885         * g++.dg/abi/bitfield8.C: New test.
1886         * g++.dg/abi/vbase11.C: New test.
1888 2002-09-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1890         * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
1891         hppa*-*-hpux*.  Update test comment.
1893 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
1895         * gcc.dg/tls/struct-1.c: New test.
1897 2002-09-20  Neil Booth  <neil@daikokuya.co.uk>
1899         * gcc.dg/cpp/tr-warn2.c: Update.
1901 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
1903         * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
1905 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
1907         * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
1908         systems.
1910 2002-09-20  Hans-Peter Nilsson  <hp@bitrange.com>
1912         * gcc.c-torture/execute/ieee/mzero3.c: New test.
1914         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
1915         Adjust for c++filt moved to binutils.  Remove spurious duplicate
1916         setting of cxxfilt.
1918 2002-09-19  Geoffrey Keating  <geoffk@apple.com>
1920         * gcc.dg/20020312-2.c: Update for darwin.
1922 2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
1924         * g++.old-deja/g++.other/crash32.C: Mark ICE.
1926 Tue Sep 17 13:59:45 2002  Nicola Pero  <n.pero@mi.flashnet.it>
1928         * objc.dg/comp-types-1.m: New test.
1929         * objc.dg/comp-types-2.m: New test.
1930         * objc.dg/comp-types-3.m: New test.
1931         * objc.dg/comp-types-4.m: New test.
1932         * objc.dg/comp-types-5.m: New test.
1933         * objc.dg/comp-types-6.m: New test.
1935 2002-09-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1937         * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
1939 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
1941         * g++.dg/other/do1.C: New test.
1943         * g++.dg/template/subst1.C: New test.
1945 2002-09-16  Steve Ellcey  <sje@cup.hp.com>
1947         * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
1949 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
1951         * g++.dg/template/qualttp20.C: Adjust expected errors.
1952         * g++.old-deja/g++.jason/report.C: Likewise.
1953         * g++.old-deja/g++.other/qual1.C: Likewise.
1955         * g++.dg/lookup/scoped2.C: New test.
1957         * g++.dg/ext/asm3.C: New test.
1959 2002-09-16  Richard Earnshaw  <rearnsha@arm.com>
1961         * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
1963 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
1965         * ChangeLog: follow spelling conventions.
1966         * g++.old-deja/g++.abi/ptrmem.C: Likewise.
1967         * g++.old-deja/g++.bugs/900210_05.C: Likewise.
1968         * g++.old-deja/g++.bugs/900211_04.C: Likewise.
1969         * g++.old-deja/g++.bugs/900321_02.C: Likewise.
1970         * g++.old-deja/g++.bugs/900404_02.C: Likewise.
1971         * g++.old-deja/g++.bugs/900520_06.C: Likewise.
1972         * g++.old-deja/g++.law/global-init1.C: Likewise.
1973         * g++.old-deja/g++.other/delete4.C: Likewise.
1974         * g++.old-deja/g++.other/inline21.C: Likewise.
1975         * g++.old-deja/g++.other/singleton.C: Likewise.
1976         * g77.dg/strlen0.f: Likewise.
1977         * g77.f-torture/compile/20010519-1.f: Likewise.
1978         * g77.f-torture/compile/980310-4.f: Likewise.
1979         * gcc.c-torture/compile/20000605-1.c: Likewise.
1980         * gcc.c-torture/execute/20020225-1.c: Likewise.
1981         * gcc.dg/c90-hexfloat-2.c: Likewise.
1982         * gcc.dg/c99-bool-1.c: Likewise.
1983         * gcc.dg/c99-hexfloat-2.c: Likewise.
1984         * gcc.dg/dll-2.c: Likewise.
1985         * gcc.dg/wtr-union-init-1.c: Likewise.
1986         * gcc.dg/wtr-union-init-2.c: Likewise.
1987         * gcc.dg/wtr-union-init-3.c: Likewise.
1988         * gcc.dg/cpp/avoidpaste1.c: Likewise.
1989         * gcc.dg/cpp/defined.c: Likewise.
1990         * gcc.dg/cpp/macsyntx.c: Likewise.
1991         * gcc.dg/cpp/paste2.c: Likewise.
1992         * gcc.dg/cpp/trad/defined.c: Likewise.
1993         * gcc.dg/format/c90-printf-1.c: Likewise.
1994         * gcc.dg/format/c90-scanf-1.c: Likewise.
1995         * gcc.dg/format/c99-printf-1.c: Likewise.
1996         * gcc.dg/format/c99-scanf-1.c: Likewise.
1997         * gcc.misc-tests/gcov-8.c: Likewise.
1998         * lib/profopt.exp: Likewise.
2000 2002-09-15  Krister Walfridsson  <cato@df.lth.se>
2002         * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
2004 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
2006         * g++.dg/inherit/using2.C: New test.
2008 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
2010         * ChangeLog: Follow spelling conventions.
2011         * g++.dg/template/friend4.C: Likewise.
2012         * g++.old-deja/g++.pt/crash67.C: Likewise.
2013         * gcc.c-torture/execute/20000801-4.c: Likewise.
2014         * gcc.dg/c90-digraph-1.c: Likewise.
2015         * gcc.dg/c94-digraph-1.c: Likewise.
2016         * gcc.dg/c99-digraph-1.c: Likewise.
2017         * gcc.dg/cpp/line5.c: Likewise.
2018         * gcc.dg/cpp/multiline.c: Likewise.
2019         * gcc.dg/cpp/trad/literals-1.c: Likewise.
2020         * gcc.dg/format/attr-3.c: Likewise.
2021         * gcc.dg/format/c90-scanf-3.c: Likewise.
2022         * gcc.dg/format/ext-4.c: Likewise.
2024 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
2026         * g++.dg/template/pretty1.C: New test.
2028 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
2030         * gcc.c-torture/execute/struct-cpy-1.c: New test.
2032 2002-09-13  Matt Austern  <austern@apple.com>
2034         * testsuite/g++.dg/other/constref[12].C: New, regression tests for
2035         passing a cast expression to a function by const reference.
2037 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
2039         * g++.dg/template/deduce1.C: New test.
2041 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
2043         * gcc.c-torture/execute/simd-1.c: Force all use of int to
2044         32-bit int.
2046 2002-09-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2048         * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
2049         usage.
2051 2002-09-10  Richard Earnshaw  <rearnsha@arm.com>
2053         * gcc.c-torture/compile/20020910-1.c: New test.
2055 2002-09-10  Frank Ch. Eigler  <fche@redhat.com>
2057         * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
2059 2002-09-10  Andreas Jaeger  <aj@suse.de>
2061         * gcc.dg/20020312-2.c: Adjust for x86-64.
2063 2002-09-08  Toon Moene  <toon@moene.indiv.nluug.nl>
2065         * g77.dg/7388.f: New test case for PR 7388.
2067 2002-09-07  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
2069         * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
2071 2002-09-05  Ziemowit Laski <zlaski@apple.com>
2073         * objc.dg/proto-lossage-1.m: New test.
2075 2002-09-06  Neil Booth  <neil@daikokuya.co.uk>
2077         * gcc.dg/cpp/_Pragma4.c: Fix typo.
2079 Fri Sep  6 16:39:37 2002  Nicola Pero  <n.pero@mi.flashnet.it>
2081         * objc/execute/formal_protocol-6.x: Removed.  This testcase is now
2082         expected to pass.
2084 2002-09-06  Stan Shebs  <shebs@apple.com>
2085             David Edelsohn  <edelsohn@gnu.org>
2087         * gcc.dg/weak: New directory.
2088         * gcc.dg/weak-[1-9].c: Move to new directory, remove all
2089         target-specific xfail bits.
2090         * gcc.dg/typeof-2.c: Move to new directory.
2091         * gcc.dg/weak.exp: New expect script.
2093 2002-09-06  Alan Modra  <amodra@bigpond.net.au>
2095         * gcc.c-torture/execute/extzvsi.c: New test.
2097 2002-09-05  Stan Shebs  <shebs@apple.com>
2099         * gcc.dg/weak-1.c: xfail on Darwin.
2100         * gcc.dg/weak-2.c: Ditto.
2101         * gcc.dg/weak-3.c: Ditto.
2102         * gcc.dg/weak-4.c: Ditto.
2103         * gcc.dg/weak-5.c: Ditto.
2104         * gcc.dg/weak-6.c: Ditto.
2105         * gcc.dg/weak-7.c: Ditto.
2106         * gcc.dg/weak-8.c: Ditto.
2107         * gcc.dg/weak-9.c: Ditto.
2109 Thu Sep  5 00:34:33 2002  J"orn Rennecke <joern.rennecke@superh.com>
2111         * gcc.c-torture/execute/loop-14.c: New test.
2113 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
2115         * g++.dg/other/cxa-atexit1.C: New test.
2117         * gcc.dg/typeof-2.c: New test.
2119 2002-09-03  Roger Sayle  <roger@eyesopen.com>
2121         * gcc.dg/builtins-2.c: New testcase.
2122         * gcc.dg/builtins-3.c: New testcase.
2124 2002-09-03  Neil Booth  <neil@daikokuya.co.uk>
2126         * gcc.dg/cpp/_Pragma4.c: New test.
2128 Tue Sep  3 11:04:26 2002  Nicola Pero  <n.pero@mi.flashnet.it>
2130         * objc/execute/nil_method-1.m: New testcase.
2132 Sun Sep  1 12:47:39 2002  Nicola Pero  <n.pero@mi.flashnet.it>
2134         * objc/execute/class-tests-1.h (test_class_with_superclass): Call
2135         [Object class], not [Object initialize].
2137 2002-08-31  Roger Sayle  <roger@eyesopen.com>
2138             Hans-Peter Nilsson  <hp@bitrange.com>
2140         * gcc.c-torture/execute/20020720-1.x: Skip test on
2141         mmix-knuth-mmixware.  Correct comment.
2143 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
2145         * testsuite/g++.dg/abi/bitfield5.C: New test.
2146         * testsuite/g++.dg/abi/vbase10.C: Likewise.
2148 Tue Aug 27 22:23:22 2002  Nicola Pero  <n.pero@mi.flashnet.it>
2150         * objc.dg/undeclared-selector.m: New test.
2152 2002-08-27  Nathan Sidwell  <nathan@codesourcery.com>
2154         * g++.dg/other/offsetof1.C: Avoid cast warning.
2156 2002-08-26  Ziemowit Laski  <zlaski@apple.com>
2158         * objc.dg/super-class-2.m: New test.
2160 2002-08-24  Matt Austern  <austern@apple.com>
2162         * g++.dg/ext/lvaddr.C: New test.
2163         * g++.dg/ext/lvcast.C: New test.
2165 2002-08-22  Mark Mitchell  <mark@codesourcery.com>
2167         * testsuite/g++.dg/inherit/cond1.C: New test.
2169 2002-08-22  Geoffrey Keating  <geoffk@redhat.com>
2171         * gcc.dg/noncompile/incomplete-1.c: New test.
2173 2002-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
2175         * gcc.dg/typespec-1.c: New test.
2177 2002-08-20  Devang Patel  <dpatel@apple.com>
2178         * objc.dg/proto-hier-2.m: New test.
2180 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
2182         * objc.dg/bitfield-1.m: New test.
2183         * objc.dg/bitfield-2.m: New test.
2185 2002-08-17  Joseph S. Myers  <jsm@polyomino.org.uk>
2187         * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
2188         gcc.dg/c99-flex-array-4.c: New tests.
2190 2002-08-16  Stan Shebs  <shebs@apple.com>
2192         * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
2194 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
2196         * gcc.dg/typeof-1.c: New test.
2197         * g++.dg/ext/typeof2.C: New test.
2199 2002-08-15  Nathan Sidwell  <nathan@codesourcery.com>
2201         * g++.dg/other/offsetof1.C: New test.
2203 2002-08-14  Richard Henderson  <rth@redhat.com>
2205         * gcc.dg/tls/diag-3.c: Fix expected message strings.
2207 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
2209         * gcc.dg/cpp/_Pragma3.c: New test.
2211 2002-08-13  Mark Mitchell  <mark@codesourcery.com>
2213         * g++.dg/template/inherit3: New test.
2215 2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
2217         * gcc.dg/bitfld-4.c: Add blank options.
2219 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
2221         * g++.dg/template/crash1.C: New test.
2223 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
2225         * gcc.dg/tls/opt-2.c: New test.
2227 2002-08-08  Devang Patel  <dpatel@apple.com>
2229         * objc.dg/selector-1.m : New test
2231 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
2233         * g++.dg/abi/bitfield4.C: New test.
2234         * gcc.dg/bitfld-4.c: New test.
2236 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
2238         * g++.dg/other/packed1.C: New test.
2240 2002-08-07  Mark Mitchell  <mark@codesourcery.com>
2242         * g++.dg/abi/offsetof.C: Tweak error messages.
2243         * g++.old-deja/g++.mike/p10769a.C: Likewise.
2245 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
2247         * gcc.dg/bitfld-3.c: New test.
2249 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
2250             Richard Henderson  <rth@redhat.com>
2252         * gcc.dg/i386-bitfield1.c: New test.
2253         * g++.dg/abi/bitfield3.C: Update.
2255 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
2257         * objc.dg/const-str-2.m: Update.
2258         * gcc.dg/cpp/c++98.c: Change to C extension.
2259         * gcc.dg/cpp/c++98-pedantic.c: Similarly.
2260         * gcc.dg/cpp/cpp.exp: Process .C extensions too.
2262 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
2264         * testsuite/gcc.dg/tls/diag-3.c: New.
2266 2002-08-07  Gabriel Dos Reis  <gdr@nerim.net>
2268         * g++.dg/README (Subdirectories): Document new subdir expr.
2269         * g++.dg/expr/pmf-1.C: New test.
2271 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
2273         * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
2275 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
2277         * g++.dg/abi/bitfield3.C: New test.
2279 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
2281         * lib/gcov.exp: Tweak expected line formats.
2282         * gcc.misc-tests/gcov8.c: New test.
2283         * gcc.misc-tests/gcov8.x: New flags.
2285 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
2287         * consistency.vlad/layout/endian.c: Include string.h.
2289         * gcc.c-torture/execute/20020805-1.c: New test.
2291 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
2293         * g++.dg/other/conversion1.C: New test.
2295 2002-08-03  Roger Sayle  <roger@eyesopen.com>
2297         * gcc.dg/builtins-1.c: New testcase.
2299 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
2301         * g++.dg/inherit/access3.C: New test.
2303 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
2305         * gcc.dg/ia64-visibility-2.c: New test.
2307 2002-08-01  Benjamin Kosnik   <bkoz@redhat.com>
2309         * g++.old-deja/g++.abi/ptrflags.C (expect): Change
2310         __qualifier_flags to __flags.
2312 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
2314         * g++.dg/inherit/operator1.C: New test.
2315         * g++.dg/lookup/disamb1.C: Fix typo in comment.
2316         * g++.dg/other/error1.C: Change expected error message.
2317         * g++.dg/template/conv4.C: Likewise.
2319 2002-07-26  Neil Booth  <neil@daikokuya.cop.uk>
2321         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
2322         for documented behavior.
2324 2002-07-25  Roger Sayle  <roger@eyesopen.com>
2326         * gcc.c-torture/execute/20020720-1.x: Skip this test on
2327         several targets known to fail.
2329 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
2331         * gcc.dg/mips-args-[123].c: New tests.
2333 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
2335         * gcc.dg/ppc-spe.c: New.
2337 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
2339         * g++.dg/other/ptrmem4.C: New testcase.
2341 2002-07-24  Richard Henderson  <rth@redhat.com>
2343         * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
2345 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
2347         * g++.dg/ext/alignof1.C (main): Return 0 for success.
2349 2002-07-24  Roger Sayle  <roger@eyesopen.com>
2351         * gcc.c-torture/execute/memset-3.c: New testcase.
2353 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
2355         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
2356         gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
2358 2002-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2360         * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
2361         Delete.
2363 Tue Jul 23 21:02:43 2002  J"orn Rennecke <joern.rennecke@superh.com>
2365         * gcc.c-torture/compile/simd-4.c: New test.
2367 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2369         PR c++/7347, c++/7348
2370         * g++.dg/template/access4.C: New test.
2371         * g++.dg/template/access5.C: New test.
2372         * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
2373         * g++.old-deja/g++.pt/memtemp86.C: Likewise.
2374         * g++.old-deja/g++.pt/ttp58.C: Likewise.
2375         * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
2377 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
2379         * gcc.dg/gnu89-init-2.c: New test.
2381 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
2383         * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
2385 2002-07-20  Roger Sayle  <roger@eyesopen.com>
2387         * gcc.c-torture/execute/20020720-1.c: New testcase.
2389 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
2391         * gcc.dg/cpp/Wsignprom.c: New tests.
2393 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
2395         * gcc.c-torture/execute/loop-13.c: New test.
2397 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
2399         * gcc.dg/cpp/expr.c: New tests.
2401 2002 07-18  David Edelsohn  <edelsohn@gnu.org>
2403         * g++.dg/opt/pr6713.C: Add template instantiation.
2405 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
2407         * gcc.dg/nest.c: New test.
2409 2002-07-17  Richard Henderson  <rth@redhat.com>
2411         * g++.dg/opt/pr6713.C: New test.
2413 2002-07-17  Eric Botcazou  <ebotcazou@multimania.com>
2415         * gcc.c-torture/execute/loop-2e.x: Let the testcase
2416         XFAIL for all x86 processors.
2418 2002-07-17  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
2420         * gcc.c-torture/execute/20010122-1.x: Do not test with
2421         -fomit-frame-pointer.
2423 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2425         * g++.dg/template/instantiate2.C: New test.
2426         * g++.dg/template/spec4.C: New test.
2428 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2430         * g++.dg/template/access2.C: New test.
2431         * g++.dg/template/access3.C: New test.
2433 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
2435         * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
2436         c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
2437         c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
2438         c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
2439         Convert to use <stdarg.h>.
2440         * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
2441         Delete.
2442         * gcc.dg/va-arg-2.c: New.
2443         * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
2445 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
2447         * gcc.c-torture/compile/20020710-1.c: New test.
2449 Thu Jul 11 15:39:21 2002  J"orn Rennecke <joern.rennecke@superh.com>
2450                           Andrew Pinski  <pinskia@physics.uc.edu>
2452         gcc.c-torture/compile/simd-2.c: New testcase.
2453         gcc.c-torture/compile/simd-3.c: Likewise.
2455 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
2457         PR c++/7224
2458         * g++.dg/overload/error1.C: New test.
2460 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2462         * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
2463         configuration and IRIX 6 O32 ABI.
2465 2002-07-11  Roger Sayle  <roger@eyesopen.com>
2467         * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
2469 2002-07-10  Roger Sayle  <roger@eyesopen.com>
2471         * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
2473 2002-07-10  Jeffrey A Law  <law@redhat.com>
2475         * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
2477         * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.
2479 2002-07-09  Aldy Hernandez  <aldyh@redhat.com>
2481         * gcc.dg/20020312-2.c: Check for __PPC__.
2483 2002-07-09  Diego Novillo  <dnovillo@redhat.com>
2485         * gcc.c-torture/compile/20020709-1.c: New test.
2487 2002-07-07  Roger Sayle  <roger@eyesopen.com>
2489         * g++.dg/template/qualttp21.C: New test case.
2491 2002-07-06  Alexandre Oliva  <aoliva@redhat.com>
2493         * gcc.c-torture/compile/20020706-1.c: New test.
2494         * gcc.c-torture/compile/20020706-2.c: New test.
2496 2002-07-06  Brian R. Gaeke  <brg@dgate.ORG>
2497             Alexandre Oliva  <aoliva@redhat.com>
2499         * g++.dg/warn/incomplete1.C: New test.
2501 2002-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2503         PR c++/7099
2504         * g++.dg/warn/noreturn1.C: New test.
2506 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
2508         PR c++/6706
2509         * g++.dg/debug/debug6.C: New test.
2510         * g++.dg/debug/debug7.C: New test.
2512 Thu Jul  4 07:36:48 2002  J"orn Rennecke <joern.rennecke@superh.com>
2514         * gcc.c-torture/compile/simd-3.c: New test.
2516 2002-07-03  Chris Demetriou  <cgd@broadcom.com>
2518         * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
2519         * gcc.dg/20020620-1.c: Likewise.
2521 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2523         PR c++/6944
2524         * g++.dg/init/array4.C: New test.
2525         * g++.dg/init/array5.C: New test.
2527 Wed Jul  3 10:25:41 2002  J"orn Rennecke <joern.rennecke@superh.com>
2529         * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
2530         * gcc.c-torture/execute/simd-2.c (main): Likewise.
2532 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2534         * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
2535         * gcc.dg/wtr-aggr-init-1.c: Likewise.
2536         * gcc.dg/wtr-conversion-1.c: Likewise.
2537         * gcc.dg/wtr-escape-1.c: Likewise.
2538         * gcc.dg/wtr-int-type-1.c: Likewise.
2539         * gcc.dg/wtr-label-1.c: Likewise.
2540         * gcc.dg/wtr-static-1.c: Likewise.
2541         * gcc.dg/wtr-strcat-1.c: Likewise.
2542         * gcc.dg/wtr-suffix-1.c: Likewise.
2543         * gcc.dg/wtr-switch-1.c: Likewise.
2544         * gcc.dg/wtr-unary-plus-1.c: Likewise.
2545         * gcc.dg/wtr-union-init-1.c: Likewise.
2546         * gcc.dg/wtr-union-init-2.c: Likewise.
2547         * gcc.dg/wtr-union-init-3.c: Likewise.
2549         * gcc.dg/wtr-func-def-1.c: New test.
2551 2002-07-02 Devang Patel <dpatel@apple.com>
2553         * objc.dg/param-1.m: New test.
2555 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
2557         * gcc.dg/cpp/trad/directive.c: Add test.
2558         * gcc.dg/cpp/trad/macroargs.c: Add test.
2559         * gcc.dg/cpp/trad/recurse-3.c: Add tests.
2561 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
2563         * gcc.dg/cpp/cmdlne-M.c: New test.
2565 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
2567         * objc.dg/desig-init-1.m: New test.
2569 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2571         PR c++/6716
2572         * g++.dg/template/instantiate1.C: New test.
2574 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
2576         PR c++/7112
2577         * g++.dg/template/sizeof2.C: New test.
2579 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
2581         * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
2582         gcc.dg/cpp/trad/include.c: New tests.
2584 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
2586         PR target/7177
2587         * gcc.c-torture/compile/20020701-1.c: New test.
2589 2002-07-01  Stan Shebs  <shebs@apple.com>
2591         * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
2592         header here...
2593         * lib/objc-torture.exp (objc-torture-compile): ...instead of here
2594         (objc-torture-execute): or here.
2596 Mon Jul  1 12:51:05 2002  J"orn Rennecke <joern.rennecke@superh.com>
2598         * gcc.c-torture/execute/arith-rand-ll.c: New test.
2600 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
2602         * gcc.dg/cpp/trad/escaped-nl.c: New test.
2604 2002-06-30  Devang Patel  <dpatel@apple.com>
2606         * objc.dg/fsyntax-only.m: New test.
2608 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
2610         PR c++/6695
2611         * g++.dg/template/friend7.C: New file.
2613 2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
2615         * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
2616         return type.
2618 Thu Jun 27 15:23:21 2002  J"orn Rennecke <joern.rennecke@superh.com>
2620         * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
2621         avoid division by zero.
2623 2002-06-27  Neil Booth  <neil@daikokuya.co.uk>
2625         * gcc.dg/Wunknownprag.c: New tests.
2627 Tue Jun 25 21:50:38 2002  J"orn Rennecke <joern.rennecke@superh.com>
2629         * gcc.c-torture/execute/simd-2.c: New test.
2631 2002-06-25  Neil Booth  <neil@daikokuya.co.uk>
2633         * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
2634         gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
2635         gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
2636         gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
2637         gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
2638         gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
2639         gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
2640         gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
2641         gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
2642         gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
2643         gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
2644         gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
2645         gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
2646         gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
2647         gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
2648         gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
2649         gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
2651 2002-06-24  Neil Booth  <neil@daikokuya.co.uk>
2653         * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
2654         gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
2655         gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
2656         gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
2657         New tests.
2658         * gcc.dg/cpp/trad/directive.c: Update.
2660 2002-06-23  Andreas Jaeger  <aj@suse.de>
2662         * gcc.c-torture/execute/complex-6.c: New.
2664 2002-06-22  Neil Booth  <neil@daikokuya.co.uk>
2666         * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
2667         gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
2668         gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
2669         gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
2671 2002-06-21  Neil Booth  <neil@daikokuya.co.uk>
2673         * gcc.dg/cpp/trad: New directory with traditional tests copied
2674         from parent directory.
2675         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
2676         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
2677         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
2678         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
2679         Move to trad/ and rename.
2680         * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
2681         gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
2682         gcc.dg/cpp/trad/redef2.c: New tests.
2683         * gcc.dg/cpp/trad/trad.exp: New driver.
2685 2002-06-20  Neil Booth  <neil@daikokuya.co.uk>
2687         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
2688         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
2689         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
2690         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
2691         Remove.
2693 2002-06-20  Richard Sandiford  <rsandifo@redhat.com>
2695         * gcc.dg/20020620-1.c: New test.
2697 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2699         * g++.dg/template/ttp4.C: New test.
2701 2002-06-19  Jakub Jelinek  <jakub@redhat.com>
2703         * g++.dg/opt/vt1.C: Fix regexp.
2705 2002-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2707         * gcc.c-torture/execute/pure-1.c: Make functions static again.
2708         Don't use attribute `noinline'.
2710 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
2712         * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
2714 2002-06-18  Aldy Hernandez  <aldyh@redhat.com>
2716         * gcc.c-torture/execute/simd-1.c: New.
2718         * gcc.dg/simd-1.c: New.
2720 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
2722         * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
2724 2002-06-16  Richard Henderson  <rth@redhat.com>
2726         * g++.dg/ext/anon-struct1.C: New.
2727         * g++.dg/ext/anon-struct2.C: New.
2728         * g++.dg/ext/anon-struct3.C: New.
2729         * gcc.dg/anon-struct-1.c: New.
2730         * gcc.dg/anon-struct-2.c: New.
2731         * gcc.dg/anon-struct-3.c: New.
2732         * gcc.dg/20011008-1.c: Adjust warning text.
2733         * gcc.dg/20020527-1.c: Add -fms-extensions.
2735 2002-06-16  Richard Henderson  <rth@redhat.com>
2737         * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
2739 2002-06-15  Hans-Peter Nilsson  <hp@axis.com>
2741         * gcc.c-torture/execute/20020615-1.c: New test.
2743 2002-06-15  Roger Sayle  <roger@eyesopen.com>
2745         * gcc.c-tortuture/execute/compare-1.c: New test case.
2746         * gcc.c-tortuture/execute/compare-2.c: New test case.
2747         * gcc.c-tortuture/execute/compare-3.c: New test case.
2749 2002-06-13  Richard Henderson  <rth@redhat.com>
2751         * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New.  Define for
2752         ia64 ilp32.
2754 2002-06-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2756         * g++.dg/template/typename2.C: Update error message.
2758 2002-06-12  Hans-Peter Nilsson  <hp@axis.com>
2760         * gcc.c-torture/execute/20020611-1.c: New test.
2762 2002-06-11  Bob Wilson  <bob.wilson@acm.org>
2764         * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
2765         list of targets to skip.
2767 2002-06-10  Bob Wilson  <bob.wilson@acm.org>
2769         * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
2770         targets if not optimizing.
2772 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
2774         * gcc.c-torture/compile/20020605-1.c: New test.
2776         * g++.dg/opt/vt1.C: New test.
2778         * gcc.dg/20020531-1.c: New test.
2780         * gcc.dg/20020530-1.c: New test.
2782         * gcc.dg/20020527-1.c: New test.
2784         * g++.dg/opt/cse1.C: New test.
2786 2002-06-07  Roger Sayle  <roger@eyesopen.com>
2788         * gcc.dg/20020607-2.c: New test case.
2790 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
2792         * gcc.c-torture/compile/20020604-1.c: New test.
2794 2002-06-04  Richard Henderson  <rth@redhat.com>
2796         * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
2797         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
2798         * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
2800 2002-06-04  Aldy Hernandez  <aldyh@redhat.com>
2802         * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
2804 2002-06-03  Richard Henderson  <rth@redhat.com>
2806         * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
2807         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
2809 2002-06-02  Richard Henderson  <rth@redhat.com>
2811         * gcc.c-torture/execute/pure-1.c: Don't mark any of the
2812         test functions static.
2814 2002-06-02  Andreas Jaeger  <aj@suse.de>
2816         * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
2817         now.
2819 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
2821         * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
2822         gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
2823         Update for mofified diagnostics.
2824         * gcc.dg/c99-intconst-1.c: No longer fail.
2826 2002-06-02  Richard Henderson  <rth@redhat.com>
2828         * gcc.dg/uninit-A.c: Remove xfail markers.
2830 2002-06-01  Roger Sayle  <roger@eyesopen.com>
2832         * gcc.dg/fnegate-1.c: New test case.
2834 2002-05-30  Osku Salerma  <osku@iki.fi>
2836         * gcc.c-torture/execute/mayalias-1.c: New file.
2838 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
2840         * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
2841         gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
2842         gcc.dg/cpp/if-1.c: Update for modified diagnostics.
2844 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
2846         * gcc.c-torture/execute/20020529-1.c: New test.
2848 2002-05-27  Richard Henderson  <rth@redhat.com>
2850         * g++.dg/ext/attrib6.C: New test case.
2852 2002-05-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2854         * gcc.c-torture/execute/pure-1.c: New test.
2856 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
2858         * gcc.dg/cpp/arith-2.c: Remove.
2860 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
2862         * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
2863         * gcc.dg/cpp/if-3.c: Remove.
2865 2002-05-26  Jakub Jelinek  <jakub@redhat.com>
2867         * g++.dg/opt/cse2.C: New test.
2869 2002-05-26  Neil Booth  <neil@daikokuya.demon.co.uk>
2871         * gcc.dg/cpp/arith-1.c: New semantic tests.
2872         * gcc.dg/cpp/if-1.c: Update.
2874 2002-05-24  Ben Elliston  <bje@redhat.com>
2876         * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
2878 2002-05-24  Jakub Jelinek  <jakub@redhat.com>
2880         * gcc.dg/verbose-asm.c: New test.
2882 2002-05-24  Neil Booth  <neil@daikokuya.demon.co.uk>
2884         * gcc.dg/cpp/paste12.c: New test.
2886 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
2888         * g++.dg/parse/named_ops.C: New test.
2890 2002-05-23  Mark Mitchell  <mark@codesourcery.com>
2892         * gcc/testsuite/gcc.dg/weak-8.c: New test.
2894 Thu May 23 11:09:26 2002  J"orn Rennecke <joern.rennecke@superh.com>
2896         * gcc.dg/weak-2.c: Allow optional leading underscore
2897         in scan-assembler symbol name.
2898         * gcc.dg/weak-3.c: Likewise.
2899         * gcc.dg/weak-4.c: Likewise.
2900         * gcc.dg/weak-5.c: Likewise.
2902 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
2904         * gcc.dg/20020523-1.c: New test.
2906 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
2908         * objc.dg/const-str-2.m: Update now that we stop after
2909         a command line error.
2911 2002-05-22  Richard Henderson  <rth@redhat.com>
2913         * g++.dg/dg.exp: Fix typo in test pruneing.
2915 2002-05-22  Richard Henderson  <rth@redhat.com>
2917         * g++.dg/dg.exp: Prune the tls subdirectory.
2918         * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
2919         * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
2920         * g++.dg/tls/init-1.C: New.
2922 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
2924         * gcc.dg/20020517-1.c: New test.
2926 2002-05-21  Richard Henderson  <rth@redhat.com>
2928         * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
2929         gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
2931 Tue May 21 14:25:32 2002  Brian R. Gaeke  <brg@dgate.ORG>
2933         * g++.dg/other/copy2.C: New test.
2935 Mon May 20 10:51:35 2002  J"orn Rennecke <joern.rennecke@superh.com>
2937         * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
2938         (MAX_COPY): Bump up to 10 times sizeof (long long).
2939         (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
2941         * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
2942         sizeof (long long).
2944         * gcc.c-torture/execute/strcpy-1.c: New test.
2946 2002-05-19  Jason Merrill  <jason2redhat.com>
2948         * g++.dg/ext/oper1.C: New test.
2950 2002-05-20  David Billinghurst <David.Billinghurst@riotinto.com>
2951 2002-05-19  Mark Mitchell  <mitchell@doubledemon.codesourcery.com>
2953         * README.QMTEST: New file.
2955         * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
2957 2002-05-19  Andreas Jaeger  <aj@suse.de>
2959         * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
2960         now.
2961         * gcc.c-torture/execute/loop-2d.x: Likewise.
2963 2002-05-19  David Billinghurst <David.Billinghurst@riotinto.com>
2965         * gcc.dg/weak-2.c:  xfail warnings for platforms that don't
2966         support weak symbols.
2967         * gcc.dg/weak-4.c: Likewise
2968         * gcc.dg/weak-6.c: Likewise
2970 2002-05-16  David.Billinghurst <David.Billinghurst@riotinto.com>
2972         * gcc.dg/weak-3.c: Add dg-excess-error comment for
2973         cygwin, coff and h8300-*-hms targets
2974         * gcc.dg/weak-5.c: Likewise
2975         * gcc.dg/weak-7.c: Likewise
2977 2002-05-16  Jason Merrill  <jason@redhat.com>
2979         * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
2980         (scan-assembler-not, scan-assembler-dem): Likewise.
2981         (scan-assembler-dem-not): Likewise.
2983 2002-05-15  Richard Henderson  <rth@redhat.com>
2985         * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
2987 2002-05-15  Richard Henderson  <rth@redhat.com>
2989         * gcc.dg/weak-5.c (vfoo1c): No warning here.
2990         (vfoo1f): Warning here.
2991         (vfoo1l): Don't redefine the alias.
2993 2002-05-14  Jason Merrill  <jason@redhat.com>, Alexandre Oliva  <aoliva@redhat.com>
2995         * g++.dg/init/pm1.C: New test.
2997 2002-05-12  David S. Miller  <davem@redhat.com>
2999         * gcc.c-torture/execute/conversion.c (ldnear): Use long double
3000         types.
3002 2002-05-10  Roger Sayle  <roger@eyesopen.com>
3004         * gcc.c-torture/execute/20020510-1.c: New test case.
3006 2002-05-10  David S. Miller  <davem@redhat.com>
3008         * gcc.c-torture/execute/conversion.c: Test long double too.
3010 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
3012         * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
3013         libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
3014         * lib/g++.exp (g++_link_flags): Likewise.
3015         * lib/objc.exp (objc_target_compile): Likewise.
3017 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
3019         * gcc.dg/cpp/poison.c: Update.
3020         * gcc.dg/cpp/20000625-2.c: Remove.
3021         * gcc.dg/cpp/direct2s.c: Remove final test.
3023 2002-05-08  Tom Rix  <trix@redhat.com>
3025         * gcc.c-torture/execute/20020508-1.c: New test.
3026         * gcc.c-torture/execute/20020508-2.c: New test.
3027         * gcc.c-torture/execute/20020508-3.c: New test.
3029 2002-05-08  Neil Booth  <neil@daikokuya.demon.co.uk>
3031         * gcc.dg/cpp/charconst-4.c: More tests.
3033 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
3035         PR c/6569
3036         * gcc.dg/weak-3.c: Update location of warning messages.
3037         * gcc.dg/weak-5.c: Likewise.
3039 2002-05-06  Roger Sayle  <roger@eyesopen.com>
3041         * gcc.c-torture/execute/20020506-1.c: New test case.
3043 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
3045         * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
3047 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
3049         * gcc.dg/cpp/charconst-3.c: Run, don't compile.
3051 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
3053         * gcc.dg/cpp/charconst-3.c: New test.
3055 2002-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
3057         * gcc.dg/cpp/charconst.c: Update tests.
3059 2002-05-05  Tim Josling  <tej@melbpc.org.au>
3061         * treelang: Added directory for new sample language treelang. Also
3062         lib/treelang.exp: New file to signal treelang should be tested.
3064 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
3066         * gcc.dg/cpp/cmdlne-dM-M.c: New test.
3067         * gcc.dg/cpp/cmdlne-dD-M.c: New test.
3068         * gcc.dg/cpp/cmdlne-dN-M.c: New test.
3069         * gcc.dg/cpp/cmdlne-dI-M.c: New test.
3070         * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
3071         * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
3072         * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
3074 2002-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
3076         * gcc.dg/format/xopen-2.c: New test.
3078 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
3080         * gcc.dg/20020503-1.c: New test.
3082 2002-05-02  Mark Mitchell  <mark@codesourcery.com>
3084         * g++.dg/init/dtor1.C: Make it tougher.
3086 2002-05-01  Mark Mitchell  <mark@codesourcery.com>
3088         * g++.dg/init/dtor1.C: New test.
3090 2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
3092         * gcc.dg/altivec-8.c: New.
3094 2002-05-01  Aldy Hernandez  <aldyh@redhat.com>
3096         * gcc.dg/altivec-7.c: New.
3098 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
3100         * g++.dg/parse/typedef1.C: New test.
3102 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
3104         PR c++/6486
3105         * g++.dg/template/friend6.C: New test.
3107         PR c++/6492
3108         * g++.dg/init/copy1.C: New test.
3110 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
3112         * g++.dg/warn/effc1.C: New test.
3114 2002-04-29  Neil Booth  <neil@daikokuya.demon.co.uk>
3116         * gcc.dg/cpp/if-cexp.c: Add a test.
3118 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
3120         * gcc.dg/20020426-2.c: New test.
3122 2002-04-28  Neil Booth  <neil@daikokuya.demon.co.uk>
3124         * gcc.dg/cpp/if-mop.c: Update.
3125         * gcc.dg/cpp/if-mpar.c: Add test.
3126         * gcc.dg/cpp/if-oppr.c: Update.
3128 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3130         PR c/6343
3131         * gcc.dg/weak-[2-7].c: New tests.
3133 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
3135         * gcc.dg/enum1.c: New test.
3137 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
3139         PR c++/6497
3140         * g++.dg/inherit/access2.C: New test.
3142 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
3144         PR bootstrap/6445
3145         * gcc.dg/20020426-1.c: New test.
3147 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
3149         * g++.dg/abi/enum1.C: New test.
3151 2002-04-26  Richard Henderson  <rth@redhat.com>
3153         * gcc.dg/c99-bool-1.c: Expect always true warning.
3155 2002-04-25  Roger Sayle  <roger@eyesopen.com>
3157         * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
3159 2002-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3161         * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
3162         targets.
3164 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
3166         * g++.dg/abi/mange7.C: New test.
3168         PR c++/6438.
3169         * g++.dg/parse/stmtexpr2.C: New test.
3171 Wed Apr 24 21:38:36 2002  J"orn Rennecke <joern.rennecke@superh.com>
3173         * gcc.dg/20020312-2.c: Add SH target.
3175 2002-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3177         * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
3178         compiler output on mips*-*-irix*.
3180 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
3182         * g++.dg/parse/attr1.C: New test.
3184 2002-04-23  Roger Sayle  <roger@eyesopen.com>
3186         * gcc.c-torture/execute/string-opt-17.c: New test case.
3187         * gcc.c-torture/execute/memset-2.c: New test case.
3189 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
3191         PR c++/6256:
3192         * g++.dg/template/friend5.C: New test.
3194         PR c++/6331:
3195         * g++.dg/template/qual1.C: Likewise.
3197 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
3199         * gcc.c-torture/execute/980707-1.c: Don't use isspace().
3200         Include stdlib.h, not stdio.h or ctype.h.
3202 2002-04-22  Hans-Peter Nilsson  <hp@axis.com>
3204         * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
3205         cris-*-elf* and mmix-*-*.
3206         * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
3207         * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
3208         g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
3209         Ditto.
3210         * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
3211         * gcc.dg/wchar_t-1.c: Ditto.
3213 2002-04-21  Hans-Peter Nilsson  <hp@axis.com>
3215         * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
3216         Clarify comment.
3218 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
3220         * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
3222 2002-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3224         * gcc.c-torture/execute/20000906-1.x: Delete.
3226 2002-04-20  David.Billinghurst <David.Billinghurst@riotinto.com>
3228         * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
3230 2002-04-19  Toon Moene  <toon@moene.indiv.nluug.nl>
3232         * PR6367
3233         * g77.f-torture/execute/6367.f: New test.
3234         * g77.f-torture/execute/6367.x: Disable for MMIX.
3236 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
3238         * PR6352
3239         * g++.dg/opt/inline2.C: New test.
3241 2002-04-18  Richard Henderson  <rth@redhat.com>
3243         * gcc.dg/20000906-1.c: Enable for all targets.
3244         * gcc.c-torture/compile/iftrap-2.c: New.
3246 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
3248         * gcc.dg/20020418-1.c: New test.
3249         * gcc.dg/20020418-2.c: New test.
3251 2002-04-18  Richard Henderson  <rth@redhat.com>
3253         * gcc.c-torture/compile/iftrap-1.c: New.
3254         * gcc.dg/iftrap-1.c: Adjust for ia64.
3255         * gcc.dg/iftrap-2.c: New.
3257 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
3259         * gcc.c-torture/compile/20020418-1.c: New test.
3261 2002-04-18  Roger Sayle  <roger@eyesopen.com>
3263         * gcc.c-torture/compile/20020415-1.c: New.
3265 2002-04-18  David S. Miller  <davem@redhat.com>
3267         * gcc.c-torture/execute/20020418-1.c: New test.
3269 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
3271         * gcc.dg/20020416-1.c: New test.
3273         * g++.dg/opt/inline1.C: New test.
3275 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
3277         * gcc.dg/altivec-5.c: New test.
3279         * gcc.dg/20020415-1.c: New test.
3281 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
3283         * testsuite/lib/chill.exp: Remove.
3285 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
3287         * g++.dg/other/big-struct.C: New test.
3289 2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>
3291         * g77.dg/f77-edit-i-in.f: Use internal buffer in place
3292         of scratch file.
3294 2002-04-13  David Billinghurst <David.Billinghurst@riotinto.com>
3296         PR c/6277
3297         * gcc.dg/i386-387-1.c:  Allow optional leading underscore
3298         in scan-assembler function name
3300 2002-04-13  Hans-Peter Nilsson  <hp@bitrange.com>
3302         * g77.f-torture/execute/980628-4.x,
3303         g77.f-torture/execute/980628-5.x,
3304         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
3305         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
3306         g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
3307         i[34567]86-*-*.
3309 2002-04-13  David S. Miller  <davem@redhat.com>
3311         * gcc.c-torture/execute/20020413-1.c: New test.
3313 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
3315         * gcc.dg/asm-6.c,
3316         * g++.dg/ext/asm1.C: New tests.
3318 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
3320         PR c++ 5373.
3321         * g++.dg/parse/stmtexpr1.C: New test.
3323         PR c++/5189.
3324         * g++.dg/template/copy1.C: New test.
3326 2002-04-12  Richard Henderson  <rth@redhat.com>
3328         * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
3330 2002-04-12  Geoffrey Keating  <geoffk@redhat.com>
3332         * gcc.c-torture/execute/20020412-1.c: New file, renamed from
3333         gcc.c-torture/execute/20020307-2.c.
3335 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
3337         * g++.dg/ext/attrib5.C,
3338         * g++.dg/lookup/struct1.C: New tests.
3340 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
3342         * gcc.dg/20020411-1.c: New test.
3344         * gcc.c-torture/execute/20020411-1.c: New test.
3346 2002-04-10  Janis Johnson  <janis187@us.ibm.com>
3348         * g77.f-torture/execute/6177.f: New test.
3350 2002-04-10  Jakub Jelinek  <jakub@redhat.com>
3352         PR middle-end/6247
3353         * g++.dg/opt/cleanup1.C: New test.
3355         * g++.dg/opt/const1.C: New test.
3357 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
3359         * gcc.c-torture/execute/20020406-1.c: Declare malloc.
3361 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
3363         PR c++/5507
3364         * g++.dg/template/typename2.C: New test.
3366 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
3368         * gcc.c-torture/execute/loop-12.c: New.
3370 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
3372         * g77.f-torture/execute/980628-4.x,
3373         g77.f-torture/execute/980628-5.x,
3374         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
3375         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
3376         g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
3378 2002-04-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3380         PR optimization/6086
3381         * g++.dg/opt/preinc1.C: New test.
3383 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
3385         PR c++/5571
3386         * g++.dg/opt/static2.C: New test.
3388 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
3390         PR c/5120
3391         * gcc.dg/20020406-1.c: New test.
3393 2002-04-04  David S. Miller  <davem@redhat.com>
3395         * gcc.c-torture/execute/20020404-1.c: New test.
3397 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
3399         PR c/6123
3400         * gcc.dg/20020312-2.c: Do not declare global register variable
3401         if __PIC__ or __pic__ is defined.
3403 2002-04-04  Richard Earnshaw  <rearnsha@arm.com>
3405         * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC.  Use
3406         __asm__ so that it works correctly even if -ansi -pedantic-errors.
3408 2002-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3410         * gcc.misc-tests/linkage.exp: Update last change to handle
3411         sparc*-, not just sparc-.
3413 2002-04-03  Richard Henderson  <rth@redhat.com>
3415         * gcc.dg/cpp/ucs.c: Improved long UCS test.
3417 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
3419         * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
3421 2002-04-02  David S. Miller  <davem@redhat.com>
3423         * gcc.c-torture/execute/20020402-3.c: New test.
3425 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
3427         * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
3428         * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
3430         * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
3431         * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
3432         g77.f-torture/execute/20001201.x,
3433         g77.f-torture/execute/u77-test.x: New files.
3435         * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
3436         * gcc.dg/wchar_t-1.c: Ditto.
3438 2002-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3440         * gcc.c-torture/execute/20020402-1.c: New test.
3442 2002-04-01  Richard Henderson  <rth@redhat.com>
3444         * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
3446         * g++.dg/other/new1.C: Use __SIZE_TYPE__.
3448 2002-04-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3450         * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
3452 2002-04-01  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
3454         * g++.dg/inherit/template-as-base.C: Expect error.
3455         * g++.dg/inherit/namespace-as-base.C: Likewise.
3457 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
3459         * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
3460         g++.dg/ext/instantiate3.C: Tweak match patterns.
3462         * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
3463         * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
3464         -da test.
3466 2002-03-31  Richard Henderson  <rth@redhat.com>
3468         * gcc.dg/special/alias-2.c: New.
3469         * gcc.dg/special/ecos.exp: Run it.
3471 2002-03-31  Richard Henderson  <rth@redhat.com>
3473         * gcc.dg/va-arg-1.c: Expect warnings, not errors.
3475 2002-03-31  Kazu Hirata  <kazu@hxi.com>
3477         * gcc.dg/weak-1.c: Disable on h8300 port.
3479 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
3481         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
3482         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
3483         ordering tests.
3484         * g++.dg/bprob/bprob-1.C: New test.
3485         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
3486         * g++.dg/gcov/gcov-1.C: New test.
3487         * g++.dg/gcov/gcov-1.x: New file.
3488         * g++.dg/gcov/gcov-2.C: New test.
3489         * g++.dg/gcov/gcov-3.C: New test.
3490         * g++.dg/gcov/gcov-3.h: New file.
3492 2002-03-28  Roger Sayle  <roger@eyesopen.com>
3494         * g++.old-deja/g++.other/builtins5.C: New test.
3495         * g++.old-deja/g++.other/builtins6.C: New test.
3496         * g++.old-deja/g++.other/builtins7.C: New test.
3497         * g++.old-deja/g++.other/builtins8.C: New test.
3498         * g++.old-deja/g++.other/builtins9.C: New test.
3500 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
3502         * g++.dg/opt/static1.C: New test.
3504         * g++.dg/opt/longbranch1.C: New test.
3506 2002-03-28  Hans-Peter Nilsson  <hp@bitrange.com>
3508         * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
3510         * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
3512 Thu Mar 28 16:38:09 2002  Jeffrey A Law  (law@redhat.com)
3514         * gcc.c-torture/execute/20020328-1.c: New test.
3516 2002-03-27  Richard Henderson  <rth@redhat.com>
3518         * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
3519         * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
3520         move from g++.old-deja/g++.ext/.
3522 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
3524         * g++.dg/init/new2.C: New test.
3526 2002-03-26  Richard Henderson  <rth@redhat.com>
3528         * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
3530         * gcc.dg/20020312-2.c: Don't test epilogue vs global register
3531         on sparc.
3533         * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc.  Only run on
3534         sparcv9 systems.
3535         * gcc.dg/20001102-1.c: Likewise.
3537 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
3539         * gcc.dg/cpp/endif-pedantic1.c,
3540         gcc.dg/cpp/endif-pedantic2.c:  New tests.
3542 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
3544         * g++.dg/init/new1.C: New test.
3546 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
3548         * g++.dg/abi/vbase9.C: New test.
3550 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
3552         * gcc.dg/arm-asm.c: New test.
3554 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
3556         * gcc.dg/Wswitch-enum.c: New test.
3557         Fix PR c/5044.
3559 2002-03-26  Richard Henderson  <rth@redhat.com>
3561         * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
3562         structure.
3564 2002-03-25  Richard Henderson  <rth@redhat.com>
3566         * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc.  Only run on
3567         sparcv9 systems.
3569         * gcc.c-torture/compile/20011119-1.c (xxx): New.
3570         * gcc.c-torture/compile/20011119-2.c (xxx): New.
3572 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
3574         * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
3576 2002-03-25  Bob Wilson  <bob.wilson@acm.org>
3578         * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
3579         targets using generic thunk support.
3581 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
3583         * gcc.c-torture/compile/20020323-1.c: New test.
3585         * g++.dg/opt/conj2.C: New test.
3587 2002-03-24  Richard Henderson  <rth@redhat.com>
3589         * gcc.dg/weak-1.c: Use -fno-common.
3591 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
3593         * g77.dg/f77-edit-apostrophe-out.f: New test
3594         * g77.dg/f77-edit-h-out.f: New test
3595         * g77.dg/f77-edit-t-in.f: New test
3596         * g77.dg/f77-edit-t-out.f: New test
3597         * g77.dg/f77-edit-x-out.f: New test
3598         * g77.dg/f77-edit-slash-out.f: New test
3599         * g77.dg/f77-edit-colon-out.f: New test
3600         * g77.dg/f77-edit-s-out.f: New test
3602 2002-03-24  Richard Henderson  <rth@redhat.com>
3604         * objc/execute/formal_protocol-6.x: New XFAIL.
3606 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
3608         * gcc.dg/weak-1.c:  Early return from dg-final on platforms
3609         that do not support weak symbols
3611 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
3613         * lib/g++.exp:  Fix handling of LD_LIBRARY_PATH et al
3614         * lib/g77.exp:  Likewise
3615         * lib/objc.exp: Likewise
3617 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
3619         * gcc.dg/Wswitch-default.c: New test.
3621 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
3623         * g++.dg/other/enum1.C: New test.
3625 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
3627         * gcc.dg/pragma-ep-3.c: Fix typo.
3629 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
3631         * g++.dg/inherit/template-as-base.C: New test.
3633 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
3635         * g++.old-deja/g++.other/dwarf2-1.C: Move...
3636         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
3638 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
3640         * gcc.dg/cpp/multiline.c: Update to match.
3642 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
3644         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
3646 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
3648         * gcc.dg/cpp/extratokens2.c:  New file.
3650 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
3652         * gcc.dg/20020312-2.c: Add rs6000 target.
3654         * gcc.c-torture/compile/20020319-1.c: New test.
3656 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3658         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
3659         (A, E): Handle this.
3661 2002-03-20  Jason Merrill  <jason@redhat.com>
3663         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
3664         ignoring -fpic.
3665         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
3666         through prune_gcc_output.
3668 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
3670         * gcc.c-torture/compile/20020320-1.c: New test.
3672 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
3674         * gcc.c-torture/compile/20020318-1.c: New test.
3676         * gcc.dg/struct-by-value-1.c: New test.
3678         * gcc.dg/20020319-1.c: New test.
3680 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
3682         * g++.dg/opt/conj1.C: New test.
3684 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
3686         * g++.dg/template/qualttp20.C: Revert previous change.
3687         * g++.dg/template/qualttp3.C: Likewise.
3688         * g++.dg/template/qualttp4.C: Likewise
3689         * g++.dg/template/qualttp5.C: Likewise
3690         * g++.dg/template/qualttp6.C: Likewise
3691         * g++.dg/template/qualttp7.C: Likewise
3692         * g++.dg/template/qualttp8.C: Likewise
3693         * g++.dg/template/recurse.C: Likewise.
3695 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
3697         * gcc.dg/cpp/wchar-1.c: Update.
3699 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
3701         * g++.dg/template/conv1.C: New test.
3702         * g++.dg/template/conv2.C: New test.
3703         * g++.dg/template/conv3.C: New test.
3704         * g++.dg/template/conv4.C: New test.
3706 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
3708         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
3709         * g++.dg/template/qualttp3.C: Likewise.
3710         * g++.dg/template/qualttp4.C: Likewise
3711         * g++.dg/template/qualttp5.C: Likewise
3712         * g++.dg/template/qualttp6.C: Likewise
3713         * g++.dg/template/qualttp7.C: Likewise
3714         * g++.dg/template/qualttp8.C: Likewise
3715         * g++.dg/template/recurse.C: Likewise.
3717 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
3719         * g++.dg/opt/dtor1.C: New test.
3721 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
3723         * gcc.c-torture/compile/20020315-1.c: New test.
3725 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
3727         * gcc.dg/weak-1.c: Fix scan tests.
3729 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
3731         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
3732         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
3733         cris-*-aout* mmix-*-*.
3734         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
3735         cris-*-aout* mmix-*-*.
3736         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
3737         cris-*-elf* cris-*-aout* and mmix-*-*.
3738         * gcc.dg/20001009-1.c: Ditto.
3739         * gcc.dg/20010912-1.c: Ditto.
3740         * gcc.dg/20020122-4.c: Ditto.
3741         * gcc.dg/inline-2.c: Ditto.
3743 Thu Mar 14 14:28:38 2002  Jeffrey A Law  (law@cygnus.com)
3745         * gcc.c-torture/compile/20020314-1.c: New test.
3747 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
3749         * gcc.c-torture/execute/20020314-1.c: New test.
3751 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
3753         * g++.dg/warn/Wunused-1.C: New test.
3755 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
3757         * g++.dg/abi/mangle6.C: New test.
3759 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
3761         * gcc.c-torture/compile/20020309-2.c: New test.
3763         * gcc.c-torture/compile/20020312-1.c: New test.
3765 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
3767         * g++.dg/other/access1.C: New test.
3769 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
3771         * gcc.c-torture/execute/wchar_t-1.c: New test.
3773 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
3775         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
3777 2002-03-12  Roger Sayle  <roger@eyesopen.com>
3779         * gcc.dg/20020312-1.c: New test case.
3781 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
3783         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
3785 2002-03-11  Richard Henderson  <rth@redhat.com>
3787         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
3788         * g++.old-deja/g++.jason/report.C: Likewise.
3790 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
3792         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
3793         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
3795 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
3797         * testsuite/g++.dg/overload/pmf1.C: New test.
3799 2002-03-11  Kazu Hirata  <kazu@hxi.com>
3801         * gcc.c-torture/execute/20020307-1.c: Use long.
3803 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
3805         PR optimization/5844
3806         * gcc.dg/20020310-1.c: New test.
3808 2002-03-09  Michael Meissner  <meissner@redhat.com>
3810         * gcc.c-torture/execute/memcpy-2.c: New test.
3811         * gcc.c-torture/execute/memset-1.c: New test.
3812         * gcc.c-torture/execute/strlen-1.c: New test.
3813         * gcc.c-torture/execute/strcmp-1.c: New test.
3814         * gcc.c-torture/execute/strncmp-1.c: New test.
3816 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
3818         * gcc.dg/ppc-ldstruct.c: New test.
3820 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
3822         * gcc.c-torture/execute/va-arg-22.c: New test.
3824 Sat Mar  9 07:47:50 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3826         * gcc.c-torture/compile/20020309-1.c: New test.
3828 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
3830         * gcc.c-torture/execute/20020307-2.c: New test.
3832 Thu Mar  7 10:05:31 2002  Jeffrey A Law  (law@redhat.com)
3834         * g77.f-torture/compile/20020307-1.f: New test.
3836 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
3838         * gcc.dg/unordered-1.c: New test.
3840 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
3842         * gcc.c-torture/execute/20020307-1.c: New test.
3844 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
3846         * gcc.dg/20020304-1.c: New test.
3848         * gcc.c-torture/compile/20020304-2.c: New test.
3850 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
3852         * gcc.c-torture/compile/20020304-1.c: New test case
3853         (from PR c/5830).
3855 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
3857         * gcc.dg/20020103-1.c: Add other -D ppc variants.
3859 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
3861         * g++.dg/other/classkey1.C: New test.
3863 2002-03-01  Richard Henderson  <rth@redhat.com>
3865         * gcc.c-torture/compile/981223-1.x: New.
3866         * gcc.c-torture/compile/920625-1.x: New.
3868 2002-02-28  Richard Henderson  <rth@redhat.com>
3870         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
3872 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
3874         * gcc.c-torture/execute/20020227-1.c: New test.
3876 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
3878         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
3879         here" ERROR lines.
3880         * g++.old-deja/g++.oliva/partord1.C: Likewise.
3881         * g++.old-deja.g++.other/defarg1.C: Likewise.
3882         * g++.old-deja/g++.pt/calls2.C: Likewise.
3883         * g++.old-deja/g++.pt/crash20.C: Likewise.
3884         * g++.old-deja/g++.pt/crash30.C: Likewise.
3885         * g++.old-deja/g++.pt/crash36.C: Likewise.
3886         * g++.old-deja/g++.pt/crash6.C: Likewise.
3887         * g++.old-deja/g++.pt/defarg13.C: Likewise.
3888         * g++.old-deja/g++.pt/derived3.C: Likewise.
3889         * g++.old-deja/g++.pt/error1.C: Likewise.
3890         * g++.old-deja/g++.pt/friend21.C: Likewise.
3891         * g++.old-deja/g++.pt/friend23.C: Likewise.
3892         * g++.old-deja/g++.pt/infinite1.C: Likewise.
3893         * g++.old-deja/g++.robertl/eb128.C: Likewise.
3895 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
3897         * gcc.c-torture/execute/20020225-2.c: New test.
3899 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
3901         * gcc.c-torture/execute/920730-1t.c,
3902         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
3903         Delete test cases, only relevant to -traditional.
3905 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
3907         * gcc.dg/cpp/undef1.c: Remove.
3908         * gcc.dg/cpp/directiv.c: Update.
3909         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
3911 2002-02-27  Michael Meissner  <meissner@redhat.com>
3913         * gcc.c-torture/execute/20020226-1.c: New test.
3915 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
3917         * g++.dg/debug/debug4.C: New test.
3919         * gcc.dg/ia64-visibility-1.c: New test.
3921 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
3923         * gcc.dg/debug/20020224-1.c: New.
3925 2002-02-25  Kazu Hirata  <kazu@hxi.com>
3927         * gcc.c-torture/execute/960416-1.x: New.
3928         * gcc.c-torture/execute/divconst-3.x: Likewise.
3930 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
3932         * gcc.dg/20020224-1.c: New test.
3934 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
3936         * gcc.c-torture/execute/20020225-1.c: New.
3938 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
3940         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
3942 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
3944         * gcc.dg/20020222-1.c: New test.
3946 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
3948         * g++.dg/opt/anonunion1.C: New test.
3950 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
3952         * g++.dg/template/qualttp19.C: New test.
3953         * g++.dg/template/qualttp20.C: New test.
3954         * g++.old-deja/g++.jason/report.C: Adjust expected errors
3955         * g++.old-deja/g++.other/qual1.C: Likewise.
3957 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
3959         * gcc.dg/attr-alwaysinline.c: New.
3961 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
3963         * gcc.dg/20020220-1.c: New test.
3965         * gcc.dg/20020220-2.c: New test.
3967         * g++.dg/opt/mmx1.C: New test.
3969 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
3971         * gcc.c-torture/compile/20020110.c: New test.
3973 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
3975         * gcc.c-torture/execute/20020219-1.c: New test.
3977         * gcc.dg/20020219-1.c: New test.
3979         * gcc.dg/noncompile/20020220-1.c: New test.
3981         * g++.dg/opt/ptrintsum1.C: New test.
3983         * gcc.dg/debug/20020220-1.c: New test.
3985 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
3987         * gcc.c-torture/execute/20020216-1.c: New test.
3989 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
3991         * gcc.dg/decl-1.c: Update, new test.
3993 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
3995         * g++.dg/abi/bitfield1.C: New test.
3996         * g++.dg/abi/bitfield2.C: New test.
3998 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
4000         * gcc.dg/attr-nest.c: New test.
4002 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
4004         * gcc.c-torture/execute/20020215-1.c: New test.
4006 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
4008         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
4009         * g++.dg/debug/debug.exp: New.
4010         * g++.dg/debug/trivial.C: New.
4011         * g++.dg/debug/debug1.C: Moved...
4012         * g++.dg/other/debug1.C: ...from here.
4013         * g++.dg/debug/debug2.C: Moved...
4014         * g++.dg/other/debug2.C: ...from here.
4015         * g++.dg/debug/debug3.C: Moved...
4016         * g++.dg/other/debug3.C: ...from here.
4018         * gcc.dg/noncompile/20020213-1.c: New test.
4020 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
4022         * g++.dg/other/debug3.C: New test.
4024         * gcc.c-torture/execute/20020213-1.c: New test.
4026 2002-02-13  Richard Smith <richard@ex-parrot.com>
4028         * g++.old-deja/g++.other/thunk1.C: New test.
4030 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
4032         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
4034 2002-02-13  Stan Shebs  <shebs@apple.com>
4036         * gcc.dg/altivec-3.c: New.
4038 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
4040         * gcc.dg/Wunreachable-1.c: New test.
4041         * gcc.dg/Wunreachable-2.c: New test.
4043 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
4045         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
4047 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
4049         * gcc.dg/decl-1.c: New test.
4051 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
4053         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
4055 2002-02-10  Kazu Hirata  <kazu@hxi.com>
4057         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
4058         * gcc.c-torture/compile/980506-1.x: Likewise.
4060 2002-02-10  Kazu Hirata  <kazu@hxi.com>
4062         * gcc.dg/20020210-1.c: New.
4064 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
4066         * g77.f-torture/execute/947.f: New regression test
4067         for PR fortran/947.
4069 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
4071         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
4072         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
4074 2002-02-08  Richard Henderson  <rth@redhat.com>
4076         * gcc.c-torture/compile/labels-3.c: New.
4078 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
4080         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
4081         expression statements work instead.
4082         * gcc.dg/noncompile/20020207-1.c: New test.
4084 2002-02-07  Richard Henderson  <rth@redhat.com>
4086         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
4088 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
4090         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
4091         message from g77
4092         * lib/g77-dg.exp: Trim g77 error messages so that they are
4093         recognized by dg.exp.
4095 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
4097         PR fortran/5473
4098         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
4100 2002-02-07  Richard Henderson  <rth@redhat.com>
4102         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
4103         to be sufficiently aligned for integers.
4105 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
4107         * g++.dg/template/friend4.C: New test.
4109 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
4111         PR fortran/5743
4112         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
4113         unsupported cases.
4115 2002-02-07  Richard Henderson  <rth@redhat.com>
4117         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
4118         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
4119         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
4120         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
4122 2002-02-06  Richard Henderson  <rth@redhat.com>
4124         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
4126 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
4128         * gcc.dg/20020206-1.c: New test.
4130 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
4132         * gcc.c-torture/execute/20020206-1.c: New test.
4134         * gcc.c-torture/execute/20020206-2.c: New test.
4136         PR optimization/5429:
4137         * gcc.c-torture/compile/20020206-1.c: New test.
4139 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
4141         * g++.dg/ext/align1.C: Do not use an explicit alignment value
4142         as certain file formats cannot support particularly large
4143         alignments.
4145         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
4146         and do not expect to be able to link the executable.
4148         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
4149         fail because the COFF format does not support the weak attribute.
4151 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
4153         * g77.dg/pr5473.f:  New test
4155 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
4157         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
4158         Fix testcase accordingly.
4160 2002-02-04  Richard Henderson  <rth@redhat.com>
4162         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
4163         (buf): Change to be an array of pointers, not ints.
4165 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
4167         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
4168         before all tests.  Move warning one line above to match where it
4169         C frontend emits.
4170         * gcc.dg/Wswitch-2.c: New test.
4171         * g++.dg/warn/Wswitch-1.C: New test.
4172         * g++.dg/warn/Wswitch-2.C: New test.
4174 2002-02-04  Richard Henderson  <rth@redhat.com>
4176         * g++.dg/abi/offsetof.C: Fix size comparison.
4178 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
4180         * gcc.dg/cast-qual-2.c: New test.
4182 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
4184         * gcc.dg/20020201-4.c: New test.
4186 2002-02-04  Ben Elliston  <bje@redhat.com>
4188         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
4189         target_info attribute != 0, in addition to the empty string.
4190         (gcc_target_compile): Likewise.
4192 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
4194         * gcc.dg/Wswitch.c: New test.
4195         PR gcc/4475. PR gcc/3780.
4197 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
4199         * g77.f-torture/execute/5122.f: New test for regressions
4200         against PR fortran/5122.
4202 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
4204         * g77.f-torture/compile/pr3743.f: Delete
4205         * g77.dg/pr3743-1.f: New test.
4206         * g77.dg/pr3743-2.f: New test.
4207         * g77.dg/pr3743-3.f: New test.
4208         * g77.dg/pr3743-4.f: New test.
4210 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
4212         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
4214 2002-02-02  Richard Henderson  <rth@redhat.com>
4216         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
4217         * gcc.c-torture/execute/bf64-1.c: Likewise.
4219 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
4221         * gcc.dg/20020201-2.c: New test.
4223         * gcc.dg/20020201-3.c: New test.
4225         * gcc.c-torture/execute/bitfld-2.c: New test.
4227 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
4229         * gcc.dg/bitfld-1.c: Update.
4230         * gcc.dg/bitfld-2.c: Update.
4231         * gcc.c-torture/execute/bitfld-1.x: New.
4233 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
4235         * gcc.c-torture/execute/20020201-1.c: New test.
4237 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
4239         PR target/5469
4240         * gcc.dg/20020201-1.c: New test.
4242 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
4244         PR fortran/3743
4245         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
4246         * g77.f-torture/compile/pr3743.x: Remove
4248 2002-01-31  Tom Rix  <trix@redhat.com>
4250         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
4252 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
4254         * gcc.dg/noncompile/20020130-1.c: New test.
4256 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
4258         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
4260 2002-01-29  Richard Henderson  <rth@redhat.com>
4262         * gcc.c-torture/execute/991118-1.c: Cast various constants back
4263         to long long.
4264         * gcc.c-torture/execute/bf64-1.c: Likewise.
4266 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
4268         * gcc.c-torture/execute/20020129-1.c: New test.
4270 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
4272         * gcc.c-torture/compile/20000224-1.c: Update.
4273         * gcc.c-torture/execute/bitfld-1.c: New tests.
4274         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
4275         * gcc.dg/uninit-A.c: Update.
4277 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
4279         * g++.dg/template/ctor1.C: Add instantiation.
4281 2002-01-28  Paul Koning  <pkoning@equallogic.com>
4283         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
4284         argument to __builtin_prefetch to be const ptr.
4286 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
4288         * gcc.c-torture/compile/20020120-1.c: New test.
4290 2002-01-27  Kazu Hirata  <kazu@hxi.com>
4292         * gcc.c-torture/execute/20020127-1.c: New test.
4294 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
4296         * g77.dg/f77-edit-i-in.f: New test
4297         * g77.dg/f77-edit-i-out.f: New test
4299 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
4301         * gcc.dg/debug/debug.exp: New file.
4302         * gcc.dg/debug/trivial.c: New file.
4303         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
4304         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
4305         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
4306         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
4307         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
4308         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
4309         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
4310         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
4311         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
4312         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
4313         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
4314         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
4315         * gcc.dg/20000503-1.c: Removed.
4316         * gcc.dg/20010207-1.c: Removed.
4317         * gcc.dg/20011223-1.c: Removed.
4318         * gcc.dg/20020104-2.c: Removed.
4319         * gcc.dg/debug-1.c: Removed.
4320         * gcc.dg/debug-2.c: Removed.
4321         * gcc.dg/debug-3.c: Removed.
4322         * gcc.dg/debug-4.c: Removed.
4323         * gcc.dg/debug-5.c: Removed.
4324         * gcc.dg/debug-6.c: Removed.
4325         * gcc.dg/dwarf2-1.c: Removed.
4326         * gcc.dg/dwarf2-2.c: Removed.
4328 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
4330         * g++.old-deja/g++.other/eh5.C: New test.
4331         * g++.old-deja/g++.other/sibcall2.C: New test.
4332         * g++.old-deja/g++.other/array9.C: New test.
4333         * g++.old-deja/g++.other/typename2.C: New test.
4334         * g++.old-deja/g++.other/crash60.C: New test.
4335         * g++.old-deja/g++.other/conv9.C: New test.
4336         * g++.old-deja/g++.other/mangle10.C: New test.
4337         * g++.old-deja/g++.other/unchanging1.C: New test.
4338         * g++.old-deja/g++.other/exprstmt1.C: New test.
4339         * g++.old-deja/g++.other/inline23.C: New test.
4340         * g++.old-deja/g++.eh/ia64-1.C: New test.
4341         * g++.old-deja/g++.other/dwarf2-1.C: New test.
4342         * g++.old-deja/g++.other/reload1.C: New test.
4343         * g++.old-deja/g++.other/static20.C: New test.
4344         * g++.old-deja/g++.other/local-alloc1.C: New test.
4345         * g++.old-deja/g++.other/conv8.C: New test.
4346         * g++.old-deja/g++.other/stmtexpr2.C: New test.
4347         * g++.old-deja/g++.other/storeexpr1.C: New test.
4348         * g++.old-deja/g++.other/storeexpr2.C: New test.
4349         * g++.dg/eh/template2.C: New test.
4350         * g++.dg/warn/weak1.C: New test.
4352 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
4354         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
4355         Remove first, non-varying, argument.
4357 2002-01-23  Richard Henderson  <rth@redhat.com>
4359         * gcc.dg/inline-2.c: New.
4361         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
4362         Add optional target arg.  Check number of arguments.
4363         (scan-assembler-not, scan-assembler-dem): Likewise.
4364         (scan-assembler-dem-not): Likewise.
4366 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
4368         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
4369         line 12.
4370         * g++.old-deja/g++.brendan/parse3.C,
4371         g++.old-deja/g++.other/crash26.C,
4372         g++.old-deja/g++.other/crash28.C,
4373         g++.old-deja/g++.other/crash29.C,
4374         g++.old-deja/g++.other/crash30.C,
4375         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
4377 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
4379         * gcc.dg/20020115-1.c: New.
4381 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
4383         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
4385 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
4387         * gcc.dg/20020122-3.c: New.
4389 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
4391         * g++.dg/other/gc1.C: New test.
4393 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
4395         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
4397 2002-01-22  Richard Henderson  <rth@redhat.com>
4399         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
4401 2002-01-22  Richard Henderson  <rth@redhat.com>
4403         * gcc.dg/20020122-4.c: New.
4405 2002-01-22  H.J. Lu <hjl@gnu.org>
4407         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
4408         link output.
4409         * gcc.dg/special/ecos.exp: Likewise.
4410         * lib/g++-dg.exp: Likewise.
4411         * lib/g77-dg.exp: Likewise.
4412         * lib/gcc-dg.exp : Likewise.
4413         * lib/mike-g++.exp: Likewise.
4414         * lib/mike-g77.exp: Likewise.
4415         * lib/mike-gcc.exp: Likewise.
4416         * lib/objc-dg.exp: Likewise.
4418 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
4420         PR target/5379
4421         * gcc.dg/20020122-2.c: New test.
4423 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
4425         * gcc.dg/20020122-1.c: New test.
4427 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
4429         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
4431 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
4433         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
4435 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4437         * gcc.c-torture/compile/20020121-1.c: New test.
4439 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4441         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
4442         ld_library_path.
4444 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
4446         * gcc.dg/20020218-1.c: New test.
4448 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
4450         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
4451         messages
4452         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
4453         "At global scope" warning
4454         * g++.dg/ext/align1.C: Change cygwin test for alignment
4455         from db-bogus to dg-warning
4457 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
4459         * g77.f-torture/compile/cpp2.F: New test.
4461 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
4463         * g++.dg/template/access1.C: New test.
4465 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
4467         * gcc.dg/20020118-1.c: New.
4469 2002-01-18  Kazu Hirata  <kazu@hxi.com>
4471         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
4473 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
4475         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
4476         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
4477         alignment warnings.
4479 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
4481         * gcc.misc-tests/i386-prefetch.exp: Save and restore
4482         torture_with_loops and torture_without_loops
4484 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
4486         * gcc.c-torture/compile/20020116-1.c: New test.
4488 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
4490         * gcc.dg/20020116-2.c: New test.
4492         * gcc.dg/ultrasp4.c: New test.
4494         * gcc.dg/20020116-1.c: New test.
4496 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
4498         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
4499         by EABI.
4501 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
4503         * gcc.misc-tests/i386-prefetch.exp: New.
4504         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
4505         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
4506         * gcc.misc-tests/i386-pf-none-1.c: New test.
4507         * gcc.misc-tests/i386-pf-sse-1.c: New test.
4509 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
4511         * gcc.dg/gnu89-init-1.c: Add new tests.
4513 2002-01-15  Andreas Jaeger  <aj@suse.de>
4515         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
4516         * gcc.dg/i386-mmx-2.c: Likewise.
4517         * gcc.dg/i386-sse-1.c: Likewise.
4518         * gcc.dg/i386-sse-2.c: Likewise.
4519         * gcc.dg/i386-sse-3.c: Likewise.
4521 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
4523         * g77.f-torture/execute/intrinsic-unix-bessel.f:
4524         Uncomment additional cases that now pass.
4526 2002-01-11  Richard Henderson  <rth@redhat.com>
4528         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
4529         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
4531 Fri Jan 11 12:13:30 2002  Nicola Pero  <n.pero@mi.flashnet.it>
4533         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
4535 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
4537         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
4538         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
4540 2002-01-10  Dale Johannesen  <dalej@apple.com>
4542         * gcc.c-torture/execute/loop-11.c: New.
4544 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
4546         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
4547         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
4549 2002-01-09  Richard Henderson  <rth@redhat.com>
4551         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
4552         type in which to perform the operation for each size.
4554 Wed Jan  9 16:48:33 2002  Alan Matsuoka  (alanm@redhat.com)
4556         * gcc.c-torture/compile/20020109-2.c: New test.
4558 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
4560         * gcc.c-torture/execute/loop-10.c: New test.
4562 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
4564         * gcc.c-torture/compile/20010226-1.c: New test.
4565         * gcc.c-torture/compile/20010227-1.c: New test.
4566         * gcc.c-torture/compile/20010426-1.c: New test.
4567         * gcc.c-torture/compile/20010510-1.c: New test.
4568         * gcc.c-torture/compile/20010605-3.c: New test.
4569         * gcc.c-torture/compile/20010824-1.c: New test.
4570         * gcc.c-torture/execute/20010409-1.c: New test.
4571         * gcc.dg/noncompile/20000901-1.c: New test.
4572         * gcc.dg/20001023-1.c: New test.
4573         * gcc.dg/20001101-1.c: New test.
4574         * gcc.dg/20001102-1.c: New test.
4575         * gcc.dg/20010207-1.c: New test.
4576         * gcc.dg/20010405-1.c: New test.
4577         * gcc.dg/20010822-1.c: New test.
4578         * gcc.dg/20011107-1.c: New test.
4580 Wed Jan  9 14:03:20 2002  Jeffrey A Law  (law@redhat.com)
4582         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
4584         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
4585         execution failure on PA targets.
4587 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
4589         * gcc.c-torture/compile/20020109-1.c: New test.
4591 2002-01-08  Kazu Hirata  <kazu@hxi.com>
4593         * gcc.c-torture/execute/20020108-1.c: New test.
4595 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
4597         * gcc.dg/20020108-1.c: New test.
4599 2002-01-08  H.J. Lu <hjl@gnu.org>
4601         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
4602         for header files.
4604 2002-01-08  Geoff Keating  <geoffk@redhat.com>
4606         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
4607         consistency.
4609 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
4611         * gcc.dg/altivec-4.c: Test altivec predicates.
4613 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
4615         * gcc.c-torture/execute/20020107-1.c: New test.
4617 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
4619         PR c/5279
4620         * gcc.c-torture/compile/20020106-1.c: New test.
4622 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
4624         * gcc.c-torture/execute/nestfunc-4.c: New test.
4626 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
4628         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
4629         extra triple that slipped in.
4630         * g++.old-deja/g++.abi/align.C: Likewise.
4631         * g++.old-deja/g++.abi/bitfields.C: Likewise.
4633 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
4635         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
4636         * g++.old-deja/g++.abi/align.C: Likewise.
4637         * g++.old-deja/g++.abi/bitfields.C: Likewise.
4639         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
4640         on FreeBSD/i386.
4641         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
4642         FreeBSD.
4644 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
4646         * gcc.dg/20020104-1.c: New test.
4648         * gcc.dg/20020104-2.c: New test.
4650 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
4652         * gcc.dg/20020103-1.c: Fix typo in target selector.
4654 2002-01-03  Richard Henderson  <rth@redhat.com>
4656         * gcc.dg/20020103-1.c: New.
4658 2002-01-03  Kazu Hirata  <kazu@hxi.com>
4660         * gcc.c-torture/execute/20020103-1.c: New test.
4662 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
4664         * g++.dg/other/debug2.C: New test.
4666         * gcc.c-torture/compile/20020103-1.c: New test.
4668 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
4670         * gcc.dg/gnu89-init-1.c: Added new tests.
4672 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
4674         * g++.dg/template/friend2.C: Remove as patch is reverted.
4676         * g++.dg/warn/oldcast1.C: New test.
4678         * g++.dg/template/ptrmem1.C: New test.
4679         * g++.dg/template/ptrmem2.C: New test.
4681         * g++.dg/template/ntp.C: New test.
4683         * g++.dg/other/component1.C: New test.
4685         * g++.dg/template/ttp3.C: New test.
4687         * g++.dg/template/friend2.C: New test.
4688         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
4690 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
4692         * g++.dg/other/ptrmem1.C: New test.
4693         * g++.dg/other/ptrmem2.C: New test.
4695 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
4697         * g++.dg/template/ctor1.C: New test.
4699 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
4701         * g++.dg/template/friend2.C: New test.
4703 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
4705         * gcc.dg/mmix-1.c: New test.
4707 2001-12-31  Richard Henderson  <rth@redhat.com>
4709         * gcc.dg/asm-5.c: New.
4711 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
4713         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
4714         in namespace __gnu_cxx
4716 2001-12-30  Richard Henderson  <rth@redhat.com>
4718         * gcc.dg/debug-6.c: New.
4720 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
4722         * gcc.c-torture/compile/20011229-2.c: New test.
4724 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
4726         * gcc.dg/debug-3.c: New test.
4727         * gcc.dg/debug-4.c: New test.
4728         * gcc.dg/debug-5.c: New test.
4730 2001-12-29  Richard Henderson  <rth@redhat.com>
4732         * g++.dg/eh/loop1.C: New.
4734 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
4736         * g++.dg/template/crash1.C: New test.
4738 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
4740         * g++.dg/other/const1.C: New test.
4742 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
4744         * gcc.c-torture/compile/20011229-1.c: New test.
4746 2001-12-28  Stan Shebs  <shebs@apple.com>
4748         * lib/objc-torture.exp: Resync with c-torture.exp.
4749         * lib/objc.exp: Load standard libraries.
4751 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
4753         * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
4754         additional tests.
4756 2001-12-27  Roger Sayle <roger@eyesopen.com>
4758         * gcc.c-torture/execute/string-opt-16.c: New testcase.
4760 2001-12-27  Richard Henderson  <rth@redhat.com>
4762         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
4764 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
4766         * g++.dg/eh/ctor1.C: New test.
4767         * g++.dg/other/error2.C: New test.
4769 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
4771         * g++.dg/other/init2.C: New test.
4773 2001-12-24  Richard Henderson  <rth@redhat.com>
4775         * gcc.dg/20011223-1.c: New.
4776         * gcc.dg/inline-1.c: New.
4778 2001-12-23  Richard Henderson  <rth@redhat.com>
4780         * gcc.dg/asm-4.c: Test operand modifiers.
4782 2001-12-23  Richard Henderson  <rth@redhat.com>
4784         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
4786 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
4788         * gcc.c-torture/execute/20011223-1.c: New test.
4790 2001-12-21  Richard Henderson  <rth@redhat.com>
4792         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
4793         re-enables the warning.
4795 2001-12-21  Richard Henderson  <rth@redhat.com>
4797         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
4799 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
4801         * gcc.c-torture/compile/20011218-1.c: New test.
4803 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
4805         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
4806         arm-isr.c test.
4807         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
4808         epilogue generation for ARM ISR routines.
4810 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4812         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
4813         * gcc.dg/format/c90-printf-3.c: Likewise.
4814         * gcc.dg/format/c99-printf-3.c: Likewise.
4815         * gcc.dg/format/ext-1.c: Likewise.
4816         * gcc.dg/format/ext-6.c: Likewise.
4817         * gcc.dg/format/format.h: Prototype unlocked stdio.
4819 2001-12-20  Richard Henderson  <rth@redhat.com>
4821         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
4822         (arena): Use it.
4823         (malloc): Correct allocation logic.  Abort if we fill up the
4824         arena before initialization complete.
4825         (realloc): Correct allocation logic.
4827 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
4829         * gcc.c-torture/compile/20011219-2.c: New test.
4831         * gcc.c-torture/execute/20011219-1.c: New test.
4833 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
4835         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
4836         target does not support weak symbols.
4838 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
4840         * gcc.c-torture/compile/20011219-1.c: New test.
4842 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
4844         * g++.dg/other/error1.C: New test.
4846 Mon Dec 17 14:31:42 2001  Jeffrey A Law  (law@redhat.com)
4848         * gcc.c-torture/execute/20011217-1.c: New test.
4850 Mon Dec 17 16:54:56 2001  Nicola Pero  <nicola@brainstorm.co.uk>
4852         * objc.dg/special/: New directory.
4853         * objc.dg/special/special.exp: New file.
4854         * objc.dg/special/unclaimed-category-1.h: New file.
4855         * objc.dg/special/unclaimed-category-1a.m: New file.
4856         * objc.dg/special/unclaimed-category-1.m: New file.
4858 2001-12-17  Andreas Jaeger  <aj@suse.de>
4860         * gcc.c-torture/compile/20011217-2.c: New test.
4862 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
4864         * gcc.c-torture/compile/20011217-1.c: New test.
4866 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
4868         * testsuite/gcc.dg/20011214-1.c: New.
4870 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
4872         * gcc.dg/altivec-4.c: New.
4874 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
4876         * gcc.dg/20011113-1.c: New test.
4878 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4880         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
4881         std::__malloc_alloc_template<0> and
4882         std::__default_alloc_template<false, 0>.
4884 Thu Dec 13 10:35:33 2001  Nicola Pero  <n.pero@mi.flashnet.it>
4886         * objc/execute/bf-21.m: New test.
4887         * objc/execute/enumeration-1.m: New test.
4888         * objc/execute/enumeration-2.m: New test.
4890 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
4892         * gcc.dg/gnu89-init-1.c: New test.
4894 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
4896         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
4897         * g++.old-deja/g++.jason/2371.C: Likewise.
4898         * g++.old-deja/g++.jason/template33.C: Likewise.
4899         * g++.old-deja/g++.jason/template34.C: Likewise.
4900         * g++.old-deja/g++.jason/template36.C: Likewise.
4901         * g++.old-deja/g++.oliva/typename1.C: Likewise.
4902         * g++.old-deja/g++.oliva/typename2.C: Likewise.
4903         * g++.old-deja/g++.other/typename1.C: Likewise.
4904         * g++.old-deja/g++.pt/inherit2.C: Likewise.
4905         * g++.old-deja/g++.pt/nontype5.C: Likewise.
4906         * g++.old-deja/g++.pt/typename11.C: Likewise.
4907         * g++.old-deja/g++.pt/typename14.C: Likewise.
4908         * g++.old-deja/g++.pt/typename16.C: Likewise.
4909         * g++.old-deja/g++.pt/typename3.C: Likewise.
4910         * g++.old-deja/g++.pt/typename4.C: Likewise.
4911         * g++.old-deja/g++.pt/typename5.C: Likewise.
4912         * g++.old-deja/g++.pt/typename7.C: Likewise.
4913         * g++.old-deja/g++.robertl/eb9.C: Likewise.
4915 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
4917         * g++.dg/other/linkage1.C: New test.
4918         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
4919         specifiers.
4921 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
4923         * gcc.dg/concat.c: New test.
4925 2001-12-11  Stan Shebs  <shebs@apple.com>
4927         * objc/compile: New test directory.
4928         * objc/compile/compile.exp: New expect script.
4929         * objc/compile/20011211-1.m: New compile test.
4931 2001-12-11  Jason Merrill  <jason@redhat.com>
4933         * lib/prune.exp (prune_gcc_output): Also handle "In member
4934         function".  So many permutations...
4936 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
4938         * g++.dg/template/typedef1.C: New test.
4940 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
4942         * g++.dg/other/copy1.C: New test.
4944 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
4946         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
4948         * gcc.dg/builtin-choose-expr.c: New.
4950 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
4952         * gcc.dg/altivec-2.c: New.
4954 2001-12-07  Richard Henderson  <rth@redhat.com>
4956         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
4958 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
4960         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
4961         ultrasparc.
4963 Fri Dec  7 06:29:03 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4965         * g++-old.deja/g++.robertl/eb101.C: Deleted.
4967 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
4969         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
4970         variable argument list.
4972 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
4974         * gcc.c-torture/execute/memcheck: Delete entire directory.
4975         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
4976         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
4978 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
4980         * gcc.dg/Wshadow-1.c: New test.
4982 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
4984         * gcc.c-torture/compile/20011130-1.c: New test.
4986         * gcc.dg/noncompile/20011025-1.c: New test.
4988         * g++.dg/other/anon-union.C: New test.
4990         * gcc.c-torture/execute/20011024-1.c: New test.
4992 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
4994         * gcc.c-torture/execute/20000722-1.x,
4995         gcc.c-torture/execute/20010123-1.x: Remove.
4996         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
4997         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
4998         gcc.dg/c99-complit-2.c: New tests.
5000 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
5002         * g++.dg/inherit/base1.C: New test.
5004 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
5006         * g++.dg/other/stdarg1.C: New test.
5008         * gcc.c-torture/compile/20011130-2.c: New test.
5010 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
5012         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
5013         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
5014         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
5015         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
5016         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
5017         * gcc.dg/builtin-prefetch-1.c: New test.
5019 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
5021         * gcc.dg/20011130-1.c: New test.
5023 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
5025         * g++.dg/other/scope1.C: New test.
5026         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
5028 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
5030         * gcc.dg/vla-init-1.c: New test.
5032 2001-12-01  Geoff Keating  <geoffk@redhat.com>
5034         * gcc.c-torture/compile/structs.c: New testcase from GDB.
5036 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
5038         * objc.dg/alias.m: Update.
5039         * objc.dg/class-1.m: Update.
5040         * objc.dg/const-str-1.m: Update.
5041         * objc.dg/fwd-proto-1.m: Update.
5042         * objc.dg/id-1.m: Update.
5043         * objc.dg/super-class-1.m: Update.
5045 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
5047         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
5048         constructs.
5050 Wed Nov 28 15:05:54 2001  Jeffrey A Law  (law@cygnus.com)
5052         * gcc.c-torture/execute/20011128-1.c: New test.
5054 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
5056         * gcc.dg/20011127-1.c: New test.
5058 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
5060         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
5061         from Austin Group draft 7.
5062         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
5063         scanf format arguments.
5064         * gcc.dg/format/no-exargs-2.c: New test.
5066 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
5068         * g++.dg/abi/vbase8-4.C: New test.
5070 2001-11-24  Ian Lance Taylor  <ian@airs.com>
5072         * gcc.c-torture/execute/20011121-1.c: New test.
5074 Fri Nov 23 15:55:44 2001  Jeffrey A Law  (law@cygnus.com)
5076         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
5078 2001-11-23  Andreas Jaeger  <aj@suse.de>
5080         * gcc.dg/cpp/charconst-2.c: New test.
5082 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
5084         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
5085         to the host if it is remote.  Let tests specify extra headers
5086         they use.
5087         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
5088         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
5089         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
5090         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
5091         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
5092         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
5093         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
5094         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
5095         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
5096         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
5098 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
5100         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
5101         for little endian ARMs.
5103 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
5105         * gcc.c-torture/compile/20011119-1.c: New test.
5106         * gcc.c-torture/compile/20011119-2.c: New test.
5108 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
5110         * gcc.dg/altivec-1.c: Fix typo.
5112 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
5114         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
5116 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
5118         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
5120 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
5122         * lib/g77.exp: Don't specify --rpath-link.
5124         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
5125         across all the headers.
5126         * gcc.dg/format/format.exp: For testing on a remote host,
5127         copy format.h.
5129         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
5130         * gcc.c-torture/execute/930406-1.c: Likewise.
5131         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
5133 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
5135         * gcc.dg/altivec-1.c: New.
5137 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
5139         * gcc.dg/cpp/fpreprocessed.c: New test case.
5141 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
5143         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
5144         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
5145         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
5147 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
5149         * gcc.dg/no-builtin-1.c: New test.
5151 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
5153         * gcc.c-torture/execute/20011115-1.c: New test.
5155 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
5157         * gcc.c-torture/compile/20011114-2.c: New test.
5158         * gcc.c-torture/compile/20011114-3.c: New test.
5159         * gcc.c-torture/compile/20011114-4.c: New test.
5161 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
5163         * g++.dg/other/init1.C: New test.
5165 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
5167         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
5168         message.
5170         * gcc.c-torture/execute/20011114-1.c: New testcase.
5172         * gcc.c-torture/compile/20010327-1.c: Revert last change.
5173         * gcc.c-torture/compile/20011114-1.c: New test, exactly
5174         like the (before this change) version of 20010327-1.c.
5176 2001-11-14  Roger Sayle <roger@eyesopen.com>
5178         * gcc.c-torture/execute/string-opt-13.c: New testcase.
5180 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
5182         * g++.dg/init/array2.C: New test.
5184 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
5186         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
5188 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
5190         * g++.dg/other/forscope1.C: New test.
5191         * g++.dg/ext/forscope1.C: New test.
5192         * g++.dg/ext/forscope2.C: New test.
5194 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
5196         * gcc.c-torture/execute/20011113-1.c: New test.
5198 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
5200         * gcc.c-torture/execute/20011109-2.c: New test.
5202         * gcc.c-torture/execute/20011109-1.c: New test.
5204 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
5206         * gcc.c-torture/compile/20011109-1.c: New test.
5208 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
5210         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
5211         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
5212         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
5213         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
5214         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
5215         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
5216         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
5218 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
5220         * g++.dg/warn/Wshadow-1.C: New tests.
5221         * g++.old-deja/g++.mike/for3.C: Update.
5223 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
5225         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
5226         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
5227         XFAILs.  Adjust expected error texts.
5228         * gcc.c-torture/compile/20011106-1.c,
5229         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
5230         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
5231         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
5232         gcc.dg/c99-array-lval-5.c: New tests.
5234 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
5236         * gcc.dg/cpp/defined.c: Update.
5238 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
5240         * gcc.c-torture/execute/anon-1.c: New test.
5242 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
5244         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
5245         same size, so no warning should be produced on stormy16.
5247         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
5248         due to oversized array.
5249         * g++.old-deja/g++.mike/ns15.C: Likewise.
5250         * g++.old-deja/g++.pt/crash16.C: Likewise.
5252 2001-11-02  Graham Stott  <grahams@redhat.com>
5254         * g++.dgother/debug1.C: Fix typos.
5256 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
5258         * g++.dg/other/debug1.C: New test.
5260 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
5262         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
5263         of unsigned long.
5265 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
5267         * gcc.dg/20011029-2.c: New test.
5269         * gcc.c-torture/compile/20011029-1.c: New test.
5271 Mon Oct 29 21:19:53 2001  Nicola Pero  <n.pero@mi.flashnet.it>
5273         * objc/execute/class_self-1.m: New test.
5274         * objc/execute/class_self-2.m: New test.
5276 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
5278         * gcc.misc-tests/msgs.exp: Delete.
5279         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
5280         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
5281         error set to match recent changes.
5283 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
5285         * gcc.dg/20011021-1.c: New test.
5287 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
5289         * gcc.c-torture/compile/20011023-1.c: New test.
5291 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
5293         * lib/g77.exp: Rewrite based on lib/g++.exp.
5295 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
5297         * gcc.c-torture/execute/20011019-1.c: New test.
5299         * gcc.dg/20011018-1.c: New test.
5301 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
5303         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
5305 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
5307         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
5308         * gcc.dg/attr-invalid.c: Likewise.
5310 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
5312         * testsuite/gcc.dg/20011015-1.c: New test.
5314 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
5316         * g++.dg/template/unify2.C: New test.
5318 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
5320         * g++.dg/other/exception-specification.C: New test
5322 2001-10-13  Tom Rix  <trix@redhat.com>
5324         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
5325         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
5327 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
5329         * testsuite/gcc.dg/20011009-1.c: New test.
5331 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
5333         PR g++/4476
5334         * g++.dg/other/friend1.C: New test.
5336 2001-10-11  Richard Henderson  <rth@redhat.com>
5338         * g++.old-deja/g++.other/crash18.C: Add -S to options.
5340 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5342         * gcc.c-torture/compile/20011010-1.c: New.
5344 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
5346         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
5347         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
5348         g77.f-torture/execute/execute.exp,
5349         g77.f-torture/noncompile/noncompile.exp,
5350         gcc.c-torture/compile/compile.exp,
5351         gcc.c-torture/execute/execute.exp,
5352         gcc.c-torture/execute/ieee/ieee.exp,
5353         gcc.c-torture/execute/memcheck/memcheck.exp,
5354         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
5355         objc/execute/execute.exp: Update FSF address.
5357 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
5359         * gcc.dg/cpp/cmdlne-C.c: Update.
5360         * gcc.dg/cpp/cmdlne-C2.c: New.
5362 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5364         * gcc.c-torture/execute/20011008-3.c: New.
5366 2001-10-08  DJ Delorie  <dj@redhat.com>
5368         * gcc.dg/20011008-1.c: New.
5369         * gcc.dg/20011008-2.c: New.
5371 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
5373         * gcc.dg/cpp/spacing1.c: Update test.
5375 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
5377         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
5378         spelling errors of "separate" as "seperate".
5380 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
5382         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
5383         enough to avoid inlining.
5385 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
5387         * lib/g77.exp: set libg2c_dir correctly.
5389 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
5391         * gcc.dg/cpp/macro11.c: New test.
5393 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
5395         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
5396         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
5397         gcc.dg/format/multattr-3.c: New tests.
5398         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
5399         tests for format attributes on function pointers being rejected.
5401 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
5403         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
5405 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
5407         * g++.dg/warn/format1.C: New test.
5409 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
5411         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
5413 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
5415         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
5417 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
5419         * gcc.dg/cpp/redef2.c: Add test.
5421 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
5423         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
5424         long-standing bug on i686, apparently.
5425         * gcc.c-torture/execute/loop-2c.x: New file.
5426         * gcc.c-torture/execute/loop-2d.x: New file.
5427         * gcc.c-torture/execute/loop-3c.x: New file.
5429 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
5431         * gcc.dg/cpp/20000625-2.c: Correct line number.
5433 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
5435         * gcc.dg/cpp/macro10.c: New test.
5436         * gcc.dg/cpp/strify3.c: New test.
5437         * gcc.dg/cpp/spacing1.c: Add tests.
5438         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
5439         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
5441 2001-09-24  DJ Delorie  <dj@redhat.com>
5443         * gcc.c-torture/execute/20010924-1.c: New test.
5445 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
5447         * testsuite/objc/execute/paste.m: Remove.
5449 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
5451         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
5453 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
5455         * g77.dg/strlen0.f: New test.
5457 2001-09-21  Richard Henderson  <rth@redhat.com>
5459         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
5460         * g++.old-deja/g++.abi/vtable2.C: Likewise.
5462 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
5464         Table-driven attributes.
5465         * g++.dg/ext/attrib1.C: New test.
5467 2001-09-20  DJ Delorie  <dj@redhat.com>
5469         * gcc.dg/20000926-1.c: Update expected warning messages.
5470         * gcc.dg/array-2.c: Likewise, and test for warnings too.
5471         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
5472         array.
5474 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
5476         * g++.dg/eh/registers1.C: New test case.
5478 2001-09-17  Richard Henderson  <rth@redhat.com>
5480         * gcc.dg/array-5.c: Fix VLA decomposition test.
5482 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
5484         * gcc.dg/cpp/line5.c: New testcase.
5486 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
5488         * gcc.dg/cpp/macro9.c: New test.
5490 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
5492         * gcc.c-torture/execute/980223.c: Change type of addr from long
5493         to char *.
5495 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
5497         * gcc.c-torture/execute/20010915-1.c: New test.
5499 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
5501         * g77.dg/bprob: New directory.
5502         * g77.dg/bprob/bprob.exp: New file.
5503         * g77.dg/bprob/bprob-1.f: New test.
5504         * g77.dg/gcov: New directory.
5505         * g77.dg/gcov/gcov.exp: New file.
5506         * g77.dg/gcov/gcov-1.f: New test.
5507         * g77.dg/gcov/gcov-1.x: New file.
5509 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
5511         * gcc.dg/cpp/directiv.c: Update.
5512         * gcc.dg/cpp/undef1.c: Update.
5514 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
5516         * gcc.dg/20010912-1.c: New test.
5518 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
5520         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
5521         language-independent file in lib.
5522         * lib/gcov.exp: New file.
5524 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
5526         * gcc.c-torture/compile/20010911-1.c: New test.
5528 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
5530         * lib/profopt.exp: New, to support profile-directed optimizations.
5531         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
5532         * gcc.misc-tests/bprob-1.c: New test.
5533         * gcc.misc-tests/bprob-2.c: New test.
5535 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
5537         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
5538         XFAIL and which kinds of gcov output to verify.
5539         * gcc.misc-tests/gcov-4b.x: New file.
5540         * gcc.misc-tests/gcov-5b.x: New file.
5541         * gcc.misc-tests/gcov-6.x: New file.
5542         * gcc.misc-tests/gcov-7.c: New test.
5543         * gcc.misc-tests/gcov-7.x: New file.
5545 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
5547         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
5548         * gcc.misc-tests/gcov-6.c: New test.
5550 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
5552         PR c++/3986
5553         * g++.dg/abi/vbase1.C: New test.
5555 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
5557         * objc.dg/method-2.m: New.
5559 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
5561         PR c++/4203
5562         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
5563         * g++.dg/init/empty1.C: New test.
5565 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
5567         * gcc.c-torture/compile/20010903-1.c: New test.
5569 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
5571         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
5572         for m68k.
5574 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
5576         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
5578         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
5580         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
5582 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
5584         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
5585         for 16-bit 'unsigned int'.
5587 2001-08-29  Kazu Hirata  <kazu@hxi.com>
5589         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
5591 2001-08-27  Richard Henderson  <rth@redhat.com>
5593         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
5594         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
5596 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
5598         * gcc.dg/asm-names.c (ymain): New.
5600 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
5602         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
5603         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
5604         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
5606 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5608         * gcc.dg/compare5.c: New testcase.
5610 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
5612         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
5613         and "In instantiation".
5615 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
5617         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
5619 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
5621         * gcc.misc-tests/gcov.exp: Add support for branch information.
5622         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
5623         * gcc.misc-tests/gcov-4.c: New test.
5624         * gcc.misc-tests/gcov-4b.c: New test.
5625         * gcc.misc-tests/gcov-5b.c: New test.
5627 2001-08-20  Zack Weinberg  <zackw@panix.com>
5629         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
5630         expected to fail.
5632 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5634         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
5636 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
5638         * g++.dg/eh/template1.C: New test.
5640 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
5642         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
5643         Fix thinko.
5644         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
5645         for xfail.
5647 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
5649         * lib/g77-dg.exp:  Use prune.exp for common procedures
5650         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
5651         * lib/g77.exp: (g77-dg-prune) Remove
5653 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
5655         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
5657 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5659         * g++.dg/template/unify1.C: New test.
5661 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
5663         * g++.dg/abi/empty4.C: New test.
5665 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
5667         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
5668         solaris2.*
5669         * g77.f-torture/compile/pr3743.x: Likewise
5671 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
5673         * g++.dg/other/using-declaration.C: New test.
5675 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
5677         * gcc.dg/cpp/tr-sign.c: New testcase.
5679 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
5681         * gcc.dg/cpp/19951025-1.c: Revert.
5682         * gcc.dg/cpp/directiv.c: We no longer process directives that
5683         interrupt macro arguments.
5685 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
5687         * gcc.dg/bconstp-1.c: New test.
5689 2001-08-03  Richard Henderson  <rth@redhat.com>
5691         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
5693 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
5695         * gcc.dg/cpp/19951025-1.c: Update.
5697 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
5699         * g77.dg/ff90-1.f (s): Fix reference of variable z,
5700         should be x.
5702 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
5704         Kill -fhonor-std.
5705         * g++.old-deja/g++.ns/ns14.C: Remove special options.
5706         * g++.old-deja/g++.other/std1.C: Likewise.
5707         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
5709 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
5711         * lib/g77.exp:  Load gcc-defs.exp for common procedures
5712         (g77_pass, g77_fail, g77_finish, g77_exit,
5713         ${tool}_check_unsupported_p} Now redundant.  Deleted.
5715 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
5717         * g77.dg/fbackslash.f
5718         * g77.dg/fcase-preserve.f
5719         * g77.dg/ff90-1.f
5720         * g77.dg/ffixed-line-length-0.f
5721         * g77.dg/ffixed-line-length-132.f
5722         * g77.dg/ffixed-line-length-7.f
5723         * g77.dg/ffixed-line-length-72.f
5724         * g77.dg/ffixed-line-length-none.f
5725         * g77.dg/ffree-form-1.f
5726         * g77.dg/fno-backslash.f
5727         * g77.dg/fno-f90-1.f
5728         * g77.dg/fno-fixed-form-1.f
5729         * g77.dg/fno-onetrip.f
5730         * g77.dg/fno-typeless-boz.f
5731         * g77.dg/fno-underscoring.f
5732         * g77.dg/fno-vxt-1.f
5733         * g77.dg/fonetrip.f
5734         * g77.dg/ftypeless-boz.f
5735         * g77.dg/fugly-assumed.f
5736         * g77.dg/funderscoring.f
5737         * g77.dg/fvxt-1.f
5739 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
5741         * objc.dg/fwd-proto-1.m: New.
5742         * objc.dg/local-decl-1.m: New.
5743         * objc.dg/naming-1.m: New.
5744         * objc.dg/naming-2.m: New.
5745         * objc.dg/proto-hier-1.m: New.
5747 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
5749         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
5750         largest-type elements to a struct makes its size grow.
5752 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
5754         * g++.dg/abi/vthunk1.C: New test.
5756 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
5758         * g++.dg/abi/vbase8-22.C: New test.
5760 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
5762         * gcc.dg/cpp/macro8.c: New test.
5764 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
5766         * g++.dg/abi/vbase8-21.C: New test.
5768 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
5770         * g++.dg/abi/vbase8-10.C: New test.
5772 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5774         * lib/g++.exp (g++_set_ld_library_path): Renamed to
5775         ${tool}_set_ld_library_path.
5776         Changed caller.
5777         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
5778         g++.exp.
5780 2001-07-26  Stan Cox <scox@redhat.com>
5782         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
5783         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
5784         gcc_exit, gcc_check_unsupported_p):
5785         Moved to gcc-deps.exp
5786         * gcc-deps.exp: New file.
5788 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5790         * g++.old-deja/g++.pt/defarg14.C: New test.
5792 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
5794         * g++.old-deja/g++.other/lineno5.C: New test.
5796 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
5798         * g++.old-deja/g++.pt/crash68.C: New test.
5800 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
5802         * g++.old-deja/g++.other/crash42.C: New test.
5804 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
5806         * gcc.dg/cpp/extratokens.c: Fix.
5807         * gcc.dg/cpp/skipping2.c: New tests.
5809 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5811         * gcc.c-torture/execute/20010724-1.c: New file.
5812         * gcc.c-torture/execute/20010724-1.x: New file.
5814 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
5816         * g++.old-deja/g++.other/cond7.C: New test.
5818 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
5820         * g++.old-deja/g++.other/optimize4.C: New test.
5822 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
5824         * g++.old-deja/g++.abi/vbase8-5.C: New test.
5826 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
5828         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
5829         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
5830         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
5831         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
5833         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
5834         bug report" message.
5836         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
5837         * g++.dg/ext/instantiate1.C: Move from old-deja.
5839 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
5841         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
5842         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
5843         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
5844         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
5846 Mon Jul 23 10:14:17 2001  Jeffrey A Law  (law@cygnus.com)
5848         * gcc.c-torture/execute/20010723-1.c: New test.
5850 2001-07-23  Ben Elliston  <bje@redhat.com>
5852         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
5854 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5856         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
5857         i[34567]86-*-*.
5858         Delete handling of ieee_multilib_flags.
5859         Pass -mieee for alpha*-*-* and sh-*-*.
5860         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
5862 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
5864         Remove old-abi tests.
5865         * g++.old-deja/g++.mike/p11116.C: Remove.
5866         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
5868 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
5870         * g77.f-torture/compile/pr3743.f:  New test
5872 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
5874         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
5876 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5878         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
5879         g++.old-deja/g++.pt/static6.C: Likewise.
5880         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
5881         supports weak symbols.
5883 2001-07-18  Andreas Jaeger  <aj@suse.de>
5885         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
5886         supported again.
5888 2001-07-18  Andreas Jaeger  <aj@suse.de>
5890         * gcc.dg/iftrap-1.c: Fix target line.
5892 2001-07-17  Richard Henderson  <rth@redhat.com>
5894         * gcc.c-torture/execute/20010717-1.c: New.
5896 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
5898         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
5899         tests.
5901 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
5903         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
5905 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5907         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
5908         UAC_SIGBUS, UAC_NOPRINT definitions.
5910 Mon Jul 16 12:21:56 2001  Nicola Pero  <n.pero@mi.flashnet.it>
5912         * objc/execute/object_is_class.m: New test.
5913         * objc/execute/object_is_meta_class.m: New test.
5915 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
5917         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
5918         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
5920 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
5922         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
5923         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
5925 2001-07-14  Richard Henderson  <rth@redhat.com>
5927         * gcc.dg/iftrap-1.c: New.
5929 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
5931         * g77.f-torture/execute/intrinsic77.f: New test.
5933 2001-07-11  Janis Johnson <janis@us.ibm.com>
5935         * gcc.misc-tests/gcov-3.c: New test.
5937 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
5939         * gcc.c-torture/compile/20010711-1.c,
5940         * gcc.c-torture/compile/20010711-2.c: New tests.
5942 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
5944         * gcc.c-torture/execute/20010711-1.c: New test.
5946 2001-07-11  Ben Elliston  <bje@redhat.com>
5948         * g++.old-deja/g++.other/enum5.C: New test.
5950 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
5952         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
5953         (g++-dg-prune): Call prune_gcc_output.
5954         * prune.exp: New file for prune_gcc_output.
5955         * lib/g++.exp, lib/gcc.exp: Load it.
5957 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
5959         * gcc.c-torture/compile/20010701-1.c,
5960         g++.old-deja/g++.ext/attrib6.C: New tests.
5962 Fri Jul  6 09:31:43 2001  Jeffrey A Law  (law@cygnus.com)
5964         * gcc.c-torture/compile/20010706-1.c: New test.
5966 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
5968         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
5970 2001-06-28  Stan Shebs  <shebs@apple.com>
5972         * gcc.dg/pragma-darwin.c: New test.
5974 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5976         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
5977         Solaris 2.[678] system.
5979 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
5981         * gcc.dg/20010622-1.c: New test.
5983 2001-06-18  Stan Shebs  <shebs@apple.com>
5985         * objc.dg: New directory.
5986         * objc.dg/dg.exp: New file.
5987         * objc.dg/alias.m: New.
5988         * objc.dg/class-1.m: New.
5989         * objc.dg/class-2.m: New.
5990         * objc.dg/const-str-1.m: New.
5991         * objc.dg/const-str-2.m: New.
5992         * objc.dg/id-1.m: New.
5993         * objc.dg/method-1.m: New.
5994         * objc.dg/super-class-1.m: New.
5995         * lib/objc-dg.exp: New file.
5997 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5999         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
6000         of label name.
6002 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
6004         * g++.old-deja/g++.abi/vbase8-9.C: New test.
6006 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6008         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
6009         variable.
6011 2001-06-12  Richard Henderson  <rth@redhat.com>
6013         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
6015 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
6017         * g++.old-deja/g++.abi/vbase5.C: New test.
6018         * g++.old-deja/g++.abi/vbase6.C: New test.
6019         * g++.old-deja/g++.abi/vbase7.C: New test.
6021 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6023         * gcc.c-torture/compile/20010610-1.c: New test.
6025 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
6027         * g++.old-deja/g++.abi/vbase4.C: New test.
6029 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
6031         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
6032         support %f for HC11/HC12 targets.
6033         * gcc.c-torture/execute/930513-1.x: New file, likewise.
6034         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
6035         on HC11/HC12 targets.
6036         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
6038 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6040         * gcc.dg/wchar_t-1.c: New file.
6041         * gcc.dg/wint_t-1.c: Likewise.
6043 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
6045         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
6047 2001-06-11  Richard Henderson  <rth@redhat.com>
6049         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
6051 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
6053         * gcc.c-torture/compile/20010611-1.c: New test.
6055 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
6057         * gcc.dg/c99-tag-1.c: Add more tests.
6059 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
6061         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
6062         representation on MN10300 and ARM/Thumb.
6064 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
6066         * g77.f-torture/execute/20010610.f: New.
6068 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
6070         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
6071         names.
6073 2001-06-09  Richard Henderson  <rth@redhat.com>
6075         * gcc.c-torture/execute/ashrdi-1.c: New.
6076         * gcc.c-torture/execute/ashldi-1.c: New.
6077         * gcc.c-torture/execute/lshrdi-1.c: New.
6079 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
6081         * objc/execute/load-3.m: Added. Check sending +load to categories,
6082         in addition to classes.
6084 2001-06-08  Stan Shebs  <shebs@apple.com>
6086         * objc/execute/load-2.m: New test.  From Nicola Pero
6087         <n.pero@mi.flashnet.it>.
6089 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
6091         * gcc.c-torture/execute/20010605-2.c: New test.
6093 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
6095         * g++.old-deja/g++.abi/vbase2.C: New test.
6096         * g++.old-deja/g++.abi/vbase3.C: New test.
6098 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
6100         * g++.old-deja/g++.pt/friend49.C: New test.
6102 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
6104         * g++.old-deja/g++.ext/anon3.C: New test.
6106 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
6108         * g++.old-deja/g++.other/conv7.C: New test.
6110 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
6112         * gcc.c-torture/compile/20010605-2.c: New test.
6114 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6116         * gcc.c-torture/execute/20010604-1.c: New test.
6118 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
6120         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
6122 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
6124         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
6125         (g++_link_flags): Likewise.
6126         (g++_init): Pass gccpath's value to two previous functions.
6128 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6130         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
6131         Ensure logfile entry matches exec command line.
6133 2001-05-31  Richard Henderson  <rth@redhat.com>
6135         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
6136         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
6138 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
6140         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
6141         compiler for irix6.2
6143 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
6145         * g++.old-deja/g++.other/optimize3.C: New file.
6147 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
6149         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
6150         assemble.
6152 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
6154         * g++.old-deja/g++.other/optimize2.C: New file.
6156 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
6158         * gcc.c-torture/compile/20010518-2.c: New file.
6159         * gcc.c-torture/execute/20010518-1.c: New file.
6160         * gcc.c-torture/execute/20010518-2.c: New file.
6162 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
6164         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
6166 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
6168         G++ no longer defines builtins that do not begin with __builtin.
6169         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
6170         * g++.old-deja/g++.brendand/misc13.C: Likewise.
6171         * g++.old-deja/g++.law/builtin1.C: Likewise.
6172         * g++.old-deja/g++.law/cvt2.C: Likewise.
6173         * g++.old-deja/g++.mike/net5.C: Likewise.
6174         * g++.old-deja/g++.other/builtins1.C: Likewise.
6175         * g++.old-deja/g++.other/builtins2.C: Likewise.
6176         * g++.old-deja/g++.other/builtins3.C: Likewise.
6177         * g++.old-deja/g++.other/builtins4.C: Likewise.
6178         * g++.old-deja/g++.other/inline8.C: Likewise.
6179         * g++.old-deja/g++.robertl/eb39.C: Likewise.
6181 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
6183         * g++.old-deja/g++.pt/using1.C: Adjust.
6184         * g++.old-deja/g++.pt/using2.C: New test.
6186 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
6188         * gcc.dg/cpp/charconst.c: New tests.
6189         * gcc.dg/cpp/escape.c: New tests.
6190         * gcc.dg/cpp/escape-1.c: New tests.
6191         * gcc.dg/cpp/escape-2.c: New tests.
6192         * gcc.dg/cpp/ucs.c: New tests.
6194 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
6196         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
6197         native compiler for irix6.5.
6199 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
6201         * lib/g++.exp (g++_include_flags): Use args to compute
6202         get_multilibs.
6203         (g++_link_flags): Likewise.
6204         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
6206 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
6208         * gcc.dg/c90-hexfloat-1.c: Add more tests.
6210 2001-05-21  Geoff Keating  <geoffk@redhat.com>
6212         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
6213         this file.
6215 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
6217         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
6218         STACK_SIZE;
6219         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
6220         to STACK_SIZE; Use it to define size of add_histo array.
6221         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
6222         to STACK_SIZE.
6223         (f): Use GITT_SIZE to define size of gitt local table.
6224         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
6225         to STACK_SIZE; Use it to define size of bytemem array.
6227 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
6229         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
6230         on 68HC11/HC12 due to the asm instruction.
6231         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
6232         * gcc.c-torture/compile/920520-1.x: Likewise.
6233         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
6234         on 68HC11/HC12 because the function is larger than 64K.
6235         * gcc.c-torture/compile/961203-1.x: New file, this test fails
6236         on 68HC11/HC12 because the structure is too large.
6238 2001-05-20  Richard Henderson  <rth@redhat.com>
6240         * gcc.c-torture/execute/20010520-1.c: New.
6242 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6244         * g++.old-deja/g++.warn/compare1.C: New test.
6245         * gcc.dg/compare4.c: New test.
6247 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
6249         * g++.old-deja/g++.other/optimize1.C: New test.
6251 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6253         * g++.old-deja/g++.pt/spec41.C: New test.
6255 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
6257         * gcc.c-torture/compile/20010114-1.x: Remove.
6259 2001-05-18  Stan Shebs  <shebs@apple.com>
6261         * gcc.c-torture/compile/20010518-1.c: New test.
6263 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
6265         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
6266         * g++.old-deja/g++.pt/crash67.C: New test.
6268 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
6270         * g++.old-deja/g++.other/debug9.C: New test.
6272 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
6274         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
6276 Wed May 16 20:33:57 CEST 2001  Jan Hubicka  <jh@suse.cz>
6278         * gcc.c-torture/compile/20010516-1.c: New test.
6280 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
6282         * g++.old-deja/g++.other/crash41.C: New test.
6284 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
6286         * g++.old-deja/g++.pt/crash66.C: New test.
6288 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
6290         * g++.old-deja/g++.robertl/eb27.C: Convert.
6292 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
6294         * g++.dg/friend-warn.C: New test.  Do not warn about friend
6295         declaration being redundant.
6297 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
6299         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
6301 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
6303         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
6305 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
6307         * lib/g++.exp: Use testsuite_flags.
6309 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
6311         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
6313 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6315         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
6317 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
6319         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
6321 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
6323         * gcc.c-torture/compile/20010313-1.c: New test.
6325 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
6327         * gcc.dg/cpp/direct2.c: New test.
6328         * gccq.dg/cpp/direct2s.c: New test.
6330         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
6332 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
6334         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
6335         * g++.old-deja/g++.other/op3.C: Likewise.
6337 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
6339         * gcc.dg/cpp/syshdr.h: New file.
6340         * gcc.dg/cpp/sysmac1.c: Update.
6341         * gcc.dg/cpp/sysmac2.c: Update.
6343 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
6345         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
6347 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
6349         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
6350         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
6352 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
6354         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
6356 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
6358         * lib/g++.exp (g++_include_flags): Don't use any special flags
6359         if TESTING_IN_BUILD_TREE is not defined.
6360         (g++_init): Use a plain 'c++' as the compiler if
6361         TESTING_IN_BUILD_TREEE is not defined.
6363 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
6365         * g++.old-deja/g++.eh/catch13.C: New test.
6366         * g++.old-deja/g++.eh/catch14.C: New test.
6368 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
6370         * gcc.dg/cpp/tr-define.c: New test.
6372 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
6374         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
6375         <stdlib.h>, not <malloc.h>.
6377 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
6379         * g++.old-deja/g++.ns/template17.C: New test.
6381 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
6383         * g++.old-deja/g++.pt/ref4.C: New test.
6385 2001-04-30  Richard Henderson  <rth@redhat.com>
6387         * gcc.dg/20000724-1.c: Revert last change.
6389 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
6391         * g77.f-torture/execute/20010430.f: New test.
6393 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
6395         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
6397 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
6399         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
6401 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
6403         * g++.old-deja/g++.eh/crash6.C: New test.
6405 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
6407         * g++.old-deja/g++.other/warn7.C: New test.
6409 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
6411         * g++.old-deja/g++.other/defarg9.C: New test.
6413 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
6415         * g77.f-torture/compile/20010426.f: New test.
6416         * g77.f-torture/execute/20010426.f: New test.
6418 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
6420         * g77.f-torture/compile/20000629-1.x: Remove - error
6421         has been fixed.
6423 Thu Apr 26 11:15:12 2001  Jeffrey A Law  (law@cygnus.com)
6425         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
6426         Tweak slightly to work with g++.dg framework.
6427         * g++.dg/special/ecos.exp: Run initp1.C test.
6428         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
6430         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
6431         its linker doesn't give line numbers either.
6432         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
6434 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
6436         * g++.old-deja/g++.other/lex1.C: New test.
6438 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
6440         * gcc.dg/noncompile/20010425-1.c: New test.
6442 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
6444         * g++.old-deja/g++.pt/mangle2.C: New test.
6446 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
6448         * gcc.dg/format/plus-1.c: New test.
6450 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
6452         * gcc.dg/20010423-1.c: New test.
6454 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
6456         * gcc.c-torture/execute/20010422-1.c: New test.
6458 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
6460         * g++.old-deja/g++.ns/type2.C: New test.
6462 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
6464         * g++.old-deja/g++.other/perf1.C: New test.
6466 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
6468         * gcc.dg/c99-func-2.c: Remove xfail.
6469         * gcc.dg/c99-func-3.c: Remove xfail.
6470         * gcc.dg/c99-func-4.c: Remove xfail.
6472 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
6474         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
6476 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
6478         * gcc.c-torture/compile/20010423-1.c: New test.
6480 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
6482         * g++.old-deja/g++.pt/typename28.C: New test.
6484 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
6486         * g++.old-deja/g++.abi/empty2.C: New test.
6487         * g++.old-deja/g++.abi/empty3.C: New test.
6489 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
6491         * g++.old-deja/g++.other/comdat2.C: New test.
6492         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
6494 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
6496         * g++.old-deja/g++.other/overload14.C: New test.
6498 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
6500         * g++.old-deja/g++.other/lookup23.C: New test.
6502 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
6504         * gcc.c-torture/execute/20010403-1.c: New test.
6506 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
6507             Mark Mitchell  <mark@codesourcery.com>
6509         * lib/old-dejagnu.exp: Don't delete output of executable.
6510         Add .exe suffix to executables.
6512 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
6514         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
6516 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6518         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
6520 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
6522         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
6523         * g++.old-deja/g++.abi/crash1.C: New test.
6525 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
6527         * g++.old-deja/g++.other/crash40.C: New test.
6529 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6531         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
6533 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
6535         * g++.old-deja/g++.other/warn6.C: New test.
6537 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
6539         * g++.old-deja/g++.robertl/eb42.C: Same.
6541 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6543         * gcc.dg/wtr-conversion-1.c: New testcase.
6545 2001-04-10  Richard Henderson  <rth@redhat.com>
6547         * g++.old-deja/g++.other/array5.C: New.
6549 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6551         * gcc.c-torture/execute/20010408-1.c: New test.
6553 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
6555         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
6556         headers and constructs.
6557         * g++.old-deja/g++.robertl/eb79.C: Same.
6558         * g++.old-deja/g++.robertl/eb77.C (main): Same.
6559         * g++.old-deja/g++.robertl/eb73.C: Same.
6560         * g++.old-deja/g++.robertl/eb66.C (main): Same.
6561         * g++.old-deja/g++.robertl/eb55.C (t): Same.
6562         * g++.old-deja/g++.robertl/eb54.C (main): Same.
6563         * g++.old-deja/g++.robertl/eb46.C (main): Same.
6564         * g++.old-deja/g++.robertl/eb44.C: Same.
6565         * g++.old-deja/g++.robertl/eb41.C (main): Same.
6566         * g++.old-deja/g++.robertl/eb4.C (main): Same.
6567         * g++.old-deja/g++.robertl/eb39.C: Same.
6568         * g++.old-deja/g++.robertl/eb33.C (main): Same.
6569         * g++.old-deja/g++.robertl/eb31.C (main): Same.
6570         * g++.old-deja/g++.robertl/eb30.C: Same.
6571         * g++.old-deja/g++.robertl/eb3.C: Same.
6572         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
6573         * g++.old-deja/g++.robertl/eb21.C: Same.
6574         * g++.old-deja/g++.robertl/eb15.C: Same.
6575         * g++.old-deja/g++.robertl/eb118.C: Same.
6576         * g++.old-deja/g++.robertl/eb115.C (main): Same.
6577         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
6578         * g++.old-deja/g++.robertl/eb109.C: Same.
6579         * g++.old-deja/g++.other/sibcall1.C (main): Same.
6580         * g++.old-deja/g++.mike/rtti1.C: Same.
6581         * g++.old-deja/g++.mike/p658.C: Same.
6582         * g++.old-deja/g++.mike/net46.C: Same.
6583         * g++.old-deja/g++.mike/net34.C: Same.
6584         * g++.old-deja/g++.mike/memoize1.C: Same.
6585         * g++.old-deja/g++.mike/eh2.C: Same.
6586         * g++.old-deja/g++.law/weak.C: Same.
6587         * g++.old-deja/g++.law/visibility7.C: Same.
6588         * g++.old-deja/g++.law/visibility25.C: Same.
6589         * g++.old-deja/g++.law/visibility22.C: Same.
6590         * g++.old-deja/g++.law/visibility2.C: Same.
6591         * g++.old-deja/g++.law/visibility17.C: Same.
6592         * g++.old-deja/g++.law/visibility13.C: Same.
6593         * g++.old-deja/g++.law/visibility10.C: Same.
6594         * g++.old-deja/g++.law/visibility1.C: Same.
6595         * g++.old-deja/g++.law/virtual3.C (eval): Same.
6596         * g++.old-deja/g++.law/vbase1.C: Same.
6597         * g++.old-deja/g++.law/operators32.C: Same.
6598         * g++.old-deja/g++.law/nest3.C: Same.
6599         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
6600         * g++.old-deja/g++.law/except5.C (main): Same.
6601         * g++.old-deja/g++.law/cvt7.C (run): Same.
6602         * g++.old-deja/g++.law/cvt2.C: Same.
6603         * g++.old-deja/g++.law/cvt16.C: Same.
6604         * g++.old-deja/g++.law/ctors6.C (bar): Same.
6605         * g++.old-deja/g++.law/ctors17.C (main): Same.
6606         * g++.old-deja/g++.law/ctors13.C: Same.
6607         * g++.old-deja/g++.law/ctors12.C (main): Same.
6608         * g++.old-deja/g++.law/ctors10.C: Same.
6609         * g++.old-deja/g++.law/code-gen5.C: Same.
6610         * g++.old-deja/g++.law/bad-error7.C: Same.
6611         * g++.old-deja/g++.law/arm9.C: Same.
6612         * g++.old-deja/g++.law/arm12.C: Same.
6613         * g++.old-deja/g++.law/arg8.C: Same.
6614         * g++.old-deja/g++.law/arg1.C: Same.
6615         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
6616         * g++.old-deja/g++.jason/template31.C: Same.
6617         * g++.old-deja/g++.jason/template24.C (main): Same.
6618         * g++.old-deja/g++.jason/2371.C: Same.
6619         * g++.old-deja/g++.eh/new2.C: Same.
6620         * g++.old-deja/g++.eh/new1.C: Same.
6621         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
6622         * g++.old-deja/g++.brendan/nest21.C (main): Same.
6623         * g++.old-deja/g++.brendan/err-msg3.C: Same.
6624         * g++.old-deja/g++.brendan/crash62.C: Same.
6625         * g++.old-deja/g++.brendan/crash52.C: Same.
6626         * g++.old-deja/g++.brendan/crash49.C (main): Same.
6627         * g++.old-deja/g++.brendan/crash38.C: Same.
6628         * g++.old-deja/g++.brendan/crash15.C (main): Same.
6629         * g++.old-deja/g++.brendan/copy9.C: Same.
6631 Fri Apr  6 15:36:15 2001  J"orn Rennecke <amylaar@redhat.com>
6633         * gcc.c-torture/execute/20001203-2.c (memset):
6634         Count argument is of type __SIZE_TYPE__.
6636 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
6638         * gcc.c-torture/compile/20010404-1.c: New test.
6640 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
6642         * gcc.c-torture/compile/20010326-1.c: New test.
6644 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
6646         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
6647         peculiarities of the SH.
6648         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
6650 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6652         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
6653         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
6654         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
6656 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
6658         * g77.f-torture/compile/20010321-1.f: New test.
6660 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
6662         * gcc.c-torture/compile/20010329-1.c: New test.
6664 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
6666         * gcc.c-torture/execute/20010329-1.c: New test.
6668 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
6670         * g++.old-deja/g++.other/eh4.C: Fix typo.
6672 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
6674         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
6676 2001-03-28  Philip Blundell  <philb@gnu.org>
6678         * gcc.c-torture/compile/20010328-1.c: New test.
6680 2001-03-27  Richard Henderson  <rth@redhat.com>
6682         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
6683         * g++.old-deja/g++.eh/vbase3.C: Likewise.
6685 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
6687         * gcc.c-torture/compile/20010327-1.c: New test.
6689 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
6691         * g++.old-deja/g++.other/friend12.C: New test.
6692         * g++.old-deja/g++.other/friend9.C: Expect no errors.
6693         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
6695 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
6697         * gcc.c-torture/execute/20010325-1.c: New test.
6699 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
6701         * g++.old-deja/g++.other/mangle3.C: New test.
6703 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
6705         * g++.old-deja/g++.other/anon8.C: New test.
6707 2001-03-20  Philip Blundell  <philb@gnu.org>
6709         * gcc.c-torture/compile/20010320-1.c: New test.
6711 2001-03-17  Richard Henderson  <rth@redhat.com>
6713         * g++.old-deja/g++.other/eh4.C: Add expected error text.
6715 2001-03-15  Geoff Keating  <geoff@redhat.com>
6717         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
6718         tests on AIX.
6720 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
6722         * g++.old-deja/g++.other/eh4.C: New test.
6724 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
6726         * gcc.dg/cpp/mi1.c: Update.
6728 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
6730         * g++.old-deja/g++.other/regstack.C: New test.
6732 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
6734         * g++.old-deja/g++.other/ref4.C: New test.
6736 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
6738         * objc/execute/va_method.m: Added.
6739         * objc/execute/IMP.m: Added.
6740         * objc/execute/_cmd.m: Added.
6741         * objc/execute/accessing_ivars.m: Added.
6742         * objc/execute/class-1.m: Added.
6743         * objc/execute/class-10.m: Added.
6744         * objc/execute/class-11.m: Added.
6745         * objc/execute/class-12.m: Added.
6746         * objc/execute/class-13.m: Added.
6747         * objc/execute/class-14.m: Added.
6748         * objc/execute/class-2.m: Added.
6749         * objc/execute/class-3.m: Added.
6750         * objc/execute/class-4.m: Added.
6751         * objc/execute/class-5.m: Added.
6752         * objc/execute/class-6.m: Added.
6753         * objc/execute/class-7.m: Added.
6754         * objc/execute/class-8.m: Added.
6755         * objc/execute/class-9.m: Added.
6756         * objc/execute/class-tests-1.h
6757         * objc/execute/class-tests-2.h
6758         * objc/execute/compatibility_alias.m: Added.
6759         * objc/execute/encode-1.m: Added.
6760         * objc/execute/formal_protocol-1.m: Added.
6761         * objc/execute/formal_protocol-2.m: Added.
6762         * objc/execute/formal_protocol-3.m: Added.
6763         * objc/execute/formal_protocol-4.m: Added.
6764         * objc/execute/formal_protocol-5.m: Added.
6765         * objc/execute/formal_protocol-6.m: Added.
6766         * objc/execute/formal_protocol-7.m: Added.
6767         * objc/execute/informal_protocol.m: Added.
6768         * objc/execute/initialize.m: Added.
6769         * objc/execute/load.m: Added.
6770         * objc/execute/many_args_method.m: Added.
6771         * objc/execute/nested-3.m: Added.
6772         * objc/execute/no_clash.m: Added.
6773         * objc/execute/private.m: Added.
6774         * objc/execute/redefining_self.m: Added.
6775         * objc/execute/root_methods.m: Added.
6776         * objc/execute/selector-1.m: Added.
6777         * objc/execute/static-1.m: Added.
6778         * objc/execute/static-2.m: Added.
6779         * objc/execute/va_method.m: Added.
6781 2001-03-10  Richard Henderson  <rth@redhat.com>
6783         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
6785 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
6787         * g++.old-deja/g++.other/crash31.C: XFAIL.
6788         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
6789         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
6790         * gcc.c-torture/execute/20010123-1.x: XFAIL.
6791         * gcc.c-torture/execute/20010124-1.x: XFAIL.
6792         * gcc.dg/sequence-pt-1.c: XFAIL one test.
6794 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
6796         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
6798 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
6800         * gcc.dg/20000724-1.c: Don't use multiline strings.
6802 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
6804         * objc/execute/string1.m, objc/execute/string2.m: Compare the
6805         result of -cString against what we expect it to be; don't just
6806         print it out for no one to read.
6808         * objc/execute/string3.m, objc/execute/string4.m: New tests.
6809         Based on testcases provided by Nicola Pero.
6811 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
6813         * gcc.dg/cpp/macro7.c: New test.
6815 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
6817         * gcc.dg/cpp/multiline.c: Update.
6819 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
6821         * g++.old-deja/g++.other/enum3.C: New test.
6823 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
6825         * g++.old-deja/g++.other/pod1.C: New test.
6827 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
6829         * g++.old-deja/g++.ext/overload1.C: New test.
6831 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
6833         * g++.old-deja/g++.pt/using1.C: New test.
6835 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
6837         * g++.old-deja/g++.other/using9.C: New test.
6839 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
6841         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
6843         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
6845 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
6847         * g++.old-deja/g++.ext/realpt1.C: Remove.
6849 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
6851         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
6853 2001-02-26  Will Cohen  <wcohen@redhat.com>
6855         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
6857 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
6859         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
6860         templatized constructors.
6862 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6864         * gcc.c-torture/execute/20010224-1.c: New test.
6866 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
6868         * gcc.c-torture/execute/20010222-1.c: New test.
6870 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
6872         * g++.old-deja/g++.other/inline20.C: New test.
6874 Wed Feb 21 12:38:22 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
6876         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
6878 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
6880         * g++.old-deja/g++.other/lookup22.C: New test.
6882 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
6884         * g77.dg: New directory.
6885         * g77.dg/20010216-1.f: New test case.
6886         * g77.dg/dg.exp: New driver.
6887         * lib/g77-dg.exp: New driver library.
6889 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6891         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
6893 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
6895         * g++.old-deja/g++.other/decl9.C: New test.
6897 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
6899         * g++.old-deja/g++.other/init16.C: Update the test so that it does
6900         not need <string> and also tests the initialization at runtime.
6902 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
6904         * gcc.c-torture/execute/longlong.c: New test.
6906 Wed Feb 14 21:41:17 2001  J"orn Rennecke <amylaar@redhat.com>
6908         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
6910 Wed Feb 14 21:31:25 2001  J"orn Rennecke <amylaar@redhat.com>
6912         * gcc.c-torture/execute/920302-1.c (execute):
6913         Change argument type to short.
6915 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
6917         * g++.old-deja/g++.pt/deduct6.C: New test.
6919 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
6921         * g++.old-deja/g++.pt/deduct5.C: New test.
6923 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
6925         * gcc.c-torture/execute/20010209-1.c: New test.
6927 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
6929         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
6931 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
6933         * g++.dg/vtgc1.C: Update for new ABI.
6935         * consistency.vlad: New directory, 1665 files.
6937 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
6939         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
6940         return type.
6941         * gcc.dg/cpp/digraphs.c: Declare puts.
6943 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
6945         * g++.old-deja/g++.other/warn5.C: New test.
6947 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
6949         * g++.old-deja/g++.pt/spec40.C: New test.
6951 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
6953         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
6954         case.
6955         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
6957 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
6959         * gcc.c-torture/compile/20010209-1.c: New test.
6961 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
6963         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
6964         excess errors message but not if it crashes.
6965         * g++.old-deja/g++.other/crash27.C: Likewise.
6966         * g++.old-deja/g++.other/crash28.C: Likewise.
6967         * g++.old-deja/g++.other/crash30.C: Likewise.
6968         * g++.old-deja/g++.other/crash32.C: Likewise.
6969         * g++.old-deja/g++.other/crash35.C: Likewise.
6970         * g++.old-deja/g++.pt/inherit2.C: Likewise.
6972 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
6974         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
6975         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
6976         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
6977         g77.f-torture/execute/execute.exp,
6978         g77.f-torture/noncompile/noncompile.exp,
6979         gcc.c-torture/execute/execute.exp,
6980         gcc.c-torture/execute/memcheck/memcheck.exp,
6981         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
6982         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
6983         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
6984         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
6985         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
6986         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
6987         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
6988         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
6989         Remove bug reporting instructions with ancient email addresses.
6991 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
6993         * gcc.dg/20010202-1.c: New test.
6994         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
6996 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
6998         * g++.dg/stdbool-if.C: New test.
7000 Wed Feb  7 09:54:47 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
7002         * objc/execute/fdecl.m: Added main().
7004 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
7006         * gcc.c-torture/execute/20010206-1.c: New test.
7008 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
7010         * gcc.dg/cpp/avoidpaste1.c: Update.
7012 Tue Feb  5 8:53:33 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
7014         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
7015         Pero <nicola@brainstorm.co.uk>.
7016         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
7018 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
7020         * g++.old-deja/g++.pt/spec39.C: New test.
7022 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
7024         * gcc.c-torture/compile/20010202-1.c: New test.
7026 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
7028         * g++.old-deja/g++.abi/primary2.C: New test.
7029         * g++.old-deja/g++.abi/primary3.C: New test.
7030         * g++.old-deja/g++.abi/primary4.C: New test.
7031         * g++.old-deja/g++.abi/primary5.C: New test.
7032         * g++.old-deja/g++.abi/vtable3.h: New test.
7033         * g++.old-deja/g++.abi/vtable3a.C: New test.
7034         * g++.old-deja/g++.abi/vtable3b.C: New test.
7035         * g++.old-deja/g++.abi/vtable3c.C: New test.
7036         * g++.old-deja/g++.abi/vtable3d.C: New test.
7037         * g++.old-deja/g++.abi/vtable3e.C: New test.
7038         * g++.old-deja/g++.abi/vtable3f.C: New test.
7039         * g++.old-deja/g++.abi/vtable3g.C: New test.
7040         * g++.old-deja/g++.abi/vtable3h.C: New test.
7041         * g++.old-deja/g++.abi/vtable3i.C: New test.
7042         * g++.old-deja/g++.abi/vtable3j.C: New test.
7043         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
7045 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
7047         * g++.old-deja/g++.other/anon6.C: New test.
7048         * g++.old-deja/g++.other/anon7.C: New test.
7050 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
7052         * gcc.dg/cpp/avoidpaste2.c: New tests.
7054 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
7056         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
7058 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
7060         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
7061         DECIMAL_DIG cases for Irix."
7063 Wed Jan 31 12:23:32 2001  J"orn Rennecke <amylaar@redhat.com>
7065         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
7067 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
7069         * gcc.dg/c99-tag-1.c: New test.
7071 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
7073         * gcc.dg/cpp/tr-warn1.c: Add tests.
7075 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
7077         * gcc.dg/cpp/avoidpaste1.c: Update.
7078         * gcc.dg/cpp/paste4.c: Update.
7080 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
7082         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
7083         cases for Irix.
7085 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7087         * g++.old-deja/g++.other/inline19.C: New test.
7089 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
7091         * gcc.dg/Wlarger-than.c: New test.
7093 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
7095         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
7097 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
7099         * gcc.c-torture/execute/20010129-1.c: New test.
7100         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
7102 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
7104         * gcc.dg/cpp/avoidpaste1.c: Test case.
7106 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
7108         * g++.old-deja/g++.other/inline18.C: New test.
7110 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7112         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
7113         and __builtin_putchar.
7115 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
7117         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
7118         tests.
7120 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
7122         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
7123         floating point number rounding mode to round to the nearest
7124         representable mode.
7126 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
7128         * g++.old-deja/g++.other/mangle2.C: New test.
7130 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
7132         * gcc.c-torture/compile/20010124-1.c: New test.
7134 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
7136         * g++.old-deja/g++.pt/spec38.C: New test.
7138 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7140         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
7141         "Build don't run".
7143 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7145         * gcc.c-torture/execute/20010123-1.c: New test.
7147 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
7149         * g++.old-deja/g++.pt/spec37.C: New test.
7151 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
7153         * g++.old-deja/g++.pt/overload14.C: New test.
7155 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7157         * gcc.c-torture/execute/20010122-1.c: New test, exercise
7158         __builtin_return_address.
7160 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
7162         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
7163         * g++.old-deja/g++.pt/spec35.C: New test.
7164         * g++.old-deja/g++.pt/spec36.C: New test.
7166 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
7168         * gcc.c-torture/compile/20010118-1.c: New test.
7170 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
7172         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
7174 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
7176         * gcc.c-torture/execute/20010119-1.c: New test.
7178 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
7180         * g++.old-deja/g++.other/vbase5.C: New test.
7182 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
7184         * gcc.c-torture/execute/20010118-1.c: New test.
7186 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
7188         * g++.old-deja/g++.pt/deduct3.C: New test.
7190 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
7192         * g++.old-deja/g++.pt/spec34.C: New test.
7194 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
7196         * g77.f-torture/compile/20000601-2.f: New test.
7198 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
7200         * g++.old-deja/g++.other/init17.C: New test.
7202 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
7204         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
7206 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
7208         * g++.old-deja/g++.pt/unify8.C: New test.
7210 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
7212         * g++.old-deja/g++.abi/vbase1.C: New test.
7214 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
7216         * g++.old-deja/g++.pt/crash65.C: New test.
7218 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
7220         * gcc.dg/cpp/assembl2.S: New test case.
7222 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
7224         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
7225         are supported.
7227 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7229         * g++.old-deja/g++.other/builtins1.C: New test.
7230         * g++.old-deja/g++.other/builtins2.C: Likewise.
7231         * g++.old-deja/g++.other/builtins3.C: Likewise.
7232         * g++.old-deja/g++.other/builtins4.C: Likewise.
7234 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
7236         * gcc.c-torture/compile/20010117-1.c: New test.
7237         * gcc.c-torture/compile/20010117-2.c: New test.
7239 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
7241         * g77.f-torture/execute/20010116.[fx]: New test,
7242         XFAIL on i?86-*-*.
7243         * g77.f-torture/compile/20010115.f: Indicate it's
7244         a test for PR fortran/1636.
7246 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
7248         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
7250 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
7252         * g77.f-torture/compile/20010115.f: New test.
7254 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
7256         * g++.old-deja/g++.pt/nontype5.C: New test.
7258 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
7260         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
7261         have an equivalent working one below it.
7263 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
7265         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
7266         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
7268 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
7270         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
7271         message containing "init_priority".
7272         (conpr-2.C): Likewise.
7273         (conpr-3.C): Likewise.
7274         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
7276 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7278         * gcc.c-torture/execute/20010114-2.c: New test.
7280 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
7282         * gcc.c-torture/compile/20010114-1.c: New test.
7283         * gcc.c-torture/compile/20010114-1.x: Xfail.
7284         * gcc.c-torture/compile/20010114-2.c: New test.
7285         * gcc.c-torture/execute/20010114-1.c: New test.
7286         * gcc.dg/trunc-1.c: New test.
7287         * gcc.dg/uninit-B.c: New test.
7289 2001-01-13  Nick Clifton  <nickc@redhat.com>
7291         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
7292         target.
7294 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
7296         * gcc.c-torture/compile/20010113-1.c: New test.
7298 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
7300         * gcc.c-torture/compile/20001212-1.c: New test.
7302 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
7304         * gcc.dg/cpp/widestr1.c: Update.
7305         * gcc.dg/cpp/prag-imp.c: Remove.
7307 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
7309         * gcc.c-torture/execute/20000801-3.x: Remove.
7310         * gcc.dg/c90-init-1.c: New test.
7311         * gcc.dg/c99-init-1.c: New test.
7312         * gcc.dg/c99-init-2.c: New test.
7313         * gcc.dg/gnu99-init-1.c: New test.
7315 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
7317         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
7318         testing that no relevant ones were found.
7320 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
7322         * g++.old-deja/g++.pt/cast2.C: New test.
7324 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
7326         * g++.old-deja/g++.pt/friend47.C: New test.
7328 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
7330         * g++.old-deja/g++.pt/instantiate13.C: New test.
7332 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
7334         * g++.old-deja/g++.other/defarg7.C: New test.
7335         * g++.old-deja/g++.other/defarg8.C: New test.
7337 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
7339         * g++.old-deja/g++.pt/crash64.C: New test.
7341 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
7343         * g++.old-deja/g++.pt/crash63.C: New test.
7345 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
7347         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
7349 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
7351         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
7353 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
7355         * g++.old-deja/g++.pt/error3.C: New test.
7357 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
7359         * g++.old-deja/g++.other/crash39.C: New test.
7361 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
7363         * g++.old-deja/g++.other/vbase4.C: New test.
7365 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
7367         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
7368         * gcc.dg/special/20000419-2.c: New file. Identical to above.
7369         * gcc.dg/special/special.exp: New test driver which will check
7370         for alias support for the above test.
7372 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
7374         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
7375         problems on small machines.
7376         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
7377         parameterize.
7379 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
7381         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
7382         mips.
7383         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
7385 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
7387         * g++.old_deja/g++.pt/using8.C: New test.
7389 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
7391         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
7393 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
7395         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
7396         where a failure is expected.
7397         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
7399 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
7401         * g++.old_deja/g++.pt/instantiate12.C: New test.
7403 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
7405         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
7406         start of structs.
7407         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
7408         * g++.old-deja/g++.brendan/crash17.C: Likewise.
7409         * g++.old-deja/g++.brendan/crash29.C: Likewise.
7410         * g++.old-deja/g++.brendan/crash48.C: Likewise.
7411         * g++.old-deja/g++.brendan/ns1.C: Likewise.
7412         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
7413         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
7414         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
7415         * g++.old-deja/g++.eh/spec6.C: Likewise.
7416         * g++.old-deja/g++.jason/crash3.C: Likewise.
7417         * g++.old-deja/g++.law/ctors11.C: Likewise.
7418         * g++.old-deja/g++.law/ctors17.C: Likewise.
7419         * g++.old-deja/g++.law/ctors5.C: Likewise.
7420         * g++.old-deja/g++.law/ctors9.C: Likewise.
7421         * g++.old-deja/g++.mike/ambig1.C: Likewise.
7422         * g++.old-deja/g++.mike/net22.C: Likewise.
7423         * g++.old-deja/g++.mike/p3538a.C: Likewise.
7424         * g++.old-deja/g++.mike/p3538b.C: Likewise.
7425         * g++.old-deja/g++.mike/virt3.C: Likewise.
7426         * g++.old-deja/g++.niklas/t128.C: Likewise.
7427         * g++.old-deja/g++.other/anon4.C: Likewise.
7428         * g++.old-deja/g++.other/using1.C: Likewise.
7429         * g++.old-deja/g++.other/warn3.C: Likewise.
7430         * g++.old-deja/g++.pt/t37.C: Likewise.
7431         * g++.old-deja/g++.robertl/eb69.C: Likewise.
7432         * g++.old-deja/g++.robertl/eb71.C: Likewise.
7434 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
7436         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
7438 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7440         * gcc.c-torture/execute/stdio-opt-3.c: New test.
7442 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
7444         * gcc.c-torture/compile/20010107-1.c: New test.
7446 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
7448         * gcc.c-torture/execute/builtin-noret-1.c: New test.
7450 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
7452         * gcc.dg/format/format.h: New file.
7453         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
7454         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
7455         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
7456         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
7457         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
7458         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
7459         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
7460         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
7461         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
7462         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
7463         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
7464         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
7465         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
7466         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
7467         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
7468         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
7469         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
7470         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
7471         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
7472         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
7473         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
7474         instead of declaring standard types, macros and functions in each
7475         test.
7477 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
7479         * gcc.c-torture/execute/20010106-1.c: New test.
7481 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
7483         * gcc.dg/format/format.exp: New file.
7484         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
7485         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
7486         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
7487         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
7488         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
7489         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
7490         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
7491         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
7492         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
7493         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
7494         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
7495         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
7496         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
7497         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
7498         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
7499         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
7500         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
7501         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
7502         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
7503         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
7504         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
7505         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
7506         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
7507         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
7508         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
7509         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
7510         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
7511         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
7512         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
7513         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
7514         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
7515         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
7516         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
7517         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
7518         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
7519         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
7520         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
7521         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
7522         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
7523         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
7524         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
7525         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
7527 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
7529         * gcc.c-torture/execute/991228-1.c: Take word endianness into
7530         account.
7532 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
7534         * gcc.c-torture/execute/builtin-complex-1.c: New test.
7536 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
7538         * g++.old-deja/g++.pt/crash62.C: New test.
7540 2001-01-04  Richard Henderson  <rth@redhat.com>
7542         * gcc.dg/20000926-1.c: Update expected warnings.
7543         * gcc.dg/array-2.c: Likewise.
7544         * gcc.dg/array-4.c: Also validate flexible array members.
7545         * gcc.dg/c99-flex-array-1.c: New.
7547 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
7549         * gcc.c-torture/compile/20001222-1.x: Remove.
7551 Thu Jan  4 13:54:11 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7553         * gcc.c-torture/execute/built-in-setjmp.c: New.
7555 2001-01-03  Richard Henderson  <rth@redhat.com>
7557         * gcc.dg/940510-1.c: Update expected error wording.
7558         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
7560 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
7562         * lib/target-supports.exp (check_alias_available): Modified to
7563         indicate aliases not supported if only weak aliases are supported.
7565 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7567         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
7568         Turn on cmpstrsi checks for __pj__ and __i370__.
7570 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
7572         * g++.old-deja/g++.other/virtual11.C: New test.
7574 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
7576         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
7578 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7580         * gcc.c-torture/compile/20010102-1.c: New test.
7582 2001-01-02  Andreas Jaeger  <aj@suse.de>
7584         * gcc.dg/noreturn-3.c: New test.
7586         * gcc.dg/noreturn-4.c: New test.
7588 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7590         * gcc.c-torture/execute/stdio-opt-1.c: Also test
7591         __builtin_fputc and __builtin_fwrite.
7593 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
7595         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
7596         signed char, not default char.
7598 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
7600         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
7602 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
7604         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
7606 2000-12-29  Richard Henderson  <rth@redhat.com>
7608         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
7609         (__cyg_profile_func_exit): Define.
7611 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
7613         * g++.dg/vtgc1.C: New test.
7615 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
7617         * gcc.dg/noncompile/20001228-1.c: New test.
7619         * gcc.dg/20001228-1.c: New test.
7621         * gcc.c-torture/execute/20001228-1.c: New test.
7623 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
7625         * gcc.dg/format-strfmon-1.c: New test.
7627 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7629         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
7630         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
7631         * gcc.c-torture/execute/string-opt-1.c: Likewise.
7632         * gcc.c-torture/execute/string-opt-2.c: Likewise.
7633         * gcc.c-torture/execute/string-opt-3.c: Likewise.
7634         * gcc.c-torture/execute/string-opt-4.c: Likewise.
7635         * gcc.c-torture/execute/string-opt-6.c: Likewise.
7636         * gcc.c-torture/execute/string-opt-7.c: Likewise.
7637         * gcc.c-torture/execute/string-opt-8.c: Likewise.
7638         * gcc.c-torture/execute/string-opt-9.c: Likewise.
7639         * gcc.c-torture/execute/string-opt-10.c: Likewise.
7640         * gcc.c-torture/execute/string-opt-11.c: Likewise.
7641         * gcc.c-torture/execute/string-opt-12.c: Likewise.
7643         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
7644         * gcc.c-torture/execute/string-opt-4.c: Test index.
7646 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
7648         * gcc.c-torture/compile/20001226-1.c: New test.
7650 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
7652         * gcc.c-torture/compile/20001222-1.c: New test.
7653         * gcc.c-torture/compile/20001222-1.x: Xfail.
7655 Fri Dec 22 06:45:03 2000  Alexandre Oliva  <aoliva@redhat.com>
7657         * gcc.c-torture/execute/comp-goto-2.c: New test.
7659 Thu Dec 21 22:43:03 2000  J"orn Rennecke <amylaar@redhat.com>
7661         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
7662         Use long types if __INT_MAX__ is 32767.
7663         (main): Use cast to (sint32 *) when poking 88 into a_page.
7665         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
7667 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
7669         * gcc.c-torture/compile/20001221-1.c: New test.
7670         * gcc.c-torture/execute/20001221-1.c: New test.
7672 2000-12-20  Richard Henderson  <rth@redhat.com>
7674         * g++.old-deja/g++.pt/crash36.C: Update error lines.
7675         * g++.old-deja/g++.robertl/eb109.C: Likewise.
7677 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7679         * gcc.dg/compare3.c: New test.
7681 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
7683         * gcc.dg/format-warnll-1.c: New test.
7685 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
7687         * gcc.dg/cpp/cmdlne-P.c: New test.
7689 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
7691         * gcc.c-torture/execute/builtin-abs-1.c,
7692         gcc.c-torture/execute/builtin-abs-2.c: New tests.
7694 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
7696         * gcc.dg/cpp/multiline.c: New test.
7698 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
7700         * g++.old-deja/g++.other/syshdr1.C: Update.
7701         * gcc.dg/cpp/lineflags.c: Remove temporarily.
7703 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7705         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
7707 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7709         * g++.old-deja/g++.pt/ttp65.C: New test.
7711 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7713         * g++.old-deja/g++.pt/ttp64.C: New test.
7715 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7717         * g++.old-deja/g++.pt/spec33.C: New test.
7719 2000-12-14  Catherine Moore  <clm@redhat.com>
7721         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
7722         * gcc.c-torture/execute/920612-2.c: Likewise.
7723         * gcc.c-torture/execute/920428-2.c: Likewise.
7724         * gcc-c-torture/execute/va-arg-11.c: Call exit.
7725         * gcc.c-torture/execute/va-arg-21.c: Likewise.
7727 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7729         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
7730         * gcc.dg/pack-test-2.c: Likewise.
7732 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
7734         Tests by Zack Weinberg <zackw@stanford.edu>.
7736         * gcc.dg/cpp/defined.c: Update.
7737         * gcc.dg/cpp/defined_trad.c: New tests.
7739 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
7741         * gcc.dg/cpp/trad-direct.c: Update.
7743 2000-12-11  Neil Booth  <neilb@earthling.net>
7745         * gcc.dg/cpp/defined_trad.c
7747 2000-12-11  Neil Booth  <neilb@earthling.net>
7749         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
7751 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
7753         * gcc.dg/format-miss-2.c: New test.
7755 2000-12-09  Neil Booth  <neilb@earthling.net>
7757         * gcc.dg/cpp/lineflags.c: New tests.
7758         * gcc.dg/cpp/poison.c: Update.
7759         * gcc.dg/cpp/redef2.c: Update.
7760         * gcc.dg/cpp/skipping.c: New test.
7762 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
7764         * g++.old-deja/g++.other/eh3.C: New testcase.
7766 2000-12-07  Neil Booth  <neilb@earthling.net>
7768         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
7769         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
7770         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
7771         wtr-union-init-2.c, wtr-union-init-3.c: Update.
7772         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
7773         Update.
7775 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
7777         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
7778         __SIZE_TYPE__ instead of int for type of integers cast to
7779         pointers.
7781 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
7783         * g++.old-deja/g++.other/cleanup4.C: New test.
7785 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
7787         * format-sec-1.c: New test.
7789 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
7791         * gcc.dg/format-nonlit-3.c: New test.
7793 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
7795         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
7796         through a null pointer.
7798 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7800         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
7801         * g++.old-deja/g++.pt/partial4.C: New test.
7803 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
7805         * gcc.c-torture/execute/ieee/hugeval.x: New.
7807 2000-12-06  Neil Booth  <neilb@earthling.net>
7809         * gcc.dg/cpp/backslash2.c: New tests.
7811 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7813         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
7814         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
7816 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
7818         * gcc.c-torture/execute/20001203-2.c: New testcase.
7820 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
7822         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
7823         * g++.old-deja/g++.other/virtual10.C: New test.
7825 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
7827         * g++.old-deja/g++.mike/pmf5.C: Remove test.
7829 2000-12-05  Richard Henderson  <rth@redhat.com>
7831         * gcc.c-torture/compile/20001205-1.c: New.
7833 2000-12-04  Neil Booth  <neilb@earthling.net>
7835         * g++.old-deja/g++.other/virtual9.C: New test.
7836         * g++.old-deja/g++.pt/crash61.C: New test.
7837         * gcc.c-torture/execute/loop-9.c: New test.
7839 2000-12-04  Neil Booth  <neilb@earthling.net>
7841         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
7842         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
7843         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
7844         * gcc.dg/cpp/extratokens.c: ...here.
7846 2000-12-04  Neil Booth  <neilb@earthling.net>
7848         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
7849         New tests.
7851 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7853         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
7854         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
7856 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
7858         * gcc.c-torture/execute/20001203-1.c: New test.
7860 2000-12-03  Neil Booth  <neilb@earthling.net>
7862         * gcc.dg/cpp/macro6.c: New test cases.
7864 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7866         * gcc.c-torture/execute/string-opt-9.c: New test.
7867         * gcc.c-torture/execute/string-opt-10.c: Likewise.
7868         * gcc.c-torture/execute/string-opt-11.c: Likewise.
7869         * gcc.c-torture/execute/string-opt-12.c: Likewise.
7871         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
7872         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
7874 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
7876         * gcc.dg/cpp/if-6.c: New testcase.
7878         * gcc.dg/20001201-1.c: New testcase.
7880 2000-12-02  Neil Booth  <neilb@earthling.net>
7882         * g++.old-deja/g++.other/externC4.C,
7883         g++.old-deja/g++.other/friend10.C: New tests.
7885 2000-12-02  Neil Booth  <neilb@earthling.net>
7887         * g++.old-deja/g++.other/instan2.C
7888         * g++.old-deja/g++.other/instan3.C: New test.
7890 2000-12-02  Neil Booth  <neilb@earthling.net>
7892         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
7893         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
7894         gnuc99.c,gnuc99-pedantic.c: New tests.
7896 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
7898         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
7899         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
7901 2000-12-01  Neil Booth  <neilb@earthling.net>
7903         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
7904         * gcc.dg/cpp/poison.c: Update.
7905         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
7907 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
7909         * g77.f-torture/execute/20001201.f: New test.
7911 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
7913         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
7915 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
7917         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
7919 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
7921         * g++.old-deja/g++.other/cast6.C: New test.
7923 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
7925         * gcc.c-torture/execute/20001130-2.c: New testcase.
7927 2000-11-30  Richard Henderson  <rth@redhat.com>
7929         * gcc.c-torture/execute/20001130-1.c: New test.
7931 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
7933         * g++.old-deja/g++.other/op3.C: New test.
7935 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
7937         * g++.old-deja/g++.other/op2.C: New test.
7939 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
7941         * g++.old-deja/g++.other/crash38.C: New test.
7943 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
7945         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
7947 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
7949         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
7950         tests.
7951         * gcc.c-torture/execute/string-opt-6.c: New test.
7953         * gcc.dg/20001117-1.c: Add main.
7955 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
7957         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
7958         Move from here ...
7959         * gcc.dg/940510-1.c: ... to here.
7961         * gcc.dg/20000926-1.c: GNU C now allows initializations of
7962         zero-size arrays in toplevel structures.
7964 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
7966         * gcc.c-torture/execute/loop-8.c: New test.
7968 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
7970         * g++.old-deja/g++.other/base1.C: New test.
7972 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
7974         * g++.old-deja/g++.other/parse2.C: New test.
7976 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
7978         * g++.old-deja/g++.pt/incomplete1.C: New test.
7980 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
7982         * g++.old-deja/g++.other/friend9.C: New test.
7984 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
7986         * gcc.dg/20001127-1.c: New test.
7988 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
7990         * g++.old-deja/g++.pt/friend46.C: New test.
7992 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
7994         * g++.old-deja/g++.other/ptrmem8.C: New test.
7996 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7998         * gcc.c-torture/execute/string-opt-7.c: New test.
7999         * gcc.c-torture/execute/string-opt-8.c: Likewise.
8001 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
8003         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
8004         instead of 'mkcheck 2'.
8006 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
8008         * gcc.c-torture/execute/memcheck/driver.c,
8009         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
8010         C9X references to refer to C99.
8012 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
8014         * gcc.dg/ultrasp3.c: New test.
8016 2000-11-25  Neil Booth  <neilb@earthling.net>
8018         * gcc.dg/cpp/include2.c: Update test to be locale independent.
8020 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
8022         * gcc.c-torture/compile/20001123-2.c: New.
8024 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8026         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
8028 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
8030         * gcc.dg/sequence-point-1.c: Add some new tests.
8031         * gcc.c-torture/execute/20001124-1.c: New test.
8033 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
8035         * g++.old-deja/g++.other/vaarg4.C: New test.
8036         * gcc.c-torture/compile/20001123-1.c: New test.
8038 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
8040         * g++.other/crash24.C: Adjust and remove XFAIL.
8041         * g++.other/crash37.C: New test.
8043 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
8045         * g++.old-deja/g++.pt/instantiate9.C: New test.
8047 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
8049         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
8050         new ABI, too.
8052         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
8053         * g++.old-deja/g++.robertl/eb55.C: Likewise.
8055 2000-11-22  Neil Booth  <neilb@earthling.net>
8057         * gcc.dg/cpp/Wtrigraphs.c: New test.
8059 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
8061         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
8063 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
8065         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
8067 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
8069         * lib/gcc-dg.exp: load_lib scanasm.exp.
8070         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
8071         * lib/g++-dg.exp: load_lib scanasm.exp.
8072         * lib/scanasm.exp: New.
8073         (scan-assembler, scan-assembler-not): Add optional arguments to
8074         test name, or if not present, the pattern name.
8075         (scan-assembler-dem, scan-assembler-dem-not): New.
8077         * g++.dg/dg.exp: New.
8079 2000-11-21  Neil Booth  <neilb@earthling.net>
8081         * gcc.dg/cpp/integrated1.c: Remove.
8083 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
8085         * gcc.c-torture/execute/20001121-1.c: New test.
8087 2000-11-21  Richard Henderson  <rth@redhat.com>
8089         * gcc.c-torture/compile/20001121-1.c: New test.
8091 2000-11-20  Neil Booth  <neilb@earthling.net>
8093         * gcc.dg/cpp/integrated1.c: New test.
8095 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
8097         * g++.old-deja/g++.other/inline17.C: New test.
8099 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
8101         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
8102         local variable to be zero: I made the variable global. Now
8103         uses abort() and exit() instead of relying on main's return value.
8105 2000-11-20  Neil Booth  <neilb@earthling.net>
8107         * gcc.dg/cpp/paste2.c: Update test.
8108         * objc/execute/paste.m: New test.
8110 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
8112         * gcc.dg/c99-condexpr-1.c: New test.
8114 2000-11-20  Neil Booth  <neilb@earthling.net>
8116         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
8118 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
8120         * g++.old-deja/g++.pt/export1.C: New test.
8122 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
8124         * gcc.dg/20001117-1.c: New test.
8126 2000-11-18  Richard Henderson  <rth@redhat.com>
8128         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
8130 2000-11-18  Richard Henderson  <rth@redhat.com>
8132         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
8133         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
8134         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
8136 2000-11-18  Richard Henderson  <rth@redhat.com>
8138         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
8139         (main): New.  Exit cleanly.
8141 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8143         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
8144         gcc.dg/c99-fordecl-2.c: New tests.
8146 2000-11-18  Richard Henderson  <rth@redhat.com>
8148         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
8149         * gcc.c-torture/execute/zerolen-2.c: New.
8151 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8153         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
8154         memory.
8156 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
8158         * g++.old-deja/g++.pt/instantiate8.C: New test.
8160 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
8162         * g++.old-deja/g++.other/incomplete.C: Add more tests.
8163         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
8165 2000-11-16  Nick Clifton  <nickc@redhat.com>
8167         * gcc.c-torture/execute/nestfunc-2.c: New test.
8168         * gcc.c-torture/execute/nestfunc-3.c: New test.
8170 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
8172         * gcc.c-torture/compile/20001116-1.c: New test.
8174 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8176         * gcc.c-torture/execute/20001115-1.c: New test.
8178 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
8180         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
8181         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
8182         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
8183         * g++.old-deja/g++.abi/vmihint.C: Likewise.
8185 2000-11-15  Neil Booth  <neilb@earthling.net>
8187         gcc.dg/cpp/_Pragma1.c: Update.
8188         gcc.dg/cpp/_Pragma2.c: New test.
8190 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
8192         * g++.old-deja/g++.other/anon5.C: New test.
8194 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
8196         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
8197         tests.
8199 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
8201         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
8202         output.
8204 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8206         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
8207         labels at end of compound statements.
8209 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
8211         * gcc.c-torture/execute/loop-7.c: New test.
8213 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8215         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
8217 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8219         * gcc.dg/c99-bool-1.c: New test.
8221 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8223         * gcc.dg/c99-scope-1.c: Remove xfail.
8224         * gcc.dg/c99-scope-2.c: New test.
8226 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8228         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
8229         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
8231 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
8233         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
8234         error messages.
8236         * g++.mike/p700.C: Don't typedef wchar_t.
8237         * g++.mike/p784.C: Likewise.
8238         * g++.mike/eb101.C: Don't use __wchar_t.
8240 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
8242         * g77.f-torture/execute/20001111.[fx]: Test premature exit
8243         from DO loop.
8245 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
8247         * gcc.c-torture/execute/20001111-1.c: New test.
8249 2000-11-10  Nick Clifton  <nickc@redhat.com>
8251         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
8252         long multuiple and accumulate.
8254 2000-11-09  Richard Henderson  <rth@redhat.com>
8256         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
8257         via size_t instead of int.
8259         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
8260         * gcc.c-torture/execute/string-opt-2.c: Likewise.
8261         * gcc.c-torture/execute/string-opt-3.c: Likewise.
8262         * gcc.c-torture/execute/string-opt-4.c: Likewise.
8264 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
8266         * gcc.c-torture/compile/20001109-1.c: New test.
8267         * gcc.c-torture/compile/20001109-2.c: New test.
8269 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
8271         * g++.old-deja/g++.pt/operator1.C: New test.
8272         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
8274 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
8276         * gcc.dg/20001108-1.c: New test.
8278 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
8280         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
8281         with both arguments constant strings.
8282         * gcc.c-torture/execute/string-opt-3.c: New test.
8283         * gcc.c-torture/execute/string-opt-4.c: New test.
8284         * gcc.c-torture/execute/string-opt-5.c: New test.
8286 2000-11-08  Nick Clifton  <nickc@redhat.com>
8288         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
8289         mulsidi3adddi patterns.
8291 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
8293         * g++.old-deja/g++.other/crash36.C: New test.
8295 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
8297         * g++.old-deja/g++.other/init16.C: New test.
8299 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
8301         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
8303 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
8305         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
8306         * gcc.c-torture/execute/va-arg-16.x: Likewise.
8307         * gcc.c-torture/execute/va-arg-17.x: Likewise.
8309 2000-11-07  DJ Delorie  <dj@redhat.com>
8311         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
8313 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8315         * gcc.c-torture/execute/string-opt-1.c: New test.
8317 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
8319         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
8320         mips-sgi-irix6.* because the MIPS ABI passes floating-point
8321         parameters in registers, and there is no way for a varargs
8322         function to know in which order the integer and floating-point
8323         parameters should be interleaved when they are placed on the
8324         stack.
8325         * gcc.c-torture/execute/va-arg-16.x: Likewise.
8326         * gcc.c-torture/execute/va-arg-17.x: Likewise.
8328 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8330         * gcc.c-torture/execute/string-opt-2.c: New test.
8332 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
8334         * g++.old-deja/g++.pt/crash60.C: New test.
8336 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
8338         * g++.old-deja/g++.other/crash24.C: New test.
8339         * g++.old-deja/g++.other/crash25.C: New test.
8340         * g++.old-deja/g++.other/crash26.C: New test.
8341         * g++.old-deja/g++.other/crash27.C: New test.
8342         * g++.old-deja/g++.other/crash28.C: New test.
8343         * g++.old-deja/g++.other/crash29.C: New test.
8344         * g++.old-deja/g++.other/crash30.C: New test.
8345         * g++.old-deja/g++.other/crash31.C: New test.
8346         * g++.old-deja/g++.other/crash32.C: New test.
8347         * g++.old-deja/g++.other/crash33.C: New test.
8348         * g++.old-deja/g++.other/crash34.C: New test.
8349         * g++.old-deja/g++.other/crash35.C: New test.
8351 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
8353         * gcc.c-torture/execute/20001031-1.c: New test.
8355 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
8357         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
8358         namespace.
8360         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
8361         standards-conformant.
8363         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
8365         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
8366         * g++.old-deja/g++.mike/p755a.C: Likewise.
8367         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
8368         library makes no calls to `operator new' during initialization.
8370 2000-11-04  Neil Booth  <neilb@earthling.net>
8372         * gcc.dg/cpp/include2.c: New tests.
8374 Fri Nov  3 13:32:14 2000  Mark P Mitchell  <mark@codesourcery.com>
8376         * lib/g++.exp (g++_set_ld_library_path): New function.
8377         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
8379 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
8381         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
8382         warnings.
8384 2000-11-01  Richard Henderson  <rth@redhat.com>
8386         * g++.old-deja/g++.ext/namedret1.C: New.
8387         * g++.old-deja/g++.ext/namedret2.C: New.
8388         * g++.old-deja/g++.ext/namedret3.C: New.
8390 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
8392         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
8393         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
8395 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8397         * gcc.c-torture/execute/va-arg-21.c: New test.
8399 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
8401         * gcc.dg/c99-complex-2.c: New test.
8403 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8405         * gcc.c-torture/execute/stdio-opt-1.c: New test.
8407 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
8409         * g++.old-deja/g++.other/inline16.C: New test.
8411 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
8413         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
8414         __PRETTY_FUNCTION__
8416 2000-10-29  Neil Booth  <neilb@earthling.net>
8418         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
8419         New tests.
8420         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
8421         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
8422         optimisation.
8424 2000-10-29  Neil Booth  <neilb@earthling.net>
8426         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
8427         * mi1.c, mi1c.h: Add null directives to multiple-include test.
8428         * mi5.c: Test multiple includes work with -C.
8429         * trigraphs.c: Test ^= version.
8431 2000-10-28  Neil Booth  <neilb@earthling.net>
8433         New tests and test updates for new macro expander.
8435         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
8436         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
8437         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
8438         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
8439         new diagnostic messages.
8441         * gcc.dg/cpp/macro3.c: New tests.
8443 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
8445         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
8446         on the same line.
8448 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
8450         * g++.old-deja/g++.other/eh2.C: New test.
8452 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
8454         * gcc.c-torture/execute/20001027-1.c: New test.
8456 2000-10-26  Richard Henderson  <rth@redhat.com>
8458         * gcc.c-torture/execute/20001026-1.c: New.
8460 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
8462         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
8463         * g++.old-deja/g++.law/builtin1.C: Likewise.
8464         * g++.old-deja/g++.law/ctors10.C: Likewise.
8465         * g++.old-deja/g++.law/virtual3.C: Likewise.
8466         * g++.old-deja/g++.mike/p658.C: Likewise.
8467         * g++.old-deja/g++.other/sibcall1.C: Likewise.
8468         * g++.old-deja/g++.other/vaarg2.C: Likewise.
8469         * g++.old-deja/g++.robertl/eb124.C: Likewise.
8470         * g++.old-deja/g++.robertl/eb44.C: Likewise.
8471         * g++.old-deja/g++.robertl/eb77.C: Likewise.
8473 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
8475         * gcc.c-torture/compile/20001024-1.c: New test.
8477 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
8479         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
8480         to tell us whether or not we are using V3.
8482 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
8484         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
8485         operands.
8487 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
8489         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
8491 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
8493         * gcc.c-torture/execute/20001024-1.c: New test.
8495 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
8497         * g++.old-deja/g++.other/sibcall1.C: New test.
8499 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
8501         * gcc.dg/noncompile/init-3.c: New test.
8503 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
8505         * gcc.dg/format-array-1.c: New test.
8507 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8509         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
8510         writing through null pointers; remove comment about testing
8511         unterminated strings.
8513 2000-10-17  Matthew Hiller  <hiller@redhat.com>
8515         * gcc.c-torture/execute/20001017-2.c: New test.
8517 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8519         * gcc.c-torture/compile/20001018-1.c: New test.
8520         * gcc.c-torture/compile/20001018-1.x: Xfail.
8522 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8524         * gcc.c-torture/execute/20001017-1.c: New test.
8526 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8528         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
8529         for multiple use of arguments with scanf formats; add tests for
8530         multiple use of arguments.
8532 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
8534         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
8536 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8538         * gcc.dg/format-miss-1.c: New test.
8540 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
8542         * gcc.c-torture/execute/20001013-1.c: New test.
8544 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
8546         * gcc.dg/format-branch-1.c: New test.
8548 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
8550         * README, lib/file-format.exp: Remove EGCS references.
8552 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
8554         * gcc.dg/20001013-1.c: New test.
8556 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
8558         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
8559         for intmax_t in the compiler using __typeof__ and the type rules
8560         for conditional expressions.
8562 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
8564         * gcc.dg/20001012-1.c: New test.
8565         * gcc.dg/20001012-2.c: New test.
8567 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
8569         * gcc.dg/format-attr-1.c: New test.
8571 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
8573         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
8574         __LONG_LONG_MAX__ instead of LLONG_MAX.
8576 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
8578         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
8579         scanf flags.
8580         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
8581         flags.
8583 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
8585         * gcc.dg/sequence-pt-1.c: New test.
8587 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
8589         * gcc.c-torture/execute/20001011-1.c: New testcase.
8590         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
8592 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
8594         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
8595         does not error on it.
8597 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
8599         * gcc.dg/20001009-1.c: New test.
8601 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8603         * gcc.c-torture/compile/20001009-1.c: Move from here ....
8604         * gcc.c-torture/execute/20001009-2.c: ... to here.
8606 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
8608         * gcc.c-torture/compile/20001009-1.c: New testcase.
8609         * gcc.c-torture/execute/20001009-1.c: New testcase.
8610         Testcases provided by Jan Hubicka <jh@suse.cz>.
8612 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
8614         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
8615         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
8616         uintmax_t using <limits.h> to emulate the compiler's internal
8617         logic.  No longer XFAIL %j tests.
8619 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
8621         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
8622         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
8623         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
8624         regexps and details of expected handling of some bad formats.
8625         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
8626         suppression.
8628 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
8630         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
8631         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
8632         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
8633         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
8634         in list archives.
8636 2000-10-06  Richard Henderson  <rth@cygnus.com>
8638         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
8639         * g++.old-deja/g++.brendan/crash52.C: Likewise.
8640         * g++.old-deja/g++.jason/report.C: Likewise.
8641         * g++.old-deja/g++.law/friend5.C: Likewise.
8642         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
8643         of the expected warnings.
8645 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
8647         * g++.old-deja/g++.pt/enum14.C: New test.
8649 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
8651         * g++.old-deja/g++.pt/crash59.C: New test.
8653 2000-10-04  Will Cohen  <wcohen@redhat.com>
8655         * gcc.dg/20000926-1.c: New test.
8657 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
8659         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
8660         function name for current C++ compiler.
8661         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
8663 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
8665         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
8666         __PRETTY_FUNCTION__.
8667         * g++.old-deja/g++.ext/pretty2.C: Likewise.
8669 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8671         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
8673 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
8675         * gcc.c-torture/compile/20000923-1.c: New test.
8677 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
8679         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
8680         * g++.old-deja/g++.pt/ttp62.C: Same.
8681         * g++.old-deja/g++.other/inline14.C: Same.
8683 2000-09-24  Richard Henderson  <rth@cygnus.com>
8685         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
8687 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
8689         * gcc.dg/c90-printf-1.c: Add test for wide string format.
8691 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
8693         * gcc.c-torture/compile/20000922-1.c: New file.
8695 2000-09-21  Nick Clifton  <nickc@redhat.com>
8697         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
8698         a signed long modulo operation.
8699         (mod6): New function - perform an unsigned long modulo operation.
8700         (main): Add tests for modulos of very large numbers by very small
8701         dividends.
8703 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8705         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
8707 2000-09-19  Richard Henderson  <rth@cygnus.com>
8709         * gcc.dg/compare2.c (case 10): XFAIL.
8711 2000-09-18  Richard Henderson  <rth@cygnus.com>
8713         * gcc.c-torture/execute/20000906-1.c: Move ...
8714         * gcc.dg/20000906-1.c: ... here.  Only run on targets
8715         that support __builtin_trap.
8717 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
8719         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
8721 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8723         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
8724         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
8725         more $ format tests.
8727 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8729         * gcc.dg/format-errmk-1.c: New test.
8731 2000-09-17  Greg McGary  <greg@mcgary.org>
8733         * gcc.c-torture/execute/20000917-1.x: Remove.
8735 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8737         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
8739 2000-09-17  Greg McGary  <greg@mcgary.org>
8741         * gcc.c-torture/execute/20000917-1.c: New test.
8742         * gcc.c-torture/execute/20000917-1.x: XFAIL.
8744 Sat 16-Sep-2000 08:14:58 BST  Neil Booth  <NeilB@earthling.net>
8746         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
8747         in nested macro bug.
8749 Fri 15-Sep-2000 06:50:11 BST  Neil Booth  <NeilB@earthling.net>
8751         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
8753 Thu Sep 14 16:48:49 2000  Jeffrey A Law  (law@cygnus.com)
8755         * gcc.c-torture/execute/20000914-1.c: New test.
8757 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
8759         * g++.other/inline13.C: New test.
8761 2000-09-12  Andreas Jaeger  <aj@suse.de>
8763         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
8764         constant by Ulrich Drepper <drepper@redhat.com>.
8766 Tue Sep 12 18:32:07 2000  J"orn Rennecke <amylaar@redhat.co.uk>
8768         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
8770 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8772         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
8774 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
8776         * gcc.dg/cpp/backslash.c: New test.
8778 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
8780         * gcc.c-torture/execute/20000910-1.c: New test.
8781         * gcc.c-torture/execute/20000910-2.c: Likewise.
8783 2000-09-11  Robert Lipe  <robertl@sco.com>
8785         * gcc.dg/pragma-align.c: New test.
8787 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
8789         * g++.old-deja/g++.pt/explicit82.C: New test.
8790         * g++.old-deja/g++.pt/explicit83.C: New test.
8792 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
8794         * gcc.dg/asm-names.c: New test.
8796 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8798         * gcc.dg/cpp/tr-warn6.c: New test
8800 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
8802         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
8803         be accepted.
8805 2000-09-07  Catherine Moore  <clm@redhat.com>
8807         * gcc.c-torture/execute/unroll-1.c: New test.
8809 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
8811         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
8812         ERROR markers.
8813         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
8814         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
8815         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
8816         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
8817         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
8818         Preprocess only.
8819         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
8820         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
8822 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
8824         * g++.old-deja/g++.pt/deduct2.C: New test.
8826 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
8828         * g++.old-deja/g++.pt/parms2.C: New test.
8830 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
8832         * g++.old-deja/g++.pt/crash58.C: New test.
8834 2000-09-06  Greg McGary  <greg@mcgary.org>
8836         * gcc.c-torture/execute/20000906-1.c: New test.
8837         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
8839 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8841         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
8843 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
8845         * g++.old-deja/g++.pt/crash57.C: New test.
8847 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
8849         * g++.old-deja/g++.pt/crash56.C: New test.
8851 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
8853         * g++.old-deja/g++.pt/koenig1.C: New test.
8855 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
8857         * gcc.dg/20000904-1.c: New test.
8859 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
8861         * gcc.dg/cpp/paste8.c: New test.
8863 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
8865         * gcc.c-torture/compile/20000827-1.c: New test.
8867 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
8869         * gcc.dg/format-diag-1.c: New test.
8871 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
8873         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
8874         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
8875         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
8876         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
8877         gcc.dg/formatz-1.c: Adjust warning regular expressions.
8879 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
8881         * g++.old-deja/g++.other/nested4.C: New test.
8883 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
8885         * g++.old-deja/g++.ns/scoped1.C: New test.
8887 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
8889         * lib/g++.exp: Support testing already-installed GCC.
8891 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8893         * wtr-label-1.c, wtr-suffix-1.c: New tests.
8895 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8897         * gcc.dg/return-type-2.c: New test.
8899 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
8901         * gcc.c-torture/compile/20000825-1.c: New test.
8903 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
8905         * gcc.dg/dwarf2-2.c: New test.
8907 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
8909         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
8910         dg-warning regexps.
8912 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
8914         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
8915         gcc.dg/format-ext-5.c: New tests.
8917 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
8919         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
8921 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
8923         * gcc.dg/noncompile/930622-2.c: Adjust error message.
8925 2000-08-24  Richard Henderson  <rth@cygnus.com>
8927         * gcc.dg/ia64-sync-1.c: New test.
8928         * gcc.dg/ia64-sync-2.c: New test.
8929         * gcc.dg/ia64-asm-1.c: New test.
8931 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
8933         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
8934         * gcc.dg/format-ext-2.c: New test.
8936 2000-08-23  Jason Merrill  <jason@redhat.com>
8938         * lib/old-dejagnu.exp: Also ignore "In member function" and
8939         "At global scope".
8941 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8943         * gcc.dg/noncompile/label-lineno-1.c: New test.
8945 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
8947         * gcc.dg/c99-array-nonobj-1.c: New test.
8949 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
8951         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
8952         tests.
8953         * gcc.dg/format-ext-1.c: New test.
8955 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8957         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
8958         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
8959         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
8960         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
8961         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
8963 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
8965         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
8966         gcc.dg/c99-strftime-2.c: New tests.
8968 2000-08-22  Richard Henderson  <rth@cygnus.com>
8970         * gcc.c-torture/execute/20000822-1.c: New test.
8972 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
8974         * gcc.c-torture/execute/20000819-1.x: Remove.
8976 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
8978         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
8979         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
8980         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
8981         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
8982         gcc.dg/format-xopen-1.c: New tests.
8984 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
8986         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
8988 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
8990         * g++.old-deja/g++.other/loop2.C: New test.
8992         * gcc.c-torture/compile/20000606-1.c: New test.
8993         * gcc.c-torture/compile/20000728-1.c: New test.
8994         * gcc.c-torture/execute/20000801-1.c: New test.
8995         * gcc.c-torture/execute/20000801-2.c: New test.
8996         * gcc.c-torture/execute/20000819-1.c: New test.
8997         * gcc.c-torture/execute/20000819-1.x: XFAIL.
8998         * gcc.dg/20000629-1.c: New test.
8999         * gcc.dg/20000724-1.c: New test.
9000         * gcc.dg/20000807-1.c: New test.
9002 Sun Aug 20 01:41:35 MSD 2000 Dennis Chernoivanov <cdi@sparc.spb.su>
9004         * gcc.dg/cpp/pragma-1.c: New test.
9005         * gcc.dg/cpp/pragma-2.c: New test.
9007 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
9009         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
9010         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
9012 Fri Aug 18 16:57:35 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9014         * gcc.c-torture/compile/20000818-1.c: New test.
9016 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
9018         * gcc.c-torture/execute/20000818-1.c: New test.
9020 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
9022         * gcc.dg/format-va-1.c: New test.
9024 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
9026         * g++.old-deja/g++.other/typedef8.C: New test.
9028 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
9030         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
9031         * g++.old-deja/g++.mike/net36.C: Mark candidate.
9032         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
9033         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
9034         * g++.old-deja/g++.other/ptrmem7.C: New test.
9035         * g++.old-deja/g++.pt/ptrmem10.C: New test.
9037 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
9039         * g++.old-deja/g++.pt/typename27.C: New test.
9041 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
9043         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
9044         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
9045         * g++.old-deja/g++.pt/friend45.C: New test.
9046         * g++.old-deja/g++.other/friend8.C: New test.
9048 2000-08-15  Richard Henderson  <rth@cygnus.com>
9050         * gcc.c-torture/execute/20000815-1.c: New test.
9052 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
9054         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
9055         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
9056         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
9058 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
9060         * g++.old-deja/g++.other/refinit2.C: New test.
9062 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
9064         * lib/c-torture.exp (c-torture): Make
9065         compiler_conditional_xfail_data global.
9066         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
9067         compiler_conditional_xfail_data machinery.
9068         (f-torture-execute): Likewise.
9069         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
9070         and only when unrolling loops.
9072         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
9074 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
9076         * g++.old-deja/g++.pt/explicit81.C: New test.
9078 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
9080         * g++.old-deja/g++.pt/typename26.C: New test.
9082 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
9084         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
9085         warning.
9087 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
9089         * g++.old-deja/g++.other/array3.C: New test.
9091 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
9093         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
9094         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
9095         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
9096         New tests.
9098 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
9100         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
9101         * g++.old-deja/g++.abi/vmihint.C: Likewise.
9103 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
9105         * gcc.c-torture/execute/20000808-1.c: New test.
9107 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
9109         * gcc.dg/c90-const-expr-1.c: New test.
9111 2000-08-08  Richard Henderson  <rth@cygnus.com>
9113         * gcc.dg/noncompile/920923-1.c: Declare calloc.
9115 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
9117         * gcc.dg/noncompile/const-ll-1.c: New test.
9119 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
9121         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
9123 Sun Aug  6 11:41:51 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
9125         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
9126         that running programs linked against the shared version of libobjc
9127         run correctly.
9129 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
9131         * gcc.dg/c99-printf-1.c: New test.
9133 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
9135         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
9137 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
9139         * gcc.c-torture/execute/20000731-1.x: Delete.
9141 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
9143         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
9144         and torture_without_loops as is done by c-torture.exp.
9145         (search_for): Copy from c-torture.exp.
9146         (gcc-dg-runtest): New function, drives a directory of tests
9147         iterating over the TORTURE_OPTIONS.
9148         (scan-assembler, scan-assembler-not): Move here from
9149         individual directory drivers.
9151         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
9152         defined by lib/gcc-dg.exp.
9153         * gcc.dg/cpp/cpp.exp: Likewise.
9154         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
9155         gcc-dg-runtest, so we cycle over optimization options.
9157         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
9158         * gcc.dg/compare2.c: No longer expected to fail.
9160 Fri Aug  4 23:00:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9162         * gcc.c-torture/execute/20000804-1.c: New test.
9164 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
9166         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
9168 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
9170         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
9172 Thu Aug  3 01:46:33 2000  Jeffrey A Law  (law@cygnus.com)
9174         * gcc.c-torture/compile/20000803-1.c: New test.
9176 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
9178         * gcc.c-torture/execute/20000801-3.c,
9179         gcc.c-torture/execute/20000801-4.c: New tests.
9180         * gcc.c-torture/execute/20000801-3.x,
9181         gcc.c-torture/execute/20000801-4.x: Xfail.
9183 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
9185         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
9186         libobjc/.libs to allow for libtool.
9188 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
9190         * gcc.c-torture/compile/20000802-1.c: New test.
9192 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
9194         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
9196 Mon Jul 31 21:14:49 2000  Jeffrey A Law  (law@cygnus.com)
9198         * gcc-c-torture/execute/20000731-2.c: New test.
9200         * gcc.c-torture/execute/20000731-1.c: New test.
9201         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
9203 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
9205         * testsuite/gcc.dg/cpp/paste7.c: New test.
9206         * gcc.dg/cpp/20000725-1.c: New test.
9208 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
9210         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
9211         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
9212         declaration warning for __builtin_dwarf_reg_size.
9214         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
9216 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
9218         * gcc.dg/noncompile/voidparam-1.c: New test.
9220 2000-07-30  Richard Henderson  <rth@cygnus.com>
9222         * gcc.dg/c90-digraph-1.c: Don't xfail.
9223         * gcc.dg/compare2.c (case 10): Xfail.
9224         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
9226 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
9228         * gcc.dg/c99-main-1.c: New test.
9230 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
9232         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
9234 Wed Jul 26 19:41:51 2000  Hans-Peter Nilsson  <hp@axis.com>
9236         * gcc.c-tortuer/execute/20000726-1.c: New test.
9238 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
9240         * gcc.c-torture/execute/enum-2.c: New test.
9242 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9244         * gcc.dg/cpp/tr-warn3.c: New test.
9246 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
9248         * g++.old-deja/g++.ext/implicit1.C: Remove.
9249         * g++.old-deja/g++.jason/c2.C: Remove
9250         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
9251         * g++.old-deja/g++.pt/crash16.C: Likewise.
9252         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
9254 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
9256         * g++.old-deja/g++.other/for2.C: New test.
9258 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
9260         * gcc.dg/20000720-1.c: New test.
9262 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
9264         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
9266 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
9268         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
9269         * gcc.c-torture/execute/20000722-1.c: New.
9270         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
9272 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
9274         * gcc.dg/cpp/20000720-1.S: New test.
9276 2000-07-21  Michael Meissner  <meissner@redhat.com>
9278         * gcc.c-torture/execute/ieee/hugeval.c: New test.
9280 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
9282         * g++.old-deja/g++.brendan/crash16.C,
9283         g++.old-deja/g++.brendan/parse3.C,
9284         g++.old-deja/g++.brendan/redecl1.C,
9285         g++.old-deja/g++.ns/template13.C,
9286         g++.old-deja/g++.other/decl4.C,
9287         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
9289 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
9291         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
9292         and "Internal error".
9294         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
9295         regexps.
9296         * gcc.dg/cpp/paste6.c: New test.
9298 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
9300         * gcc.dg/cpp/tr-direct.c: New test.
9302         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
9303         gcc.dg/cpp/undef1.c: Tweak error regexps.
9305 2000-07-18  Eric Christopher <echristo@redhat.com>
9307         * gcc.c-torture/compile/20000718-1.c: New test.
9309 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
9311         * cpplex.c (_cpp_push_token): If the token being pushed back
9312         is the previous token in this context, just subtract one from
9313         context->posn.
9314         * cppmacro.c (save_expansion): Clear aux field when storing a
9315         placemarker.
9317 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
9319         * gcc.dg/noncompile/redecl-1.c: New test.
9321 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
9323         * gcc.c-torture/execute/20000717-5.c: New test.
9324         * gcc.c-torture/execute/20000717-1.x: Removed.
9326 2000-07-17  Richard Henderson  <rth@cygnus.com>
9328         * gcc.c-torture/execute/20000717-4.c: New test.
9330 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
9332         * gcc.dg/cpp/syshdr.c: New test.
9333         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
9335 2000-07-17  Neil Booth  <neilb@earthling.net>
9337         * gcc.dg/cpp/cmdlne-dM.c: New test.
9338         * gcc.dg/cpp/cmdlne-dD.c: New test.
9340 Mon Jul 17 03:13:12 2000  Jeffrey A Law  (law@cygnus.com)
9342         * gcc.c-torture/execute/20000717-3.c: New test.
9344         * gcc.c-torture/compile/20000717-1.c: New test.
9346 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
9348         * gcc.c-torture/execute/20000717-2.c: New test.
9350 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
9352         * gcc.dg/formatz-1.c: New test.
9354         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
9355         * gcc.dg/c99-digraph-1.c: New tests.
9357         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
9358         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
9360         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
9361         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
9362         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
9363         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
9364         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
9365         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
9366         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
9368 Mon Jul 17 00:41:57 2000   Greg McGary <greg@mcgary.org>
9370         * gcc.c-torture/execute/20000717-1.c: New test.
9371         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
9373 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
9375         * gcc.c-torture/execute/20000715-2.c: New test.
9376         * gcc.dg/20000715-1.c: New test.
9378 2000-07-15  Michael Meissner  <meissner@redhat.com>
9380         * gcc.c-torture/execute/20000715-1.c: New test.
9382 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
9384         * gcc.c-torture/execute/20000707-1.c: New test.
9386 2000-07-13  Neil Booth  <NeilB@earthling.net>
9388         * testsuite/gcc.dg/cpp/digraph1.c,
9389         testsuite/gcc.dg/cpp/digraph2.c,
9390         testsuite/gcc.dg/cpp/digraphs.c: New tests.
9392 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
9394         * g77.f-torture/compile/20000630-2.f:  New test.
9395         * g77.f-torture/compile/20000630-2.x
9397 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
9399         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
9401 2000-07-11  Neil Booth  <NeilB@earthling.net>
9403         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
9405 2000-07-11  Neil Booth  <NeilB@earthling.net>
9407         * gcc.dg/cpp/cmdlne-C.c: New.
9409 2000-07-09  Neil Booth  <NeilB@earthling.net>
9411         * gcc.dg/cpp/directiv.c: New tests.
9412         * gcc.dg/cpp/undef1.c: Update.
9414 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
9416         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
9418 2000-07-09  Neil Booth  <NeilB@earthling.net>
9420         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
9422 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
9424         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
9425         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
9427 2000-07-08  Neil Booth  <NeilB@earthling.net>
9429         * gcc.dg/cpp/macsyntx.c: New tests.
9431 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
9433         * gcc.dg/20000707-1.c: New test.
9435 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
9437         * gcc.c-torture/execute/20000706-1.c: New test.
9438         * gcc.c-torture/execute/20000706-2.c: New test.
9439         * gcc.c-torture/execute/20000706-3.c: New test.
9440         * gcc.c-torture/execute/20000706-4.c: New test.
9441         * gcc.c-torture/execute/20000706-5.c: New test.
9443 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
9445         * g++.old-deja/g++.pt/instantiate7.C: New test.
9447 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
9449         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
9450         * g++.old-deja/g++.mike/thunk3.C: Likewise.
9451         * g++.old-deja/g++.other/rtti3.C: Likewise.
9452         * g++.old-deja/g++.other/rttid3.C: Likewise.
9454 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
9456         *  g77.f-torture/compile/20000630-1.x: Fix typo
9458 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
9460         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
9461         assembly output.
9463 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
9465         * gcc.dg/cpp/ident.c: New test.
9467 2000-07-05  Neil Booth  <NeilB@earthling.net>
9469         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
9470           gcc.dg/cpp/lexstrng.c: New tests.
9472 2000-07-04  Neil Booth  <NeilB@earthling.net>
9474         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
9475         * gcc.dg/cpp/strify2.c: Same.
9477 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
9479         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
9480         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
9481         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
9482         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
9484         * testsuite/gcc.dg/cpp/macro1.c,
9485         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
9486         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
9487         testsuite/gcc.dg/cpp/strify1.c,
9488         testsuite/gcc.dg/cpp/strify2.c: New tests.
9490 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
9492         * gcc.c-torture/execute/20000703-1.c: New test.
9494 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
9496         * g++.old-deja/g++.pt (lookup10.C): New test.
9498 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
9500         * g++.old-deja/g++.pt (typename25.C): New test.
9502 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
9504         * gcc.c-torture/compile/20000701-1.c: New test.
9506 2000-06-30  Nick Clifton  <nickc@cygnus.com>
9508         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
9509         to test case.
9511 2000-06-30  Catherine Moore  <clm@cygnus.com>
9513         * gcc.c-torture/execute/align-1.c: New test.
9515 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
9517         * g++.old-deja/g++.pt/expr8.C: New test.
9518         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
9520 2000-06-29  Nick Clifton  <nickc@cygnus.com>
9522         * gcc.c-torture/compile/20000629-1.c: New test.
9524 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
9527         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
9528         gcc.dg/noncompile directory, depending on whether they're
9529         preprocessor tests or not.  Annotate all the tests for the dg
9530         framework.
9532         * gcc.c-torture/noncompile/noncompile.exp: Delete.
9533         * gcc.dg/noncompile/noncompile.exp: New.
9535         * Moved files:
9536         Old name                                New name
9537         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
9538         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
9539         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
9540         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
9541         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
9542         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
9543         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
9544         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
9545         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
9546         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
9547         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
9548         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
9549         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
9550         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
9551         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
9552         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
9553         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
9554         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
9555         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
9556         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
9557         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
9558         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
9559         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
9560         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
9562         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
9563         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
9564         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
9565         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
9566         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
9567         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
9569 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
9571         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
9572         declare one variable.  On the fourth, error.
9573         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
9574         declared by 20000628-1a.h.
9576 2000-06-29  Richard Henderson  <rth@redhat.com>
9578         * gcc.c-torture/execute/930529-1.x: New file.
9579         * gcc.dg/920413-1.c: Adjust expected warning text.
9580         * gcc.dg/980217-1.c: Declare abort.
9581         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
9583 Thu Jun 29 09:42:40 2000  Jeffrey A Law  (law@cygnus.com)
9585         * g77.f-torture/compile/20000629-1.f: New test.
9586         * g77.f-torture/compile/20000629-1.x: Expected to fail.
9588 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
9590         Rearrange lots of files, removing entirely the
9591         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
9592         directories.
9594         * Deleted files:
9595         gcc.c-torture/code_quality/code_quality.exp
9596         gcc.c-torture/special/special.exp
9597         gcc.failure/failure.exp
9598         gcc.failure/940409-1.x
9599         gcc.c-torture/compile/961203-1.x
9601         * New files:
9602         gcc.misc-tests/linkage.exp
9603         gcc.c-torture/execute/920730-1t.c
9604         gcc.c-torture/execute/920730-1t.x
9605         gcc.c-torture/compile/920520-1.x
9606         gcc.c-torture/compile/920521-1.x
9607         gcc.c-torture/compile/981006-1.x
9608         gcc.c-torture/execute/eeprof-1.x
9610         * Moved files (possibly with modifications to fit a new harness):
9611         Old name                                New name
9612         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
9613         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
9614         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
9615         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
9616         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
9617         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
9618         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
9619         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
9620         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
9621         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
9622         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
9623         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
9624         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
9625         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
9627 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
9629         * c-torture/compile/961203-1.x: Delete.
9631         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
9632         not exit. Include stdio.h.
9633         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
9634         * gcc.misc-tests/dg-12.c: Likewise.
9635         * gcc.misc-tests/dg-5.c: Likewise.
9636         * gcc.misc-tests/dg-6.c: Likewise.
9637         * gcc.misc-tests/dg-7.c: Prototype abort.
9638         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
9639         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
9640         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
9641         not exit.
9642         * gcc.misc-tests/sieve.c: Use return from main, not exit.
9643         * gcc.misc-tests/sort2.c: Use return from main, not exit.
9645 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
9647         * gcc.dg/cpp/20000628-1.c: New test.
9648         * gcc.dg/cpp/20000628-1.h: New header for above test.
9649         * gcc.dg/cpp/20000628-1a.h: Likewise.
9651 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
9653         * gcc.dg/cpp: New directory.
9654         * gcc.dg/cpp/cpp.exp: New driver.
9655         * gcc.dg/cpp/20000627-1.c: New test.
9656         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
9657         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
9658         and rewrite as a compilation test.
9660         * gcc.dg: Move many files into the cpp subdirectory, possibly
9661         renaming or editing them as well.
9662         Old name                New name
9663         990119-1.c              cpp/19990119-1.c
9664         990228-1.c              cpp/19990228-1.c
9665         990407-1.c              cpp/19990407-1.c
9666         990409-1.c              cpp/19990409-1.c
9667         990413-1.c              cpp/19990413-1.c
9668         990703-1.c              cpp/19990703-1.c
9669         20000127-1.c            cpp/20000127-1.c
9670         20000129-1.c            cpp/20000129-1.c
9671         20000207-1.c            cpp/20000207-1.c
9672         20000207-2.c            cpp/20000207-2.c
9673         20000209-1.c            cpp/20000209-1.c
9674         20000209-2.c            cpp/20000209-2.c
9675         20000301-1.c            cpp/20000301-1.c
9676         20000419-1.c            cpp/20000419-1.c
9677         20000510-1.S            cpp/20000510-1.S
9678         20000519-1.c            cpp/20000519-1.c
9679         20000529-1.c            cpp/20000529-1.c
9680         20000625-1.c            cpp/20000625-1.c
9681         20000625-2.c            cpp/20000625-2.c
9682         cpp-as1.c               cpp/assert1.c
9683         cpp-as2.c               cpp/assert2.c
9684         cxx-comments-1.c        cpp/cxxcom1.c
9685         cxx-comments-2.c        cpp/cxxcom2.c
9686         endif-label.c           cpp/endif.c
9687         cpp-hash1.c             cpp/hash1.c
9688         cpp-hash2.c             cpp/hash2.c
9689         cpp-if1.c               cpp/if-1.c
9690         cpp-if2.c               cpp/if-2.c
9691         cpp-if3.c               cpp/if-3.c
9692         cpp-if4.c               cpp/if-4.c
9693         cpp-if5.c               cpp/if-5.c
9694         cpp-cond.c              cpp/if-cexp.c
9695         cpp-missingop.c         cpp/if-mop.c
9696         cpp-missingparen.c      cpp/if-mpar.c
9697         cpp-opprec.c            cpp/if-oppr.c
9698         cpp-ifparen.c           cpp/if-paren.c
9699         cpp-shortcircuit.c      cpp/if-sc.c
9700         cpp-shift.c             cpp/if-shift.c
9701         cpp-unary.c             cpp/if-unary.c
9702         cpp-li1.c               cpp/line1.c
9703         cpp-li2.c               cpp/line2.c
9704         lineno.c                cpp/line3.c
9705         lineno-2.c              cpp/line4.c
9706         cpp-mi.c                cpp/mi1.c
9707         cpp-mic.h               cpp/mi1c.h
9708         cpp-micc.h              cpp/mi1cc.h
9709         cpp-mind.h              cpp/mi1nd.h
9710         cpp-mindp.h             cpp/mi1ndp.h
9711         cpp-mix.h               cpp/mi1x.h
9712         cpp-mi2.c               cpp/mi2.c
9713         cpp-mi2a.h              cpp/mi2a.h
9714         cpp-mi2b.h              cpp/mi2b.h
9715         cpp-mi2c.h              cpp/mi2c.h
9716         cpp-mi3.c               cpp/mi3.c
9717         cpp-mi3.def             cpp/mi3.def
9718         poison-1.c              cpp/poison.c
9719         pr-impl.c               cpp/prag-imp.c
9720         cpp-redef-2.c           cpp/redef1.c
9721         cpp-redef.c             cpp/redef2.c
9722         strpaste.c              cpp/strp1.c
9723         strpaste-2.c            cpp/strp2.c
9724         cpp-tradpaste.c         cpp/tr-paste.c
9725         cpp-tradstringify.c     cpp/tr-str.c
9726         cpp-tradwarn1.c         cpp/tr-warn1.c
9727         cpp-tradwarn2.c         cpp/tr-warn2.c
9728         trigraphs.c             cpp/trigraphs.c
9729         cpp-unc1.c              cpp/unc1.c
9730         cpp-unc2.c              cpp/unc2.c
9731         cpp-unc3.c              cpp/unc3.c
9732         cpp-unc.c               cpp/unc4.c
9733         undef.c                 cpp/undef1.c
9734         undef-2.c               cpp/undef2.c
9735         cpp-wi1.c               cpp/widestr1.c
9737 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
9739         * lib/g++.exp (g++_include_flags): Tweak.
9741 2000-06-27  H.J. Lu  <hjl@gnu.org>
9742             Loren J. Rittle  <ljrittle@acm.org>
9744         * lib/g++.exp (g++_include_flags): Override libgloss.exp
9745         version with one that knows about the new gcc tree structure.
9746         (g++_link_flags): Same.
9748 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
9750         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
9751         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
9752         case we are cross-compiling.
9754         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
9755         g++.old-deja/g++.niklas/Makefile.in,
9756         g++.old-deja/g++.niklas/configure.in,
9757         g++.old-deja/g++.other/Makefile.in,
9758         g++.old-deja/g++.other/configure.in,
9759         gcc.c-torture/code_quality/Makefile.in,
9760         gcc.c-torture/code_quality/configure.in,
9761         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
9762         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
9763         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
9764         gcc.c-torture/execute/ieee/Makefile.in,
9765         gcc.c-torture/execute/ieee/configure.in,
9766         gcc.c-torture/noncompile/Makefile.in,
9767         gcc.c-torture/noncompile/configure.in,
9768         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
9769         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
9770         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
9772 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
9774         * g++.old-deja/g++.other/ambig3.C: New test.
9776 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
9778         * g++.old-deja/g++.pt/syntax1.C: New test.
9779         * g++.old-deja/g++.pt/syntax2.C: New test.
9780         * g++.old-deja/g++.other/syntax3.C: New test.
9781         * g++.old-deja/g++.other/syntax4.C: New test.
9783 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
9785         * gcc.dg/20000623-1.c: Prototype exit and abort.
9787 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
9789         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
9790         New tests.
9791         * gcc.dg/cpp-mi3.def: New file.
9793         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
9794         inside assertions.
9795         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
9796         lexer's error messages.
9797         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
9798         divine anything from the linemarkers.
9799         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
9800         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
9802 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
9804         * gcc.dg/20000623-1.c: New test.
9806 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
9808         * gcc.c-torture/execute/20000622-1.c: New test.
9810 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
9812         * g++.old-deja/g++.other/init15.C: New test.
9814 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
9816         * g++.old-deja/g++.pt/vaarg2.C: New test.
9817         * g++.old-deja/g++.pt/vaarg3.C: New test.
9819 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
9821         * g++.old-deja/g++.other/dyncast6.C: New test.
9823 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
9825         * gcc.c-torture/execute/loop-6.c: New test.
9827 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
9829         * gcc.dg/20000614-1.c: New test.
9830         * gcc.dg/20000614-2.c: New test.
9832 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
9834         * g++.old-deja/g++.other/inline12.C: New test.
9836 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
9838         * g++.old-deja/g++.other/eh1.C: New test.
9840 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
9842         * g++.old-deja/g++.other/type.C: New test.
9844 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
9846         * g++.old-deja/g++.other/initstring.C: New test.
9848 2000-06-12  Jason Merrill  <jason@redhat.com>
9850         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
9852 Fri Jun  9 22:46:34 2000  Jeffrey A Law  (law@cygnus.com)
9854         * gcc.c-torture/compile/20000609-1.c: New test.
9856 Fri Jun  9 21:54:28 2000  Clinton Popetz  <cpopetz@cygnus.com>
9858         * gcc.dg/20000609-1.c: New test.
9860 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
9862         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
9863         * gcc.c-torture/noncompile/poison-1.c: Move...
9864         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
9865         * gcc.dg/cpp-li1.c: Add a token after the #line.
9867 2000-06-05  Richard Henderson  <rth@cygnus.com>
9869         * gcc.c-torture/execute/20000605-2.c: New test.
9870         * gcc.c-torture/execute/20000605-3.c: New test.
9872 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
9874         * g77.f-torture/execute/20000503-1.x: New file.
9876 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
9878         * g++.old-deja/g++.eh/badalloc1.C: New test.
9880 2000-06-05  Richard Henderson  <rth@cygnus.com>
9882         * gcc.c-torture/execute/20000605-1.c: New test.
9884 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
9885             Nathan Sidwell <nathan@codesourcery.com>
9887         * gcc.c-torture/compile/20000605-1.c: New test.
9889 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
9891         * g77.f-torture/compile/20000601-1.f:  New test.
9893 2000-06-03  Richard Henderson  <rth@cygnus.com>
9895         * gcc.c-torture/execute/20000603-1.c: New.
9897 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
9899         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
9900         * gcc.dg/noreturn-2.c (noreturn): Likewise.
9902 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
9904         * gcc.dg/compare2.c (case 12): XFAIL.
9905         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
9906         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
9908         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
9910 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
9912         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
9913         guard macro is already defined when the header is first
9914         included.
9915         * gcc.dg/cpp-mix.h: New file.
9916         * gcc.dg/endif-label.c: Update patterns to match compiler.
9918         * g++.brendan/complex1.C: Declare abort.
9919         * g++.law/refs4.C: Remove XFAIL.
9920         * g++.oliva/expr2.C: Declare abort and exit.
9922 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
9924         * gcc.c-torture/execute/20000528-1.c: New test.
9926         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
9927         * g++.old-deja/g++.law/temps4.C: Likewise.
9929         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
9930         stdlib.h.  Call abort() on failure.
9931         * g++.old-deja/g++.law/refs4.C: Likewise.
9932         * g++.old-deja/g++.law/temps4.C: Likewise.
9933         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
9934         * gcc.c-torture/execute/20000112-1.c: Include string.h.
9936 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
9938         Relative to g++.dg/special:
9939         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
9941         Relative to g++.old-deja:
9942         * g++.brendan/complex1.C, g++.jason/optimize2.C,
9943         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
9944         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
9945         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
9946         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
9947         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
9948         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
9950         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
9951         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
9952         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
9953         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
9954         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
9955         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
9956         and/or string.h.
9958         * g++.other/goto1.C: Update expectations for error messages.
9960 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
9962         * gcc.c-torture/compile/20000523-1.c: New test.
9964 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
9966         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
9968 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
9970         * g++.old-deja/g++.eh/catch11.C: New test.
9971         * g++.old-deja/g++.eh/catch12.C: New test.
9973 2000-05-24  Nick Clifton  <nickc@cygnus.com>
9975         * gcc.c-torture/execute/20000523-1.c: New test.
9977 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
9979         * c-torture/execute/bcp-1.c: Replace abort in arg of
9980         __builtin_constant_p with a generic external function.
9982         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
9983         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
9984         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
9985         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
9986         Prototype abort and/or exit.
9988         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
9989         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
9990         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
9991         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
9993 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
9995         * gcc.dg/dwarf2-1.c: New test.
9997 2000-05-20  Richard Henderson  <rth@cygnus.com>
9999         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
10001 2000-05-20  Andreas Jaeger  <aj@suse.de>
10003         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
10004         testcase.
10006 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
10008         * gcc.c-torture/execute/20000519-2.c: New test.
10010 2000-05-19  Andreas Jaeger  <aj@suse.de>
10012         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
10013         which fails with SSA.
10015         * lib/c-torture.exp: Also test with -O3 -fssa.
10017 2000-05-18  Michael Meissner  <meissner@redhat.com>
10019         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
10020         * gcc.c-torture/execute/920415-1.c: Ditto.
10021         * gcc.c-torture/execute/920501-1.c: Ditto.
10022         * gcc.c-torture/execute/conversion.c: Ditto.
10023         * gcc.c-torture/execute/cvt-1.c: Ditto.
10025 Thu May 18 16:03:29 2000  Jeffrey A Law  (law@cygnus.com)
10027         * gcc.c-torture/compile/20000518-1.c: New test.
10029 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
10031         * g77.f-torture/compile/200005018.f:  New test.
10033 Wed May 17 18:30:10 2000  Jeffrey A Law  (law@cygnus.com)
10035         * gcc.c-torture/compile/20000517-1.c: New test.
10037 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10039         * gcc.c-torture/execute/20000516-1.c: New test.
10041 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
10043         * g++.old-deja/g++.other/eh.C: New test.
10045 2000-05-12  Richard Henderson  <rth@cygnus.com>
10047         * gcc.c-torture/execute/990208-1.c (main): Don't pass
10048         constants through to doit's conditional.
10050 Thu May 11 19:02:43 2000  Jeffrey A Law  (law@cygnus.com)
10052         * gcc.c-torture/compile/20000511-1.c: New test.
10053         * g77.f-torture/compile/20000511-1.f: New test.
10054         * g77.f-torture/compile/20000511-2.f: New test.
10056 2000-05-11  Michael Meissner  <meissner@redhat.com>
10058         * gcc.c-torture/execute/20000511-1.c: New test.
10060 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
10062         * gcc.dg/dg.exp: Scan .S files as well as .c files.
10063         * gcc.dg/20000510-1.S: New.
10065 2000-05-08  Catherine Moore  <clm@cygnus.com>
10067         * gcc.dg/unused-3.c: New.
10069 2000-05-06  Richard Henderson  <rth@cygnus.com>
10071           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
10072           * g++.old-deja/g++.mike/warn1.C: Likewise.
10073           * g++.old-deja/g++.pt/local1.C: Likewise.
10074           * g++.old-deja/g++.pt/local7.C: Likewise.
10075           * g++.old-deja/g++.pt/spec16.C: Likewise.
10077 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
10079         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
10081 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
10083           * g77.f-torture/execute/20000503-1.f:  New test.
10085 2000-05-04  Andreas Jaeger  <aj@suse.de>
10087         * gcc.dg/noreturn-2.c: New test.
10089 2000-05-04  Neil Booth  <NeilB@earthling.net>
10091         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
10092         preprocessor.
10094 2000-05-04  Richard Henderson  <rth@cygnus.com>
10096         * gcc.c-torture/execute/20000503-1.c: Fix typo.
10098 2000-05-04  Richard Henderson  <rth@cygnus.com>
10100         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
10101         OpenSSL by Jason R Thorpe.
10103 Wed May  3 13:02:10 2000  Jim Wilson  <wilson@cygnus.com>
10105         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
10107 2000-05-03  Robert Lipe <robertlipe@usa.net>
10109         * gcc.dg/20000503-1.c: New test.
10111 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
10113         * gcc.c-torture/compile/20000502-1.c: New test.
10114         * g++.old-deja/g++.other/align.C: New test.
10115         * gcc.dg/cpp-tradstringify.c: New test.
10117 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
10119         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
10120         and hard registers.
10122 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
10124         * gcc.c-torture/execute/loop-5.c: New test.
10126 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
10128         * gcc.c-torture/execute/va-arg-20.c: New test.
10130 Sun Apr 23 14:41:33 2000  Jeffrey A Law  (law@cygnus.com)
10132         * gcc.c-torture/execute/20000422-1.c: New test.
10134 2000-04-20  Greg McGary  <gkm@gnu.org>
10136         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
10137         when optimizing, but without sibling-call optimizations (-O1).
10139 Thu Apr 20 11:57:03 2000  Jeffrey A Law  (law@cygnus.com)
10141           * gcc.c-torture/compile/20000420-1.c: New test.
10143 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
10145         * g++.abi/ptrflags.C: New test.
10146         * g++.eh/catchptr1.C: Test incomplete pointer chains.
10148 Wed Apr 19 09:16:32 2000  Catherine Moore  <clm@cygnus.com>
10150         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
10152 2000-04-19  Greg McGary  <gkm@gnu.org>
10154         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
10155         sibling-call optimizations.
10157 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
10159         * gcc.dg/20000419-1.c: New test.
10161 Wed Apr 12 22:54:02 2000  Hans-Peter Nilsson  <hp@axis.com>
10163         * gcc.c-torture/execute/20000412-6.c: New test.
10165 Wed Apr 12 10:25:08 2000  Jeffrey A Law  (law@cygnus.com)
10167         * gcc.c-torture/execute/20000412-5.c: New test.
10168         * g77.f-torture/compile/20000412-1.f: New test.
10169         * gcc.c-torture/execute/20000412-4.c: New test.
10170         * gcc.c-torture/compile/20000412-2.c: New test.
10171         * gcc.c-torture/execute/20000412-3.c: New test.
10172         * gcc.c-torture/compile/20000412-1.c: New test.
10173         * gcc.c-torture/execute/20000412-2.c: New test.
10175 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
10177         * objc/execute/bf-20.m: New test.
10179 2000-04-10  Richard Henderson  <rth@cygnus.com>
10181         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
10183         * gcc.c-torture/execute/20000412-1.c: New test.
10185 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
10187         * g++.old-deja/g++.eh/catchptr1.C: New test.
10189 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
10191         * g++.old-deja/g++.abi/cxa_vec.C: New test.
10193 2000-04-08  Neil Booth  <NeilB@earthling.net>
10195         * gcc.dg/cpp-nullchar.c: Remove test as
10196         embedded nulls cause problems.
10198 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10200         * gcc.dg/compare2.c: New test.
10202 2000-04-08  Neil Booth  <NeilB@earthling.net>
10204         * gcc.dg/cpp-nullchar.c: New test.
10206 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
10208         * gcc.dg/cpp-mi2.c: New test.
10209         * gcc.dg/cpp-mi2[abc].h: New files.
10211 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
10213         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
10214         member name.
10216 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
10218         * g++.old-deja/g++.abi/vmihint.C: New test.
10220 2000-04-06  Neil Booth  <NeilB@earthling.net>
10222         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
10223         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
10224         copyright.
10226 Wed Apr  5 22:51:36 2000  Hans-Peter Nilsson  <hp@axis.com>
10228         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
10229         avoid stack-frame overwrite.
10231 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
10233         * gcc.c-torture/compile/20000405-2.c: New test.
10234         * gcc.c-torture/compile/20000405-3.c: New test.
10236 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10238         * gcc.c-torture/compile/20000405-1.c: New test.
10240 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
10242         * gcc.dg/cast-qual-1.c: Revert last change.
10244 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10246         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
10248 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
10250         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
10251         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
10253 Mon Apr  3 02:35:34 2000  Jeffrey A Law  (law@cygnus.com)
10255         * gcc.c-torture/compile/20000403-2.c: New test.
10256         * gcc.c-torture/compile/20000403-1.c: New test.
10258 Mon Apr  3 16:53:52 2000  Hans-Peter Nilsson  <hp@axis.com>
10260         * gcc.c-torture/execute/20000403-1.c: New test.
10262 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
10264         * gcc.c-torture/execute/20000402-1.c: New test.
10266 Mon Apr  3 14:10:34 2000  Donald Lindsay  <dlindsay@cygnus.com>
10268         * gcc.c-torture/execute/va-arg-15.c: New test.
10269         * gcc.c-torture/execute/va-arg-16.c: New test.
10270         * gcc.c-torture/execute/va-arg-17.c: New test.
10271         * gcc.c-torture/execute/va-arg-18.c: New test.
10272         * gcc.c-torture/execute/va-arg-19.c: New test.
10274 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
10276         * gcc.c-torture/compile/981211-1.c: Move to...
10277         * gcc.dg/cpp-as1.c: ...here.
10278         * gcc.dg/cpp-as2.c: New file.
10280         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
10281         compiler.
10283 2000-04-02  Neil Booth  <NeilB@earthling.net>
10285         * gcc.dg/cpp-cond.c  New tests.
10286         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
10287         accidental success less likely.
10288         * gcc.dg/cpp-missingop.c  New tests.
10289         * gcc.dg/cpp-missingparen.c  New tests.
10290         * gcc.dg/cpp-shift.c  New tests.
10291         * gcc.dg/cpp-shortcircuit.c  New tests.
10292         * gcc.dg/cpp-unary.c  New tests.
10294 Wed Mar 29 13:44:23 2000  Jeffrey A Law  (law@cygnus.com)
10296         * gcc.c-torture/compile/20000329-1.c: New test.
10298 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
10300         * gcc.c-torture/compile/20000326-1.c: New test.
10301         * gcc.c-torture/compile/20000326-2.c: New test.
10303 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
10305         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
10306         the first parameter is a function argument.
10308 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
10310         * g++.old-deja/g++.ext/array4.C: New test.
10312 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
10314         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
10316 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10318         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
10320 2000-03-19  Richard Henderson  <rth@cygnus.com>
10322         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
10324 2000-03-19  Richard Henderson  <rth@cygnus.com>
10326         * gcc.c-torture/compile/20000319-1.c: New test.
10328 Tue Mar 14 08:58:37 2000  Jeffrey A Law  (law@cygnus.com)
10330         * gcc.c-torture/execute/20000314-3.c: New test.
10331         * gcc.c-torture/execute/20000314-2.c: New test.
10332         * gcc.c-torture/execute/20000314-1.c: New test.
10333         * gcc.c-torture/compile/20000314-2.c: New test.
10334         * gcc.c-torture/compile/20000314-1.c: New test.
10336 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
10338         * g++.old-deja/g++.warn/inline.C: New test.
10340 Fri Mar 10 01:15:19 2000  Hans-Peter Nilsson  <hp@bitrange.com>
10342         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
10343         standards-compliant result rather than specific constants.
10344         Put test-values in array.
10346 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
10348         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
10349         (g++_target_compile): Put test-specific options last.
10351 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
10353         * g++.old-deja/g++.eh/vbase4.C: New test.
10355 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
10357         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
10359 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
10361         * g++.old-deja/g++.brendan/misc12.C: Removed.
10362         * g++.old-deja/g++.pt/memtemp77.C: Constify.
10363         * g++.old-deja/g++.ext/pretty4.C: New test.
10365 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
10367         * g++.old-deja/g++.other/string2.C: New test.
10369 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
10371         * g++.old-deja/g++.warn/impint2.C: New test.
10373 Sun Mar  5 23:25:12 2000  Hans-Peter Nilsson  <hp@bitrange.com>
10375         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
10376         is 1, not zero.
10378 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
10380         * g++.old-deja/g++.warn/impint.C: New test.
10381         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
10382         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
10383         * g++.old-deja/g++.pt/explicit12.C: Likewise.
10384         * g++.old-deja/g++.pt/explicit13.C: Likewise.
10385         * g++.old-deja/g++.pt/explicit17.C: Likewise.
10386         * g++.old-deja/g++.pt/explicit18.C: Likewise.
10387         * g++.old-deja/g++.pt/explicit19.C: Likewise.
10388         * g++.old-deja/g++.pt/explicit23.C: Likewise.
10389         * g++.old-deja/g++.pt/explicit31.C: Likewise.
10390         * g++.old-deja/g++.pt/explicit35.C: Likewise.
10391         * g++.old-deja/g++.pt/explicit6.C: Likewise.
10392         * g++.old-deja/g++.pt/memclass7.C: Likewise.
10394 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
10396         * gcc.dg/cpp-redef.c: New test.
10398 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
10400         * g++.old-deja/g++.pt/unify7.C: New test.
10402 Sat Feb 26 19:46:09 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10404         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
10405         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
10407 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
10409         * gcc.c-torture/compile/20000224-1.c: New test.
10411 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10413         * gcc.c-torture/compile/cpp-2.c: New test.
10414         * gcc.c-torture/compile/cpp-1.c: New test.
10416 Fri Feb 25 21:44:49 2000  Jeffrey A Law  (law@cygnus.com)
10418         * gcc.c-torture/execute/20000225-1.c: New test.
10420 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10422         * gcc.dg/cpp-li2.c: New test.
10424         * gcc.dg/cpp-wi1.c: New test.
10426         * gcc.dg/cpp-li1.c: New test.
10428 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
10430         * g++.old-deja/g++.other/sizeof5.C: New test.
10432 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10434         * gcc.c-torture/execute/va-arg-13.c: New test.
10436 Wed Feb 23 14:16:06 2000  Donald Lindsay  <dlindsay@cygnus.com>
10438         * gcc.c-torture/execute/va-arg-12.c: New test.
10440 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
10442         * gcc.c-torture/execute/20000223-1.c: New test.
10444 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
10446         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
10448 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
10450         * g++.old-deja/g++.abi/ptrmem.C: New test.
10452 2000-02-19  Richard Henderson  <rth@cygnus.com>
10454         * gcc.c-torture/compile/init-3.c: New.
10456 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
10458         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
10459         ALWAYS_CXXFLAGS.
10461 Fri Feb 11 12:35:40 2000  Robert Lipe <robertl@sco.com>
10463         * gcc.c-torture/compile/20000211-3.c: New test.
10465 Fri Feb 11 12:35:40 2000  Martin Buchholz <martin@xemacs.org>
10467         * gcc.c-torture/compile/20000211-2.c: New test.
10469 Fri Feb 11 12:35:40 2000  Jeffrey A Law  (law@cygnus.com)
10471         * gcc.c-torture/compile/20000211-1.c: New test.
10473 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
10475         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
10476           on native targets
10478 2000-02-08  Nathan Sidwell  <nathan@acm.org>
10480         * g++.old-deja/g++.other/cast5.C: New test.
10482 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
10484         * gcc.c-torture/execute/20000205-1.c: New.
10486 2000-02-03  Nathan Sidwell  <nathan@acm.org>
10488         * g++.old-deja/g++.jason/cast3.C: Return void.
10489         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
10491 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10493         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
10495         * gcc.dg/loop-1.c: New test.
10497 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
10499         * gcc.c-torture/compile/20000127-1.c: New test.
10500         * gcc.c-torture/execute/991228-1.c: New test.
10502 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10504         * gcc.dg/unused-2.c: New test.
10506         * gcc.dg/conv-1.c: New test.
10508 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
10510         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
10511         compiler.
10512         (tool_option_proc): Fix typo.
10514 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
10516         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
10517         of the ld on the host, not on the build machine.
10518         Also, don't crash if '--help' is not a supported option.
10520 2000-01-24  Richard Henderson  <rth@cygnus.com>
10522         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
10524 Thu Jan 20 12:34:48 2000  Jeffrey A Law  (law@cygnus.com)
10526         * gcc.c-torture/execute/20000120-2.c: New test.
10527         * gcc.c-torture/execute/20000120-1.c: New test.
10529 Thu Jan 13 02:29:32 2000  Jeffrey A Law  (law@cygnus.com)
10531         * gcc.c-torture/execute/20000113-1.c: New test.
10533 Wed Jan 12 20:26:58 2000  Jeffrey A Law  (law@cygnus.com)
10535         * gcc.c-torture/execute/20000112-1.c: New test.
10537 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10539         * gcc.dg/20000111-1.c: New test.
10541 Mon Jan 10 18:12:49 2000  Jeffrey A Law  (law@cygnus.com)
10543         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
10544         with 16 bit integers.
10546 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10548         * gcc.dg/20000108-1.c: New test.
10550 2000-01-05  Nathan Sidwell  <nathan@acm.org>
10552         * g++.old-deja/g++.ns/koenig8.C: New test.
10554 2000-01-05  Nathan Sidwell  <nathan@acm.org>
10556         * g++.old-deja/g++.other/cast4.C: New test.
10558 Wed Jan  5 00:26:20 2000  Jeffrey A Law  (law@cygnus.com)
10560         * gcc.c-torture/compile/20000105-2.c: New test.
10561         * gcc.c-torture/compile/20000105-1.c: New test.
10563 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10565         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
10566         references to printf & atoi to conform to ANSI standard.
10567         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
10568         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
10569         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
10570         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
10571         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
10572         * g++.old-deja/g++.brendan/complex1.C: Likewise.
10573         * g++.old-deja/g++.brendan/copy1.C: Likewise.
10574         * g++.old-deja/g++.brendan/copy2.C: Likewise.
10575         * g++.old-deja/g++.brendan/copy3.C: Likewise.
10576         * g++.old-deja/g++.brendan/copy4.C: Likewise.
10577         * g++.old-deja/g++.brendan/copy5.C: Likewise.
10578         * g++.old-deja/g++.brendan/copy6.C: Likewise.
10579         * g++.old-deja/g++.brendan/copy7.C: Likewise.
10580         * g++.old-deja/g++.brendan/copy8.C: Likewise.
10581         * g++.old-deja/g++.brendan/crash11.C: Likewise.
10582         * g++.old-deja/g++.brendan/crash14.C: Likewise.
10583         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
10584         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
10585         * g++.old-deja/g++.brendan/delete2.C: Likewise.
10586         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
10587         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
10588         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
10589         * g++.old-deja/g++.brendan/eh1.C: Likewise.
10590         * g++.old-deja/g++.brendan/groff1.C: Likewise.
10591         * g++.old-deja/g++.brendan/init3.C: Likewise.
10592         * g++.old-deja/g++.brendan/misc12.C: Likewise.
10593         * g++.old-deja/g++.brendan/misc7.C: Likewise.
10594         * g++.old-deja/g++.brendan/new2.C: Likewise.
10595         * g++.old-deja/g++.brendan/operators4.C: Likewise.
10596         * g++.old-deja/g++.brendan/operators5.C: Likewise.
10597         * g++.old-deja/g++.brendan/overload2.C: Likewise.
10598         * g++.old-deja/g++.brendan/overload7.C: Likewise.
10599         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
10600         * g++.old-deja/g++.brendan/reference1.C: Likewise.
10601         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
10602         * g++.old-deja/g++.brendan/template24.C: Likewise.
10603         * g++.old-deja/g++.brendan/template3.C: Likewise.
10604         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
10605         * g++.old-deja/g++.jason/inline3.C: Likewise.
10606         * g++.old-deja/g++.jason/opeq.C: Likewise.
10607         * g++.old-deja/g++.law/arg5.C: Likewise.
10608         * g++.old-deja/g++.law/arm7.C: Likewise.
10609         * g++.old-deja/g++.law/ctors11.C: Likewise.
10610         * g++.old-deja/g++.law/cvt8.C: Likewise.
10611         * g++.old-deja/g++.law/init9.C: Likewise.
10612         * g++.old-deja/g++.law/refs4.C: Likewise.
10613         * g++.old-deja/g++.law/template2.C: Likewise.
10614         * g++.old-deja/g++.law/visibility24.C: Likewise.
10615         * g++.old-deja/g++.law/vtable3.C: Likewise.
10616         * g++.old-deja/g++.mike/asm2.C: Likewise.
10617         * g++.old-deja/g++.mike/eh1.C: Likewise.
10618         * g++.old-deja/g++.mike/misc1.C: Likewise.
10619         * g++.old-deja/g++.mike/misc13.C: Likewise.
10620         * g++.old-deja/g++.mike/misc14.C: Likewise.
10621         * g++.old-deja/g++.mike/ns12.C: Likewise.
10622         * g++.old-deja/g++.mike/p1248.C: Likewise.
10623         * g++.old-deja/g++.mike/p3708.C: Likewise.
10624         * g++.old-deja/g++.mike/p3708a.C: Likewise.
10625         * g++.old-deja/g++.mike/p3708b.C: Likewise.
10626         * g++.old-deja/g++.mike/p646.C: Likewise.
10627         * g++.old-deja/g++.mike/p700.C: Likewise.
10628         * g++.old-deja/g++.mike/p783.C: Likewise.
10629         * g++.old-deja/g++.mike/p783a.C: Likewise.
10630         * g++.old-deja/g++.mike/p783b.C: Likewise.
10631         * g++.old-deja/g++.mike/p786.C: Likewise.
10632         * g++.old-deja/g++.mike/p789.C: Likewise.
10633         * g++.old-deja/g++.mike/p789a.C: Likewise.
10634         * g++.old-deja/g++.mike/p807a.C: Likewise.
10635         * g++.old-deja/g++.other/delete3.C: Likewise.
10636         * g++.old-deja/g++.other/dyncast1.C: Likewise.
10637         * g++.old-deja/g++.other/dyncast2.C: Likewise.
10638         * g++.old-deja/g++.other/dyncast3.C: Likewise.
10639         * g++.old-deja/g++.other/empty1.C: Likewise.
10640         * g++.old-deja/g++.other/temporary1.C: Likewise.
10641         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
10642         * g++.old-deja/g++.pt/t16.C: Likewise.
10643         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
10645 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
10647         * gcc.dg/991230-1.c: New test.
10649 Wed Dec 29 23:48:49 1999  Jeffrey A Law  (law@cygnus.com)
10651         * gcc.c-torture/compile/991229-3.c: New test.
10652         * gcc.c-torture/compile/991229-2.c: New test.
10653         * gcc.c-torture/compile/991229-1.c: New test.
10655 Wed Dec 29 20:54:46 1999  Greg McGary <gkm@eng.ascend.com>
10657         * gcc.c-torture/compile/labels-2.c: New test.
10659 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
10661         * gcc.c-torture/execute/991227-1.c: New test.
10663 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10665         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
10667 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
10669         * gcc.c-torture/execute/991221-1.c: New test.
10671 1999-12-20  Nathan Sidwell  <nathan@acm.org>
10673         * g++.old-deja/g++.other/cast3.C: New test.
10675 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
10677         * gcc.c-torture/execute/991216-4.c: New test.
10679 1999-12-16  Michael Meissner  <meissner@cygnus.com>
10681         * gcc.c-torture/execute/991216-1.c: New test.
10682         * gcc.c-torture/execute/991216-2.c: New test.
10683         * gcc.c-torture/execute/991216-3.c: New test.
10685 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
10687         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
10688         Actually make the test fail by using "-O2" for compilation.
10690 1999-12-15  Nathan Sidwell  <nathan@acm.org>
10692         * g++.old-deja/g++.warn/cast-align1.C: New test.
10694 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
10696         * gcc.c-torture/compile/991214-1.c: New test.
10697         * gcc.c-torture/compile/991214-2.c: New test.
10699 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
10701         * gcc.dg/991214-1.c: New test.
10703 Mon Dec 13 23:03:09 1999  Jeffrey A Law  (law@cygnus.com)
10705         * gcc.c-torture/compile/991213-3.c: New test.
10706         * gcc.c-torture/compile/991213-2.c: New test.
10707         * gcc.c-torture/compile/991213-1.c: New test.
10709 Fri Dec 10 00:53:10 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
10711         * gcc.dg/991209-1.c: New test.
10713 Wed Dec  8 23:44:08 1999  Nathan Sidwell <nathan@acm.org>
10715         * gcc.c-torture/compile/991208-1.c: New test.
10717 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10719         * gcc.dg/ultrasp2.c: New test.
10721 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
10723         * g++.old-deja/g++.abi/align.C (main): Fix typo.
10725 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
10727         * gcc.c-torture/compile/991202-1.c: New test.
10728         * gcc.c-torture/execute/991202-1.c: New test.
10729         * gcc.c-torture/execute/991202-2.c: New test.
10730         * gcc.c-torture/execute/991202-3.c: New test.
10732 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
10734         * g++.old-deja/g++.abi/align.C: New test.
10735         * g++.old-deja/g++.abi/aggregates.C: Likewise.
10736         * g++.old-deja/g++.abi/bitfields.C: Likewise.
10738 1999-12-01  Richard Henderson  <rth@cygnus.com>
10740         * gcc.c-torture/execute/991201-1.c: New.
10742 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
10744         * gcc.dg/991129-1.c: New test.
10746 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
10748         * gcc.c-torture/compile/991127-1.c: New test.
10750 1999-11-22  Nathan Sidwell  <nathan@acm.org>
10752         * g++.old-deja/g++.other/warn4.C: New test.
10754 1999-11-22  Nathan Sidwell  <nathan@acm.org>
10756         * g++.old-deja/g++.eh/cleanup2.C: New test.
10757         * g++.old-deja/g++.ext/pretty2.C: New test.
10758         * g++.old-deja/g++.ext/pretty3.C: New test.
10759         * g++.old-deja/g++.other/debug6.C: New test.
10761 Wed Oct 20 16:18:23 1999  Jim Wilson  <wilson@cygnus.com>
10763         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
10764         compiler_output to look for one error message instead of two.
10766 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
10768         * gcc.c-torture/execute/991118-1.c: Also test case
10769         where the word boundary does not split a byte evenly.
10771 1999-11-19  Nathan Sidwell  <nathan@acm.org>
10773         * g++.old-deja/g++.ext/restrict1.C: New test.
10775 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
10777         * gcc.c-torture/execute/991118-1.c: New test.
10779 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
10781         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
10782         working directory pathnames.
10784 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
10786         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
10787         host is equipped with driver.h and driver.o so it can actually
10788         compile and run the tests.
10790 Fri Oct  8 18:46:11 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
10792         * gcc.c-torture/compile/991008-1.c: New test.
10794 1999-11-08  Nick Clifton  <nickc@cygnus.com>
10796         * lib/gcc-dg.exp: Include target-supports.exp
10798 1999-11-05  Nick Clifton  <nickc@cygnus.com>
10800         * lib/target-supports.exp: New file: Provide procs to test for
10801         features supported by the target.
10802         (check_weak_available): Moved here from ecos.exp.
10803         (check_alias_available): New proc: Determine of the target
10804         toolchain supports the alias attribute.
10806         * gcc.dg/special/ecos.exp: Move check_weak_available to
10807         target-supports.exp.
10808         (alias-1.c): Only perform the test if the target supports
10809         aliases.
10810         (wkali-1.c): Only perform the test if the target supports
10811         aliases.
10813         * gcc.dg/990506-0.c: Expect error messages from cross
10814         targets as well as native targets.
10816 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10818         * gcc.dg/ultrasp1.c: Removed xfail.
10819         * gcc.dg/struct-ret-2.c: Likewise.
10820         * gcc.dg/array-1.c: Likewise.
10822 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10824         * gcc.dg/struct-ret-2.c: New test.
10826         * gcc.dg/array-1.c: New test.
10828 Sat Oct 30 22:23:46 1999  Stephen L Moshier <moshier@mediaone.net>
10830         * gcc.c-torture/execute/991030-1.c: New test.
10832 Tue Oct 26 20:25:42 1999  Richard Henderson  <rth@cygnus.com>
10834         * gcc.c-torture/compile/991026-2.c: New test.
10836 Tue Oct 26 00:45:56 1999  Jeffrey A Law  (law@cygnus.com)
10838         * gcc.c-torture/compile/991026-1.c: New test.
10840 Sat Oct 23 23:36:03 1999  Jeffrey A Law  (law@cygnus.com)
10842         * gcc.c-torture/execute/991023-1.c: New test.
10844 Tue Oct 19 02:11:29 1999  Jeffrey A Law  (law@cygnus.com)
10846         * gcc.c-torture/execute/991019-1.c: New test.
10848 Sat Oct 16 00:05:48 1999  Richard Henderson  <rth@cygnus.com>
10850         * gcc.c-torture/execute/991016-1.c: New test.
10852 Thu Oct 14 04:22:47 1999  Stephane Carrez  <stcarrez@worldnet.fr>
10854         * gcc.c-torture/execute/991014-1.c: New test.
10856 Wed Oct 13 22:01:35 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
10858         * g++.old-deja/g++.other/union2.C: New test.
10860 1999-10-13  Nathan Sidwell  <nathan@acm.org>
10862         * g++.old-deja/g++.other/vaarg2.C: New test.
10863         * g++.old-deja/g++.other/vaarg3.C: New test.
10865 1999-10-12  Craig Burley  <craig@jcb-sc.com>
10867         * g77.f-torture/noncompile/19990905-1.f: Moved from being
10868         in compile/.
10870 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
10872         * gcc.c-torture/execute/va-arg-11.c: New test.
10874 Fri Oct  1 00:53:17 1999  Mark P. Mitchell  <mark@codesourcery.com>
10876         * lib/file-format.exp (gcc_target_object_format): Don't
10877         crash if objdump is unavailable.
10879 Wed Sep 29 23:48:44 1999  Donn Terry <donn@interix.com>
10881         * gcc.misc-tests/mg.exp: delete extraneous redirection.
10883 1999-09-28  Nick Clifton  <nickc@cygnus.com>
10885         * gcc.c-torture/compile/990928-1.c: New test.
10887 Tue Sep 28 13:19:15 BST 1999  Nathan Sidwell  <nathan@acm.org>
10889         * g++.old-deja/g++.other/decl6.C: New test.
10891 Tue Sep 28 01:19:09 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10893         * gcc.c-torture/execute/va-arg-10.c: New test.
10895 Mon Sep 27 09:14:24 BST 1999  Nathan Sidwell  <nathan@acm.org>
10897         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
10898         __PRETTY_FUNCTION__.
10900 1999-09-23  Nick Clifton  <nickc@cygnus.com>
10902         * gcc.c-torture/execute/990923-1.c: New test.
10904 1999-09-21  Nick Clifton  <nickc@cygnus.com>
10906         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
10907         for which -fpic is inappropriate.
10909 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
10911         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
10913 Tue Sep 21 15:38:10 BST 1999  Nathan Sidwell  <nathan@acm.org>
10915         * g++.old-deja/g++.other/dyncast1.C: New test.
10916         * g++.old-deja/g++.other/dyncast2.C: New test.
10917         * g++.old-deja/g++.other/dyncast3.C: New test.
10918         * g++.old-deja/g++.other/dyncast4.C: New test.
10919         * g++.old-deja/g++.other/dyncast5.C: New test.
10920         * g++.old-deja/g++.eh/catch3.C: New test.
10921         * g++.old-deja/g++.eh/catch3p.C: New test.
10922         * g++.old-deja/g++.eh/catch4.C: New test.
10923         * g++.old-deja/g++.eh/catch4p.C: New test.
10924         * g++.old-deja/g++.eh/catch5.C: New test.
10925         * g++.old-deja/g++.eh/catch5p.C: New test.
10926         * g++.old-deja/g++.eh/catch6.C: New test.
10927         * g++.old-deja/g++.eh/catch6p.C: New test.
10928         * g++.old-deja/g++.eh/catch7.C: New test.
10929         * g++.old-deja/g++.eh/catch7p.C: New test.
10930         * g++.old-deja/g++.eh/catch8.C: New test.
10931         * g++.old-deja/g++.eh/catch8p.C: New test.
10932         * g++.old-deja/g++.eh/catch9.C: New test.
10933         * g++.old-deja/g++.eh/catch9p.C: New test.
10935 Mon Sep 13 14:14:21 BST 1999  Nathan Sidwell  <nathan@acm.org>
10937         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
10938         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
10940 Mon Sep 13 06:28:57 1999  Jeffrey A Law  (law@cygnus.com)
10942         * gcc.c-torture/compile/990913-1.c: New test.
10944 Fri Sep 10 11:21:25 BST 1999  Nathan Sidwell  <nathan@acm.org>
10946         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
10947         * g++.old-deja/g++.jason/rfg5.C: Likewise.
10949 Thu Sep  9 10:40:36 1999  Richard Henderson  <rth@cygnus.com>
10951         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
10953 Thu Sep  9 12:32:57 BST 1999  Nathan Sidwell  <nathan@acm.org>
10955         * g++.old-deja/g++.other/lookup11.C: New test.
10956         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
10957         what is permitted and what we want.
10958         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
10959         overload use.
10960         * g++.old-deja/g++.jason/rfg5.C: Likewise
10962 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
10964         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
10965         * gcc.c-torture/noncompile/poison-1.c: New file.
10967 Wed Sep  8 09:39:56 BST 1999  Nathan Sidwell  <nathan@acm.org>
10969         * g++.old-deja/g++.other/sizeof3.C: New test.
10970         * g++.old-deja/g++.other/sizeof4.C: New test.
10971         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
10972         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
10974 1999-09-07  Richard Henderson  <rth@cygnus.com>
10976         * gcc.dg/va-arg-1.c: New.
10978 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10980         * gcc.c-torture/execute/va-arg-9.c: New test.
10982 1999-09-05  Craig Burley  <craig@jcb-sc.com>
10984         * g77.f-torture/compile/980519-2.f: New test.
10985         * g77.f-torture/compile/19990905-0.f: New test.
10986         * g77.f-torture/compile/19990905-1.f: New test.
10987         * g77.f-torture/compile/19990905-2.f: New test.
10989         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
10991 Fri Sep  3 10:39:38 BST 1999  Richard Earnshaw <rearnsha@arm.com>
10993         * gcc.c-torture/execute/990827-1.c: Fix typo.
10995 Fri Sep 03 09:31:10 BST 1999  Nathan Sidwell  <nathan@acm.org>
10997         * g++.old-deja/g++.other/deref1.C: New test.
10999 Thu Sep 02 09:27:34 BST 1999  Nathan Sidwell  <nathan@acm.org>
11001         * g++.old-deja/g++.other/ambig2.C: New test.
11002         * g++.old-deja/g++.other/cond5.C: New test.
11003         * g++.old-deja/g++.other/lookup16.C: New test.
11005 Thu Sep  2 01:17:51 1999  Marc Espie <espie@cvs.openbsd.org>
11007         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
11008         assemblers too.
11010 Tue Aug 31 17:57:49 1999  Jeffrey A Law  (law@cygnus.com)
11012         * lib/c-torture.exp: Avoid the "compare executables" optimization
11013         when testing native.
11015 Sun Aug 29 14:35:41 1999  Jeffrey A Law  (law@cygnus.com)
11017         * gcc.c-torture/execute/990829-1.c: New test.
11018         * gcc.c-torture/compile/990829-1.c: New test.
11020 1999-08-27  Paul Burchard  <burchard@pobox.com>
11022         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
11023         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
11024         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
11025         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
11026         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
11027         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
11028         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
11029         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
11030         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
11031         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
11032         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
11034 Fri Aug 27 01:24:16 1999  Jeffrey A Law  (law@cygnus.com)
11036         * gcc.c-torture/execute/990827-1.c: New test.
11038 1999-08-26  Craig Burley  <craig@jcb-sc.com>
11040         * g77.f-torture/noncompile/19990826-4.f: New test.
11042         * g77.f-torture/compile/19990826-3.f: New test.
11044         * g77.f-torture/execute/19990826-2.f: New test.
11046         * g77.f-torture/compile/19990826-1.f: New test.
11048         * gcc.c-torture/execute/990826-0.c: New test.
11049         * g77.c-torture/execute/19990826-0.f: New test.
11051         * g77.f-torture/noncompile/970626-2.f: New test.
11053 1999-08-25  Paul Burchard  <burchard@pobox.com>
11055         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
11056         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
11057         lss-011.C: New tests.
11059 1999-08-25  Nathan Sidwell  <nathan@acm.org>
11061         * g++.old-deja/g++.other/decl5.C: New test.
11063 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11065         * noncompile/noncompile.exp: Load_lib c-torture.exp.
11066         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
11067         call `postbase' for each one.  All callers of `postbase' changed
11068         to call this instead.
11070 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
11072         * gcc.c-torture/execute/990811-1.c: New test.
11074 1999-08-09  Nick Clifton  <nickc@cygnus.com>
11076         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
11077         just native ones.
11079         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
11080         just native ones.
11082 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
11084         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
11086 Wed Aug  4 01:17:17 1999  Jeffrey A Law  (law@cygnus.com)
11088         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
11090 1999-08-04  Nathan Sidwell  <nathan@acm.org>
11092         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
11094 Wed Aug  4 01:17:17 1999  Jeffrey A Law  (law@cygnus.com)
11096         * gcc.c-torture/execute/990804-1.c: New test.
11098 1999-08-03  Nathan Sidwell  <nathan@acm.org>
11100         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
11101         * g++.old-deja/g++.brendan/crash64.C: Likewise
11102         * g++.old-deja/g++.brendan/overload8.C: Likewise
11104 1999-08-03  Nathan Sidwell  <nathan@acm.org>
11106         * g++.old-deja/g++.other/struct1.C: New test.
11108 1999-08-03  Nathan Sidwell  <nathan@acm.org>
11110         * g++.old-deja/g++.other/enum2.C: New test.
11112 Mon Aug  2 13:35:12 1999  Richard Henderson  <rth@cygnus.com>
11114         Adapted from tests from Franz Sirl:
11115         * gcc.c-torture/execute/va-arg-7.c: New test.
11116         * gcc.c-torture/execute/va-arg-8.c: New test.
11118 Sun Aug  1 22:29:34 1999  Jeffrey A Law  (law@cygnus.com)
11120         * gcc.c-torture/compile/990801-2.c: New test.
11122         * gcc.c-torture/compile/990801-1.c: New test.
11124 1999-07-27  Michael Meissner  <meissner@cygnus.com>
11126         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
11127         fp-cmp-1.c, converting double to float.
11129         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
11130         fp-cmp-1.c, converting double to long double.
11132         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
11133         from fr1 to unknown_register, since fr1 is a legitimate register
11134         on some machines.
11136 Sun Jul 25 21:41:37 1999  Jeffrey A Law  (law@cygnus.com)
11138         * README: More listname related changes.
11140 1999-07-08  Catherine Moore  <clm@cygnus.com>
11142         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
11144 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
11146         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
11148 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
11150         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
11152 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
11154         * gcc.dg/990703-1.c: New test.
11156 1999-06-29  Nick Clifton  <nickc@cygnus.com>
11158         * lib/file-format.exp: New file: Move definition of proc
11159         gcc_target_object_format to here from
11160         gcc.dg/special/ecos.exp.
11162         * lib/c-torture.exp: Include lib file-format.exp.
11163         * lib/gcc-dg.exp: Include lib file-format.exp.
11165         * gcc.dg/special/ecos.exp: Remove definition of proc
11166         gcc_target_object_format.
11168 Mon Jun 28 08:20:51 1999  Jeffrey A Law  (law@cygnus.com)
11170         * gcc.c-torture/execute/990628-1.c: New test.
11172 Fri Jun 25 05:28:40 1999  Jeffrey A Law  (law@cygnus.com)
11174         * gcc.c-torture/compile/990625-2.c: New test.
11176         * gcc.c-torture/compile/990625-1.c: New test.
11178 1999-06-23  Nick Clifton  <nickc@cygnus.com>
11180         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
11181         attributes compile.
11182         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
11183         ports that use the COFF/PE file format.
11185 Thu Jun 17 13:48:16 1999  Jeffrey A Law  (law@cygnus.com)
11187         * gcc.c-torture/compile/990617-1.c: New test.
11189 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
11191         * g++.old-deja/g++.other/decl4.C: New test.
11193 1999-06-14  Nathan Sidwell  <nathan@acm.org>
11195         * g++.old-deja/g++.other/bitfld3.C: New test.
11197 1999-06-08  Nathan Sidwell  <nathan@acm.org>
11199         * g++.old-deja/g++.eh/catch1.C: New test.
11201 Mon Jun  7 23:39:16 1999  Jeffrey A Law  (law@cygnus.com)
11203         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
11205         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
11206         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
11208 1999-06-05  Craig Burley  <craig@jcb-sc.com>
11210         * g77.f-torture/compile/19990502-0.f: Replace with new,
11211         shorter, test that still fails after recent changes.
11213 Fri Jun  4 02:25:04 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
11215         * gcc.c-torture/execute/990604-1.c: New test.
11217 Mon May 31 00:34:51 1999  Jeffrey A Law  (law@cygnus.com)
11219         * gcc.c-torture/execute/990531-1.c: New test.
11221 Thu May 27 02:38:36 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11223         * gcc.c-torture/compile/990527-1.c: New test.
11225 Thu May 27 02:18:51 1999  Joern Rennecke <amylaar@cygnus.com>
11227         * gcc.c-torture/execute/990527-1.c: New test.
11229 1999-05-25  Nick Clifton  <nickc@cygnus.com>
11231         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
11232         bitfields as signed.
11234 1999-05-25  Craig Burley  <craig@jcb-sc.com>
11236         * g77.f-torture/compile/19990525-0.f: New test.
11238 Tue May 25 01:21:16 1999  Jeffrey A Law  (law@cygnus.com)
11240         * gcc.c-torture/execute/990525-2.c: New test.
11242         * gcc.c-torture/execute/990525-1.c: New test.
11244 1999-05-24  Nathan Sidwell  <nathan@acm.org>
11246         * g++.old-deja/g++.other/anon3.C: New test.
11247         * g++.old-deja/g++.other/anon4.C: New test.
11248         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
11249         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
11250         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
11251         Merrill).
11253 Mon May 24 00:01:52 1999  Jeffrey A Law  (law@cygnus.com)
11255         * gcc.c-torture/execute/990524-1.c: New test.
11257         * gcc.dg/990524-1.c: New test.
11259 Sun May 23 21:18:12 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11261         * gcc.c-torture/compile/990523-1.c: New test.
11263 Wed May 19 02:56:18 1999  Raja R Harinath <harinath@cs.umn.edu>
11265         * gcc.c-torture/compile/990519-1.c: New test.
11267 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
11269         * gcc.c-torture/compile/990517-1.c: New test.
11271         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
11272         (e4, f4): New tests.
11273         (main): Call them.
11275 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11277         * gcc.dg/noreturn-1.c: New test.
11279 Thu May 13 02:02:46 1999  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
11281         * gcc.c-torture/execute/990513-1.c: New test.
11283 1999-05-10  Richard Henderson  <rth@cygnus.com>
11285         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
11287 1999-05-10  Craig Burley  <craig@jcb-sc.com>
11289         * g77.f-torture/execute/erfc.f: Use small single-precision
11290         values, to avoid problems on Alphas when not -mieee.
11292 1999-05-08  Craig Burley  <craig@jcb-sc.com>
11294         * gcc.dg/990506-0.c: New test.
11296 1999-05-08  Richard Henderson  <rth@cygnus.com>
11298         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
11299         the constant to test.  Don't XFAIL 64-bit targets.
11301         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
11302         * g++.old-deja/g++.law/profile1.C: Likewise.
11304         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
11305         operator new instances.
11306         * g++.old-deja/g++.other/delete5.C: Likewise.
11308 1999-05-03  Craig Burley  <craig@jcb-sc.com>
11310         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
11311         intrinsic.
11313 1999-05-03  Craig Burley  <craig@jcb-sc.com>
11315         * g77.f-torture/execute/u77-test.f: Reverse order of two
11316         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
11318 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11320         * gcc.dg/compare1.c: New test.
11322 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
11324         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
11325         New tests.
11327 1999-05-02  Craig Burley  <craig@jcb-sc.com>
11329         * g77.f-torture/compile/19990502-1.f: New test.
11331 1999-05-02  Craig Burley  <craig@jcb-sc.com>
11333         * g77.f-torture/compile/19990502-0.f: New test.
11335 Sun May  2 01:38:50 1999  Craig Burley  <craig@jcb-sc.com>
11337         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
11338         intrinsic.
11340 Sun May  2 01:13:37 1999  Craig Burley  <craig@jcb-sc.com>
11342         * g77.f-torture/execute/u77-test.f (main): List libU77
11343         intrinsics not currently tested.
11344         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
11345         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
11346         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
11347         Trim blanks off the ends of some printed strings.
11349 Sun May  2 00:06:45 1999  Craig Burley  <craig@jcb-sc.com>
11351         * g77.f-torture/execute/u77-test.f (main): Just warn about
11352         FSTAT gid disagreement, as it's expected on some systems.
11354 Sat May  1 23:57:18 1999  Craig Burley  <craig@jcb-sc.com>
11356         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
11357         use a new function, which allows for some slop.
11358         Clean up some commentary.
11359         (issum): The new function.
11360         (sgladd): Deleted subroutine.
11362 1999-05-01  Craig Burley  <craig@jcb-sc.com>
11364         * g77.f-torture/execute/u77-test.f: Modify to be more like
11365         libf2c/libU77 version, bringing patches to that version here.
11366         Add suitable commentary.
11368 Sun Apr 25 12:28:59 1999  Richard Henderson  <rth@cygnus.com>
11370         * gcc.dg/990424-1.c: New test.
11372 1999-04-24  Craig Burley  <craig@jcb-sc.com>
11374         * g77.f-torture/execute/u77-test.f (main): Bug involving
11375         LSTAT has been fixed, so turn back on full checking.
11377 1999-04-20  Craig Burley  <craig@jcb-sc.com>
11379         * g77.f-torture/compile/19990419-0.f: New test.
11380         * g77.f-torture/execute/19990419-1.f: New test.
11382 Sat Apr 17 16:56:48 1999  Richard Henderson  <rth@cygnus.com>
11384         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
11385         to avoid the need for a prototype to supress a warning.
11387 Wed Apr  7 23:08:59 1999  Jim Wilson  <wilson@cygnus.com>
11389         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
11391 Sun Apr  4 04:02:53 1999  Jeffrey A Law  (law@cygnus.com)
11393         * gcc.c-torture/execute/990404-1.c: New test.
11395 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
11397         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
11398         * gcc.dg/cpp-if3.c: Don't use -pedantic.
11399         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
11400         missing initializer warnings.
11402 Sun Mar 28 00:49:41 1999  Jeffrey A Law  (law@cygnus.com)
11404         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
11405         matching strings.
11407 Fri Mar 26 00:50:46 1999  Jeffrey A Law  (law@cygnus.com)
11409         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
11411 1999-03-26  Craig Burley  <craig@jcb-sc.com>
11413         * g77.f-torture/execute/19990325-0.f: New test.
11414         * g77.f-torture/execute/19990325-1.f: New test.
11416 Wed Mar 24 22:50:50 1999  Jeffrey A Law  (law@cygnus.com)
11418         * gcc.c-torture/execute/990324-1.c: New test.
11420 Mon Mar 22 14:55:58 1999  Jim Wilson  <wilson@cygnus.com>
11422         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
11423         test with 4.
11425 Wed Mar 17 12:22:39 1999  Richard Henderson  <rth@cygnus.com>
11427         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
11429 1999-03-13  Craig Burley  <craig@jcb-sc.com>
11431         * g77.f-torture/execute/19990313-2.f: New test.
11432         * g77.f-torture/execute/19990313-3.f: New test.
11434 1999-03-13  Craig Burley  <craig@jcb-sc.com>
11436         * g77.f-torture/execute/19990313-0.f: New test.
11437         * g77.f-torture/execute/19990313-1.f: New test.
11439 Fri Mar 12 16:17:28 1999  Jim Wilson  <wilson@cygnus.com>
11441         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
11442         printf to sprintf.
11443         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
11444         (main): Add check for u15.  Conditionalize u31 check depending on
11445         whether ints are <32 bits or >=32 bits.
11447 1999-03-08  Craig Burley  <craig@jcb-sc.com>
11449         * g77.f-torture/execute/19981119-0.f: Improve testiness.
11451 1999-03-08  Craig Burley  <craig@jcb-sc.com>
11453         * g77.f-torture/compile/19990305-0.f: New test.
11454         * g77.f-torture/execute/19981119-0.f: New test.
11456 1999-03-08  Craig Burley  <craig@jcb-sc.com>
11458         * g77.f-torture/execute/970625-2.f: call ABORT if final
11459         result is not correct, instead of just printing it.
11460         Add this checking via newly introduced obfuscation, to
11461         trip up buggy front ends.
11463 1999-03-07  Craig Burley  <craig@jcb-sc.com>
11465         * g77.f-torture/compile/960317-1.f: Moved from being
11466         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
11468 1999-03-06  Craig Burley  <craig@jcb-sc.com>
11470         * g77.f-torture/execute/960317-1.f: New (old) test.
11471         * g77.f-torture/execute/970625-2.f: Ditto.
11473 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
11475         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
11476         message on line 1 or line 2; cccp and cpplib do this differently.
11478 Mon Mar  1 23:29:14 1999  Jeffrey A Law  (law@cygnus.com)
11480         * g++.old-deja/g++.law/weak1.C: New test.
11482 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
11484         * gcc.c-torture/execute/990119-1.c: Renamed to...
11485         * gcc.dg/990119-1.c: this, so it will only be tested once
11486         (it's a preprocessor test, it doesn't need to be run at
11487         multiple optimization levels).
11489 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
11491         * lib/g++.exp: Don't add incdir=$base_dir/../include to
11492           ALWAYS_CXXFLAGS.
11494 1999-02-24  Craig Burley  <craig@jcb-sc.com>
11496         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
11497         * g77.f-torture/compile/19981216-0.f: ...as it is expected
11498         to not be compilable by current g77.
11500 1999-02-24  Nick Clifton  <nickc@cygnus.com>
11502         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
11504 Mon Feb 22 01:15:08 1999  Jeffrey A Law  (law@cygnus.com)
11506         * gcc.c-torture/execute/990222-1.c: New test.
11508 1999-02-19  Craig Burley  <craig@jcb-sc.com>
11510         * g77.f-torture/compile/19990218-0.f: New test.
11511         * g77.f-torture/noncompile/19990218-1.f: New test.
11513 1999-02-18  Craig Burley  <craig@jcb-sc.com>
11515         * g77.f-torture/compile/19981216-0.f: New test.
11517 Sun Feb 14 01:26:29 1999  Jeffrey A Law  (law@cygnus.com)
11519         * gcc.dg/990214-1.c: New test.
11521 Sat Feb 13 00:43:52 1999  Jeffrey A Law  (law@cygnus.com)
11523         * gcc.dg/990213-2.c: New test.
11525         * gcc.dg/990213-1.c: New test.
11527 Fri Feb 12 11:04:35 1999  Jeffrey A Law  (law@cygnus.com)
11529         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
11530         ints.
11532 1999-02-11  Nick Clifton  <nickc@cygnus.com>
11534         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
11535         specified by target.
11537         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
11539 Thu Feb 11 01:12:12 1999  Jeffrey A Law  (law@cygnus.com)
11541         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
11543 Wed Feb 10 13:08:12 1999  Jonathan Larmour  <jlarmour@cygnus.co.uk>
11545         * gcc.dg/special/ecos.exp: New test driver for new tests with
11546         special requirements.
11548         * gcc.dg/special/alias-1.c: New test.
11549         * gcc.dg/special/gcsec-1.c: New test.
11550         * gcc.dg/special/weak-1.c: New test.
11551         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
11552         * gcc.dg/special/weak-2.c: New test.
11553         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
11554         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
11555         * gcc.dg/special/wkali-1.c: New test.
11556         * gcc.dg/special/wkali-2.c: New test.
11557         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
11558         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
11560 Wed Feb 10 12:15:35 1999  Felix Lee  <flee@cygnus.com>
11562           * lib/c-torture.exp (c-torture-compile): Pull out code for
11563           analyzing gcc error messages.
11564           (c-torture-execute): Likewise.  Fix some (harmless) false
11565           positives.
11566           * lib/gcc.exp (gcc_check_compile): New function.
11568 Mon Feb  8 21:42:57 1999  Richard Henderson  <rth@cygnus.com>
11570         * gcc.c-torture/execute/990208-1.c: New test.
11572 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
11574         * g++.dg/special/ecos.exp: New driver for new tests with special
11575         requirements
11577         * g++.dg/special/conpr-1.C: New test
11578         * g++.dg/special/conpr-2.C: New test
11579         * g++.dg/special/conpr-2a.C: New test
11580         * g++.dg/special/conpr-3.C: New test
11581         * g++.dg/special/conpr-3a.C: New test
11582         * g++.dg/special/conpr-3b.C: New test
11584         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
11585         allow g++ to use the dg driver
11587         * README: Add comment about g++.dg directory
11589 Sat Feb  6 18:00:38 1999  Jeffrey A Law  (law@cygnus.com)
11591         * README: Update email addresses.
11593 1999-02-03  Nick Clifton  <nickc@cygnus.com>
11595         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
11596         arguments in order to force structure S onto the stack even on
11597         the alpha.
11598         (test): Pass 10 leading arguments to function foo as well as the
11599         structure S.
11601         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
11602         failure for all targets.
11604         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
11605         abort to terminate program execution.
11607 Sat Jan 30 16:22:47 1999  Richard Henderson  <rth@cygnus.com>
11609         * gcc.c-torture/execute/990130-1.c: New test.
11611 Sat Jan 30 11:10:06 1999  Jeffrey A Law  (law@cygnus.com)
11613         * gcc.dg/990130-1.c: New test.
11615 1999-01-28  Michael Meissner  <meissner@cygnus.com>
11617         * gcc.c-torture/execute/990128-1.c: New test.
11619 1999-01-27  Michael Meissner  <meissner@cygnus.com>
11621         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
11623 1999-01-27  Felix Lee  <flee@cygnus.com>
11625         * lib/c-torture.exp (c-torture-compile): pull out code for
11626         analyzing gcc error messages.
11627         (c-torture-execute): ditto, and fix some (harmless) false
11628         positives.
11629         * lib/gcc.exp (gcc_check_compile): new function.
11631 Sun Jan 17 00:02:33 1999  Jeffrey A Law  (law@cygnus.com)
11633         * gcc.dg/990117-1.c: New test.
11635         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
11637         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
11639 Fri Jan 15 02:52:00 1999  Jeffrey A Law  (law@cygnus.com)
11641         * g77.f-torture/compile/990115-1.f: New test.
11643 Thu Jan  7 23:39:47 1999  Jeffrey A Law  (law@cygnus.com)
11645         * gcc.c-torture/compile/990107-1.c: New test
11647 Wed Jan  6 02:21:59 1999  Jeffrey A Law  (law@cygnus.com)
11649         * gcc.c-torture/execute/990106-2.c: New test.
11651         * gcc.c-torture/execute/990106-1.c: New test.
11653 Wed Dec 30 23:05:28 1998  Zack Weinberg <zack@rabi.columbia.edu>
11655         * gcc.c-torture/compile/981223-1.c: New test.
11657 Tue Dec 29 11:33:25 1998  Richard Henderson  <rth@cygnus.com>
11659         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
11660         (opt3): Rename from opt4 and disable.
11662 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
11664         * g++.old-deja/g++.pt/ptrmem5.C: New test.
11666 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
11668         * g++.old-deja/g++.other/conv5.C: New test.
11670 1998-12-14  Nick Clifton  <nickc@cygnus.com>
11672         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
11674 Fri Dec 11 10:25:57 1998  Jeffrey A Law  (law@cygnus.com)
11676         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
11678 Fri Dec 11 01:12:45 1998  Zack Weinberg <zack@rabi.columbia.edu>
11680         * gcc.c-torture/compile/981211-1.c: New test.
11682 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
11684         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
11686         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
11688 Tue Dec  8 22:50:04 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11690         * gcc.special/930510-1.c: Make C9X safe.
11691         * gcc.misc-tests/gcov-1.c Similarly.
11692         * gcc.misc-tests/gcov-2.c Similarly.
11694 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
11696         * gcc.dg/ultrasp1.c: New test.
11698 Sun Dec  6 00:40:12 1998  Richard Henderson  <rth@cygnus.com>
11700         * gcc.c-torture/execute/981206.c: New test.
11702 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
11704         * g++.old-deja/g++.ns/template7.C: New test.
11706         * g++.old-deja/g++.other/expr1.C: New test.
11708         * g++.old-deja/g++.eh/tmpl3.C: New test.
11710         * g++.old-deja/g++.eh/tmpl2.C: New test.
11712 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
11714         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
11715         * g++.old-deja/g++.other/using6.C: Removed.
11716         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
11718         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
11720 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
11722         * g++.old-deja/g++.pt/overload8.C: New test.
11724         * g++.old-deja/g++.pt/overload7.C: New test.
11726         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
11728         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
11729         and relinking messages.
11730         * lib/g++.exp (g++_target_compile): Remove .rpo file when
11731         compiling with -frepo.
11733 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
11735         * g++.old-deja/g++.pt/lookup6.C: New test.
11737 1998-11-30  Nick Clifton  <nickc@cygnus.com>
11739         * gcc.c-torture/execute/981130-1.c: New test.
11740         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
11742 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
11744         * g++.old-deja/g++.pt/explicit76.C: New test.
11746         * g++.old-deja/g++.pt/friend38.C: New test.
11748         * g++.old-deja/g++.ns/crash2.C: New test.
11750         * g++.old-deja/g++.pt/defarg8.C: New test.
11752         * g++.old-deja/g++.pt/instantiate6.C: New test.
11754         * g++.old-deja/g++.pt/static6.C: New test.
11756         * g++.old-deja/g++.pt/decl2.C: New test.
11758 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
11760         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
11761         problem is actually related with name lookup, but so what? :-)
11763         * g++.old-deja/g++.pt/friend37.C: New test.
11765 1998-11-25  Dave Love  <d.love@dl.ac.uk>
11767         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
11768         element, which fails on some systems.
11770         * g77.f-torture/execute/labug1.f: New test.
11772 Sat Nov 21 21:41:05 1998  Jeffrey A Law  (law@cygnus.com)
11774         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
11775         is defined.
11777 1998-11-18  Dave Love  <d.love@dl.ac.uk>
11779         * g77.f-torture/compile/981117-1.f: New test.
11781 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
11783         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
11784         properly discarded.
11786 Sun Oct 11 05:04:28 1998  Ken Raeburn  <raeburn@cygnus.com>
11788         * gcc.c-torture/execute/memcheck: New directory of tests for
11789         -fcheck-memory-usage.
11791 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11793         * README: New file, general information about the testsuite and
11794         new description of the various C++ test subdirectories.
11795         * README.g++: Eliminate obsolete information, update and move most
11796         relevant stuff to README.
11798 Sat Nov  7 02:55:55 1998  Richard Henderson  <rth@cygnus.com>
11800         * gcc.c-torture/compile/981107-1.c: New test.
11802 Mon Nov  2 11:16:03 1998  Doug Evans  <devans@canuck.cygnus.com>
11804         * execute/memcpy-bi.c: New testcase.
11806 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
11808         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
11809         base classes.
11811         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
11812         template is selected.
11814         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
11815         classes, it should be accepted for all types.
11817         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
11819         * g++.old-deja/g++.pt/spec24.C: Ensure that template
11820         specializations start with template headers.
11822 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
11824         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
11826         * g++.old-deja/g++.other/init9.C: Test cross initialization of
11827         non-POD types.
11829 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
11831         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
11833 Thu Oct 22 16:01:44 1998  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11835         * compile/981022-1.c, compile/981022-1.x: New test and driver.
11837 Mon Oct 19 14:03:07 1998  Jeffrey A Law  (law@cygnus.com)
11839         * 981019-1.c: New test.
11841 Wed Oct 14 21:11:19 1998  Robert Lipe <robertl@dgii.com>
11843         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
11844         find objc headers.
11846 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
11848         * compile/981001-4.c: Remove use of GCC extension that triggers a
11849         compiler bug.
11851 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
11853         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
11855 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
11857         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
11858         instantiation of template produces incorrect code for delete
11859         expression.
11861         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
11862         constructors' name is not unique.
11863         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
11864         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
11866         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
11867         automatic array of const is ill-formed.
11869         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
11870         of template parameter?
11872         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
11873         const.
11875         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
11876         pointer-to-member expression.
11878         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
11879         declaration causes ICE.
11881 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
11883         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
11884         reserved in the global namespace.
11886         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
11887         generate needed virtual table.
11889         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
11891 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
11893         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
11894         template-dependent type
11896 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
11898         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
11899         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
11900         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
11902         * g++.old-deja/g++.other/using5.C: New test; using decl from base
11903         class should be usable as argument of member function.
11904         * g++.old-deja/g++.other/using6.C: New test; using decl from base
11905         class should be usable as return type of member function.
11906         * g++.old-deja/g++.other/using7.C: New test; using decl from base
11907         class should be usable as type of data member.
11909         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
11911 Fri Oct  9 19:19:19 1998  Jeffrey A Law  (law@cygnus.com)
11913         * gcc.c-torture/special/920521-1.c: Fix bogus test.
11915 Thu Oct  8 19:14:05 1998  Nick Clifton  <nickc@cygnus.com>
11917         * gcc.dg/dll-?.c Add thumb to target list.
11918         Fix assembler scan patterns to match current assembler output.
11920 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
11922         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
11923         matching of template brackets.
11925         * g++.old-deja/g++.other/using4.C: New test.  Test using
11926         declarations of methods from base classes.
11928         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
11929         within functions should introduce names into the innermost
11930         enclosing namespace.
11932         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
11933         of static locals if first initialization throws.
11935 Wed Oct  7 12:00:20 1998  Jim Wilson  <wilson@cygnus.com>
11937         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
11939 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
11941         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
11942         lose track of the possible targets of tablejump insns.
11943         * special/special.exp: Run it.
11945 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
11947         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
11948         must be declared before its specializations can be named in friend
11949         declarations.
11951 1998-10-05  Dave Love  <d.love@dl.ac.uk>
11953         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
11955         * g77.f-torture/execute/io1.f: New test.
11957 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
11959         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
11960         with pointer to template function, for which no argument deduction
11961         is possible.
11963         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
11964         specialization of template function as argument to template
11965         function.
11967         * g++.old-deja/g++.other/access2.C: New test; Inner class
11968         shouldn't have privileged access to Outer's names.
11970 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
11972         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
11973         friend template declared within template class conflicts with
11974         nested class of the same name.
11976         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
11977         is ignored.
11979         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
11980         object with direct initializer as function declaration.
11982         * g++.old-deja/g++.other/decl2.C: New test; duplicate
11983         initializers.
11985         * g++.old-deja/g++.other/null2.C: New test; conditional operator
11986         involving const pointer and NULL produces incorrect result.
11988         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
11989         type name without `typename' should be rejected with -pedantic.
11991 Fri Oct  2 21:55:58 1998  Richard Henderson  <rth@cygnus.com>
11993         * g++.old-deja/g++.other/addrof1.C: New test.
11995 Thu Oct  1 17:15:26 1998  Nick Clifton  <nickc@cygnus.com>
11997         * gcc.c-torture/compile/981001-1.c: New test.
11998         * gcc.c-torture/execute/981001-1.c: New test.
12000 Thu Oct  1 19:05:20 1998  Jeffrey A Law  (law@cygnus.com)
12002         * gcc.c-torture/compile/981001-2.c: New test.
12003         * gcc.c-torture/compile/981001-3.c: New test.
12004         * gcc.c-torture/compile/981001-4.c: New test.
12006 1998-10-01  Robert Lipe  <robertl@dgii.com>
12008         * lib/objc.exp (objc_target_compile): Add -L during compiles for
12009         multilibbed hosts.   Idea grafted from g77.exp.
12011 1998-09-30  Dave Love  <d.love@dl.ac.uk>
12013         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
12014         avoid losing on systems which need -lsocket.
12016 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
12018         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
12019         * g++.old-deja/g++.other/nested2.C: Ditto.
12020         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
12021         failure.
12023 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
12025         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
12026         preferred over template operator!= for enum bitfields.
12028 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
12030         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
12031         that happen to have the same base name, but in different scopes,
12032         are incorrectly rejected.
12034 1998-09-16  Richard Henderson  <rth@cygnus.com>
12036         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
12037         on the native word size instead of an integer literal.
12039 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
12041         * g++.old-deja/g++.other/static2.C: Invocation of static data
12042         member of type pointer-to-function denoted as non-static member.
12044         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
12045         checks involving function types and aliases.
12047 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
12049         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
12050         redefined to the same non-trivial type.
12052         * g++.old-deja/g++.pt/explicit73.C: Test for proper
12053         namespace-qualification of template specializations declared in
12054         other namespaces.
12056         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
12057         to declare a subset of the specializations of a template function
12058         as friends of specializations of a template class.
12060         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
12061         member templates that do not fully specialize the enclosing
12062         template class are rejected.
12064 1998-09-11  Dave Love  <d.love@dl.ac.uk>
12066         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
12068 1998-09-08  Dave Love  <d.love@dl.ac.uk>
12070         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
12071         altered from libf2c/libU77 version.
12073 1998-09-06  Dave Love  <d.love@dl.ac.uk>
12075         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
12077 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
12079         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
12080         (un)signed char are different types for template specialization
12081         purposes.
12083 Thu Sep  3 00:40:32 1998  Ovidiu Predescu  <ovidiu@aracnet.com>
12085         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
12086         * objc: ObjC testsuite.
12088 Mon Aug 31 12:00:00 1998  Catherine Moore  <clm@cygnus.com>
12090         * gcc.c-torture/execute/941014-1.x:  New file.
12092 Mon Aug 31 15:19:32 1998  Nick Clifton  <nickc@cygnus.com>
12094         * lib/c-torture.exp: Add support for
12095         torture_eval_before_compile and torture_eval_before_execute
12096         variables.
12098 Sun Aug 30 17:38:20 1998  Jeffrey A Law  (law@cygnus.com)
12100         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
12101         this test triggers valid.
12103 Thu Aug 27 23:59:18 1998  Jeffrey A Law  (law@cygnus.com)
12105         * gcc.dg/980827-1.c: New test.
12107 Wed Aug 26 16:10:00 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
12109         * gcc.c-torture/execute/loop-4b.c: New test.
12111 Wed Aug 26 16:25:38 1998  Nick Clifton  <nickc@cygnus.com>
12113         * lib/c-torture.exp: Add support for
12114         torture_eval_before_compile and torture_eval_before_execute
12115         variables.
12117 Tue Aug 25 19:42:13 1998  Jeffrey A Law  (law@cygnus.com)
12119         * gcc.c-torture/compile/980825-1.c: New test.
12121 Mon Aug 24 14:20:32 1998  Nick Clifton  <nickc@cygnus.com>
12123         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
12124         count number tests in opt_t0 not good_t0.
12126 Mon Aug 24 16:38:52 1998  Jeffrey A Law  (law@cygnus.com)
12128         * gcc.c-torture/compile/930326-1.x: Fix typo.
12130 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
12132         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
12133         causes an ICE.
12135 Fri Aug 21 23:59:18 1998  Jeffrey A Law  (law@cygnus.com)
12137         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
12138         STACK_SIZE is defined.
12139         * gcc.c-torture/unsorted/stuct.c: Similarly.
12141         * gcc.c-torture/compile/980821-1.c: New test.
12143 Fri Aug 21 03:14:04 1998  Jeffrey A Law  (law@cygnus.com)
12145         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
12147 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
12149         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
12150         code.
12152 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
12154         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
12155         error'.
12157 Tue Aug 18 19:19:50 1998  Jeffrey A Law  (law@cygnus.com)
12159         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
12161 Sun Aug 16 01:29:19 1998  Jeffrey A Law  (law@cygnus.com)
12163         * gcc.c-torture/compile/980816-1.c: New test.
12165         * gcc.dg/980816-1.c: New test.
12167 Thu Aug 13 00:13:55 1998  Jeffrey A Law  (law@cygnus.com)
12169         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
12170         compiler for ieee tests.
12172 1998-08-01  Dave Love  <d.love@dl.ac.uk>
12174         * g77.f-torture/compile/980729-0.f: New test.
12176 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
12178         * gcc.c-torture/special/eeprof-1.c: New test, for
12179         -finstrument-functions.
12180         * gcc.c-torture/special/special.exp: Run it.
12182 Wed Jul 29 00:17:18 1998  Jeffrey A Law  (law@cygnus.com)
12184         * gcc.c-torture/compile/980729-1.c: New test.
12186 Mon Jul 27 11:05:07 1998  Nick Clifton  <nickc@cygnus.com>
12188         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
12189         __thumb__ is defined, and test for ARM style doubles if so.
12191 1998-07-26  Dave Love  <d.love@dl.ac.uk>
12193         * g77.f-torture/noncompile/980615-0.f: New test.
12195 Sun Jul 26 01:15:56 1998  H.J. Lu  (hjl@gnu.org)
12197         * gcc.dg/980312-1.c: Do link instead of compile.
12198         * gcc.dg/980313-1.c: Likewise.
12200 Sun Jul 26 01:05:02 1998  Jeffrey A Law  (law@cygnus.com)
12202         * gcc.c-torture/compile/980726-1.c: New test.
12204 1998-07-25  Dave Love  <d.love@dl.ac.uk>
12206         * g77.f-torture/execute/io0.f: New test.
12208 Fri Jul 24 11:02:43 1998  Nick Clifton  <nickc@cygnus.com>
12210         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
12211         an int.
12213 Thu Jun 18 15:12:30 1998  Michael Meissner  <meissner@cygnus.com>
12215         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
12216         m32r bugs.
12218 Fri Jul 17 14:19:32 1998  Nick Clifton  <nickc@cygnus.com>
12220         * gcc.dg/980626-1.c: Expect failures for all toolchains until
12221         c-decl.c:grokdeclarator can handle mode attributes.
12223 Thu Jul 16 21:42:50 1998  Jeffrey A Law  (law@cygnus.com)
12225         * gcc.c-torture/execute/980716-1.c: New test.
12227 Mon Jul 13 22:26:37 1998  Jeffrey A Law  (law@cygnus.com)
12229         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
12230         the mn10200.
12231         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
12232         the mn10200.
12233         * gcc.c-torture/execute/va-arg-3.x: Similarly.
12234         * gcc.c-torture/compile/930326-1.x: Similarly.
12236 1998-07-13  Dave Love  <d.love@dl.ac.uk>
12238         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
12239         New test from Craig.
12241 1998-07-12  Dave Love  <d.love@dl.ac.uk>
12243         * g77.f-torture/noncompile/980616-0.f: New test.
12245         * g77.f-torture/execute/970816-3.f:  New test from Craig.
12247 Fri Jul 10 23:43:33 1998 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
12249         *  g++.other/singleton.C: Return error value instead of taking
12250         SIGSEGV.
12252 Fri Jul 10 10:02:03 1998  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
12254         *  g++.other/singleton.C: New test.   Warning is under dispute.
12255         Runtime crash is not.
12257 Thu Jul  9 23:07:45 1998  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
12259         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
12260         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
12261         using6.C, using7.C}:  New namespace tests.
12263 Thu Jul  9 22:44:49 1998  Alexandre Oliva   <oliva@dcc.unicamp.br>
12265         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
12266         specialization with typedef'ed names used as array indexes.
12268 Thu Jul  9 00:38:51 1998  Jeffrey A Law  (law@cygnus.com)
12270         * gcc.c-torture/execute/980709-1.c: New test.
12272         * gcc.dg/980709-1.c: New test.
12274 Tue Jul  7 13:41:27 1998  Richard Henderson  <rth@cygnus.com>
12276         * gcc.c-torture/execute/bcp-1.c: New test.
12278 Tue Jul  7 11:49:04 1998  Jeffrey A Law  (law@cygnus.com)
12280         * gcc.c-torture/execute/980707-1.c: New test.
12282 Mon Jul  6 18:20:27 1998  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
12284         * gcc.c-torture/compile/980706-1.c: New test.
12286 1998-07-01  Dave Love  <d.love@dl.ac.uk>
12288         * g77.f-torture/execute/980701-0.f,
12289         g77.f-torture/execute/980701-1.f: New test from Craig.
12291 Wed Jul  1 00:52:51 1998  Jeffrey A Law  (law@cygnus.com)
12293         * gcc.c-torture/compile/980701-1.c: New test.
12295         * gcc.c-torture/execute/980701-1.c: New test.
12297 Tue Jun 30 11:51:42 1998  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
12298 rlsruhe.de>
12300         * g++.old-deja/g++.robertl/eb132.C: New test.
12301         * g++.old-deja/g++.robertl/eb133.C: Likewise.
12303 1998-06-29  Dave Love  <d.love@dl.ac.uk>
12305         * g77.f-torture/execute/980628-7.f,
12306         g77.f-torture/execute/980628-8.f,
12307         g77.f-torture/execute/980628-9.f,
12308         g77.f-torture/execute/980628-10.f: New tests from Craig.
12310         * g77.f-torture/execute/980628-3.f: Remove mail headers.
12312 Sun Jun 28 12:49:02 1998  Jeffrey A Law  (law@cygnus.com)
12314         * g77.f-torture/execute/980628-4.f: New test from Craig.
12315         * g77.f-torture/execute/980628-5.f: Likewise.
12316         * g77.f-torture/execute/980628-2.f: Likewise.
12317         * g77.f-torture/execute/980628-0.f: Likewise.
12318         * g77.f-torture/execute/980628-1.f: Likewise.
12319         * g77.f-torture/execute/980628-3.f: Likewise.
12320         * g77.f-torture/execute/980628-6.f: Likewise.
12322 Sun Jun 28 00:37:26 1998  Jeffrey A Law  (law@cygnus.com)
12324         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
12325         directory when nothing has been installed yet.
12327 Sat Jun 27 23:23:18 1998  Carlo Wood  <carlo@runaway.xs4all.nl>
12329         * gcc.c-torture/special/special.exp: Handle newer versions of
12330         dejagnu.
12332 Fri Jun 26 17:57:40 1998  Jeffrey A Law  (law@cygnus.com)
12334         * gcc.dg/980626-1.c: New test.
12336 Fri Jun 19 23:26:12 1998  Bruno Haible <haible@ilog.fr>
12338         * gcc.misc-tests/m-un-2.c: New test.
12339         * g++.old-deja/g++.other/warn01.c: Likewise.
12341 Fri Jun 19 14:06:36 1998  Robert Lipe  <robertl@dgii.com>
12343         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
12344         compatibility with assmblers with a different comment character.
12345         Eliminate use of GAS-specific extensions.
12347 Fri Jun 19 02:05:14 1998  Jeffrey A Law  (law@cygnus.com)
12349         * gcc.c-torture/execute/ieee/980619-1.c: New test.
12351 Fri Jun 19 00:58:11 1998  Robert Lipe  <robertl@dgii.com>
12353         *lib/g77.exp: Replace search for libf2c.a with search for newly
12354         renamed libg2c.a
12356 Wed Jun 17 18:53:12 1998  Jeffrey A Law  (law@cygnus.com)
12358         * gcc.c-torture/execute/980617-1.c: New test.
12360 Fri Jun 12 01:08:49 1998  Jeffrey A Law  (law@cygnus.com)
12362         * gcc.c-torture/execute/980612-1.c: New test.
12364 Mon Jun  8 02:13:42 1998  Jeffrey A Law  (law@cygnus.com)
12366         * gcc.dg/980523-1.c: Only test on ppc-linux.
12367         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
12369         * gcc.c-torture/execute/980608-1.c: New test.
12371 Fri Jun  5 21:54:26 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
12373         * gcc.c-torture/execute/980605-1.c: New test.
12375 Thu Jun  4 01:39:24 1998  Jeffrey A Law  (law@cygnus.com)
12377         * gcc.c-torture/execute/980604-1.c: New test.
12379 Tue Jun  2 20:51:43 1998  Jeffrey A Law  (law@cygnus.com)
12381         * gcc.c-torture/execute/980602-1.c: New test.
12382         * gcc.c-torture/execute/980602-2.c: Likewise.
12384 1998-06-02  Dave Love  <d.love@dl.ac.uk>
12386         * 970125-0.f: Fix per JCB.  Add commentary.
12388 Sun May 31 23:23:29 1998  Michael Meissner  <meissner@cygnus.com>
12390         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
12391         IEEE -0 support.
12393 Fri May 29 01:10:12 1998  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
12395         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
12396         earlier.
12398 Thu May 28 00:17:42 1998  Catherine Moore <clm@cygnus.com>
12400         * gcc.c-torture/execute/980526-3.c: New test.
12402 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
12404         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
12405         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
12406         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
12407         m88k-motorola-sysv3 to XFAIL.
12409 Tue May 26 23:58:03 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12411         * gcc.dg/980526-1.c: New test.
12412         * gcc.c-torture/execute/980526-2.c: New test.
12414 Tue May 26 23:40:40 1998  Jeffrey A Law  (law@cygnus.com)
12416         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
12418         * gcc.c-torture/execute/980526-1.c: New test.
12420 1998-05-26  Dave Love  <d.love@dl.ac.uk>
12422         * g77.f-torture/execute/alpha2.f: Add runtime test.
12424 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
12426         * g++.old-deja/old-deja.exp: Strip leading directories.
12428         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
12429         error for the line.  Don't run multiple tests for the same line.
12431 Sat May 23 23:27:10 1998  Jeffrey A Law  (law@cygnus.com)
12433         * gcc.dg/980523-1.c: New test.
12435 1998-05-23  Dave Love  <d.love@dl.ac.uk>
12437         * g77.f-torture/compile/970915-0.f: New test.
12439 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
12441         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
12443 Thu May 21 23:23:21 1998  Jeffrey A Law  (law@cygnus.com)
12445         * gcc.dg/980520-1.c: New test.
12447 Wed May 20 14:37:15 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12449         * gcc.dg/980502-1.c: Fix return type.
12451 Wed May 20 11:29:48 1998  Jeffrey A Law  (law@cygnus.com)
12453         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
12454         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
12455         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
12456         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
12457         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
12459 1998-05-20  Dave Love  <d.love@dl.ac.uk>
12461         * g77.f-torture/execute/980520-1.f: New test.
12463 1998-05-15  Dave Love  <d.love@dl.ac.uk>
12465         * lib/mike-g77.exp: New file.
12467         * g77.f-torture/noncompile/noncompile.exp,
12468         g77.f-torture/noncompile/check0.f: New files.
12470 1998-05-14  Dave Love  <d.love@dl.ac.uk>
12472         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
12473         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
12474         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
12475         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
12476         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
12477         abort where appropriate.
12479 Tue May  5 19:20:13 1998  Michael Meissner  <meissner@cygnus.com>
12481         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
12482         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
12484 1998-04-29  Dave Love  <d.love@dl.ac.uk>
12486         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
12488 1998-04-27  Dave Love  <d.love@dl.ac.uk>
12490         * g77.f-torture/compile/980427-0.f: New test.
12492 1998-04-24  Dave Love  <d.love@dl.ac.uk>
12494         * g77.f-torture/compile/980424-0.f: New test.
12496 1998-04-19  Dave Love  <d.love@dl.ac.uk>
12498         * g77.f-torture/compile/980419-2.f (main): New test.
12499         * g77.f-torture/compile/970125-0.f: New test.
12500         * g77.f-torture/compile/980419-1.f: New test.
12502 Wed Apr  8 13:09:15 1998  Jim Wilson  <wilson@cygnus.com>
12504         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
12505         of loop-4.c.
12507 Tue Apr  7 12:01:24 1998  Jim Wilson  <wilson@cygnus.com>
12509         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
12511 Fri Apr  3 12:27:49 1998  Jim Wilson  <wilson@cygnus.com>
12513         * gcc.c-torture/compile/980329-1.c: New test.
12515 Wed Mar 18 16:22:22 1998  Jim Wilson  <wilson@cygnus.com>
12517         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
12518         * gcc.dg/980312-1.c: Fix typo in -march command.
12520 Mon Mar 16 20:01:30 1998  H.J. Lu  (hjl@gnu.org)
12522         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
12524 Wed Mar 11 13:08:48 1998  Robert Lipe  <robertl@dgii.com>
12526         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
12527         Dave Love agree the Fortran source is bogus.
12529 Wed Mar 11 00:03:49 1998  Robert Lipe  <robertl@dgii.com>
12531         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
12532         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
12533         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
12534         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
12535         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
12537 Tue Mar 10 00:31:51 1998  Alexandre Oliva   <oliva@dcc.unicamp.br>
12539         * g++.old-deja/g++.other/friend1.C: New test.
12541 1998-02-18  Dave Love  <d.love@dl.ac.uk>
12543         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
12544         possibly uninitialized) variables and declare dnrm2.
12546 Mon Feb 23 15:16:53 1998  Robert Lipe <robertl@dgii.com>
12548         From Bruno Haible <haible@ilog.fr>:
12549         * gcc.c-torture/execute/980223.c: New test.
12551 Fri Feb 13 00:36:07 1998  Jeffrey A Law  (law@cygnus.com)
12553         * gcc.dg/ifelse-1.c: New test.
12555 Mon Feb  9 02:08:47 1998  H.J. Lu  (hjl@gnu.org)
12557         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
12559           * lib/old-dejagnu.exp (old-dejagnu): Added the
12560           "execution test - XFAIL *-*-*" handling in the spirit of
12561           "excess errors test -". Changed the "execution test fails"
12562           handling to be like "excess errors test fails".
12563           * Update various tests accordingly.
12565 Fri Feb  6 14:30:48 1998  Jim Wilson  <wilson@cygnus.com>
12567         * gcc.c-torture/execute/980205.c: New test.
12569 Sun Jan 18 01:33:59 1998  Jeffrey A Law  (law@cygnus.com)
12571         * lib/c-torture.exp: Look for .x files instead of .cexp files.
12572         * lib/f-torture.exp: Similarly.
12573         * gcc.c-torture: Rename all .cexp files to .x files.
12575 Mon Dec  8 23:55:26 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
12577         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
12578         (940510-1.c): Removed duplicate.
12579         (971104-1.c): New test.
12581 Tue Nov 25 16:18:51 1997  Kate Hedstrom  (kate@ahab.rutgers.edu)
12583           * lib/f-torture.exp: Improve error and loop detection.
12585 Wed Nov 19 14:27:04 1997  Michael Meissner  <meissner@cygnus.com>
12587         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
12588         use that to size the filler array.
12590 Fri Sep 26 10:50:53 1997  Bob Manson  <manson@charmed.cygnus.com>
12592         * lib/c-torture.exp(c-torture-execute): Fix typo.
12594         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
12595         testcase as the executable name. Keep the executable around if
12596         the test fails.
12598 Fri Sep 19 17:19:53 1997  Bob Manson  <manson@charmed.cygnus.com>
12600         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
12601         changes.  Only test one -g option, and move it to the end of the
12602         list of options to test.
12604 Fri Sep 19 17:58:00 1997  Michael Meissner  <meissner@cygnus.com>
12606         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
12607         variable GCC_TORTURE_OPTIONS to supply default switches separated
12608         by colons.  If no environment variable, run tests with -O0 -g, -O1
12609         -g, and -O2 -g as well.
12611 Wed Sep 17 10:12:26 1997  Bob Manson  <manson@charmed.cygnus.com>
12613         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
12614         explanatory comments. Fix indentation.
12616 Mon Sep 15 00:36:53 1997  Jeffrey A Law  (law@cygnus.com)
12618         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
12620 Thu Sep 11 13:54:47 1997  Jeffrey A Law  (law@cygnus.com)
12622         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
12623         * g++.old-deja/g++.mike/p7325.C: Likewise.
12624         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
12626 Thu Sep 11 10:00:03 1997  Alexandre Oliva  (oliva@dcc.unicamp.br)
12628         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
12629         * g++.old-deja/g++.brendan/crash30.C: Likewise.
12630         * g++.old-deja/g++.brendan/crash39.C: Likewise.
12631         * g++.old-deja/g++.law/operators4.C: Likewise.
12633 Thu Sep 11 09:53:40 1997  Joe Buck  (jbuck@synopsys.com)
12635         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
12636         * g++.old-deja/g++.mike/p784.C: Ditto.
12637         * g++.old-deja/g++.mike/p785.C: Ditto.
12639 Fri Sep  5 00:21:42 1997  Jeffrey A Law  (law@cygnus.com)
12641           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
12643 Wed Sep  3 17:29:35 1997  Bob Manson  <manson@charmed.cygnus.com>
12645         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
12646         target feature; pass this to c-torture-execute as needed.
12648 Wed Sep  3 17:15:00 1997  Bob Manson  <manson@charmed.cygnus.com>
12650         * lib/c-torture.exp(c-torture-execute): If the previous and the
12651         current executables being tested are identical, we don't need to
12652         run the executable again. Try to make the executable names
12653         unique. Add an optional argument for passing additional compiler
12654         flags.
12656 Tue Sep  2 16:34:31 1997  Doug Evans  <dje@canuck.cygnus.com>
12658         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
12660 Fri Aug 29 12:48:09 1997  Jeffrey A Law  (law@cygnus.com)
12662         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
12664 Thu Jul 31 12:17:24 1997  Jeffrey A Law  (law@cygnus.com)
12666         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
12667         32bit or larger longs.
12669         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
12670         have either a 32bit long or 32bit int.
12672 Tue Jul 29 00:40:38 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
12674         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
12675         Make double precision tests dependent on sizeof (double).
12677 Wed Jul  9 15:15:40 1997  Bob Manson  <manson@charmed.cygnus.com>
12679         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
12680         too.
12682 Tue Jun 17 22:11:16 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
12684         * gcc.c-torture/compile/961203-1.cexp: New script.
12686 Mon Jun 16 15:27:06 1997  Bob Manson  <manson@charmed.cygnus.com>
12688         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
12689         up the includes ourselves.
12691 Wed Jun 11 17:33:21 1997  Bob Manson  <manson@charmed.cygnus.com>
12693         * lib/plumhall.exp: Remove random include, and add a few
12694         verbose messages for debugging.
12696 Fri Jun  6 14:23:24 1997  Bob Manson  <manson@charmed.cygnus.com>
12698         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
12699         of trying to do it ourselves.
12701 Wed Jun  4 03:38:50 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
12703         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
12705 Wed Jun  4 18:43:55 1997  Bob Manson  <manson@charmed.cygnus.com>
12707         * gcc.prms/5403.c: Made regexp a bit less strict.
12709 Tue Jun  3 15:12:39 1997  Bob Manson  <manson@charmed.cygnus.com>
12711         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
12712         is returned from remote_load instead.
12713         * lib/plumhall.exp: Ditto.
12714         * lib/mike-g++.exp: Ditto.
12715         * lib/old-dejagnu.exp: Ditto.
12716         * lib/c-torture.exp: Ditto.
12718 Fri May 30 23:15:15 1997  Bob Manson  <manson@charmed.cygnus.com>
12720         * lib/g++.exp: Use build_wrapper procedure.
12721         * lib/gcc.exp: Ditto.
12723 Tue May 20 15:23:27 1997  Jeffrey A Law  (law@cygnus.com)
12725         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
12726         an old-style decl for malloc.  Fixes tests to work when
12727         sizeof (int) != sizeof (size_t).
12729 Thu May 15 14:00:04 1997  Mike Meissner  <meissner@cygnus.com>
12731         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
12733         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
12734         use stdargs.h interface.
12736 Thu May 15 14:10:39 1997  Mike Meissner  <meissner@cygnus.com>
12738         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
12739         NO_VARARGS when compiling.
12741 Thu May  1 14:49:19 1997  Bob Manson  <manson@charmed.cygnus.com>
12743         * lib/plumhall.exp(ph_includes): New procedure.
12744         (ph_make): Use it.
12745         (ph_compiler): Ditto.
12747         * lib/g++.exp: Rename test-glue.c to testglue.c.
12748         * lib/gcc.exp: Ditto.
12750 Thu Apr 10 14:50:26 1997  Bob Manson  <manson@charmed.cygnus.com>
12752         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
12753         to completion when it's called.
12755 Fri Mar 21 16:34:52 1997  Michael Meissner  <meissner@cygnus.com>
12757         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
12758         is defined, don't do test.
12760 Thu Mar 20 09:50:32 1997  Doug Evans  <dje@canuck.cygnus.com>
12762         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
12763         for object files.
12764         (ph_summary): Mark skipped testcases as untested, not unresolved.
12766         * lib/plumhall.exp (ph_make): If unresolved because of bad
12767         errorCode, record errorCode in log file.
12768         (*): Replace send_log/verbose with verbose -log.
12770 Wed Mar 19 13:06:26 1997  Michael Meissner  <meissner@cygnus.com>
12772         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
12773         double conversion if double isn't at least 8 bytes.
12775         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
12776         int to work with targets where int is 16 bits.
12778         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
12779         8 bytes, just exit, since 4 byte doubles don't have enough bits of
12780         precision for the test to complete.
12782 Fri Mar 14 17:51:02 1997  Michael Meissner  <meissner@cygnus.com>
12784         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
12785         if d10v is not compiled with the -mdouble64 flag.
12786         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
12788         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
12789         d10v is not compiled with the -mint32 flag.
12791 Thu Mar 13 16:09:28 1997  Bob Manson  <manson@charmed.cygnus.com>
12793         * lib/plumhall.exp: Use incr_count.
12795 Wed Mar 12 10:01:33 1997  Jeffrey A Law  (law@cygnus.com)
12797         * gcc.c-torture: Update to c-torture-1.45.
12799 Sun Feb 23 18:12:04 1997  Bob Manson  <manson@charmed.cygnus.com>
12801         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
12802         the name of the expect testcase file).
12804         * lib/g++.exp(g++_init): Ditto.
12806 Thu Feb 20 13:53:05 1997  Bob Manson  <manson@charmed.cygnus.com>
12808         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
12809         the host.
12811         * lib/gcc.exp(gcc_exit): New procedure.
12813 Wed Feb 19 15:16:16 1997  Bob Manson  <manson@charmed.cygnus.com>
12815         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
12816         specs where appropriate.
12818         * g++.old-deja/g++.arm/*: Added additional ERROR checks
12819         because of new "candidates are" messages, and removed a few
12821         * Converted all non-old-style g++ testcases to old-style, and
12822         moved into g++.old-deja.
12824 Fri Feb 14 11:46:46 1997  Bob Manson  <manson@charmed.cygnus.com>
12826         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
12827         options.
12829         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
12830         succeeded.
12832         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
12834 Thu Feb 13 17:30:46 1997  Michael Meissner  <meissner@cygnus.com>
12836         * lib/gcc.exp (gcc_target_compile): Add support for defining
12837         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
12838         the machine doesn't have those features.
12840 Tue Feb 11 12:57:11 1997  Bob Manson  <manson@charmed.cygnus.com>
12842         * g++.law/operators4.exp: Don't use LIBS.
12844 Sat Feb  8 14:45:55 1997  Bob Manson  <manson@charmed.cygnus.com>
12846         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
12848         * lib/mike-g++.exp: Don't set the compiler to be tested here.
12849         * lib/g++.exp: Set it here instead. Also, allow use of the
12850         --tool_exec and --tool_opt options. Change CXX to
12851         GXX_UNDER_TEST.
12853         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
12855         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
12857 Fri Feb  7 12:55:45 1997  Bob Manson  <manson@charmed.cygnus.com>
12859         * lib/old-dejagnu.exp: Use prune_warnings instead of
12860         prune_system_crud.
12861         * lib/mike-g++.exp: Ditto.
12862         * lib/gcc.exp: Ditto.
12863         * lib/g++.exp: Ditto.
12865         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
12867 Fri Feb  7 10:41:53 1997  Jeffrey A Law  (law@cygnus.com)
12869           * 941014-2.c: Include stdlib.h
12870           * 960327-1.c: Include stdio.h
12871           * dbra.c, index-1.c: Don't assume ints are 32bits.
12873 Tue Feb  4 12:51:09 1997  Bob Manson  <manson@charmed.cygnus.com>
12875         * lib/gcc.exp: Add gcc,stack_size target feature.
12877         * lib/g++.exp(g++_target_compile): Add the include and link
12878         paths here, not in two other places. And, it's $options, not
12879         options.
12881         * lib/mike-g++.exp(postbase): Remove the code that determines
12882         the correct include and link paths.
12883         * g++.old-deja/old-deja.exp: Ditto.
12885 Mon Feb  3 19:00:07 1997  Bob Manson  <manson@charmed.cygnus.com>
12887         * lib/g++.exp(g++_init): target_compile no longer returns the
12888         filename of the result.
12890 Sun Feb  2 14:42:34 1997  Bob Manson  <manson@charmed.cygnus.com>
12892         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
12893         call to glob.
12895         * gcc.c-torture/special/special.exp: Change call to
12896         gcc_target_compile to include the object file.
12898 Sun Feb  2 17:11:50 1997  Ian Lance Taylor  <ian@cygnus.com>
12900         * gcc.c-torture/special/special.exp: Correct misspelling in last
12901         change.
12903 Sat Feb  1 12:34:23 1997  Bob Manson  <manson@charmed.cygnus.com>
12905         * lib/plumhall.exp(ph_summary): Log the entire output of the
12906         executable. Return -1 if there were any failures, 0 otherwise.
12907         (ph_execute): Return -1 if there were any failures, 0 otherwise.
12908         (ph_make): Clean up objects and executables that were built
12909         if the tests succeeded.
12911 Thu Jan 30 13:45:56 1997  Bob Manson  <manson@charmed.cygnus.com>
12913         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
12914         libraries and includes in the build tree as appropriate.
12916 Wed Jan 29 17:19:34 1997  Bob Manson  <manson@charmed.cygnus.com>
12918         * lib/c-torture.exp: Instead of looking for the global variable
12919         NO_LONG_LONG, check to see if that's a feature of the target.
12921 Wed Jan 29 00:36:25 1997  Bob Manson  <manson@charmed.cygnus.com>
12923         * config/default.exp: Minimize. Delete the remainer of the files in
12924         config; this functionality is now in devo/dejagnu/config.
12926         g++.*/*: Pass any additional flags used to compile to postbase;
12927         delete CXXFLAGS.
12929         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
12930         is now done by runtest.exp. Use gcc_target_compile instead of
12931         compile.
12933         lib/c-torture.exp: Use gcc_target_compile instead of compile.
12934         Remove references to CFLAGS. Use remote_file instead of
12935         calling rm -f.
12936         (c-torture): Take a list of arguments to use to compile this
12937         testcase.
12939         lib/g++.exp: Simplify. Use target_compile instead of compile.
12940         lib/gcc-dg.exp: Ditto.
12941         lib/gcc.exp: Ditto.
12942         lib/mike-{gcc,g++}.exp: Ditto.
12943         lib/old-dejagnu.exp: Ditto.
12944         lib/plumhall.exp: Ditto.
12946 Wed Jan  8 14:43:07 1997  Jim Wilson  <wilson@cygnus.com>
12948         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
12949         (ph_linker): Likewise.
12951 Wed Nov 13 16:04:19 1996  Joern Rennecke <amylaar@cygnus.com>
12953           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
12954         MAP_ANON / MAP_ANONYMOUS if defined;
12955         else try to map from /dev/zero .
12957 Tue Nov 12 23:30:12 1996  Jeffrey A Law  (law@cygnus.com)
12959         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
12960         isn't defined, then define it to MAP_ANONYMOUS.
12962 Tue Nov 12 11:57:49 1996  Jeffrey A Law  (law@cygnus.com)
12964         * gcc.c-torture: Update to c-torture-1.42 release.
12966 Mon Nov 11 12:45:31 1996  Jeffrey A Law  (law@cygnus.com)
12968         * gcc.c-torture: Update to c-torture-1.41 release.
12970 Sun Oct 27 18:56:18 1996  Jeffrey A Law  (law@cygnus.com)
12972         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
12973         c-torture release.
12975 Thu Aug 15 11:09:36 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12977         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
12978         and LDFLAGS.  Fix second case to append the target_info ldflags
12979         onto LDFLAGS, not CFLAGS.
12980         * lib/g++.exp (g++_init): Add target_info stuff.
12981         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
12982         of libgloss and newlib flags for !native.
12984         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
12985         (GDB): Fix relative path to go up another dir for finding gdb.
12987 Thu Aug  8 17:03:27 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
12989         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
12990         versions in the target_info array, if they don't exist.
12992 Fri Aug  2 15:39:03 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12994         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
12996 Mon Jul  8 15:45:58 1996  Jim Wilson  <wilson@cygnus.com>
12998         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
12999         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
13001 Mon Jul  1 15:53:00 1996  Bob Manson  <manson@charmed.cygnus.com>
13003         * lib/old-dejagnu.exp: Don't remove the output file before we've
13004         actually tested it. Don't append pwd to the path of the executable
13005         we're testing.
13007 Sun Jun 30 14:37:50 1996  Doug Evans  <dje@canuck.cygnus.com>
13009         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
13011 Wed Jun 26 14:15:55 1996  Bob Manson  <manson@charmed.cygnus.com>
13013         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
13014         temporary directory for compiler files, and set it to a default
13015         value of /tmp. Set $output as the name of the output file from
13016         compiling the testcase. Add a -o option to $cflags_var so the
13017         compiler writes the final output file as $output. Set $executable
13018         to $output.
13020         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
13021         directory for compiler files, and set it to /tmp if it doesn't
13022         already have a value. Set $output_file to the name of the output
13023         file from compiling the testcase. Add a -o option to CXXFLAGS so
13024         the compiler writes the final output file as $output. Use $output
13025         as the executable to be tested.
13027 Mon Jun 24 17:12:16 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13029         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
13031 Sat Jun  8 15:12:24 1996  Jeffrey A Law  (law@cygnus.com)
13033         * gcc.c-torture/execute/pending-1.c: New test.  Still
13034         pending in Tege's queue.
13036 Wed Apr 24 18:13:45 1996  Jim Wilson  <wilson@chestnut.cygnus.com>
13038         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
13039         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
13040         if there were failures.  Call unresolved if there were unresolved
13041         testcases.  Call gcc_fail if program did not run to completion.
13042         (ph_make): Pass additional argument name to ph_execute.
13043         (ph_execute): Add new argument.  Pass additional arguments to
13044         ph_summary.  Call gcc_fail is there is no execution output.
13046 Wed Apr 24 13:39:23 1996  Jeffrey A Law  (law@cygnus.com)
13048         * lib/plumhall.exp (proc_summary): Output relavent summary
13049         lines into the log so specific failures in plumhall can be
13050         investigated.
13052 Wed Apr 10 13:23:45 1996  Jeffrey A Law  (law@cygnus.com)
13054         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
13055         (c-torture-execute): Don't try to execute tests which use
13056         "long long" types if $NO_LONG_LONG is nonzero.
13058 Mon Apr  8 08:52:29 1996  Doug Evans  <dje@canuck.cygnus.com>
13060         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
13061         not c-torture.
13063         * gcc.ieee: Move from here.
13064         * gcc.c-torture/execute/ieee: To here.
13066 Tue Mar 26 23:41:18 1996  Jeffrey A Law  (law@cygnus.com)
13068         * gcc.c-torture: Update to c-torture-1.41 release.
13070 Fri Mar 22 15:49:24 1996  Jeffrey A Law  (law@cygnus.com)
13072         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
13073         not "$output".
13075 Thu Mar  7 12:37:08 1996  Doug Evans  <dje@charmed.cygnus.com>
13077         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
13078         -c present.
13080 Sat Mar  2 22:36:37 1996  Jeffrey A Law  (law@cygnus.com)
13082         * config/proelf.exp: Handle connecting to a simulator.
13084 Wed Jan 31 00:58:15 1996  Jeffrey A Law  (law@cygnus.com)
13086         * config/proelf.exp: New file.  Enough framework that we can
13087         run c-torture tests on the proelf targets (or any other target
13088         that gdb can connect to for that matter).
13090 Mon Jan 29 08:57:46 1996  Doug Evans  <dje@canuck.cygnus.com>
13092         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
13093         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
13095         * lib/plumhall.exp (ph_execute): Always call ph_summary if
13096         exec_output exists.
13098 Sun Jan 28 11:28:43 1996  Doug Evans  <dje@charmed.cygnus.com>
13100         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
13101         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
13103         * config/*.exp: Update FSF address.  Change result of ${tool}_load
13104         to pass/fail/unresolved/unsupported/untested.  Caller must now
13105         call unresolved/unsupported/untested.
13106         * lib/*.exp: Update FSF address.  Update to handle new results of
13107         ${tool}_load.
13108         * lib/chill.exp (verbose): Delete.
13110 Sat Jan 27 12:28:07 1996  Doug Evans  <dje@charmed.cygnus.com>
13112         * lib/gcc.exp (default_gcc_start): Change order of args to
13113         $LDFLAGS $CFLAGS $LIBS.
13114         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
13115         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
13116         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
13117         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
13118         * gcc.misc-tests/dg-test.exp: Likewise.
13119         * gcc.misc-tests/msgs.exp: Likewise.
13120         * gcc.prms/prms.exp: Likewise.
13121         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
13122         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
13124         * lib/dg.exp: Deleted, moved to dejagnu/lib.
13126 Wed Jan 24 18:37:00 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13128         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
13130         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
13131         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
13133         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
13134         necessary.
13136 Sat Jan 20 17:22:08 1996  Brendan Kehoe  <brendan@cygnus.com>
13138         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
13139         global for loop; add use of $mathlib.
13140         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
13141         settings here; set mathlib for anything but VxWorks.
13143 Mon Jan 22 16:31:57 1996  Jeffrey A Law  (law@cygnus.com)
13145         * gcc.c-torture: Update to c-torture-1.40 release.
13147 Wed Jan  3 00:54:33 1996  Jeffrey A Law  (law@cygnus.com)
13149         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
13150         dg.exp.
13152 Sun Dec  3 16:17:42 1995  Jeffrey A. Law  <law@sethra.cygnus.com>
13154         * lib/c-torture.exp (c-torture-execute): Declare "output" as
13155         global.
13157 Fri Nov 17 20:01:19 1995  Doug Evans  <dje@canuck.cygnus.com>
13159         * lib/g++.exp (LIBS): Define if not already.
13160         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
13161         (gcc-dg-prune): Call prune_gcc_output.
13162         * lib/gcc.exp (prune_gcc_output): New proc.
13163         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
13164         prune_gcc_output.
13166 Thu Nov 16 09:15:40 1995  Doug Evans  <dje@canuck.cygnus.com>
13168         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
13169         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
13171 Wed Nov 15 23:04:36 1995  Jeffrey A Law  (law@cygnus.com)
13173         * gcc.c-torture: Update to c-torture-1.39 release.
13175 Sat Nov  4 12:52:05 1995  Doug Evans  <dje@canuck.cygnus.com>
13177         * lib/c-torture.exp (c-torture-execute): Don't return if one option
13178         fails, try others as well.
13180 Thu Nov  2 09:28:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13182         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
13183         If compilation fails, mark execute tests as `untested'.
13184         If test is marked as unsupported, don't mark compilation and
13185         execute tests as failed.
13187 Wed Oct 25 20:57:55 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13189         * lib/g++.exp (g++_init): Don't link in libg++, and look to
13190         libstdc++ for whether or not we want to be doing shared
13191         libraries.  Delete link_curses since we don't need it anymore.
13192         * lib/mike-g++.exp (postbase): Don't link in libg++.
13193         * g++.old-deja/old-deja.exp: Likewise.
13195 Mon Oct 23 13:05:11 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13197         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
13199 Tue Oct 17 15:24:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13201         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
13202         For that, add `-Wl,-a,shared_archive'.
13203         * g++.old-deja/old-deja.exp: Likewise.
13205 Tue Oct 17 13:09:06 1995  Doug Evans  <dje@canuck.cygnus.com>
13207         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
13209 Mon Oct 16 23:13:32 1995  Brendan Kehoe  <brendan@cygnus.com>
13211         * lib/mike-g++.exp (postbase): Pay attention to the status of
13212         g++_load.
13214 Mon Oct 16 19:28:32 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13216           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
13218 Mon Oct 16 13:48:58 1995  Doug Evans  <dje@canuck.cygnus.com>
13220         * lib/gcc.exp (default_gcc_start): No longer need to log program
13221         being executed or its output, execute_anywhere does that now.
13222         * lib/g++.exp (default_g++_version): Call execute_anywhere.
13223         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
13225 Thu Oct 12 10:34:58 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13227         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
13228         the same as those in lib/g++.exp.
13230 Tue Oct 10 13:47:27 1995  Jeff Law  (law@hurl.cygnus.com)
13232         * gcc.c-torture: Update to c-torture-1.38 release.
13233         * gcc.ieee: Related changes.
13235 Fri Oct  6 12:39:17 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13237         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
13238         "exec". Minor reformatting changes.
13240         * config/rom68k.exp (${tool}_load): Make it work in a canadian
13241         cross. This means all "exec" calls now work on a remote host as
13242         well.
13243         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
13244         cross. Filter out the extra "\r\n" stuff that expect puts in.
13245         (c-torture-execute): Filter out the bogus warnings like
13246         c-torture-compile does. Add support for canadian cross.
13247         * lib/gcc.exp (default_gcc_version, default_gcc_start)
13248         Use execute_anywhere rather than calling exec directly. Now it
13249         works for canadian cross testing.
13251 Thu Oct  5 10:06:45 1995  Brendan Kehoe  <brendan@rtl.cygnus.com>
13253         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
13254         results into a variable, and check that rather than using file exists.
13256 Wed Oct  4 16:31:02 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13258         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
13259         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
13261 Tue Sep 26 10:15:14 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13263         * g++.old-deja/old-deja.exp: Create and pass runshlib and
13264         lib_curses if there's a shared libg++ in the build tree.
13266 Fri Sep 22 10:47:24 1995  Doug Evans  <dje@canuck.cygnus.com>
13268         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
13269         if not supported target.
13271 Fri Sep 22 09:22:07 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13273         * lib/g++.exp (g++_init): Move empty setting of runshlib and
13274         link_curses up to always happen, not just for native builds.
13276 Thu Sep 21 10:23:32 1995  Jeff Law  (law@snake.cs.utah.edu)
13278         * gcc.c-torture: Update to c-torture-1.36 release.
13279         * gcc.failure: Related changes.
13281 Wed Sep 20 10:56:26 1995  Doug Evans  <dje@canuck.cygnus.com>
13283         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
13285 Tue Sep 19 17:26:07 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13287         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
13288         * lib/mike-g++.exp (postbase): Not in here.  Still reference
13289         runshlib, link_curses, and mathlib for link and run.
13291         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
13292         pass the runtime shared library options for Solaris, OSF/1, and
13293         Irix5, and link with -lcurses to avoid unresolved references.
13295 Wed Sep 13 15:28:10 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13297         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
13298         only run once.
13300 Wed Sep 13 10:51:52 1995  Doug Evans  <dje@canuck.cygnus.com>
13302         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
13304 Mon Sep 11 11:02:03 1995  Jeff Law  (law@snake.cs.utah.edu)
13306         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
13307         do not have a framework for the "compat" tests yet.
13309 Sat Sep  9 16:15:20 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13311         * lib/mike-g++.exp (postbase): New local variable `mathlib',
13312         set to null if we're testing vxworks5.1.  Use that instead of
13313         `-lm' in the setting of LIBS for link and run.
13315 Fri Sep  8 13:53:38 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13317         * config/rom68k.exp (${tool}_load): Major changes to make it
13318         work.  Verified that it does in fact return the stuff in
13319         exec_output properly.  Catch any Emul or any TRAP other than 0.
13321 Thu Sep  7 23:04:06 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13323         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
13324         LDFLAGS properly for targets that need stuff from libgloss.
13325         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
13326         only run once.
13327         (gpp_initialized): New variable.
13329 Wed Sep  6 21:56:13 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13331         * config/rom68k.exp: Load libgloss.exp.
13332         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
13333         so we can produce a fully linked binary.
13334         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
13335         so we can produce a fully linked binary.
13337 Sun Sep  3 13:25:26 1995  Doug Evans  <dje@canuck.cygnus.com>
13339         * lib/plumhall.exp (ph_section): Watch for expected failures.
13340         Add missing `else'.
13342         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
13343         run the testcase.
13344         (c-torture): Likewise.
13346 Mon Aug 28 11:23:38 1995  Doug Evans  <dje@cygnus.com>
13348         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
13350         * lib/mike-g++.exp (mike_cleanup): New proc.
13351         (prebase): New globals compiler_result, not_compiler_result,
13352         target_regexp.
13353         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
13354         allow leading "-" in pattern.  Watch for unsupported tests.
13355         If $compiler_result is set, pattern match assembler code,
13356         and ditto for $not_compiler_result.
13357         * lib/mike-gcc.exp: Likewise.
13359         * lib/plumhall.exp (ph_execute): Only call ph_summary if
13360         execution "succeeded".
13362 Mon Aug 14 14:03:53 1995  Doug Evans  <dje@canuck.cygnus.com>
13364         * config/win32.exp: New file.
13365         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
13367 Fri Aug  4 15:39:54 1995  Doug Evans  <dje@canuck.cygnus.com>
13369         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
13370         unsupported.
13371         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
13372         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
13373         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
13375         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
13376         "... without exceptions was ...".  That is now handled by
13377         prune_system_crud.
13378         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
13380 Tue Aug  1 11:09:33 1995  Doug Evans  <dje@canuck.cygnus.com>
13382         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
13383         sieve.c,sort2.c}: New files.
13384         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
13385         sieve.exp,sort2.exp}: Drivers for them.
13387         * lib/mike-gcc.exp (program_output): New user settable variable.
13388         (postbase): Call prune_system_crud.  Also prune extraneous compiler
13389         messages.
13390         * lib/mike-g++.exp (program_output): New user settable variable.
13392         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
13394         * config/sh.exp: Deleted (use sim.exp instead).
13396 Fri Jul 28 11:33:46 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13398         * config/vx.exp: Declare CHECKTASK as global.
13399         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
13400         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
13401         * lib/old-dejagnu.exp: Load [pwd]/$executable.
13403 Wed Jul 26 19:45:39 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13405         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
13406         target. Like vx.exp, only includes `vx29k.exp' instead of
13407         `vxworks.exp'.
13409 Sun Jul 23 17:38:52 1995  Ian Lance Taylor  <ian@cygnus.com>
13411         * config/sim.exp: Increase time limit from 120 seconds to 240.
13413 Thu Jul  6 11:07:38 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13415         * gcc.c-torture/execute/950628-1.c: New test.
13417 Sat Jun 10 18:51:41 1995  Jeff Law  (law@snake.cs.utah.edu)
13419         * gcc.c-torture: Update with changes/additions from
13420         c-torture-1.34.
13422 Mon Jun  5 17:58:07 1995  Doug Evans  <dje@canuck.cygnus.com>
13424         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
13426 Sun Jun  4 05:13:57 1995  Jeff Law  (law@snake.cs.utah.edu)
13428         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
13430 Thu Jun  1 00:06:19 1995  Jeff Law  (law@snake.cs.utah.edu)
13432         * gcc.c-torture/compile/950512-1.c: New test.
13433         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
13434         * gcc.dg/struct-ret-1.c: Likewise.
13436 Wed May 31 14:25:13 1995  Doug Evans  <dje@canuck.cygnus.com>
13438         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
13439           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
13441 Tue May 30 11:19:54 1995  Doug Evans  <dje@canuck.cygnus.com>
13443         * gcc.c-torture/special/920411-1.c: Deleted.
13444         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
13446 Mon May 22 16:55:11 1995  Doug Evans  <dje@chestnut.cygnus.com>
13448         * config/sim.exp (${tool}_load): Hack in call to bash to get a
13449         cpu limit.
13451 Fri May 12 18:57:54 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
13453         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
13455 Thu May  4 14:23:54 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
13457         From kenner;
13458         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
13459         is the proper length.
13460         * va-arg-3.c: Likewise.
13462 Sun Apr 30 16:02:59 1995  Doug Evans  <dje@canuck.cygnus.com>
13464         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
13465         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
13467         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
13468         * lib/g++.exp (default_g++_start): Delete old cruft.
13470 Tue Apr 25 17:20:18 1995  Torbjorn Granlund  <tege@cygnus.com>
13472         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
13473         (2 * (1 << 18)) to (2 * (1 << 17)).
13475         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
13477 Thu Apr 20 12:21:13 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13479         * config/rom68k.exp: Renamed from config/idp.exp
13481 Tue Apr 18 13:33:26 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
13483         * c-torture/compile/921109-2.c
13485 Tue Apr 18 10:45:12 1995  Mike Stump  <mrs@cygnus.com>
13487         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
13488         excess errors.
13490 Sat Apr 15 11:16:58 1995  Doug Evans  <dje@chestnut.cygnus.com>
13492         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
13493         output.
13494         * lib/g++.exp (default_g++_start): Likewise.
13496 Wed Mar 29 16:34:03 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
13498         * gcc.c-torture/compile/950329-1.c: New test.
13500 Tue Mar 28 16:10:33 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13502           * config/bug.exp (${tool}_load): Updated to use new remote_open
13503           and remote_close procs.
13504         * config/idp.exp: New file.
13506 Wed Mar 22 15:01:58 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
13508         * gcc.c-torture/execute/950322-1.c: New test.
13510 Tue Mar 21 21:24:49 1995  Doug Evans  <dje@canuck.cygnus.com>
13512         * config/vx.exp (${tool}_load): Clean up testing of return code from
13513         vxworks_ld and vxworks_spawn.
13515 Tue Mar 21 17:01:42 1995  Doug Evans  <dje@deneb.cygnus.com>
13517         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
13519 Mon Mar 13 14:49:42 1995  Mike Stump  <mrs@cygnus.com>
13521         * lib/old-deja.exp: Add `excess errors test - ' error, now one
13522         can mark excess errors on a machine by machine basis.  Note, the
13523         default is to not expect any excess errors, even when excess
13524         errors test - is given, so you will want to put an XFAIL ... on
13525         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
13526         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
13527         those 4 machines, but no others.
13529 Fri Mar 10 12:33:04 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13531         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
13532         * lib/c-torture.exp: to here.
13534 Fri Mar 10 10:38:15 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
13536         * gcc.c-torture/execute/950221-1.c: New test.
13537         * gcc.c-torture/execute/struct-ret-1.c: New test.
13538         * gcc.c-torture/compile/950221-1.c: New test.
13540         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
13542 Fri Mar  3 16:28:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13544         * gcc.c-torture/execute/arith-1.c (main): Return 0.
13545         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
13547 Wed Mar  1 02:08:29 1995  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
13549         * g++.gb: New directory of tests, derived from my signature and
13550         class scoping tests.
13552         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
13553         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
13554         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
13555         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
13556         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
13557         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
13558         * g++.gb/sig25.C: Likewise.
13560         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
13561         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
13562         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
13563         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
13564         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
13565         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
13566         * g++.gb/sig25.exp: Likewise.
13568         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
13569         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
13570         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
13571         * g++.gb/scope13.C: Likewise, this test still fails.
13573         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
13574         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
13575         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
13576         * g++.gb/scope13.exp: Ditto.
13578         * g++.gb/README: New file, explains what these tests are about.
13580 Tue Feb 28 10:37:52 1995  Doug Evans  <dje@canuck.cygnus.com>
13582         * lib/dg.exp (dg-do): Support `preprocess'.
13583         (dg-test): Likewise.
13585 Mon Feb 13 15:18:10 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13587         * config/udi.exp: change "continue -expect" to "exp_continue".
13589 Sat Feb 11 00:25:20 1995  Torbjorn Granlund  (tege@tiny.cygnus.com)
13591         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
13592         Delete redundant tests.
13594         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
13595         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
13596         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
13597         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
13598         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
13599         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
13600         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
13601         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
13603         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
13604         storing label pointers.
13605         * gcc.c-torture/execute/921019-1.c: Likewise.
13606         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
13607         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
13608         parameter fp.
13609         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
13610         constants.
13612         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
13613         Delete obsolete tests.
13615         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
13616         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
13617         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
13618         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
13619         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
13620         * gcc.c-torture/compile/950124-1.c: New test.
13622         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
13624 Wed Feb  8 15:30:17 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13626         * lib/mike-g++.exp: Add -lm to LIBS.
13628 Tue Feb  7 17:09:50 1995  Doug Evans  <dje@canuck.cygnus.com>
13630         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
13632 Mon Jan 30 14:33:25 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13634         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
13636 Thu Jan 12 16:41:34 1995  Doug Evans  <dje@canuck.cygnus.com>
13638         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
13640 Mon Jan  2 11:50:10 1995  Jeff Law  (law@snake.cs.utah.edu)
13642         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
13643         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
13644         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
13645         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
13646         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
13647         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
13648         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
13649         * g++.law/{operators31.C, operators32.C,
13650         * g++.law/{operators33.C, operators34.C}: Likewise.
13651         * g++.law/{pic1.C, refs2.C}: Likewise.
13652         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
13653         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
13654         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
13655         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
13657         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
13658         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
13659         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
13660         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
13661         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
13662         * g++.law/{enum9.exp, friend5.exp}: Likewise.
13663         * g++.law/{nest3.exp, nest4.exp}: Likewise.
13664         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
13665         * g++.law/{operators30.exp, operators31.exp}: Likewise.
13666         * g++.law/{operators32.exp, operators33.exp}: Likewise.
13667         * g++.law/{operators34.exp}: Likewise.
13668         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
13669         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
13670         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
13671         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
13672         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
13674         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
13675         No longer expected to fail.
13676         * g++.law/missed-error3.C: Tweak for recent bool changes.
13678 Sun Dec  4 20:54:33 1994  Doug Evans  <dje@canuck.cygnus.com>
13680         * config/emb-unix: Deleted.
13681         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
13682         remote execution.  Do final link on remote host if REMOTE_LINK is set.
13684 Thu Dec  1 08:43:05 1994  Doug Evans  <dje@canuck.cygnus.com>
13686         * lib/dg.exp (dg-test): Fix typo in last patch.
13688 Wed Nov 30 13:25:32 1994  Doug Evans  <dje@canuck.cygnus.com>
13690         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
13691         (handles multiple occurrences).
13693 Thu Nov 24 19:48:38 1994  Doug Evans  <dje@canuck.cygnus.com>
13695         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
13696         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
13697         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
13698         printed).
13699         * lib/c-torture.exp (c-torture-compile): Likewise.
13700         (c-torture): Prepend full path if missing.
13701         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
13702         (gcc_fail): Likewise.
13703         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
13705 Wed Nov 23 13:56:00 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
13707         * lib/netware.exp: Only attach to NetWare i386 systems.
13709 Wed Nov 16 11:27:00 1994  Doug Evans  <dje@canuck.cygnus.com>
13711         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
13712         messages.  Add test name to "output pattern match" pass/fail message.
13714 Sat Nov 12 22:11:52 1994  Doug Evans  <dje@canuck.cygnus.com>
13716         * gcc.dg: New testsuite.
13717         * gcc.dg/dg.exp: New file.
13719         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
13720         test-switch.c}: Deleted.
13722         * gcc.misc-tests/msgs.exp: New testcase driver.
13724 Wed Nov  9 14:23:09 1994  Doug Evans  <dje@canuck.cygnus.com>
13726         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
13727         Watch for illegal return values from ${tool}_load.
13728         * config/unix.exp (${tool}_load): Fix pass/fail detection for
13729         cross targets.  Coerce return value >0 to 1.
13731 Tue Nov  8 14:10:33 1994  Doug Evans  <dje@canuck.cygnus.com>
13733         * config/unix.exp (${tool}_load): Call program rsh, not proc.
13735         * config/emb-unix.exp: New file.
13737         * config/sim.exp: Error if variable $SIM not defined.
13738         (${tool}_load): Mark test as "untested" if simulator missing.
13740         * config/unix.exp: Load remote.exp to get rcp_download.
13741         * lib/c-torture.exp: Use different option lists for testcases with
13742         and without loops.
13743         * gcc.c-torture/execute/execute.exp: Likewise.
13745 Wed Nov  2 14:47:58 1994  Doug Evans  <dje@canuck.cygnus.com>
13747         * config/*.exp: Clarify return code from ${tool}_load.
13748         Call `unresolved' or `untested' instead of `warning' or `perror'
13749         (sometimes you still want to call both though).
13750         Add comment that `shell_id' is local to each file.
13751         * config/udi.exp (timeout): Set to 30.
13752         Don't print warning if connection fails, $connectmode has already
13753         printed an error.
13754         (${tool}_load): Move verbose messages to level 2.
13755         Rework pattern for "Process started" message.
13756         Pass `shell_id' to ${connectmode}_download.
13757         Retry twice upon timeout.  Make resetting of target more robust.
13758         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
13759         Pass `shell_id' to exit_$connectmode.
13760         Only call exit_$connectmode if connected.
13761         * config/unix.exp (${tool}_load): Check return codes better.
13762         * config/vrtx.exp (${tool}_load): Likewise.
13763         * config/vx.exp (${tool}_load): Likewise.
13764         Delete unneeded global's.
13765         * lib/dg.exp (dg-test): Update to reflect clarified return codes
13766         from ${tool}_load.
13767         (dg-stat): Delete.
13768         (dg-init): Delete recording of pass/fail counts.
13769         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
13770         (old-dejagnu-init): Likewise.
13771         (old-dejagnu-stat): Delete contents, empty proc now.
13772         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
13773         (c-torture): Delete references to lcnt, lpass, lfail.
13774         Get option list from TORTURE_OPTIONS.
13775         Delete -funroll[-all]-loops if no loops.
13776         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
13777         (g++_stat): Delete contents (empty proc now).
13778         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
13779         (gcc_finish): Likewise.
13780         (gcc_stat): Deleted.
13781         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
13782         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
13783         * gcc.c-torture/execute/execute.exp: Likewise.
13784         Split tests into two parts: compile, execute.
13785         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
13786         no loops.  Update to reflect clarified return codes from ${tool}_load.
13788 Fri Oct 21 23:10:16 1994  Doug Evans  <dje@canuck.cygnus.com>
13790         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
13791         to grep for.
13792         (old-dejagnu): Likewise (where necessary).
13794 Fri Oct 14 17:54:58 1994  Doug Evans  <dje@canuck.cygnus.com>
13796         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
13798         * lib/dg.exp (dg-process-target): Fix processing of selector.
13799         Add comment regarding use of `error'.
13801         * lib/gcc.exp (prune_system_crud): Define if missing.
13802         * lib/g++.exp (prune_system_crud): Likewise.
13804         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
13805         Call prune_system_crud.
13806         * lib/dg.exp (dg-runtest): New proc.
13807         Use perror instead of send_user for tcl errors in testcase.
13808         Don't return any value, it's never used.
13809         Don't clobber previous definition of `unknown'.
13810         Print tcl errors in `dg-final'.
13812 Wed Oct 12 13:05:37 1994  Doug Evans  <dje@canuck.cygnus.com>
13814         * lib/dg.exp (dg-process-target): Improve syntax error messages.
13815         (dg-test): Don't print errorInfo, it contains stack backtrace.
13817 Mon Sep 26 12:18:53 1994  Doug Evans  (dje@canuck.cygnus.com)
13819         * lib/g++.exp (runtest_file_p): Define if missing.
13821 Sat Sep 24 15:29:23 1994  Doug Evans  (dje@cygnus.com)
13823         * lib/mike-g++.exp: Comment out loading of g++.exp.
13824         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
13825         (default_g++_version): Always print something.
13826         (default_g++_start): Comment out call to `which'.
13827         (g++_start, g++_load): Deleted (must be defined in config file).
13828         * lib/gcc.exp: Test for existence of $CC at start.
13829         Delete check for tmpdir (done in gcc_init).
13830         (default_gcc_version): Always print something.
13831         (default_gcc_start): Comment out call to `which'.
13832         * config/*.exp: Major cleanup - make cross targets work at least a
13833         little better for g++ (by not being "--tool gcc" specific).
13834         Rename gcc_xxx to ${tool}_xxx.
13835         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
13836         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
13838 Thu Sep 22 11:39:17 1994  Doug Evans  (dje@canuck.cygnus.com)
13840         * lib/c-torture.exp (c-torture-compile): Rework compiler
13841         message processing.
13843         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
13844         c-torture.
13846 Wed Sep 21 09:49:43 1994  Doug Evans  (dje@canuck.cygnus.com)
13848         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
13850         * lib/dg.exp (dg-process-target): Support { target native }.
13852 Tue Sep 20 17:16:55 1994  Doug Evans  (dje@canuck.cygnus.com)
13854         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
13855         looked for "... program xxx got fatal signal".
13856         Correct regsub munging of `comp_output'.
13857         Ignore compiler messages "path prefix not used" and "linker input
13858         file unused".
13860 Wed Sep 14 11:44:40 1994  Doug Evans  (dje@canuck.cygnus.com)
13862         * lib/gcc.exp (runtest_file_p): Define if missing.
13863         * gcc.prms/template.c: Example to work from.
13865 Tue Sep 13 10:30:48 1994  Doug Evans  (dje@canuck.cygnus.com)
13867         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
13868         * lib/dg.exp (dg-test): Call unsupported testcases as such.
13870         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
13871         * gcc.prms/1883.c: Moved from compile/940714-1.c.
13872         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
13873         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
13875         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
13876         (dg-process-target): No longer a varargs proc.
13877         Return S/N for target, P/F for xfail.  All callers changed.
13878         (user option procs): More argument checking.
13879         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
13880         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
13881         (dg-test): Skip test if not running on selected target in `dg-do'.
13882         Update handling of `dg-do-what', `dg-output-text'.
13883         Separate execution pass/fail from output pattern match pass/fail.
13884         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
13886 Mon Sep 12 13:47:35 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
13888         * gcc.c-torture/special/special.exp: Don't expect failure for mips
13889         target for 920510-1.c.
13891 Mon Sep 12 12:44:39 1994  Doug Evans  (dje@canuck.cygnus.com)
13893         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
13894         Clean up comment regarding use of passcnt, etc.
13895         (gcc_stat): Don't update `testcnt' here.
13896         (gcc_finish): Do it here.
13897         Might as well reset `but_id' here too.
13898         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
13899         to determine if the file should be tested.
13900         * gcc.c-torture/compile/compile.exp: Likewise.
13901         * gcc.c-torture/execute/execute.exp: Likewise.
13902         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
13903         * gcc.misc-tests/dg-test.exp: Likewise.
13904         * gcc.prms/prms.exp: Likewise.
13905         * gcc.wendy/wendy.exp: Likewise.
13906         * g++.old-deja.exp: Likewise.
13907         Move "Testing file" message to verbose level 1.
13909 Fri Sep  9 10:21:18 1994  Doug Evans  (dje@canuck.cygnus.com)
13911         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
13913 Thu Sep  8 16:52:43 1994  Doug Evans  (dje@canuck.cygnus.com)
13915         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
13916         (default_gcc_start): Accept optional second list element
13917         of compiler flags.  Print compiler output at verbosity level 2.
13918         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
13919         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
13920         Save current values of framework globals passcnt, failcnt, xpasscnt,
13921         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
13922         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
13923         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
13924         xfailcnt to compute stats.  Update framework global `testcnt' from
13925         pass/fail counts.
13926         (gcc_finish): New proc.  Clean up test environment.
13927         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
13928         (gcc_epass, gcc_efail): Delete.
13929         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
13930         argument of line number.
13931         (dg-init): If the tool has an init routine, call it.
13932         (dg-test): Remove args `cflags_var' and `libs_var'.
13933         Pass all compiler options to ${tool}_start.
13934         Handle missing line number.
13935         (dg-finish): New function.
13936         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
13937         particular files.  Call gcc_finish at end.  Move "skipping test"
13938         message to verbosity level 3.
13939         * gcc.c-torture/compile/compile.exp: Likewise.
13940         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
13941         * gcc.c-torture/execute/execute.exp: Likewise.
13942         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
13943         Print testcase being tried at verbosity level 1.
13944         * gcc.c-torture/special/special.exp: Unset xfail.
13945         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
13946         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
13947         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
13948         * gcc.failure/failure.exp: Likewise.
13949         * gcc.ieee/ieee.exp: Likewise.
13950         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
13951         Update call to dg-test.  Call dg-finish at end.
13952         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
13953         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
13954         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
13955         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
13956         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
13957         * gcc.wendy/wendy.exp: Add copyright.
13958         Delete setting of tmpdir (done by gcc_init).
13959         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
13960         Pass compiler flags to gcc_start.  Call gcc_finish at end.
13961         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
13962         gcc_[ce]pass/fail.
13964 Wed Sep  7 11:09:08 1994  Doug Evans  (dje@canuck.cygnus.com)
13966         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
13967         confusion.
13968         (g++_load): Likewise.
13970         * config/*.exp (gcc_load): Some were varargs fns and some were not.
13971         Rename argument to `prog' to remove the confusion.
13972         Varargs fns behave differently too!
13973         (g++_load): Likewise.
13975         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
13977         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
13978         what it is.  Delete (always) printing of status value for !native.
13979         Simplify verbose code, and include status and exec_output.
13980         (g++_load): Use gcc_load.
13982 Sun Sep  4 13:59:27 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
13984         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
13985         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
13986         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
13987         940714-3.c as these testcases don't exist anymore.  Make
13988         va-arg-1.c expected to pass.
13990 Fri Aug 19 12:27:07 1994  Doug Evans  (dje@canuck.cygnus.com)
13992         * gcc.misc-tests/misc.exp: Only run specific testcases.
13993         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
13994         * gcc.misc-tests/dg-[1-9].c: New files.
13996         * lib/dg.exp: New testsuite driver.
13997         * gcc.prms/prms.exp: Use it.
13999         * README.gcc: New file.
14001         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
14002         Document and reset `lxpass' and `lxfail'.
14003         Simplify "initialized" message.
14004         (gcc_stat): Clean up comments a little.
14006 Tue Aug 16 11:16:46 1994  Doug Evans  (dje@canuck.cygnus.com)
14008         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
14010 Mon Aug 15 21:20:36 1994  Doug Evans  (dje@canuck.cygnus.com)
14012         * lib/old-dejagnu.exp (process-option): New proc.
14013         (old-dejagnu-init, old-dejagnu-stat): Likewise.
14014         (old-dejagnu): Simplify.
14015         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
14017 Sun Aug 14 09:23:53 1994  Jeff Law  (law@snake.cs.utah.edu)
14019         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
14020         exists and is not an empty string.
14022         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
14023         $xfail rather than calling setup_xfail.  Clear $xfail when test is
14024         finished.
14025         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
14026         automatically.
14028         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
14029         longer expected to fail.
14031         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
14032         "f" function call.
14034         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
14036         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
14037         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
14038         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
14039         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
14040         c-torture-1.29.
14042         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
14043         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
14045         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
14047         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
14048         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
14050         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
14051         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
14052         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
14054 Tue Jul 12 12:49:44 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
14056         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
14057         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
14058         940714-1.c, 940714-2.c, 940714-3.c},
14059         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
14060         gcc.misc-tests/{mg.c,mg.exp}:
14061         New tests.
14062         * gcc.noncompile/noncompile.exp: Change accordingly.
14064 Thu Jul  7 14:20:33 1994  Doug Evans  (dje@canuck.cygnus.com)
14066         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
14067         Undo previous clobberage.
14069 Mon Jul  4 17:00:59 1994  Jeff Law  (law@snake.cs.utah.edu)
14071         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
14072         * gcc.special/{930510-1.c, special.exp}:
14073         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
14074         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
14075         struct-varargs-1.c}: New tests from c-torture-1.26.
14077 Tue Jun 28 17:39:42 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
14079         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
14080           argument to switch.
14082 Sat May 21 10:39:38 1994  Bill Cox  (bill@rtl.cygnus.com)
14084         * Revert the previous changes.  Please see Rob's directory
14085           (/lisa/test/rob/progressive/gcc/testsuite) for testing
14086           fixes.
14088 Thu May 19 18:00:03 1994  Bill Cox  (bill@rtl.cygnus.com)
14090         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
14091             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
14092             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
14093             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
14094             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
14095             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
14096             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
14097             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
14098             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
14099             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
14100             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
14101             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
14102             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
14103             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
14104             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
14105             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
14106             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
14107             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
14108             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
14109             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
14110             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
14111             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
14112             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
14113             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
14114             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
14115             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
14116             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
14118 Tue May 17 14:55:09 1994  Bill Cox  (bill@rtl.cygnus.com)
14120         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
14121             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
14122           with perror calls.
14124 Mon May  2 17:41:13 1994  Jason Merrill  (jason@deneb.cygnus.com)
14126         * config/unix.exp (g++_load): Fix syntax.
14128 Thu Apr 14 12:22:10 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14130         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
14131         * gcc.noncompile/921017-1.c: Deleted obsolete test.
14132         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
14133         Don't expect va-arg-1.c to fail.  Correct expected output for
14134         920928-1.c.
14135         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
14136         * gcc.wendy/hbm4.c: Correct typo.
14137         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
14139 Mon Mar 28 13:29:37 1994  Doug Evans  (dje@canuck.cygnus.com)
14141         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
14142         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
14143         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
14144         * lib/c-torture.exp (c-torture-compile): Ditto.
14146         Reduce volume of output (remove all the -I's and such).
14147         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
14148         Call gcc_cpass, gcc_cfail.
14149         (c-torture): Pass testing option to c-torture-compile.
14151 Mon Mar 21 12:40:33 1994  Doug Evans  (dje@cygnus.com)
14153         Bring patches over from progressive.
14154         * config/default.exp: Exit remote shell cleanly.
14155         (g++_exit, g++_start): Add default versions.
14156         * config/sim.exp (gcc_load): Use perror, not error.
14158 Sun Mar 20 12:05:32 1994  Doug Evans  (dje@canuck.cygnus.com)
14160         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
14161         set in site.exp.
14163 Mon Mar 14 19:30:28 1994  Doug Evans  (dje@cygnus.com)
14165         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
14166         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
14167         (wendy_try): New proc to run testcase.
14168         (main loop): Call 'em.
14169         * gcc.wendy/*.c: Clean up pass to correct expected output.
14171         * lib/gcc.exp: Minor cleanup work.
14172         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
14174 Wed Mar  9 15:22:54 1994  Doug Evans  (dje@canuck.cygnus.com)
14176         * config/sim.exp (gcc_load): Document return codes better.
14177         Don't pass -v to simulator.
14179 Thu Feb 24 07:15:18 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14181           * gcc.special/920717-x.c: Fix typo.
14182           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
14183           get at sources.
14185         * lib/mike-gcc.exp: Fix typo.
14187 Tue Feb 15 15:41:47 1994  Rob Savoye  (rob@darkstar.cygnus.com)
14189         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
14190         binary to use, transform the name.
14191         * config/*.exp: rename everything. Nuke any g++ specific files,
14192         it's now a special case of gcc that requires no special support.
14193         Add a default.exp for unsupported targets.
14195 Fri Feb 11 12:59:54 1994  Rob Savoye  (rob@poseidon.cygnus.com)
14197         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
14198         lib/old-dejagnu.exp: Fix a few patterns to work with the new
14199         version of Tcl.
14201 Wed Feb  9 21:35:47 1994  Rob Savoye  (rob@darkstar.cygnus.com)
14203         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
14204         than a warning.
14206 Sun Feb  6 16:52:13 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
14208         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
14210 Mon Jan  3 17:28:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14212         * gcc.execute/execute.exp: Combine opt_list and foption_list into
14213         option_list.  Compile every file with only 4/6 option choices
14214         (same as C torture) instead of with 12/18 different option
14215         choices.
14216         * lib/c-torture.exp: Likewise.
14218         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
14219         not already set.
14221 Thu Dec 30 17:17:07 1993  Mike Stump  (mrs@rtl.cygnus.com)
14223         * lib/old-deja.exp: Add `excess errors test fails' error, now one
14224         can put an XFAIL *-*-* on excess errors.
14226 Sun Dec 19 21:45:34 1993  Jeffrey A. Law  (law@snake.cs.utah.edu
14228         * g++.law: Add more tests derived from g++-bugs snapshots.
14230         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
14231         equivalent to g++.law/init9.
14233         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
14234         compiled it, and the a.out file after we've run it.
14236 Fri Dec 17 11:29:56 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14238         * lib/mike-g++.exp (postbase): Delete the .o file after we've
14239         compiled it, and the a.out file after we've run it.
14241 Fri Dec 17 10:18:16 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
14243         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
14245 Wed Dec 15 20:36:40 1993  Rob Savoye  (rob@darkstar.cygnus.com)
14247         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
14248         version number.
14250 Sun Dec 12 21:10:04 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
14252         * g++.law: New directory of g++ tests derived from the g++-bugs
14253         snapshots.
14255 Thu Dec 09 16:50:41 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14257         * gcc.compile: initbug1.c initbug1.exp testcase added
14259 Mon Dec 06 11:09:52 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14261         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
14262         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
14263           fixes submitted by Jeff Law (law@cs.utah.edu)
14264         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
14265           Jeff Law (law@cs.utah.edu)
14268 Tue Nov 30 16:34:07 1993  Mike Stump  (mrs@cygnus.com)
14270         * config/unix-g++.exp: Follow the gcc way of doing things.
14271         * g++.old-deja/old-deja.exp: Minor updates.
14272         * lib/g++.exp: New file, follow the gcc way of doing things.
14273         * lib/old-dejagnu.exp: Minor updates.
14274         * lib/mike-g++.exp: Always unset errorInfo.
14276 Sat Nov  6 11:34:51 1993  Mike Stump  (mrs@cygnus.com)
14278         * lib/gcc.exp: Fix some errors with the below change, CC and
14279         CFLAGS should be global when setting, not local.
14281 Wed Nov  3 11:16:26 1993  Rob Savoye  (rob@darkstar.cygnus.com)
14283         * lib/gcc.exp: Transform tool name.
14285 Wed Oct 27 23:57:29 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14287         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
14289 Wed Oct 27 14:45:50 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14291         * lib/gcc.exp: change gcc_done to gcc_stat
14293 Wed Oct 27 09:57:51 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14295         * Upgraded gcc testsuite to c-torture version 1.25
14297 Sun Oct 24 10:58:03 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14299         * lib/gcc.exp: added reporting code. Changed verbose compile message.
14300         * lib/c-torture: added hooks for new reporting code.
14302 Thu Oct 21 18:45:32 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14304         * config/sh-gcc.exp: check if sh-sim exists in the path
14306 Mon Oct 18 11:13:22 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14308         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
14309         * gcc.compile/compile.exp: Initial changes for new logic.
14310         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
14311         * gcc.failure/failure.exp: Initial changes for new logic.
14312         * gcc.ieee/ieee.exp: Initial changes for new logic.
14313         * gcc.misc-tests/misc.exp: Initial changes for new logic.
14314         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
14315         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
14316         * lib/c-torture.exp: Initial changes for new logic.
14317         * lib/gcc.exp: Initial changes for new logic.
14319 Fri Oct 15 00:19:42 1993  Mike Stump  (mrs@cygnus.com)
14321         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
14322         depend upon failure or success.  Fully qualify names in failure
14323         and success messages.  Always remove a.out before starting
14324         compile, just in case.  Pay more attention to error text output by
14325         the compiler.  Handle testcases with no known past errors just
14326         like all others, so that things are uniform.  Other miscellaneous
14327         improvements.
14329 Wed Oct 13 15:04:51 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14331         * gcc.cpp: new directory for cpp tests
14333 Mon Oct  4 09:03:41 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14335         * lib/chill.exp: Code reformatted, removed unused code.
14336         * config/unix-chill.exp: Code reformatted, removed unused code.
14337         * chill.execute/execute.exp: Code reformatted, removed unused code.
14338         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
14340 Mon Oct  4 06:19:26 1993  Ian Lance Taylor  (ian@cygnus.com)
14342         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
14343         routines not written.
14345 Mon Sep 27 21:07:44 1993  Rob Savoye  (rob@darkstar.cygnus.com)
14347         * config/bug-gcc.exp: Use new procs from bug.exp.
14349 Tue Sep 21 18:21:12 1993  Rob Savoye  (rob@darkstar.cygnus.com)
14351         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
14352         via ftp, rather than depending on NFS.
14353         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
14354         case.
14356 Thu Sep  9 23:09:15 1993  Rob Savoye  (rob@darkstar.cygnus.com)
14358         * config/bug-gcc.exp: Use new download proc.
14360 Tue Sep 14 19:23:58 1993  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
14362         * chill.execute/execute.exp: cleanups, handles errors better
14363         * chill.compile/compile.exp: rewrite, based on execute.exp
14364         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
14365         * lib/chill.exp: major changes to diff proc and compile and link
14366           procs. added chill_fail and chill_pass wrappers to pass and
14367           fail. added more comments, and handle error codes better.
14368           Added a hack to capture stderr from exec, so noncompile tests
14369           can work.
14371 Sat Sep 11 15:30:10 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14373         * chill.execute/execute.exp: rewrite of testsuite driver
14374         * lib/chill.exp: rewrite of testsuite driver
14375         * config/unix-chill.exp: rewrite of testsuite driver
14377 Wed Aug 25 14:11:13 1993  Bill Cox  (bill@rtl.cygnus.com)
14379     In chill.execute:
14380         * iexpr.ch: Standardize uppercase.
14381         * tuples.dat: Standardize uppercase.
14382         * vary.ch: standardize.  Correct varying string assignments.
14383         * vary.dat: Add new output lines.
14385 Tue Aug 24 13:45:49 1993  Bill Cox  (bill@rtl.cygnus.com)
14387     In chill.execute:
14388         * chprintf.ch: Standardize use of uppercase.
14389         * tuples.ch: Standardize and turn arr2 into a DCL,
14390           rather than a SYN.
14391         * pinits.ch: Standardize.
14393 Mon Aug 23 17:26:58 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14395         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
14396         * Makefil: Renamed to Makefile.in.
14397         * configure.in: New.
14399 Mon Aug 23 14:24:13 1993  Bill Cox  (bill@rtl.cygnus.com)
14401     In chill.execute:
14402         * .cvsignore: Add result/output files.
14403         * Makefile: Fix up variables at start.  Use MFLAGS
14404           everywhere.  Correct bool_loc, built_ins entries.
14405           Add entry for vary1.ch.
14406         * bitarray.ch: Standardize upper-case usage.
14407         * bitexpr.ch: Standardize, add output of b1.
14408         * params.ch: Use arrayt in along PROC parameters, to
14409           avoid novelty problems.
14410         * sets.ch: Tiny cleanup.
14411         * vary1.ch: Re-indent.
14413 Tue Aug 17 15:42:07 1993  Bill Cox  (bill@rtl.cygnus.com)
14415           * Add PR-related files to Makefiles, .cvsignore files, etc.
14417 Mon Aug  2 15:46:05 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
14419         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
14420           with compiler objects. New names are test-flow.c and test-loop.c
14422 Tue Jul 27 10:08:08 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
14424         * Upgraded c-torture tests from 1.19 to 1.20
14426         * new files:
14427         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
14428         * gcc.compile: 930623-1.c 930623-2.c
14429         * gcc.noncompile: 930622-1.c 930622-2.c
14430         * gcc.failure: 920411-1.c 920627-2.c
14431         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
14433 Tue Jul 20 15:19:44 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
14435         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
14436           More changes to get testsuite working properly. Needs more work.
14437           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
14439 Mon Jul 19 18:40:31 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
14441         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
14442           More changes to get testsuite working properly. Needs more work.
14444 Tue Jul 13 18:38:56 PDT 1993 Jeff Wheat  (cassidy@cygnus.com)
14446         * chill.compile/compile.exp: Added for Dejagnu support
14447         * chill.execute/execute.exp: Added for Dejagnu support
14448         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
14450 Sat Jun 19 07:13:05 1993  Bill Cox  (bill@rtl.cygnus.com)
14452     This should complete moving the CHILL test files.
14453         * chill.noncompile(.cvsignore printf.grt
14454             in-printf.grt chprintf.grt chprintf.ch):
14455             Added test-support files.
14456           (Makefile): Modified further.
14457         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
14458             signal.ch): Added test files.
14459           * chill.execute (.cvsignore printf.grt printr.c
14460             in-printf.grt rts.c chprintf.grt rts.h): Added
14461           test-support files.
14462             (Makefile): More corrections.
14464 Fri Jun 18 23:40:54 1993  Bill Cox  (bill@rtl.cygnus.com)
14466         * chill.compile, chill.execute, chill.nocompile: Add CHILL
14467           test cases, ready for DejaGnu.
14469 Thu Jun 17 19:14:40 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14471         * Upgraded c-torture tests from 1.18 to 1.19
14473         * gcc.compile: added test(s):
14474           930607-1.c
14475         * gcc.execute: added test(s):
14476           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
14478         * added new subdirectory for misc tests: gcc.misc-tests
14479         * gcc.misc-test(s): added tests:
14480           inst-check.c test-consts.c test-ior.c test-switch.c
14482 Wed Jun  9 16:53:26 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14484         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
14486 Mon Jun  7 16:18:40 1993  Ian Lance Taylor  (ian@cygnus.com)
14488         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
14490 Thu Jun  3 13:13:36 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14492         * Upgraded c-torture tests from 1.17 to 1.18
14494 Wed Jun  2 19:02:40 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14496         * Upgraded c-torture tests from 1.12 to 1.17
14498 Fri Apr 30 09:38:41 1993  Mike Werner  (mtw@deneb.cygnus.com)
14500         * lib/old-dejagnu.exp:
14501           Fixed handling of XFAIL target triplets to correctly
14502           recognize wildcard characters.  Removed code that
14503           appended a unique id tag to the end of the file name
14504           printed out by the result of the testcases within a
14505           given test file.
14507 Thu Apr 29 19:06:29 1993  Mike Werner  (mtw@deneb.cygnus.com)
14509         * lib/old-dejagnu.exp:
14510           Reworked expected failure handling to trigger off of XFAIL
14511           keyword in keyphrase embeded in testcase source code. The
14512           XFAIL keyword must be at the end of the keyphrase line. It
14513           may optionally be followed by one or more target triplets.
14514           It has just occured that the handling of wildcards in the
14515           target triplet may not be correct.
14517 Fri Apr 23 13:16:20 1993  Mike Werner  (mtw@deneb.cygnus.com)
14519         * g++.old-deja/tests:
14520           Moved all subdirectories up one level into g++.old-deja .
14522         * lib/old-dejagnu.exp:
14523           Fixed problem with CXXFLAGS not being properly reset, and being
14524           corrupted with extraneous "-c" compiler option.  This was
14525           causing binaries to not be generated for test that needed them.
14526           Modified strings passed to "pass" and "fail" so that individual
14527           tests from the same test file would be distinguished by an
14528           identifier appended to the test file name in the summary logs;
14529           this corrected a problem with erroneous diff logs.  Added code
14530           to search testcases for expected fail and unexpected pass keywords.
14532 Tue Apr 20 18:27:58 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14534         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
14536 Thu Apr 15 11:01:59 1993  Mike Werner  (mtw@deneb.cygnus.com)
14538         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
14539           Removed extraneous text from end of "Special g++ Options"
14540           keyphrase.
14542         * lib/old-dejagnu.exp: Added pattern matching to look for new
14543           keywords, embedded in testcases comments, which will trigger
14544           calls to xpass and xfail.
14546 Wed Apr 14 14:28:01 1993  Mike Werner  (mtw@deneb.cygnus.com)
14548         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
14549           comments embedded in the testcases, especially the one looking for
14550           special compiler options, as well as the pattern matching for the
14551           compiler output again.
14553 Mon Apr 12 15:15:37 1993  Mike Werner  (mtw@deneb.cygnus.com)
14555         * lib/old-dejagnu.exp: Do a proper check of the return value for
14556           execute tests. Fixed several problems with the pattern matching
14557           of the compiler output which gave erroneous test results.
14558           Changed several of the test result messages to be more descriptive.
14559         * config/unix-g++.exp: Proc g++_load now actually works and
14560           executes the tests passed to it and returns a usable return
14561           value.
14563 Sun Apr 11 17:22:37 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14565           * lib/gcc.exp: Exits gracefully if $CC is bogus.
14567 Fri Apr  9 09:41:59 1993  Mike Werner  (mtw@deneb.cygnus.com)
14569         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
14570           Modified both files to properly execute the old style
14571           dejagnu tests. The previous versions of these files were
14572           experimental and did not function anything near correctly.
14574 Mon Apr  5 21:08:24 1993  Rob Savoye  (rob@cygnus.com)
14576         * Removed all Makefile.in and configure.in files. No configuration
14577         needed now.
14579 Fri Apr  2 12:15:17 1993  Mike Werner  (mtw@deneb.cygnus.com)
14581         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
14583 Sun Mar 28 11:17:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14585         * gcc.compile/configure.in, gcc.unsorted/configure.in,
14586         gcc.special/configure.in, gcc.noncompile/configure.in,
14587         gcc.execute/configure.in, gcc.code_quality/configure.in,
14588         g++.other/configure.in, g++.old-deja/configure.in,
14589         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
14590         in srcname setting.
14592 Thu Mar 25 20:07:55 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14594         * lib/udi.exp:  Fixed mondfe and mondfe_download.
14595         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
14596         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
14598 Thu Mar 25 13:06:41 1993  Ian Lance Taylor  (ian@cygnus.com)
14600         * config/udi-gdb.exp: Check $shell_id after connecting to target.
14601         (gdb_exit): Don't remove *_soc files.
14603 Mon Mar 22 14:28:46 1993  Ian Lance Taylor  (ian@cygnus.com)
14605         * lib/c-torture.exp: Don't look for main; instead always use -w
14606         -c.  This is how the c-torture tests work.  Remove the object
14607         file if the compilation succeeds.
14608         * gcc.execute/execute.exp: Remove executable if test passes.
14609         * gcc.noncompile/noncompile.exp: Every test is an expected
14610         failure.
14611         * gcc.special/special.exp: Added tests from c-torture 1.11,
14612         corrected use of existing test.
14613         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
14614         gcc.execute/920625-1.c: Updated to c-torture 1.11.
14615         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
14616         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
14617         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
14618         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
14619         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
14620         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
14621         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
14622         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
14623         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
14624         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
14625         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
14626         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
14627         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
14628         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
14629         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
14630         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
14631         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
14632         c-torture 1.11.
14633         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
14634         correspond to c-torture 1.11.
14636         * New file.