gcc/
[official-gcc.git] / gcc / testsuite / ChangeLog
blob84f7c92d5d979d5552ac7df6c5ca3da7c4dbf7b3
1 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
3         * gcc.dg/weak/weak-3.c: Fix for new warning.
5 2003-10-12  Kelley Cook  <kcook@gcc.gnu.org>
7         PR optimization/8750
8         * gcc.c-torture/execute/20031012-1.c: New test case.
10 2003-10-11  Roger Sayle  <roger@eyesopen.com>
12         * gcc.c-torture/execute/string-opt-8.c: Don't test optimizations
13         that inline strncmp as cmpstrsi on i386 when compiled with -Os.
15 2003-10-11  Roger Sayle  <roger@eyesopen.com>
17         PR optimization/12260
18         * gcc.c-torture/compile/20031011-2.c: New test case.
20 2003-10-11  Roger Sayle  <roger@eyesopen.com>
22         * gcc.c-torture/execute/20031011-1.c: New testcase.
24 2003-10-11  Eric Botcazou  <ebotcazou@libertysurf.fr>
26         * gcc.c-torture/compile/20031011-1.c: New test.
28 2003-10-11  Jan Hubicka  <jh@suse.cz>
30         * g++.dg/other/first-global.C: New test.
32 2003-10-11  Roger Sayle  <roger@eyesopen.com>
34         * gcc.c-torture/execute/string-opt-18.c: New testcase.
36 2003-10-10  Ian Lance Taylor  <ian@wasabisystems.com>
38         * gcc.c-torture/compile/20031010-1.c: New test.
40 2003-10-10  Geoffrey Keating  <geoffk@apple.com>
42         * gcc.c-torture/execute/va-arg-24.c: Correct, and rename to...
43         * gcc.c-torture/execute/va-arg-25.c: ... here.
45 2003-10-09  Mark Mitchell  <mark@codesourcery.com>
47         * g++.dg/ext/attrib8.C: Only run it on x86 targets.
49 2003-10-08  Richard Sandiford  <rsandifo@redhat.com>
51         * gcc.c-torture/compile/mipscop-[1-4].c: Disable for mips16.
53 2003-10-08  Giovanni Bajo  <giovannibajo@libero.it>
55         * g++.dg/parse/error2.C: New test.
57 2003-10-08  Giovanni Bajo <giovannibajo@libero.it>
59         PR c++/11097
60         * g++.dg/other/error5.C: Modify the error message.
61         * g++.dg/lookup/using8.C: New test.
63 2003-10-07  Geoffrey Keating  <geoffk@apple.com>
65         * gcc.dg/darwin-abi-2.c: New file.
66         * gcc.c-torture/execute/va-arg-24.c: New file.
68 2003-10-06  Bob Wilson  <bob.wilson@acm.org>
70         * g++.dg/template/spec10.C: Set exit value to zero on success.  Fix
71         indentation.
73 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
75         PR c++/10147
76         * g++.dg/other/error4.C: Update error messages.
77         * g++.dg/template/ptrmem4.C: Likewise.
78         
79         PR c++/12337
80         * g++.dg/init/new9.C: New test.
81         
82         PR c++/12334, c++/12236, c++/8656
83         * g++.dg/ext/attrib8.C: New test.
85 2003-10-06  Devang Patel  <dpatel@apple.com>
87         * gcc.dg/debug/dwarf2-3.h: New test.
88         * gcc.dg/debug/dwarf2-3.c: New test case for -feliminate-dwarf2-dups.
89         
90 2003-10-06  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
92         * g++.dg/opt/cfg2.C: New test.
94 2003-10-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
96         * g++.dg/opt/float1.C: New test.
98 2003-10-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
100         * gcc.dg/c90-array-lval-6.c: New test.
101         * gcc.dg/c99-array-lval-6.c: New test.
103 2003-10-03  Alexander Malmberg  <alexander@malmberg.org>
104             Ziemowit Laski  <zlaski@apple.com>
106         * objc.dg/method-6.m ('starboard'): Move prototype from 'Base' to
107         'Derived', so that it is never considered a class method; add
108         new warning for '+port' method ambiguity.
109         * objc.dg/method-12.m: Include <objc/objc.h> instead of
110         <objc/objc-api.h> (needed on Mac OS X).
111         * objc.dg/method-13.m: New test.
113 2003-10-03  Roger Sayle  <roger@eyesopen.com>
115         PR optimization/9325, PR java/6391
116         * gcc.c-torture/execute/20031003-1.c: New test case.
118 2003-10-02  Mark Mitchell  <mark@codesourcery.com>
120         PR optimization/12180
121         * gcc.dg/20031002-1.c: New test.
123         PR c++/12486
124         * g++.dg/inherit/error1.C: New test.
126 2003-10-02  Chris Demetriou  <cgd@broadcom.com>
128         * lib/f-torture.exp (search_for): Rename to...
129         (search_for_re): This.  Also, clean up comments and the
130         "regexp" invocation.
132 2003-10-02  Josef Zlomek  <zlomekj@suse.cz>
134         * gcc.c-torture/compile/20031002-1.c: New test.
136 2003-10-02  Jakub Jelinek  <jakub@redhat.com>
138         * g++.dg/opt/cond1.C: New test.
140 2003-10-01  Kelley Cook  <kelleycook@wideopenwest.com>
142         * gcc.dg/Wold-style-definition-2.c: New testcase.
143         * gcc.dg/wtr-func-def-1.c: Modify to reflect new warning.
145 2003-09-29  Richard Henderson  <rth@redhat.com>
147         * g++.dg/init/array10.C: Add dg-options.
149 2003-09-29  Eric Botcazou  <ebotcazou@libertysurf.fr>
151         * g++.dg/opt/unroll1.C: Change unsigned to __SIZE_TYPE__.
153 2003-09-28  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
155         * g++.dg/template/friend19.C: Fix typo.
156         * g++.old-deja/g++.other/crash31.C: Adjust expected error.
158 2003-09-28  Richard Sandiford  <rsandifo@redhat.com>
160         * gcc.c-torture/execute/20030928-1.c: New test.
161         * gcc.dg/torture/mips-sdata-1.c (f): Refer to x[0] rather than x[3].
163 2003-09-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
165         * g++.dg/opt/unroll1.C: New test.
167 2003-09-26  Roger Sayle  <roger@eyesopen.com>
169         PR optimization/11741
170         * gcc.dg/20030926-1.c: New test case.
172 2003-09-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
174         PR c++/5655
175         * g++.dg/parse/access7.C: New test.
176         * g++.old-deja/g++.brendan/crash56.C: Fix redeclaration error.
178 2003-09-24  Ziemowit Laski  <zlaski@apple.com>
180         MERGE OF objc-improvements-branch into MAINLINE:
181         * lib/objc.exp (objc_target_compile): Do not point at libobjc headers
182         if libobjc has not been built.
183         * objc/execute/IMP.m, objc/execute/_cmd.m, objc/execute/bf-common.h,
184         objc/execute/bycopy-3.m, objc/execute/class-{1-14}.m,
185         objc/execute/class-self-2.m, objc/execute/many_args_method.m,
186         objc/execute/nested-3.m, objc/execute/np-2.m,
187         objc/execute/object_is_class.m, objc/execute/object_is_meta_class.m,
188         objc/execute/redefining_self.m, objc/execute/root_methods.m,
189         objc/execute/static-{1-2}.m, objc/execute/string-{1-4}.m,
190         objc/execute/va_method.m, objc.dg/comp-types-4.m, objc.dg/headers.m,
191         objc.dg/special/unclaimed-category-1.h,
192         objc.dg/special/unclaimed-category-1.m: Make usable with NeXT as
193         well as GNU runtime.
194         * execute/next_mapping.h: New header, for GNU->NeXT impedance matching.
195         * execute/cascading-1.m, execute/function-message-1.m,
196         objc.dg/anon-1.m, objc.dg/bitfield-{3-4}.m,
197         objc.dg/call-super-{1-3}.m, objc.dg/category-1.m,
198         objc.dg/const-str-{3-6}.m, objc.dg/encode-{1-4}.m,
199         objc.dg/func-ptr-1.m, objc.dg/gnu-runtime-1.m, objc.dg/image-info.m,
200         objc.dg/method-{3-12}.m, objc.dg/missing-proto-{1-3}.m,
201         objc.dg/nested-func-1.m, objc.dg/proto-lossage-2.m,
202         objc.dg/proto-qual-1.m, objc.dg/sizeof-1.m, objc.dg/static-1.m,
203         objc.dg/symtab-1.m, objc.dg/try-catch-{1-4}.m,
204         objc.dg/type-size-{1-2}.m, objc.dg/zero-link-{1-2}.m: New test cases.
205         * objc.dg/bitfield-2.m: Run only on Darwin.
206         * objc.dg/class-2.m, objc.dg/comp-types-1.m, objc.dg/desig-init-1.m,
207         objc.dg/method-{1-2}.m, objc.dg/proto-hier-1.m,
208         objc.dg/proto-lossage-1.m: Adjust for message wording changes.
209         * objc.dg/const-str-1.m: Fix constant string layout.
211 2003-09-24  Alexandre Oliva  <aoliva@redhat.com>
213         * gcc.dg/cpp/Wunknown-pragmas-1.c: New test.
215 2003-09-23  Geoffrey Keating  <geoffk@apple.com>
217         * gcc.dg/darwin-abi-1.c: New file.
219 2003-09-21  Andrew Pinski  <pinskia@physics.uc.edu>
221         PR target/12281
222         * gcc.c-torture/compile/20030921-1.c: New test.
224 2003-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
226         * g++.dg/opt/reg-stack2.C: New test.
228 2003-09-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
230         * g++.dg/eh/delayslot1.C: New test.
232 2003-09-20  Richard Henderson  <rth@redhat.com>
234         * gcc.dg/format/gcc_diag-1.c: Add tests for %J.
236 2003-09-20  Roger Sayle  <roger@eyesopen.com>
238         * gcc.c-torture/execute/20030920-1.c: New test case.
240 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
242         * g++.dg/rtti/typeid3.C: Correct expected error message.
244 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
246         PR c++/157
247         * g++.dg/parse/crash12.C: New test.
249 2003-09-19  Janis Johnson  <janis187@us.ibm.com>
251         * gcc.dg/compat/mixed-struct-check.h: New.
252         * gcc.dg/compat/mixed-struct-defs.h: New.
253         * gcc.dg/compat/mixed-struct-init.h: New.
254         * gcc.dg/compat/struct-by-value-19_main.c: New.
255         * gcc.dg/compat/struct-by-value-19_x.c: New.
256         * gcc.dg/compat/struct-by-value-19_y.c: New.
257         * gcc.dg/compat/struct-by-value-20_main.c: New.
258         * gcc.dg/compat/struct-by-value-20_x.c: New.
259         * gcc.dg/compat/struct-by-value-20_y.c: New.
260         * gcc.dg/compat/struct-return-19_main.c: New.
261         * gcc.dg/compat/struct-return-19_x.c: New.
262         * gcc.dg/compat/struct-return-19_y.c: New.
263         * gcc.dg/compat/struct-return-20_main.c: New.
264         * gcc.dg/compat/struct-return-20_x.c: New.
265         * gcc.dg/compat/struct-return-20_y.c: New.
267 2003-09-19  Andrew Pinski  <pinskia@physics.uc.edu>
268         * g++.dg/init/array11.C: Change unsigned to __SIZE_TYPE__
269         so that it will not complain on LP64 targets.
271 2003-09-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
273         PR c++/495
274         * g++.dg/template/friend24.C: New test.
276 2003-09-19  Nathan Sidwell  <nathan@codesourcery.com>
278         PR c++/12332
279         * g++.dg/template/memtmpl2.C: New test.
281 2003-09-18  Mark Mitchell  <mark@codesourcery.com>
283         PR target/11184
284         * gcc.dg/builtin-apply1.c: New test.
286 2003-09-18  Nathan Sidwell  <nathan@codesourcery.com>
288         PR c++/9848
289         * g++.dg/warn/Wunused-4.C: New test.
291 2003-09-18  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
293         PR c++/12316
294         * g++.dg/other/gc2.C: New test.
296 2003-09-17  Mark Mitchell  <mark@codesourcery.com>
298         PR c++/11991
299         * g++.dg/rtti/typeid3.C: New test.
301         PR c++/12266
302         * g++.dg/overload/template1.C: New test.
304 2003-09-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
306         * g++.dg/opt/cfg3.C: New test.
308 2003-09-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
310         PR c++/7939
311         * g++.dg/template/crash11.C: New test.
313 2003-09-16  Jason Merrill  <jason@redhat.com>
314             Jakub Jelinek  <jakub@redhat.com>
316         * gcc.dg/attr-warn-unused-result.c: New test.
318 2003-09-15  Nathan Sidwell  <nathan@codesourcery.com>
320         PR c++/12184
321         * g++.dg/expr/call2.C: New test.
323 2003-09-15  Andreas Jaeger  <aj@suse.de>
325         * gcc.dg/Wold-style-definition-1.c: New test.
327 2003-09-14  Mark Mitchell  <mark@codesourcery.com>
329         PR c++/3907
330         * g++.dg/parse/template12.C: New test.
332         * g++.dg/abi/bitfield11.C: New test.
333         * g++.dg/abi/bitfield12.C: Likewise.
335 2003-09-14  Alexandre Oliva  <aoliva@redhat.com>
337         * gcc.dg/cpp/separate-1.c: Adjust line of error.  Test for correct
338         non-expansion of functional macro name without arguments at EOL.
339         * gcc.dg/cpp/spacing1.c: Revert 2003-08-04's change.  Likewise.
341 2003-09-14  Richard Sandiford  <rsandifo@redhat.com>
343         * gcc.c-torture/execute/20030914-[12].c: New tests.
345 2003-09-11  Nathan Sidwell  <nathan@codesourcery.com>
347         PR c++/11788
348         * g++.dg/overload/addr1.C: New test.
350 2003-09-10  Ian Lance Taylor  <ian@wasabisystems.com>
352         * gcc.dg/20030909-1.c: New test.
354 2003-09-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
356         * gcc.dg/ultrasp10.c: New test.
358 2003-09-09  Devang Patel  <dpatel@apple.com>
360         * gcc.dg/darwin-ld-6.c: New test.
361         
362 2003-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
364         * gcc.dg/torture/builtin-explog-1.c: New testcase.
366 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
368         * gcc.dg/ia64-types1.c: New test.
369         * gcc.dg/ia64-types2.c: Likewise.
371 2003-09-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
373         * gcc.dg/builtins-1.c: Add more _Complex tests.
374         * gcc.dg/torture/builtin-attr-1.c: Likewise.
376         * gcc.dg/builtins-1.c: Test existing _Complex functions.
377         * gcc.dg/torture/builtin-attr-1.c: Likewise.
379 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
381         PR c++/11786
382         * g++.dg/lookup/koenig2.C: New test.
384         PR c++/5296
385         * g++.dg/rtti/typeid2.C: New test.
387 2003-09-08  Jakub Jelinek  <jakub@redhat.com>
389         * gcc.c-torture/compile/20030904-1.c: New test.
391 2003-09-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
393         * g++.dg/opt/longbranch2.C: New test.
395 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
397         * g++.dg/template/crash10.C: Only compile it.
399 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
401         PR middle-end/11665
402         * gcc.c-torture/compile/20030907-1.c: New test.
403         * g++.dg/init/array11.C: New test.
405 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
407         PR c++/11852
408         * g++.dg/init/struct1.C: New test.
410 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
412         PR c++/12181
413         * g++.dg/expr/comma1.C: New test.
415 2003-09-06  Mark Mitchell  <mark@codesourcery.com>
417         PR c++/11867
418         * g++.dg/expr/static_cast5.C: New test.
420 2003-09-06  Andrew Pinski  <pinskia@physics.uc.edu>
422         PR c++/11507
423         * g++.dg/lookup/scoped7.C: New test.
425         PR c++/9574
426         * g++.dg/other/static1.C: New test.
428         PR c++/11490
429         * g++.dg/warn/template-1.C: New test.
431         PR c++/11432
432         * g++.dg/template/crash10.C: New test.
434         PR c++/2478
435         * g++.dg/overload/VLA.C: New test.
437         PR c++/10804
438         * g++.dg/template/call1.C: New test.
440 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
442         PR c++/11794
443         * g++.dg/parse/using3.C: New test.
445 2003-09-06  Roger Sayle  <roger@eyesopen.com>
447         PR c++/11409
448         * g++.dg/overload/builtin3.C: New test case.
450 2003-09-06  Steven Bosscher  <steven@gcc.gnu.org>
452         PR c/9862
453         * gcc.dg/20030906-1.c: New test.
454         * gcc.dg/20030906-2.c: Likewise.
456 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
458         PR c++/12167
459         * g++.dg/parse/defarg5.C: New test.
461         * g++.dg/template/non-type-template-argument-1.C: Tweak expected error.
463 2003-09-05  Mark Mitchell  <mark@codesourcery.com>
465         PR c++/12163
466         * g++.dg/expr/static_cast4.C: New test.
468         PR c++/12146
469         * g++.dg/template/crash9.C: New test.
471 2003-09-05  Andrew Pinski  <pinskia@physics.uc.edu>
473         * g++.old-deja/g++.ext/pretty2.C: Update for change 
474         in __FUNCTION__.
475         * g++.old-deja/g++.ext/pretty3.C: Likewise.
477 2003-09-05  Nathan Sidwell  <nathan@codesourcery.com>
479         PR c++/11922
480         * g++/dg/template/qualified-id1.C: New test.
481         
482         PR c++/12037
483         * g++.dg/warn/noeffect4.C: New test.
485 2003-09-04  Matt Austern  <austern@apple.com>
487         * g++.dg/ext/fnname1.C: New test. (__func__ for C++.)
488         * g++.dg/ext/fnname2.C: Likewise.
489         * g++.dg/ext/fnname3.C: Likewise.
490         
491 2003-09-04  Mark Mitchell  <mark@codesourcery.com>
493         * g++.dg/expr/lval1.C: New test.
494         * g++.dg/ext/lvcast.C: Remove.
496 2003-09-03  Roger Sayle  <roger@eyesopen.com>
498         PR optimization/11700.
499         * gcc.c-torture/compile/20030903-1.c: New test case.
501 2003-09-03  Mark Mitchell  <mark@codesourcery.com>
503         PR c++/12053
504         * g++.dg/abi/layout4.C: New test.
506 2003-09-02  Scott Brumbaugh  <scottb.lists@verizon.net>
508         PR c++/11553
509         * g++.dg/parse/friend3.C: New test.
510         
511 2003-09-02  Mark Mitchell  <mark@codesourcery.com>
513         PR c++/11847
514         * g++.dg/template/class1.C: New test.
516         PR c++/11808
517         * g++.dg/expr/call1.C: New test.
519 2003-09-01  Mark Mitchell  <mark@codesourcery.com>
521         PR c++/12114
522         * g++.dg/init/ref9.C: New test.
524         PR c++/11972
525         * g++.dg/template/nested4.C: New test.
527 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
529         PR c++/12093
530         * g++.dg/template/non-dependent4.C: New test.
532         PR c++/11928
533         * g++.dg/inherit/conv1.C: New test.
535 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
537         PR c++/6196
538         * g++.dg/ext/label1.C: New test.
539         * g++.dg/ext/label2.C: Likewise.
541 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
543         * g++.dg/expr/cond3.C: New test.
545 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
547         * gcc.dg/builtins-1.c: Add new builtin cases.
549 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
551         * gcc.dg/builtins-1.c: Add new cases.
552         * gcc.dg/torture/builtin-attr-1.c: Likewise.
554 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
556         * gcc.dg/builtins-1.c: Add more math builtin tests.
557         * gcc.dg/torture/builtin-attr-1.c: New test.
559 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
561         PR optimization/5079
562         * g++.dg/opt/static3.C: New test.
564 2003-08-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
566         * gcc.misc-tests/gcov-10b.c: New test.
568 2003-08-27  Mark Mitchell  <mark@codesourcery.com>
570         * g++.dg/opt/ptrmem3.C: New test.
572         * g++.old-deja/g++.pt/overload8.C: Remove XFAIL.
574 2003-08-27  Jakub Jelinek  <jakub@redhat.com>
576         * gcc.dg/20030826-2.c: New test.
578 2003-08-26  Roger Sayle  <roger@eyesopen.com>
580         PR middle-end/12002
581         * g77.f-torture/compile/12002.f: New test case.
583 2003-08-26  Roger Sayle  <roger@eyesopen.com>
585         * gcc.dg/20030826-1.c: New test case.
587 2003-08-26  Matt Kraai  <kraai@alumni.cmu.edu>
589         * gcc.dg/noncompile/20030818-1.c: Expect second line of error.
591 2003-08-26  Nathan Sidwell  <nathan@codesourcery.com>
593         PR c++/11871
594         * c++.dg/lookup/crash1.C: New test.
596         * c++.dg/warn/noeffect3.C: New test.
598 2003-08-25  Janis Johnson  <janis187@us.ibm.com>
600         * gcc.dg/compat/vector-1_x.c: Compile with -w.
601         * gcc.dg/compat/vector-1_y.c: Ditto.
602         * gcc.dg/compat/vector-2_x.c: Ditto.
603         * gcc.dg/compat/vector-2_y.c: Ditto.
605 2003-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
607         * gcc.dg/20030702-1.c: New test.
609 2003-08-25  Mark Mitchell  <mark@codesourcery.com>
611         PR c++/8795
612         * g++.dg/ext/altivec-1.C: New test.
614 2003-08-24  Richard Henderson  <rth@redhat.com>
616         * g++.dg/eh/simd-2.C: Add -w for x86.
618 2003-08-23  Jakub Jelinek  <jakub@redhat.com>
620         * gcc.dg/20030815-1.c: New test.
622 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
624         PR c++/3765
625         * g++.dg/parse/access6.C: New test.
627 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
629         PR c++/641, c++/11876
630         * g++.dg/template/friend22.C: New test.
631         * g++.dg/template/friend23.C: Likewise.
633 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
635         * gcc.misc-tests/linkage.exp: Treat all HP-UX platforms
636         identically.
638 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
640         * g++.old-deja/g++.ext/attrib5.C: XFAIL on hppa2*-hp-hpux11*.
642 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
644         * gcc.dg/20020313-1.c: Add "-w" to dg-options.
646 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
648         * gcc.misc-tests/linkage.exp: Add logic for ia64-hp-hpux*.
650 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
652         * g++.dg/other/packed1.C: Add XFAIL marker for ia64-hp-hpux*.
654 2003-08-21  Mark Mitchell  <mark@codesourcery.com>
656         PR c++/11919
657         * g++.dg/overload/prom1.C: New test.
659         PR c++/11551
660         * g++.dg/parse/dtor2.C: New test.
662         PR c++/10762
663         * g++.dg/parse/using2.C: New test.
665 2003-08-21  Kazu Hirata  <kazu@cs.umass.edu>
667         PR target/11805
668         * gcc.c-torture/compile/20030821-1.c: New.
670 2003-08-20  Mark Mitchell  <mark@codesourcery.com>
672         PR c++/11834
673         * g++.dg/template/deduce2.C: New test.
675 2003-08-21  Josef Zlomek  <zlomekj@suse.cz>
677         * gcc.c-torture/execute/20030821-1.c: New test.
679 2003-08-20  Roger Sayle  <roger@eyesopen.com>
681         PR middle-end/11984
682         * gcc.dg/20030820-1.c: New test case.
684 2003-08-20  Nathan Sidwell  <nathan@codesourcery.com>
686         PR c++/11945
687         * g++.dg/warn/noeffect2.C: New test.
689 2003-08-19  Mark Mitchell  <mark@codesourcery.com>
691         PR c++/10926
692         * g++.dg/template/dtor2.C: New test.
694         PR c++/11684
695         * g++.dg/template/operator1.C: New test.
696         * g++.dg/parse/operator4.C: New test.
698         PR c++/11946.C
699         * g++.dg/expr/enum1.C: New test.
700         * gcc.dg/c99-bool-1.c: Remove bogus warning.
702         PR c++/11036.C
703         * g++.dg/parse/elab2.C: New test.
704         * g++.dg/parse/typedef4.C: Change error message.
705         * g++.old-deja/g++.robertl/eb133.C: Remove bogus error markers.
706         * g++.old-deja/g++.robertl/eb133a.C: Remove bogus error markers.
707         * g++.old-deja/g++.robertl/eb133b.C: Remove bogus error markers.
709 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
711         * gcc.dg/pch/warn-1.c: New.
712         * gcc.dg/pch/warn-1.hs: New.
714         * lib/dg-pch.exp (dg-pch): Use 'return' not 'continue' to skip
715         not-tested file.
717 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
719         * gcc.dg/uninit-E.c: Add forgotten dg-warning marker.
721 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
723         * gcc.dg/uninit-D.c: New Test.
724         * gcc.dg/uninit-E.c: New Test.
725         * gcc.dg/uninit-F.c: New Test.
726         * gcc.dg/uninit-G.c: New Test.
728 2003-08-19  Michael Ritzert  <ritzert@t-online.de>
730         * g++.dg/README: Describe the pch directory.
732 2003-08-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
734         PR c++/11174
735         * g++.dg/parse/access4.C: New test.
736         * g++.dg/parse/access5.C: Likewise.
737         * g++.old-deja/g++.jason/access17.C: Adjust error message.
739 2003-08-18  Matt Kraai  <kraai@alumni.cmu.edu>
741         * gcc.dg/noncompile/20030818-1.c: New.
743 2003-08-18  Nathan Sidwell  <nathan@codesourcery.com>
745         PR c++/11957
746         * g++.dg/warn/noeffect1.C: New test.
748         * g++.dg/template/scope2.C: New test.
749         * g++.dg/template/error2.C: Correct dg-error
751 2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
753         * gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests.
755 2003-08-16  Nathan Sidwell  <nathan@codesourcery.com>
757         PR C++/11512
758         * g++.dg/template/warn1.C: New.
760 2003-08-15  Nathan Sidwell  <nathan@codesourcery.com>
762         * g++.dg/template/error2.C: New test.
763         * g++.dg/lookup/using7.C: Adjust errors
764         * g++.old-deja/g++.pt/crash36.C: Likewise.
765         * g++.old-deja/g++.pt/derived3.C: Likewise.
767 2003-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
769         * gcc.c-torture/execute/builtins/lib/strcat.c: New.
770         * gcc.c-torture/execute/builtins/string-9-lib.c: New.
771         * gcc.c-torture/execute/builtins/string-9.c: New, from
772         string-opt-9.c.  Adjust for execute/builtins framework.
773         * gcc.c-torture/execute/string-opt-9.c: Delete.
775 2003-08-12  Mark Mitchell  <mark@codesourcery.com>
777         * g++.dg/init/new8.C: Use __SIZE_TYPE__ to get the type of size_t.
779         * g++.dg/parse/ret-type2.C: New test.
781         PR c++/11703
782         * g++.dg/init/new8.C: New test.
784         PR c++/10923
785         * g++.dg/parse/typedef5.C: New test.
787         PR c++/9512
788         * g++.dg/parse/qualified2.C: New test.
789         * g++.old-deja/g++.other/decl5.C: Mark one more instance of
790         invalid code.
792 2003-08-11  Mark Mitchell  <mark@codesourcery.com>
794         * g++.dg/conversion/ptrmem1.C: New test.
796 2003-08-11  Jakub Jelinek  <jakub@redhat.com>
798         PR target/11693
799         * gcc.dg/20030811-1.c: New test.
801         PR target/11535
802         * gcc.c-torture/execute/20030811-1.c: New test.
804 2003-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
806         * gcc.c-torture/execute/string-opt-9.c: Add more strcat cases.
808 2003-08-10  Mark Mitchell  <mark@codesourcery.com>
810         PR c++/11789.C
811         * g++.dg/inherit/multiple1.C: New test.
813 2003-08-10  Nathan Sidwell  <nathan@codesourcery.com>
815         * gcc.dg/spe1.c: New test.
817         PR c++/11670
818         * g++.dg/expr/cast2.C: New test.
819         
820         PR c++/10530
821         * g++.dg/template/dependent-name2.C: New test.
823 2003-08-08  Andrew Pinski  <pinskia@physics.uc.edu>
825         * g++.dg/parse/crash11.C: Put the dg options in comments.
827 2003-08-08  Neil Booth  <neil@daikokuya.co.uk>
829         * lib/gcc-dg.exp: Update for diagnostic change.
831 2003-08-07  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
833         PR c++/5767
834         * g++.dg/parse/crash11.C: New test.
836 2003-08-06  Alexandre Oliva  <aoliva@redhat.com>
838         * gcc.dg/cpp/spacing1.c: Update.
840 2003-08-04  Janis Johnson  <janis187@us.ibm.com>
842         PR target/11739
843         * gcc.misc-tests/i386-prefetch.exp: Use -march=i386 when specifying
844         a value for -mtune.
846 2003-08-04  Roger Sayle  <roger@eyesopen.com>
848         PR middle-end/11771
849         * gcc.c-torture/compile/20030804-1.c: New test case.
851 2003-08-04  Roger Sayle  <roger@eyesopen.com>
853         * gcc.dg/20030804-1.c: New test case.
855 2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
857         * gcc.dg/cpp/separate-1.c: New test.
859 2003-08-03  Nathan Sidwell  <nathan@codesourcery.com>
861         PR c++/11704
862         * g++.dg/template/dependent-expr2.C: New test.
864         PR c++/11766
865         * g++.dg/expr/ptrmem1.C: New test.
867 2003-08-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
869         PR c++/9453
870         * g++.dg/template/friend15.C: New test.
872 2003-08-03  Neil Booth  <neil@daikokuya.co.uk>
874         * lib/dg-pch.exp: Work round PCH bug.
876 2003-08-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
878         * gcc.dg/builtins-1.c: Add macro helpers.  Add missing math
879         builtins.  Move cases from builtins-4.c here.
881         * gcc.dg/torture/builtin-math-1.c: New test taken from
882         bits of gcc.dg/builtins-3.c, gcc.dg/builtins-5.c and also some
883         additional cases.
884         
885         * gcc.dg/builtins-3.c, gcc.dg/builtins-4.c, gcc.dg/builtins-5.c:
886         Delete.
888 2003-08-02  Nathan Sidwell  <nathan@codesourcery.com>
890         PR c++/9447
891         * g++.dg/template/using7.C: New test.
893 2003-08-02  Neil Booth  <neil@daikokuya.co.uk>
895         * import1.c, import2.c: New tests.
897 2003-08-01  Jakub Jelinek  <jakub@redhat.com>
899         * g++.dg/eh/crossjump1.C: New test.
901 2003-08-01  Mark Mitchell  <mark@codesourcery.com>
903         PR c++/11697
904         * g++.dg/template/using6.C: New test.
906         PR c++/11744
907         * g++.dg/template/koenig2.C: New test.
909 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
911         PR c++/7983
912         * g++.dg/parse/typedef4.C: New test.
914 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
916         PR c++/8442, c++/8806
917         * g++.dg/template/elab1.C: New test.
918         * g++.dg/template/type2.C: Likewise.
919         * g++.dg/template/ttp3.C: Adjust expected error message.
920         * g++.old-deja/g++.law/visibility13.C: Likewise.
921         * g++.old-deja/g++.niklas/t135.C: Likewise.
922         * g++.old-deja/g++.pt/ttp41.C: Likewise.
923         * g++.old-deja/g++.pt/ttp43.C: Use qualified name for template
924         template argument.
925         * g++.old-deja/g++.pt/ttp44.C: Likewise.
927 2003-08-01  Nathan Sidwell  <nathan@codesourcery.com>
929         PR c++/11295
930         * g++.dg/ext/stmtexpr1.C: New test.
932         * g++.dg/opt/tmp1.C: New test.
934         PR c++/11525
935         * g++.dg/parse/constant4.C: New test.
937         PR c++/9447
938         * g++.dg/template/using5.C: New test.
940 2003-07-31  Roger Sayle  <roger@eyesopen.com>
942         * gcc.dg/builtins-27.c: New test case.
944 2003-07-31  Jakub Jelinek  <jakub@redhat.com>
946         * gcc.dg/tls/opt-7.c: New test.
948 2003-07-31  Andrew Pinski  <pinskia@physics.uc.edu>
949         
950         * g++.old-deja/g++.other/crash18.C: Remove.
952 2003-07-31  Nathan Sidwell  <nathan@codesourcery.com>
954         * g++.dg/template/explicit3.C: New.
955         * g++.dg/template/explicit4.C: New.
956         * g++.dg/template/explicit5.C: New.
958         PR c++/11347
959         * g++.dg/template/memtmpl1.C: New.
961 2003-07-29  Andrew Pinski <pinskia@physics.uc.edu>
963         PR target/11565
964         * gcc.dg/i386-387-1.c (dg-options): Add -march=i386.
965         * gcc.dg/i386-387-5.c (dg-options): Likewise.
967 2003-07-30  Jan Hubicka  <jh@suse.cz>
969         * vtgc1.c: Kill.
971 2003-07-29  Zack Weinberg  <zack@codesourcery.com>
973         * gcc.dg/struct-in-proto-1.c: New test.
975 2003-07-29  Neil Booth  <neil@daikokuya.co.uk>
977         * gcc.dg/cpp/include2.c: Only expect one message.
979 2003-07-29  Nathan Sidwell  <nathan@codesourcery.com>
981         PR c++/9447
982         * g++.dg/template/using1.C: New test.
983         * g++.dg/template/using2.C: New test.
984         * g++.dg/template/using3.C: New test.
985         * g++.dg/template/using4.C: New test.
987 2003-07-29  Alexandre Oliva  <aoliva@redhat.com>
989         * gcc.c-torture/execute/string-opt-9.c: strcmp returns int.
990         * gcc.c-torture/execute/string-opt-10.c: Likewise.
992 2003-07-28  Jan Hubicka  <jh@suse.cz>
994         PR c++/11530
995         * g++.dg/opt/call1.C: New test.
997 2003-07-28  Alexandre Oliva <aoliva@redhat.com>
999         PR c++/11667
1000         * g++.dg/init/enum2.C: New test.
1001         * g++.dg/template/overload1.C: Add "-w" option.
1003 2003-07-28    <hp@bitrange.com>
1005         * gcc.dg/Wdeclaration-after-statement-1.c,
1006         gcc.dg/Wdeclaration-after-statement-2.c: New tests.
1008 2003-07-28  Jakub Jelinek  <jakub@redhat.com>
1010         * gcc.c-torture/compile/20030725-1.c: New test.
1012 2003-07-28  Aldy Hernandez  <aldyh@redhat.com>
1014         * gcc.dg/20030505.c: Only run for SPE.
1015         Remove definition of opaque type.
1017 2003-07-27  Mark Mitchell  <mark@codesourcery.com>
1019         * g++.dg/template/ptrmem6.C: New test.
1021 2003-07-26  Geoffrey Keating  <geoffk@apple.com>
1023         * gcc.c-torture/compile/zero-strct-2.c: New test.
1025 2003-07-25  Geoffrey Keating  <geoffk@apple.com>
1027         * gcc.dg/intermod-1.c: New test.
1029 2003-07-25  Nathan Sidwell  <nathan@codesourcery.com>
1031         PR c++/11617
1032         * g++.dg/template/lookup2.C: New test.
1033         * g++.dg/template/memclass1.C: Remove instantiated from error.
1034         * g++.dg/other/error2.C: Tweak expected errors.
1036         PR c++/11596
1037         * g++.dg/template/defarg3.C: New test.
1039         * g++.dg/ext/packed2.C: Pack member struct too. Explain why.
1041 2003-07-24  Mark Mitchell  <mark@codesourcery.com>
1043         * g++.dg/inherit/access5.C: New test.
1045 2003-07-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1047         PR c++/11513
1048         * g++.dg/template/crash8.C: New test.
1050 2003-07-23  Steven Bosscher <steven@gcc.gnu.org>
1052         PR c/10602
1053         * gcc.dg/noncompile/incomplete-2.c: New test.
1055 2003-07-23  Mark Mitchell  <mark@codesourcery.com>
1057         PR c++/11645
1058         * g++.dg/inherit/access4.C: New test.
1060         PR c++/11517
1061         * g++.dg/expr/cond2.C: New test.
1063         PR optimization/10679
1064         * g++.dg/opt/inline4.C: New test.
1066 2003-07-23  Nathan Sidwell  <nathan@codesourcery.com>
1068         * g++.dg/parse/crash10: New test.
1070 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
1072         * g++.dg/ext/flexary1.C: New test.
1074 2003-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1076         PR c++/10793
1077         * g++.dg/template/crash9.C: New test.
1079 2003-07-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1081         PR c++/3004
1082         * g++.dg/parse/typedef3.C: New test.
1084         PR c++/7906
1085         * g++.dg/parse/operator2.C: New test.
1087         PR c++/8895
1088         * g++.dg/parse/def-tmpl-arg1.C: New test.
1090         PR c++/9282
1091         * g++.dg/parse/funptr1.C: New test.
1093         PR c++/9452
1094         * g++.dg/parse/ambig3.C: New test.
1096         PR c++/9454
1097         * g++.dg/parse/operator3.C: New test.
1099         PR c++/9486
1100         * g++.dg/parse/template10.C: New test.
1102         PR c++/9488
1103         * g++.dg/parse/template11.C: New test.
1105         PR c++/10150
1106         * g++.dg/parse/invalid-op1.C: New test.
1108         PR c++/10247
1109         * g++.dg/parse/condexpr1.C: New test.
1111 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
1113         * g++.dg/ext/packed3.C: New test.
1114         * g++.dg/ext/packed4.C: New test.
1116         * gcc.dg/pack-test-3.c: New test.
1118 2003-07-21  Janis Johnson  <janis187@us.ibm.com>
1120         * lib/compat.exp: Handle dg-options per source file.
1121         * g++.dg/compat/abi/bitfield1_x.C: Specify dg-options.
1122         * g++.dg/compat/abi/bitfield1_y.C: Ditto.
1123         * g++.dg/compat/abi/bitfield2_x.C: Ditto.
1124         * g++.dg/compat/abi/bitfield2_y.C: Ditto.
1125         * g++.dg/compat/abi/vbase8-10_x.C: Ditto.
1126         * g++.dg/compat/abi/vbase8-10_y.C: Ditto.
1127         * g++.dg/compat/abi/vbase8-21_x.C: Ditto.
1128         * g++.dg/compat/abi/vbase8-21_y.C: Ditto.
1129         * g++.dg/compat/abi/vbase8-22_x.C: Ditto.
1130         * g++.dg/compat/abi/vbase8-22_y.C: Ditto.
1131         * g++.dg/compat/abi/vbase8-4_x.C: Ditto.
1132         * g++.dg/compat/abi/vbase8-4_y.C: Ditto.
1133         * g++.dg/compat/break/bitfield7_x.C: Ditto.
1134         * g++.dg/compat/break/bitfield7_y.C: Ditto.
1136 2003-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
1138         PR c/10320
1139         * gcc.c-torture/execute/20030718-1.c: New test.
1141 2003-07-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
1143         PR optimization/11536
1144         * gcc.dg/20030721-1.c: New test.
1146 2003-07-19  Mark Mitchell  <mark@codesourcery.com>
1148         PR c++/11546
1149         * g++.dg/template/lookup1.C: New test.
1151 2003-07-19  Zack Weinberg  <zack@codesourcery.com>
1153         * gcc.dg/noncompile/label-1.c: New comprehensive test case for
1154         diagnostics of ill-formed constructs involving labels.
1155         * gcc.dg/noncompile/label-lineno-1.c: Add error regexp for
1156         the new 'previously defined here' message.
1158 2003-07-18  Nathan Sidwell  <nathan@codesourcery.com>
1160         * g++.dg/parse/non-dependent2.C: New test.
1162 2003-07-18  Andrew Pinski  <pinskia@physics.uc.edu>
1164         * g++.dg/init/init-ref4.C: xfail on targets without
1165         weak symbols.
1167 2003-07-17  Jakub Jelinek  <jakub@redhat.com>
1169         PR target/11087
1170         * gcc.c-torture/execute/20030717-1.c: New test.
1172 2003-07-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
1174         * g++.dg/opt/cfg1.C: New test.
1176 2003-07-17  Mark Mitchell  <mark@codesourcery.com>
1178         PR optimization/11557
1179         * gcc.dg/20030717-1.c: New test.
1181 2003-07-17  Andrew Pinski <pinskia@physics.uc.edu>
1183         PR c++/10476
1184         * g++.dg/expr/crash-1.C: New test.
1186         PR c++/11027
1187         * g++.dg/template/init3.C: New test.
1189         PR c++/8222
1190         * g++.dg/template/non-dependent1.C: New test.
1192         PR c++/11070
1193         * g++.dg/template/non-dependent2.C: New test.
1195         PR c++/11071
1196         * g++.dg/template/non-dependent3.C: New test.
1198         PR c++/9907
1199         * g++.dg/template/sizeof5.C: New test.
1201 2003-07-17  Geoffrey Keating  <geoffk@apple.com>
1203         PR 11498
1204         * gcc.c-torture/compile/mangle-1.c: New file.
1206 2003-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1208         PR c++/7809
1209         * g++.dg/parse/access3.C: New test.
1211 2003-07-17  Andrew Pinski  <pinskia@physics.uc.edu>
1213         PR c++/11384
1214         * g++.dg/init/init-ref4.C: New test.
1216 2003-07-16  Mark Mitchell  <mark@codesourcery.com>
1218         PR c++/11547
1219         * g++.dg/parse/constant3.C: New test.
1220         * g++.dg/parse/crash7.C: Likewise.
1222 2003-07-16  Andrew Pinski  <pinskia@physics.uc.edu>
1224         PR target/11008
1225         * gcc.dg/i386-pentium4-not-mull.c: New.
1227 2003-07-16  J"orn Rennecke <joern.rennecke@superh.com>
1229         * gcc.dg/asm-names.c (ymain): Make it weak.
1231 2003-07-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1233         PR c++/5421
1234         * g++.dg/template/friend21.C: New test.
1236 2003-07-16  Jakub Jelinek  <jakub@redhat.com>
1238         * gcc.dg/cleanup-8.c: New test.
1239         * gcc.dg/cleanup-9.c: New test.
1241 2003-07-16  Danny Smith  <dannysmith@users.sourceforge.net>
1243         * g++.dg/ext/dll-MI1.h: New file.
1244         * g++.dg/ext/dllexport-MI1.C: New file.
1245         * g++.dg/ext/dllimport-MI1.C: New file.
1247 2003-07-15  Jakub Jelinek  <jakub@redhat.com>
1249         * gcc.c-torture/execute/string-opt-8.c (main): Remove i370 and s390,
1250         it does not have cmpstrsi patterns (just cmpmemsi).
1252 2003-07-15  Mark Mitchell  <mark@codesourcery.com>
1254         PR debug/11473
1255         * g++.dg/debug/debug8.C: New test.
1257 2003-07-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1259         PR c++/10108
1260         * g++.dg/template/crash7.C: New test.
1262 2003-07-15  Kazu Hirata  <kazu@cs.umass.edu>
1264         PR target/10795
1265         * gcc.c-torture/compile/20030708-1.c: New.
1267 2003-07-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
1269         * gcc.c-torture/execute/20030715-1.c: New test.
1271 2003-07-14  Geoffrey Keating  <geoffk@apple.com>
1273         * gcc.dg/pch/inline-3.c: New file.
1274         * gcc.dg/pch/inline-3.hs: New file.
1275         * gcc.dg/pch/inline-4.c: New file.
1276         * gcc.dg/pch/inline-4.hs: New file.
1278 2003-07-14  Mark Mitchell  <mark@codesourcery.com>
1280         PR c++/11509
1281         * g++.dg/template/crash6.C: New test.
1283         PR c++/7053
1284         * g++.dg/template/friend20.C: New test.
1286         PR c++/7019
1287         * g++.dg/template/overload2.C: New test.
1289 2003-07-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1291         PR optimization/11440
1292         * gcc.c-torture/execute/20030714-1.c: New test.
1294 2003-07-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1296         PR c++/11154
1297         * g++.dg/template/partial2.C: New test.
1299 2003-07-13  Mark Mitchell  <mark@codesourcery.com>
1301         PR c++/11503
1302         * g++.dg/template/anon1.C: New test.
1304         PR c++/11493
1305         PR c++/11495
1306         * g++.dg/parse/template9.C: Likewise.
1307         * g++.dg/template/crash4.C: New test.
1308         * g++.dg/template/koenig1.C: Likewise.
1309         * g++.old-deja/g++.benjamin/tem03.C: Adjust error markers.
1310         * g++.old-deja/g++.benjamin/tem06.C: Declare "x".
1311         * g++.old-deja/g++.jason/overload33.C: Use this-> when calling
1312         functions.
1313         * g++.old-deja/g++.jason/template36.C: Likewise.
1314         * g++.old-deja/g++.mike/p1989.C: Likewise.
1315         * g++.old-deja/g++.pt/lookup2.C: Use -fpermissive when compiling.
1316         * g++.old-deja/g++.pt/ttp20.C: Use this->.
1317         * g++.old-deja/g++.pt/ttp21.C: Use this->.
1318         * g++.old-deja/g++.pt/typename13.C: Use -fpermissive when
1319         compiling.
1320         * g++.old-deja/g++.pt/union2.C: Use this->.
1322 2003-07-11  Jakub Jelinek  <jakub@redhat.com>
1324         * gcc.dg/20030711-1.c: New test.
1326 2003-07-11  Nathan Sidwell  <nathan@codesourcery.com>
1328         PR c++/11050
1329         * g++.dg/parse/args1.C: New test.
1330         * g++.pt/defarg8.C: Change expected errors.
1332 2003-07-11  Mark Mitchell  <mark@codesourcery.com>
1334         PR c++/8164
1335         * g++.dg/template/nontype2.C: New test.
1337         PR c++/10558
1338         * g++.dg/parse/template8.C: New test.
1340         PR c++/8327
1341         * g++.dg/template/scope1.C: New test.
1343         * g++.dg/warn/Wsign-compare-1.C: New test.
1345 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
1347         * gcc.dg/20021018-1.c: Disable if the sizeof (int) < 4.
1349 2003-07-10  Mark Mitchell  <mark@codesourcery.com>
1351         PR c++/9411
1352         * g++.dg/template/explicit2.C: New test.
1354         PR c++/10032
1355         * g++.dg/warn/pedantic1.C: New test.
1357 2003-07-10  Nathan Sidwell  <nathan@codesourcery.com>
1359         PR c++ 9483
1360         * g++.dg/other/field1.C: New test.
1362 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
1364         PR c/11449
1365         * gcc.c-torture/compile/20030707-1.c: New.
1367 2003-07-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1369         PR c++/10849
1370         * g++.dg/template/access12.C: New test.
1372 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
1374         * g++.dg/bprob/bprob.exp (prof_ext): Update.
1375         * g77.dg/bprob/bprob.exp (prof_ext): Update.
1376         * gcc.misc-tests/bprob.exp (prof_ext): Update.
1377         * gcc.misc-tests/gcov.exp: Update
1378         * g++.dg/gcov/gcov.exp: Update
1379         * lib/gcov.exp: Update.
1381 2003-07-08  Mark Mitchell  <mark@codesourcery.com>
1383         * g++.dg/abi/mangle17.C: Make sure template expressions are
1384         dependent.
1385         * g++.dg/abi/mangle4.C: Mark erroneous casts.
1386         * g++.dg/debug/debug7.C: Mark erronous new-declarator.
1387         * g++.dg/opt/stack1.C: Remove erroneous code.
1388         * g++.dg/parse/template7.C: New test.
1389         * g++.dg/template/dependent-expr1.C: Mark erroneous code.
1390         * g++.old-deja/g++.pt/crash4.C: Likewise.
1392 2003-07-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1394         * gcc.dg/const-elim-1.c (dg-final): Change regexp to match labels
1395         with zero or one occurence of `$' after the initial `L'.
1397 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
1399         * gcc.c-torture/compile/20030704-1.c: Add a comment.
1401 2003-07-08  Roger Sayle  <roger@eyesopen.com>
1403         PR c/11370
1404         * gcc.dg/Wunreachable-6.c: New testcase.
1405         * gcc.dg/Wunreachable-7.c: New testcase.
1407 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
1409         PR c/11420
1410         * gcc.dg/20030708-1.c: New test.
1412 2003-07-08  Richard Sandiford  <rsandifo@redhat.com>
1414         * gcc.dg/compat/sdata-section.h: New file.
1415         * gcc.dg/compat/sdata-1_{x,y,main}.c: New test.
1416         * gcc.dg/torture/mips-sdata-1.c: New test.
1418 2003-07-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1420         PR c++/11030
1421         * g++.dg/template/friend19.C: New test.
1423 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
1425         * g++.dg/opt/strength-reduce.C: New test.
1427 2003-07-07  Roger Sayle  <roger@eyesopen.com>
1429         PR target/10979
1430         * gcc.dg/20030707-1.c: New testcase.
1432 2003-07-07  Roger Sayle  <roger@eyesopen.com>
1434         PR optimization/11059
1435         * g++.dg/opt/emptyunion.C: New testcase.
1437 2003-07-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1438             Eric Botcazou  <ebotcazou@libertysurf.fr>
1440         * g++.dg/opt/stack1.C: New test.
1442 2003-07-05  Mark Mitchell  <mark@codesourcery.com>
1444         * g++.old-deja/g++.jason/typeid1.C: Make it a compile test, not a
1445         run test.
1447         PR c++/11431
1448         * g++.dg/expr/static_cast3.C: New test.
1450 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
1452         * gcc.c-torture/execute/wchar_t-1.x: New file; XFAIL wchar_t-1.c
1453         everywhere.
1454         * gcc.dg/concat.c: Concatenation of string constants with
1455         __FUNCTION__ / __PRETTY_FUNCTION__ is now a hard error.
1456         * gcc.dg/wtr-strcat-1.c: Loosen dg-warning regexp.
1457         * gcc.dg/cpp/escape-2.c: Use wide character constants where
1458         necessary to avoid multi-character character constant warning.
1459         * gcc.dg/cpp/escape.c: Likewise.
1460         * gcc.dg/cpp/ucs.c: Likewise.
1461         Remove backslashes from dg-bogus comments, as they confuse Tcl.
1462         Fix a typo.
1464 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
1466         PR c/11428
1467         * gcc.c-torture/compile/20030704-1.c: New.
1469 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
1471         * gcc.dg/compat/fnptr-by-value-1_x.c: Add a prototype for testva.
1473 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
1475         PR c++/5287, PR c++/7910,  PR c++/11021
1476         * g++.dg/ext/dllimport1.C: Add mingw32 as target. Add
1477         tests for warnings.
1478         * g++.dg/ext/dllimport2.C: Add tests for warnings.
1479         * g++.dg/ext/dllimport3.C: Likewise.
1480         * g++.dg/ext/dllimport4.C: New file.
1481         * g++.dg/ext/dllimport5.C: New file.
1482         * g++.dg/ext/dllimport6.C: New file.
1483         * g++.dg/ext/dllimport7.C: New file.
1484         * g++.dg/ext/dllimport8.C: New file.
1485         * g++.dg/ext/dllimport9.C: New file.
1486         * g++.dg/ext/dllimport10.C: New file.
1487         * g++.dg/ext/dllexport1.C: New file.
1489 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
1491         * g++.old-deja/g++.jason/typeid1.C: Add dg-error marker.
1492         * g++.old-deja/g++.mike/net36.C: Tweak error messages.
1494 2003-07-03  Roger Sayle  <roger@eyesopen.com>
1496         * gcc.dg/builtins-25.c: New testcase.
1497         * gcc.dg/builtins-26.c: New testcase.
1499 2003-07-03  Janis Johnson  <janis187@us.ibm.com>
1501         * gcc.dg/compat/vector-defs.h: New file.
1502         * gcc.dg/compat/vector-setup.h: New file.
1503         * gcc.dg/compat/vector-check.h: New file.
1504         * gcc.dg/compat/vector-1_main.c: New file.
1505         * gcc.dg/compat/vector-1_x.c: New file.
1506         * gcc.dg/compat/vector-1_y.c: New file.
1507         * gcc.dg/compat/vector-2_main.c: New file.
1508         * gcc.dg/compat/vector-2_x.c: New file.
1509         * gcc.dg/compat/vector-2_y.c: New file.
1511         * gcc.dg/compat/fnptr-by-value-1_main.c: New file.
1512         * gcc.dg/compat/fnptr-by-value-1_x.c: New file.
1513         * gcc.dg/compat/fnptr-by-value-1_y.c: New file.
1514         * gcc.dg/compat/struct-align-1.h: New file.
1515         * gcc.dg/compat/struct-align-1_main.c: New file.
1516         * gcc.dg/compat/struct-align-1_x.c: New file.
1517         * gcc.dg/compat/struct-align-1_y.c: New file.
1518         * gcc.dg/compat/struct-align-2.h: New file.
1519         * gcc.dg/compat/struct-align-2_main.c: New file.
1520         * gcc.dg/compat/struct-align-2_x.c: New file.
1521         * gcc.dg/compat/struct-align-2_y.c: New file.
1523         * gcc.dg/compat/compat-common.h (DEBUG_FINI): New.
1524         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
1525         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
1526         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
1527         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
1528         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
1529         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
1530         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
1531         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
1532         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
1533         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
1534         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
1535         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
1536         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
1537         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
1538         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
1539         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
1540         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
1541         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
1542         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
1543         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
1544         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
1545         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
1546         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
1547         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
1548         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
1549         * gcc.dg/compat/struct-return-10_x.c: Ditto.
1550         * gcc.dg/compat/struct-return-2_x.c: Ditto.
1551         * gcc.dg/compat/struct-return-3_x.c: Ditto.
1553 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
1555         * gcc.dg/i386-call-1.c: New test.
1557 2003-07-03  Nathan Sidwell  <nathan@codesourcery.com>
1559         PR c++/9162
1560         * g++.dg/parse/defarg4.C: New.
1562 2003-07-03  Roger Sayle  <roger@eyesopen.com>
1564         PR target/10700
1565         * gcc.c-torture/compile/20030703-1.c: New test case.
1567 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
1569         * g++.dg/template/local3.C: Remove extra semicolon.
1571 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
1573         * gcc.dg/i386-volatile-1.c: New test.
1575 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
1577         PR c++/11072
1578         * g++.dg/other/offsetof2.C: XFAIL.
1579         * g++.dg/other/offsetof5.C: New.
1581         PR c++/10219
1582         * g++.dg/template/error1.C: New.
1584         PR c++/9779
1585         * g++.dg/template/dependent-expr1.C: New.
1587 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
1589         PR c++/6949
1590         * g++.dg/template/local3.C: New test.
1592         PR c++/11149
1593         * g++.dg/lookup/scoped6.C: New test.
1595 2003-07-01  Giovanni Bajo  <giovannibajo@libero.it>
1597         PR c++/8046
1598         * g++.dg/other/error7.C: New test.
1600 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
1602         * g++.old-deja/g++.abi/vbase1.C: Fix comment typos.
1603         * g++.old-deja/g++.abi/vtable3.h: Likewise.
1604         * g++.old-deja/g++.law/code-gen5.C: Likewise.
1605         * g++.old-deja/g++.other/union2.C: Likewise.
1606         * gcc.dg/c90-const-expr-2.c: Likewise.
1607         * gcc.dg/c90-const-expr-3.c: Likewise.
1608         * gcc.dg/c99-const-expr-2.c: Likewise.
1609         * gcc.dg/c99-const-expr-3.c: Likewise.
1610         * gcc.dg/concat.c: Likewise.
1612 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
1614         PR c++/9559
1615         * g++.dg/init/static1.C: New test.
1617 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1619         * Changelog: Remove ">>>>>>>" from previous change.
1621 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1623         * g++.old-deja/g++.niklas/README: Fix spelling for "testcase".
1624         * g++.old-deja/g++.other/access2.C: Likewise.
1625         * g++.old-deja/g++.other/decl2.C: Likewise.
1626         * gcc.c-torture/execute/20020615-1.c: Likewise.
1628 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
1630         PR c++/4933
1631         * g++.dg/template/sizeof4.C: New test.
1633 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
1635         * g++.dg/other/error6.C: New test.
1637 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
1639         PR c++/10750
1640         * g++.dg/parse/constant2.C: New test.
1642 2003-06-30  Giovanni Bajo <giovannibajo@libero.it>
1644         PR c++/11106
1645         * g++.dg/other/error5.C: New test.
1647 2003-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1649         * gcc.dg/format/gcc_diag-1.c: New test.
1651 2003-06-28  Ulrich Weigand  <uweigand@de.ibm.com>
1653         * gcc.c-torture/execute/multi-ix.c: Fix off-by-one bugs.
1655 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
1657         * g++.old-deja/g++.robertl/eb133.C: Set expected line number.
1658         * g++.old-deja/g++.robertl/eb133a.C: Likewise.
1659         * g++.old-deja/g++.robertl/eb133b.C: Likewise.
1661 2003-06-28  Jakub Jelinek  <jakub@redhat.com>
1663         * gcc.c-torture/execute/builtins/string-8.c: New test.
1664         * gcc.c-torture/execute/builtins/string-8-lib.c: New.
1665         * gcc.c-torture/execute/stdio-opt-1.c (main): Add new tests.
1666         * gcc.c-torture/execute/string-opt-7.c (main): Add new test.
1668 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
1670         PR c++/10468
1671         * g++.dg/ext/typeof6.C: New test.
1673 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
1675         PR c++/10796
1676         * g++.dg/init/enum1.C: New test.
1678 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
1680         * gcc.dg/20030627-1.c: New test.
1682 2003-06-26  Mark Mitchell  <mark@codesourcery.com>
1684         PR c++/11332
1685         * g++.dg/expr/static_cast2.C: New test.
1687 2003-06-26  Roger Sayle  <roger@eyesopen.com>
1688             Jakub Jelinek  <jakub@redhat.com>
1690         * gcc.c-torture/execute/string-opt-16.c: Remove test for disabled
1691         sprintf(dst,"%s",src) optimization.
1692         * gcc.c-torture/execute/20030626-1.c: New test case.
1693         * gcc.c-torture/execute/20030626-2.c: New test case.
1695 2003-06-26  J"orn Rennecke <joern.rennecke@superh.com>
1697         * gcc.c-torture/execute/multi-ix.c: New test.
1699         * gcc.c-torture/execute/simd-4.c (main):
1700         Added missing semicolon at end of union.
1702 2003-06-26  Giovanni Bajo  <giovannibajo@libero.it>
1704         PR c++/8266
1705         * g++.dg/template/explicit-instantiation3.C: New test.
1707 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
1709         * gcc.dg/20030626-1.c: Use signed char.
1711 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
1713         * gcc.dg/20030626-1.c: New test.
1715 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
1717         * const-str-2.m: Update.
1719 2003-06-25  Mark Mitchell  <mark@codesourcery.com>
1721         PR c++/10990
1722         * g++.dg/rtti/dyncast1.C: New test.
1723         * g++.dg/abi/mangle4.C: Correct base-specifier access.
1724         * g++.dg/lookup/scoped1.C: Remove XFAIL.
1725         * g++.old-deja/g++.martin/pmf1.C: Correct base-specifier access.
1727         PR c++/10931
1728         * g++.dg/expr/static_cast1.C: New test.
1730 2003-06-25  Josef Zlomek  <zlomekj@suse.cz>
1732         * gcc.dg/20030625-1.c: New test.
1734 2003-06-24  Roger Sayle  <roger@eyesopen.com>
1736         * gcc.c-torture/compile/20030624-1.c: New test case.
1738 2003-06-24  Jakub Jelinek  <jakub@redhat.com>
1740         * gcc.c-torture/execute/string-opt-17.c: New test.
1742 2003-06-24  Mark Mitchell  <mark@codesourcery.com>
1744         PR c++/5754
1745         * g++.dg/parse/crash6.C: New test.
1747 2003-06-23  Roger Sayle  <roger@eyesopen.com>
1749         * gcc.dg/builtins-24.c: New test case.
1751 2003-06-23  Jakub Jelinek  <jakub@redhat.com>
1753         * g++.dg/opt/operator1.C: New test.
1755 2003-06-22  Roger Sayle  <roger@eyesopen.com>
1757         * gcc.c-torture/execute/string-opt-16.c: New test case.
1759 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
1761         * g++.old-deja/g++.benjamin/16077.C: Add -Wconversion  option.
1762         * g++.old-deja/g++.other/conv7.C: Likewise
1763         * g++.old-deja/g++.other/overcnv2.C: Likewise.
1764         * g++.old-deja/g++.other/overload14.C: Likewise.
1766 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
1768         * g++.old-deja/g++.jason/conversion5.C: Adjust option.
1769         * g++.old-deja/g++.bugs/900215_01.C: Likewise.
1771 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
1773         PR c++/10888
1774         * g++.dg/warn/Winline-3.C: New test.
1776 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
1778         * lib/target-supports.exp (check_alias_available): Make the test
1779         program acceptable to the Solaris assembler.
1781         PR c++/10749
1782         * g++.dg/template/memclass2.C: New test.
1784 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
1785             Eric Botcazou  <ebotcazou@libertysurf.fr>
1787         * lib/gcc-dg.exp (dg-xfail-if): Do not process conditional xfail
1788         data for non-matching targets.
1789         * gcc.c-torture/compile/simd-5.c: Fix typo in conditional xfail.
1791 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
1793         PR c++/10845
1794         * g++.dg/template/member3.C: New test.
1796 2003-06-19  Mark Mitchell  <mark@codesourcery.com>
1798         PR c++/10939
1799         * g++.dg/template/func1.C: New test.
1801         PR c++/9649
1802         * g++.dg/template/static4.C: New test.
1803         * g++.old-deja/g++.other/anon7.C: Remove spurious error messages.
1805         PR c++/11041
1806         * g++.dg/init/ref7.C: New test.
1808 2003-06-19  Matt Austern  <austern@apple.com>
1810         PR c++/11228
1811         * g++.dg/anew1.C: New test.
1812         * g++.dg/anew2.C: New test.
1813         * g++.dg/anew3.C: New test.
1814         * g++.dg/anew4.C: New test.
1816 2003-06-19  Kazu Hirata  <kazu@cs.umass.edu>
1818         * gcc.c-torture/compile/simd-5.c: Don't XFAIL on H8.
1820 2003-06-19  J"orn Rennecke <joern.rennecke@superh.com>
1822         * gcc.c-torture/execute/simd-4.c (main): Make expected value
1823         endian-dependent.
1825 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
1827         * lib/g++.exp (g++_include_flags): Tweak path to testsuite_flags.
1828         Remove cruft.
1830 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
1832         * gcc.c-torture/compile/20020604-1.c: Use dg-xfail-if for h8300.
1833         * gcc.c-torture/compile/961203-1.c: Likewise.
1834         * gcc.c-torture/compile/980506-1.c: Likewise.
1836 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
1838         PR c++/10712
1839         * g++.dg/lookup/using7.C: New test.
1841 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
1843         PR c++/11105
1844         * g++.dg/abi/conv1.C: Remove it.
1845         * g++.dg/template/conv7.C: New test.
1846         * g++.dg/template/conv8.C: Likewise.
1847         * g++.old-deja/g++.ext/pretty2.C: Do not test __FUNCTION__ for a
1848         conversion operator.
1850 2003-06-17  Janis Johnson  <janis187@us.ibm.com>
1852         * gcc.dg/compat/compat-common.h (DEBUG_INIT): New.
1853         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
1854         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
1855         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
1856         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
1857         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
1858         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
1859         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
1860         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
1861         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
1862         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
1863         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
1864         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
1865         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
1866         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
1867         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
1868         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
1869         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
1870         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
1871         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
1872         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
1873         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
1874         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
1875         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
1876         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
1877         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
1878         * gcc.dg/compat/struct-return-10_x.c: Ditto.
1879         * gcc.dg/compat/struct-return-2_x.c: Ditto.
1880         * gcc.dg/compat/struct-return-3_x.c: Ditto.
1882 2003-06-16  Mark Mitchell  <mark@codesourcery.com>
1884         * lib/gcc-dg.exp (dg-xfail-if): Fix thinko.
1885         * gcc.c-torture/compile/simd-5.c: Remove spurious PowerPC-64 XFAIL
1886         indications.
1888 2003-06-16  Roger Sayle  <roger@eyesopen.com>
1890         * gcc.dg/i386-387-5.c: New test case.
1891         * gcc.dg/i386-387-6.c: New test case.
1892         * gcc.dg/builtins-23.c: New test case.
1894 2003-06-15  Roger Sayle  <roger@eyesopen.com>
1896         * gcc.dg/builtins-22.c: New test case.
1897         * gcc.dg/i386-387-1.c: Update to test exp.
1898         * gcc.dg/i386-387-2.c: Likewise.
1900 2003-06-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1902         * gcc.dg/format/asm_fprintf-1.c: Update width/precision checks.
1904 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
1906         * lib/gcc-dg.exp (dg-require-dll): New function.
1907         (dg-xfail-if): Likewise.
1908         * gcc.c-torture/compile/compile.exp: Use dg rather than c-torture
1909         driver.
1911         * gcc.c-torture/compile/20000804-1.c: Convert to dg format.
1912         * gcc.c-torture/compile/20001205-1.c: Likewise.
1913         * gcc.c-torture/compile/20001226-1.c: Likewise.
1914         * gcc.c-torture/compile/20010518-2.c: Likewise.
1915         * gcc.c-torture/compile/20020312-1.c: Likewise.
1916         * gcc.c-torture/compile/20020604-1.c: Likewise.
1917         * gcc.c-torture/compile/920501-12.c: Likewise.
1918         * gcc.c-torture/compile/920501-4.c: Likewise.
1919         * gcc.c-torture/compile/920520-1.c: Likewise.
1920         * gcc.c-torture/compile/920521-1.c: Likewise.
1921         * gcc.c-torture/compile/920625-1.c: Likewise.
1922         * gcc.c-torture/compile/961203-1.c: Likewise.
1923         * gcc.c-torture/compile/980506-1.c: Likewise.
1924         * gcc.c-torture/compile/981006-1.c: Likewise.
1925         * gcc.c-torture/compile/981022-1.c: Likewise.
1926         * gcc.c-torture/compile/981223-1.c: Likewise.
1927         * gcc.c-torture/compile/990617-1.c: Likewise.
1928         * gcc.c-torture/compile/dll.c: Likewise.
1929         * gcc.c-torture/compile/labels-3.c: Likewise.
1930         * gcc.c-torture/compile/mipscop-1.c: Likewise.
1931         * gcc.c-torture/compile/mipscop-2.c: Likewise.
1932         * gcc.c-torture/compile/mipscop-3.c: Likewise.
1933         * gcc.c-torture/compile/mipscop-4.c: Likewise.
1934         * gcc.c-torture/compile/simd-5.c: Likewise.
1935         * gcc.c-torture/compile/20000804-1.x: Remove.
1936         * gcc.c-torture/compile/20001205-1.x: Likewise.
1937         * gcc.c-torture/compile/20001226-1.x: Likewise.
1938         * gcc.c-torture/compile/20010518-2.x: Likewise.
1939         * gcc.c-torture/compile/20020312-1.x: Likewise.
1940         * gcc.c-torture/compile/20020604-1.x: Likewise.
1941         * gcc.c-torture/compile/920501-12.x: Likewise.
1942         * gcc.c-torture/compile/920501-4.x: Likewise.
1943         * gcc.c-torture/compile/920520-1.x: Likewise.
1944         * gcc.c-torture/compile/920521-1.x: Likewise.
1945         * gcc.c-torture/compile/920625-1.x: Likewise.
1946         * gcc.c-torture/compile/961203-1.x: Likewise.
1947         * gcc.c-torture/compile/980506-1.x: Likewise.
1948         * gcc.c-torture/compile/981006-1.x: Likewise.
1949         * gcc.c-torture/compile/981022-1.x: Likewise.
1950         * gcc.c-torture/compile/981223-1.x: Likewise.
1951         * gcc.c-torture/compile/990617-1.x: Likewise.
1952         * gcc.c-torture/compile/mipscop-1.x: Likewise.
1953         * gcc.c-torture/compile/mipscop-2.x: Likewise.
1954         * gcc.c-torture/compile/mipscop-3.x: Likewise.
1955         * gcc.c-torture/compile/mipscop-4.x: Likewise.
1956         * gcc.c-torture/compile/simd-5.x: Likewise.
1958         * gcc.c-torture/compile/20021205-1.c: Remove bogus dg commands.
1960 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
1962         * gcc.c-torture/execute/20030611-1.c: New test.
1964 2003-06-12  Roger Sayle  <roger@eyesopen.com>
1966         PR middle-end/168
1967         * gcc.dg/20030612-1.c: New test case.
1969 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
1971         PR c++/10635
1972         * g++.dg/expr/cast1.C: New test.
1974 2003-06-12  Roger Sayle  <roger@eyesopen.com>
1976         * gcc.dg/builtins-21.c: New test case.
1978 2003-06-11  Kelley Cook  <kelleycook@wideopenwest.com>
1980         * lib/gcc.exp (gcc_target_compile): Put TOOL_OPTIONS at front of
1981         options instead of at the end.
1982         * lib/objc.exp (objc_target_compile): Likewise.
1984 2003-06-11  Mark Mitchell  <mark@codesourcery.com>
1986         PR c++/10432
1987         * g++.dg/parse/error1.C: New test.
1989 2003-06-11  Janis Johnson  <janis187@us.ibm.com>
1991         * gcc.dg/compat/struct-by-value-11_main.c: New file.
1992         * gcc.dg/compat/struct-by-value-11_x.c: New file.
1993         * gcc.dg/compat/struct-by-value-11_y.c: New file.
1994         * gcc.dg/compat/struct-by-value-12_main.c: New file.
1995         * gcc.dg/compat/struct-by-value-12_x.c: New file.
1996         * gcc.dg/compat/struct-by-value-12_y.c: New file.
1997         * gcc.dg/compat/struct-by-value-13_main.c: New file.
1998         * gcc.dg/compat/struct-by-value-13_x.c: New file.
1999         * gcc.dg/compat/struct-by-value-13_y.c: New file.
2000         * gcc.dg/compat/struct-by-value-14_main.c: New file.
2001         * gcc.dg/compat/struct-by-value-14_x.c: New file.
2002         * gcc.dg/compat/struct-by-value-14_y.c: New file.
2003         * gcc.dg/compat/struct-by-value-15_main.c: New file.
2004         * gcc.dg/compat/struct-by-value-15_x.c: New file.
2005         * gcc.dg/compat/struct-by-value-15_y.c: New file.
2006         * gcc.dg/compat/struct-by-value-16_main.c: New file.
2007         * gcc.dg/compat/struct-by-value-16_x.c: New file.
2008         * gcc.dg/compat/struct-by-value-16_y.c: New file.
2009         * gcc.dg/compat/struct-by-value-17_main.c: New file.
2010         * gcc.dg/compat/struct-by-value-17_x.c: New file.
2011         * gcc.dg/compat/struct-by-value-17_y.c: New file.
2012         * gcc.dg/compat/struct-by-value-18_main.c: New file.
2013         * gcc.dg/compat/struct-by-value-18_x.c: New file.
2014         * gcc.dg/compat/struct-by-value-18_y.c: New file.
2016         * gcc.dg/compat/scalar-by-value-3_main.c: New file.
2017         * gcc.dg/compat/scalar-by-value-3_x.c: New file.
2018         * gcc.dg/compat/scalar-by-value-3_y.c: New file.
2019         * gcc.dg/compat/scalar-by-value-4_main.c: New file.
2020         * gcc.dg/compat/scalar-by-value-4_x.c: New file.
2021         * gcc.dg/compat/scalar-by-value-4_y.c: New file.
2022         * gcc.dg/compat/scalar-return-3_main.c: New file.
2023         * gcc.dg/compat/scalar-return-3_x.c: New file.
2024         * gcc.dg/compat/scalar-return-3_y.c: New file.
2025         * gcc.dg/compat/scalar-return-4_main.c: New file.
2026         * gcc.dg/compat/scalar-return-4_x.c: New file.
2027         * gcc.dg/compat/scalar-return-4_y.c: New file.
2029 2003-06-10  Janis Johnson  <janis187@us.ibm.com>
2031         * gcc.dg/compat/fp2-struct-check.h: New file.
2032         * gcc.dg/compat/fp2-struct-defs.h: New file.
2033         * gcc.dg/compat/fp2-struct-init.h: New file.
2034         * gcc.dg/compat/struct-by-value-10_main.c: New file.
2035         * gcc.dg/compat/struct-by-value-10_x.c: New file.
2036         * gcc.dg/compat/struct-by-value-10_y.c: New file.
2037         * gcc.dg/compat/struct-return-10_main.c: New file.
2038         * gcc.dg/compat/struct-return-10_x.c: New file.
2039         * gcc.dg/compat/struct-return-10_y.c: New file.
2041         * gcc.dg/compat/compat-common.h: New file.
2042         * gcc.dg/compat/fp-struct-check.h: Improve debugging output.
2043         * gcc.dg/compat/fp-struct-test-by-value-x.h: Ditto.
2044         * gcc.dg/compat/fp-struct-test-by-value-y.h: Ditto.
2045         * gcc.dg/compat/scalar-by-value-1_main.c: Ditto.
2046         * gcc.dg/compat/scalar-by-value-1_x.c: Ditto.
2047         * gcc.dg/compat/scalar-by-value-1_y.c: Ditto.
2048         * gcc.dg/compat/scalar-by-value-2_main.c: Ditto.
2049         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
2050         * gcc.dg/compat/scalar-by-value-2_y.c: Ditto.
2051         * gcc.dg/compat/scalar-return-1_main.c: Ditto.
2052         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
2053         * gcc.dg/compat/scalar-return-1_y.c: Ditto.
2054         * gcc.dg/compat/scalar-return-2_main.c: Ditto.
2055         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
2056         * gcc.dg/compat/scalar-return-2_y.c: Ditto.
2057         * gcc.dg/compat/small-struct-check.h: Ditto.
2058         * gcc.dg/compat/struct-by-value-2_main.c: Ditto.
2059         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
2060         * gcc.dg/compat/struct-by-value-2_y.c: Ditto.
2061         * gcc.dg/compat/struct-by-value-3_main.c: Ditto.
2062         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
2063         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
2064         * gcc.dg/compat/struct-by-value-4_main.c: Ditto.
2065         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
2066         * gcc.dg/compat/struct-by-value-4_y.c: Ditto.
2067         * gcc.dg/compat/struct-by-value-5_main.c: Ditto.
2068         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
2069         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
2070         * gcc.dg/compat/struct-by-value-6_main.c: Ditto.
2071         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
2072         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
2073         * gcc.dg/compat/struct-by-value-7_main.c: Ditto.
2074         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
2075         * gcc.dg/compat/struct-by-value-7_y.c: Ditto.
2076         * gcc.dg/compat/struct-by-value-8_main.c: Ditto.
2077         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
2078         * gcc.dg/compat/struct-by-value-8_y.c: Ditto.
2079         * gcc.dg/compat/struct-by-value-9_main.c: Ditto.
2080         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
2081         * gcc.dg/compat/struct-by-value-9_y.c: Ditto.
2082         * gcc.dg/compat/struct-return-2_main.c: Ditto.
2083         * gcc.dg/compat/struct-return-2_x.c: Ditto.
2084         * gcc.dg/compat/struct-return-2_y.c: Ditto.
2085         * gcc.dg/compat/struct-return-3_main.c: Ditto.
2086         * gcc.dg/compat/struct-return-3_x.c: Ditto.
2087         * gcc.dg/compat/struct-return-3_y.c: Ditto.
2089 2003-06-10  Geoffrey Keating  <geoffk@apple.com>
2091         * g++.dg/pch/static-1.C: New file.
2092         * g++.dg/pch/static-1.Hs: New file.
2094 2003-06-10  Richard Henderson  <rth@redhat.com>
2096         * gcc.dg/asm-7.c: Adjust expected warning text.
2098 2003-06-10  Roger Sayle  <roger@eyesopen.com>
2100         * gcc.dg/builtins-20.c: New test case.
2102 2003-06-10  Mark Mitchell  <mark@codesourcery.com>
2104         PR c++/11131
2105         * g++.dg/opt/template1.C: New test.
2107 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
2109         * lib/gcc-dg.exp (dg-test): Clear additional_files and
2110         additional_sources.
2112 2003-05-21  David Taylor  <dtaylor@emc.com>
2114         * gcc.dg/Wpadded.c: New file.
2116 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
2118         * gcc.dg/special/20000419-2.c: Fix dg-require-alias syntax.
2119         * gcc.dg/special/weak-2.c: Add dg-require-weak.
2120         * gcc.dg/weak/weak-3.c: Reverse order of dg-do and
2121         dg-require-weak.
2123 2003-06-09  J"orn Rennecke <joern.rennecke@superh.com>
2125         * g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning.
2127 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
2129         * lib/gcc-dg.exp (dg-require-weak): Fix typo.
2130         (dg-require-alias): Likewise.
2131         (dg-require-gc-sections): Likewise.
2132         * lib/target-supports.exp (check_gc_sections_available): Likewise.
2134 2003-06-08  Richard Henderson  <rth@redhat.com>
2136         * gcc.dg/20011029-2.c: Fix the array reference.
2137         * gcc.dg/asm-7.c: New.
2139 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
2141         * gcc.c-torture/compile/20000804-1.x: Disable on h8300 port.
2143 2003-06-08  Mark Mitchell  <mark@codesourcery.com>
2145         * lib/gcc-dg.exp (dg-require-alias): Fix typo.
2146         (dg-require-gc-sections): Likewise.
2148 2003-06-08  Jan Hubicka  <jh@suse.cz>
2150         * i386-cmov1.c: Fix regular expression.
2151         * i386-cvt-1.c: Likewise.
2152         * i386-local.c: Likewise.
2153         * i386-local2.c: Likewise.
2154         * i386-mul.c: Likewise.
2155         * i386-ssetype-1.c: Likewise.
2156         * i386-ssetype-3.c: Likewise.
2157         * i386-ssetype-5.c: Likewise.
2159 2003-06-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2161         PR c++/11039
2162         * g++.dg/warn/implicit-typename2.C: New test.
2163         * g++.dg/warn/implicit-typename3.C: New test.
2165 2003-06-07  Richard Henderson  <rth@redhat.com>
2167         * g++.dg/other/offsetof3.C: Use size_t.
2168         * g++.dg/other/offsetof4.C: Likewise.
2170 2003-06-07  H.J. Lu <hongjiu.lu@intel.com>
2172         * lib/copy-file.exp: New. Implement gcc_copy_files.
2174         * lib/dg-pch.exp: Load copy-file.exp
2175         (dg-pch): Use gcc_copy_files instead of "file copy".
2177 2003-06-06  Mark Mitchell  <mark@codesourcery.com>
2179         * gcc.dg/weak/weak.exp: Simplify.
2180         * gcc.dg/weak/typeof-2.c: Use dg-require-weak.
2181         * gcc.dg/weak/weak-1.c: Likewise.
2182         * gcc.dg/weak/weak-2.c: Likewise.
2183         * gcc.dg/weak/weak-3.c: Likewise.
2184         * gcc.dg/weak/weak-4.c: Likewise.
2185         * gcc.dg/weak/weak-5.c: Likewise.
2186         * gcc.dg/weak/weak-6.c: Likewise.
2187         * gcc.dg/weak/weak-7.c: Likewise.
2188         * gcc.dg/weak/weak-8.c: Likewise.
2189         * gcc.dg/weak/weak-9.c: Likewise.
2191 2003-06-06  Richard Earnshaw  <rearnsha@arm.com>
2193         gcc.c-torture/execute/20030606-1.c: New.
2195 2003-06-06  Roger Sayle  <roger@eyesopen.com>
2197         * gcc.dg/builtins-2.c: Correct check-in of incorrect version.
2198         * gcc.dg/builtins-19.c: Likewise.
2200 2003-06-06  Roger Sayle  <roger@eyesopen.com>
2202         * gcc.dg/builtins-2.c: Add some more tests.
2203         * gcc.dg/builtins-18.c: New test case.
2204         * gcc.dg/builtins-19.c: New test case.
2206 2003-06-06  Roger Sayle  <roger@eyesopen.com>
2207             Jim Wilson  <wilson@tuliptree.org>
2209         * gcc.dg/uninit-C.c: Only test TImode on 64-bit platforms.
2211 2003-06-06  Jakub Jelinek  <jakub@redhat.com>
2213         * gcc.c-torture/execute/builtins/string-4.c (main_test): Allow some
2214         mempcpy/stpcpy calls not to be optimized into something else.
2215         * gcc.c-torture/execute/string-opt-3.c: Moved to...
2216         * gcc.c-torture/execute/builtins/string-7.c: ...here.
2217         * gcc.c-torture/execute/builtins/string-7-lib.c: New.
2219 2003-06-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2221         * gcc.dg/format/asm_fprintf-1.c: New test.
2223 2003-06-05  Mark Mitchell  <mark@codesourcery.com>
2225         * lib/gcc-defs.exp (additional_sources): New variable.
2226         (dg-additional-sources): New function.
2227         (additional_files): New variable.
2228         (dg-additional-files): New function.
2229         (dg-additional-files-options): Likewise.
2230         * lib/gcc-dg.exp (dg-require-weak): New function.
2231         (dg-require-alias): Likewise.
2232         (dg-require-gc-sections): Likewise.
2233         * lib/target-supports.exp (check_alias_available): Remove testfile
2234         parameter.
2235         (check_gc_sections_available): New function.
2236         * lib/g++-dg.exp (dg-gpp-additional-sources): Remove.
2237         (dg-gpp-additional-files): Likewise.
2238         * lib/g++.exp (additional_sources): Remove.
2239         (additional_files): Likewise.
2240         (g++_target_compile): Use dg-additional-files-options.
2242         * gcc.dg/special/special.exp: Add "ecos" tests.  Remove complex
2243         Tcl logic.
2244         * gcc.dg/special/ecos.exp: Remove.
2245         * gcc.dg/special/20000419-2.c: Use dg-require-*.
2246         * gcc.dg/special/alias-1.c: Likewise.
2247         * gcc.dg/special/alias-2.c: Likewise.
2248         * gcc.dg/special/gcsec-1.c: Likewise.
2249         * gcc.dg/special/weak-1.c: Likewise.
2250         * gcc.dg/special/weak-2.c: Likewise.
2251         * gcc.dg/special/wkali-1.c: Likewise.
2252         * gcc.dg/special/wkali-2.c: Likewise.
2254         * g++.dg/special/conpr-2.C: Use dg-additional-*, not
2255         dg-gpp-additional-*.
2256         * g++.dg/special/conpr-3.C: Likewise.
2257         * g++.dg/special/conpr-4.C: Likewise.
2258         * g++.old-deja/g++.abi/vtable3a.C: Likewise.
2259         * g++.old-deja/g++.abi/vtable3b.C: Likewise.
2260         * g++.old-deja/g++.abi/vtable3c.C: Likewise.
2261         * g++.old-deja/g++.abi/vtable3d.C: Likewise.
2262         * g++.old-deja/g++.abi/vtable3e.C: Likewise.
2263         * g++.old-deja/g++.abi/vtable3f.C: Likewise.
2264         * g++.old-deja/g++.abi/vtable3g.C: Likewise.
2265         * g++.old-deja/g++.abi/vtable3h.C: Likewise.
2266         * g++.old-deja/g++.abi/vtable3i.C: Likewise.
2267         * g++.old-deja/g++.abi/vtable3j.C: Likewise.
2268         * g++.old-deja/g++.oliva/linkage1.C: Likewise.
2269         * g++.old-deja/g++.other/comdat1.C: Likewise.
2270         * g++.old-deja/g++.other/comdat2.C: Likewise.
2271         * g++.old-deja/g++.other/comdat3.C: Likewise.
2272         * g++.old-deja/g++.other/ctor1.C: Likewise.
2273         * g++.old-deja/g++.pt/instantiate5.C: Likewise.
2275 2003-06-05  Richard Henderson  <rth@redhat.com>
2277         * gcc.dg/debug/20030605-1.c: New.
2279 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
2281         * README.QMTEST: Update.
2283 2003-06-04  Richard Henderson  <rth@redhat.com>
2285         * gcc.dg/cleanup-1.c: New.
2286         * gcc.dg/cleanup-2.c: New.
2287         * gcc.dg/cleanup-3.c: New.
2288         * gcc.dg/cleanup-4.c: New.
2289         * gcc.dg/cleanup-5.c: New.
2290         * gcc.dg/cleanup-6.c: New.
2291         * gcc.dg/cleanup-7.c: New.
2293 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
2295         * g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.
2297         * lib/dg-pch.exp: New file.
2298         * g++.dg/pch/pch.exp: Use dg-pch.exp.
2299         * gcc.dg/pch/pch.exp: Likewise.
2301 2003-06-04  Roger Sayle  <roger@eyesopen.com>
2303         * gcc.dg/builtins-2.c: Add tests for tan(atan(x)).
2304         * gcc.dg/builtins-3.c: Add tests for tan(0.0) and atan(0.0).
2305         * gcc.dg/builtins-7.c: Add tests for tan(atan(x)) == x.
2306         * gcc.dg/builtins-17.c: New test case.
2307         * gcc.dg/i386-387-4.c: New test case.
2308         * gcc.c-torture/execute/ieee/mzero4.c: New test case.
2310 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2312         * gcc.dg/ultrasp9.c: New test.
2314 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2316         * gcc.c-torture/compile/20030604-1.c: New test.
2317         * gcc.dg/sparc-constant-1.c: New test.
2319 2003-06-03  Glen Nakamura  <glen@imodulo.com>
2321         * gcc.dg/20020525-1.c: Replace 0x5a5a5a5a with -1.
2323 2003-06-03  J"orn Rennecke <joern.rennecke@superh.com>
2325         * g++.dg/abi/empty6.C (B): Request alignment of 8 bytes.
2327         * gcc.dg/torture/builtin-noret-1.c (_exit, _Exit): Make weak.
2328         * gcc.dg/torture/builtin-noret-2.c (_exit, _Exit): Likewise.
2330 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
2332         * gcc.c-torture/compile/simd-5.x: Remove xfail for PPC64.
2334 2003-06-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2336         PR c++/10940
2337         * g++.dg/template/spec10.C: New test.
2339 2003-06-03  Roger Sayle  <roger@eyesopen.com>
2341         * gcc.dg/builtins-16.c: New test case.
2343 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
2345         * gcc.c-torture/execute/builtins/string-4.c (main_test): Remove
2346         mempcpy test with post-increments.
2347         * gcc.c-torture/execute/string-opt-3.c: New test.
2348         * gcc.dg/string-opt-1.c: New test.
2350 2003-06-03  David Billinghurst (David.Billinghurst@riotinto.com)
2352         PR fortran/10965
2353         * g77.f-torture/compile/20000601-2.f: Fix non-standard code.
2355 2003-06-02  Mark Mitchell  <mark@codesourcery.com>
2357         * lib/scanasm.exp (dg-scan): New function, factored out of ...
2358         (scan-assembler): ... here.  Use dg-scan.
2359         (scan-assembler-not): Likewise.
2360         (scan-file): New function.
2361         (scan-file-not): Likewise.
2362         * gcc.dg/cpp/19990228-1.c: Use scan-file and/or scan-file-not.
2363         * gcc.dg/cpp/_Pragma4.c: Likewise.
2364         * gcc.dg/cpp/_Pragma5.c: Likewise.
2365         * gcc.dg/cpp/avoidpaste1.c: Likewise.
2366         * gcc.dg/cpp/avoidpaste2.c: Likewise.
2367         * gcc.dg/cpp/cmdlne-C2.c: Likewise.
2368         * gcc.dg/cpp/cmdlne-P.c: Likewise.
2369         * gcc.dg/cpp/cmdlne-dD-M.c: Likewise.
2370         * gcc.dg/cpp/cmdlne-dD-dM.c: Likewise.
2371         * gcc.dg/cpp/cmdlne-dI-M.c: Likewise.
2372         * gcc.dg/cpp/cmdlne-dM-M.c: Likewise.
2373         * gcc.dg/cpp/cmdlne-dM-dD.c: Likewise.
2374         * gcc.dg/cpp/cmdlne-dN-M.c: Likewise.
2375         * gcc.dg/cpp/cxxcom1.c: Likewise.
2376         * gcc.dg/cpp/line1.c: Likewise.
2377         * gcc.dg/cpp/maccom1.c: Likewise.
2378         * gcc.dg/cpp/maccom2.c: Likewise.
2379         * gcc.dg/cpp/maccom3.c: Likewise.
2380         * gcc.dg/cpp/maccom4.c: Likewise.
2381         * gcc.dg/cpp/maccom5.c: Likewise.
2382         * gcc.dg/cpp/maccom6.c: Likewise.
2383         * gcc.dg/cpp/multiline.c: Likewise.
2384         * gcc.dg/cpp/spacing1.c: Likewise.
2385         * gcc.dg/cpp/spacing2.c: Likewise.
2386         * gcc.dg/cpp/trad/cmdlne-C2.c: Likewise.
2387         * gcc.dg/cpp/trad/maccom1.c: Likewise.
2388         * gcc.dg/cpp/trad/maccom2.c: Likewise.
2389         * gcc.dg/cpp/trad/maccom3.c: Likewise.
2390         * gcc.dg/cpp/trad/maccom4.c: Likewise.
2391         * gcc.dg/cpp/trad/maccom6.c: Likewise.
2392         * gcc.dg/cpp/cxxcom2.c: Likewise.
2393         * gcc.dg/cpp/cxxcom2.h: New file.
2395         * gcc.dg/cpp/truefalse.cpp: Move it to ...
2396         * g++.dg/cpp/truefalse.C: Here.
2397         * gcc.dg/cpp/cpp.exp: Remove scanning of ".cpp" files.
2399 2003-06-01  Loren James Rittle  <ljrittle@acm.org>
2401         * gcc.dg/cpp/redef3.c: New file.
2403 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
2405         * gcc.dg/i386-loop-3.c: New test.
2407 2003-05-31  Toon Moene  <toon@moene.indiv.nluug.nl>
2409         * g77.dg/ffree-form-2.f: XFAIL removed, because fixed.
2411 2003-05-31  Roger Sayle  <roger@eyesopen.com>
2413         * gcc.dg/fwrapv-1.c: New test case.
2414         * gcc.dg/fwrapv-2.c: New test case.
2416 2003-05-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2418         PR c++/10956
2419         * g++.dg/template/spec9.C: New test.
2421 2003-05-29  Roger Sayle  <roger@eyesopen.com>
2423         * gcc.dg/duff-4.c: New test case.
2425 2003-05-27  David Billinghurst (David.Billinghurst@riotinto.com)
2427         PR fortran/10843
2428         * g77.dg/ffixed-form-1.f: New test
2429         * g77.dg/ffixed-form-2.f: New test
2430         * g77.dg/ffree-form-2.f: New test - XFAIL pending fix
2431         * g77.dg/ffree-form-3.f: New test
2433 2003-05-26  Andreas Tobler <a.tobler@schweiz.ch>
2435         * gcc.dg/wchar_t-1.c: XFAIL on darwin, no wchar.h available.
2436         * gcc.dg/wint_t-1.c: Likewise.
2438 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2440         * g++.dg/template/access11.C: New test.
2442 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2444         PR c++/10849
2445         * g++.dg/template/access10.C: New test.
2447 2003-05-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
2448             Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2450         * gcc.c-torture/compile/simd-5.x: XFAIL on SPARC64.
2452 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
2454         * gcc.dg/torture/builtin-noret-1.c: Add dg-option -multiply_defined
2455         suppress for powerpc-*-darwin*.
2456         * gcc.dg/torture/builtin-noret-2.c: Likewise.
2458 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
2460         * gcc.c-torture/execute/builtins/builtins.exp: Add -multiply_defined
2461         suppress option for powerpc-*-darwin*.
2463 2003-05-23  Roger Sayle  <roger@eyesopen.com>
2465         * gcc.dg/builtins-1.c: Add tests for tan and atan.
2466         * gcc.dg/builtins-4.c: Add test for fmod.
2468 2003-05-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2470         PR c++/10682
2471         * g++.dg/template/instantiate4.C: New test.
2473 2003-05-22  Roger Sayle  <roger@eyesopen.com>
2475         * gcc.c-torture/execute/ieee/inf-2.c: New test case.
2477 2003-05-21  Janis Johnson  <janis187@us.ibm.com>
2479         * gcc.dg/compat/scalar-return-1_main.c: New file.
2480         * gcc.dg/compat/scalar-return-1_x.c: New file.
2481         * gcc.dg/compat/scalar-return-1_y.c: New file.
2482         * gcc.dg/compat/scalar-return-2_main.c: New file.
2483         * gcc.dg/compat/scalar-return-2_x.c: New file.
2484         * gcc.dg/compat/scalar-return-2_y.c: New file.
2485         * gcc.dg/compat/struct-return-3_main.c: New file.
2486         * gcc.dg/compat/struct-return-3_y.c: New file.
2487         * gcc.dg/compat/struct-return-3_x.c: New file.
2488         * gcc.dg/compat/struct-return-2_main.c: New file.
2489         * gcc.dg/compat/struct-return-2_x.c: New file.
2490         * gcc.dg/compat/struct-return-2_y.c: New file.
2492 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2494         * g++.old-deja/g++.law/profile1.C (dg-options): Add -static to options
2495         for hppa*-hp-hpux*.
2496         * gcc.dg/20021014-1.c (dg-options): Likewise.
2497         * gcc.dg/nest.c (dg-options): Likewise.
2499 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
2501         PR c++/9738
2502         * g++.dg/ext/dllimport2.C: New file.
2503         * g++.dg/ext/dllimport3.C: New file.
2505 2003-05-20  Janis Johnson  <janis187@us.ibm.com>
2507         * gcc.dg/compat/struct-by-value-3_x.c: Move common pieces to headers.
2508         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
2509         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
2510         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
2511         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
2512         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
2513         * gcc.dg/compat/struct-by-value-7_x.c Ditto.
2514         * gcc.dg/compat/struct-by-value-7_y.c Ditto.
2515         * gcc.dg/compat/small-struct-defs.h: New file.
2516         * gcc.dg/compat/small-struct-init.h: New file.
2517         * gcc.dg/compat/small-struct-check.h: New file.
2518         * gcc.dg/compat/fp-struct-defs.h: New file.
2519         * gcc.dg/compat/fp-struct-check.h: New file.
2520         * gcc.dg/compat/fp-struct-init.h: New file.
2521         * gcc.dg/compat/fp-struct-test-by-value-y.h: New file.
2522         * gcc.dg/compat/fp-struct-test-by-value-x.h: New file.
2524 2003-05-19  Jakub Jelinek  <jakub@redhat.com>
2526         * gcc.dg/20030225-2.c: New test.
2528 2003-05-18  Roger Sayle  <roger@eyesopen.com>
2529             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2531         * gcc.c-torture/compile/20030518-1.c: New test case.
2533 2003-05-18  Mark Mitchell  <mark@codesourcery.com>
2535         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Add opt_opts parameter.
2536         * gcc.dg/debug/debug.exp: Pass opt_opts parameter to
2537         gcc-dg-debug-runtest.
2538         * g++.dg/debug/debug.exp: Pass opt_opts parameter to
2539         gcc-dg-debug-runtest.
2541 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2543         PR c++/9022
2544         * g++.dg/lookup/using6.C: New test.
2546 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2548         * g++.dg/parse/access2.C: New test.
2550 2003-05-17  Mark Mitchell  <mark@codesourcery.com>
2552         * lib/gcc-dg.exp (gcc-dg-debug-runtest): New method.
2553         * g++.dg/debug/debug.exp: Use gcc-dg-debug-runtest.
2554         * gcc.dg/debug/debug.exp: Likewise.
2556 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
2558         * gcc.dg/dollar.c: New test.
2560 2003-05-16  Janis Johnson  <janis187@us.ibm.com>
2562         * gcc.dg/compat/struct-by-value-4_main.c: Split into multiple tests.
2563         * gcc.dg/compat/struct-by-value-4_x.c: Split into multiple tests.
2564         * gcc.dg/compat/struct-by-value-4_y.c: Split into multiple tests.
2565         * gcc.dg/compat/struct-by-value-5_main.c: Split into multiple tests.
2566         * gcc.dg/compat/struct-by-value-5_x.c: Split into multiple tests.
2567         * gcc.dg/compat/struct-by-value-5_y.c: Split into multiple tests.
2568         * gcc.dg/compat/struct-by-value-6_main.c: New file.
2569         * gcc.dg/compat/struct-by-value-6_x.c: New file.
2570         * gcc.dg/compat/struct-by-value-6_y.c: New file.
2571         * gcc.dg/compat/struct-by-value-7_main.c: New file.
2572         * gcc.dg/compat/struct-by-value-7_x.c: New file.
2573         * gcc.dg/compat/struct-by-value-7_y.c: New file.
2574         * gcc.dg/compat/struct-by-value-8_main.c: New file.
2575         * gcc.dg/compat/struct-by-value-8_x.c: New file.
2576         * gcc.dg/compat/struct-by-value-8_y.c: New file.
2577         * gcc.dg/compat/struct-by-value-9_main.c: New file.
2578         * gcc.dg/compat/struct-by-value-9_x.c: New file.
2579         * gcc.dg/compat/struct-by-value-9_y.c: New file.
2581 2003-05-16  Mark Mitchell  <mark@codesourcery.com>
2583         * lib/gcc-dg.exp (gcc-dg-test): Rename to ...
2584         (gcc-dg-test-1): ... this.  Add target_compile parameter.  Add
2585         support for "repo" mode.
2586         * lib/g++-dg.exp: Use gcc-dg.exp to implement all functionality.
2587         * lib/g77-dg.exp: Likewise.
2588         * lib/obj-dg.exp: Likewise.
2590 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
2592         Merge from gcc-3_2-rhl8-branch:
2593         2003-04-23  Jakub Jelinek  <jakub@redhat.com>
2595         * gcc.dg/tls/opt-6.c: New test.
2597         2003-04-05  Jakub Jelinek  <jakub@redhat.com>
2599         * gcc.dg/20030405-1.c: New test.
2601         2003-03-09  Jakub Jelinek  <jakub@redhat.com>
2603         * gcc.dg/20030309-1.c: New test.
2605         2003-03-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
2607         * gcc.c-torture/execute/20030307-1.c: New test.
2609         2003-02-20  Randolph Chung  <tausq@debian.org>
2611         * gcc.c-torture/compile/20030220-1.c: New test.
2613         2003-02-18  Jakub Jelinek  <jakub@redhat.com>
2615         * gcc.dg/20030217-1.c: New test.
2617         2003-01-29  Jakub Jelinek  <jakub@redhat.com>
2619         * gcc.c-torture/compile/20020129-1.c: New test.
2621         2002-12-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
2623         * gcc.dg/unroll-1.c: New test.
2625         2002-11-16  Jan Hubicka  <jh@suse.cz>
2627         * gcc.c-torture/execute/20020920-1.c: New test.
2629         2002-10-08  Jakub Jelinek  <jakub@redhat.com>
2631         PR target/7434
2632         * gcc.c-torture/compile/20021008-1.c: New test.
2634         2002-08-10  Gwenole Beauchesne  <gbeauchesne@mandrakesoft.com>
2636         PR target/7559
2637         * testsuite/gcc.c-torture/execute/20020810-1.c: New test.
2639         2002-08-07  Jakub Jelinek  <jakub@redhat.com>
2641         * gcc.c-torture/compile/20020807-1.c: New test.
2643         2002-07-30  Jakub Jelinek  <jakub@redhat.com>
2645         * gcc.dg/tls/opt-1.c: New test.
2647         2002-07-29  Jakub Jelinek  <jakub@redhat.com>
2649         * gcc.dg/20020729-1.c: New test.
2651         2002-07-20  Jakub Jelinek  <jakub@redhat.com>
2653         * g++.dg/opt/life1.C: New test.
2655         2002-05-20  Jakub Jelinek  <jakub@redhat.com>
2657         * gcc.dg/20020525-1.c: New test.
2659         2002-05-24  Jakub Jelinek  <jakub@redhat.com>
2661         PR c++/6794
2662         * g++.dg/ext/pretty1.C: New test.
2663         * g++.dg/ext/pretty2.C: New test.
2665 2003-05-15  Mark Mitchell  <mark@codesourcery.com>
2667         PR c++/8385
2668         * g++.dg/ext/typeof5.C: New test.
2670 2003-05-15  J"orn Rennecke <joern.rennecke@superh.com>
2672         * gcc.c-torture/execute/builtins/string-asm-1.c: Take
2673         __USER_LABEL_PREFIX__ into account.
2674         * gcc.c-torture/execute/builtins/string-asm-2.c: Likewise.
2676 2003-05-14  Roger Sayle  <roger@eyesopen.com>
2678         * gcc.dg/builtins-15.c: New test case.
2680 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
2682         * gcc.dg/const-elim-1.c: Tighten scan-assembler-not regexp.
2684 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
2686         * lib/g++.exp: Tweak handling of additional source files.
2687         * g++.dg/special/conpr-2.C: Use dg-gpp-additional-sources.
2688         * g++.dg/special/conpr-2a.C: Rename to ...
2689         * g++.dg/special/conpr-2a.cc: ... this.
2690         * g++.dg/special/conpr-3.C: Use dg-gpp-additional-sources.
2691         * g++.dg/special/conpr-3a.C: Rename to ...
2692         * g++.dg/special/conpr-3a.cc: This.
2693         * g++.dg/special/conpr-3b.C: Rename to ...
2694         * g++.dg/special/conpr-3b.cc: This.
2695         * g++.dg/special/conpr-4.C: New test.
2696         * g++.dg/special/ecos.exp: Rewrite to use ordinary dg driver.
2698 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
2700         * debug/debug.exp: Skip debug-[12].c at -O3 on non-Dwarf targets.
2702 2003-05-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2704         * g++.old-deja/g++.brendan/ns1.C: Remove private member warning.
2705         * g++.old-deja/g++.robertl/eb71.C: Likewise.
2706         * g++.old-deja/g++.brendan/warnings1.C: Add -Wctor-dtor-privacy.
2707         * g++.old-deja/g++.other/warn3.C: Likewise.
2709 2003-05-11  Roger Sayle  <roger@eyesopen.com>
2711         * gcc.dg/i386-387-1.c: Update to also test log.
2712         * gcc.dg/i386-387-2.c: Likewise.
2714 2003-05-11  Toon Moene  <toon@moene.indiv.nluug.nl>
2716         * g77.f-torture/execute/int8421.f: New test.
2718 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2720         PR c++/10230, c++/10481
2721         * g++.dg/lookup/scoped5.C: New test.
2723 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2725         PR c++/10552
2726         * g++.dg/template/ttp6.C: New test.
2728 2003-05-11  Richard Sandiford  <rsandifo@redhat.com>
2730         * gcc.c-torture/execute/builtins: New directory.
2731         * gcc.c-torture/execute/string-opt-{3,4,16,17,18,19}.c: Move into
2732         gcc.c-torture/execute/builtins.
2733         * gcc.c-torture/execute/string-opt-asm-{1,2}.c: Likewise.
2734         * gcc.c-torture/execute/builtin-noret-{1,2}.c: Move to...
2735         * gcc.dg/torture: ...this new directory.  Turn into link-only tests.
2736         * gcc.dg/no-builtin-1.c: Move into gcc.c-torture/execute/builtins.
2738 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2740         PR c++/9252
2741         * g++.dg/template/access8.C: New test.
2742         * g++.dg/template/access9.C: New test.
2744 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2746         PR c++/9554
2747         * g++.dg/parse/access1.C: New test.
2749 2003-05-09  DJ Delorie  <dj@redhat.com>
2751         * g++.dg/other/stdarg1.C: Make sure arg "3" is passed as a
2752         long, and not an int.
2754 2003-05-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2756         PR c++/10555, c++/10576
2757         * g++.dg/template/memclass1.C: New test.
2759 2003-05-08  DJ Delorie  <dj@redhat.com>
2761         * gcc.c-torture/execute/20020404-1.x: New, skip for 16-bit
2762         targets.
2763         * gcc.c-torture/execute/20021024-1.x: Likewise.
2764         * gcc.c-torture/execute/shiftdi.x: Likewise.
2765         * g++.old-deja/g++.mike/p700.C: Handle 16-bit targets.
2766         * g++.old-deja/g++.other/exprstmt1.C: Likewise.
2767         * gcc.dg/20021018-1.c: Likewise.
2769 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2771         * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.
2773         gcc.c-torture/execute/string-opt-19.c: Add general rodata tests.
2774         (bcopy): Call memmove.
2776 2003-05-08  Roger Sayle  <roger@eyesopen.com>
2778         * g77.f-torture/compile/8485.f: New test case.
2780 2003-05-07  Richard Henderson  <rth@redhat.com>
2782         PR c++/10570
2783         * g++.dg/eh/forced1.C: Expect catch-all handlers to run.
2784         Verify exception_cleanup not called for rethrows.
2785         * g++.dg/eh/forced2.C: Test that exception_cleanup is called
2786         when exiting catch block without rethrowing.
2787         * g++.dg/eh/forced3.C: New.
2788         * g++.dg/eh/forced4.C: New.
2790 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
2792         * gcc.dg/20030505.c: Fix triplet.
2794 2003-05-06  DJ Delorie  <dj@redhat.com>
2796         * gcc.dg/20021014-1.c: XFAIL for xstormy16 also.
2797         * gcc.dg/nest.c: Likewise.
2799 2003-05-05  Roger Sayle  <roger@eyesopen.com>
2801         * gcc.dg/builtins-14.c: New test case.
2803 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
2805         * lib/compat.exp (compat-execute): New argument.
2806         * g++.dg/compat/compat.exp: Pass new argument to compat-execute.
2807         * gcc.dg/compat: New test directory.
2808         * gcc.dg/compat/compat.exp: New expect script.
2809         * gcc.dg/compat/scalar-by-value-1_main.c: New test file.
2810         * gcc.dg/compat/scalar-by-value-1_x.c: New test file.
2811         * gcc.dg/compat/scalar-by-value-1_y.c: New test file.
2812         * gcc.dg/compat/scalar-by-value-2_main.c: New test file.
2813         * gcc.dg/compat/scalar-by-value-2_x.c: New test file.
2814         * gcc.dg/compat/scalar-by-value-2_y.c: New test file.
2816         * gcc.dg/compat/struct-by-value-1_main.c: New test file.
2817         * gcc.dg/compat/struct-by-value-1_x.c: New test file.
2818         * gcc.dg/compat/struct-by-value-1_y.c: New test file.
2819         * gcc.dg/compat/struct-by-value-2_main.c: New test file.
2820         * gcc.dg/compat/struct-by-value-2_x.c: New test file.
2821         * gcc.dg/compat/struct-by-value-2_y.c: New test file.
2822         * gcc.dg/compat/struct-by-value-3_main.c: New test file.
2823         * gcc.dg/compat/struct-by-value-3_x.c: New test file.
2824         * gcc.dg/compat/struct-by-value-3_y.c: New test file.
2825         * gcc.dg/compat/struct-by-value-4_main.c: New test file.
2826         * gcc.dg/compat/struct-by-value-4_x.c: New test file.
2827         * gcc.dg/compat/struct-by-value-4_y.c: New test file.
2828         * gcc.dg/compat/struct-by-value-5_main.c: New test file.
2829         * gcc.dg/compat/struct-by-value-5_x.c: New test file.
2830         * gcc.dg/compat/struct-by-value-5_y.c: New test file.
2832 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
2834         * gcc.dg/const-elim-1.c, gcc.dg/const-elim-2.c: New testcases.
2836 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
2838         * gcc.c-torture/execute/string-opt-18.c (main): Add 3 new tests.
2840 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
2842         * gcc.c-torture/execute/ieee/fp-cmp-8.c: New test.
2843         * gcc.dg/ppc-fsel-2.c: New test.
2845         * gcc.dg/unused-5.c: New test.
2847 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2849         PR c++/10496
2850         * g++.dg/warn/pmf1.C: New test.
2852 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2854         PR c++/4494
2855         * g++.dg/warn/main.C: New test.
2857 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2859         * gcc.dg/nonnull-3.c: New test.
2861 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
2863         * gcc.dg/cpp/Wtrigraphs.c: Update.
2864         * gcc.dg/cpp/Wtrigraphs-2.c: New tests.
2866 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
2868         * gcc.dg/ppc-fsel-1.c: New test.
2870 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
2872         PR c/10604
2873         * gcc.dg/compare7.c, g++.dg/warn/compare1.C: New testcases.
2875 2003-05-03  Kazu Hirata  <kazu@cs.umass.edu>
2877         * gcc.dg/m-un-2.c: Fix the typedef of size_t.
2879 2003-05-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2881         PR c++/9364, c++/10553, c++/10586
2882         * g++.dg/parse/typename4.C: New test.
2883         * g++.dg/parse/typename5.C: Likewise.
2885 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
2887         * gcc.c-torture/compile/20030503-1.c: New test.
2889 2003-05-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2891         * g++.dg/lookup/using5.C: Fix testcase error.
2893 2003-05-01  Chris Demetriou  <cgd@broadcom.com>
2895         * gcc.dg/special/mips-abi.exp (is_meabi_config): Remove,
2896         since MEABI is no longer supported.  Remove all vestiges
2897         of MEABI from the test.
2899 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2901         PR c++/10554
2902         * g++.dg/lookup/using5.C: New test.
2904 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2906         PR c++/8772
2907         * g++.dg/template/ttp5.C: New test.
2909 2003-04-30  Mark Mitchell  <mark@codesourcery.com>
2911         * lib/g++-dg.exp (g++-dg-test): Add "repo" option.
2912         (dg-gpp-additional-sources): New function.
2913         (dg-gpp-additional-files): Likewise.
2914         * lib/g++.exp (additional_sources): New variable.
2915         (additional_files): Likewise.
2916         (g++_target_compile): Deal with them.
2917         * lib/old-dejagnu.exp: Remove.
2918         * g++.old-deja/old-deja.exp: Use dg.exp, not old-dejagnu.exp.
2919         * g++.old-deja: Revise all tests to use dg commands.
2921 2003-04-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2923         PR c++/9432, c++/9528
2924         * g++.dg/lookup/using4.C: New test.
2926 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
2928         * gcc.dg/noreturn-5.c: New file.
2929         * gcc.dg/noreturn-6.c: New file.
2931         * gcc.c-torture/compile/inline-1.c: New file.
2933 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
2935         PR c++/10551
2936         * g++.dg/template/explicit1.C: New test.
2938 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
2940         PR c++/10549
2941         * g++.dg/other/bitfield1.C: New test.
2943         PR c++/10527
2944         * g++.dg/init/new7.C: New test.
2946 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
2948         * g++.dg/ext/desig1.C: New test.
2949         * g++.dg/ext/init1.C: Update.
2951         * g++.old-deja/g++.pt/deduct5.C: Remove unnecessary initializer.
2953 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
2955         PR c++/10180
2956         * g++.dg/warn/Winline-1.C: New test.
2958 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
2960         * gcc.c-torture/execute/string-opt-19.c: New test.
2962         * gcc.c-torture/execute/string-opt-asm-1.c: New test.
2963         * gcc.c-torture/execute/string-opt-asm-2.c: New test.
2965 2003-04-27  Mark Mitchell  <mark@codesourcery.com>
2967         PR c++/10506
2968         * g++.dg/init/new6.C: New test.
2970         PR c++/10503
2971         * g++.dg/init/ref6.C: New test.
2973 2003-04-26  David Edelsohn  <edelsohn@gnu.org>
2975         * g++.dg/warn/weak1.C: XFAIL on AIX4.
2977 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2979         * gcc.c-torture/execute/string-opt-8.c: Don't perform cmpstr
2980         checks for __pj__, but do them for !__OPTIMIZE__ and __s390__.
2982 2003-04-25  Mark Mitchell  <mark@codesourcery.com>
2984         * g++.old-deja/g++.pt/instantiate12.C: Explicit instantiate
2985         initialized static data members.
2987 2003-04-25  H.J. Lu <hjl@gnu.org>
2989         * gcc.dg/ia64-sync-4.c: New test.
2991 2003-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2993         * gcc.c-torture/execute/string-opt-18.c: Clean up.  Fix copyright
2994         date.
2996 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
2998         PR c++/10337
2999         * g++.dg/warn/conv1.C: New test.
3000         * g++.old-deja/g++.other/conv7.C: Adjust.
3001         * g++.old-deja/g++.other/overload14.C: Adjust.
3003 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
3005         PR c++/10471
3006         * g++.dg/template/defarg2.C: New test.
3008 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
3010         * gcc.dg/cpp/include2.c: Update.
3011         * gcc.dg/cpp/multiline-2.c: New.
3012         * gcc.dg/cpp/multiline.c: Update.
3013         * gcc.dg/cpp/strify2.c: Update.
3014         * gcc.dg/cpp/trad/literals-2.c: Update.
3016 2003-04-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3018         * g++.dg/other/packed1.C: XFAIL hppa*-*-*.
3020 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
3022         * g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.
3024 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
3026         PR c++/10451
3027         * g++.dg/parse/crash4.C: New test.
3029         PR c++/9847
3030         * g++.dg/parse/crash5.C: New test.
3032 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
3034         PR c++/10446
3035         * g++.dg/parse/crash3.C: New test.
3037         PR c++/10428
3038         * g++.dg/parse/elab1.C: New test.
3040 2003-04-22  Devang Patel  <dpatel@apple.com>
3042         * gcc.dg/cpp/trad/funlike-5.c: New test.
3044 2003-04-21  Andreas Tobler <a.tobler@schweiz.ch>
3046         * g++.dg/other/packed1.C: Fix dg options.
3048 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
3050         * g++.dg/other/offsetof2.C: New test.
3052 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
3054         * g++.dg/template/recurse.C: Adjust location of error messages.
3056 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
3058         PR c++/9881
3059         * g++.dg/init/addr-const1.C: New test.
3060         * g++.dg/other/packed1.C: XFAIL on aligned architectures.
3062 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
3064         PR c++/10405
3065         * g++.dg/lookup/struct-hack1.C: New test.
3067 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
3069         * ucs.c: Update diagnostic messages.
3071 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
3073         * gcc.dg/cpp/truefalse.cpp: New test.
3074         * gcc.dg/cpp/cpp.exp: Update.
3075         * g++.dg/other/stdbool-if.C: Remove.
3077 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
3079         * gcc.dg/cpp/_Pragma4.c: Remove stray space.
3080         * gcc.dg/cpp/trad/escaped-eof.c: Correct line number.
3082 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
3084         * gcc.c-torture/compile/20030418-1.c: New test.
3086 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
3088         * README.compat: Remove; content moved to doc/sourcebuild.texi.
3090 2003-04-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3092         PR c++/10347
3093         g++.dg/template/dependent-name1.C: New test.
3095 2003-04-17  J"orn Rennecke <joern.rennecke@superh.com>
3097         * gcc.dg/warn-1.c (tourist_guide): New array,
3098         contains a pointer to bar.
3100 2003-04-16  Roger Sayle  <roger@eyesopen.com>
3102         * gcc.dg/Wunreachable-5.c: New test case for PR c/10175.
3103         * gcc.c-torture/execute/medce-1.c: New test case.
3104         * gcc.c-torture/execute/medce-2.c: New test case.
3106 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
3108         * lib/prune.exp: Ignore more messages.
3110         PR c++/10381
3111         * g++.dg/parse/lookup3.C: New test.
3113 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
3115         * gcc.c-torture/compile/20030415-1.c : New test.
3117 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
3119         * gcc.c-torture/execute/scope-2.c: Move to ...
3120         * gcc.dg/noncompile/scope.c: .... here.
3122 2003-04-14  Roger Sayle  <roger@eyesopen.com>
3124         * gcc.dg/20030414-2.c: New test case.
3126 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
3128         PR target/10377
3129         * gcc.dg/20030414-1.c: New test.
3131 2003-04-13  Roger Sayle  <roger@eyesopen.com>
3133         * gcc.dg/builtins-12.c: New test case.
3134         * gcc.dg/builtins-13.c: New test case.
3136 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3138         * gcc.c-torture/execute/string-opt-18.c: New test.
3140 2003-04-13  Mark Mitchell  <mark@codesourcery.com>
3142         PR c++/10300
3143         * g++.dg/init/new5.C: New test.
3145 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
3147         PR c++/7910
3148         * g++.dg/ext/dllimport1.C: New test.
3150 2003-04-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
3152         * gcc.dg/ultrasp8.c: Fix for 32-bit Sparc.
3154 2003-04-11  Bud Davis <bdavis9659@comcast.net>
3156         PR Fortran/9263
3157         * g77.f-torture/noncompile/9263.f: New test
3158         PR Fortran/1832
3159         * g77.f-torture/execute/1832.f: New test
3161 2003-04-11  David Chad  <davidc@freebsd.org>
3162             Loren J. Rittle  <ljrittle@acm.org>
3164         libobjc/8562
3165         * objc.dg/headers.m: New test.
3167 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
3169         * gcc.c-torture/execute/builtin-noret-2.c: New.
3170         * gcc.c-torture/execute/builtin-noret-2.x: New.
3171         XFAIL builtin-noret-2.c at -O1 and above.
3172         * gcc.dg/redecl.c: New.
3173         * gcc.dg/Wshadow-1.c: Update error regexps.
3175 2003-04-10  Mark Mitchell  <mark@codesourcery.com>
3177         * g++.dg/abi/bitfield10.C: New test.
3179 2003-04-09  Mike Stump  <mrs@apple.com>
3181         * gcc.dg/pch/pch.exp: Make testcase names longer.
3182         * g++.dg/pch/pch.exp: Make testcase names longer.
3184 2003-04-08  Roger Sayle  <roger@eyesopen.com>
3186         * gcc.dg/builtins-11.c: New test case.
3188 2003-04-08  Roger Sayle  <roger@eyesopen.com>
3190         * gcc.dg/builtins-9.c: New test case.
3191         * gcc.dg/builtins-10.c: New test case.
3193 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
3195         * gcc.dg/noncompile/init-4.c.c: New test.
3197 2003-04-06  Nathan Sidwell  <nathan@codesourcery.com>
3199         * gcc.misc-test/gcov-9.c: New test.
3200         * gcc.misc-test/gcov-10.c: New test
3201         * gcc.misc-test/gcov-11.c: New test.
3203 2003-04-05  Zack Weinberg  <zack@codesourcery.com>
3205         PR optimization/10024
3206         * gcc.c-torture/compile/20030405-1.c: New test.
3208 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
3210         * gcc.dg/pch/static-3.c: New.
3211         * gcc.dg/pch/static-3.hs: New.
3212         * gcc.dg/pch/pch.exp: Test with -O0 -g too.
3214 2003-04-04  Richard Henderson  <rth@redhat.com>
3216         * g++.dg/eh/forced1.C: Use _Unwind_SjLj_ForcedUnwind as appropriate.
3217         * g++.dg/eh/forced2.C: Likewise.
3219 2003-04-03  Mike Stump  <mrs@apple.com>
3221         * lib/scanasm.exp (scan-assembler): Add xfail processing for
3222         target arg.
3223         (scan-assembler-times, scan-assembler-not): Likewise.
3224         (scan-assembler-dem, scan-assembler-dem-not): Likewise.
3226 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
3228         * gcc.dg/sparc-loop-1.c: New test.
3230 2003-04-02  Geoffrey Keating  <geoffk@apple.com>
3232         PR other/9274
3233         * g++.dg/pch/system-2.C: New.
3234         * g++.dg/pch/system-2.Hs: New.
3236 2003-04-02  Aldy Hernandez  <aldyh@redhat.com>
3238         * g++.dg/eh/simd-2.C (vecfunc): Fix typo.
3240         * g++.dg/eh/simd-1.C (vecfunc): Same.
3242 2003-04-01  Roger Sayle  <roger@eyesopen.com>
3244         * gcc.c-torture/execute/20030401-1.c: New test case.
3246 2003-04-01  Ziemowit Laski <zlaski@apple.com>
3248         * objc.dg/defs.m: New.
3250 2003-04-01  Aldy Hernandez  <aldyh@redhat.com>
3252         * g++.dg/eh/simd-1.C: New.
3253         * g++.dg/eh/simd-2.C: New.
3255 2003-03-01  Aldy Hernandez  <aldyh@redhat.com>
3257         * gcc.c-torture/execute/simd-3.c: New.
3259 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
3261         PR c/9936
3262         * gcc.dg/20030331-2.c: New test.
3264 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
3266         PR c++/10278
3267         * g++.dg/parse/crash2.C: New test.
3269 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
3271         * gcc.c-torture/compile/20030331-1.c: New test, moved from...
3272         * gcc.c-torture/execute/20030331-1.c: ...here.
3274 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
3276         * gcc.c-torture/execute/20030331-1.c: New test.
3278 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
3280         * lib/gcov.exp: Adjust call return testing strings.
3281         * g77.dg/gcov/gcov-1.f: Don't expect unconditional branches.
3283 2003-03-31  Roger Sayle  <roger@eyesopen.com>
3285         * gcc.dg/builtins-3.c: Add new tests for sin and cos.
3286         * gcc.dg/builtins-7.c: New test case.
3287         * gcc.dg/builtins-8.c: New test case.
3289 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
3291         * gcc.c-torture/execute/ieee/20030331-1.c: New test.
3293 2003-03-30  Mark Mitchell  <mark@codesourcery.com>
3295         PR c++/7647
3296         * g++.dg/lookup-class-member-2.C: New test.
3298 2003-03-30  Glen Nakamura  <glen@imodulo.com>
3300         * gcc.dg/20030324-1.c: Add comments and abort if test fails.
3302 2003-03-28  Roger Sayle  <roger@eyesopen.com>
3304         * gcc.c-torture/execute/ieee/fp-cmp-6.c:  Correct test for -O0.
3306 2003-03-28  Mark Mitchell  <mark@codesourcery.com>
3308         * g++.dg/init/attrib1.C: New test.
3310 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
3312         * gcc.dg/ultrasp8.c: New test.
3314 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
3316         * gcc.dg/ultrasp7.c: New test.
3318 2003-03-28  Nathan Sidwell  <nathan@codesourcery.com>
3320         PR c++/10047
3321         * g++.dg/template/inline1.C: New test.
3323 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
3325         * gcc.dg/sparc-dwarf2.c: New test.
3327 2003-03-27  Roger Sayle  <roger@eyesopen.com>
3329         * gcc.c-torture/execute/ieee/fp-cmp-6.c: New test case.
3330         * gcc.c-torture/execute/ieee/fp-cmp-7.c: New test case.
3332 2003-03-27  Mark Mitchell  <mark@codesourcery.com>
3334         * lib/gcov.exp (run-gcov): Add branches and calls options, rather
3335         than reading .x files.
3336         * g++.dg/gcov/gcov-1.C: Use run-gcov options, not .x files.
3337         * g77.dg/gcov/gcov-1.f: Likewise.
3338         * gcc.misc-tests/gcov-4b.c: Likewise.
3339         * gcc.misc-tests/gcov-5b.c: Likewise.
3340         * gcc.misc-tests/gcov-6.c: Likewise.
3341         * gcc.misc-tests/gcov-7.c: Likewise.
3342         * gcc.misc-tests/gcov-8.c: Likewise.
3343         * g++.dg/gcov/gcov-1.x: Remove.
3344         * g77.dg/gcov/gcov-1.x: Likewise.
3345         * gcc.misc-tests/gcov-4b.x: Likewise.
3346         * gcc.misc-tests/gcov-5b.x: Likewise.
3347         * gcc.misc-tests/gcov-6.x: Likewise.
3348         * gcc.misc-tests/gcov-7.x: Likewise.
3349         * gcc.misc-tests/gcov-8.x: Likewise.
3351 2003-03-27  Glen Nakamura  <glen@imodulo.com>
3353         PR opt/10087
3354         * gcc.dg/20030324-1.c: New test.
3356 2003-03-27  Nathan Sidwell  <nathan@codesourcery.com>
3358         PR c++/10224
3359         * g++.dg/template/arg3.C: New test.
3361         PR c++/10158
3362         * g++.dg/template/friend18.C: New test.
3364 2003-03-26  Roger Sayle  <roger@eyesopen.com>
3366         * g77.f-torture/compile/20030326-1.f: New test case.
3368 2003-03-26  Janis Johnson  <janis187@us.ibm.com>
3370         * gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.
3372         * gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.
3374 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
3376         * gcc.dg/ia64-sync-3.c: New test.
3378 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
3380         * gcc.dg/loop-2.c: Replace "inline" with "__inline__".
3382 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
3384         * gcc.dg/ultrasp6.c: New test.
3386 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
3388         * gcc.dg/i386-signbit-1.c: New test.
3389         * gcc.dg/i386-signbit-2.c: New test.
3390         * gcc.dg/i386-signbit-3.c: New test.
3392 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
3394         * gcc.dg/ultrasp5.c: Fix options.
3396 2003-03-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
3398         * gcc.dg/ultrasp5.c: Fix comment.
3400 2003-03-24  Bud Davis  <bdavis9659@comcast.net>
3402         PR fortran/10197
3403         * g77.f-torture/execute/10197.f: New test.
3405 2003-03-24  Nathan Sidwell  <nathan@codesourcery.com>
3407         PR c++/9898, c++/383
3408         * g++.dg/template/conv6.C: New test.
3410         PR c++/10119
3411         * g++.dg/template/ptrmem5.C: New test.
3413         PR c++/10026
3414         * g++.dg/lookup/koenig1.C: New test.
3416         PR C++/10199
3417         * g++.dg/lookup/template2.C: New test.
3419 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
3421         * g++.dg/opt/rtti1.C: New test.
3423 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
3425         * gcc.dg/ultrasp5.c: New test.
3427 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
3429         PR middle-end/9967
3430         * gcc.c-torture/execute/stdio-opt-1.c: Adjust test for change to
3431         builtin fputs.
3433 2003-03-23  Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
3435         PR c/8224
3436         * gcc.dg/20030323-1.c: New test.
3438 2003-03-23  Roger Sayle  <roger@eyesopen.com>
3440         * gcc.c-torture/compile/20030323-1.c: New test case.
3442 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
3444         * gcc.dg/20030321-1.c: New test.
3446 2003-03-22  Zack Weinberg  <zack@codesourcery.com>
3448         * gcc.dg/Wshadow-1.c: Add a dg-warning line.
3450 2003-03-22  Nathan Sidwell  <nathan@codesourcery.com>
3452         PR c++/9978, c++/9708
3453         * g++.dg/ext/vlm1.C: Adjust expected error.
3454         * g++.dg/ext/vla2.C: New test.
3455         * g++.dg/template/arg1.C: New test.
3456         * g++.dg/template/arg2.C: New test.
3458 2003-03-22  Bud Davis  <bdavis9659@comcast.net>
3460         * g77.f-torture/execute/select.f: New test.
3461         * g77.f-torture/noncompile/select_no_compile.f: New test.
3463 2003-03-21  Nathan Sidwell  <nathan@codesourcery.com>
3465         PR c++/9898
3466         * g++.dg/other/error4.C: New test.
3468 2003-03-20  Mark Mitchell  <mark@codesourcery.com>
3470         * g++.dg/template/friend17.C: New test.
3472 2003-03-21  Alan Modra  <amodra@bigpond.net.au>
3474         * gcc.c-torture/compile/20030320-1.c: New.
3476 2003-03-20  Roger Sayle  <roger@eyesopen.com>
3478         * gcc.dg/builtins-6.c: New test case.
3480 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
3482         PR target/10073
3483         * gcc.c-torture/compile/20030319-1.c: New.
3485 2003-03-18  Jan Hubicka  <jh@suse.cz>
3487         * gcc.dg/i386-cvt-1.c: New test.
3489 2003-03-17  Zack Weinberg  <zack@codesourcery.com>
3491         * objc.dg/naming-1.m: Use "(parse|syntax) error".
3492         * objc.dg/naming-2.m: Likewise.
3494 2003-03-17  Mark Mitchell  <mark@codesourcery.com>
3496         PR c++/9639
3497         * g++.dg/parse/crash1.C: New test.
3499 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
3501         PR c++/8805
3502         * g++.dg/eh/cleanup1.C: New test.
3504 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
3506         * gcc.c-torture/execute/20030316-1.c: New test case.
3508 2003-03-16  Nathan Sidwell  <nathan@codesourcery.com>
3510         PR c++/9629
3511         * g++.dg/init/ctor2.C: New test.
3513 2003-03-15  Roger Sayle  <roger@eyesopen.com>
3515         * g77.f-torture/compile/xformat.f: New test case.
3517 2003-03-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3519         * g++.old-deja/g++.mike/eh33.C: Remove xfail for hppa*-*-*.
3520         * g++.old-deja/g++.mike/eh50.C: Likewise.
3522 2003-03-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3524         PR c++/6440
3525         * g++.dg/template/spec7.C: New test.
3526         * g++.dg/template/spec8.C: Likewise.
3528 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
3530         * gcc.c-torture/execute/20030313-1.c: New test.
3532 2003-03-14  Richard Henderson  <rth@redhat.com>
3534         * gcc.dg/inline-2.c: Adjust alpha test for external call.
3536 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
3538         * gcc.c-torture/compile/20030314-1.c: New test.
3540 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
3542         * gcc.dg/dll-1.c: Remove thumb target. Change exp to _exp.
3543         * gcc.dg/dll-2.c: Enable for cygwin and mingw. Remove
3544         thumb target,
3545         * gcc.dg/dll-3.c: Likewise. Adjust scan-assembler
3546         to accept newer _imp__  prefix and additional
3547         newline in .drectve section.
3548         * gcc.dg/dll-4.c: Likewise.
3549         * gcc.dg/dll-5.c: New file to test -mnop-fun-dllimport
3550         switch.
3552 2003-03-13  Mark Mitchell  <mark@codesourcery.com>
3554         * g++.dg/parse/namespace9.C: New test.
3556         * g++.dg/init/ref5.C: New test.
3557         * g++.dg/parse/ptrmem1.C: Likewise.
3559 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3561         * gcc.dg/special/ecos.exp (gcsec-1.c): Find linker used by gcc.
3562         * gcc.dg/old-style-asm-1.c (dg-final): Add hpux label alternative to
3563         regular expression.
3564         * gcc.dg/funcorder.c (dg-final): Check for "link_error,%r" on hppa*-*-*.
3565         * gcc.dg/inline-1.c (dg-final): Check for "xyzzy?,%r" on hppa*-*-*.
3567 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
3569         * gcc.c-torture/execute/20030224-2.c: New test.
3571 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
3573         * gcc.dg/decl-3.c: New test.
3575 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
3577         * gcc.dg/i386-loop-2.c: New test.
3579 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
3581         PR c++/9474
3582         * g++.dg/parse/namespace8.C: New test.
3584         PR c++/9924
3585         * g++.dg/overload/builtin2.C: New test.
3587 2003-03-11  Steven Bosscher  <s.bosscher@student.tudelft.nl>
3589         * gcc.dg/return-type-3.c: New test.
3591 2003-03-11  D.Venkatasubramanian  <dvenkat@noida.hcltech.com>
3593         * gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
3594         profiling options are not supported.
3596 2003-03-10  Mark Mitchell  <mark@codesourcery.com>
3598         * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
3599         * g++.old-deja/g++.warn/impint2.C: Likewise.
3601 2003-03-10  Devang Patel  <dpatel@apple.com>
3603         * g++.dg/cpp/c++_cmd_1.C: New test.
3604         * g++.dg/cpp/c++_cmd_1.h: New file.
3606 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
3608         * gcc.dg/altivec-9.c: New file.
3610 2003-03-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3612         * gcc.dg/ppc-sdata-1.c: New test.
3613         * gcc.dg/ppc-sdata-2.c: New test.
3615 2003-03-09  Mark Mitchell  <mark@codesourcery.com>
3617         PR c++/9373
3618         * g++.dg/opt/ptrmem2.C: New test.
3620         PR c++/8534
3621         * g++.dg/opt/ptrmem1.C: New test.
3623 2003-03-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
3625         * gcc.dg/i386-loop-1.c: New test.
3627 2003-03-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3629         PR c++/9970
3630         * g++.dg/lookup/friend1.C: New test.
3632 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
3634         PR c++/9823
3635         * g++.dg/parser/constructor1.C: New test.
3637 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
3639         * gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.
3641         * gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware.
3643 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
3645         * gcc.dg/cpp/Wunused.c: Update test.
3647 2003-03-08  Jan Hubicka  <jh@suse.cz>
3649         * gcc.dg/inline-3.c: New test.
3651 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
3653         PR c++/9809
3654         * g++.dg/parse/builtin1.C: New test.
3656         PR c++/9982
3657         * g++.dg/abi/cookie1.C: New test.
3658         * g++.dg/abi/cookie2.C: Likewise.
3660         PR c++/9524
3661         * g++.dg/template/field1.C: New test.
3663         PR c++/9912
3664         * g++.dg/parse/class1.C: New test.
3665         * g++.dg/parse/namespace7.C: Likewise.
3666         * g++.old-deja/g++.other/decl5.C: Remove XFAILs.
3668 2003-03-07  Mark Mitchell  <mark@codesourcery.com>
3670         * g++.dg/init/ref4.C: New test.
3672 2003-03-07  Jan Hubicka  <jh@suse.cz>
3674         * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
3675         * gcc.dg/inline-3.c:  New test.
3677 2003-03-06  Mark Mitchell  <mark@codesourcery.com>
3679         * g++.dg/init/ref3.C: New test.
3681         PR c++/9965
3682         * g++.dg/init/ref2.C: New test.
3684         PR c++/9400
3685         * g++.dg/warn/Wshadow-2.C: New test.
3687         PR c++/9791
3688         * g++.dg/warn/Woverloaded-1.C: New test.
3690 2003-03-05  Jan Hubicka  <jh@suse.cz>
3692         * gcc.dg/i386-local2.c: New.
3693         * gcc.dg/i386-local.c: Fix typo.
3695 2003-03-05  Mark Mitchell  <mark@codesourcery.com>
3697         * g++.dg/abi/layout3.C: New test.
3699 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
3701         * gcc.c-torture/compile/20030305-1.c
3703 2003-03-05  Jan Hubicka  <jh@suse.cz>
3705         * gcc.dg/i386-local.c: New.
3707 2003-03-04  J"orn Rennecke <joern.rennecke@superh.com>
3709         * gcc.dg/sh-relax.c: Disable for sh64-*-*.
3711 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
3713         * gcc.dg/switch-2.c: New test.
3714         * gcc.dg/switch-3.c: New test.
3715         * gcc.dg/Wswitch.c: Adjust line numbers.
3716         * gcc.dg/Wswitch-default.c: Likewise.
3717         * gcc.dg/Wswitch-enum.c: Likewise.
3719 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
3721         * gcc.c-torture/execute/20030222-1.c: New test.
3723 2003-03-03  James E Wilson  <wilson@tuliptree.org>
3725         * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
3727 2003-03-03  Mark Mitchell  <mark@codesourcery.com>
3729         PR c++/9878
3730         * g++.dg/init/ref1.C: New test.
3732 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
3734         * gcc.dg/sh-relax.c: New SH-only test.
3736 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
3738         * gcc.c-torture/compile/20010327-1.c: Back out last change.  Add
3739         comment explaining purpose of testcase.
3741 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
3743         * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
3744         for HC11/HC12 (asm needs two int registers).
3745         * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
3746         HC11/HC12 because the test uses an asm which needs two 32-bit
3747         registers.
3749 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
3751         * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
3752         for HC11/HC12 (array is too large otherwise).
3753         * gcc.c-torture/compile/920501-4.x: New file, likewise.
3754         * gcc.c-torture/compile/20010518-2.x: Likewise.
3755         * gcc.c-torture/compile/980506-1.x: Don't execute this test on
3756         HC11/HC12 (array is too large).
3758 2003-03-01  Geoffrey Keating  <geoffk@apple.com>
3760         * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
3761         * lib/g++-dg.exp (g++-dg-test): Likewise.
3763 2003-03-01  Roger Sayle  <roger@eyesopen.com>
3765         * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
3766         * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
3768 2003-03-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3770         * g++.dg/warn/implicit-typename1.C: Remove warning.
3772 2003-02-28  Richard Henderson  <rth@redhat.com>
3774         * gcc.dg/noreturn-1.c: Move noreturn warning line.
3775         * gcc.dg/return-type-1.c: Move control reaches end warning line.
3777 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
3779         * gcc.dg/pch/pch.exp: Change .pch to .gch.
3780         * g++.dg/pch/pch.exp: Likewise.
3782 2003-02-28  Mark Mitchell  <mark@codesourcery.com>
3784         PR c++/9879
3785         * testsuite/g++.dg/init/new4.C: New test.
3787 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
3789         * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
3791 2003-02-28  Alexandre Oliva  <aoliva@redhat.com>
3793         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
3794         unsigned long.
3796         * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
3797         wider than float.
3799 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3801         * lib/scanasm.exp: Add support for counting numbers of
3802         occurences.
3803         * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
3804         gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
3806 2003-02-25  Mark Mitchell  <mark@codesourcery.com>
3808         PR c++/9683
3809         * g++.dg/template/static3.C: New test.
3811         PR c++/9829
3812         * g++.dg/parse/namespace6.C: New test.
3814 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3816         PR target/9732
3817         * gcc.dg/20030225-1.c: New test.
3819 2003-02-24  Mark Mitchell  <mark@codesourcery.com>
3821         * README: Remove out-of-date information.
3823         PR c++/9836
3824         * g++.dg/template/spec6.C: New test.
3826 2003-02-24  Jeff Law  <law@redhat.com>
3828         * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
3830 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3832         * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
3833         * gcc.dg/pragma-ep-1.c: Likewise.
3835 2003-02-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3837         PR c++/9602
3838         * g++.dg/template/friend16.C: New test.
3840 2003-02-23  Mark Mitchell  <mark@codesourcery.com>
3842         PR c++/5333
3843         * g++.dg/parse/fused-params1.C: Adjust error messages.
3844         * g++.dg/template/nested3.C: New test.
3846 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
3848         * g++.dg/abi/param1.C: New test.
3850 2003-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3852         PR c++/7982
3853         * g++.dg/warn/implicit-typename1.C: New test.
3855 2003-02-22  Kelley Cook <kelleycook@comcast.net>
3857         * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
3858         with "mtune".
3859         * g++.old-deja/g++.other/store-expr2.C: Likewise.
3860         * gcc.c-torture/execute/20010129-1.x: Likewise.
3861         * gcc.dg/20011107-1.c: Likewise.
3862         * gcc.dg/20020108-1.c: Likewise.
3863         * gcc.dg/20020122-3.c: Likewise.
3864         * gcc.dg/20020206-1.c: Likewise.
3865         * gcc.dg/20020310-1.c: Likewise.
3866         * gcc.dg/20020426-2.c: Likewise.
3867         * gcc.dg/20020517-1.c: Likewise.
3868         * gcc.dg/991230-1.c: Likewise.
3869         * gcc.dg/i386-unroll-1.c: Likewise.
3870         * gcc.misc-tests/i386-prefetch.exp: Likewise.
3872 2003-02-22  Jan Hubicka  <jh@suse.cz>
3874         * gcc.dg/i386-mul.c: New test.
3876 2003-02-21  Roger Sayle  <roger@eyesopen.com>
3878         * gcc.dg/builtins-5.c: New test case.
3880 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
3882         * gcc.dg/asmreg-1.c: New test.
3884 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
3886         PR c++/9749
3887         * g++.dg/parse/varmod1.C: New test.
3889 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
3891         PR c++/9727
3892         * g++.dg/template/op1.C: New test.
3894 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
3896         PR c++/8906
3897         * g++.dg/template/nested2.C: New test.
3899 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
3901         PR c++/8724
3902         * g++.dg/expr/dtor1.C: New test.
3904 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
3906         * gcc.dg/cpp/include3.c: New test.
3907         * gcc.dg/cpp/inc/foo.h: New file.
3909 2003-02-21  Glen Nakamura  <glen@imodulo.com>
3911         * gcc.c-torture/execute/20030221-1.c: New test.
3913 2003-02-20  Mark Mitchell  <mark@codesourcery.com>
3915         PR c++/9729
3916         * g++.dg/abi/conv1.C: New test.
3918 2003-02-20  Jan Hubicka  <jh@suse.cz>
3920         * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
3922 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
3924         * gcc.c-torture/compile/20030219-1.c: New test.
3926 2003-02-18  Jan Hubicka  <jh@suse.cz>
3928         * gcc.dg/funcorder.c: New test.
3930 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
3932         * gcc.c-torture/execute/20030218-1.c: New.
3934 2003-02-18  Aldy Hernandez  <aldyh@redhat.com>
3936         * gcc.dg/20030218-1.c: New.
3938 2003-02-18  Richard Henderson  <rth@redhat.com>
3940         * gcc.dg/attr-invalid.c: Allow __used__ on static data.
3941         * gcc.dg/attr-used-2.c: New.
3943 2003-02-18  Mark Mitchell  <mark@codesourcery.com>
3945         PR c++/9704
3946         * g++.dg/init/copy5.C: New test.
3948 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
3950         * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
3951         * g++.dg/pch/pch.exp: Likewise.
3953 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
3955         * gcc.c-torture/execute/20030209-1.c: Enable the test if
3956         STACK_SIZE is not defined.
3958 2003-02-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3960         PR c++/9457
3961         * g++.dg/template/init1.C: New test.
3963 2003-02-16  Jan HUbicka  <jh@suse.cz>
3965         * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
3966         (foo): Add few extra tests
3967         * gcc.dg/c99-const-expr-3.c: Likewise.
3968         * gcc.c-torture/execute/20030216-1.c: New.
3970 2003-02-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3972         PR c++/9459
3973         * g++.dg/ext/typeof4.C: New test.
3975 2003-02-15  Roger Sayle  <roger@eyesopen.com>
3977         * gcc.dg/i386-387-3.c: New test case.
3979 2003-02-14  Josef Zlomek  <zlomekj@suse.cz>
3981         * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
3982         cris-*-elf* cris-*-aout* and mmix-*-*.
3984 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
3986         * gcc.dg/20030213-1.c: New test.
3988 2003-02-12  Roger Sayle  <roger@eyesopen.com>
3990         * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
3991         * gcc.dg/i386-387-2.c: Likewise.
3993 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
3995         * gcc.dg/ppc-spe.c: Fix formatting.
3996         Enable tests that were previously unsupported by gas.
3997         Delete tests for instructions that no longer exist.
3998         Switch arguments on evsubifw builtin.
4000 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
4002         * gcc.c-torture/execute/20030209-1.c: Disable the test if
4003         STACK_SIZE is too small.
4005 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
4006             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
4008         * gcc.dg/decl-2.c: New test.
4010 2003-02-10  Jan Hubicka  <jh@suse.cz>
4012         * gcc.dg/i386-fpcvt-1.c:  New test.
4014 2002-02-09  Richard Sandiford  <rsandifo@redhat.com>
4016         * gcc.c-torture/execute/20030209-1.c: New test.
4018 2003-02-09  Kazu Hirata  <kazu@cs.umass.edu>
4020         * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
4021         int-wide bitops, use the constants of the same width.
4022         Likewise, if long long is 32-bit wide, test bitops using
4023         32-bit constants.
4025 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
4027         * gcc.dg/20021014-1.c: Annotate with expected notice text.
4029 2003-02-07  Roger Sayle  <roger@eyesopen.com>
4031         * testsuite/gcc.dg/builtins-4.c: New test case.
4033 2003-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4035         * gcc.dg/20020430-1.c: Fix dg command typos.
4036         * gcc.dg/20020503-1.c: Likewise.
4038 2003-02-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4040         PR c++/8785
4041         * g++.dg/parse/fused-params1.C: New test.
4043         PR c++/8857
4044         * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
4046         PR c++/8921
4047         * g++.dg/parse/non-dependent1.C: New test.
4049         PR c++/8928
4050         * g++.dg/parse/dupl-tmpl-args1.C: New test.
4052         PR c++/9228
4053         * g++.dg/parse/undefined7.C: New test.
4054         * g++.dg/parse/non-templ1.C: New test.
4056         PR c++/9229
4057         * g++.dg/parse/too-many-tmpl-args1.C: New test.
4059 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
4061         * gcc.c-torture/compile/20030206-1.c: New test.
4063 2003-02-05  Roger Sayle  <roger@eyesopen.com>
4065         * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
4066         "pow" to "foo" to avoid potential confusion with a math built-in.
4068 2003-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4070         * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
4071         conditions for SPARC targets.
4073 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
4075         * gcc.dg/20030204-1.c: New test.
4077 2003-02-04  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4079         PR c++/38
4080         * g++.dg/parse/array-size1.C: New test.
4082         PR c++/5657
4083         * g++.dg/parse/undefined3.C: New test.
4085         PR c++/5665
4086         * g++.dg/parse/undefined4.C: New test.
4088         PR c++/5975
4089         * g++.dg/parse/undefined5.C: New test.
4091         PR c++/7259
4092         * g++.dg/parse/tmpl-tmpl-param1.C: New test.
4094         PR c++/8578
4095         * g++.dg/parse/casting-operator1.C: New test.
4097         PR c++/8596
4098         * g++.dg/parse/undefined6.C: New test.
4100         PR c++/8736
4101         * g++.dg/parse/missing-template1.C: New test.
4103 2003-02-04  Jan Hubicka  <jh@suse.cz>
4105         * gcc.dg/i386-cadd.c:  Compile using -march=k8.
4106         * gcc.dg/i386-cmov?.c:  Likewise.
4107         * gcc.dg/i386-fpcvt-?.c:  Likewise.
4108         * gcc.dg/i386-ssefp-1.c:  Likewise.
4109         * gcc.dg/i386-ssetype-?.c:  Likewise; fix for register passing
4110         conventions.
4112 2003-02-03  Mark Mitchell  <mark@codesourcery.com>
4114         PR c++/7129
4115         * testsuite/g++.dg/ext/max.C: New test.
4117 2003-02-03  Jan Hubicka  <jh@suse.cz>
4119         * gcc.c-torture/execute/20030203-1.c: New test.
4121 2003-02-03  Richard Earnshaw  <rearnsha@arm.com>
4123         * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
4124         'natural-endian'.
4126 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
4128         * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
4129         * g++.dg/init/new2.C: Likewise.
4130         * g++.dg/other/new1.C: Likewise.
4132 2003-01-31  Loren J. Rittle <ljrittle@acm.org>
4134         * gcc.dg/struct-ret-libc.c: New test.
4136 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
4138         * gcc.dg/20030129-1.c: New test.
4140 2003-01-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4142         PR c++/8849
4143         * g++.dg/template/ptrmem4.C: New test.
4145 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
4147         * g++.dg/parser/constant1.C: New test.
4149 2003-01-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4151         PR c++/8591
4152         * g++.dg/parse/friend2.C: New test.
4154 2003-01-29  Nathan Sidwell  <nathan@codesourcery.com>
4156         PR c++/9437
4157         * g++.dg/template/unify4.C: New test.
4159 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
4161         * gcc.c-torture/execute/20030128-1.c: New test.
4163 2003-01-28  Jeffrey D. Oldham  <oldham@codesourcery.com>
4165         * g++.dg/lookup/nested1.C: Test moved from ...
4166         * g++.old-deja/g++.other/lookup24.C: ... here.
4168 2003-01-28  Jan Hubicka  <jh@suse.cz>
4170         * gcc.dg/i386-cmov5.c:  New test.
4172 2003-01-28  D.Venkatasubramanian   <dvenkat@noida.hcltech.com>
4174         * gcc.c-torture/execute/20010925-1.c: Changed the
4175         memcpy declaration.
4177 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
4179         PR c++/3902
4180         * g++.dg/parse/template5.C: New test.
4182 2003-01-28  Toon Moene  <toon@moene.indiv.nluug.nl>
4184         PR fortran/9258
4185         * g77.dg/pr9258: New test.
4187 2003-01-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4189         * README: Move relevant parts from README.g++.
4191         * README.g++: Remove this file.
4193 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
4195         * g++.dg/abi/dcast1.C: New test.
4197 2003-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4199         * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
4201 2003-01-27  Jeffrey D. Oldham  <oldham@codesourcery.com>
4203         PR c++/47
4204         * g++.old-deja/g++.other/lookup24.C: New test.
4206 2003-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4208         PR middle-end/7227
4209         * gcc.dg/uninit-C.c: New test.
4211 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
4213         * g++.dg/abi/covariant1.C: New test.
4215 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
4217         * gcc.dg/20030123-1.c: New test.
4219 2003-01-25  Jan Hubicka  <jh@suse.cz>
4221         PR opt/8492
4222         * gcc.c-torture/compile/20030125-1.c
4224 2003-01-25  Nathan Sidwell  <nathan@codesourcery.com>
4226         PR c++/9403
4227         * g++.dg/parse/template3.C: New test.
4228         * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
4230         PR c++/795
4231         * g++.dg/parse/template4.C: New test.
4233         PR c++/9415
4234         * g++.dg/template/qual2.C: New test.
4236         PR c++/8545
4237         * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
4239         * g++.old-deja/g++.ns/bogus1.C: Change expected error.
4241 2003-01-25  Roger Sayle  <roger@eyesopen.com>
4243         * gcc.c-torture/execute/switch-1.c: New test case.
4245 2003-01-25  Jan Hubicka  <jh@suse.cz>
4247         * gcc.c-torture/execute/20030125-1.[cx]: New test.
4249 2003-01-25  Paolo Carlini  <pcarlini@unitus.it>
4251         Tweaks for Bison-1.875. From the NEWS file:
4252         "- `parse error' -> `syntax error'
4253         Bison now uniformly uses the term `syntax error'"
4254         * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
4255         * gcc.dg/cpp/digraph2.c: Likewise.
4256         * gcc.dg/cpp/direct2.c: Likewise.
4257         * gcc.dg/cpp/paste4.c: Likewise.
4258         * gcc.dg/c90-restrict-1.c: Likewise.
4259         * gcc.dg/c99-func-2.c: Likewise.
4260         * gcc.dg/noncompile/920721-2.c: Likewise.
4261         * gcc.dg/noncompile/930622-2.c: Likewise.
4262         * gcc.dg/noncompile/940112-1.c: Likewise.
4263         * gcc.dg/noncompile/950921-1.c: Likewise.
4264         * gcc.dg/noncompile/951123-1.c: Likewise.
4265         * gcc.dg/noncompile/971104-1.c: Likewise.
4266         * gcc.dg/noncompile/990416-1.c: Likewise.
4268 2003-01-24  Paolo Carlini  <pcarlini@unitus.it>
4270         * g++.dg/parse/undefined1.C: Add error message.
4272 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
4274         PR c++/9354
4275         * g++.dg/parse/new1.C: New test.
4277         PR c++/9216
4278         * g++.dg/parse/template2.C: New test.
4280         PR c++/9354
4281         * g++.dg/parse/typedef2.C: New test.
4283         PR c++/9328
4284         * g++.dg/ext/typeof3.C: New test.
4286 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4288         PR c++/2738
4289         * g++.dg/parse/ret-type1.C: New test.
4291         PR c++/3792
4292         * g++.dg/parse/tmpl-outside1.C: New test.
4294         PR c++/4207
4295         * g++.dg/parse/int-as-enum1.C: New test.
4297         PR c++/4903
4298         * g++.dg/parse/no-typename1.C: New test.
4300         PR c++/5533
4301         * g++.dg/parse/no-value1.C: New test.
4303         PR c++/5921
4304         * g++.dg/parse/wrong-inline1.C: New test.
4306         PR c++/6402
4307         * g++.dg/parse/ref1.C: New test.
4309         PR c++/6992
4310         * g++.dg/parse/attr-ctor1.C: New test.
4312         PR c++/7229
4313         * g++.dg/parse/namespace5.C: New test.
4315         PR c++/7917
4316         * g++.dg/parse/func-def1.C: New test.
4318         PR c++/8143
4319         * g++.dg/parse/undefined1.C: New test.
4321         PR c++/5723, PR c++/8522
4322         * g++.dg/parse/specialization1.C: New test.
4324         PR c++/163, PR c++/8595
4325         * g++.dg/parse/struct-as-enum1.C: New test.
4327         PR c++/9173
4328         * g++.dg/parse/undefined2.C: New test.
4330 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
4332         PR c++/9298
4333         * g++.dg/parse/template1.C: New test.
4335         PR c++/9384
4336         * g++.dg/parse/using1.C: New test.
4338         PR c++/9285
4339         PR c++/9294
4340         * g++.dg/parse/expr2.C: New test.
4342         PR c++/9388
4343         * g++.dg/parse/lookup2.C: Likewise.
4345 2003-01-21  Jan Hubicka  <jh@suse.cz>
4347         * gcc.c-torture/execute/990208-1.c:  Add noinline attributes as needed.
4348         * gcc.c-torture/execute/eeprof-1.c:  Likewise.
4349         * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
4350         * gcc.c-torture/execute/string-opt-*.c: Likewise.
4352 2003-01-20  Nick Clifton  <nickc@redhat.com>
4354         * gcc.c-torture/execute/20030117-1.c: New test case.  Exposes
4355         problem with ARM sibcall code generation.
4357 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
4359         * gcc.c-torture/execute/20030120-1.c: New.
4361 2003-01-19  Paolo Carlini  <pcarlini@unitus.it>
4363         * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
4365 2003-01-17  Mark Mitchell  <mark@codesourcery.com>
4367         PR c++/9272
4368         * g++.dg/parse/ctor1.C: New test.
4370         PR c++/9294:
4371         * g++.dg/parse/qualified1.C: New test.
4373         * g++.dg/parse/typename3.C: New test.
4375 2003-01-16  Richard Henderson  <rth@redhat.com>
4377         * g++.dg/tls/init-2.C: Fix error matches for real this time.
4379 2003-01-16  Richard Henderson  <rth@redhat.com>
4381         * g++.dg/pch/pch.exp: Copy test header to the working directory
4382         before using it either for precompilation or direct use.
4383         * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
4384         * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
4386 2003-01-16  Richard Henderson  <rth@redhat.com>
4388         * gcc.dg/pch/pch.exp: Copy test header to the working directory
4389         before using it either for precompilation or direct use.
4390         * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
4391         * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
4393 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
4395         * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
4396         * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
4397         * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
4398         * gcc/testsuite/g++.dg/parse/typename2.C: New test.
4399         * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
4400         typename warning into error.
4401         * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
4402         error messages.
4403         * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
4404         * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
4405         * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
4406         messages.
4407         * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
4408         make declaration visible in template.
4409         * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
4410         * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
4411         messages.
4412         * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
4413         message.
4414         * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
4415         * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
4416         * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
4417         * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
4418         typename warning with error message.
4419         * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
4420         * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
4421         * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
4423 2003-01-16  Nathan Sidwell  <nathan@codesourcery.com>
4425         * g++.dg/parse/ambig2.C: New test.
4427 2003-01-15  Richard Henderson  <rth@redhat.com>
4429         * g++.dg/tls/init-2.C: Update error message string.
4431 2003-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4433         * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
4435 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
4437         * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
4438         all for HC11/HC12.
4439         * gcc.c-torture/compile/20001205-1.x: Likewise.
4440         * gcc.c-torture/compile/20001226-1.x: Likewise.
4441         * gcc.c-torture/compile/920520-1.x: Likewise.
4442         * gcc.c-torture/compile/961203-1.x: Likewise.
4443         * gcc.c-torture/compile/20020604-1.x: Likewise.
4445 2003-01-15  Jan Hubicka  <jh@suse.cz>
4447         * gcc.c-torture/compile/20030115-1.c: New test.
4449         * gcc.dg/i386-fpcvt-1.c: New test.
4450         * gcc.dg/i386-fpcvt-2.c: New test.
4452 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
4454         Further conform g++'s __vmi_class_type_info to the C++ ABI
4455         specification.
4456         * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
4457         the specification.
4459 2003-01-14  Jan Hubicka  <jh@suse.cz>
4461         * gcc.dg/i386-fpcvt-1.c: New test.
4462         * gcc.dg/i386-fpcvt-2.c: New test.
4464 2003-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
4466         * gcc.dg/i386-mmx-3.c: New test.
4468 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
4470         PR c++/9264
4471         * g++.dg/parse/octal1.C: New file.
4473         PR c++/9172
4474         * g++.dg/parse/typename1.C: New file.
4476 2003-01-10  Danny Smith  <dannysmith@users.sourceforge.net>
4478         * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
4479         * gcc.dg/bf-no-ms-layout.c: Likewise.
4480         * gcc.dg/bf-ms-attrib.c: Likewise.
4482 2003-01-10  Mark Mitchell  <mark@codesourcery.com>
4484         PR c++/9099
4485         * g++.dg/parse/dtor1.C: New file.
4487         PR c++/9128
4488         * g++.dg/rtti/typeid1.C: New file.
4490         PR c++/9153
4491         * g++.dg/parse/lookup1.C: New file.
4493         PR c++/9171
4494         * g++.dg/templ/spec5.C: New file.
4496 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
4498         * gcc.c-torture/compile/20030110-1.c: New test.
4500 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
4502         Merge from pch-branch:
4504         2002-12-23  Geoffrey Keating  <geoffk@apple.com>
4506         * gcc.dg/pch/cpp-1.h: New.
4507         * gcc.dg/pch/cpp-1.c: New.
4508         * gcc.dg/pch/cpp-2.h: New.
4509         * gcc.dg/pch/cpp-2.c: New.
4511         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
4513         * gcc.dg/pch/except-1.h: New.
4514         * gcc.dg/pch/except-1.c: New.
4516         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
4518         * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
4519         running test.
4520         * gcc.dg/pch: Include *.hp not *.h.
4521         * gcc.dg/pch/system-1.h: New.
4522         * gcc.dg/pch/system-1.c: New.
4524         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
4526         * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
4527         rather than trying to build and run a program using PCH.
4528         * gcc.dg/pch: Remove dg-do commands from test files.
4530         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
4532         * gcc.dg/pch/macro-3.c: New.
4533         * gcc.dg/pch/macro-3.h: New.
4535         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
4537         * gcc.dg/pch/common-1.c: New.
4538         * gcc.dg/pch/common-1.h: New.
4539         * gcc.dg/pch/decl-1.c: New.
4540         * gcc.dg/pch/decl-1.h: New.
4541         * gcc.dg/pch/decl-2.c: New.
4542         * gcc.dg/pch/decl-2.h: New.
4543         * gcc.dg/pch/decl-3.c: New.
4544         * gcc.dg/pch/decl-3.h: New.
4545         * gcc.dg/pch/decl-4.c: New.
4546         * gcc.dg/pch/decl-4.h: New.
4547         * gcc.dg/pch/decl-5.c: New.
4548         * gcc.dg/pch/decl-5.h: New.
4549         * gcc.dg/pch/global-1.c: New.
4550         * gcc.dg/pch/global-1.h: New.
4551         * gcc.dg/pch/inline-1.c: New.
4552         * gcc.dg/pch/inline-1.h: New.
4553         * gcc.dg/pch/inline-2.c: New.
4554         * gcc.dg/pch/inline-2.h: New.
4555         * gcc.dg/pch/static-1.c: New.
4556         * gcc.dg/pch/static-1.h: New.
4557         * gcc.dg/pch/static-2.c: New.
4558         * gcc.dg/pch/static-2.h: New.
4560         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
4562         * g++.dg/pch/pch.exp: Better handle failing testcases.
4563         * gcc.dg/pch/pch.exp: Likewise.
4564         * gcc.dg/pch/macro-1.c: New.
4565         * gcc.dg/pch/macro-1.h: New.
4566         * gcc.dg/pch/macro-2.c: New.
4567         * gcc.dg/pch/macro-2.h: New.
4569         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
4571         * g++.dg/dg.exp: Treat files in pch/ specially.
4572         * g++.dg/pch/pch.exp: New file.
4573         * g++.dg/pch/empty.H: New file.
4574         * g++.dg/pch/empty.C: New file.
4575         * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
4576         "precompile".
4578         * gcc.dg/pch/pch.exp: New file.
4579         * gcc.dg/pch/empty.h: New file.
4580         * gcc.dg/pch/empty.c: New file.
4581         * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
4582         "precompile".
4584 2003-01-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4586         * g++.dg/template/friend14.C: New test.
4588 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
4590         * gcc.dg/old-style-asm-1.c: New test.
4592 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
4594         * gcc.c-torture/compile/20030109-1.c: New test.
4596 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
4598         * gcc.c-torture/execute/20030109-1.c: New test.
4600 2003-01-08  Larin Hennessey  <larin@science.oregonstate.edu>
4602         * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
4603         * g++.old-deja/g++.mike/dyncast2.C: Likewise
4604         * g++.old-deja/g++.mike/dyncast3.C: Likewise
4605         * g++.old-deja/g++.mike/eh2.C: Likewise
4606         * g++.old-deja/g++.mike/eh3.C: Likewise
4607         * g++.old-deja/g++.mike/eh5.C: Likewise
4608         * g++.old-deja/g++.mike/eh6.C: Likewise
4609         * g++.old-deja/g++.mike/eh7.C: Likewise
4610         * g++.old-deja/g++.mike/eh8.C: Likewise
4611         * g++.old-deja/g++.mike/eh9.C: Likewise
4612         * g++.old-deja/g++.mike/eh10.C: Likewise
4613         * g++.old-deja/g++.mike/eh12.C: Likewise
4614         * g++.old-deja/g++.mike/eh13.C: Likewise
4615         * g++.old-deja/g++.mike/eh14.C: Likewise
4616         * g++.old-deja/g++.mike/eh16.C: Likewise
4617         * g++.old-deja/g++.mike/eh17.C: Likewise
4618         * g++.old-deja/g++.mike/eh18.C: Likewise
4619         * g++.old-deja/g++.mike/eh21.C: Likewise
4620         * g++.old-deja/g++.mike/eh23.C: Likewise
4621         * g++.old-deja/g++.mike/eh24.C: Likewise
4622         * g++.old-deja/g++.mike/eh25.C: Likewise
4623         * g++.old-deja/g++.mike/eh26.C: Likewise
4624         * g++.old-deja/g++.mike/eh27.C: Likewise
4625         * g++.old-deja/g++.mike/eh28.C: Likewise
4626         * g++.old-deja/g++.mike/eh29.C: Likewise
4627         * g++.old-deja/g++.mike/eh31.C: Likewise
4628         * g++.old-deja/g++.mike/eh33.C: Likewise
4629         * g++.old-deja/g++.mike/eh34.C: Likewise
4630         * g++.old-deja/g++.mike/eh35.C: Likewise
4631         * g++.old-deja/g++.mike/eh36.C: Likewise
4632         * g++.old-deja/g++.mike/eh37.C: Likewise
4633         * g++.old-deja/g++.mike/eh38.C: Likewise
4634         * g++.old-deja/g++.mike/eh39.C: Likewise
4635         * g++.old-deja/g++.mike/eh40.C: Likewise
4636         * g++.old-deja/g++.mike/eh41.C: Likewise
4637         * g++.old-deja/g++.mike/eh42.C: Likewise
4638         * g++.old-deja/g++.mike/eh44.C: Likewise
4639         * g++.old-deja/g++.mike/eh46.C: Likewise
4640         * g++.old-deja/g++.mike/eh47.C: Likewise
4641         * g++.old-deja/g++.mike/eh48.C: Likewise
4642         * g++.old-deja/g++.mike/eh49.C: Likewise
4643         * g++.old-deja/g++.mike/eh50.C: Likewise
4644         * g++.old-deja/g++.mike/eh51.C: Likewise
4645         * g++.old-deja/g++.mike/eh53.C: Likewise
4646         * g++.old-deja/g++.mike/eh55.C: Likewise
4647         * g++.old-deja/g++.mike/p7912.C: Likewise
4648         * g++.old-deja/g++.mike/p9706.C: Likewise
4649         * g++.old-deja/g++.mike/p10416.C: Likewise
4650         * g++.old-deja/g++.mike/p11667.C: Likewise
4651         * g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
4652         Remove redundant reference to Iris.
4653         * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
4654         Elxsi, i860, Pico Java, and WE32K.
4656 2003-01-07  Mark Mitchell  <mark@codesourcery.com>
4658         * g++.dg/ext/asm4.C: New test.
4660 2003-01-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4662         PR c++/9030
4663         * g++.dg/template/friend12.C: New test.
4664         * g++.dg/template/friend13.C: Likewise.
4665         * g++.old-deja/g++.eh/spec6.C: Add missing error message.
4667 2003-01-08  Jan Hubicka  <jh@suse.cz>
4669         * gcc.dg/i386-cadd.c: New test.
4670         * gcc.dg/i386-cmov4.c: Likewise.
4672 2003-01-06  Mark Mitchell  <mark@codesourcery.com>
4674         PR c++/9165
4675         * g++.dg/warn/Wunused-3.C: New test.
4677         * g++.dg/abi/bitfield9.C: New test.
4679         PR c++/9189
4680         * g++.dg/parse/defarg3.C: New test.
4682 2003-01-06  Nathan Sidwell  <nathan@codesourcery.com>
4684         * g++.dg/parse/ambig1.C: New test.
4685         * g++.dg/parse/defarg2.C: New test.
4687 2003-01-05  Mark Mitchell  <mark@codesourcery.com>
4689         * g++.dg/template/defarg-1.C: New test.
4690         * g++.dg/template/local2.C: Likewise.
4692 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
4694         * gcc.c-torture/execute/20030105-1.c: New test.
4696 2003-01-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4698         * g++.dg/parse/namespace3.C: Remove extra semicolons.
4699         * g++.dg/parse/namespace4.C: Likewise.
4701 2003-01-03  Nathan Sidwell  <nathan@codesourcery.com>
4703         * g++.dg/template/ntp2.C: New test.
4705 2003-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
4707         * g++.dg/parse/extern-C-1.C: New test.
4709         * g++.dg/parse/namespace4.C: New test.
4711         * g++.dg/template/nested1.C: New test.
4713         * g++.dg/parse/namespace3.C: New test.
4715 2003-01-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4717         * g++.dg/lookup/two-stage1.C: New test.
4719 2003-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4721         * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
4722         * g++.old-deja/g++.jason/access8.C: Likewise.
4723         * g++.old-deja/g++.other/decl5.C: Likewise.
4725 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
4727         * g++.dg/parse/parse7.C: New test.
4729 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
4731         PR c++/2843
4732         * g++.dg/ext/attrib7.C: New test.
4734 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
4736         * g++.dg/parse/parse6.C: New test.
4738 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
4740         * gcc.dg/h8300-stack-1.c: New.
4742 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
4744         g++.dg/lookup/exception1.C: New test.
4746         g++.dg/lookup/template1.C: New test.
4748         g++.dg/parse/namespace2.C: New test.
4750         g++.dg/parse/parens2.C: New test.
4752 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
4754         * g++.dg/parse/parse5.C: New test.
4755         * g++.dg/lookup/scoped4.C: New test.
4757 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
4759         * g++.dg/parse/parens1.C: New test.
4761         * g++.dg/parse/parens2.C: Removed, turned out to duplicate
4762         angle-bracket1.C.
4763         * g++.dg/parse/parens2.C: New test.
4765         * g++.dg/lookup/scope-operator1.C: New test.
4767         * g++.dg/parse/operator1.C: New test.
4769 2003-01-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4771         * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
4772         * g++.old-deja/g++.other/access6.C: Likewise.
4773         * g++.old-deja/g++.other/decl1.C: Likewise.
4774         * g++.old-deja/g++.pt/typename12.C: Likewise.
4776 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
4778         * g++.dg/parse/namespace1.C: New test.
4780 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
4782         * g++.dg/parse/parse4.C: New test.
4784 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
4786         * g++.dg/parse/parse3.C: New test.
4788 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
4790         * g++.dg/parse/parse2.C: New test.
4792 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
4794         * g++.dg/template/friend11.C: New test.
4796 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
4798         * g++.dg/parse/parse1.C: New test.
4800 2002-12-31  Janis Johnson  <janis187@us.ibm.com>
4802         * lib/profopt.exp: Change the name of a global variable to avoid
4803         possible clashes with other test suites.
4805 2002-12-31  Nathan Sidwell  <nathan@codesourcery.com>
4807         * g++.dg/inherit/covariant8.C: New test.
4809 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
4811         * g++.dg/init/array9.C: New test.
4813         PR c++/9112
4814         * g++.dg/parse/expr1.C: New test.
4816 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
4818         * gcc.c-torture/compile/20021230-1.c: New test.
4820 2002-12-30  Nathan Sidwell  <nathan@codesourcery.com>
4822         * g++.dg/inherit/covariant5.C: New test.
4823         * g++.dg/inherit/covariant6.C: New test.
4824         * g++.dg/inherit/covariant7.C: New test.
4826 2002-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4828         PR c++/2739
4829         * g++.dg/other/access2.C: New test.
4831 2002-12-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4833         * g++.dg/other/anon-struct.C: No longer fails
4834         * g++.old-deja/g++.brendan/parse4.C: Likewise.
4835         * g++.old-deja/g++.brendan/parse5.C: Likewise.
4836         * g++.old-deja/g++.brendan/parse6.C: Likewise.
4838 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4840         * g++.dg/parse/angle-bracket.C (main): No longer fails.
4842 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
4844         * g++.dg/eh/spec4.C: Remove stray semicolon.
4845         * g++.dg/expr/pmf-1.C: Change error message.
4846         * g++.dg/ext/asm1.C: Remove stray semicolon.
4847         * g++.dg/ext/typename1.C: Add missing typenames.
4848         * g++.dg/inherit/template-as-base.C: Change error message.
4849         * g++.dg/lookup/scoped1.C: Likewise.
4850         * g++.dg/lookup/scoped2.C: Likewise.
4851         * g++.dg/lookup/using2.C: Likewise.
4852         * g++.dg/other/component1.C: Remove stray semicolon.
4853         * g++.dg/other/do1.C: Change error message.
4854         * g++.dg/other/error2.C: Likewise.
4855         * g++.dg/other/init1.C: Likewise.
4856         * g++.dg/other/packed1.C: Remove stray semicolon.
4857         * g++.dg/other/ptrmem2.C: Change error message.
4858         * g++.dg/parse/parameter-declaration-1.C: Remove line number
4859         marker.
4860         * g++.dg/special/initp1.C: Remove invalid attribute usage.
4861         * g++.dg/template/access3.C: Add typename keyword.
4862         * g++.dg/template/access5.C: Remove stray semicolon.
4863         * g++.dg/template/access6.C: Likewise.
4864         * g++.dg/template/complit1.C: Likewise.
4865         * g++.dg/template/crash1.C: Change error message.
4866         * g++.dg/template/inherit2.C: Remove stray semicolon.
4867         * g++.dg/template/instantiate2.C: Likewise.
4868         * g++.dg/template/instantiate3.C: Change error message.
4869         * g++.dg/template/qual1.C: Remove stray semicolon.
4870         * g++.dg/template/qualttp18.C: Change error message.
4871         * g++.dg/template/ref1.C: Remove stray semicolon.
4872         * g++.dg/template/sizeof1.C (A::value): Declare it.
4873         * g++.dg/template/spec4.C: Change error message.
4874         * g++.dg/template/static1.C: Likewise.
4875         * g++.dg/template/type1.C: Likewise.
4876         * g++.dg/template/typename3.C: Likewise.
4877         * g++.old-deja/g++.benjamin/13478.C: Change error message.
4878         * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
4879         * g++.old-deja/g++.benjamin/bool01.C: Likewise.
4880         * g++.old-deja/g++.benjamin/bool02.C: Likewise.
4881         * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
4882         named return value extension.
4883         * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
4884         * g++.old-deja/g++.benjmain/warn01.C: Likewise.
4885         * g++.old-deja/g++.bob/extern_C.C: Likewise.
4886         * g++.old-deja/g++.bob/inherit2.C: Likewise.
4887         * g++.old-deja/g++.brendan/complex1.C: Likewise.
4888         * g++.old-deja/g++.brendan/copy5.C: Likewise.
4889         * g++.old-deja/g++.brendan/crash13.C: Likewise.
4890         * g++.old-deja/g++.brendan/crash15.C: Likewise.
4891         * g++.old-deja/g++.brendan/crash18.C: Change error message.
4892         * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
4893         * g++.old-deja/g++.brendan/crash38.C: Likewise.
4894         * g++.old-deja/g++.brendan/crash50.C: Likewise.
4895         * g++.old-deja/g++.brendan/crash56.C: Likewise.
4896         * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
4897         syntax.
4898         * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
4899         * g++.old-deja/g++.brendan/crash8.C: Change error message.
4900         * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
4901         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
4902         * g++.old-deja/g++.brendan/shadow1.C: Likewise.
4903         * g++.old-deja/g++.brendan/template11.C: Likewise.
4904         * g++.old-deja/g++.brendan/template26.C: Likewise.
4905         * g++.old-deja/g++.brendan/template27.C: Use explicit
4906         specialization syntax.
4907         * g++.old-deja/g++.brendan/template30.C: Likewise.
4908         * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
4909         * g++.old-deja/g++.brendan/visibility3.C: Account for use of
4910         non-dependent names.
4911         * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
4912         * g++.old-deja/g++.brendan/warnings7.C: Likewise.
4913         * g++.old-deja/g++.bugs/900121_02.C: Likewise.
4914         * g++.old-deja/g++.eh/catchptr1.C: Likewise.
4915         * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
4916         * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
4917         named return value extension.
4918         * g++.old-deja/g++.ext/namedret2.C: Likewise.
4919         * g++.old-deja/g++.ext/namedret3.C: Likewise.
4920         * g++.old-deja/g++.ext/return1.C: Likewise.
4921         * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
4922         * g++.old-deja/g++.jason/access17.C: Issue more error messages.
4923         * g++.old-deja/g++.jason/access8.C: Likewise.
4924         * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
4925         * g++.old-deja/g++.jason/destruct.C: Remove incorrect
4926         pseudo-destructor names.
4927         * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
4928         * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
4929         pseudo-destructor names.
4930         * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
4931         * g++.old-deja/g++.jason/overload19.C: Likewise.
4932         * g++.old-deja/g++.jason/overload32.C: Likewise.
4933         * g++.old-deja/g++.jason/parse11.C: Issue error messages about
4934         stray semicolons.
4935         * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
4936         * g++.old-deja/g++.jason/return.C: Likewise.
4937         * g++.old-deja/g++.jason/return2.C: Likewise.
4938         * g++.old-deja/g++.jason/shadow1.C: Likewise.
4939         * g++.old-deja/g++.jason/special.C: Use explicit specialization
4940         syntax.
4941         * g++.old-deja/g++.jason/template10.C: Account for use of
4942         non-dependent names.
4943         * g++.old-deja/g++.jason/template11.C: Use explicit specialization
4944         syntax.
4945         * g++.old-deja/g++.jason/template37.C: Likewise.
4946         * g++.old-deja/g++.law/access4.C: Change error messages.
4947         * g++.old-deja/g++.law/arm13.C:  Remove incorrect
4948         pseudo-destructor names.
4949         * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
4950         * g++.old-deja/g++.law/ctors9.C: Likewise.
4951         * g++.old-deja/g++.law/cvt22.C: Likewise.
4952         * g++.old-deja/g++.law/dtors5.C: Likewise.
4953         * g++.old-deja/g++.law/global-init1.C: Likewise.
4954         * g++.old-deja/g++.law/missed-error3.C: Likewise.
4955         * g++.old-deja/g++.law/operators28.C: Likewise.
4956         * g++.old-deja/g++.law/visibility28.C: Likewise.
4957         * g++.old-deja/g++.martin/eval1.C: Likewise.
4958         * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
4959         name.
4960         * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
4961         * g++.old-deja/g++.mike/net34.C: Likewise.
4962         * g++.old-deja/g++.mike/net36.C: Likewise.
4963         * g++.old-deja/g++.mike/ns2.C: Likewise.
4964         * g++.old-deja/g++.mike/p12306.C: Likewise.
4965         * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
4966         value extension.
4967         * g++.old-deja/g++.mike/p700.C: Likewise.
4968         * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
4969         * g++.old-deja/g++.mike/p710.C: Likewise.
4970         * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
4971         value extension.
4972         * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
4973         * g++.old-deja/g++.mike/pmf9.C: Likewise.
4974         * g++.old-deja/g++.ns/crash2.C: Likewise.
4975         * g++.old-deja/g++.ns/crash3.C: Likewise.
4976         * g++.old-deja/g++.ns/invalid1.C: Likewise.
4977         * g++.old-deja/g++.ns/ns17.C: Likewise.
4978         * g++.old-deja/g++.ns/template16.C: Likewise.
4979         * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
4980         keyword.
4981         * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
4982         * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
4983         * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
4984         named return value extension.
4985         * g++.old-deja/g++.oliva/nameret2.C: Likewise.
4986         * g++.old-deja/g++.other/access4.C: Issue additional error
4987         messages.
4988         * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
4989         * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
4990         * g++.old-deja/g++.other/crash11.C: Add missing class-key.
4991         * g++.old-deja/g++.other/crash25.C: Change error message.
4992         * g++.old-deja/g++.other/crash4.C: Change error message.
4993         * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
4994         * g++.old-deja/g++.other/decl5.C: Issue more error messages.
4995         * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
4996         checks.
4997         * g++.old-deja/g++.other/defarg8.C: Likewise.
4998         * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
4999         * g++.old-deja/g++.other/dtor10.C: Likewise.
5000         * g++.old-deja/g++.other/incomplete.C: Likewise.
5001         * g++.old-deja/g++.other/linkage7.C: Likewise.
5002         * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
5003         lookup algorithm.
5004         * g++.old-deja/g++.other/mangle2.C: Likewise.
5005         * g++.old-deja/g++.other/refinit2.C: Likewise.
5006         * g++.old-deja/g++.other/sizeof2.C: Change error messages.
5007         * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
5008         * g++.old-deja/g++.pt/crash28.C: Likewise.
5009         * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
5010         syntax.
5011         * g++.old-deja/g++.pt/crash32.C: Change error message.
5012         * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
5013         * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
5014         * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
5015         error message position.
5016         * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
5017         * g++.old-deja/g++.pt/defarg8.C: Change error message.
5018         * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
5019         syntax.
5020         * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
5021         * g++.old-deja/g++.pt/eichin01b.C: Likewise.
5022         * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
5023         * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
5024         keyword.
5025         * g++.old-deja/g++.pt/explicit31.C: Likewise.
5026         * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
5027         * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
5028         keyword.
5029         * g++.old-deja/g++.pt/explicit71.C: Change error message.
5030         * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
5031         syntax.
5032         * g++.old-deja/g++.pt/friend28.C: Account for use of
5033         non-dependent names.
5034         * g++.old-deja/g++.pt/friend29.C: Likewise.
5035         * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
5036         rules.
5037         * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
5038         * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
5039         * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
5040         lookup rules.
5041         * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
5042         * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
5043         keyword.
5044         * g++.old-deja/g++.pt/memclass20.C: Likewise.
5045         * g++.old-deja/g++.pt/memclass5.C: Likewise.
5046         * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
5047         keyword.
5048         * g++.old-deja/g++.pt/memtemp75.C: Likewise.
5049         * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
5050         * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
5051         * g++.old-deja/g++.pt/overload13.C: Correct error messages.
5052         * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
5053         * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template
5054         keyword.
5055         * g++.old-deja/g++.pt/spec10.C: Likewise.
5056         * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
5057         * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
5058         * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
5059         * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
5060         * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
5061         * g++.old-deja/g++.pt/ttp62.C: Likewise.
5062         * g++.old-deja/g++.pt/ttp64.C: Likewise.
5063         * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
5064         * g++.old-deja/g++.pt/typename15.C: Likewise.
5065         * g++.old-deja/g++.pt/typename22.C: Likewise.
5066         * g++.old-deja/g++.pt/typename6.C: Change error messages.
5067         * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
5068         * g++.old-deja/g++.pt/virtual2.C: Likewise.
5069         * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
5070         syntax.
5071         * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
5072         return value extension.
5073         * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
5074         * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
5075         * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
5076         * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
5078 2002-12-26  Nathan Sidwell  <nathan@codesourcery.com>
5080         * g++.dg/warn/inline1.C: New test.
5081         * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
5082         * g++.old-deja/g++.jason/synth10.C: Likewise.
5083         * g++.old-deja/g++.mike/net31.C: Likewise.
5084         * g++.old-deja/g++.mike/p8786.C: Likewise.
5086         * g++.dg/template/friend10.C: New test.
5087         * g++.dg/template/conv5.C: New test.
5089 2002-12-24  Nathan Sidwell  <nathan@codesourcery.com>
5091         * g++.dg/lookup/scoped3.C: New test.
5093         * g++.dg/lookup/decl1.C: New test.
5094         * g++.dg/lookup/decl2.C: New test.
5096 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
5098         * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
5099         gcc.c-torture/compile/20021015-1.c,
5100         gcc.c-torture/compile/20021015-2.c,
5101         gcc.c-torture/compile/20021123-1.c,
5102         gcc.c-torture/compile/20021123-2.c,
5103         gcc.c-torture/compile/20021123-3.c,
5104         gcc.c-torture/compile/20021123-4.c,
5105         gcc.c-torture/execute/20021024-1.c: Add tests previously added
5106         only to 3.1 or 3.2 branch.
5108 2002-12-23  Mark Mitchell  <mark@codesourcery.com>
5110         * gcc.dg/i386-bitfield3.c: New test.
5112         * gcc.dg/i386-bitfield2.c: New test.
5114 2002-12-22  Nathan Sidwell  <nathan@codesourcery.com>
5116         * g++.dg/parse/conv_op1.C: New test.
5118 2002-12-21  Josef Zlomek  <zlomekj@suse.cz>
5120         * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
5121         approved.
5123 2002-12-20  Josef Zlomek  <zlomekj@suse.cz>
5125         * gcc.c-torture/compile/20021220-1.c: New test.
5127 2002-12-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
5129         * gcc.dg/i386-fastcall-1.c: New.
5131 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
5133         * gcc.c-torture/execute/20021219-1.c: New test.
5135 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
5137         * gcc.dg/i386-pic-1.c: New test.
5139 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5141         PR c++/8099
5142         * g++.dg/template/friend9.C: New test.
5144 2002-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5146         PR c++/3663
5147         * g++.dg/template/access7.C: New test.
5149 2002-12-18  Nick Clifton  <nickc@redhat.com>
5151         * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
5152         the libstdc++-v3 directory has been found.
5154 2002-12-12  Devang Patel <dpatel@apple.com>
5155         * gcc.dg/darwin-ld-1.c: New test.
5156         * gcc.dg/darwin-ld-2.c: New test.
5157         * gcc.dg/darwin-ld-3.c: New test.
5158         * gcc.dg/darwin-ld-4.c: New test.
5159         * gcc.dg/darwin-ld-5.c: New test.
5161 2002-12-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
5163         * gcc.c-torture/compile/20021212-1.c: New test.
5165 2002-12-11  Neil Booth  <neil@daikokuya.co.uk>
5167         * gcc.dg/fshort-wchar: New test.
5169 2002-12-10  Mark Mitchell  <mark@codesourcery.com>
5171         PR c++/8372
5172         * g++.dg/template/dtor1.C: New test.
5174         * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
5175         markers.
5177 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
5179         * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
5181 2002-12-09  Mark Mitchell  <mark@codesourcery.com>
5183         * g++.dg/template/static1.C: New test.
5184         * g++.dg/template/static2.C: New test.
5185         * g++.old-deja/g++.ext/memconst.C: New test.
5187 2002-12-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5189         * g++.dg/special/conpr-2.C: Expect failure on solaris2.
5190         * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
5191         * g++.dg/special/initp1.C: Likewise.
5193 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
5195         * gcc.c-torture/execute/20021204-1.c: New test.
5197 2002-12-04  Geoffrey Keating  <geoffk@apple.com>
5199         * gcc.dg/ppc-fmadd-1.c: New file.
5200         * gcc.dg/ppc-fmadd-2.c: New file.
5201         * gcc.dg/ppc-fmadd-3.c: New file.
5203 2002-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5205         * gcc.c-torture/compile/20021204-1.c: New test.
5207 2002-12-03  Nathan Sidwell  <nathan@codesourcery.com>
5209         * g++.dg/inherit/covariant2.C: New test.
5210         * g++.dg/inherit/covariant3.C: New test.
5211         * g++.dg/inherit/covariant4.C: New test.
5212         * g++.dg/inherit/covariant1.C: Remove XFAIL.
5213         * g++.old-deja/g++.robertl/eb17.C: Likewise.
5215 2002-12-03  Mark Mitchell  <mark@codesourcery.com>
5217         PR c++/8688
5218         * g++.dg/init/brace3.C: New test.
5220 2002-12-02  Kazu Hirata  <kazu@cs.umass.edu>
5222         * gcc.dg/20020210-1.c: Fix a comment typo.
5224 2002-12-02  Mark Mitchell  <mark@codesourcery.com>
5226         PR c++/8720
5227         * g++.dg/parse/defarg1.C: New test.
5229         PR c++/8615
5230         * g++.dg/template/char1.C: New test.
5232         * g++.dg/template/varmod1.C: Fix typo.
5234 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5236         DR 180
5237         * g++.old-deja/g++.pt/crash32.C: Expect error.
5239 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
5241         PR c++/5919
5242         * g++.dg/template/varmod1.C: New test.
5244         PR c++/8727
5245         * g++.dg/inherit/typeinfo1.C: New test.
5247         PR c++/8663
5248         * g++.dg/inherit/typedef1.C: New test.
5250 2002-11-30  Mark Mitchell  <mark@codesourcery.com>
5252         PR c++/8332
5253         PR c++/8493
5254         * g++.dg/template/strlen1.C: New test.
5256         PR c++/8227
5257         * g++.dg/template/ctor2.C: New test.
5259         PR c++/8214
5260         * g++.dg/init/string1.C: New test.
5262         PR c++/8511
5263         * g++.dg/template/friend8.C: New test.
5265 2002-11-29  Joe Buck <jbuck@synopsys.com>
5267         * g++.dg/lookup/anon2.C: New test.
5269 2002-11-28  Kazu Hirata  <kazu@cs.umass.edu>
5271         * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
5272         h8300 port.
5274 2002-11-27  Richard Sandiford  <rsandifo@redhat.com>
5276         * gcc.dg/bitfld-6.c: New test.
5278 2002-11-27  Jan Hubicka  <jh@suse.cz>
5280         * gcc.c-torture/execute/20021127.[cx]: New test.
5282 2002-11-26  Jan Hubicka  <jh@suse.cz>
5284         * gcc.dg/i386-cmov[123].c: New tests for conditional move code
5285         quality.
5287 2002-11-26  Geoffrey Keating  <geoffk@apple.com>
5289         * g++.dg/init/brace2.C: New test.
5290         * g++.old-deja/g++.mike/p9129.C: Correct.
5292 2002-11-26  Mark Mitchell  <mark@codesourcery.com>
5294         * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
5296 2002-11-25  Andreas Bauer  <baueran@in.tum.de>
5298         * gcc.dg/sibcall-6: New test for indirect sibcalls.
5300 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
5302         * testsuite/g++.dg/abi/empty11.C: New test.
5303         * testsuite/g++.dg/rtti/cv1.C: New test.
5305 2002-11-25  Hans-Peter Nilsson  <hp@bitrange.com>
5307         * lib/prune.exp: Prune more -fpic/-fPIC warnings.
5309 2002-11-24  Mark Mitchell  <mark@codesourcery.com>
5311         * g++.dg/abi/empty10.C: New test.
5313 2002-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
5315         * gcc.c-torture/compile/20021124-1.c: New test.
5317 2002-11-22  Mark Mitchell  <mark@codesourcery.com>
5319         * g++.dg/abi/rtti2.C: New test.
5321 2002-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
5323         * gcc.dg/i386-unroll-1.c: New test.
5325 2002-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
5327         * gcc.c-torture/compile/20021120-1.c: New test.
5328         * gcc.c-torture/compile/20021120-2.c: New test.
5330 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
5332         * gcc.dg/bitfld-5.c: New test.
5334 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
5336         * gcc.c-torture/execute/20021120-3.c: New test.
5338 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
5340         * gcc.c-torture/execute/20021120-2.c: New test.
5342 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
5344         * gcc.c-torture/execute/20021120-1.c: New test.
5346 2002-11-20  Jakub Jelinek  <jakub@redhat.com>
5348         * gcc.c-torture/execute/20021118-3.c: New test.
5350 2002-11-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
5352         * gcc.c-torture/compile/20021119-1.c: New test.
5354 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
5356         * gcc.dg/duff-1.c: New test.
5357         * gcc.dg/duff-2.c: New test.
5358         * gcc.dg/duff-3.c: New test.
5360 2002-11-18  Neil Booth  <neil@daikokuya.co.uk>
5362         * gcc.dg/cpp/_Pragma5.c: New test.
5364 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
5366         * gcc.c-torture/execute/20021118-2.c: New test.
5368 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
5370         * gcc.c-torture/execute/20021118-1.c: New test.
5372 2002-11-16  Jakub Jelinek  <jakub@redhat.com>
5374         * gcc.dg/20021116-1.c: New test.
5376 2002-11-14  Mark Mitchell  <mark@codesourcery.com>
5378         * g++.dg/abi/vcall1.C: New test.
5380 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
5382         * gcc.dg/20021029-1.c: New test.
5383         * gcc.dg/20021029-2.c: New test.
5385 2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5387         * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
5389 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
5391         PR c/8439
5392         * gcc.dg/20021110.c: Move to ...
5393         * gcc.c-torture/compile/20021110.c: .... here.
5395 2002-11-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5397         PR c/8467
5398         * gcc.c-torture/execute/20021111-1.c
5400 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
5402         PR c/8439
5403         * gcc.dg/20021110.c: New test.
5405 2002-11-10  Mark Mitchell  <mark@codesourcery.com>
5407         * g++.dg/abi/vthunk3.C: Run only on x86.
5409 2002-11-10  Joseph S. Myers  <jsm@polyomino.org.uk>
5411         * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
5413 2002-11-09  Hans-Peter Nilsson  <hp@bitrange.com>
5415         * lib/compat.exp (compat-execute): Fix logic error in last
5416         change.
5418 2002-11-09  Neil Booth  <neil@daikokuya.co.uk>
5420         * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
5422 2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5424         PR c++/8389
5425         * g++.dg/template/access6.C: New test.
5427 2002-11-08  Jan Hubicka  <jh@suse.cz>
5429         * gcc.dg/i386-ssefp-1.c: New test.
5430         * gcc.dg/i386-ssefp-1.c: New test.
5432 2002-11-08  Jan Hubicka  <jh@suse.cz>
5434         * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
5436 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
5438         * g++.dg/abi/vthunk3.C: New test.
5440         PR c++/8338
5441         * g++.dg/template/crash2.C: New test.
5443 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
5445         * testsuite/g++.dg/abi/dtor1.C: New test.
5446         * testsuite/g++.dg/abi/dtor2.C: Likewise.
5448 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
5450         * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
5451         Darwin.
5453 2002-11-04  Adam Nemet  <anemet@lnxw.com>
5455         * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
5456         -mthumb.  Only xfail with -O0.
5458 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
5460         * g++.dg/abi/thunk1.C: New test.
5461         * g++.dg/abi/thunk2.C: Likewise.
5462         * g++.dg/abi/vtt1.C: Likewise.
5464 2002-11-02  Diego Novillo  <dnovillo@redhat.com>
5466         PR optimization/8423
5467         * gcc.c-torture/execute/builtin-constant.c: New test.
5469 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
5471         * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
5472         Add some more cases.
5474 2002-11-01  Mark Mitchell  <mark@codesourcery.com>
5476         PR c++/8391
5477         * g++.dg/opt/local1.C: New test.
5479 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
5481         PR c++/8160
5482         * g++.dg/template/complit1.C: New test.
5484         PR c++/8149
5485         * g++.dg/template/typename4.C: Likewise.
5487 2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5489         Core issue 287, PR c++/7639
5490         * g++.dg/template/instantiate1.C: Adjust error location.
5491         * g++.dg/template/instantiate3.C: New test.
5492         * g++.old-deja/g++.pt/crash10.C: Adjust error location.
5493         * g++.old-deja/g++.pt/derived3.C: Adjust error location.
5494         * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
5496 2002-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
5498         * lib/compat.exp (compat-execute): Don't clean out a gluefile.
5500 2002-10-29  Mark Mitchell  <mark@codesourcery.com>
5502         PR c++/8287
5503         * g++.dg/init/dtor2.C: New test.
5505 2002-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5507         * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
5508         * gcc.dg/nest.c: Bypass errors on irix6.
5510 2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
5512         * gcc.dg/nest.c: Expect error for mmix-*-*.
5513         * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
5515 2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
5517         * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
5518         markers.
5520         * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
5522 2002-10-25  Mike Stump  <mrs@apple.com>
5524         * gcc.dg/warn-1.c: New test.
5526 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
5528         * g++.dg/template/typename3.C: New test.
5530 2002-10-25  Mark Mitchell  <mark@codesourcery.com>
5532         * g++.dg/lookup/ptrmem1.C: New test.
5534         * g++.dg/abi/vthunk2.C: New test.
5536 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
5538         * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
5540 2002-10-24  Mark Mitchell  <mark@codesourcery.com>
5542         * g++.dg/abi/empty9.C: New test.
5544 2002-10-24  Richard Henderson  <rth@redhat.com>
5546         * g++.dg/inherit/thunk1.C: Enable for ia64.
5548 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
5550         PR c++/8067
5551         * g++.dg/lookup/pretty1.C: New test.
5553 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
5555         * gcc.dg/20021023-1.c: New test.
5557 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
5559         PR c++/7679
5560         * g++.dg/parse/inline1.C: New test.
5562 2002-10-23  Richard Henderson  <rth@redhat.com>
5564         * g++.dg/inherit/thunk1.C: Enable for x86_64.
5566         * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
5568 2002-10-22  Mark Mitchell  <mark@codesourcery.com>
5570         PR c++/6579
5571         * g++.dg/parse/stmtexpr3.C: New test.
5573 2002-10-22  Nathan Sidwell  <nathan@codesourcery.com>
5575         * g++.dg/expr/cond1.C: New test.
5577 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
5579         * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
5581 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
5583         * g++.dg/abi/vbase13.C: New test.
5584         * g++.dg/abi/vbase14.C: Likewise.
5586 2002-10-21  Jakub Jelinek  <jakub@redhat.com>
5588         * gcc.dg/tls/pic-1.c: New test.
5589         * gcc.dg/tls/nonpic-1.c: New test.
5590         * gcc.dg/20021018-1.c: New test.
5592 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
5594         * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
5595         Remove only files with the same base name as the test case.
5596         (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
5597         (profopt-execute): Likewise.  Also, remove old profiling
5598         and performance data files before running the tests.
5600         * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
5601         * g++.dg/bprob/bprob.exp: Likewise.
5602         * g77.dg/bprob/bprob.exp: Likewise.  Also, relax regexp
5603         to allow more general test case names.
5605         * g++.dg/bprob/bprob-1.C: Rename to ...
5606         * g++.dg/bprob/g++-bprob-1.C: ... this.
5608         * g77.dg/bprob/bprob-1.f: Rename to ...
5609         * g77.dg/bprob/g77-bprob-1.f: ... this.
5611 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
5613         * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
5614         bison 1.50 or later.
5616 2002-10-21  Janis Johnson  <janis187@us.ibm.com>
5618         * g++.dg/README: Describe more test directories.
5620 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
5622         * g++.dg/init/array6.C: Add additional tests.
5624 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
5626         * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
5627         * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
5629 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
5631         * gcc.c-torture/compile/20020604-1.x: New.
5632         * gcc.c-torture/compile/simd-5.x: Likewise.
5633         * gcc.c-torture/execute/920710-1.x: Likewise.
5634         * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
5636 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
5638         * g++.dg/inherit/override1.C: Add dg-options clause.
5640 2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5642         * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
5643         _mm_slli_si128.
5645 2002-10-19  Andreas Schwab  <schwab@suse.de>
5647         * lib/compat.exp (compat-run): Prepend "./" when $dest has no
5648         directory component.
5650 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
5652         * g++.dg/inherit/thunk1.C: New test.
5654         * g++.dg/inherit/override1.C: New test.
5656         * g++.dg/abi/mangle11.C: New test.
5657         * g++.dg/abi/mangle14.C: New test.
5658         * g++.dg/abi/mangle17.C: New test.
5660 2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
5662         * g++.dg/overload/member2.C: New test.
5664 2002-10-17  Janis Johnson  <janis187@us.ibm.com>
5666         * g++.dg/README: Describe new compat directory.
5667         * g++.dg/dg.exp: Skip tests in compat directory.
5668         * README.compat: New file.
5669         * lib/compat.exp: New expect script.
5670         * g++.dg/compat: New test directory.
5671         * g++.dg/compat/compat.exp: New expect script.
5672         * g++.dg/compat/abi: New test directory.
5673         * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
5674         g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
5675         g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
5676         g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
5677         g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
5678         g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
5679         g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
5680         g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
5681         g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
5682         g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
5683         g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
5684         g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
5685         * g++.dg/compat/break: New test directory.
5686         * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
5687         g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
5688         g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
5689         g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
5690         g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
5691         g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
5692         g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
5693         g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
5694         g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
5695         g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
5696         g++.dg/compat/break/README: New files.
5697         * g++.dg/compat/eh: New test directory.
5698         * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
5699         g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
5700         g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
5701         g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
5702         g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
5703         g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
5704         g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
5705         g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
5706         g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
5707         g++.dg/compat/eh/filter2_y.C,
5708         g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
5709         g++.dg/compat/eh/new1_y.C,
5710         g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
5711         g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
5712         g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
5713         g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
5714         g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
5715         g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
5716         g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
5717         g++.dg/compat/eh/unexpected1_y.C: New files.
5718         * g++.dg/compat/init: New test directory.
5719         * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
5720         g++.dg/compat/init/array5_y.C,
5721         g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
5722         g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
5723         g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
5724         g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
5725         g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
5726         g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
5727         g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
5728         g++.dg/compat/init/init-ref2_y.C: New files.
5730 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
5732         PR c++/7584
5733         * g++.dg/inherit/using3.C: New test.
5735 2002-10-17  Jan Hubicka  <jh@suse.cz>
5737         * gcc.dg/20021017-2.c: New test.
5739 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
5741         * g++.dg/abi/mangle16.C: Adjust.
5743         * g++.dg/init/array8.C: New test.
5745 2002-10-17  Richard Sandiford  <rsandifo@redhat.com>
5747         * gcc.dg/special/mips-abi.exp: New test.
5748         * gcc.dg/special/mips-abi.s: Empty file used by the above.
5750 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
5752         * g++.dg/abi/mangle16.C: New test.
5753         * g++.dg/abi/mangle17.C: Likewise.
5755         PR c++/7478
5756         * g++.dg/template/ref1.C: New test.
5758 2002-10-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5760         * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
5762 2002-10-16  Ulrich Weigand  <uweigand@de.ibm.com>
5764         * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
5766 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
5768         PR c++/7524
5769         * g++.dg/init/array7.C: New test.
5771 2002-10-15  Mark Mitchell  <mark@codesourcery.com>
5773         * g++.dg/init/array6.C: New test.
5775         * g++.dg/abi/mangle13.C: Likewise.
5776         * g++.dg/abi/mangle14.C: Likewise.
5777         * g++.dg/abi/mangle15.C: Likewise.
5779 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
5781         * g++.dg/abi/empty8.C: New test.
5783 2002-10-15  Nathan Sidwell  <nathan@codesourcery.com>
5785         * g++.dg/init/ctor1.C: New test.
5787 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
5789         * gcc.c-torture/execute/20021015-1.c: New test.
5791 2002-10-15  J"orn Rennecke <joern.rennecke@superh.com>
5793         * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
5795 2002-10-14  Jan Hubicka  <jh@suse.cz>
5797         * gcc.dg/i386-ssetype-[1-5].c: New tests.
5799 2002-10-14  Richard Henderson  <rth@redhat.com>
5801         * gcc.dg/20020219-1.c: Disable for 16-bit targets.
5803 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
5805         PR optimization/6631
5806         * g++.dg/opt/const2.C: New test.
5808 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
5810         PR c++/7176
5811         * g++.dg/parse/friend1.C: New test.
5812         * g++.old-deja/g++.pt/memtemp64.C: Adjust.
5814 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
5816         * gcc.dg/20021014-1.c: New test.
5818 2002-10-11  Mark Mitchell  <mark@codesourcery.com>
5820         PR c++/5661
5821         * g++.dg/ext/vlm1.C: New test.
5822         * g++.dg/ext/vlm2.C: Likewise.
5824         * g++.dg/init/array1.C: Remove invalid braces.
5825         * g++.dg/init/brace1.C: New test.
5826         * g++.dg/init/copy2.C: Likewise.
5827         * g++.dg/init/copy3.C: Likewise.
5828         * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
5829         * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
5830         braces.
5832 2002-10-11  Neil Booth  <neil@daikokuya.co.uk>
5834         * gcc.dg/cpp/assembler.S: Don't use -ansi.
5836 2002-10-11  Richard Shann  <richard.shann@superh.com>
5838         * gcc.c-torture/compile/simd-5.c: New test.
5840 2002-10-10  Roger Sayle  <roger@eyesopen.com>
5842         * gcc.c-torture/execute/shiftopt-1.c: New test case.
5844 2002-10-10  Jim Wilson  <wilson@redhat.com>
5846         * gcc.c-torture/execute/20021010-1.c: New test.
5848 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
5850         PR c/7353
5851         * g++.dg/ext/typedef-init.C: New test.
5852         * gcc.dg/typedef-init.c: New test.
5854 2002-10-09  Neil Booth  <neil@daikokuya.co.uk>
5856         * gcc.dg/cpp/paste13.c: New test.
5858 2002-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5860         * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs.  For
5861         remaining platforms, XFAIL during compile, not execute.  Don't
5862         XFAIL at -O0.
5864 2002-10-08  Nathan Sidwell  <nathan@codesourcery.com>
5866         * gcc.dg/alias-1.c: Tweak expected warning.
5868 2002-10-06  D.Venkatasubramanian <dvenkat@noida.hcltech.com>
5870         * gcc.dg/20020411-1.c: Disable for 16-bit "int".
5872 2002-10-06  Andreas Jaeger  <aj@suse.de>
5874         * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
5875         * gcc.dg/cpp/c++98.C: Likewise.
5877         * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
5878         * g++.dg/cpp/c++98.C: Likewise.
5880         * g++.dg/README (Subdirectories): Mention cpp directory.
5882         PR target/7559
5883         * gcc.dg/20021006-1.c: New test.
5885 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5887         PR c++/7804
5888         * g++.dg/other/warning1.C: New test.
5890 2002-10-04  Roger Sayle  <roger@eyesopen.com>
5892         * gcc.c-torture/execute/20020720-1.x:  XFAIL instead of skipping
5893         the test on failing platforms.  Mark sparcv9-*-*, sparc64-*-*
5894         and sparc-*-* with -m64 as expected failures.  See PR 8087.
5896 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
5898         PR c++/7931
5899         * g++.dg/template/ptrmem3.C: New test.
5901         PR c++/7754
5902         * g++.dg/template/union1.C: New test.
5904 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
5906         PR c++/8006
5907         * g++.dg/abi/mangle9.C: New test.
5908         * g++.dg/abi/mangle10.C: New test.
5909         * g++.dg/abi/mangle11.C: New test.
5910         * g++.dg/abi/mangle12.C: New test.
5912 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
5914         PR c++/7188.
5915         * g++.dg/template/meminit1.C: New test.
5916         * g++.dg/warn/Wreorder-1.C: Likewise.
5917         * g++.old-deja/g++.mike/warn3.C: Tweak.
5918         * lib/prune.exp: Ingore "in copy constructor".
5920 2002-10-02  Andreas Jaeger  <aj@suse.de>
5922         * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
5923         gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
5924         g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
5925         on x86-64.
5927 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
5929         * gcc.dg/empty1.C: Fix typo.
5931 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
5933         * gcc.dg/alias-1.c: New test.
5935 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
5937         * gcc.dg/empty1.C: New test.
5939         * g++.dg/tls/init-2.C: Tweak error messages.
5941 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
5943         * gcc.c-torture/compile/20020923-1.c: New test.
5945 2002-09-30  Jason Thorpe  <thorpej@wasabisystems.com>
5947         * gcc.c-torture/execute/ffs-1.c: New test.
5948         * gcc.c-torture/execute/ffs-2.c: Ditto.
5950 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
5952         * g++.dg/overload/member1.C: New test.
5954 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
5956         * g++.dg/abi/empty7.C: New test.
5957         * g++.dg/init/pm2.C: Likewise.
5959 2002-09-29  Nathan Sidwell  <nathan@codesourcery.com>
5961         * g++.dg/rtti/crash1.C: New test.
5963 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
5965         * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
5966         gcc.dg/sibcall-4.c: New tests.
5968 2002-09-28  Roger Sayle  <roger@eyesopen.com>
5970         * gcc.c-torture/execute/20020720-1.x: No longer skip test on
5971         powerpc and MMIX targets.
5973 2002-09-27  Zack Weinberg  <zack@codesourcery.com>
5975         * gcc.dg/cpp/20020927-1.c: New.
5977 2002-09-26  David S. Miller  <davem@redhat.com>
5979         * gcc.c-torture/compile/trunctfdf.c: New.
5981 2002-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5983         * lib/target-supports.exp (check_weak_available): Handle solaris2.
5985 2002-09-27  Alan Modra  <amodra@bigpond.net.au>
5987         * gcc.c-torture/execute/loop-15.c: New.
5989 2002-09-26  Janis Johnson  <janis187@us.ibm.com>
5991         * README.QMTEST: Fix typo.
5993 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
5995         * gcc.dg/20020926-1.c: New test.
5997 2002-09-25  David S. Miller  <davem@redhat.com>
5999         PR target/7842
6000         * gcc.c-torture/execute/shiftdi.c: New test.
6002 2002-09-26  Richard Earnshaw  <rearnsha@arm.com>
6004         * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
6005         unique to the tool.
6006         * lib/g77.exp (g77_init): Likewise.
6007         * lib/g++.exp (g++_init): Likewise.
6008         * lib/objc.exp (objc_init): Likewise.
6010 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
6012         * gcc/testsuite/g++.dg/abi/empty5.C: New test.
6013         * gcc/testsuite/g++.dg/abi/empty6.C: New test.
6014         * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
6016 2002-09-25  Richard Henderson  <rth@redhat.com>
6018         * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
6019         too-small long double.
6021 2002-09-23  Hans-Peter Nilsson  <hp@axis.com>
6023         * gcc.dg/20020919-1.c: New test.
6025 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
6027         * g++.dg/abi/bitfield6.C: New test.
6028         * g++.dg/abi/bitfield7.C: New test.
6029         * g++.dg/abi/bitfield8.C: New test.
6030         * g++.dg/abi/vbase11.C: New test.
6032 2002-09-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6034         * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
6035         hppa*-*-hpux*.  Update test comment.
6037 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
6039         * gcc.dg/tls/struct-1.c: New test.
6041 2002-09-20  Neil Booth  <neil@daikokuya.co.uk>
6043         * gcc.dg/cpp/tr-warn2.c: Update.
6045 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
6047         * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
6049 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
6051         * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
6052         systems.
6054 2002-09-20  Hans-Peter Nilsson  <hp@bitrange.com>
6056         * gcc.c-torture/execute/ieee/mzero3.c: New test.
6058         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
6059         Adjust for c++filt moved to binutils.  Remove spurious duplicate
6060         setting of cxxfilt.
6062 2002-09-19  Geoffrey Keating  <geoffk@apple.com>
6064         * gcc.dg/20020312-2.c: Update for darwin.
6066 2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
6068         * g++.old-deja/g++.other/crash32.C: Mark ICE.
6070 2002-09-17  Nicola Pero  <n.pero@mi.flashnet.it>
6072         * objc.dg/comp-types-1.m: New test.
6073         * objc.dg/comp-types-2.m: New test.
6074         * objc.dg/comp-types-3.m: New test.
6075         * objc.dg/comp-types-4.m: New test.
6076         * objc.dg/comp-types-5.m: New test.
6077         * objc.dg/comp-types-6.m: New test.
6079 2002-09-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6081         * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
6083 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
6085         * g++.dg/other/do1.C: New test.
6087         * g++.dg/template/subst1.C: New test.
6089 2002-09-16  Steve Ellcey  <sje@cup.hp.com>
6091         * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
6093 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
6095         * g++.dg/template/qualttp20.C: Adjust expected errors.
6096         * g++.old-deja/g++.jason/report.C: Likewise.
6097         * g++.old-deja/g++.other/qual1.C: Likewise.
6099         * g++.dg/lookup/scoped2.C: New test.
6101         * g++.dg/ext/asm3.C: New test.
6103 2002-09-16  Richard Earnshaw  <rearnsha@arm.com>
6105         * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
6107 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
6109         * ChangeLog: follow spelling conventions.
6110         * g++.old-deja/g++.abi/ptrmem.C: Likewise.
6111         * g++.old-deja/g++.bugs/900210_05.C: Likewise.
6112         * g++.old-deja/g++.bugs/900211_04.C: Likewise.
6113         * g++.old-deja/g++.bugs/900321_02.C: Likewise.
6114         * g++.old-deja/g++.bugs/900404_02.C: Likewise.
6115         * g++.old-deja/g++.bugs/900520_06.C: Likewise.
6116         * g++.old-deja/g++.law/global-init1.C: Likewise.
6117         * g++.old-deja/g++.other/delete4.C: Likewise.
6118         * g++.old-deja/g++.other/inline21.C: Likewise.
6119         * g++.old-deja/g++.other/singleton.C: Likewise.
6120         * g77.dg/strlen0.f: Likewise.
6121         * g77.f-torture/compile/20010519-1.f: Likewise.
6122         * g77.f-torture/compile/980310-4.f: Likewise.
6123         * gcc.c-torture/compile/20000605-1.c: Likewise.
6124         * gcc.c-torture/execute/20020225-1.c: Likewise.
6125         * gcc.dg/c90-hexfloat-2.c: Likewise.
6126         * gcc.dg/c99-bool-1.c: Likewise.
6127         * gcc.dg/c99-hexfloat-2.c: Likewise.
6128         * gcc.dg/dll-2.c: Likewise.
6129         * gcc.dg/wtr-union-init-1.c: Likewise.
6130         * gcc.dg/wtr-union-init-2.c: Likewise.
6131         * gcc.dg/wtr-union-init-3.c: Likewise.
6132         * gcc.dg/cpp/avoidpaste1.c: Likewise.
6133         * gcc.dg/cpp/defined.c: Likewise.
6134         * gcc.dg/cpp/macsyntx.c: Likewise.
6135         * gcc.dg/cpp/paste2.c: Likewise.
6136         * gcc.dg/cpp/trad/defined.c: Likewise.
6137         * gcc.dg/format/c90-printf-1.c: Likewise.
6138         * gcc.dg/format/c90-scanf-1.c: Likewise.
6139         * gcc.dg/format/c99-printf-1.c: Likewise.
6140         * gcc.dg/format/c99-scanf-1.c: Likewise.
6141         * gcc.misc-tests/gcov-8.c: Likewise.
6142         * lib/profopt.exp: Likewise.
6144 2002-09-15  Krister Walfridsson  <cato@df.lth.se>
6146         * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
6148 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
6150         * g++.dg/inherit/using2.C: New test.
6152 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
6154         * ChangeLog: Follow spelling conventions.
6155         * g++.dg/template/friend4.C: Likewise.
6156         * g++.old-deja/g++.pt/crash67.C: Likewise.
6157         * gcc.c-torture/execute/20000801-4.c: Likewise.
6158         * gcc.dg/c90-digraph-1.c: Likewise.
6159         * gcc.dg/c94-digraph-1.c: Likewise.
6160         * gcc.dg/c99-digraph-1.c: Likewise.
6161         * gcc.dg/cpp/line5.c: Likewise.
6162         * gcc.dg/cpp/multiline.c: Likewise.
6163         * gcc.dg/cpp/trad/literals-1.c: Likewise.
6164         * gcc.dg/format/attr-3.c: Likewise.
6165         * gcc.dg/format/c90-scanf-3.c: Likewise.
6166         * gcc.dg/format/ext-4.c: Likewise.
6168 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
6170         * g++.dg/template/pretty1.C: New test.
6172 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
6174         * gcc.c-torture/execute/struct-cpy-1.c: New test.
6176 2002-09-13  Matt Austern  <austern@apple.com>
6178         * testsuite/g++.dg/other/constref[12].C: New, regression tests for
6179         passing a cast expression to a function by const reference.
6181 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
6183         * g++.dg/template/deduce1.C: New test.
6185 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
6187         * gcc.c-torture/execute/simd-1.c: Force all use of int to
6188         32-bit int.
6190 2002-09-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6192         * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
6193         usage.
6195 2002-09-10  Richard Earnshaw  <rearnsha@arm.com>
6197         * gcc.c-torture/compile/20020910-1.c: New test.
6199 2002-09-10  Frank Ch. Eigler  <fche@redhat.com>
6201         * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
6203 2002-09-10  Andreas Jaeger  <aj@suse.de>
6205         * gcc.dg/20020312-2.c: Adjust for x86-64.
6207 2002-09-08  Toon Moene  <toon@moene.indiv.nluug.nl>
6209         * g77.dg/7388.f: New test case for PR 7388.
6211 2002-09-07  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
6213         * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
6215 2002-09-05  Ziemowit Laski <zlaski@apple.com>
6217         * objc.dg/proto-lossage-1.m: New test.
6219 2002-09-06  Neil Booth  <neil@daikokuya.co.uk>
6221         * gcc.dg/cpp/_Pragma4.c: Fix typo.
6223 2002-09-06  Nicola Pero  <n.pero@mi.flashnet.it>
6225         * objc/execute/formal_protocol-6.x: Removed.  This testcase is now
6226         expected to pass.
6228 2002-09-06  Stan Shebs  <shebs@apple.com>
6229             David Edelsohn  <edelsohn@gnu.org>
6231         * gcc.dg/weak: New directory.
6232         * gcc.dg/weak-[1-9].c: Move to new directory, remove all
6233         target-specific xfail bits.
6234         * gcc.dg/typeof-2.c: Move to new directory.
6235         * gcc.dg/weak.exp: New expect script.
6237 2002-09-06  Alan Modra  <amodra@bigpond.net.au>
6239         * gcc.c-torture/execute/extzvsi.c: New test.
6241 2002-09-05  Stan Shebs  <shebs@apple.com>
6243         * gcc.dg/weak-1.c: xfail on Darwin.
6244         * gcc.dg/weak-2.c: Ditto.
6245         * gcc.dg/weak-3.c: Ditto.
6246         * gcc.dg/weak-4.c: Ditto.
6247         * gcc.dg/weak-5.c: Ditto.
6248         * gcc.dg/weak-6.c: Ditto.
6249         * gcc.dg/weak-7.c: Ditto.
6250         * gcc.dg/weak-8.c: Ditto.
6251         * gcc.dg/weak-9.c: Ditto.
6253 2002-09-05  J"orn Rennecke <joern.rennecke@superh.com>
6255         * gcc.c-torture/execute/loop-14.c: New test.
6257 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
6259         * g++.dg/other/cxa-atexit1.C: New test.
6261         * gcc.dg/typeof-2.c: New test.
6263 2002-09-03  Roger Sayle  <roger@eyesopen.com>
6265         * gcc.dg/builtins-2.c: New testcase.
6266         * gcc.dg/builtins-3.c: New testcase.
6268 2002-09-03  Neil Booth  <neil@daikokuya.co.uk>
6270         * gcc.dg/cpp/_Pragma4.c: New test.
6272 2002-09-03  Nicola Pero  <n.pero@mi.flashnet.it>
6274         * objc/execute/nil_method-1.m: New testcase.
6276 2002-09-01  Nicola Pero  <n.pero@mi.flashnet.it>
6278         * objc/execute/class-tests-1.h (test_class_with_superclass): Call
6279         [Object class], not [Object initialize].
6281 2002-08-31  Roger Sayle  <roger@eyesopen.com>
6282             Hans-Peter Nilsson  <hp@bitrange.com>
6284         * gcc.c-torture/execute/20020720-1.x: Skip test on
6285         mmix-knuth-mmixware.  Correct comment.
6287 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
6289         * testsuite/g++.dg/abi/bitfield5.C: New test.
6290         * testsuite/g++.dg/abi/vbase10.C: Likewise.
6292 2002-08-27  Nicola Pero  <n.pero@mi.flashnet.it>
6294         * objc.dg/undeclared-selector.m: New test.
6296 2002-08-27  Nathan Sidwell  <nathan@codesourcery.com>
6298         * g++.dg/other/offsetof1.C: Avoid cast warning.
6300 2002-08-26  Ziemowit Laski  <zlaski@apple.com>
6302         * objc.dg/super-class-2.m: New test.
6304 2002-08-24  Matt Austern  <austern@apple.com>
6306         * g++.dg/ext/lvaddr.C: New test.
6307         * g++.dg/ext/lvcast.C: New test.
6309 2002-08-22  Mark Mitchell  <mark@codesourcery.com>
6311         * testsuite/g++.dg/inherit/cond1.C: New test.
6313 2002-08-22  Geoffrey Keating  <geoffk@redhat.com>
6315         * gcc.dg/noncompile/incomplete-1.c: New test.
6317 2002-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
6319         * gcc.dg/typespec-1.c: New test.
6321 2002-08-20  Devang Patel  <dpatel@apple.com>
6322         * objc.dg/proto-hier-2.m: New test.
6324 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
6326         * objc.dg/bitfield-1.m: New test.
6327         * objc.dg/bitfield-2.m: New test.
6329 2002-08-17  Joseph S. Myers  <jsm@polyomino.org.uk>
6331         * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
6332         gcc.dg/c99-flex-array-4.c: New tests.
6334 2002-08-16  Stan Shebs  <shebs@apple.com>
6336         * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
6338 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
6340         * gcc.dg/typeof-1.c: New test.
6341         * g++.dg/ext/typeof2.C: New test.
6343 2002-08-15  Nathan Sidwell  <nathan@codesourcery.com>
6345         * g++.dg/other/offsetof1.C: New test.
6347 2002-08-14  Richard Henderson  <rth@redhat.com>
6349         * gcc.dg/tls/diag-3.c: Fix expected message strings.
6351 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
6353         * gcc.dg/cpp/_Pragma3.c: New test.
6355 2002-08-13  Mark Mitchell  <mark@codesourcery.com>
6357         * g++.dg/template/inherit3: New test.
6359 2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
6361         * gcc.dg/bitfld-4.c: Add blank options.
6363 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
6365         * g++.dg/template/crash1.C: New test.
6367 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
6369         * gcc.dg/tls/opt-2.c: New test.
6371 2002-08-08  Devang Patel  <dpatel@apple.com>
6373         * objc.dg/selector-1.m : New test
6375 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
6377         * g++.dg/abi/bitfield4.C: New test.
6378         * gcc.dg/bitfld-4.c: New test.
6380 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
6382         * g++.dg/other/packed1.C: New test.
6384 2002-08-07  Mark Mitchell  <mark@codesourcery.com>
6386         * g++.dg/abi/offsetof.C: Tweak error messages.
6387         * g++.old-deja/g++.mike/p10769a.C: Likewise.
6389 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
6391         * gcc.dg/bitfld-3.c: New test.
6393 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
6394             Richard Henderson  <rth@redhat.com>
6396         * gcc.dg/i386-bitfield1.c: New test.
6397         * g++.dg/abi/bitfield3.C: Update.
6399 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
6401         * objc.dg/const-str-2.m: Update.
6402         * gcc.dg/cpp/c++98.c: Change to C extension.
6403         * gcc.dg/cpp/c++98-pedantic.c: Similarly.
6404         * gcc.dg/cpp/cpp.exp: Process .C extensions too.
6406 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
6408         * testsuite/gcc.dg/tls/diag-3.c: New.
6410 2002-08-07  Gabriel Dos Reis  <gdr@nerim.net>
6412         * g++.dg/README (Subdirectories): Document new subdir expr.
6413         * g++.dg/expr/pmf-1.C: New test.
6415 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
6417         * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
6419 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
6421         * g++.dg/abi/bitfield3.C: New test.
6423 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
6425         * lib/gcov.exp: Tweak expected line formats.
6426         * gcc.misc-tests/gcov8.c: New test.
6427         * gcc.misc-tests/gcov8.x: New flags.
6429 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
6431         * consistency.vlad/layout/endian.c: Include string.h.
6433         * gcc.c-torture/execute/20020805-1.c: New test.
6435 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
6437         * g++.dg/other/conversion1.C: New test.
6439 2002-08-03  Roger Sayle  <roger@eyesopen.com>
6441         * gcc.dg/builtins-1.c: New testcase.
6443 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
6445         * g++.dg/inherit/access3.C: New test.
6447 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
6449         * gcc.dg/ia64-visibility-2.c: New test.
6451 2002-08-01  Benjamin Kosnik   <bkoz@redhat.com>
6453         * g++.old-deja/g++.abi/ptrflags.C (expect): Change
6454         __qualifier_flags to __flags.
6456 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
6458         * g++.dg/inherit/operator1.C: New test.
6459         * g++.dg/lookup/disamb1.C: Fix typo in comment.
6460         * g++.dg/other/error1.C: Change expected error message.
6461         * g++.dg/template/conv4.C: Likewise.
6463 2002-07-26  Neil Booth  <neil@daikokuya.cop.uk>
6465         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
6466         for documented behavior.
6468 2002-07-25  Roger Sayle  <roger@eyesopen.com>
6470         * gcc.c-torture/execute/20020720-1.x: Skip this test on
6471         several targets known to fail.
6473 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
6475         * gcc.dg/mips-args-[123].c: New tests.
6477 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
6479         * gcc.dg/ppc-spe.c: New.
6481 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
6483         * g++.dg/other/ptrmem4.C: New testcase.
6485 2002-07-24  Richard Henderson  <rth@redhat.com>
6487         * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
6489 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
6491         * g++.dg/ext/alignof1.C (main): Return 0 for success.
6493 2002-07-24  Roger Sayle  <roger@eyesopen.com>
6495         * gcc.c-torture/execute/memset-3.c: New testcase.
6497 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
6499         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
6500         gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
6502 2002-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6504         * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
6505         Delete.
6507 2002-07-23  J"orn Rennecke <joern.rennecke@superh.com>
6509         * gcc.c-torture/compile/simd-4.c: New test.
6511 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6513         PR c++/7347, c++/7348
6514         * g++.dg/template/access4.C: New test.
6515         * g++.dg/template/access5.C: New test.
6516         * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
6517         * g++.old-deja/g++.pt/memtemp86.C: Likewise.
6518         * g++.old-deja/g++.pt/ttp58.C: Likewise.
6519         * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
6521 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
6523         * gcc.dg/gnu89-init-2.c: New test.
6525 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
6527         * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
6529 2002-07-20  Roger Sayle  <roger@eyesopen.com>
6531         * gcc.c-torture/execute/20020720-1.c: New testcase.
6533 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
6535         * gcc.dg/cpp/Wsignprom.c: New tests.
6537 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
6539         * gcc.c-torture/execute/loop-13.c: New test.
6541 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
6543         * gcc.dg/cpp/expr.c: New tests.
6545 2002 07-18  David Edelsohn  <edelsohn@gnu.org>
6547         * g++.dg/opt/pr6713.C: Add template instantiation.
6549 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
6551         * gcc.dg/nest.c: New test.
6553 2002-07-17  Richard Henderson  <rth@redhat.com>
6555         * g++.dg/opt/pr6713.C: New test.
6557 2002-07-17  Eric Botcazou  <ebotcazou@multimania.com>
6559         * gcc.c-torture/execute/loop-2e.x: Let the testcase
6560         XFAIL for all x86 processors.
6562 2002-07-17  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
6564         * gcc.c-torture/execute/20010122-1.x: Do not test with
6565         -fomit-frame-pointer.
6567 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6569         * g++.dg/template/instantiate2.C: New test.
6570         * g++.dg/template/spec4.C: New test.
6572 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6574         * g++.dg/template/access2.C: New test.
6575         * g++.dg/template/access3.C: New test.
6577 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
6579         * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
6580         c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
6581         c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
6582         c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
6583         Convert to use <stdarg.h>.
6584         * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
6585         Delete.
6586         * gcc.dg/va-arg-2.c: New.
6587         * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
6589 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
6591         * gcc.c-torture/compile/20020710-1.c: New test.
6593 2002-07-11  J"orn Rennecke <joern.rennecke@superh.com>
6594                           Andrew Pinski  <pinskia@physics.uc.edu>
6596         gcc.c-torture/compile/simd-2.c: New testcase.
6597         gcc.c-torture/compile/simd-3.c: Likewise.
6599 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
6601         PR c++/7224
6602         * g++.dg/overload/error1.C: New test.
6604 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6606         * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
6607         configuration and IRIX 6 O32 ABI.
6609 2002-07-11  Roger Sayle  <roger@eyesopen.com>
6611         * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
6613 2002-07-10  Roger Sayle  <roger@eyesopen.com>
6615         * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
6617 2002-07-10  Jeffrey A Law  <law@redhat.com>
6619         * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
6621         * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.
6623 2002-07-09  Aldy Hernandez  <aldyh@redhat.com>
6625         * gcc.dg/20020312-2.c: Check for __PPC__.
6627 2002-07-09  Diego Novillo  <dnovillo@redhat.com>
6629         * gcc.c-torture/compile/20020709-1.c: New test.
6631 2002-07-07  Roger Sayle  <roger@eyesopen.com>
6633         * g++.dg/template/qualttp21.C: New test case.
6635 2002-07-06  Alexandre Oliva  <aoliva@redhat.com>
6637         * gcc.c-torture/compile/20020706-1.c: New test.
6638         * gcc.c-torture/compile/20020706-2.c: New test.
6640 2002-07-06  Brian R. Gaeke  <brg@dgate.ORG>
6641             Alexandre Oliva  <aoliva@redhat.com>
6643         * g++.dg/warn/incomplete1.C: New test.
6645 2002-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6647         PR c++/7099
6648         * g++.dg/warn/noreturn1.C: New test.
6650 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
6652         PR c++/6706
6653         * g++.dg/debug/debug6.C: New test.
6654         * g++.dg/debug/debug7.C: New test.
6656 2002-07-04  J"orn Rennecke <joern.rennecke@superh.com>
6658         * gcc.c-torture/compile/simd-3.c: New test.
6660 2002-07-03  Chris Demetriou  <cgd@broadcom.com>
6662         * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
6663         * gcc.dg/20020620-1.c: Likewise.
6665 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6667         PR c++/6944
6668         * g++.dg/init/array4.C: New test.
6669         * g++.dg/init/array5.C: New test.
6671 2002-07-03  J"orn Rennecke <joern.rennecke@superh.com>
6673         * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
6674         * gcc.c-torture/execute/simd-2.c (main): Likewise.
6676 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6678         * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
6679         * gcc.dg/wtr-aggr-init-1.c: Likewise.
6680         * gcc.dg/wtr-conversion-1.c: Likewise.
6681         * gcc.dg/wtr-escape-1.c: Likewise.
6682         * gcc.dg/wtr-int-type-1.c: Likewise.
6683         * gcc.dg/wtr-label-1.c: Likewise.
6684         * gcc.dg/wtr-static-1.c: Likewise.
6685         * gcc.dg/wtr-strcat-1.c: Likewise.
6686         * gcc.dg/wtr-suffix-1.c: Likewise.
6687         * gcc.dg/wtr-switch-1.c: Likewise.
6688         * gcc.dg/wtr-unary-plus-1.c: Likewise.
6689         * gcc.dg/wtr-union-init-1.c: Likewise.
6690         * gcc.dg/wtr-union-init-2.c: Likewise.
6691         * gcc.dg/wtr-union-init-3.c: Likewise.
6693         * gcc.dg/wtr-func-def-1.c: New test.
6695 2002-07-02 Devang Patel <dpatel@apple.com>
6697         * objc.dg/param-1.m: New test.
6699 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
6701         * gcc.dg/cpp/trad/directive.c: Add test.
6702         * gcc.dg/cpp/trad/macroargs.c: Add test.
6703         * gcc.dg/cpp/trad/recurse-3.c: Add tests.
6705 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
6707         * gcc.dg/cpp/cmdlne-M.c: New test.
6709 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
6711         * objc.dg/desig-init-1.m: New test.
6713 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6715         PR c++/6716
6716         * g++.dg/template/instantiate1.C: New test.
6718 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
6720         PR c++/7112
6721         * g++.dg/template/sizeof2.C: New test.
6723 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
6725         * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
6726         gcc.dg/cpp/trad/include.c: New tests.
6728 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
6730         PR target/7177
6731         * gcc.c-torture/compile/20020701-1.c: New test.
6733 2002-07-01  Stan Shebs  <shebs@apple.com>
6735         * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
6736         header here...
6737         * lib/objc-torture.exp (objc-torture-compile): ...instead of here
6738         (objc-torture-execute): or here.
6740 2002-07-01  J"orn Rennecke <joern.rennecke@superh.com>
6742         * gcc.c-torture/execute/arith-rand-ll.c: New test.
6744 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
6746         * gcc.dg/cpp/trad/escaped-nl.c: New test.
6748 2002-06-30  Devang Patel  <dpatel@apple.com>
6750         * objc.dg/fsyntax-only.m: New test.
6752 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
6754         PR c++/6695
6755         * g++.dg/template/friend7.C: New file.
6757 2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
6759         * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
6760         return type.
6762 2002-06-27  J"orn Rennecke <joern.rennecke@superh.com>
6764         * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
6765         avoid division by zero.
6767 2002-06-27  Neil Booth  <neil@daikokuya.co.uk>
6769         * gcc.dg/Wunknownprag.c: New tests.
6771 2002-06-25  J"orn Rennecke <joern.rennecke@superh.com>
6773         * gcc.c-torture/execute/simd-2.c: New test.
6775 2002-06-25  Neil Booth  <neil@daikokuya.co.uk>
6777         * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
6778         gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
6779         gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
6780         gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
6781         gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
6782         gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
6783         gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
6784         gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
6785         gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
6786         gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
6787         gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
6788         gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
6789         gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
6790         gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
6791         gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
6792         gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
6793         gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
6795 2002-06-24  Neil Booth  <neil@daikokuya.co.uk>
6797         * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
6798         gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
6799         gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
6800         gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
6801         New tests.
6802         * gcc.dg/cpp/trad/directive.c: Update.
6804 2002-06-23  Andreas Jaeger  <aj@suse.de>
6806         * gcc.c-torture/execute/complex-6.c: New.
6808 2002-06-22  Neil Booth  <neil@daikokuya.co.uk>
6810         * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
6811         gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
6812         gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
6813         gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
6815 2002-06-21  Neil Booth  <neil@daikokuya.co.uk>
6817         * gcc.dg/cpp/trad: New directory with traditional tests copied
6818         from parent directory.
6819         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
6820         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
6821         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
6822         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
6823         Move to trad/ and rename.
6824         * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
6825         gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
6826         gcc.dg/cpp/trad/redef2.c: New tests.
6827         * gcc.dg/cpp/trad/trad.exp: New driver.
6829 2002-06-20  Neil Booth  <neil@daikokuya.co.uk>
6831         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
6832         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
6833         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
6834         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
6835         Remove.
6837 2002-06-20  Richard Sandiford  <rsandifo@redhat.com>
6839         * gcc.dg/20020620-1.c: New test.
6841 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6843         * g++.dg/template/ttp4.C: New test.
6845 2002-06-19  Jakub Jelinek  <jakub@redhat.com>
6847         * g++.dg/opt/vt1.C: Fix regexp.
6849 2002-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6851         * gcc.c-torture/execute/pure-1.c: Make functions static again.
6852         Don't use attribute `noinline'.
6854 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
6856         * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
6858 2002-06-18  Aldy Hernandez  <aldyh@redhat.com>
6860         * gcc.c-torture/execute/simd-1.c: New.
6862         * gcc.dg/simd-1.c: New.
6864 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
6866         * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
6868 2002-06-16  Richard Henderson  <rth@redhat.com>
6870         * g++.dg/ext/anon-struct1.C: New.
6871         * g++.dg/ext/anon-struct2.C: New.
6872         * g++.dg/ext/anon-struct3.C: New.
6873         * gcc.dg/anon-struct-1.c: New.
6874         * gcc.dg/anon-struct-2.c: New.
6875         * gcc.dg/anon-struct-3.c: New.
6876         * gcc.dg/20011008-1.c: Adjust warning text.
6877         * gcc.dg/20020527-1.c: Add -fms-extensions.
6879 2002-06-16  Richard Henderson  <rth@redhat.com>
6881         * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
6883 2002-06-15  Hans-Peter Nilsson  <hp@axis.com>
6885         * gcc.c-torture/execute/20020615-1.c: New test.
6887 2002-06-15  Roger Sayle  <roger@eyesopen.com>
6889         * gcc.c-tortuture/execute/compare-1.c: New test case.
6890         * gcc.c-tortuture/execute/compare-2.c: New test case.
6891         * gcc.c-tortuture/execute/compare-3.c: New test case.
6893 2002-06-13  Richard Henderson  <rth@redhat.com>
6895         * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New.  Define for
6896         ia64 ilp32.
6898 2002-06-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6900         * g++.dg/template/typename2.C: Update error message.
6902 2002-06-12  Hans-Peter Nilsson  <hp@axis.com>
6904         * gcc.c-torture/execute/20020611-1.c: New test.
6906 2002-06-11  Bob Wilson  <bob.wilson@acm.org>
6908         * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
6909         list of targets to skip.
6911 2002-06-10  Bob Wilson  <bob.wilson@acm.org>
6913         * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
6914         targets if not optimizing.
6916 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
6918         * gcc.c-torture/compile/20020605-1.c: New test.
6920         * g++.dg/opt/vt1.C: New test.
6922         * gcc.dg/20020531-1.c: New test.
6924         * gcc.dg/20020530-1.c: New test.
6926         * gcc.dg/20020527-1.c: New test.
6928         * g++.dg/opt/cse1.C: New test.
6930 2002-06-07  Roger Sayle  <roger@eyesopen.com>
6932         * gcc.dg/20020607-2.c: New test case.
6934 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
6936         * gcc.c-torture/compile/20020604-1.c: New test.
6938 2002-06-04  Richard Henderson  <rth@redhat.com>
6940         * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
6941         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
6942         * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
6944 2002-06-04  Aldy Hernandez  <aldyh@redhat.com>
6946         * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
6948 2002-06-03  Richard Henderson  <rth@redhat.com>
6950         * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
6951         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
6953 2002-06-02  Richard Henderson  <rth@redhat.com>
6955         * gcc.c-torture/execute/pure-1.c: Don't mark any of the
6956         test functions static.
6958 2002-06-02  Andreas Jaeger  <aj@suse.de>
6960         * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
6961         now.
6963 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
6965         * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
6966         gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
6967         Update for mofified diagnostics.
6968         * gcc.dg/c99-intconst-1.c: No longer fail.
6970 2002-06-02  Richard Henderson  <rth@redhat.com>
6972         * gcc.dg/uninit-A.c: Remove xfail markers.
6974 2002-06-01  Roger Sayle  <roger@eyesopen.com>
6976         * gcc.dg/fnegate-1.c: New test case.
6978 2002-05-30  Osku Salerma  <osku@iki.fi>
6980         * gcc.c-torture/execute/mayalias-1.c: New file.
6982 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
6984         * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
6985         gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
6986         gcc.dg/cpp/if-1.c: Update for modified diagnostics.
6988 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
6990         * gcc.c-torture/execute/20020529-1.c: New test.
6992 2002-05-27  Richard Henderson  <rth@redhat.com>
6994         * g++.dg/ext/attrib6.C: New test case.
6996 2002-05-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6998         * gcc.c-torture/execute/pure-1.c: New test.
7000 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
7002         * gcc.dg/cpp/arith-2.c: Remove.
7004 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
7006         * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
7007         * gcc.dg/cpp/if-3.c: Remove.
7009 2002-05-26  Jakub Jelinek  <jakub@redhat.com>
7011         * g++.dg/opt/cse2.C: New test.
7013 2002-05-26  Neil Booth  <neil@daikokuya.demon.co.uk>
7015         * gcc.dg/cpp/arith-1.c: New semantic tests.
7016         * gcc.dg/cpp/if-1.c: Update.
7018 2002-05-24  Ben Elliston  <bje@redhat.com>
7020         * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
7022 2002-05-24  Jakub Jelinek  <jakub@redhat.com>
7024         * gcc.dg/verbose-asm.c: New test.
7026 2002-05-24  Neil Booth  <neil@daikokuya.demon.co.uk>
7028         * gcc.dg/cpp/paste12.c: New test.
7030 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
7032         * g++.dg/parse/named_ops.C: New test.
7034 2002-05-23  Mark Mitchell  <mark@codesourcery.com>
7036         * gcc/testsuite/gcc.dg/weak-8.c: New test.
7038 2002-05-23  J"orn Rennecke <joern.rennecke@superh.com>
7040         * gcc.dg/weak-2.c: Allow optional leading underscore
7041         in scan-assembler symbol name.
7042         * gcc.dg/weak-3.c: Likewise.
7043         * gcc.dg/weak-4.c: Likewise.
7044         * gcc.dg/weak-5.c: Likewise.
7046 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
7048         * gcc.dg/20020523-1.c: New test.
7050 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
7052         * objc.dg/const-str-2.m: Update now that we stop after
7053         a command line error.
7055 2002-05-22  Richard Henderson  <rth@redhat.com>
7057         * g++.dg/dg.exp: Fix typo in test pruneing.
7059 2002-05-22  Richard Henderson  <rth@redhat.com>
7061         * g++.dg/dg.exp: Prune the tls subdirectory.
7062         * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
7063         * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
7064         * g++.dg/tls/init-1.C: New.
7066 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
7068         * gcc.dg/20020517-1.c: New test.
7070 2002-05-21  Richard Henderson  <rth@redhat.com>
7072         * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
7073         gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
7075 2002-05-21  Brian R. Gaeke  <brg@dgate.ORG>
7077         * g++.dg/other/copy2.C: New test.
7079 2002-05-20  J"orn Rennecke <joern.rennecke@superh.com>
7081         * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
7082         (MAX_COPY): Bump up to 10 times sizeof (long long).
7083         (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
7085         * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
7086         sizeof (long long).
7088         * gcc.c-torture/execute/strcpy-1.c: New test.
7090 2002-05-19  Jason Merrill  <jason2redhat.com>
7092         * g++.dg/ext/oper1.C: New test.
7094 2002-05-20  David Billinghurst <David.Billinghurst@riotinto.com>
7095 2002-05-19  Mark Mitchell  <mitchell@doubledemon.codesourcery.com>
7097         * README.QMTEST: New file.
7099         * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
7101 2002-05-19  Andreas Jaeger  <aj@suse.de>
7103         * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
7104         now.
7105         * gcc.c-torture/execute/loop-2d.x: Likewise.
7107 2002-05-19  David Billinghurst <David.Billinghurst@riotinto.com>
7109         * gcc.dg/weak-2.c:  xfail warnings for platforms that don't
7110         support weak symbols.
7111         * gcc.dg/weak-4.c: Likewise
7112         * gcc.dg/weak-6.c: Likewise
7114 2002-05-16  David.Billinghurst <David.Billinghurst@riotinto.com>
7116         * gcc.dg/weak-3.c: Add dg-excess-error comment for
7117         cygwin, coff and h8300-*-hms targets
7118         * gcc.dg/weak-5.c: Likewise
7119         * gcc.dg/weak-7.c: Likewise
7121 2002-05-16  Jason Merrill  <jason@redhat.com>
7123         * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
7124         (scan-assembler-not, scan-assembler-dem): Likewise.
7125         (scan-assembler-dem-not): Likewise.
7127 2002-05-15  Richard Henderson  <rth@redhat.com>
7129         * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
7131 2002-05-15  Richard Henderson  <rth@redhat.com>
7133         * gcc.dg/weak-5.c (vfoo1c): No warning here.
7134         (vfoo1f): Warning here.
7135         (vfoo1l): Don't redefine the alias.
7137 2002-05-14  Jason Merrill  <jason@redhat.com>, Alexandre Oliva  <aoliva@redhat.com>
7139         * g++.dg/init/pm1.C: New test.
7141 2002-05-12  David S. Miller  <davem@redhat.com>
7143         * gcc.c-torture/execute/conversion.c (ldnear): Use long double
7144         types.
7146 2002-05-10  Roger Sayle  <roger@eyesopen.com>
7148         * gcc.c-torture/execute/20020510-1.c: New test case.
7150 2002-05-10  David S. Miller  <davem@redhat.com>
7152         * gcc.c-torture/execute/conversion.c: Test long double too.
7154 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
7156         * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
7157         libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
7158         * lib/g++.exp (g++_link_flags): Likewise.
7159         * lib/objc.exp (objc_target_compile): Likewise.
7161 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
7163         * gcc.dg/cpp/poison.c: Update.
7164         * gcc.dg/cpp/20000625-2.c: Remove.
7165         * gcc.dg/cpp/direct2s.c: Remove final test.
7167 2002-05-08  Tom Rix  <trix@redhat.com>
7169         * gcc.c-torture/execute/20020508-1.c: New test.
7170         * gcc.c-torture/execute/20020508-2.c: New test.
7171         * gcc.c-torture/execute/20020508-3.c: New test.
7173 2002-05-08  Neil Booth  <neil@daikokuya.demon.co.uk>
7175         * gcc.dg/cpp/charconst-4.c: More tests.
7177 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
7179         PR c/6569
7180         * gcc.dg/weak-3.c: Update location of warning messages.
7181         * gcc.dg/weak-5.c: Likewise.
7183 2002-05-06  Roger Sayle  <roger@eyesopen.com>
7185         * gcc.c-torture/execute/20020506-1.c: New test case.
7187 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
7189         * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
7191 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
7193         * gcc.dg/cpp/charconst-3.c: Run, don't compile.
7195 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
7197         * gcc.dg/cpp/charconst-3.c: New test.
7199 2002-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
7201         * gcc.dg/cpp/charconst.c: Update tests.
7203 2002-05-05  Tim Josling  <tej@melbpc.org.au>
7205         * treelang: Added directory for new sample language treelang. Also
7206         lib/treelang.exp: New file to signal treelang should be tested.
7208 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
7210         * gcc.dg/cpp/cmdlne-dM-M.c: New test.
7211         * gcc.dg/cpp/cmdlne-dD-M.c: New test.
7212         * gcc.dg/cpp/cmdlne-dN-M.c: New test.
7213         * gcc.dg/cpp/cmdlne-dI-M.c: New test.
7214         * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
7215         * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
7216         * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
7218 2002-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
7220         * gcc.dg/format/xopen-2.c: New test.
7222 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
7224         * gcc.dg/20020503-1.c: New test.
7226 2002-05-02  Mark Mitchell  <mark@codesourcery.com>
7228         * g++.dg/init/dtor1.C: Make it tougher.
7230 2002-05-01  Mark Mitchell  <mark@codesourcery.com>
7232         * g++.dg/init/dtor1.C: New test.
7234 2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
7236         * gcc.dg/altivec-8.c: New.
7238 2002-05-01  Aldy Hernandez  <aldyh@redhat.com>
7240         * gcc.dg/altivec-7.c: New.
7242 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
7244         * g++.dg/parse/typedef1.C: New test.
7246 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
7248         PR c++/6486
7249         * g++.dg/template/friend6.C: New test.
7251         PR c++/6492
7252         * g++.dg/init/copy1.C: New test.
7254 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
7256         * g++.dg/warn/effc1.C: New test.
7258 2002-04-29  Neil Booth  <neil@daikokuya.demon.co.uk>
7260         * gcc.dg/cpp/if-cexp.c: Add a test.
7262 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
7264         * gcc.dg/20020426-2.c: New test.
7266 2002-04-28  Neil Booth  <neil@daikokuya.demon.co.uk>
7268         * gcc.dg/cpp/if-mop.c: Update.
7269         * gcc.dg/cpp/if-mpar.c: Add test.
7270         * gcc.dg/cpp/if-oppr.c: Update.
7272 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7274         PR c/6343
7275         * gcc.dg/weak-[2-7].c: New tests.
7277 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
7279         * gcc.dg/enum1.c: New test.
7281 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
7283         PR c++/6497
7284         * g++.dg/inherit/access2.C: New test.
7286 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
7288         PR bootstrap/6445
7289         * gcc.dg/20020426-1.c: New test.
7291 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
7293         * g++.dg/abi/enum1.C: New test.
7295 2002-04-26  Richard Henderson  <rth@redhat.com>
7297         * gcc.dg/c99-bool-1.c: Expect always true warning.
7299 2002-04-25  Roger Sayle  <roger@eyesopen.com>
7301         * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
7303 2002-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7305         * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
7306         targets.
7308 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
7310         * g++.dg/abi/mange7.C: New test.
7312         PR c++/6438.
7313         * g++.dg/parse/stmtexpr2.C: New test.
7315 2002-04-24  J"orn Rennecke <joern.rennecke@superh.com>
7317         * gcc.dg/20020312-2.c: Add SH target.
7319 2002-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7321         * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
7322         compiler output on mips*-*-irix*.
7324 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
7326         * g++.dg/parse/attr1.C: New test.
7328 2002-04-23  Roger Sayle  <roger@eyesopen.com>
7330         * gcc.c-torture/execute/string-opt-17.c: New test case.
7331         * gcc.c-torture/execute/memset-2.c: New test case.
7333 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
7335         PR c++/6256:
7336         * g++.dg/template/friend5.C: New test.
7338         PR c++/6331:
7339         * g++.dg/template/qual1.C: Likewise.
7341 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
7343         * gcc.c-torture/execute/980707-1.c: Don't use isspace().
7344         Include stdlib.h, not stdio.h or ctype.h.
7346 2002-04-22  Hans-Peter Nilsson  <hp@axis.com>
7348         * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
7349         cris-*-elf* and mmix-*-*.
7350         * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
7351         * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
7352         g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
7353         Ditto.
7354         * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
7355         * gcc.dg/wchar_t-1.c: Ditto.
7357 2002-04-21  Hans-Peter Nilsson  <hp@axis.com>
7359         * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
7360         Clarify comment.
7362 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
7364         * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
7366 2002-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7368         * gcc.c-torture/execute/20000906-1.x: Delete.
7370 2002-04-20  David.Billinghurst <David.Billinghurst@riotinto.com>
7372         * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
7374 2002-04-19  Toon Moene  <toon@moene.indiv.nluug.nl>
7376         * PR6367
7377         * g77.f-torture/execute/6367.f: New test.
7378         * g77.f-torture/execute/6367.x: Disable for MMIX.
7380 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
7382         * PR6352
7383         * g++.dg/opt/inline2.C: New test.
7385 2002-04-18  Richard Henderson  <rth@redhat.com>
7387         * gcc.dg/20000906-1.c: Enable for all targets.
7388         * gcc.c-torture/compile/iftrap-2.c: New.
7390 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
7392         * gcc.dg/20020418-1.c: New test.
7393         * gcc.dg/20020418-2.c: New test.
7395 2002-04-18  Richard Henderson  <rth@redhat.com>
7397         * gcc.c-torture/compile/iftrap-1.c: New.
7398         * gcc.dg/iftrap-1.c: Adjust for ia64.
7399         * gcc.dg/iftrap-2.c: New.
7401 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
7403         * gcc.c-torture/compile/20020418-1.c: New test.
7405 2002-04-18  Roger Sayle  <roger@eyesopen.com>
7407         * gcc.c-torture/compile/20020415-1.c: New.
7409 2002-04-18  David S. Miller  <davem@redhat.com>
7411         * gcc.c-torture/execute/20020418-1.c: New test.
7413 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
7415         * gcc.dg/20020416-1.c: New test.
7417         * g++.dg/opt/inline1.C: New test.
7419 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
7421         * gcc.dg/altivec-5.c: New test.
7423         * gcc.dg/20020415-1.c: New test.
7425 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
7427         * testsuite/lib/chill.exp: Remove.
7429 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
7431         * g++.dg/other/big-struct.C: New test.
7433 2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>
7435         * g77.dg/f77-edit-i-in.f: Use internal buffer in place
7436         of scratch file.
7438 2002-04-13  David Billinghurst <David.Billinghurst@riotinto.com>
7440         PR c/6277
7441         * gcc.dg/i386-387-1.c:  Allow optional leading underscore
7442         in scan-assembler function name
7444 2002-04-13  Hans-Peter Nilsson  <hp@bitrange.com>
7446         * g77.f-torture/execute/980628-4.x,
7447         g77.f-torture/execute/980628-5.x,
7448         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
7449         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
7450         g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
7451         i[34567]86-*-*.
7453 2002-04-13  David S. Miller  <davem@redhat.com>
7455         * gcc.c-torture/execute/20020413-1.c: New test.
7457 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
7459         * gcc.dg/asm-6.c,
7460         * g++.dg/ext/asm1.C: New tests.
7462 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
7464         PR c++ 5373.
7465         * g++.dg/parse/stmtexpr1.C: New test.
7467         PR c++/5189.
7468         * g++.dg/template/copy1.C: New test.
7470 2002-04-12  Richard Henderson  <rth@redhat.com>
7472         * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
7474 2002-04-12  Geoffrey Keating  <geoffk@redhat.com>
7476         * gcc.c-torture/execute/20020412-1.c: New file, renamed from
7477         gcc.c-torture/execute/20020307-2.c.
7479 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
7481         * g++.dg/ext/attrib5.C,
7482         * g++.dg/lookup/struct1.C: New tests.
7484 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
7486         * gcc.dg/20020411-1.c: New test.
7488         * gcc.c-torture/execute/20020411-1.c: New test.
7490 2002-04-10  Janis Johnson  <janis187@us.ibm.com>
7492         * g77.f-torture/execute/6177.f: New test.
7494 2002-04-10  Jakub Jelinek  <jakub@redhat.com>
7496         PR middle-end/6247
7497         * g++.dg/opt/cleanup1.C: New test.
7499         * g++.dg/opt/const1.C: New test.
7501 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
7503         * gcc.c-torture/execute/20020406-1.c: Declare malloc.
7505 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
7507         PR c++/5507
7508         * g++.dg/template/typename2.C: New test.
7510 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
7512         * gcc.c-torture/execute/loop-12.c: New.
7514 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
7516         * g77.f-torture/execute/980628-4.x,
7517         g77.f-torture/execute/980628-5.x,
7518         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
7519         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
7520         g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
7522 2002-04-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7524         PR optimization/6086
7525         * g++.dg/opt/preinc1.C: New test.
7527 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
7529         PR c++/5571
7530         * g++.dg/opt/static2.C: New test.
7532 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
7534         PR c/5120
7535         * gcc.dg/20020406-1.c: New test.
7537 2002-04-04  David S. Miller  <davem@redhat.com>
7539         * gcc.c-torture/execute/20020404-1.c: New test.
7541 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
7543         PR c/6123
7544         * gcc.dg/20020312-2.c: Do not declare global register variable
7545         if __PIC__ or __pic__ is defined.
7547 2002-04-04  Richard Earnshaw  <rearnsha@arm.com>
7549         * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC.  Use
7550         __asm__ so that it works correctly even if -ansi -pedantic-errors.
7552 2002-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7554         * gcc.misc-tests/linkage.exp: Update last change to handle
7555         sparc*-, not just sparc-.
7557 2002-04-03  Richard Henderson  <rth@redhat.com>
7559         * gcc.dg/cpp/ucs.c: Improved long UCS test.
7561 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
7563         * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
7565 2002-04-02  David S. Miller  <davem@redhat.com>
7567         * gcc.c-torture/execute/20020402-3.c: New test.
7569 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
7571         * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
7572         * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
7574         * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
7575         * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
7576         g77.f-torture/execute/20001201.x,
7577         g77.f-torture/execute/u77-test.x: New files.
7579         * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
7580         * gcc.dg/wchar_t-1.c: Ditto.
7582 2002-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7584         * gcc.c-torture/execute/20020402-1.c: New test.
7586 2002-04-01  Richard Henderson  <rth@redhat.com>
7588         * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
7590         * g++.dg/other/new1.C: Use __SIZE_TYPE__.
7592 2002-04-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7594         * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
7596 2002-04-01  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
7598         * g++.dg/inherit/template-as-base.C: Expect error.
7599         * g++.dg/inherit/namespace-as-base.C: Likewise.
7601 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
7603         * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
7604         g++.dg/ext/instantiate3.C: Tweak match patterns.
7606         * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
7607         * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
7608         -da test.
7610 2002-03-31  Richard Henderson  <rth@redhat.com>
7612         * gcc.dg/special/alias-2.c: New.
7613         * gcc.dg/special/ecos.exp: Run it.
7615 2002-03-31  Richard Henderson  <rth@redhat.com>
7617         * gcc.dg/va-arg-1.c: Expect warnings, not errors.
7619 2002-03-31  Kazu Hirata  <kazu@hxi.com>
7621         * gcc.dg/weak-1.c: Disable on h8300 port.
7623 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
7625         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
7626         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
7627         ordering tests.
7628         * g++.dg/bprob/bprob-1.C: New test.
7629         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
7630         * g++.dg/gcov/gcov-1.C: New test.
7631         * g++.dg/gcov/gcov-1.x: New file.
7632         * g++.dg/gcov/gcov-2.C: New test.
7633         * g++.dg/gcov/gcov-3.C: New test.
7634         * g++.dg/gcov/gcov-3.h: New file.
7636 2002-03-28  Roger Sayle  <roger@eyesopen.com>
7638         * g++.old-deja/g++.other/builtins5.C: New test.
7639         * g++.old-deja/g++.other/builtins6.C: New test.
7640         * g++.old-deja/g++.other/builtins7.C: New test.
7641         * g++.old-deja/g++.other/builtins8.C: New test.
7642         * g++.old-deja/g++.other/builtins9.C: New test.
7644 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
7646         * g++.dg/opt/static1.C: New test.
7648         * g++.dg/opt/longbranch1.C: New test.
7650 2002-03-28  Hans-Peter Nilsson  <hp@bitrange.com>
7652         * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
7654         * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
7656 2002-03-28  Jeffrey A Law  (law@redhat.com)
7658         * gcc.c-torture/execute/20020328-1.c: New test.
7660 2002-03-27  Richard Henderson  <rth@redhat.com>
7662         * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
7663         * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
7664         move from g++.old-deja/g++.ext/.
7666 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
7668         * g++.dg/init/new2.C: New test.
7670 2002-03-26  Richard Henderson  <rth@redhat.com>
7672         * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
7674         * gcc.dg/20020312-2.c: Don't test epilogue vs global register
7675         on sparc.
7677         * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc.  Only run on
7678         sparcv9 systems.
7679         * gcc.dg/20001102-1.c: Likewise.
7681 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
7683         * gcc.dg/cpp/endif-pedantic1.c,
7684         gcc.dg/cpp/endif-pedantic2.c:  New tests.
7686 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
7688         * g++.dg/init/new1.C: New test.
7690 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
7692         * g++.dg/abi/vbase9.C: New test.
7694 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
7696         * gcc.dg/arm-asm.c: New test.
7698 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
7700         * gcc.dg/Wswitch-enum.c: New test.
7701         Fix PR c/5044.
7703 2002-03-26  Richard Henderson  <rth@redhat.com>
7705         * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
7706         structure.
7708 2002-03-25  Richard Henderson  <rth@redhat.com>
7710         * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc.  Only run on
7711         sparcv9 systems.
7713         * gcc.c-torture/compile/20011119-1.c (xxx): New.
7714         * gcc.c-torture/compile/20011119-2.c (xxx): New.
7716 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
7718         * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
7720 2002-03-25  Bob Wilson  <bob.wilson@acm.org>
7722         * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
7723         targets using generic thunk support.
7725 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
7727         * gcc.c-torture/compile/20020323-1.c: New test.
7729         * g++.dg/opt/conj2.C: New test.
7731 2002-03-24  Richard Henderson  <rth@redhat.com>
7733         * gcc.dg/weak-1.c: Use -fno-common.
7735 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
7737         * g77.dg/f77-edit-apostrophe-out.f: New test
7738         * g77.dg/f77-edit-h-out.f: New test
7739         * g77.dg/f77-edit-t-in.f: New test
7740         * g77.dg/f77-edit-t-out.f: New test
7741         * g77.dg/f77-edit-x-out.f: New test
7742         * g77.dg/f77-edit-slash-out.f: New test
7743         * g77.dg/f77-edit-colon-out.f: New test
7744         * g77.dg/f77-edit-s-out.f: New test
7746 2002-03-24  Richard Henderson  <rth@redhat.com>
7748         * objc/execute/formal_protocol-6.x: New XFAIL.
7750 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
7752         * gcc.dg/weak-1.c:  Early return from dg-final on platforms
7753         that do not support weak symbols
7755 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
7757         * lib/g++.exp:  Fix handling of LD_LIBRARY_PATH et al
7758         * lib/g77.exp:  Likewise
7759         * lib/objc.exp: Likewise
7761 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
7763         * gcc.dg/Wswitch-default.c: New test.
7765 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
7767         * g++.dg/other/enum1.C: New test.
7769 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
7771         * gcc.dg/pragma-ep-3.c: Fix typo.
7773 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
7775         * g++.dg/inherit/template-as-base.C: New test.
7777 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
7779         * g++.old-deja/g++.other/dwarf2-1.C: Move...
7780         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
7782 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
7784         * gcc.dg/cpp/multiline.c: Update to match.
7786 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
7788         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
7790 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
7792         * gcc.dg/cpp/extratokens2.c:  New file.
7794 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
7796         * gcc.dg/20020312-2.c: Add rs6000 target.
7798         * gcc.c-torture/compile/20020319-1.c: New test.
7800 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7802         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
7803         (A, E): Handle this.
7805 2002-03-20  Jason Merrill  <jason@redhat.com>
7807         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
7808         ignoring -fpic.
7809         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
7810         through prune_gcc_output.
7812 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
7814         * gcc.c-torture/compile/20020320-1.c: New test.
7816 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
7818         * gcc.c-torture/compile/20020318-1.c: New test.
7820         * gcc.dg/struct-by-value-1.c: New test.
7822         * gcc.dg/20020319-1.c: New test.
7824 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
7826         * g++.dg/opt/conj1.C: New test.
7828 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
7830         * g++.dg/template/qualttp20.C: Revert previous change.
7831         * g++.dg/template/qualttp3.C: Likewise.
7832         * g++.dg/template/qualttp4.C: Likewise
7833         * g++.dg/template/qualttp5.C: Likewise
7834         * g++.dg/template/qualttp6.C: Likewise
7835         * g++.dg/template/qualttp7.C: Likewise
7836         * g++.dg/template/qualttp8.C: Likewise
7837         * g++.dg/template/recurse.C: Likewise.
7839 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
7841         * gcc.dg/cpp/wchar-1.c: Update.
7843 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
7845         * g++.dg/template/conv1.C: New test.
7846         * g++.dg/template/conv2.C: New test.
7847         * g++.dg/template/conv3.C: New test.
7848         * g++.dg/template/conv4.C: New test.
7850 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
7852         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
7853         * g++.dg/template/qualttp3.C: Likewise.
7854         * g++.dg/template/qualttp4.C: Likewise
7855         * g++.dg/template/qualttp5.C: Likewise
7856         * g++.dg/template/qualttp6.C: Likewise
7857         * g++.dg/template/qualttp7.C: Likewise
7858         * g++.dg/template/qualttp8.C: Likewise
7859         * g++.dg/template/recurse.C: Likewise.
7861 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
7863         * g++.dg/opt/dtor1.C: New test.
7865 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
7867         * gcc.c-torture/compile/20020315-1.c: New test.
7869 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
7871         * gcc.dg/weak-1.c: Fix scan tests.
7873 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
7875         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
7876         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
7877         cris-*-aout* mmix-*-*.
7878         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
7879         cris-*-aout* mmix-*-*.
7880         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
7881         cris-*-elf* cris-*-aout* and mmix-*-*.
7882         * gcc.dg/20001009-1.c: Ditto.
7883         * gcc.dg/20010912-1.c: Ditto.
7884         * gcc.dg/20020122-4.c: Ditto.
7885         * gcc.dg/inline-2.c: Ditto.
7887 2002-03-14  Jeffrey A Law  (law@cygnus.com)
7889         * gcc.c-torture/compile/20020314-1.c: New test.
7891 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
7893         * gcc.c-torture/execute/20020314-1.c: New test.
7895 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
7897         * g++.dg/warn/Wunused-1.C: New test.
7899 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
7901         * g++.dg/abi/mangle6.C: New test.
7903 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
7905         * gcc.c-torture/compile/20020309-2.c: New test.
7907         * gcc.c-torture/compile/20020312-1.c: New test.
7909 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
7911         * g++.dg/other/access1.C: New test.
7913 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
7915         * gcc.c-torture/execute/wchar_t-1.c: New test.
7917 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
7919         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
7921 2002-03-12  Roger Sayle  <roger@eyesopen.com>
7923         * gcc.dg/20020312-1.c: New test case.
7925 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
7927         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
7929 2002-03-11  Richard Henderson  <rth@redhat.com>
7931         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
7932         * g++.old-deja/g++.jason/report.C: Likewise.
7934 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
7936         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
7937         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
7939 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
7941         * testsuite/g++.dg/overload/pmf1.C: New test.
7943 2002-03-11  Kazu Hirata  <kazu@hxi.com>
7945         * gcc.c-torture/execute/20020307-1.c: Use long.
7947 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
7949         PR optimization/5844
7950         * gcc.dg/20020310-1.c: New test.
7952 2002-03-09  Michael Meissner  <meissner@redhat.com>
7954         * gcc.c-torture/execute/memcpy-2.c: New test.
7955         * gcc.c-torture/execute/memset-1.c: New test.
7956         * gcc.c-torture/execute/strlen-1.c: New test.
7957         * gcc.c-torture/execute/strcmp-1.c: New test.
7958         * gcc.c-torture/execute/strncmp-1.c: New test.
7960 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
7962         * gcc.dg/ppc-ldstruct.c: New test.
7964 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
7966         * gcc.c-torture/execute/va-arg-22.c: New test.
7968 2002-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7970         * gcc.c-torture/compile/20020309-1.c: New test.
7972 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
7974         * gcc.c-torture/execute/20020307-2.c: New test.
7976 2002-03-07  Jeffrey A Law  (law@redhat.com)
7978         * g77.f-torture/compile/20020307-1.f: New test.
7980 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
7982         * gcc.dg/unordered-1.c: New test.
7984 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
7986         * gcc.c-torture/execute/20020307-1.c: New test.
7988 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
7990         * gcc.dg/20020304-1.c: New test.
7992         * gcc.c-torture/compile/20020304-2.c: New test.
7994 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
7996         * gcc.c-torture/compile/20020304-1.c: New test case
7997         (from PR c/5830).
7999 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
8001         * gcc.dg/20020103-1.c: Add other -D ppc variants.
8003 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
8005         * g++.dg/other/classkey1.C: New test.
8007 2002-03-01  Richard Henderson  <rth@redhat.com>
8009         * gcc.c-torture/compile/981223-1.x: New.
8010         * gcc.c-torture/compile/920625-1.x: New.
8012 2002-02-28  Richard Henderson  <rth@redhat.com>
8014         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
8016 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
8018         * gcc.c-torture/execute/20020227-1.c: New test.
8020 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
8022         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
8023         here" ERROR lines.
8024         * g++.old-deja/g++.oliva/partord1.C: Likewise.
8025         * g++.old-deja.g++.other/defarg1.C: Likewise.
8026         * g++.old-deja/g++.pt/calls2.C: Likewise.
8027         * g++.old-deja/g++.pt/crash20.C: Likewise.
8028         * g++.old-deja/g++.pt/crash30.C: Likewise.
8029         * g++.old-deja/g++.pt/crash36.C: Likewise.
8030         * g++.old-deja/g++.pt/crash6.C: Likewise.
8031         * g++.old-deja/g++.pt/defarg13.C: Likewise.
8032         * g++.old-deja/g++.pt/derived3.C: Likewise.
8033         * g++.old-deja/g++.pt/error1.C: Likewise.
8034         * g++.old-deja/g++.pt/friend21.C: Likewise.
8035         * g++.old-deja/g++.pt/friend23.C: Likewise.
8036         * g++.old-deja/g++.pt/infinite1.C: Likewise.
8037         * g++.old-deja/g++.robertl/eb128.C: Likewise.
8039 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
8041         * gcc.c-torture/execute/20020225-2.c: New test.
8043 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
8045         * gcc.c-torture/execute/920730-1t.c,
8046         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
8047         Delete test cases, only relevant to -traditional.
8049 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
8051         * gcc.dg/cpp/undef1.c: Remove.
8052         * gcc.dg/cpp/directiv.c: Update.
8053         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
8055 2002-02-27  Michael Meissner  <meissner@redhat.com>
8057         * gcc.c-torture/execute/20020226-1.c: New test.
8059 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
8061         * g++.dg/debug/debug4.C: New test.
8063         * gcc.dg/ia64-visibility-1.c: New test.
8065 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
8067         * gcc.dg/debug/20020224-1.c: New.
8069 2002-02-25  Kazu Hirata  <kazu@hxi.com>
8071         * gcc.c-torture/execute/960416-1.x: New.
8072         * gcc.c-torture/execute/divconst-3.x: Likewise.
8074 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
8076         * gcc.dg/20020224-1.c: New test.
8078 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
8080         * gcc.c-torture/execute/20020225-1.c: New.
8082 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
8084         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
8086 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
8088         * gcc.dg/20020222-1.c: New test.
8090 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
8092         * g++.dg/opt/anonunion1.C: New test.
8094 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
8096         * g++.dg/template/qualttp19.C: New test.
8097         * g++.dg/template/qualttp20.C: New test.
8098         * g++.old-deja/g++.jason/report.C: Adjust expected errors
8099         * g++.old-deja/g++.other/qual1.C: Likewise.
8101 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
8103         * gcc.dg/attr-alwaysinline.c: New.
8105 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
8107         * gcc.dg/20020220-1.c: New test.
8109         * gcc.dg/20020220-2.c: New test.
8111         * g++.dg/opt/mmx1.C: New test.
8113 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
8115         * gcc.c-torture/compile/20020110.c: New test.
8117 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
8119         * gcc.c-torture/execute/20020219-1.c: New test.
8121         * gcc.dg/20020219-1.c: New test.
8123         * gcc.dg/noncompile/20020220-1.c: New test.
8125         * g++.dg/opt/ptrintsum1.C: New test.
8127         * gcc.dg/debug/20020220-1.c: New test.
8129 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
8131         * gcc.c-torture/execute/20020216-1.c: New test.
8133 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
8135         * gcc.dg/decl-1.c: Update, new test.
8137 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
8139         * g++.dg/abi/bitfield1.C: New test.
8140         * g++.dg/abi/bitfield2.C: New test.
8142 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
8144         * gcc.dg/attr-nest.c: New test.
8146 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
8148         * gcc.c-torture/execute/20020215-1.c: New test.
8150 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
8152         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
8153         * g++.dg/debug/debug.exp: New.
8154         * g++.dg/debug/trivial.C: New.
8155         * g++.dg/debug/debug1.C: Moved...
8156         * g++.dg/other/debug1.C: ...from here.
8157         * g++.dg/debug/debug2.C: Moved...
8158         * g++.dg/other/debug2.C: ...from here.
8159         * g++.dg/debug/debug3.C: Moved...
8160         * g++.dg/other/debug3.C: ...from here.
8162         * gcc.dg/noncompile/20020213-1.c: New test.
8164 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
8166         * g++.dg/other/debug3.C: New test.
8168         * gcc.c-torture/execute/20020213-1.c: New test.
8170 2002-02-13  Richard Smith <richard@ex-parrot.com>
8172         * g++.old-deja/g++.other/thunk1.C: New test.
8174 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
8176         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
8178 2002-02-13  Stan Shebs  <shebs@apple.com>
8180         * gcc.dg/altivec-3.c: New.
8182 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
8184         * gcc.dg/Wunreachable-1.c: New test.
8185         * gcc.dg/Wunreachable-2.c: New test.
8187 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
8189         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
8191 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
8193         * gcc.dg/decl-1.c: New test.
8195 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
8197         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
8199 2002-02-10  Kazu Hirata  <kazu@hxi.com>
8201         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
8202         * gcc.c-torture/compile/980506-1.x: Likewise.
8204 2002-02-10  Kazu Hirata  <kazu@hxi.com>
8206         * gcc.dg/20020210-1.c: New.
8208 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
8210         * g77.f-torture/execute/947.f: New regression test
8211         for PR fortran/947.
8213 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
8215         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
8216         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
8218 2002-02-08  Richard Henderson  <rth@redhat.com>
8220         * gcc.c-torture/compile/labels-3.c: New.
8222 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
8224         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
8225         expression statements work instead.
8226         * gcc.dg/noncompile/20020207-1.c: New test.
8228 2002-02-07  Richard Henderson  <rth@redhat.com>
8230         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
8232 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
8234         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
8235         message from g77
8236         * lib/g77-dg.exp: Trim g77 error messages so that they are
8237         recognized by dg.exp.
8239 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
8241         PR fortran/5473
8242         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
8244 2002-02-07  Richard Henderson  <rth@redhat.com>
8246         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
8247         to be sufficiently aligned for integers.
8249 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
8251         * g++.dg/template/friend4.C: New test.
8253 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
8255         PR fortran/5743
8256         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
8257         unsupported cases.
8259 2002-02-07  Richard Henderson  <rth@redhat.com>
8261         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
8262         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
8263         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
8264         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
8266 2002-02-06  Richard Henderson  <rth@redhat.com>
8268         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
8270 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
8272         * gcc.dg/20020206-1.c: New test.
8274 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
8276         * gcc.c-torture/execute/20020206-1.c: New test.
8278         * gcc.c-torture/execute/20020206-2.c: New test.
8280         PR optimization/5429:
8281         * gcc.c-torture/compile/20020206-1.c: New test.
8283 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
8285         * g++.dg/ext/align1.C: Do not use an explicit alignment value
8286         as certain file formats cannot support particularly large
8287         alignments.
8289         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
8290         and do not expect to be able to link the executable.
8292         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
8293         fail because the COFF format does not support the weak attribute.
8295 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
8297         * g77.dg/pr5473.f:  New test
8299 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
8301         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
8302         Fix testcase accordingly.
8304 2002-02-04  Richard Henderson  <rth@redhat.com>
8306         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
8307         (buf): Change to be an array of pointers, not ints.
8309 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
8311         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
8312         before all tests.  Move warning one line above to match where it
8313         C frontend emits.
8314         * gcc.dg/Wswitch-2.c: New test.
8315         * g++.dg/warn/Wswitch-1.C: New test.
8316         * g++.dg/warn/Wswitch-2.C: New test.
8318 2002-02-04  Richard Henderson  <rth@redhat.com>
8320         * g++.dg/abi/offsetof.C: Fix size comparison.
8322 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
8324         * gcc.dg/cast-qual-2.c: New test.
8326 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
8328         * gcc.dg/20020201-4.c: New test.
8330 2002-02-04  Ben Elliston  <bje@redhat.com>
8332         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
8333         target_info attribute != 0, in addition to the empty string.
8334         (gcc_target_compile): Likewise.
8336 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
8338         * gcc.dg/Wswitch.c: New test.
8339         PR gcc/4475. PR gcc/3780.
8341 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
8343         * g77.f-torture/execute/5122.f: New test for regressions
8344         against PR fortran/5122.
8346 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
8348         * g77.f-torture/compile/pr3743.f: Delete
8349         * g77.dg/pr3743-1.f: New test.
8350         * g77.dg/pr3743-2.f: New test.
8351         * g77.dg/pr3743-3.f: New test.
8352         * g77.dg/pr3743-4.f: New test.
8354 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
8356         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
8358 2002-02-02  Richard Henderson  <rth@redhat.com>
8360         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
8361         * gcc.c-torture/execute/bf64-1.c: Likewise.
8363 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
8365         * gcc.dg/20020201-2.c: New test.
8367         * gcc.dg/20020201-3.c: New test.
8369         * gcc.c-torture/execute/bitfld-2.c: New test.
8371 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
8373         * gcc.dg/bitfld-1.c: Update.
8374         * gcc.dg/bitfld-2.c: Update.
8375         * gcc.c-torture/execute/bitfld-1.x: New.
8377 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
8379         * gcc.c-torture/execute/20020201-1.c: New test.
8381 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
8383         PR target/5469
8384         * gcc.dg/20020201-1.c: New test.
8386 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
8388         PR fortran/3743
8389         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
8390         * g77.f-torture/compile/pr3743.x: Remove
8392 2002-01-31  Tom Rix  <trix@redhat.com>
8394         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
8396 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
8398         * gcc.dg/noncompile/20020130-1.c: New test.
8400 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
8402         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
8404 2002-01-29  Richard Henderson  <rth@redhat.com>
8406         * gcc.c-torture/execute/991118-1.c: Cast various constants back
8407         to long long.
8408         * gcc.c-torture/execute/bf64-1.c: Likewise.
8410 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
8412         * gcc.c-torture/execute/20020129-1.c: New test.
8414 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
8416         * gcc.c-torture/compile/20000224-1.c: Update.
8417         * gcc.c-torture/execute/bitfld-1.c: New tests.
8418         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
8419         * gcc.dg/uninit-A.c: Update.
8421 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
8423         * g++.dg/template/ctor1.C: Add instantiation.
8425 2002-01-28  Paul Koning  <pkoning@equallogic.com>
8427         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
8428         argument to __builtin_prefetch to be const ptr.
8430 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
8432         * gcc.c-torture/compile/20020120-1.c: New test.
8434 2002-01-27  Kazu Hirata  <kazu@hxi.com>
8436         * gcc.c-torture/execute/20020127-1.c: New test.
8438 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
8440         * g77.dg/f77-edit-i-in.f: New test
8441         * g77.dg/f77-edit-i-out.f: New test
8443 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
8445         * gcc.dg/debug/debug.exp: New file.
8446         * gcc.dg/debug/trivial.c: New file.
8447         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
8448         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
8449         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
8450         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
8451         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
8452         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
8453         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
8454         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
8455         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
8456         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
8457         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
8458         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
8459         * gcc.dg/20000503-1.c: Removed.
8460         * gcc.dg/20010207-1.c: Removed.
8461         * gcc.dg/20011223-1.c: Removed.
8462         * gcc.dg/20020104-2.c: Removed.
8463         * gcc.dg/debug-1.c: Removed.
8464         * gcc.dg/debug-2.c: Removed.
8465         * gcc.dg/debug-3.c: Removed.
8466         * gcc.dg/debug-4.c: Removed.
8467         * gcc.dg/debug-5.c: Removed.
8468         * gcc.dg/debug-6.c: Removed.
8469         * gcc.dg/dwarf2-1.c: Removed.
8470         * gcc.dg/dwarf2-2.c: Removed.
8472 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
8474         * g++.old-deja/g++.other/eh5.C: New test.
8475         * g++.old-deja/g++.other/sibcall2.C: New test.
8476         * g++.old-deja/g++.other/array9.C: New test.
8477         * g++.old-deja/g++.other/typename2.C: New test.
8478         * g++.old-deja/g++.other/crash60.C: New test.
8479         * g++.old-deja/g++.other/conv9.C: New test.
8480         * g++.old-deja/g++.other/mangle10.C: New test.
8481         * g++.old-deja/g++.other/unchanging1.C: New test.
8482         * g++.old-deja/g++.other/exprstmt1.C: New test.
8483         * g++.old-deja/g++.other/inline23.C: New test.
8484         * g++.old-deja/g++.eh/ia64-1.C: New test.
8485         * g++.old-deja/g++.other/dwarf2-1.C: New test.
8486         * g++.old-deja/g++.other/reload1.C: New test.
8487         * g++.old-deja/g++.other/static20.C: New test.
8488         * g++.old-deja/g++.other/local-alloc1.C: New test.
8489         * g++.old-deja/g++.other/conv8.C: New test.
8490         * g++.old-deja/g++.other/stmtexpr2.C: New test.
8491         * g++.old-deja/g++.other/storeexpr1.C: New test.
8492         * g++.old-deja/g++.other/storeexpr2.C: New test.
8493         * g++.dg/eh/template2.C: New test.
8494         * g++.dg/warn/weak1.C: New test.
8496 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
8498         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
8499         Remove first, non-varying, argument.
8501 2002-01-23  Richard Henderson  <rth@redhat.com>
8503         * gcc.dg/inline-2.c: New.
8505         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
8506         Add optional target arg.  Check number of arguments.
8507         (scan-assembler-not, scan-assembler-dem): Likewise.
8508         (scan-assembler-dem-not): Likewise.
8510 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
8512         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
8513         line 12.
8514         * g++.old-deja/g++.brendan/parse3.C,
8515         g++.old-deja/g++.other/crash26.C,
8516         g++.old-deja/g++.other/crash28.C,
8517         g++.old-deja/g++.other/crash29.C,
8518         g++.old-deja/g++.other/crash30.C,
8519         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
8521 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
8523         * gcc.dg/20020115-1.c: New.
8525 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
8527         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
8529 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
8531         * gcc.dg/20020122-3.c: New.
8533 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
8535         * g++.dg/other/gc1.C: New test.
8537 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
8539         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
8541 2002-01-22  Richard Henderson  <rth@redhat.com>
8543         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
8545 2002-01-22  Richard Henderson  <rth@redhat.com>
8547         * gcc.dg/20020122-4.c: New.
8549 2002-01-22  H.J. Lu <hjl@gnu.org>
8551         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
8552         link output.
8553         * gcc.dg/special/ecos.exp: Likewise.
8554         * lib/g++-dg.exp: Likewise.
8555         * lib/g77-dg.exp: Likewise.
8556         * lib/gcc-dg.exp : Likewise.
8557         * lib/mike-g++.exp: Likewise.
8558         * lib/mike-g77.exp: Likewise.
8559         * lib/mike-gcc.exp: Likewise.
8560         * lib/objc-dg.exp: Likewise.
8562 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
8564         PR target/5379
8565         * gcc.dg/20020122-2.c: New test.
8567 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
8569         * gcc.dg/20020122-1.c: New test.
8571 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
8573         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
8575 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
8577         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
8579 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8581         * gcc.c-torture/compile/20020121-1.c: New test.
8583 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8585         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
8586         ld_library_path.
8588 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
8590         * gcc.dg/20020218-1.c: New test.
8592 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
8594         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
8595         messages
8596         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
8597         "At global scope" warning
8598         * g++.dg/ext/align1.C: Change cygwin test for alignment
8599         from db-bogus to dg-warning
8601 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
8603         * g77.f-torture/compile/cpp2.F: New test.
8605 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
8607         * g++.dg/template/access1.C: New test.
8609 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
8611         * gcc.dg/20020118-1.c: New.
8613 2002-01-18  Kazu Hirata  <kazu@hxi.com>
8615         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
8617 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
8619         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
8620         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
8621         alignment warnings.
8623 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
8625         * gcc.misc-tests/i386-prefetch.exp: Save and restore
8626         torture_with_loops and torture_without_loops
8628 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
8630         * gcc.c-torture/compile/20020116-1.c: New test.
8632 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
8634         * gcc.dg/20020116-2.c: New test.
8636         * gcc.dg/ultrasp4.c: New test.
8638         * gcc.dg/20020116-1.c: New test.
8640 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
8642         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
8643         by EABI.
8645 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
8647         * gcc.misc-tests/i386-prefetch.exp: New.
8648         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
8649         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
8650         * gcc.misc-tests/i386-pf-none-1.c: New test.
8651         * gcc.misc-tests/i386-pf-sse-1.c: New test.
8653 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
8655         * gcc.dg/gnu89-init-1.c: Add new tests.
8657 2002-01-15  Andreas Jaeger  <aj@suse.de>
8659         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
8660         * gcc.dg/i386-mmx-2.c: Likewise.
8661         * gcc.dg/i386-sse-1.c: Likewise.
8662         * gcc.dg/i386-sse-2.c: Likewise.
8663         * gcc.dg/i386-sse-3.c: Likewise.
8665 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
8667         * g77.f-torture/execute/intrinsic-unix-bessel.f:
8668         Uncomment additional cases that now pass.
8670 2002-01-11  Richard Henderson  <rth@redhat.com>
8672         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
8673         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
8675 2002-01-11  Nicola Pero  <n.pero@mi.flashnet.it>
8677         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
8679 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
8681         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
8682         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
8684 2002-01-10  Dale Johannesen  <dalej@apple.com>
8686         * gcc.c-torture/execute/loop-11.c: New.
8688 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
8690         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
8691         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
8693 2002-01-09  Richard Henderson  <rth@redhat.com>
8695         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
8696         type in which to perform the operation for each size.
8698 2002-01-09  Alan Matsuoka  (alanm@redhat.com)
8700         * gcc.c-torture/compile/20020109-2.c: New test.
8702 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
8704         * gcc.c-torture/execute/loop-10.c: New test.
8706 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
8708         * gcc.c-torture/compile/20010226-1.c: New test.
8709         * gcc.c-torture/compile/20010227-1.c: New test.
8710         * gcc.c-torture/compile/20010426-1.c: New test.
8711         * gcc.c-torture/compile/20010510-1.c: New test.
8712         * gcc.c-torture/compile/20010605-3.c: New test.
8713         * gcc.c-torture/compile/20010824-1.c: New test.
8714         * gcc.c-torture/execute/20010409-1.c: New test.
8715         * gcc.dg/noncompile/20000901-1.c: New test.
8716         * gcc.dg/20001023-1.c: New test.
8717         * gcc.dg/20001101-1.c: New test.
8718         * gcc.dg/20001102-1.c: New test.
8719         * gcc.dg/20010207-1.c: New test.
8720         * gcc.dg/20010405-1.c: New test.
8721         * gcc.dg/20010822-1.c: New test.
8722         * gcc.dg/20011107-1.c: New test.
8724 2002-01-09  Jeffrey A Law  (law@redhat.com)
8726         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
8728         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
8729         execution failure on PA targets.
8731 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
8733         * gcc.c-torture/compile/20020109-1.c: New test.
8735 2002-01-08  Kazu Hirata  <kazu@hxi.com>
8737         * gcc.c-torture/execute/20020108-1.c: New test.
8739 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
8741         * gcc.dg/20020108-1.c: New test.
8743 2002-01-08  H.J. Lu <hjl@gnu.org>
8745         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
8746         for header files.
8748 2002-01-08  Geoff Keating  <geoffk@redhat.com>
8750         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
8751         consistency.
8753 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
8755         * gcc.dg/altivec-4.c: Test altivec predicates.
8757 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
8759         * gcc.c-torture/execute/20020107-1.c: New test.
8761 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8763         PR c/5279
8764         * gcc.c-torture/compile/20020106-1.c: New test.
8766 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
8768         * gcc.c-torture/execute/nestfunc-4.c: New test.
8770 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
8772         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
8773         extra triple that slipped in.
8774         * g++.old-deja/g++.abi/align.C: Likewise.
8775         * g++.old-deja/g++.abi/bitfields.C: Likewise.
8777 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
8779         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
8780         * g++.old-deja/g++.abi/align.C: Likewise.
8781         * g++.old-deja/g++.abi/bitfields.C: Likewise.
8783         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
8784         on FreeBSD/i386.
8785         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
8786         FreeBSD.
8788 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
8790         * gcc.dg/20020104-1.c: New test.
8792         * gcc.dg/20020104-2.c: New test.
8794 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
8796         * gcc.dg/20020103-1.c: Fix typo in target selector.
8798 2002-01-03  Richard Henderson  <rth@redhat.com>
8800         * gcc.dg/20020103-1.c: New.
8802 2002-01-03  Kazu Hirata  <kazu@hxi.com>
8804         * gcc.c-torture/execute/20020103-1.c: New test.
8806 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
8808         * g++.dg/other/debug2.C: New test.
8810         * gcc.c-torture/compile/20020103-1.c: New test.
8812 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
8814         * gcc.dg/gnu89-init-1.c: Added new tests.
8816 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
8818         * g++.dg/template/friend2.C: Remove as patch is reverted.
8820         * g++.dg/warn/oldcast1.C: New test.
8822         * g++.dg/template/ptrmem1.C: New test.
8823         * g++.dg/template/ptrmem2.C: New test.
8825         * g++.dg/template/ntp.C: New test.
8827         * g++.dg/other/component1.C: New test.
8829         * g++.dg/template/ttp3.C: New test.
8831         * g++.dg/template/friend2.C: New test.
8832         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
8834 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
8836         * g++.dg/other/ptrmem1.C: New test.
8837         * g++.dg/other/ptrmem2.C: New test.
8839 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
8841         * g++.dg/template/ctor1.C: New test.
8843 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
8845         * g++.dg/template/friend2.C: New test.
8847 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
8849         * gcc.dg/mmix-1.c: New test.
8851 2001-12-31  Richard Henderson  <rth@redhat.com>
8853         * gcc.dg/asm-5.c: New.
8855 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
8857         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
8858         in namespace __gnu_cxx
8860 2001-12-30  Richard Henderson  <rth@redhat.com>
8862         * gcc.dg/debug-6.c: New.
8864 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
8866         * gcc.c-torture/compile/20011229-2.c: New test.
8868 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
8870         * gcc.dg/debug-3.c: New test.
8871         * gcc.dg/debug-4.c: New test.
8872         * gcc.dg/debug-5.c: New test.
8874 2001-12-29  Richard Henderson  <rth@redhat.com>
8876         * g++.dg/eh/loop1.C: New.
8878 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
8880         * g++.dg/template/crash1.C: New test.
8882 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
8884         * g++.dg/other/const1.C: New test.
8886 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
8888         * gcc.c-torture/compile/20011229-1.c: New test.
8890 2001-12-28  Stan Shebs  <shebs@apple.com>
8892         * lib/objc-torture.exp: Resync with c-torture.exp.
8893         * lib/objc.exp: Load standard libraries.
8895 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
8897         * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
8898         additional tests.
8900 2001-12-27  Roger Sayle <roger@eyesopen.com>
8902         * gcc.c-torture/execute/string-opt-16.c: New testcase.
8904 2001-12-27  Richard Henderson  <rth@redhat.com>
8906         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
8908 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
8910         * g++.dg/eh/ctor1.C: New test.
8911         * g++.dg/other/error2.C: New test.
8913 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
8915         * g++.dg/other/init2.C: New test.
8917 2001-12-24  Richard Henderson  <rth@redhat.com>
8919         * gcc.dg/20011223-1.c: New.
8920         * gcc.dg/inline-1.c: New.
8922 2001-12-23  Richard Henderson  <rth@redhat.com>
8924         * gcc.dg/asm-4.c: Test operand modifiers.
8926 2001-12-23  Richard Henderson  <rth@redhat.com>
8928         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
8930 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
8932         * gcc.c-torture/execute/20011223-1.c: New test.
8934 2001-12-21  Richard Henderson  <rth@redhat.com>
8936         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
8937         re-enables the warning.
8939 2001-12-21  Richard Henderson  <rth@redhat.com>
8941         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
8943 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
8945         * gcc.c-torture/compile/20011218-1.c: New test.
8947 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
8949         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
8950         arm-isr.c test.
8951         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
8952         epilogue generation for ARM ISR routines.
8954 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8956         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
8957         * gcc.dg/format/c90-printf-3.c: Likewise.
8958         * gcc.dg/format/c99-printf-3.c: Likewise.
8959         * gcc.dg/format/ext-1.c: Likewise.
8960         * gcc.dg/format/ext-6.c: Likewise.
8961         * gcc.dg/format/format.h: Prototype unlocked stdio.
8963 2001-12-20  Richard Henderson  <rth@redhat.com>
8965         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
8966         (arena): Use it.
8967         (malloc): Correct allocation logic.  Abort if we fill up the
8968         arena before initialization complete.
8969         (realloc): Correct allocation logic.
8971 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
8973         * gcc.c-torture/compile/20011219-2.c: New test.
8975         * gcc.c-torture/execute/20011219-1.c: New test.
8977 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
8979         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
8980         target does not support weak symbols.
8982 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
8984         * gcc.c-torture/compile/20011219-1.c: New test.
8986 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
8988         * g++.dg/other/error1.C: New test.
8990 2001-12-17  Jeffrey A Law  (law@redhat.com)
8992         * gcc.c-torture/execute/20011217-1.c: New test.
8994 2001-12-17  Nicola Pero  <nicola@brainstorm.co.uk>
8996         * objc.dg/special/: New directory.
8997         * objc.dg/special/special.exp: New file.
8998         * objc.dg/special/unclaimed-category-1.h: New file.
8999         * objc.dg/special/unclaimed-category-1a.m: New file.
9000         * objc.dg/special/unclaimed-category-1.m: New file.
9002 2001-12-17  Andreas Jaeger  <aj@suse.de>
9004         * gcc.c-torture/compile/20011217-2.c: New test.
9006 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
9008         * gcc.c-torture/compile/20011217-1.c: New test.
9010 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
9012         * testsuite/gcc.dg/20011214-1.c: New.
9014 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
9016         * gcc.dg/altivec-4.c: New.
9018 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
9020         * gcc.dg/20011113-1.c: New test.
9022 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9024         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
9025         std::__malloc_alloc_template<0> and
9026         std::__default_alloc_template<false, 0>.
9028 2001-12-13  Nicola Pero  <n.pero@mi.flashnet.it>
9030         * objc/execute/bf-21.m: New test.
9031         * objc/execute/enumeration-1.m: New test.
9032         * objc/execute/enumeration-2.m: New test.
9034 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
9036         * gcc.dg/gnu89-init-1.c: New test.
9038 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
9040         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
9041         * g++.old-deja/g++.jason/2371.C: Likewise.
9042         * g++.old-deja/g++.jason/template33.C: Likewise.
9043         * g++.old-deja/g++.jason/template34.C: Likewise.
9044         * g++.old-deja/g++.jason/template36.C: Likewise.
9045         * g++.old-deja/g++.oliva/typename1.C: Likewise.
9046         * g++.old-deja/g++.oliva/typename2.C: Likewise.
9047         * g++.old-deja/g++.other/typename1.C: Likewise.
9048         * g++.old-deja/g++.pt/inherit2.C: Likewise.
9049         * g++.old-deja/g++.pt/nontype5.C: Likewise.
9050         * g++.old-deja/g++.pt/typename11.C: Likewise.
9051         * g++.old-deja/g++.pt/typename14.C: Likewise.
9052         * g++.old-deja/g++.pt/typename16.C: Likewise.
9053         * g++.old-deja/g++.pt/typename3.C: Likewise.
9054         * g++.old-deja/g++.pt/typename4.C: Likewise.
9055         * g++.old-deja/g++.pt/typename5.C: Likewise.
9056         * g++.old-deja/g++.pt/typename7.C: Likewise.
9057         * g++.old-deja/g++.robertl/eb9.C: Likewise.
9059 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
9061         * g++.dg/other/linkage1.C: New test.
9062         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
9063         specifiers.
9065 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
9067         * gcc.dg/concat.c: New test.
9069 2001-12-11  Stan Shebs  <shebs@apple.com>
9071         * objc/compile: New test directory.
9072         * objc/compile/compile.exp: New expect script.
9073         * objc/compile/20011211-1.m: New compile test.
9075 2001-12-11  Jason Merrill  <jason@redhat.com>
9077         * lib/prune.exp (prune_gcc_output): Also handle "In member
9078         function".  So many permutations...
9080 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
9082         * g++.dg/template/typedef1.C: New test.
9084 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
9086         * g++.dg/other/copy1.C: New test.
9088 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
9090         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
9092         * gcc.dg/builtin-choose-expr.c: New.
9094 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
9096         * gcc.dg/altivec-2.c: New.
9098 2001-12-07  Richard Henderson  <rth@redhat.com>
9100         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
9102 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
9104         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
9105         ultrasparc.
9107 2001-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9109         * g++-old.deja/g++.robertl/eb101.C: Deleted.
9111 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
9113         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
9114         variable argument list.
9116 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
9118         * gcc.c-torture/execute/memcheck: Delete entire directory.
9119         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
9120         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
9122 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
9124         * gcc.dg/Wshadow-1.c: New test.
9126 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
9128         * gcc.c-torture/compile/20011130-1.c: New test.
9130         * gcc.dg/noncompile/20011025-1.c: New test.
9132         * g++.dg/other/anon-union.C: New test.
9134         * gcc.c-torture/execute/20011024-1.c: New test.
9136 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
9138         * gcc.c-torture/execute/20000722-1.x,
9139         gcc.c-torture/execute/20010123-1.x: Remove.
9140         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
9141         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
9142         gcc.dg/c99-complit-2.c: New tests.
9144 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
9146         * g++.dg/inherit/base1.C: New test.
9148 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
9150         * g++.dg/other/stdarg1.C: New test.
9152         * gcc.c-torture/compile/20011130-2.c: New test.
9154 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
9156         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
9157         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
9158         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
9159         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
9160         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
9161         * gcc.dg/builtin-prefetch-1.c: New test.
9163 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
9165         * gcc.dg/20011130-1.c: New test.
9167 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
9169         * g++.dg/other/scope1.C: New test.
9170         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
9172 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
9174         * gcc.dg/vla-init-1.c: New test.
9176 2001-12-01  Geoff Keating  <geoffk@redhat.com>
9178         * gcc.c-torture/compile/structs.c: New testcase from GDB.
9180 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
9182         * objc.dg/alias.m: Update.
9183         * objc.dg/class-1.m: Update.
9184         * objc.dg/const-str-1.m: Update.
9185         * objc.dg/fwd-proto-1.m: Update.
9186         * objc.dg/id-1.m: Update.
9187         * objc.dg/super-class-1.m: Update.
9189 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
9191         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
9192         constructs.
9194 2001-11-28  Jeffrey A Law  (law@cygnus.com)
9196         * gcc.c-torture/execute/20011128-1.c: New test.
9198 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
9200         * gcc.dg/20011127-1.c: New test.
9202 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
9204         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
9205         from Austin Group draft 7.
9206         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
9207         scanf format arguments.
9208         * gcc.dg/format/no-exargs-2.c: New test.
9210 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
9212         * g++.dg/abi/vbase8-4.C: New test.
9214 2001-11-24  Ian Lance Taylor  <ian@airs.com>
9216         * gcc.c-torture/execute/20011121-1.c: New test.
9218 2001-11-23  Jeffrey A Law  (law@cygnus.com)
9220         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
9222 2001-11-23  Andreas Jaeger  <aj@suse.de>
9224         * gcc.dg/cpp/charconst-2.c: New test.
9226 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
9228         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
9229         to the host if it is remote.  Let tests specify extra headers
9230         they use.
9231         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
9232         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
9233         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
9234         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
9235         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
9236         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
9237         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
9238         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
9239         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
9240         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
9242 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
9244         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
9245         for little endian ARMs.
9247 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
9249         * gcc.c-torture/compile/20011119-1.c: New test.
9250         * gcc.c-torture/compile/20011119-2.c: New test.
9252 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
9254         * gcc.dg/altivec-1.c: Fix typo.
9256 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
9258         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
9260 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
9262         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
9264 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
9266         * lib/g77.exp: Don't specify --rpath-link.
9268         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
9269         across all the headers.
9270         * gcc.dg/format/format.exp: For testing on a remote host,
9271         copy format.h.
9273         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
9274         * gcc.c-torture/execute/930406-1.c: Likewise.
9275         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
9277 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
9279         * gcc.dg/altivec-1.c: New.
9281 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
9283         * gcc.dg/cpp/fpreprocessed.c: New test case.
9285 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
9287         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
9288         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
9289         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
9291 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
9293         * gcc.dg/no-builtin-1.c: New test.
9295 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
9297         * gcc.c-torture/execute/20011115-1.c: New test.
9299 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
9301         * gcc.c-torture/compile/20011114-2.c: New test.
9302         * gcc.c-torture/compile/20011114-3.c: New test.
9303         * gcc.c-torture/compile/20011114-4.c: New test.
9305 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
9307         * g++.dg/other/init1.C: New test.
9309 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
9311         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
9312         message.
9314         * gcc.c-torture/execute/20011114-1.c: New testcase.
9316         * gcc.c-torture/compile/20010327-1.c: Revert last change.
9317         * gcc.c-torture/compile/20011114-1.c: New test, exactly
9318         like the (before this change) version of 20010327-1.c.
9320 2001-11-14  Roger Sayle <roger@eyesopen.com>
9322         * gcc.c-torture/execute/string-opt-13.c: New testcase.
9324 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
9326         * g++.dg/init/array2.C: New test.
9328 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
9330         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
9332 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
9334         * g++.dg/other/forscope1.C: New test.
9335         * g++.dg/ext/forscope1.C: New test.
9336         * g++.dg/ext/forscope2.C: New test.
9338 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
9340         * gcc.c-torture/execute/20011113-1.c: New test.
9342 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
9344         * gcc.c-torture/execute/20011109-2.c: New test.
9346         * gcc.c-torture/execute/20011109-1.c: New test.
9348 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
9350         * gcc.c-torture/compile/20011109-1.c: New test.
9352 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
9354         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
9355         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
9356         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
9357         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
9358         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
9359         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
9360         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
9362 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
9364         * g++.dg/warn/Wshadow-1.C: New tests.
9365         * g++.old-deja/g++.mike/for3.C: Update.
9367 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
9369         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
9370         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
9371         XFAILs.  Adjust expected error texts.
9372         * gcc.c-torture/compile/20011106-1.c,
9373         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
9374         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
9375         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
9376         gcc.dg/c99-array-lval-5.c: New tests.
9378 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
9380         * gcc.dg/cpp/defined.c: Update.
9382 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
9384         * gcc.c-torture/execute/anon-1.c: New test.
9386 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
9388         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
9389         same size, so no warning should be produced on stormy16.
9391         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
9392         due to oversized array.
9393         * g++.old-deja/g++.mike/ns15.C: Likewise.
9394         * g++.old-deja/g++.pt/crash16.C: Likewise.
9396 2001-11-02  Graham Stott  <grahams@redhat.com>
9398         * g++.dgother/debug1.C: Fix typos.
9400 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
9402         * g++.dg/other/debug1.C: New test.
9404 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9406         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
9407         of unsigned long.
9409 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
9411         * gcc.dg/20011029-2.c: New test.
9413         * gcc.c-torture/compile/20011029-1.c: New test.
9415 2001-10-29  Nicola Pero  <n.pero@mi.flashnet.it>
9417         * objc/execute/class_self-1.m: New test.
9418         * objc/execute/class_self-2.m: New test.
9420 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
9422         * gcc.misc-tests/msgs.exp: Delete.
9423         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
9424         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
9425         error set to match recent changes.
9427 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
9429         * gcc.dg/20011021-1.c: New test.
9431 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
9433         * gcc.c-torture/compile/20011023-1.c: New test.
9435 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
9437         * lib/g77.exp: Rewrite based on lib/g++.exp.
9439 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
9441         * gcc.c-torture/execute/20011019-1.c: New test.
9443         * gcc.dg/20011018-1.c: New test.
9445 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
9447         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
9449 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
9451         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
9452         * gcc.dg/attr-invalid.c: Likewise.
9454 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
9456         * testsuite/gcc.dg/20011015-1.c: New test.
9458 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
9460         * g++.dg/template/unify2.C: New test.
9462 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
9464         * g++.dg/other/exception-specification.C: New test
9466 2001-10-13  Tom Rix  <trix@redhat.com>
9468         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
9469         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
9471 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
9473         * testsuite/gcc.dg/20011009-1.c: New test.
9475 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
9477         PR g++/4476
9478         * g++.dg/other/friend1.C: New test.
9480 2001-10-11  Richard Henderson  <rth@redhat.com>
9482         * g++.old-deja/g++.other/crash18.C: Add -S to options.
9484 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9486         * gcc.c-torture/compile/20011010-1.c: New.
9488 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
9490         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
9491         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
9492         g77.f-torture/execute/execute.exp,
9493         g77.f-torture/noncompile/noncompile.exp,
9494         gcc.c-torture/compile/compile.exp,
9495         gcc.c-torture/execute/execute.exp,
9496         gcc.c-torture/execute/ieee/ieee.exp,
9497         gcc.c-torture/execute/memcheck/memcheck.exp,
9498         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
9499         objc/execute/execute.exp: Update FSF address.
9501 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
9503         * gcc.dg/cpp/cmdlne-C.c: Update.
9504         * gcc.dg/cpp/cmdlne-C2.c: New.
9506 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9508         * gcc.c-torture/execute/20011008-3.c: New.
9510 2001-10-08  DJ Delorie  <dj@redhat.com>
9512         * gcc.dg/20011008-1.c: New.
9513         * gcc.dg/20011008-2.c: New.
9515 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
9517         * gcc.dg/cpp/spacing1.c: Update test.
9519 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
9521         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
9522         spelling errors of "separate" as "seperate".
9524 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
9526         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
9527         enough to avoid inlining.
9529 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
9531         * lib/g77.exp: set libg2c_dir correctly.
9533 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
9535         * gcc.dg/cpp/macro11.c: New test.
9537 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
9539         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
9540         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
9541         gcc.dg/format/multattr-3.c: New tests.
9542         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
9543         tests for format attributes on function pointers being rejected.
9545 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
9547         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
9549 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
9551         * g++.dg/warn/format1.C: New test.
9553 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
9555         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
9557 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
9559         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
9561 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
9563         * gcc.dg/cpp/redef2.c: Add test.
9565 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
9567         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
9568         long-standing bug on i686, apparently.
9569         * gcc.c-torture/execute/loop-2c.x: New file.
9570         * gcc.c-torture/execute/loop-2d.x: New file.
9571         * gcc.c-torture/execute/loop-3c.x: New file.
9573 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
9575         * gcc.dg/cpp/20000625-2.c: Correct line number.
9577 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
9579         * gcc.dg/cpp/macro10.c: New test.
9580         * gcc.dg/cpp/strify3.c: New test.
9581         * gcc.dg/cpp/spacing1.c: Add tests.
9582         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
9583         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
9585 2001-09-24  DJ Delorie  <dj@redhat.com>
9587         * gcc.c-torture/execute/20010924-1.c: New test.
9589 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
9591         * testsuite/objc/execute/paste.m: Remove.
9593 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
9595         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
9597 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
9599         * g77.dg/strlen0.f: New test.
9601 2001-09-21  Richard Henderson  <rth@redhat.com>
9603         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
9604         * g++.old-deja/g++.abi/vtable2.C: Likewise.
9606 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
9608         Table-driven attributes.
9609         * g++.dg/ext/attrib1.C: New test.
9611 2001-09-20  DJ Delorie  <dj@redhat.com>
9613         * gcc.dg/20000926-1.c: Update expected warning messages.
9614         * gcc.dg/array-2.c: Likewise, and test for warnings too.
9615         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
9616         array.
9618 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
9620         * g++.dg/eh/registers1.C: New test case.
9622 2001-09-17  Richard Henderson  <rth@redhat.com>
9624         * gcc.dg/array-5.c: Fix VLA decomposition test.
9626 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
9628         * gcc.dg/cpp/line5.c: New testcase.
9630 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
9632         * gcc.dg/cpp/macro9.c: New test.
9634 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
9636         * gcc.c-torture/execute/980223.c: Change type of addr from long
9637         to char *.
9639 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
9641         * gcc.c-torture/execute/20010915-1.c: New test.
9643 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
9645         * g77.dg/bprob: New directory.
9646         * g77.dg/bprob/bprob.exp: New file.
9647         * g77.dg/bprob/bprob-1.f: New test.
9648         * g77.dg/gcov: New directory.
9649         * g77.dg/gcov/gcov.exp: New file.
9650         * g77.dg/gcov/gcov-1.f: New test.
9651         * g77.dg/gcov/gcov-1.x: New file.
9653 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
9655         * gcc.dg/cpp/directiv.c: Update.
9656         * gcc.dg/cpp/undef1.c: Update.
9658 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
9660         * gcc.dg/20010912-1.c: New test.
9662 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
9664         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
9665         language-independent file in lib.
9666         * lib/gcov.exp: New file.
9668 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
9670         * gcc.c-torture/compile/20010911-1.c: New test.
9672 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
9674         * lib/profopt.exp: New, to support profile-directed optimizations.
9675         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
9676         * gcc.misc-tests/bprob-1.c: New test.
9677         * gcc.misc-tests/bprob-2.c: New test.
9679 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
9681         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
9682         XFAIL and which kinds of gcov output to verify.
9683         * gcc.misc-tests/gcov-4b.x: New file.
9684         * gcc.misc-tests/gcov-5b.x: New file.
9685         * gcc.misc-tests/gcov-6.x: New file.
9686         * gcc.misc-tests/gcov-7.c: New test.
9687         * gcc.misc-tests/gcov-7.x: New file.
9689 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
9691         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
9692         * gcc.misc-tests/gcov-6.c: New test.
9694 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
9696         PR c++/3986
9697         * g++.dg/abi/vbase1.C: New test.
9699 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
9701         * objc.dg/method-2.m: New.
9703 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
9705         PR c++/4203
9706         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
9707         * g++.dg/init/empty1.C: New test.
9709 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
9711         * gcc.c-torture/compile/20010903-1.c: New test.
9713 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
9715         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
9716         for m68k.
9718 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
9720         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
9722         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
9724         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
9726 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
9728         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
9729         for 16-bit 'unsigned int'.
9731 2001-08-29  Kazu Hirata  <kazu@hxi.com>
9733         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
9735 2001-08-27  Richard Henderson  <rth@redhat.com>
9737         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
9738         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
9740 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
9742         * gcc.dg/asm-names.c (ymain): New.
9744 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
9746         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
9747         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
9748         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
9750 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9752         * gcc.dg/compare5.c: New testcase.
9754 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
9756         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
9757         and "In instantiation".
9759 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
9761         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
9763 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
9765         * gcc.misc-tests/gcov.exp: Add support for branch information.
9766         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
9767         * gcc.misc-tests/gcov-4.c: New test.
9768         * gcc.misc-tests/gcov-4b.c: New test.
9769         * gcc.misc-tests/gcov-5b.c: New test.
9771 2001-08-20  Zack Weinberg  <zackw@panix.com>
9773         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
9774         expected to fail.
9776 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9778         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
9780 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
9782         * g++.dg/eh/template1.C: New test.
9784 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
9786         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
9787         Fix thinko.
9788         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
9789         for xfail.
9791 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
9793         * lib/g77-dg.exp:  Use prune.exp for common procedures
9794         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
9795         * lib/g77.exp: (g77-dg-prune) Remove
9797 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
9799         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
9801 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9803         * g++.dg/template/unify1.C: New test.
9805 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
9807         * g++.dg/abi/empty4.C: New test.
9809 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
9811         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
9812         solaris2.*
9813         * g77.f-torture/compile/pr3743.x: Likewise
9815 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
9817         * g++.dg/other/using-declaration.C: New test.
9819 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
9821         * gcc.dg/cpp/tr-sign.c: New testcase.
9823 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
9825         * gcc.dg/cpp/19951025-1.c: Revert.
9826         * gcc.dg/cpp/directiv.c: We no longer process directives that
9827         interrupt macro arguments.
9829 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
9831         * gcc.dg/bconstp-1.c: New test.
9833 2001-08-03  Richard Henderson  <rth@redhat.com>
9835         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
9837 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
9839         * gcc.dg/cpp/19951025-1.c: Update.
9841 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
9843         * g77.dg/ff90-1.f (s): Fix reference of variable z,
9844         should be x.
9846 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
9848         Kill -fhonor-std.
9849         * g++.old-deja/g++.ns/ns14.C: Remove special options.
9850         * g++.old-deja/g++.other/std1.C: Likewise.
9851         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
9853 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
9855         * lib/g77.exp:  Load gcc-defs.exp for common procedures
9856         (g77_pass, g77_fail, g77_finish, g77_exit,
9857         ${tool}_check_unsupported_p} Now redundant.  Deleted.
9859 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
9861         * g77.dg/fbackslash.f
9862         * g77.dg/fcase-preserve.f
9863         * g77.dg/ff90-1.f
9864         * g77.dg/ffixed-line-length-0.f
9865         * g77.dg/ffixed-line-length-132.f
9866         * g77.dg/ffixed-line-length-7.f
9867         * g77.dg/ffixed-line-length-72.f
9868         * g77.dg/ffixed-line-length-none.f
9869         * g77.dg/ffree-form-1.f
9870         * g77.dg/fno-backslash.f
9871         * g77.dg/fno-f90-1.f
9872         * g77.dg/fno-fixed-form-1.f
9873         * g77.dg/fno-onetrip.f
9874         * g77.dg/fno-typeless-boz.f
9875         * g77.dg/fno-underscoring.f
9876         * g77.dg/fno-vxt-1.f
9877         * g77.dg/fonetrip.f
9878         * g77.dg/ftypeless-boz.f
9879         * g77.dg/fugly-assumed.f
9880         * g77.dg/funderscoring.f
9881         * g77.dg/fvxt-1.f
9883 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
9885         * objc.dg/fwd-proto-1.m: New.
9886         * objc.dg/local-decl-1.m: New.
9887         * objc.dg/naming-1.m: New.
9888         * objc.dg/naming-2.m: New.
9889         * objc.dg/proto-hier-1.m: New.
9891 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
9893         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
9894         largest-type elements to a struct makes its size grow.
9896 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
9898         * g++.dg/abi/vthunk1.C: New test.
9900 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
9902         * g++.dg/abi/vbase8-22.C: New test.
9904 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
9906         * gcc.dg/cpp/macro8.c: New test.
9908 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
9910         * g++.dg/abi/vbase8-21.C: New test.
9912 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
9914         * g++.dg/abi/vbase8-10.C: New test.
9916 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9918         * lib/g++.exp (g++_set_ld_library_path): Renamed to
9919         ${tool}_set_ld_library_path.
9920         Changed caller.
9921         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
9922         g++.exp.
9924 2001-07-26  Stan Cox <scox@redhat.com>
9926         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
9927         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
9928         gcc_exit, gcc_check_unsupported_p):
9929         Moved to gcc-deps.exp
9930         * gcc-deps.exp: New file.
9932 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9934         * g++.old-deja/g++.pt/defarg14.C: New test.
9936 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
9938         * g++.old-deja/g++.other/lineno5.C: New test.
9940 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
9942         * g++.old-deja/g++.pt/crash68.C: New test.
9944 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
9946         * g++.old-deja/g++.other/crash42.C: New test.
9948 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
9950         * gcc.dg/cpp/extratokens.c: Fix.
9951         * gcc.dg/cpp/skipping2.c: New tests.
9953 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9955         * gcc.c-torture/execute/20010724-1.c: New file.
9956         * gcc.c-torture/execute/20010724-1.x: New file.
9958 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
9960         * g++.old-deja/g++.other/cond7.C: New test.
9962 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
9964         * g++.old-deja/g++.other/optimize4.C: New test.
9966 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
9968         * g++.old-deja/g++.abi/vbase8-5.C: New test.
9970 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
9972         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
9973         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
9974         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
9975         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
9977         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
9978         bug report" message.
9980         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
9981         * g++.dg/ext/instantiate1.C: Move from old-deja.
9983 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
9985         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
9986         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
9987         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
9988         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
9990 2001-07-23  Jeffrey A Law  (law@cygnus.com)
9992         * gcc.c-torture/execute/20010723-1.c: New test.
9994 2001-07-23  Ben Elliston  <bje@redhat.com>
9996         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
9998 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10000         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
10001         i[34567]86-*-*.
10002         Delete handling of ieee_multilib_flags.
10003         Pass -mieee for alpha*-*-* and sh-*-*.
10004         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
10006 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
10008         Remove old-abi tests.
10009         * g++.old-deja/g++.mike/p11116.C: Remove.
10010         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
10012 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
10014         * g77.f-torture/compile/pr3743.f:  New test
10016 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
10018         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
10020 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10022         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
10023         g++.old-deja/g++.pt/static6.C: Likewise.
10024         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
10025         supports weak symbols.
10027 2001-07-18  Andreas Jaeger  <aj@suse.de>
10029         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
10030         supported again.
10032 2001-07-18  Andreas Jaeger  <aj@suse.de>
10034         * gcc.dg/iftrap-1.c: Fix target line.
10036 2001-07-17  Richard Henderson  <rth@redhat.com>
10038         * gcc.c-torture/execute/20010717-1.c: New.
10040 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
10042         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
10043         tests.
10045 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
10047         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
10049 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10051         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
10052         UAC_SIGBUS, UAC_NOPRINT definitions.
10054 2001-07-16  Nicola Pero  <n.pero@mi.flashnet.it>
10056         * objc/execute/object_is_class.m: New test.
10057         * objc/execute/object_is_meta_class.m: New test.
10059 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
10061         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
10062         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
10064 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
10066         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
10067         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
10069 2001-07-14  Richard Henderson  <rth@redhat.com>
10071         * gcc.dg/iftrap-1.c: New.
10073 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
10075         * g77.f-torture/execute/intrinsic77.f: New test.
10077 2001-07-11  Janis Johnson <janis@us.ibm.com>
10079         * gcc.misc-tests/gcov-3.c: New test.
10081 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
10083         * gcc.c-torture/compile/20010711-1.c,
10084         * gcc.c-torture/compile/20010711-2.c: New tests.
10086 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
10088         * gcc.c-torture/execute/20010711-1.c: New test.
10090 2001-07-11  Ben Elliston  <bje@redhat.com>
10092         * g++.old-deja/g++.other/enum5.C: New test.
10094 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
10096         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
10097         (g++-dg-prune): Call prune_gcc_output.
10098         * prune.exp: New file for prune_gcc_output.
10099         * lib/g++.exp, lib/gcc.exp: Load it.
10101 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
10103         * gcc.c-torture/compile/20010701-1.c,
10104         g++.old-deja/g++.ext/attrib6.C: New tests.
10106 2001-07-06  Jeffrey A Law  (law@cygnus.com)
10108         * gcc.c-torture/compile/20010706-1.c: New test.
10110 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
10112         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
10114 2001-06-28  Stan Shebs  <shebs@apple.com>
10116         * gcc.dg/pragma-darwin.c: New test.
10118 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10120         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
10121         Solaris 2.[678] system.
10123 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
10125         * gcc.dg/20010622-1.c: New test.
10127 2001-06-18  Stan Shebs  <shebs@apple.com>
10129         * objc.dg: New directory.
10130         * objc.dg/dg.exp: New file.
10131         * objc.dg/alias.m: New.
10132         * objc.dg/class-1.m: New.
10133         * objc.dg/class-2.m: New.
10134         * objc.dg/const-str-1.m: New.
10135         * objc.dg/const-str-2.m: New.
10136         * objc.dg/id-1.m: New.
10137         * objc.dg/method-1.m: New.
10138         * objc.dg/super-class-1.m: New.
10139         * lib/objc-dg.exp: New file.
10141 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10143         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
10144         of label name.
10146 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
10148         * g++.old-deja/g++.abi/vbase8-9.C: New test.
10150 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10152         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
10153         variable.
10155 2001-06-12  Richard Henderson  <rth@redhat.com>
10157         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
10159 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
10161         * g++.old-deja/g++.abi/vbase5.C: New test.
10162         * g++.old-deja/g++.abi/vbase6.C: New test.
10163         * g++.old-deja/g++.abi/vbase7.C: New test.
10165 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10167         * gcc.c-torture/compile/20010610-1.c: New test.
10169 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
10171         * g++.old-deja/g++.abi/vbase4.C: New test.
10173 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10175         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
10176         support %f for HC11/HC12 targets.
10177         * gcc.c-torture/execute/930513-1.x: New file, likewise.
10178         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
10179         on HC11/HC12 targets.
10180         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
10182 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10184         * gcc.dg/wchar_t-1.c: New file.
10185         * gcc.dg/wint_t-1.c: Likewise.
10187 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
10189         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
10191 2001-06-11  Richard Henderson  <rth@redhat.com>
10193         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
10195 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
10197         * gcc.c-torture/compile/20010611-1.c: New test.
10199 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
10201         * gcc.dg/c99-tag-1.c: Add more tests.
10203 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
10205         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
10206         representation on MN10300 and ARM/Thumb.
10208 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
10210         * g77.f-torture/execute/20010610.f: New.
10212 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
10214         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
10215         names.
10217 2001-06-09  Richard Henderson  <rth@redhat.com>
10219         * gcc.c-torture/execute/ashrdi-1.c: New.
10220         * gcc.c-torture/execute/ashldi-1.c: New.
10221         * gcc.c-torture/execute/lshrdi-1.c: New.
10223 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
10225         * objc/execute/load-3.m: Added. Check sending +load to categories,
10226         in addition to classes.
10228 2001-06-08  Stan Shebs  <shebs@apple.com>
10230         * objc/execute/load-2.m: New test.  From Nicola Pero
10231         <n.pero@mi.flashnet.it>.
10233 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
10235         * gcc.c-torture/execute/20010605-2.c: New test.
10237 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
10239         * g++.old-deja/g++.abi/vbase2.C: New test.
10240         * g++.old-deja/g++.abi/vbase3.C: New test.
10242 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
10244         * g++.old-deja/g++.pt/friend49.C: New test.
10246 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
10248         * g++.old-deja/g++.ext/anon3.C: New test.
10250 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
10252         * g++.old-deja/g++.other/conv7.C: New test.
10254 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
10256         * gcc.c-torture/compile/20010605-2.c: New test.
10258 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10260         * gcc.c-torture/execute/20010604-1.c: New test.
10262 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
10264         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
10266 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
10268         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
10269         (g++_link_flags): Likewise.
10270         (g++_init): Pass gccpath's value to two previous functions.
10272 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10274         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
10275         Ensure logfile entry matches exec command line.
10277 2001-05-31  Richard Henderson  <rth@redhat.com>
10279         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
10280         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
10282 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
10284         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
10285         compiler for irix6.2
10287 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
10289         * g++.old-deja/g++.other/optimize3.C: New file.
10291 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
10293         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
10294         assemble.
10296 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
10298         * g++.old-deja/g++.other/optimize2.C: New file.
10300 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
10302         * gcc.c-torture/compile/20010518-2.c: New file.
10303         * gcc.c-torture/execute/20010518-1.c: New file.
10304         * gcc.c-torture/execute/20010518-2.c: New file.
10306 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
10308         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
10310 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
10312         G++ no longer defines builtins that do not begin with __builtin.
10313         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
10314         * g++.old-deja/g++.brendand/misc13.C: Likewise.
10315         * g++.old-deja/g++.law/builtin1.C: Likewise.
10316         * g++.old-deja/g++.law/cvt2.C: Likewise.
10317         * g++.old-deja/g++.mike/net5.C: Likewise.
10318         * g++.old-deja/g++.other/builtins1.C: Likewise.
10319         * g++.old-deja/g++.other/builtins2.C: Likewise.
10320         * g++.old-deja/g++.other/builtins3.C: Likewise.
10321         * g++.old-deja/g++.other/builtins4.C: Likewise.
10322         * g++.old-deja/g++.other/inline8.C: Likewise.
10323         * g++.old-deja/g++.robertl/eb39.C: Likewise.
10325 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
10327         * g++.old-deja/g++.pt/using1.C: Adjust.
10328         * g++.old-deja/g++.pt/using2.C: New test.
10330 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
10332         * gcc.dg/cpp/charconst.c: New tests.
10333         * gcc.dg/cpp/escape.c: New tests.
10334         * gcc.dg/cpp/escape-1.c: New tests.
10335         * gcc.dg/cpp/escape-2.c: New tests.
10336         * gcc.dg/cpp/ucs.c: New tests.
10338 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
10340         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
10341         native compiler for irix6.5.
10343 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
10345         * lib/g++.exp (g++_include_flags): Use args to compute
10346         get_multilibs.
10347         (g++_link_flags): Likewise.
10348         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
10350 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
10352         * gcc.dg/c90-hexfloat-1.c: Add more tests.
10354 2001-05-21  Geoff Keating  <geoffk@redhat.com>
10356         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
10357         this file.
10359 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10361         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
10362         STACK_SIZE;
10363         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
10364         to STACK_SIZE; Use it to define size of add_histo array.
10365         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
10366         to STACK_SIZE.
10367         (f): Use GITT_SIZE to define size of gitt local table.
10368         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
10369         to STACK_SIZE; Use it to define size of bytemem array.
10371 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10373         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
10374         on 68HC11/HC12 due to the asm instruction.
10375         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
10376         * gcc.c-torture/compile/920520-1.x: Likewise.
10377         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
10378         on 68HC11/HC12 because the function is larger than 64K.
10379         * gcc.c-torture/compile/961203-1.x: New file, this test fails
10380         on 68HC11/HC12 because the structure is too large.
10382 2001-05-20  Richard Henderson  <rth@redhat.com>
10384         * gcc.c-torture/execute/20010520-1.c: New.
10386 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10388         * g++.old-deja/g++.warn/compare1.C: New test.
10389         * gcc.dg/compare4.c: New test.
10391 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
10393         * g++.old-deja/g++.other/optimize1.C: New test.
10395 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10397         * g++.old-deja/g++.pt/spec41.C: New test.
10399 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
10401         * gcc.c-torture/compile/20010114-1.x: Remove.
10403 2001-05-18  Stan Shebs  <shebs@apple.com>
10405         * gcc.c-torture/compile/20010518-1.c: New test.
10407 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
10409         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
10410         * g++.old-deja/g++.pt/crash67.C: New test.
10412 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
10414         * g++.old-deja/g++.other/debug9.C: New test.
10416 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
10418         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
10420 2001-05-16  Jan Hubicka  <jh@suse.cz>
10422         * gcc.c-torture/compile/20010516-1.c: New test.
10424 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
10426         * g++.old-deja/g++.other/crash41.C: New test.
10428 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
10430         * g++.old-deja/g++.pt/crash66.C: New test.
10432 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
10434         * g++.old-deja/g++.robertl/eb27.C: Convert.
10436 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
10438         * g++.dg/friend-warn.C: New test.  Do not warn about friend
10439         declaration being redundant.
10441 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
10443         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
10445 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
10447         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
10449 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
10451         * lib/g++.exp: Use testsuite_flags.
10453 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
10455         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
10457 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10459         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
10461 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
10463         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
10465 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
10467         * gcc.c-torture/compile/20010313-1.c: New test.
10469 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
10471         * gcc.dg/cpp/direct2.c: New test.
10472         * gccq.dg/cpp/direct2s.c: New test.
10474         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
10476 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
10478         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
10479         * g++.old-deja/g++.other/op3.C: Likewise.
10481 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
10483         * gcc.dg/cpp/syshdr.h: New file.
10484         * gcc.dg/cpp/sysmac1.c: Update.
10485         * gcc.dg/cpp/sysmac2.c: Update.
10487 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
10489         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
10491 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
10493         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
10494         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
10496 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
10498         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
10500 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
10502         * lib/g++.exp (g++_include_flags): Don't use any special flags
10503         if TESTING_IN_BUILD_TREE is not defined.
10504         (g++_init): Use a plain 'c++' as the compiler if
10505         TESTING_IN_BUILD_TREEE is not defined.
10507 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
10509         * g++.old-deja/g++.eh/catch13.C: New test.
10510         * g++.old-deja/g++.eh/catch14.C: New test.
10512 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
10514         * gcc.dg/cpp/tr-define.c: New test.
10516 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
10518         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
10519         <stdlib.h>, not <malloc.h>.
10521 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
10523         * g++.old-deja/g++.ns/template17.C: New test.
10525 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
10527         * g++.old-deja/g++.pt/ref4.C: New test.
10529 2001-04-30  Richard Henderson  <rth@redhat.com>
10531         * gcc.dg/20000724-1.c: Revert last change.
10533 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
10535         * g77.f-torture/execute/20010430.f: New test.
10537 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
10539         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
10541 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
10543         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
10545 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
10547         * g++.old-deja/g++.eh/crash6.C: New test.
10549 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
10551         * g++.old-deja/g++.other/warn7.C: New test.
10553 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
10555         * g++.old-deja/g++.other/defarg9.C: New test.
10557 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
10559         * g77.f-torture/compile/20010426.f: New test.
10560         * g77.f-torture/execute/20010426.f: New test.
10562 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
10564         * g77.f-torture/compile/20000629-1.x: Remove - error
10565         has been fixed.
10567 2001-04-26  Jeffrey A Law  (law@cygnus.com)
10569         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
10570         Tweak slightly to work with g++.dg framework.
10571         * g++.dg/special/ecos.exp: Run initp1.C test.
10572         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
10574         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
10575         its linker doesn't give line numbers either.
10576         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
10578 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
10580         * g++.old-deja/g++.other/lex1.C: New test.
10582 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
10584         * gcc.dg/noncompile/20010425-1.c: New test.
10586 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
10588         * g++.old-deja/g++.pt/mangle2.C: New test.
10590 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
10592         * gcc.dg/format/plus-1.c: New test.
10594 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
10596         * gcc.dg/20010423-1.c: New test.
10598 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
10600         * gcc.c-torture/execute/20010422-1.c: New test.
10602 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
10604         * g++.old-deja/g++.ns/type2.C: New test.
10606 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
10608         * g++.old-deja/g++.other/perf1.C: New test.
10610 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
10612         * gcc.dg/c99-func-2.c: Remove xfail.
10613         * gcc.dg/c99-func-3.c: Remove xfail.
10614         * gcc.dg/c99-func-4.c: Remove xfail.
10616 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
10618         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
10620 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
10622         * gcc.c-torture/compile/20010423-1.c: New test.
10624 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
10626         * g++.old-deja/g++.pt/typename28.C: New test.
10628 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
10630         * g++.old-deja/g++.abi/empty2.C: New test.
10631         * g++.old-deja/g++.abi/empty3.C: New test.
10633 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
10635         * g++.old-deja/g++.other/comdat2.C: New test.
10636         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
10638 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
10640         * g++.old-deja/g++.other/overload14.C: New test.
10642 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
10644         * g++.old-deja/g++.other/lookup23.C: New test.
10646 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
10648         * gcc.c-torture/execute/20010403-1.c: New test.
10650 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
10651             Mark Mitchell  <mark@codesourcery.com>
10653         * lib/old-dejagnu.exp: Don't delete output of executable.
10654         Add .exe suffix to executables.
10656 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
10658         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
10660 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10662         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
10664 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
10666         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
10667         * g++.old-deja/g++.abi/crash1.C: New test.
10669 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
10671         * g++.old-deja/g++.other/crash40.C: New test.
10673 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10675         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
10677 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
10679         * g++.old-deja/g++.other/warn6.C: New test.
10681 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
10683         * g++.old-deja/g++.robertl/eb42.C: Same.
10685 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10687         * gcc.dg/wtr-conversion-1.c: New testcase.
10689 2001-04-10  Richard Henderson  <rth@redhat.com>
10691         * g++.old-deja/g++.other/array5.C: New.
10693 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10695         * gcc.c-torture/execute/20010408-1.c: New test.
10697 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
10699         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
10700         headers and constructs.
10701         * g++.old-deja/g++.robertl/eb79.C: Same.
10702         * g++.old-deja/g++.robertl/eb77.C (main): Same.
10703         * g++.old-deja/g++.robertl/eb73.C: Same.
10704         * g++.old-deja/g++.robertl/eb66.C (main): Same.
10705         * g++.old-deja/g++.robertl/eb55.C (t): Same.
10706         * g++.old-deja/g++.robertl/eb54.C (main): Same.
10707         * g++.old-deja/g++.robertl/eb46.C (main): Same.
10708         * g++.old-deja/g++.robertl/eb44.C: Same.
10709         * g++.old-deja/g++.robertl/eb41.C (main): Same.
10710         * g++.old-deja/g++.robertl/eb4.C (main): Same.
10711         * g++.old-deja/g++.robertl/eb39.C: Same.
10712         * g++.old-deja/g++.robertl/eb33.C (main): Same.
10713         * g++.old-deja/g++.robertl/eb31.C (main): Same.
10714         * g++.old-deja/g++.robertl/eb30.C: Same.
10715         * g++.old-deja/g++.robertl/eb3.C: Same.
10716         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
10717         * g++.old-deja/g++.robertl/eb21.C: Same.
10718         * g++.old-deja/g++.robertl/eb15.C: Same.
10719         * g++.old-deja/g++.robertl/eb118.C: Same.
10720         * g++.old-deja/g++.robertl/eb115.C (main): Same.
10721         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
10722         * g++.old-deja/g++.robertl/eb109.C: Same.
10723         * g++.old-deja/g++.other/sibcall1.C (main): Same.
10724         * g++.old-deja/g++.mike/rtti1.C: Same.
10725         * g++.old-deja/g++.mike/p658.C: Same.
10726         * g++.old-deja/g++.mike/net46.C: Same.
10727         * g++.old-deja/g++.mike/net34.C: Same.
10728         * g++.old-deja/g++.mike/memoize1.C: Same.
10729         * g++.old-deja/g++.mike/eh2.C: Same.
10730         * g++.old-deja/g++.law/weak.C: Same.
10731         * g++.old-deja/g++.law/visibility7.C: Same.
10732         * g++.old-deja/g++.law/visibility25.C: Same.
10733         * g++.old-deja/g++.law/visibility22.C: Same.
10734         * g++.old-deja/g++.law/visibility2.C: Same.
10735         * g++.old-deja/g++.law/visibility17.C: Same.
10736         * g++.old-deja/g++.law/visibility13.C: Same.
10737         * g++.old-deja/g++.law/visibility10.C: Same.
10738         * g++.old-deja/g++.law/visibility1.C: Same.
10739         * g++.old-deja/g++.law/virtual3.C (eval): Same.
10740         * g++.old-deja/g++.law/vbase1.C: Same.
10741         * g++.old-deja/g++.law/operators32.C: Same.
10742         * g++.old-deja/g++.law/nest3.C: Same.
10743         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
10744         * g++.old-deja/g++.law/except5.C (main): Same.
10745         * g++.old-deja/g++.law/cvt7.C (run): Same.
10746         * g++.old-deja/g++.law/cvt2.C: Same.
10747         * g++.old-deja/g++.law/cvt16.C: Same.
10748         * g++.old-deja/g++.law/ctors6.C (bar): Same.
10749         * g++.old-deja/g++.law/ctors17.C (main): Same.
10750         * g++.old-deja/g++.law/ctors13.C: Same.
10751         * g++.old-deja/g++.law/ctors12.C (main): Same.
10752         * g++.old-deja/g++.law/ctors10.C: Same.
10753         * g++.old-deja/g++.law/code-gen5.C: Same.
10754         * g++.old-deja/g++.law/bad-error7.C: Same.
10755         * g++.old-deja/g++.law/arm9.C: Same.
10756         * g++.old-deja/g++.law/arm12.C: Same.
10757         * g++.old-deja/g++.law/arg8.C: Same.
10758         * g++.old-deja/g++.law/arg1.C: Same.
10759         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
10760         * g++.old-deja/g++.jason/template31.C: Same.
10761         * g++.old-deja/g++.jason/template24.C (main): Same.
10762         * g++.old-deja/g++.jason/2371.C: Same.
10763         * g++.old-deja/g++.eh/new2.C: Same.
10764         * g++.old-deja/g++.eh/new1.C: Same.
10765         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
10766         * g++.old-deja/g++.brendan/nest21.C (main): Same.
10767         * g++.old-deja/g++.brendan/err-msg3.C: Same.
10768         * g++.old-deja/g++.brendan/crash62.C: Same.
10769         * g++.old-deja/g++.brendan/crash52.C: Same.
10770         * g++.old-deja/g++.brendan/crash49.C (main): Same.
10771         * g++.old-deja/g++.brendan/crash38.C: Same.
10772         * g++.old-deja/g++.brendan/crash15.C (main): Same.
10773         * g++.old-deja/g++.brendan/copy9.C: Same.
10775 2001-04-06  J"orn Rennecke <amylaar@redhat.com>
10777         * gcc.c-torture/execute/20001203-2.c (memset):
10778         Count argument is of type __SIZE_TYPE__.
10780 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
10782         * gcc.c-torture/compile/20010404-1.c: New test.
10784 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
10786         * gcc.c-torture/compile/20010326-1.c: New test.
10788 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
10790         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
10791         peculiarities of the SH.
10792         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
10794 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10796         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
10797         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
10798         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
10800 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
10802         * g77.f-torture/compile/20010321-1.f: New test.
10804 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
10806         * gcc.c-torture/compile/20010329-1.c: New test.
10808 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
10810         * gcc.c-torture/execute/20010329-1.c: New test.
10812 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
10814         * g++.old-deja/g++.other/eh4.C: Fix typo.
10816 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
10818         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
10820 2001-03-28  Philip Blundell  <philb@gnu.org>
10822         * gcc.c-torture/compile/20010328-1.c: New test.
10824 2001-03-27  Richard Henderson  <rth@redhat.com>
10826         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
10827         * g++.old-deja/g++.eh/vbase3.C: Likewise.
10829 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
10831         * gcc.c-torture/compile/20010327-1.c: New test.
10833 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
10835         * g++.old-deja/g++.other/friend12.C: New test.
10836         * g++.old-deja/g++.other/friend9.C: Expect no errors.
10837         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
10839 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
10841         * gcc.c-torture/execute/20010325-1.c: New test.
10843 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
10845         * g++.old-deja/g++.other/mangle3.C: New test.
10847 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
10849         * g++.old-deja/g++.other/anon8.C: New test.
10851 2001-03-20  Philip Blundell  <philb@gnu.org>
10853         * gcc.c-torture/compile/20010320-1.c: New test.
10855 2001-03-17  Richard Henderson  <rth@redhat.com>
10857         * g++.old-deja/g++.other/eh4.C: Add expected error text.
10859 2001-03-15  Geoff Keating  <geoff@redhat.com>
10861         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
10862         tests on AIX.
10864 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
10866         * g++.old-deja/g++.other/eh4.C: New test.
10868 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
10870         * gcc.dg/cpp/mi1.c: Update.
10872 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
10874         * g++.old-deja/g++.other/regstack.C: New test.
10876 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
10878         * g++.old-deja/g++.other/ref4.C: New test.
10880 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
10882         * objc/execute/va_method.m: Added.
10883         * objc/execute/IMP.m: Added.
10884         * objc/execute/_cmd.m: Added.
10885         * objc/execute/accessing_ivars.m: Added.
10886         * objc/execute/class-1.m: Added.
10887         * objc/execute/class-10.m: Added.
10888         * objc/execute/class-11.m: Added.
10889         * objc/execute/class-12.m: Added.
10890         * objc/execute/class-13.m: Added.
10891         * objc/execute/class-14.m: Added.
10892         * objc/execute/class-2.m: Added.
10893         * objc/execute/class-3.m: Added.
10894         * objc/execute/class-4.m: Added.
10895         * objc/execute/class-5.m: Added.
10896         * objc/execute/class-6.m: Added.
10897         * objc/execute/class-7.m: Added.
10898         * objc/execute/class-8.m: Added.
10899         * objc/execute/class-9.m: Added.
10900         * objc/execute/class-tests-1.h
10901         * objc/execute/class-tests-2.h
10902         * objc/execute/compatibility_alias.m: Added.
10903         * objc/execute/encode-1.m: Added.
10904         * objc/execute/formal_protocol-1.m: Added.
10905         * objc/execute/formal_protocol-2.m: Added.
10906         * objc/execute/formal_protocol-3.m: Added.
10907         * objc/execute/formal_protocol-4.m: Added.
10908         * objc/execute/formal_protocol-5.m: Added.
10909         * objc/execute/formal_protocol-6.m: Added.
10910         * objc/execute/formal_protocol-7.m: Added.
10911         * objc/execute/informal_protocol.m: Added.
10912         * objc/execute/initialize.m: Added.
10913         * objc/execute/load.m: Added.
10914         * objc/execute/many_args_method.m: Added.
10915         * objc/execute/nested-3.m: Added.
10916         * objc/execute/no_clash.m: Added.
10917         * objc/execute/private.m: Added.
10918         * objc/execute/redefining_self.m: Added.
10919         * objc/execute/root_methods.m: Added.
10920         * objc/execute/selector-1.m: Added.
10921         * objc/execute/static-1.m: Added.
10922         * objc/execute/static-2.m: Added.
10923         * objc/execute/va_method.m: Added.
10925 2001-03-10  Richard Henderson  <rth@redhat.com>
10927         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
10929 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
10931         * g++.old-deja/g++.other/crash31.C: XFAIL.
10932         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
10933         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
10934         * gcc.c-torture/execute/20010123-1.x: XFAIL.
10935         * gcc.c-torture/execute/20010124-1.x: XFAIL.
10936         * gcc.dg/sequence-pt-1.c: XFAIL one test.
10938 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
10940         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
10942 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
10944         * gcc.dg/20000724-1.c: Don't use multiline strings.
10946 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
10948         * objc/execute/string1.m, objc/execute/string2.m: Compare the
10949         result of -cString against what we expect it to be; don't just
10950         print it out for no one to read.
10952         * objc/execute/string3.m, objc/execute/string4.m: New tests.
10953         Based on testcases provided by Nicola Pero.
10955 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
10957         * gcc.dg/cpp/macro7.c: New test.
10959 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
10961         * gcc.dg/cpp/multiline.c: Update.
10963 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
10965         * g++.old-deja/g++.other/enum3.C: New test.
10967 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
10969         * g++.old-deja/g++.other/pod1.C: New test.
10971 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
10973         * g++.old-deja/g++.ext/overload1.C: New test.
10975 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
10977         * g++.old-deja/g++.pt/using1.C: New test.
10979 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
10981         * g++.old-deja/g++.other/using9.C: New test.
10983 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
10985         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
10987         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
10989 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
10991         * g++.old-deja/g++.ext/realpt1.C: Remove.
10993 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
10995         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
10997 2001-02-26  Will Cohen  <wcohen@redhat.com>
10999         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
11001 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
11003         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
11004         templatized constructors.
11006 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11008         * gcc.c-torture/execute/20010224-1.c: New test.
11010 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
11012         * gcc.c-torture/execute/20010222-1.c: New test.
11014 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
11016         * g++.old-deja/g++.other/inline20.C: New test.
11018 2001-02-21  Ovidiu Predescu  <ovidiu@cup.hp.com>
11020         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
11022 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
11024         * g++.old-deja/g++.other/lookup22.C: New test.
11026 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
11028         * g77.dg: New directory.
11029         * g77.dg/20010216-1.f: New test case.
11030         * g77.dg/dg.exp: New driver.
11031         * lib/g77-dg.exp: New driver library.
11033 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11035         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
11037 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
11039         * g++.old-deja/g++.other/decl9.C: New test.
11041 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
11043         * g++.old-deja/g++.other/init16.C: Update the test so that it does
11044         not need <string> and also tests the initialization at runtime.
11046 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
11048         * gcc.c-torture/execute/longlong.c: New test.
11050 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
11052         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
11054 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
11056         * gcc.c-torture/execute/920302-1.c (execute):
11057         Change argument type to short.
11059 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
11061         * g++.old-deja/g++.pt/deduct6.C: New test.
11063 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
11065         * g++.old-deja/g++.pt/deduct5.C: New test.
11067 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
11069         * gcc.c-torture/execute/20010209-1.c: New test.
11071 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
11073         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
11075 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
11077         * g++.dg/vtgc1.C: Update for new ABI.
11079         * consistency.vlad: New directory, 1665 files.
11081 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
11083         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
11084         return type.
11085         * gcc.dg/cpp/digraphs.c: Declare puts.
11087 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
11089         * g++.old-deja/g++.other/warn5.C: New test.
11091 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
11093         * g++.old-deja/g++.pt/spec40.C: New test.
11095 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
11097         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
11098         case.
11099         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
11101 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
11103         * gcc.c-torture/compile/20010209-1.c: New test.
11105 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
11107         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
11108         excess errors message but not if it crashes.
11109         * g++.old-deja/g++.other/crash27.C: Likewise.
11110         * g++.old-deja/g++.other/crash28.C: Likewise.
11111         * g++.old-deja/g++.other/crash30.C: Likewise.
11112         * g++.old-deja/g++.other/crash32.C: Likewise.
11113         * g++.old-deja/g++.other/crash35.C: Likewise.
11114         * g++.old-deja/g++.pt/inherit2.C: Likewise.
11116 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
11118         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
11119         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
11120         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
11121         g77.f-torture/execute/execute.exp,
11122         g77.f-torture/noncompile/noncompile.exp,
11123         gcc.c-torture/execute/execute.exp,
11124         gcc.c-torture/execute/memcheck/memcheck.exp,
11125         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
11126         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
11127         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
11128         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
11129         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
11130         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
11131         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
11132         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
11133         Remove bug reporting instructions with ancient email addresses.
11135 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
11137         * gcc.dg/20010202-1.c: New test.
11138         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
11140 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
11142         * g++.dg/stdbool-if.C: New test.
11144 2001-02-07  Ovidiu Predescu  <ovidiu@cup.hp.com>
11146         * objc/execute/fdecl.m: Added main().
11148 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
11150         * gcc.c-torture/execute/20010206-1.c: New test.
11152 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
11154         * gcc.dg/cpp/avoidpaste1.c: Update.
11156 2001-02-05  Ovidiu Predescu  <ovidiu@cup.hp.com>
11158         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
11159         Pero <nicola@brainstorm.co.uk>.
11160         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
11162 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
11164         * g++.old-deja/g++.pt/spec39.C: New test.
11166 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
11168         * gcc.c-torture/compile/20010202-1.c: New test.
11170 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
11172         * g++.old-deja/g++.abi/primary2.C: New test.
11173         * g++.old-deja/g++.abi/primary3.C: New test.
11174         * g++.old-deja/g++.abi/primary4.C: New test.
11175         * g++.old-deja/g++.abi/primary5.C: New test.
11176         * g++.old-deja/g++.abi/vtable3.h: New test.
11177         * g++.old-deja/g++.abi/vtable3a.C: New test.
11178         * g++.old-deja/g++.abi/vtable3b.C: New test.
11179         * g++.old-deja/g++.abi/vtable3c.C: New test.
11180         * g++.old-deja/g++.abi/vtable3d.C: New test.
11181         * g++.old-deja/g++.abi/vtable3e.C: New test.
11182         * g++.old-deja/g++.abi/vtable3f.C: New test.
11183         * g++.old-deja/g++.abi/vtable3g.C: New test.
11184         * g++.old-deja/g++.abi/vtable3h.C: New test.
11185         * g++.old-deja/g++.abi/vtable3i.C: New test.
11186         * g++.old-deja/g++.abi/vtable3j.C: New test.
11187         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
11189 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
11191         * g++.old-deja/g++.other/anon6.C: New test.
11192         * g++.old-deja/g++.other/anon7.C: New test.
11194 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
11196         * gcc.dg/cpp/avoidpaste2.c: New tests.
11198 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
11200         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
11202 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
11204         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
11205         DECIMAL_DIG cases for Irix."
11207 2001-01-31  J"orn Rennecke <amylaar@redhat.com>
11209         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
11211 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
11213         * gcc.dg/c99-tag-1.c: New test.
11215 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
11217         * gcc.dg/cpp/tr-warn1.c: Add tests.
11219 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
11221         * gcc.dg/cpp/avoidpaste1.c: Update.
11222         * gcc.dg/cpp/paste4.c: Update.
11224 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
11226         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
11227         cases for Irix.
11229 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11231         * g++.old-deja/g++.other/inline19.C: New test.
11233 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
11235         * gcc.dg/Wlarger-than.c: New test.
11237 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
11239         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
11241 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
11243         * gcc.c-torture/execute/20010129-1.c: New test.
11244         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
11246 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
11248         * gcc.dg/cpp/avoidpaste1.c: Test case.
11250 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
11252         * g++.old-deja/g++.other/inline18.C: New test.
11254 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11256         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
11257         and __builtin_putchar.
11259 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
11261         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
11262         tests.
11264 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
11266         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
11267         floating point number rounding mode to round to the nearest
11268         representable mode.
11270 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
11272         * g++.old-deja/g++.other/mangle2.C: New test.
11274 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
11276         * gcc.c-torture/compile/20010124-1.c: New test.
11278 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
11280         * g++.old-deja/g++.pt/spec38.C: New test.
11282 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11284         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
11285         "Build don't run".
11287 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11289         * gcc.c-torture/execute/20010123-1.c: New test.
11291 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
11293         * g++.old-deja/g++.pt/spec37.C: New test.
11295 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
11297         * g++.old-deja/g++.pt/overload14.C: New test.
11299 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11301         * gcc.c-torture/execute/20010122-1.c: New test, exercise
11302         __builtin_return_address.
11304 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
11306         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
11307         * g++.old-deja/g++.pt/spec35.C: New test.
11308         * g++.old-deja/g++.pt/spec36.C: New test.
11310 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
11312         * gcc.c-torture/compile/20010118-1.c: New test.
11314 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
11316         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
11318 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
11320         * gcc.c-torture/execute/20010119-1.c: New test.
11322 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
11324         * g++.old-deja/g++.other/vbase5.C: New test.
11326 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
11328         * gcc.c-torture/execute/20010118-1.c: New test.
11330 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
11332         * g++.old-deja/g++.pt/deduct3.C: New test.
11334 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
11336         * g++.old-deja/g++.pt/spec34.C: New test.
11338 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
11340         * g77.f-torture/compile/20000601-2.f: New test.
11342 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
11344         * g++.old-deja/g++.other/init17.C: New test.
11346 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
11348         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
11350 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
11352         * g++.old-deja/g++.pt/unify8.C: New test.
11354 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
11356         * g++.old-deja/g++.abi/vbase1.C: New test.
11358 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
11360         * g++.old-deja/g++.pt/crash65.C: New test.
11362 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
11364         * gcc.dg/cpp/assembl2.S: New test case.
11366 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
11368         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
11369         are supported.
11371 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11373         * g++.old-deja/g++.other/builtins1.C: New test.
11374         * g++.old-deja/g++.other/builtins2.C: Likewise.
11375         * g++.old-deja/g++.other/builtins3.C: Likewise.
11376         * g++.old-deja/g++.other/builtins4.C: Likewise.
11378 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
11380         * gcc.c-torture/compile/20010117-1.c: New test.
11381         * gcc.c-torture/compile/20010117-2.c: New test.
11383 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
11385         * g77.f-torture/execute/20010116.[fx]: New test,
11386         XFAIL on i?86-*-*.
11387         * g77.f-torture/compile/20010115.f: Indicate it's
11388         a test for PR fortran/1636.
11390 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
11392         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
11394 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
11396         * g77.f-torture/compile/20010115.f: New test.
11398 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
11400         * g++.old-deja/g++.pt/nontype5.C: New test.
11402 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
11404         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
11405         have an equivalent working one below it.
11407 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
11409         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
11410         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
11412 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
11414         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
11415         message containing "init_priority".
11416         (conpr-2.C): Likewise.
11417         (conpr-3.C): Likewise.
11418         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
11420 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11422         * gcc.c-torture/execute/20010114-2.c: New test.
11424 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
11426         * gcc.c-torture/compile/20010114-1.c: New test.
11427         * gcc.c-torture/compile/20010114-1.x: Xfail.
11428         * gcc.c-torture/compile/20010114-2.c: New test.
11429         * gcc.c-torture/execute/20010114-1.c: New test.
11430         * gcc.dg/trunc-1.c: New test.
11431         * gcc.dg/uninit-B.c: New test.
11433 2001-01-13  Nick Clifton  <nickc@redhat.com>
11435         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
11436         target.
11438 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11440         * gcc.c-torture/compile/20010113-1.c: New test.
11442 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
11444         * gcc.c-torture/compile/20001212-1.c: New test.
11446 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
11448         * gcc.dg/cpp/widestr1.c: Update.
11449         * gcc.dg/cpp/prag-imp.c: Remove.
11451 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
11453         * gcc.c-torture/execute/20000801-3.x: Remove.
11454         * gcc.dg/c90-init-1.c: New test.
11455         * gcc.dg/c99-init-1.c: New test.
11456         * gcc.dg/c99-init-2.c: New test.
11457         * gcc.dg/gnu99-init-1.c: New test.
11459 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
11461         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
11462         testing that no relevant ones were found.
11464 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
11466         * g++.old-deja/g++.pt/cast2.C: New test.
11468 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
11470         * g++.old-deja/g++.pt/friend47.C: New test.
11472 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
11474         * g++.old-deja/g++.pt/instantiate13.C: New test.
11476 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
11478         * g++.old-deja/g++.other/defarg7.C: New test.
11479         * g++.old-deja/g++.other/defarg8.C: New test.
11481 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
11483         * g++.old-deja/g++.pt/crash64.C: New test.
11485 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
11487         * g++.old-deja/g++.pt/crash63.C: New test.
11489 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
11491         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
11493 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
11495         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
11497 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
11499         * g++.old-deja/g++.pt/error3.C: New test.
11501 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
11503         * g++.old-deja/g++.other/crash39.C: New test.
11505 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
11507         * g++.old-deja/g++.other/vbase4.C: New test.
11509 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
11511         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
11512         * gcc.dg/special/20000419-2.c: New file. Identical to above.
11513         * gcc.dg/special/special.exp: New test driver which will check
11514         for alias support for the above test.
11516 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
11518         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
11519         problems on small machines.
11520         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
11521         parameterize.
11523 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
11525         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
11526         mips.
11527         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
11529 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
11531         * g++.old_deja/g++.pt/using8.C: New test.
11533 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
11535         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
11537 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
11539         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
11540         where a failure is expected.
11541         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
11543 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
11545         * g++.old_deja/g++.pt/instantiate12.C: New test.
11547 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
11549         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
11550         start of structs.
11551         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
11552         * g++.old-deja/g++.brendan/crash17.C: Likewise.
11553         * g++.old-deja/g++.brendan/crash29.C: Likewise.
11554         * g++.old-deja/g++.brendan/crash48.C: Likewise.
11555         * g++.old-deja/g++.brendan/ns1.C: Likewise.
11556         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
11557         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
11558         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
11559         * g++.old-deja/g++.eh/spec6.C: Likewise.
11560         * g++.old-deja/g++.jason/crash3.C: Likewise.
11561         * g++.old-deja/g++.law/ctors11.C: Likewise.
11562         * g++.old-deja/g++.law/ctors17.C: Likewise.
11563         * g++.old-deja/g++.law/ctors5.C: Likewise.
11564         * g++.old-deja/g++.law/ctors9.C: Likewise.
11565         * g++.old-deja/g++.mike/ambig1.C: Likewise.
11566         * g++.old-deja/g++.mike/net22.C: Likewise.
11567         * g++.old-deja/g++.mike/p3538a.C: Likewise.
11568         * g++.old-deja/g++.mike/p3538b.C: Likewise.
11569         * g++.old-deja/g++.mike/virt3.C: Likewise.
11570         * g++.old-deja/g++.niklas/t128.C: Likewise.
11571         * g++.old-deja/g++.other/anon4.C: Likewise.
11572         * g++.old-deja/g++.other/using1.C: Likewise.
11573         * g++.old-deja/g++.other/warn3.C: Likewise.
11574         * g++.old-deja/g++.pt/t37.C: Likewise.
11575         * g++.old-deja/g++.robertl/eb69.C: Likewise.
11576         * g++.old-deja/g++.robertl/eb71.C: Likewise.
11578 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
11580         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
11582 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11584         * gcc.c-torture/execute/stdio-opt-3.c: New test.
11586 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
11588         * gcc.c-torture/compile/20010107-1.c: New test.
11590 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11592         * gcc.c-torture/execute/builtin-noret-1.c: New test.
11594 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11596         * gcc.dg/format/format.h: New file.
11597         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
11598         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
11599         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
11600         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
11601         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
11602         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
11603         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
11604         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
11605         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
11606         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
11607         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
11608         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
11609         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
11610         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
11611         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
11612         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
11613         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
11614         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
11615         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
11616         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
11617         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
11618         instead of declaring standard types, macros and functions in each
11619         test.
11621 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
11623         * gcc.c-torture/execute/20010106-1.c: New test.
11625 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
11627         * gcc.dg/format/format.exp: New file.
11628         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
11629         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
11630         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
11631         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
11632         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
11633         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
11634         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
11635         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
11636         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
11637         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
11638         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
11639         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
11640         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
11641         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
11642         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
11643         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
11644         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
11645         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
11646         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
11647         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
11648         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
11649         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
11650         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
11651         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
11652         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
11653         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
11654         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
11655         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
11656         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
11657         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
11658         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
11659         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
11660         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
11661         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
11662         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
11663         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
11664         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
11665         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
11666         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
11667         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
11668         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
11669         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
11671 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
11673         * gcc.c-torture/execute/991228-1.c: Take word endianness into
11674         account.
11676 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
11678         * gcc.c-torture/execute/builtin-complex-1.c: New test.
11680 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
11682         * g++.old-deja/g++.pt/crash62.C: New test.
11684 2001-01-04  Richard Henderson  <rth@redhat.com>
11686         * gcc.dg/20000926-1.c: Update expected warnings.
11687         * gcc.dg/array-2.c: Likewise.
11688         * gcc.dg/array-4.c: Also validate flexible array members.
11689         * gcc.dg/c99-flex-array-1.c: New.
11691 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
11693         * gcc.c-torture/compile/20001222-1.x: Remove.
11695 2001-01-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11697         * gcc.c-torture/execute/built-in-setjmp.c: New.
11699 2001-01-03  Richard Henderson  <rth@redhat.com>
11701         * gcc.dg/940510-1.c: Update expected error wording.
11702         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
11704 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
11706         * lib/target-supports.exp (check_alias_available): Modified to
11707         indicate aliases not supported if only weak aliases are supported.
11709 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11711         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
11712         Turn on cmpstrsi checks for __pj__ and __i370__.
11714 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
11716         * g++.old-deja/g++.other/virtual11.C: New test.
11718 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
11720         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
11722 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11724         * gcc.c-torture/compile/20010102-1.c: New test.
11726 2001-01-02  Andreas Jaeger  <aj@suse.de>
11728         * gcc.dg/noreturn-3.c: New test.
11730         * gcc.dg/noreturn-4.c: New test.
11732 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11734         * gcc.c-torture/execute/stdio-opt-1.c: Also test
11735         __builtin_fputc and __builtin_fwrite.
11737 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
11739         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
11740         signed char, not default char.
11742 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
11744         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
11746 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
11748         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
11750 2000-12-29  Richard Henderson  <rth@redhat.com>
11752         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
11753         (__cyg_profile_func_exit): Define.
11755 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
11757         * g++.dg/vtgc1.C: New test.
11759 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
11761         * gcc.dg/noncompile/20001228-1.c: New test.
11763         * gcc.dg/20001228-1.c: New test.
11765         * gcc.c-torture/execute/20001228-1.c: New test.
11767 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
11769         * gcc.dg/format-strfmon-1.c: New test.
11771 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11773         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
11774         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
11775         * gcc.c-torture/execute/string-opt-1.c: Likewise.
11776         * gcc.c-torture/execute/string-opt-2.c: Likewise.
11777         * gcc.c-torture/execute/string-opt-3.c: Likewise.
11778         * gcc.c-torture/execute/string-opt-4.c: Likewise.
11779         * gcc.c-torture/execute/string-opt-6.c: Likewise.
11780         * gcc.c-torture/execute/string-opt-7.c: Likewise.
11781         * gcc.c-torture/execute/string-opt-8.c: Likewise.
11782         * gcc.c-torture/execute/string-opt-9.c: Likewise.
11783         * gcc.c-torture/execute/string-opt-10.c: Likewise.
11784         * gcc.c-torture/execute/string-opt-11.c: Likewise.
11785         * gcc.c-torture/execute/string-opt-12.c: Likewise.
11787         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
11788         * gcc.c-torture/execute/string-opt-4.c: Test index.
11790 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
11792         * gcc.c-torture/compile/20001226-1.c: New test.
11794 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
11796         * gcc.c-torture/compile/20001222-1.c: New test.
11797         * gcc.c-torture/compile/20001222-1.x: Xfail.
11799 2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
11801         * gcc.c-torture/execute/comp-goto-2.c: New test.
11803 2000-12-21  J"orn Rennecke <amylaar@redhat.com>
11805         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
11806         Use long types if __INT_MAX__ is 32767.
11807         (main): Use cast to (sint32 *) when poking 88 into a_page.
11809         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
11811 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
11813         * gcc.c-torture/compile/20001221-1.c: New test.
11814         * gcc.c-torture/execute/20001221-1.c: New test.
11816 2000-12-20  Richard Henderson  <rth@redhat.com>
11818         * g++.old-deja/g++.pt/crash36.C: Update error lines.
11819         * g++.old-deja/g++.robertl/eb109.C: Likewise.
11821 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11823         * gcc.dg/compare3.c: New test.
11825 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
11827         * gcc.dg/format-warnll-1.c: New test.
11829 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
11831         * gcc.dg/cpp/cmdlne-P.c: New test.
11833 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
11835         * gcc.c-torture/execute/builtin-abs-1.c,
11836         gcc.c-torture/execute/builtin-abs-2.c: New tests.
11838 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
11840         * gcc.dg/cpp/multiline.c: New test.
11842 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
11844         * g++.old-deja/g++.other/syshdr1.C: Update.
11845         * gcc.dg/cpp/lineflags.c: Remove temporarily.
11847 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11849         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
11851 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11853         * g++.old-deja/g++.pt/ttp65.C: New test.
11855 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11857         * g++.old-deja/g++.pt/ttp64.C: New test.
11859 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11861         * g++.old-deja/g++.pt/spec33.C: New test.
11863 2000-12-14  Catherine Moore  <clm@redhat.com>
11865         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
11866         * gcc.c-torture/execute/920612-2.c: Likewise.
11867         * gcc.c-torture/execute/920428-2.c: Likewise.
11868         * gcc-c-torture/execute/va-arg-11.c: Call exit.
11869         * gcc.c-torture/execute/va-arg-21.c: Likewise.
11871 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11873         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
11874         * gcc.dg/pack-test-2.c: Likewise.
11876 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
11878         Tests by Zack Weinberg <zackw@stanford.edu>.
11880         * gcc.dg/cpp/defined.c: Update.
11881         * gcc.dg/cpp/defined_trad.c: New tests.
11883 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
11885         * gcc.dg/cpp/trad-direct.c: Update.
11887 2000-12-11  Neil Booth  <neilb@earthling.net>
11889         * gcc.dg/cpp/defined_trad.c
11891 2000-12-11  Neil Booth  <neilb@earthling.net>
11893         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
11895 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
11897         * gcc.dg/format-miss-2.c: New test.
11899 2000-12-09  Neil Booth  <neilb@earthling.net>
11901         * gcc.dg/cpp/lineflags.c: New tests.
11902         * gcc.dg/cpp/poison.c: Update.
11903         * gcc.dg/cpp/redef2.c: Update.
11904         * gcc.dg/cpp/skipping.c: New test.
11906 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
11908         * g++.old-deja/g++.other/eh3.C: New testcase.
11910 2000-12-07  Neil Booth  <neilb@earthling.net>
11912         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
11913         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
11914         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
11915         wtr-union-init-2.c, wtr-union-init-3.c: Update.
11916         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
11917         Update.
11919 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11921         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
11922         __SIZE_TYPE__ instead of int for type of integers cast to
11923         pointers.
11925 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
11927         * g++.old-deja/g++.other/cleanup4.C: New test.
11929 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11931         * format-sec-1.c: New test.
11933 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11935         * gcc.dg/format-nonlit-3.c: New test.
11937 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11939         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
11940         through a null pointer.
11942 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11944         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
11945         * g++.old-deja/g++.pt/partial4.C: New test.
11947 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
11949         * gcc.c-torture/execute/ieee/hugeval.x: New.
11951 2000-12-06  Neil Booth  <neilb@earthling.net>
11953         * gcc.dg/cpp/backslash2.c: New tests.
11955 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11957         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
11958         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
11960 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
11962         * gcc.c-torture/execute/20001203-2.c: New testcase.
11964 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
11966         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
11967         * g++.old-deja/g++.other/virtual10.C: New test.
11969 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
11971         * g++.old-deja/g++.mike/pmf5.C: Remove test.
11973 2000-12-05  Richard Henderson  <rth@redhat.com>
11975         * gcc.c-torture/compile/20001205-1.c: New.
11977 2000-12-04  Neil Booth  <neilb@earthling.net>
11979         * g++.old-deja/g++.other/virtual9.C: New test.
11980         * g++.old-deja/g++.pt/crash61.C: New test.
11981         * gcc.c-torture/execute/loop-9.c: New test.
11983 2000-12-04  Neil Booth  <neilb@earthling.net>
11985         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
11986         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
11987         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
11988         * gcc.dg/cpp/extratokens.c: ...here.
11990 2000-12-04  Neil Booth  <neilb@earthling.net>
11992         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
11993         New tests.
11995 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11997         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
11998         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
12000 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
12002         * gcc.c-torture/execute/20001203-1.c: New test.
12004 2000-12-03  Neil Booth  <neilb@earthling.net>
12006         * gcc.dg/cpp/macro6.c: New test cases.
12008 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12010         * gcc.c-torture/execute/string-opt-9.c: New test.
12011         * gcc.c-torture/execute/string-opt-10.c: Likewise.
12012         * gcc.c-torture/execute/string-opt-11.c: Likewise.
12013         * gcc.c-torture/execute/string-opt-12.c: Likewise.
12015         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
12016         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
12018 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
12020         * gcc.dg/cpp/if-6.c: New testcase.
12022         * gcc.dg/20001201-1.c: New testcase.
12024 2000-12-02  Neil Booth  <neilb@earthling.net>
12026         * g++.old-deja/g++.other/externC4.C,
12027         g++.old-deja/g++.other/friend10.C: New tests.
12029 2000-12-02  Neil Booth  <neilb@earthling.net>
12031         * g++.old-deja/g++.other/instan2.C
12032         * g++.old-deja/g++.other/instan3.C: New test.
12034 2000-12-02  Neil Booth  <neilb@earthling.net>
12036         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
12037         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
12038         gnuc99.c,gnuc99-pedantic.c: New tests.
12040 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
12042         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
12043         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
12045 2000-12-01  Neil Booth  <neilb@earthling.net>
12047         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
12048         * gcc.dg/cpp/poison.c: Update.
12049         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
12051 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
12053         * g77.f-torture/execute/20001201.f: New test.
12055 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
12057         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
12059 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
12061         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
12063 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
12065         * g++.old-deja/g++.other/cast6.C: New test.
12067 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
12069         * gcc.c-torture/execute/20001130-2.c: New testcase.
12071 2000-11-30  Richard Henderson  <rth@redhat.com>
12073         * gcc.c-torture/execute/20001130-1.c: New test.
12075 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
12077         * g++.old-deja/g++.other/op3.C: New test.
12079 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
12081         * g++.old-deja/g++.other/op2.C: New test.
12083 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
12085         * g++.old-deja/g++.other/crash38.C: New test.
12087 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
12089         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
12091 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
12093         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
12094         tests.
12095         * gcc.c-torture/execute/string-opt-6.c: New test.
12097         * gcc.dg/20001117-1.c: Add main.
12099 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
12101         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
12102         Move from here ...
12103         * gcc.dg/940510-1.c: ... to here.
12105         * gcc.dg/20000926-1.c: GNU C now allows initializations of
12106         zero-size arrays in toplevel structures.
12108 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
12110         * gcc.c-torture/execute/loop-8.c: New test.
12112 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
12114         * g++.old-deja/g++.other/base1.C: New test.
12116 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
12118         * g++.old-deja/g++.other/parse2.C: New test.
12120 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
12122         * g++.old-deja/g++.pt/incomplete1.C: New test.
12124 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
12126         * g++.old-deja/g++.other/friend9.C: New test.
12128 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
12130         * gcc.dg/20001127-1.c: New test.
12132 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
12134         * g++.old-deja/g++.pt/friend46.C: New test.
12136 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
12138         * g++.old-deja/g++.other/ptrmem8.C: New test.
12140 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12142         * gcc.c-torture/execute/string-opt-7.c: New test.
12143         * gcc.c-torture/execute/string-opt-8.c: Likewise.
12145 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
12147         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
12148         instead of 'mkcheck 2'.
12150 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
12152         * gcc.c-torture/execute/memcheck/driver.c,
12153         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
12154         C9X references to refer to C99.
12156 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
12158         * gcc.dg/ultrasp3.c: New test.
12160 2000-11-25  Neil Booth  <neilb@earthling.net>
12162         * gcc.dg/cpp/include2.c: Update test to be locale independent.
12164 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
12166         * gcc.c-torture/compile/20001123-2.c: New.
12168 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12170         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
12172 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
12174         * gcc.dg/sequence-point-1.c: Add some new tests.
12175         * gcc.c-torture/execute/20001124-1.c: New test.
12177 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
12179         * g++.old-deja/g++.other/vaarg4.C: New test.
12180         * gcc.c-torture/compile/20001123-1.c: New test.
12182 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
12184         * g++.other/crash24.C: Adjust and remove XFAIL.
12185         * g++.other/crash37.C: New test.
12187 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
12189         * g++.old-deja/g++.pt/instantiate9.C: New test.
12191 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
12193         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
12194         new ABI, too.
12196         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
12197         * g++.old-deja/g++.robertl/eb55.C: Likewise.
12199 2000-11-22  Neil Booth  <neilb@earthling.net>
12201         * gcc.dg/cpp/Wtrigraphs.c: New test.
12203 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
12205         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
12207 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
12209         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
12211 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
12213         * lib/gcc-dg.exp: load_lib scanasm.exp.
12214         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
12215         * lib/g++-dg.exp: load_lib scanasm.exp.
12216         * lib/scanasm.exp: New.
12217         (scan-assembler, scan-assembler-not): Add optional arguments to
12218         test name, or if not present, the pattern name.
12219         (scan-assembler-dem, scan-assembler-dem-not): New.
12221         * g++.dg/dg.exp: New.
12223 2000-11-21  Neil Booth  <neilb@earthling.net>
12225         * gcc.dg/cpp/integrated1.c: Remove.
12227 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
12229         * gcc.c-torture/execute/20001121-1.c: New test.
12231 2000-11-21  Richard Henderson  <rth@redhat.com>
12233         * gcc.c-torture/compile/20001121-1.c: New test.
12235 2000-11-20  Neil Booth  <neilb@earthling.net>
12237         * gcc.dg/cpp/integrated1.c: New test.
12239 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
12241         * g++.old-deja/g++.other/inline17.C: New test.
12243 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
12245         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
12246         local variable to be zero: I made the variable global. Now
12247         uses abort() and exit() instead of relying on main's return value.
12249 2000-11-20  Neil Booth  <neilb@earthling.net>
12251         * gcc.dg/cpp/paste2.c: Update test.
12252         * objc/execute/paste.m: New test.
12254 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
12256         * gcc.dg/c99-condexpr-1.c: New test.
12258 2000-11-20  Neil Booth  <neilb@earthling.net>
12260         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
12262 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
12264         * g++.old-deja/g++.pt/export1.C: New test.
12266 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
12268         * gcc.dg/20001117-1.c: New test.
12270 2000-11-18  Richard Henderson  <rth@redhat.com>
12272         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
12274 2000-11-18  Richard Henderson  <rth@redhat.com>
12276         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
12277         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
12278         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
12280 2000-11-18  Richard Henderson  <rth@redhat.com>
12282         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
12283         (main): New.  Exit cleanly.
12285 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12287         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
12288         gcc.dg/c99-fordecl-2.c: New tests.
12290 2000-11-18  Richard Henderson  <rth@redhat.com>
12292         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
12293         * gcc.c-torture/execute/zerolen-2.c: New.
12295 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12297         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
12298         memory.
12300 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
12302         * g++.old-deja/g++.pt/instantiate8.C: New test.
12304 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
12306         * g++.old-deja/g++.other/incomplete.C: Add more tests.
12307         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
12309 2000-11-16  Nick Clifton  <nickc@redhat.com>
12311         * gcc.c-torture/execute/nestfunc-2.c: New test.
12312         * gcc.c-torture/execute/nestfunc-3.c: New test.
12314 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
12316         * gcc.c-torture/compile/20001116-1.c: New test.
12318 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12320         * gcc.c-torture/execute/20001115-1.c: New test.
12322 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
12324         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
12325         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
12326         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
12327         * g++.old-deja/g++.abi/vmihint.C: Likewise.
12329 2000-11-15  Neil Booth  <neilb@earthling.net>
12331         gcc.dg/cpp/_Pragma1.c: Update.
12332         gcc.dg/cpp/_Pragma2.c: New test.
12334 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
12336         * g++.old-deja/g++.other/anon5.C: New test.
12338 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
12340         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
12341         tests.
12343 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
12345         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
12346         output.
12348 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12350         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
12351         labels at end of compound statements.
12353 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
12355         * gcc.c-torture/execute/loop-7.c: New test.
12357 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12359         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
12361 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12363         * gcc.dg/c99-bool-1.c: New test.
12365 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12367         * gcc.dg/c99-scope-1.c: Remove xfail.
12368         * gcc.dg/c99-scope-2.c: New test.
12370 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12372         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
12373         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
12375 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
12377         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
12378         error messages.
12380         * g++.mike/p700.C: Don't typedef wchar_t.
12381         * g++.mike/p784.C: Likewise.
12382         * g++.mike/eb101.C: Don't use __wchar_t.
12384 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
12386         * g77.f-torture/execute/20001111.[fx]: Test premature exit
12387         from DO loop.
12389 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
12391         * gcc.c-torture/execute/20001111-1.c: New test.
12393 2000-11-10  Nick Clifton  <nickc@redhat.com>
12395         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
12396         long multuiple and accumulate.
12398 2000-11-09  Richard Henderson  <rth@redhat.com>
12400         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
12401         via size_t instead of int.
12403         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
12404         * gcc.c-torture/execute/string-opt-2.c: Likewise.
12405         * gcc.c-torture/execute/string-opt-3.c: Likewise.
12406         * gcc.c-torture/execute/string-opt-4.c: Likewise.
12408 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
12410         * gcc.c-torture/compile/20001109-1.c: New test.
12411         * gcc.c-torture/compile/20001109-2.c: New test.
12413 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
12415         * g++.old-deja/g++.pt/operator1.C: New test.
12416         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
12418 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
12420         * gcc.dg/20001108-1.c: New test.
12422 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
12424         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
12425         with both arguments constant strings.
12426         * gcc.c-torture/execute/string-opt-3.c: New test.
12427         * gcc.c-torture/execute/string-opt-4.c: New test.
12428         * gcc.c-torture/execute/string-opt-5.c: New test.
12430 2000-11-08  Nick Clifton  <nickc@redhat.com>
12432         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
12433         mulsidi3adddi patterns.
12435 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
12437         * g++.old-deja/g++.other/crash36.C: New test.
12439 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
12441         * g++.old-deja/g++.other/init16.C: New test.
12443 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
12445         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
12447 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
12449         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
12450         * gcc.c-torture/execute/va-arg-16.x: Likewise.
12451         * gcc.c-torture/execute/va-arg-17.x: Likewise.
12453 2000-11-07  DJ Delorie  <dj@redhat.com>
12455         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
12457 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12459         * gcc.c-torture/execute/string-opt-1.c: New test.
12461 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
12463         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
12464         mips-sgi-irix6.* because the MIPS ABI passes floating-point
12465         parameters in registers, and there is no way for a varargs
12466         function to know in which order the integer and floating-point
12467         parameters should be interleaved when they are placed on the
12468         stack.
12469         * gcc.c-torture/execute/va-arg-16.x: Likewise.
12470         * gcc.c-torture/execute/va-arg-17.x: Likewise.
12472 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12474         * gcc.c-torture/execute/string-opt-2.c: New test.
12476 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
12478         * g++.old-deja/g++.pt/crash60.C: New test.
12480 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
12482         * g++.old-deja/g++.other/crash24.C: New test.
12483         * g++.old-deja/g++.other/crash25.C: New test.
12484         * g++.old-deja/g++.other/crash26.C: New test.
12485         * g++.old-deja/g++.other/crash27.C: New test.
12486         * g++.old-deja/g++.other/crash28.C: New test.
12487         * g++.old-deja/g++.other/crash29.C: New test.
12488         * g++.old-deja/g++.other/crash30.C: New test.
12489         * g++.old-deja/g++.other/crash31.C: New test.
12490         * g++.old-deja/g++.other/crash32.C: New test.
12491         * g++.old-deja/g++.other/crash33.C: New test.
12492         * g++.old-deja/g++.other/crash34.C: New test.
12493         * g++.old-deja/g++.other/crash35.C: New test.
12495 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
12497         * gcc.c-torture/execute/20001031-1.c: New test.
12499 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
12501         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
12502         namespace.
12504         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
12505         standards-conformant.
12507         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
12509         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
12510         * g++.old-deja/g++.mike/p755a.C: Likewise.
12511         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
12512         library makes no calls to `operator new' during initialization.
12514 2000-11-04  Neil Booth  <neilb@earthling.net>
12516         * gcc.dg/cpp/include2.c: New tests.
12518 2000-11-03  Mark P Mitchell  <mark@codesourcery.com>
12520         * lib/g++.exp (g++_set_ld_library_path): New function.
12521         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
12523 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
12525         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
12526         warnings.
12528 2000-11-01  Richard Henderson  <rth@redhat.com>
12530         * g++.old-deja/g++.ext/namedret1.C: New.
12531         * g++.old-deja/g++.ext/namedret2.C: New.
12532         * g++.old-deja/g++.ext/namedret3.C: New.
12534 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
12536         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
12537         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
12539 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12541         * gcc.c-torture/execute/va-arg-21.c: New test.
12543 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
12545         * gcc.dg/c99-complex-2.c: New test.
12547 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12549         * gcc.c-torture/execute/stdio-opt-1.c: New test.
12551 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
12553         * g++.old-deja/g++.other/inline16.C: New test.
12555 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
12557         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
12558         __PRETTY_FUNCTION__
12560 2000-10-29  Neil Booth  <neilb@earthling.net>
12562         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
12563         New tests.
12564         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
12565         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
12566         optimisation.
12568 2000-10-29  Neil Booth  <neilb@earthling.net>
12570         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
12571         * mi1.c, mi1c.h: Add null directives to multiple-include test.
12572         * mi5.c: Test multiple includes work with -C.
12573         * trigraphs.c: Test ^= version.
12575 2000-10-28  Neil Booth  <neilb@earthling.net>
12577         New tests and test updates for new macro expander.
12579         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
12580         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
12581         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
12582         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
12583         new diagnostic messages.
12585         * gcc.dg/cpp/macro3.c: New tests.
12587 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
12589         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
12590         on the same line.
12592 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
12594         * g++.old-deja/g++.other/eh2.C: New test.
12596 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
12598         * gcc.c-torture/execute/20001027-1.c: New test.
12600 2000-10-26  Richard Henderson  <rth@redhat.com>
12602         * gcc.c-torture/execute/20001026-1.c: New.
12604 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
12606         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
12607         * g++.old-deja/g++.law/builtin1.C: Likewise.
12608         * g++.old-deja/g++.law/ctors10.C: Likewise.
12609         * g++.old-deja/g++.law/virtual3.C: Likewise.
12610         * g++.old-deja/g++.mike/p658.C: Likewise.
12611         * g++.old-deja/g++.other/sibcall1.C: Likewise.
12612         * g++.old-deja/g++.other/vaarg2.C: Likewise.
12613         * g++.old-deja/g++.robertl/eb124.C: Likewise.
12614         * g++.old-deja/g++.robertl/eb44.C: Likewise.
12615         * g++.old-deja/g++.robertl/eb77.C: Likewise.
12617 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
12619         * gcc.c-torture/compile/20001024-1.c: New test.
12621 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
12623         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
12624         to tell us whether or not we are using V3.
12626 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
12628         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
12629         operands.
12631 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
12633         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
12635 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
12637         * gcc.c-torture/execute/20001024-1.c: New test.
12639 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
12641         * g++.old-deja/g++.other/sibcall1.C: New test.
12643 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
12645         * gcc.dg/noncompile/init-3.c: New test.
12647 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
12649         * gcc.dg/format-array-1.c: New test.
12651 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12653         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
12654         writing through null pointers; remove comment about testing
12655         unterminated strings.
12657 2000-10-17  Matthew Hiller  <hiller@redhat.com>
12659         * gcc.c-torture/execute/20001017-2.c: New test.
12661 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12663         * gcc.c-torture/compile/20001018-1.c: New test.
12664         * gcc.c-torture/compile/20001018-1.x: Xfail.
12666 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12668         * gcc.c-torture/execute/20001017-1.c: New test.
12670 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12672         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
12673         for multiple use of arguments with scanf formats; add tests for
12674         multiple use of arguments.
12676 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
12678         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
12680 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12682         * gcc.dg/format-miss-1.c: New test.
12684 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
12686         * gcc.c-torture/execute/20001013-1.c: New test.
12688 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
12690         * gcc.dg/format-branch-1.c: New test.
12692 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
12694         * README, lib/file-format.exp: Remove EGCS references.
12696 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
12698         * gcc.dg/20001013-1.c: New test.
12700 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
12702         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
12703         for intmax_t in the compiler using __typeof__ and the type rules
12704         for conditional expressions.
12706 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
12708         * gcc.dg/20001012-1.c: New test.
12709         * gcc.dg/20001012-2.c: New test.
12711 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
12713         * gcc.dg/format-attr-1.c: New test.
12715 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
12717         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
12718         __LONG_LONG_MAX__ instead of LLONG_MAX.
12720 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
12722         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
12723         scanf flags.
12724         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
12725         flags.
12727 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
12729         * gcc.dg/sequence-pt-1.c: New test.
12731 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
12733         * gcc.c-torture/execute/20001011-1.c: New testcase.
12734         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
12736 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
12738         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
12739         does not error on it.
12741 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
12743         * gcc.dg/20001009-1.c: New test.
12745 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
12747         * gcc.c-torture/compile/20001009-1.c: Move from here ....
12748         * gcc.c-torture/execute/20001009-2.c: ... to here.
12750 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
12752         * gcc.c-torture/compile/20001009-1.c: New testcase.
12753         * gcc.c-torture/execute/20001009-1.c: New testcase.
12754         Testcases provided by Jan Hubicka <jh@suse.cz>.
12756 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
12758         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
12759         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
12760         uintmax_t using <limits.h> to emulate the compiler's internal
12761         logic.  No longer XFAIL %j tests.
12763 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
12765         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
12766         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
12767         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
12768         regexps and details of expected handling of some bad formats.
12769         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
12770         suppression.
12772 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
12774         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
12775         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
12776         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
12777         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
12778         in list archives.
12780 2000-10-06  Richard Henderson  <rth@cygnus.com>
12782         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
12783         * g++.old-deja/g++.brendan/crash52.C: Likewise.
12784         * g++.old-deja/g++.jason/report.C: Likewise.
12785         * g++.old-deja/g++.law/friend5.C: Likewise.
12786         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
12787         of the expected warnings.
12789 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
12791         * g++.old-deja/g++.pt/enum14.C: New test.
12793 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
12795         * g++.old-deja/g++.pt/crash59.C: New test.
12797 2000-10-04  Will Cohen  <wcohen@redhat.com>
12799         * gcc.dg/20000926-1.c: New test.
12801 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
12803         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
12804         function name for current C++ compiler.
12805         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
12807 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
12809         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
12810         __PRETTY_FUNCTION__.
12811         * g++.old-deja/g++.ext/pretty2.C: Likewise.
12813 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12815         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
12817 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
12819         * gcc.c-torture/compile/20000923-1.c: New test.
12821 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
12823         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
12824         * g++.old-deja/g++.pt/ttp62.C: Same.
12825         * g++.old-deja/g++.other/inline14.C: Same.
12827 2000-09-24  Richard Henderson  <rth@cygnus.com>
12829         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
12831 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
12833         * gcc.dg/c90-printf-1.c: Add test for wide string format.
12835 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
12837         * gcc.c-torture/compile/20000922-1.c: New file.
12839 2000-09-21  Nick Clifton  <nickc@redhat.com>
12841         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
12842         a signed long modulo operation.
12843         (mod6): New function - perform an unsigned long modulo operation.
12844         (main): Add tests for modulos of very large numbers by very small
12845         dividends.
12847 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12849         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
12851 2000-09-19  Richard Henderson  <rth@cygnus.com>
12853         * gcc.dg/compare2.c (case 10): XFAIL.
12855 2000-09-18  Richard Henderson  <rth@cygnus.com>
12857         * gcc.c-torture/execute/20000906-1.c: Move ...
12858         * gcc.dg/20000906-1.c: ... here.  Only run on targets
12859         that support __builtin_trap.
12861 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
12863         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
12865 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12867         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
12868         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
12869         more $ format tests.
12871 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12873         * gcc.dg/format-errmk-1.c: New test.
12875 2000-09-17  Greg McGary  <greg@mcgary.org>
12877         * gcc.c-torture/execute/20000917-1.x: Remove.
12879 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12881         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
12883 2000-09-17  Greg McGary  <greg@mcgary.org>
12885         * gcc.c-torture/execute/20000917-1.c: New test.
12886         * gcc.c-torture/execute/20000917-1.x: XFAIL.
12888 2000-09-16  Neil Booth  <NeilB@earthling.net>
12890         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
12891         in nested macro bug.
12893 2000-09-15  Neil Booth  <NeilB@earthling.net>
12895         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
12897 2000-09-14  Jeffrey A Law  (law@cygnus.com)
12899         * gcc.c-torture/execute/20000914-1.c: New test.
12901 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
12903         * g++.other/inline13.C: New test.
12905 2000-09-12  Andreas Jaeger  <aj@suse.de>
12907         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
12908         constant by Ulrich Drepper <drepper@redhat.com>.
12910 2000-09-12  J"orn Rennecke <amylaar@redhat.co.uk>
12912         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
12914 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12916         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
12918 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
12920         * gcc.dg/cpp/backslash.c: New test.
12922 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
12924         * gcc.c-torture/execute/20000910-1.c: New test.
12925         * gcc.c-torture/execute/20000910-2.c: Likewise.
12927 2000-09-11  Robert Lipe  <robertl@sco.com>
12929         * gcc.dg/pragma-align.c: New test.
12931 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
12933         * g++.old-deja/g++.pt/explicit82.C: New test.
12934         * g++.old-deja/g++.pt/explicit83.C: New test.
12936 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
12938         * gcc.dg/asm-names.c: New test.
12940 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12942         * gcc.dg/cpp/tr-warn6.c: New test
12944 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
12946         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
12947         be accepted.
12949 2000-09-07  Catherine Moore  <clm@redhat.com>
12951         * gcc.c-torture/execute/unroll-1.c: New test.
12953 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
12955         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
12956         ERROR markers.
12957         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
12958         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
12959         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
12960         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
12961         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
12962         Preprocess only.
12963         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
12964         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
12966 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
12968         * g++.old-deja/g++.pt/deduct2.C: New test.
12970 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
12972         * g++.old-deja/g++.pt/parms2.C: New test.
12974 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
12976         * g++.old-deja/g++.pt/crash58.C: New test.
12978 2000-09-06  Greg McGary  <greg@mcgary.org>
12980         * gcc.c-torture/execute/20000906-1.c: New test.
12981         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
12983 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12985         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
12987 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
12989         * g++.old-deja/g++.pt/crash57.C: New test.
12991 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
12993         * g++.old-deja/g++.pt/crash56.C: New test.
12995 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
12997         * g++.old-deja/g++.pt/koenig1.C: New test.
12999 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
13001         * gcc.dg/20000904-1.c: New test.
13003 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
13005         * gcc.dg/cpp/paste8.c: New test.
13007 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
13009         * gcc.c-torture/compile/20000827-1.c: New test.
13011 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
13013         * gcc.dg/format-diag-1.c: New test.
13015 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
13017         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
13018         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
13019         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
13020         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
13021         gcc.dg/formatz-1.c: Adjust warning regular expressions.
13023 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
13025         * g++.old-deja/g++.other/nested4.C: New test.
13027 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
13029         * g++.old-deja/g++.ns/scoped1.C: New test.
13031 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
13033         * lib/g++.exp: Support testing already-installed GCC.
13035 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13037         * wtr-label-1.c, wtr-suffix-1.c: New tests.
13039 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13041         * gcc.dg/return-type-2.c: New test.
13043 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
13045         * gcc.c-torture/compile/20000825-1.c: New test.
13047 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
13049         * gcc.dg/dwarf2-2.c: New test.
13051 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
13053         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
13054         dg-warning regexps.
13056 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
13058         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
13059         gcc.dg/format-ext-5.c: New tests.
13061 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
13063         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
13065 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
13067         * gcc.dg/noncompile/930622-2.c: Adjust error message.
13069 2000-08-24  Richard Henderson  <rth@cygnus.com>
13071         * gcc.dg/ia64-sync-1.c: New test.
13072         * gcc.dg/ia64-sync-2.c: New test.
13073         * gcc.dg/ia64-asm-1.c: New test.
13075 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
13077         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
13078         * gcc.dg/format-ext-2.c: New test.
13080 2000-08-23  Jason Merrill  <jason@redhat.com>
13082         * lib/old-dejagnu.exp: Also ignore "In member function" and
13083         "At global scope".
13085 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13087         * gcc.dg/noncompile/label-lineno-1.c: New test.
13089 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
13091         * gcc.dg/c99-array-nonobj-1.c: New test.
13093 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
13095         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
13096         tests.
13097         * gcc.dg/format-ext-1.c: New test.
13099 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13101         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
13102         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
13103         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
13104         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
13105         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
13107 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
13109         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
13110         gcc.dg/c99-strftime-2.c: New tests.
13112 2000-08-22  Richard Henderson  <rth@cygnus.com>
13114         * gcc.c-torture/execute/20000822-1.c: New test.
13116 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
13118         * gcc.c-torture/execute/20000819-1.x: Remove.
13120 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
13122         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
13123         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
13124         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
13125         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
13126         gcc.dg/format-xopen-1.c: New tests.
13128 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
13130         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
13132 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
13134         * g++.old-deja/g++.other/loop2.C: New test.
13136         * gcc.c-torture/compile/20000606-1.c: New test.
13137         * gcc.c-torture/compile/20000728-1.c: New test.
13138         * gcc.c-torture/execute/20000801-1.c: New test.
13139         * gcc.c-torture/execute/20000801-2.c: New test.
13140         * gcc.c-torture/execute/20000819-1.c: New test.
13141         * gcc.c-torture/execute/20000819-1.x: XFAIL.
13142         * gcc.dg/20000629-1.c: New test.
13143         * gcc.dg/20000724-1.c: New test.
13144         * gcc.dg/20000807-1.c: New test.
13146 2000-08-20 Dennis Chernoivanov <cdi@sparc.spb.su>
13148         * gcc.dg/cpp/pragma-1.c: New test.
13149         * gcc.dg/cpp/pragma-2.c: New test.
13151 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
13153         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
13154         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
13156 2000-08-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13158         * gcc.c-torture/compile/20000818-1.c: New test.
13160 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
13162         * gcc.c-torture/execute/20000818-1.c: New test.
13164 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
13166         * gcc.dg/format-va-1.c: New test.
13168 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
13170         * g++.old-deja/g++.other/typedef8.C: New test.
13172 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
13174         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
13175         * g++.old-deja/g++.mike/net36.C: Mark candidate.
13176         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
13177         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
13178         * g++.old-deja/g++.other/ptrmem7.C: New test.
13179         * g++.old-deja/g++.pt/ptrmem10.C: New test.
13181 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
13183         * g++.old-deja/g++.pt/typename27.C: New test.
13185 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
13187         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
13188         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
13189         * g++.old-deja/g++.pt/friend45.C: New test.
13190         * g++.old-deja/g++.other/friend8.C: New test.
13192 2000-08-15  Richard Henderson  <rth@cygnus.com>
13194         * gcc.c-torture/execute/20000815-1.c: New test.
13196 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
13198         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
13199         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
13200         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
13202 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
13204         * g++.old-deja/g++.other/refinit2.C: New test.
13206 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
13208         * lib/c-torture.exp (c-torture): Make
13209         compiler_conditional_xfail_data global.
13210         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
13211         compiler_conditional_xfail_data machinery.
13212         (f-torture-execute): Likewise.
13213         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
13214         and only when unrolling loops.
13216         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
13218 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
13220         * g++.old-deja/g++.pt/explicit81.C: New test.
13222 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
13224         * g++.old-deja/g++.pt/typename26.C: New test.
13226 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
13228         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
13229         warning.
13231 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
13233         * g++.old-deja/g++.other/array3.C: New test.
13235 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
13237         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
13238         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
13239         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
13240         New tests.
13242 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
13244         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
13245         * g++.old-deja/g++.abi/vmihint.C: Likewise.
13247 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
13249         * gcc.c-torture/execute/20000808-1.c: New test.
13251 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
13253         * gcc.dg/c90-const-expr-1.c: New test.
13255 2000-08-08  Richard Henderson  <rth@cygnus.com>
13257         * gcc.dg/noncompile/920923-1.c: Declare calloc.
13259 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
13261         * gcc.dg/noncompile/const-ll-1.c: New test.
13263 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
13265         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
13267 2000-08-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
13269         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
13270         that running programs linked against the shared version of libobjc
13271         run correctly.
13273 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
13275         * gcc.dg/c99-printf-1.c: New test.
13277 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
13279         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
13281 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
13283         * gcc.c-torture/execute/20000731-1.x: Delete.
13285 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
13287         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
13288         and torture_without_loops as is done by c-torture.exp.
13289         (search_for): Copy from c-torture.exp.
13290         (gcc-dg-runtest): New function, drives a directory of tests
13291         iterating over the TORTURE_OPTIONS.
13292         (scan-assembler, scan-assembler-not): Move here from
13293         individual directory drivers.
13295         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
13296         defined by lib/gcc-dg.exp.
13297         * gcc.dg/cpp/cpp.exp: Likewise.
13298         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
13299         gcc-dg-runtest, so we cycle over optimization options.
13301         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
13302         * gcc.dg/compare2.c: No longer expected to fail.
13304 2000-08-04  J"orn Rennecke <amylaar@cygnus.co.uk>
13306         * gcc.c-torture/execute/20000804-1.c: New test.
13308 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
13310         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
13312 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
13314         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
13316 2000-08-03  Jeffrey A Law  (law@cygnus.com)
13318         * gcc.c-torture/compile/20000803-1.c: New test.
13320 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
13322         * gcc.c-torture/execute/20000801-3.c,
13323         gcc.c-torture/execute/20000801-4.c: New tests.
13324         * gcc.c-torture/execute/20000801-3.x,
13325         gcc.c-torture/execute/20000801-4.x: Xfail.
13327 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
13329         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
13330         libobjc/.libs to allow for libtool.
13332 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
13334         * gcc.c-torture/compile/20000802-1.c: New test.
13336 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
13338         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
13340 2000-07-31  Jeffrey A Law  (law@cygnus.com)
13342         * gcc-c-torture/execute/20000731-2.c: New test.
13344         * gcc.c-torture/execute/20000731-1.c: New test.
13345         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
13347 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
13349         * testsuite/gcc.dg/cpp/paste7.c: New test.
13350         * gcc.dg/cpp/20000725-1.c: New test.
13352 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
13354         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
13355         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
13356         declaration warning for __builtin_dwarf_reg_size.
13358         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
13360 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
13362         * gcc.dg/noncompile/voidparam-1.c: New test.
13364 2000-07-30  Richard Henderson  <rth@cygnus.com>
13366         * gcc.dg/c90-digraph-1.c: Don't xfail.
13367         * gcc.dg/compare2.c (case 10): Xfail.
13368         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
13370 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
13372         * gcc.dg/c99-main-1.c: New test.
13374 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
13376         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
13378 2000-07-26  Hans-Peter Nilsson  <hp@axis.com>
13380         * gcc.c-tortuer/execute/20000726-1.c: New test.
13382 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
13384         * gcc.c-torture/execute/enum-2.c: New test.
13386 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13388         * gcc.dg/cpp/tr-warn3.c: New test.
13390 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
13392         * g++.old-deja/g++.ext/implicit1.C: Remove.
13393         * g++.old-deja/g++.jason/c2.C: Remove
13394         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
13395         * g++.old-deja/g++.pt/crash16.C: Likewise.
13396         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
13398 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
13400         * g++.old-deja/g++.other/for2.C: New test.
13402 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
13404         * gcc.dg/20000720-1.c: New test.
13406 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
13408         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
13410 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
13412         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
13413         * gcc.c-torture/execute/20000722-1.c: New.
13414         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
13416 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
13418         * gcc.dg/cpp/20000720-1.S: New test.
13420 2000-07-21  Michael Meissner  <meissner@redhat.com>
13422         * gcc.c-torture/execute/ieee/hugeval.c: New test.
13424 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
13426         * g++.old-deja/g++.brendan/crash16.C,
13427         g++.old-deja/g++.brendan/parse3.C,
13428         g++.old-deja/g++.brendan/redecl1.C,
13429         g++.old-deja/g++.ns/template13.C,
13430         g++.old-deja/g++.other/decl4.C,
13431         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
13433 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
13435         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
13436         and "Internal error".
13438         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
13439         regexps.
13440         * gcc.dg/cpp/paste6.c: New test.
13442 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
13444         * gcc.dg/cpp/tr-direct.c: New test.
13446         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
13447         gcc.dg/cpp/undef1.c: Tweak error regexps.
13449 2000-07-18  Eric Christopher <echristo@redhat.com>
13451         * gcc.c-torture/compile/20000718-1.c: New test.
13453 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
13455         * cpplex.c (_cpp_push_token): If the token being pushed back
13456         is the previous token in this context, just subtract one from
13457         context->posn.
13458         * cppmacro.c (save_expansion): Clear aux field when storing a
13459         placemarker.
13461 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
13463         * gcc.dg/noncompile/redecl-1.c: New test.
13465 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
13467         * gcc.c-torture/execute/20000717-5.c: New test.
13468         * gcc.c-torture/execute/20000717-1.x: Removed.
13470 2000-07-17  Richard Henderson  <rth@cygnus.com>
13472         * gcc.c-torture/execute/20000717-4.c: New test.
13474 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
13476         * gcc.dg/cpp/syshdr.c: New test.
13477         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
13479 2000-07-17  Neil Booth  <neilb@earthling.net>
13481         * gcc.dg/cpp/cmdlne-dM.c: New test.
13482         * gcc.dg/cpp/cmdlne-dD.c: New test.
13484 2000-07-17  Jeffrey A Law  (law@cygnus.com)
13486         * gcc.c-torture/execute/20000717-3.c: New test.
13488         * gcc.c-torture/compile/20000717-1.c: New test.
13490 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
13492         * gcc.c-torture/execute/20000717-2.c: New test.
13494 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
13496         * gcc.dg/formatz-1.c: New test.
13498         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
13499         * gcc.dg/c99-digraph-1.c: New tests.
13501         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
13502         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
13504         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
13505         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
13506         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
13507         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
13508         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
13509         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
13510         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
13512 2000-07-17   Greg McGary <greg@mcgary.org>
13514         * gcc.c-torture/execute/20000717-1.c: New test.
13515         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
13517 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
13519         * gcc.c-torture/execute/20000715-2.c: New test.
13520         * gcc.dg/20000715-1.c: New test.
13522 2000-07-15  Michael Meissner  <meissner@redhat.com>
13524         * gcc.c-torture/execute/20000715-1.c: New test.
13526 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
13528         * gcc.c-torture/execute/20000707-1.c: New test.
13530 2000-07-13  Neil Booth  <NeilB@earthling.net>
13532         * testsuite/gcc.dg/cpp/digraph1.c,
13533         testsuite/gcc.dg/cpp/digraph2.c,
13534         testsuite/gcc.dg/cpp/digraphs.c: New tests.
13536 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
13538         * g77.f-torture/compile/20000630-2.f:  New test.
13539         * g77.f-torture/compile/20000630-2.x
13541 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
13543         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
13545 2000-07-11  Neil Booth  <NeilB@earthling.net>
13547         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
13549 2000-07-11  Neil Booth  <NeilB@earthling.net>
13551         * gcc.dg/cpp/cmdlne-C.c: New.
13553 2000-07-09  Neil Booth  <NeilB@earthling.net>
13555         * gcc.dg/cpp/directiv.c: New tests.
13556         * gcc.dg/cpp/undef1.c: Update.
13558 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
13560         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
13562 2000-07-09  Neil Booth  <NeilB@earthling.net>
13564         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
13566 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
13568         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
13569         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
13571 2000-07-08  Neil Booth  <NeilB@earthling.net>
13573         * gcc.dg/cpp/macsyntx.c: New tests.
13575 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
13577         * gcc.dg/20000707-1.c: New test.
13579 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
13581         * gcc.c-torture/execute/20000706-1.c: New test.
13582         * gcc.c-torture/execute/20000706-2.c: New test.
13583         * gcc.c-torture/execute/20000706-3.c: New test.
13584         * gcc.c-torture/execute/20000706-4.c: New test.
13585         * gcc.c-torture/execute/20000706-5.c: New test.
13587 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
13589         * g++.old-deja/g++.pt/instantiate7.C: New test.
13591 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
13593         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
13594         * g++.old-deja/g++.mike/thunk3.C: Likewise.
13595         * g++.old-deja/g++.other/rtti3.C: Likewise.
13596         * g++.old-deja/g++.other/rttid3.C: Likewise.
13598 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
13600         *  g77.f-torture/compile/20000630-1.x: Fix typo
13602 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
13604         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
13605         assembly output.
13607 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
13609         * gcc.dg/cpp/ident.c: New test.
13611 2000-07-05  Neil Booth  <NeilB@earthling.net>
13613         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
13614           gcc.dg/cpp/lexstrng.c: New tests.
13616 2000-07-04  Neil Booth  <NeilB@earthling.net>
13618         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
13619         * gcc.dg/cpp/strify2.c: Same.
13621 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
13623         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
13624         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
13625         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
13626         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
13628         * testsuite/gcc.dg/cpp/macro1.c,
13629         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
13630         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
13631         testsuite/gcc.dg/cpp/strify1.c,
13632         testsuite/gcc.dg/cpp/strify2.c: New tests.
13634 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
13636         * gcc.c-torture/execute/20000703-1.c: New test.
13638 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
13640         * g++.old-deja/g++.pt (lookup10.C): New test.
13642 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
13644         * g++.old-deja/g++.pt (typename25.C): New test.
13646 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
13648         * gcc.c-torture/compile/20000701-1.c: New test.
13650 2000-06-30  Nick Clifton  <nickc@cygnus.com>
13652         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
13653         to test case.
13655 2000-06-30  Catherine Moore  <clm@cygnus.com>
13657         * gcc.c-torture/execute/align-1.c: New test.
13659 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
13661         * g++.old-deja/g++.pt/expr8.C: New test.
13662         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
13664 2000-06-29  Nick Clifton  <nickc@cygnus.com>
13666         * gcc.c-torture/compile/20000629-1.c: New test.
13668 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
13671         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
13672         gcc.dg/noncompile directory, depending on whether they're
13673         preprocessor tests or not.  Annotate all the tests for the dg
13674         framework.
13676         * gcc.c-torture/noncompile/noncompile.exp: Delete.
13677         * gcc.dg/noncompile/noncompile.exp: New.
13679         * Moved files:
13680         Old name                                New name
13681         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
13682         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
13683         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
13684         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
13685         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
13686         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
13687         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
13688         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
13689         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
13690         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
13691         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
13692         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
13693         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
13694         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
13695         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
13696         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
13697         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
13698         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
13699         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
13700         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
13701         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
13702         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
13703         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
13704         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
13706         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
13707         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
13708         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
13709         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
13710         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
13711         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
13713 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
13715         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
13716         declare one variable.  On the fourth, error.
13717         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
13718         declared by 20000628-1a.h.
13720 2000-06-29  Richard Henderson  <rth@redhat.com>
13722         * gcc.c-torture/execute/930529-1.x: New file.
13723         * gcc.dg/920413-1.c: Adjust expected warning text.
13724         * gcc.dg/980217-1.c: Declare abort.
13725         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
13727 2000-06-29  Jeffrey A Law  (law@cygnus.com)
13729         * g77.f-torture/compile/20000629-1.f: New test.
13730         * g77.f-torture/compile/20000629-1.x: Expected to fail.
13732 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
13734         Rearrange lots of files, removing entirely the
13735         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
13736         directories.
13738         * Deleted files:
13739         gcc.c-torture/code_quality/code_quality.exp
13740         gcc.c-torture/special/special.exp
13741         gcc.failure/failure.exp
13742         gcc.failure/940409-1.x
13743         gcc.c-torture/compile/961203-1.x
13745         * New files:
13746         gcc.misc-tests/linkage.exp
13747         gcc.c-torture/execute/920730-1t.c
13748         gcc.c-torture/execute/920730-1t.x
13749         gcc.c-torture/compile/920520-1.x
13750         gcc.c-torture/compile/920521-1.x
13751         gcc.c-torture/compile/981006-1.x
13752         gcc.c-torture/execute/eeprof-1.x
13754         * Moved files (possibly with modifications to fit a new harness):
13755         Old name                                New name
13756         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
13757         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
13758         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
13759         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
13760         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
13761         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
13762         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
13763         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
13764         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
13765         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
13766         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
13767         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
13768         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
13769         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
13771 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
13773         * c-torture/compile/961203-1.x: Delete.
13775         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
13776         not exit. Include stdio.h.
13777         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
13778         * gcc.misc-tests/dg-12.c: Likewise.
13779         * gcc.misc-tests/dg-5.c: Likewise.
13780         * gcc.misc-tests/dg-6.c: Likewise.
13781         * gcc.misc-tests/dg-7.c: Prototype abort.
13782         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
13783         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
13784         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
13785         not exit.
13786         * gcc.misc-tests/sieve.c: Use return from main, not exit.
13787         * gcc.misc-tests/sort2.c: Use return from main, not exit.
13789 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
13791         * gcc.dg/cpp/20000628-1.c: New test.
13792         * gcc.dg/cpp/20000628-1.h: New header for above test.
13793         * gcc.dg/cpp/20000628-1a.h: Likewise.
13795 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
13797         * gcc.dg/cpp: New directory.
13798         * gcc.dg/cpp/cpp.exp: New driver.
13799         * gcc.dg/cpp/20000627-1.c: New test.
13800         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
13801         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
13802         and rewrite as a compilation test.
13804         * gcc.dg: Move many files into the cpp subdirectory, possibly
13805         renaming or editing them as well.
13806         Old name                New name
13807         990119-1.c              cpp/19990119-1.c
13808         990228-1.c              cpp/19990228-1.c
13809         990407-1.c              cpp/19990407-1.c
13810         990409-1.c              cpp/19990409-1.c
13811         990413-1.c              cpp/19990413-1.c
13812         990703-1.c              cpp/19990703-1.c
13813         20000127-1.c            cpp/20000127-1.c
13814         20000129-1.c            cpp/20000129-1.c
13815         20000207-1.c            cpp/20000207-1.c
13816         20000207-2.c            cpp/20000207-2.c
13817         20000209-1.c            cpp/20000209-1.c
13818         20000209-2.c            cpp/20000209-2.c
13819         20000301-1.c            cpp/20000301-1.c
13820         20000419-1.c            cpp/20000419-1.c
13821         20000510-1.S            cpp/20000510-1.S
13822         20000519-1.c            cpp/20000519-1.c
13823         20000529-1.c            cpp/20000529-1.c
13824         20000625-1.c            cpp/20000625-1.c
13825         20000625-2.c            cpp/20000625-2.c
13826         cpp-as1.c               cpp/assert1.c
13827         cpp-as2.c               cpp/assert2.c
13828         cxx-comments-1.c        cpp/cxxcom1.c
13829         cxx-comments-2.c        cpp/cxxcom2.c
13830         endif-label.c           cpp/endif.c
13831         cpp-hash1.c             cpp/hash1.c
13832         cpp-hash2.c             cpp/hash2.c
13833         cpp-if1.c               cpp/if-1.c
13834         cpp-if2.c               cpp/if-2.c
13835         cpp-if3.c               cpp/if-3.c
13836         cpp-if4.c               cpp/if-4.c
13837         cpp-if5.c               cpp/if-5.c
13838         cpp-cond.c              cpp/if-cexp.c
13839         cpp-missingop.c         cpp/if-mop.c
13840         cpp-missingparen.c      cpp/if-mpar.c
13841         cpp-opprec.c            cpp/if-oppr.c
13842         cpp-ifparen.c           cpp/if-paren.c
13843         cpp-shortcircuit.c      cpp/if-sc.c
13844         cpp-shift.c             cpp/if-shift.c
13845         cpp-unary.c             cpp/if-unary.c
13846         cpp-li1.c               cpp/line1.c
13847         cpp-li2.c               cpp/line2.c
13848         lineno.c                cpp/line3.c
13849         lineno-2.c              cpp/line4.c
13850         cpp-mi.c                cpp/mi1.c
13851         cpp-mic.h               cpp/mi1c.h
13852         cpp-micc.h              cpp/mi1cc.h
13853         cpp-mind.h              cpp/mi1nd.h
13854         cpp-mindp.h             cpp/mi1ndp.h
13855         cpp-mix.h               cpp/mi1x.h
13856         cpp-mi2.c               cpp/mi2.c
13857         cpp-mi2a.h              cpp/mi2a.h
13858         cpp-mi2b.h              cpp/mi2b.h
13859         cpp-mi2c.h              cpp/mi2c.h
13860         cpp-mi3.c               cpp/mi3.c
13861         cpp-mi3.def             cpp/mi3.def
13862         poison-1.c              cpp/poison.c
13863         pr-impl.c               cpp/prag-imp.c
13864         cpp-redef-2.c           cpp/redef1.c
13865         cpp-redef.c             cpp/redef2.c
13866         strpaste.c              cpp/strp1.c
13867         strpaste-2.c            cpp/strp2.c
13868         cpp-tradpaste.c         cpp/tr-paste.c
13869         cpp-tradstringify.c     cpp/tr-str.c
13870         cpp-tradwarn1.c         cpp/tr-warn1.c
13871         cpp-tradwarn2.c         cpp/tr-warn2.c
13872         trigraphs.c             cpp/trigraphs.c
13873         cpp-unc1.c              cpp/unc1.c
13874         cpp-unc2.c              cpp/unc2.c
13875         cpp-unc3.c              cpp/unc3.c
13876         cpp-unc.c               cpp/unc4.c
13877         undef.c                 cpp/undef1.c
13878         undef-2.c               cpp/undef2.c
13879         cpp-wi1.c               cpp/widestr1.c
13881 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
13883         * lib/g++.exp (g++_include_flags): Tweak.
13885 2000-06-27  H.J. Lu  <hjl@gnu.org>
13886             Loren J. Rittle  <ljrittle@acm.org>
13888         * lib/g++.exp (g++_include_flags): Override libgloss.exp
13889         version with one that knows about the new gcc tree structure.
13890         (g++_link_flags): Same.
13892 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
13894         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
13895         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
13896         case we are cross-compiling.
13898         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
13899         g++.old-deja/g++.niklas/Makefile.in,
13900         g++.old-deja/g++.niklas/configure.in,
13901         g++.old-deja/g++.other/Makefile.in,
13902         g++.old-deja/g++.other/configure.in,
13903         gcc.c-torture/code_quality/Makefile.in,
13904         gcc.c-torture/code_quality/configure.in,
13905         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
13906         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
13907         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
13908         gcc.c-torture/execute/ieee/Makefile.in,
13909         gcc.c-torture/execute/ieee/configure.in,
13910         gcc.c-torture/noncompile/Makefile.in,
13911         gcc.c-torture/noncompile/configure.in,
13912         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
13913         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
13914         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
13916 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
13918         * g++.old-deja/g++.other/ambig3.C: New test.
13920 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
13922         * g++.old-deja/g++.pt/syntax1.C: New test.
13923         * g++.old-deja/g++.pt/syntax2.C: New test.
13924         * g++.old-deja/g++.other/syntax3.C: New test.
13925         * g++.old-deja/g++.other/syntax4.C: New test.
13927 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
13929         * gcc.dg/20000623-1.c: Prototype exit and abort.
13931 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
13933         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
13934         New tests.
13935         * gcc.dg/cpp-mi3.def: New file.
13937         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
13938         inside assertions.
13939         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
13940         lexer's error messages.
13941         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
13942         divine anything from the linemarkers.
13943         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
13944         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
13946 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
13948         * gcc.dg/20000623-1.c: New test.
13950 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
13952         * gcc.c-torture/execute/20000622-1.c: New test.
13954 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
13956         * g++.old-deja/g++.other/init15.C: New test.
13958 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
13960         * g++.old-deja/g++.pt/vaarg2.C: New test.
13961         * g++.old-deja/g++.pt/vaarg3.C: New test.
13963 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
13965         * g++.old-deja/g++.other/dyncast6.C: New test.
13967 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
13969         * gcc.c-torture/execute/loop-6.c: New test.
13971 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
13973         * gcc.dg/20000614-1.c: New test.
13974         * gcc.dg/20000614-2.c: New test.
13976 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
13978         * g++.old-deja/g++.other/inline12.C: New test.
13980 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
13982         * g++.old-deja/g++.other/eh1.C: New test.
13984 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
13986         * g++.old-deja/g++.other/type.C: New test.
13988 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
13990         * g++.old-deja/g++.other/initstring.C: New test.
13992 2000-06-12  Jason Merrill  <jason@redhat.com>
13994         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
13996 2000-06-09  Jeffrey A Law  (law@cygnus.com)
13998         * gcc.c-torture/compile/20000609-1.c: New test.
14000 2000-06-09  Clinton Popetz  <cpopetz@cygnus.com>
14002         * gcc.dg/20000609-1.c: New test.
14004 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
14006         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
14007         * gcc.c-torture/noncompile/poison-1.c: Move...
14008         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
14009         * gcc.dg/cpp-li1.c: Add a token after the #line.
14011 2000-06-05  Richard Henderson  <rth@cygnus.com>
14013         * gcc.c-torture/execute/20000605-2.c: New test.
14014         * gcc.c-torture/execute/20000605-3.c: New test.
14016 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
14018         * g77.f-torture/execute/20000503-1.x: New file.
14020 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
14022         * g++.old-deja/g++.eh/badalloc1.C: New test.
14024 2000-06-05  Richard Henderson  <rth@cygnus.com>
14026         * gcc.c-torture/execute/20000605-1.c: New test.
14028 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
14029             Nathan Sidwell <nathan@codesourcery.com>
14031         * gcc.c-torture/compile/20000605-1.c: New test.
14033 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
14035         * g77.f-torture/compile/20000601-1.f:  New test.
14037 2000-06-03  Richard Henderson  <rth@cygnus.com>
14039         * gcc.c-torture/execute/20000603-1.c: New.
14041 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
14043         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
14044         * gcc.dg/noreturn-2.c (noreturn): Likewise.
14046 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
14048         * gcc.dg/compare2.c (case 12): XFAIL.
14049         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
14050         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
14052         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
14054 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
14056         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
14057         guard macro is already defined when the header is first
14058         included.
14059         * gcc.dg/cpp-mix.h: New file.
14060         * gcc.dg/endif-label.c: Update patterns to match compiler.
14062         * g++.brendan/complex1.C: Declare abort.
14063         * g++.law/refs4.C: Remove XFAIL.
14064         * g++.oliva/expr2.C: Declare abort and exit.
14066 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
14068         * gcc.c-torture/execute/20000528-1.c: New test.
14070         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
14071         * g++.old-deja/g++.law/temps4.C: Likewise.
14073         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
14074         stdlib.h.  Call abort() on failure.
14075         * g++.old-deja/g++.law/refs4.C: Likewise.
14076         * g++.old-deja/g++.law/temps4.C: Likewise.
14077         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
14078         * gcc.c-torture/execute/20000112-1.c: Include string.h.
14080 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
14082         Relative to g++.dg/special:
14083         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
14085         Relative to g++.old-deja:
14086         * g++.brendan/complex1.C, g++.jason/optimize2.C,
14087         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
14088         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
14089         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
14090         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
14091         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
14092         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
14094         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
14095         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
14096         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
14097         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
14098         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
14099         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
14100         and/or string.h.
14102         * g++.other/goto1.C: Update expectations for error messages.
14104 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
14106         * gcc.c-torture/compile/20000523-1.c: New test.
14108 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
14110         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
14112 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
14114         * g++.old-deja/g++.eh/catch11.C: New test.
14115         * g++.old-deja/g++.eh/catch12.C: New test.
14117 2000-05-24  Nick Clifton  <nickc@cygnus.com>
14119         * gcc.c-torture/execute/20000523-1.c: New test.
14121 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
14123         * c-torture/execute/bcp-1.c: Replace abort in arg of
14124         __builtin_constant_p with a generic external function.
14126         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
14127         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
14128         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
14129         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
14130         Prototype abort and/or exit.
14132         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
14133         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
14134         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
14135         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
14137 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
14139         * gcc.dg/dwarf2-1.c: New test.
14141 2000-05-20  Richard Henderson  <rth@cygnus.com>
14143         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
14145 2000-05-20  Andreas Jaeger  <aj@suse.de>
14147         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
14148         testcase.
14150 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
14152         * gcc.c-torture/execute/20000519-2.c: New test.
14154 2000-05-19  Andreas Jaeger  <aj@suse.de>
14156         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
14157         which fails with SSA.
14159         * lib/c-torture.exp: Also test with -O3 -fssa.
14161 2000-05-18  Michael Meissner  <meissner@redhat.com>
14163         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
14164         * gcc.c-torture/execute/920415-1.c: Ditto.
14165         * gcc.c-torture/execute/920501-1.c: Ditto.
14166         * gcc.c-torture/execute/conversion.c: Ditto.
14167         * gcc.c-torture/execute/cvt-1.c: Ditto.
14169 2000-05-18  Jeffrey A Law  (law@cygnus.com)
14171         * gcc.c-torture/compile/20000518-1.c: New test.
14173 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
14175         * g77.f-torture/compile/200005018.f:  New test.
14177 2000-05-17  Jeffrey A Law  (law@cygnus.com)
14179         * gcc.c-torture/compile/20000517-1.c: New test.
14181 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14183         * gcc.c-torture/execute/20000516-1.c: New test.
14185 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
14187         * g++.old-deja/g++.other/eh.C: New test.
14189 2000-05-12  Richard Henderson  <rth@cygnus.com>
14191         * gcc.c-torture/execute/990208-1.c (main): Don't pass
14192         constants through to doit's conditional.
14194 2000-05-11  Jeffrey A Law  (law@cygnus.com)
14196         * gcc.c-torture/compile/20000511-1.c: New test.
14197         * g77.f-torture/compile/20000511-1.f: New test.
14198         * g77.f-torture/compile/20000511-2.f: New test.
14200 2000-05-11  Michael Meissner  <meissner@redhat.com>
14202         * gcc.c-torture/execute/20000511-1.c: New test.
14204 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
14206         * gcc.dg/dg.exp: Scan .S files as well as .c files.
14207         * gcc.dg/20000510-1.S: New.
14209 2000-05-08  Catherine Moore  <clm@cygnus.com>
14211         * gcc.dg/unused-3.c: New.
14213 2000-05-06  Richard Henderson  <rth@cygnus.com>
14215           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
14216           * g++.old-deja/g++.mike/warn1.C: Likewise.
14217           * g++.old-deja/g++.pt/local1.C: Likewise.
14218           * g++.old-deja/g++.pt/local7.C: Likewise.
14219           * g++.old-deja/g++.pt/spec16.C: Likewise.
14221 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
14223         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
14225 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
14227           * g77.f-torture/execute/20000503-1.f:  New test.
14229 2000-05-04  Andreas Jaeger  <aj@suse.de>
14231         * gcc.dg/noreturn-2.c: New test.
14233 2000-05-04  Neil Booth  <NeilB@earthling.net>
14235         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
14236         preprocessor.
14238 2000-05-04  Richard Henderson  <rth@cygnus.com>
14240         * gcc.c-torture/execute/20000503-1.c: Fix typo.
14242 2000-05-04  Richard Henderson  <rth@cygnus.com>
14244         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
14245         OpenSSL by Jason R Thorpe.
14247 2000-05-03  Jim Wilson  <wilson@cygnus.com>
14249         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
14251 2000-05-03  Robert Lipe <robertlipe@usa.net>
14253         * gcc.dg/20000503-1.c: New test.
14255 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
14257         * gcc.c-torture/compile/20000502-1.c: New test.
14258         * g++.old-deja/g++.other/align.C: New test.
14259         * gcc.dg/cpp-tradstringify.c: New test.
14261 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
14263         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
14264         and hard registers.
14266 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
14268         * gcc.c-torture/execute/loop-5.c: New test.
14270 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
14272         * gcc.c-torture/execute/va-arg-20.c: New test.
14274 2000-04-23  Jeffrey A Law  (law@cygnus.com)
14276         * gcc.c-torture/execute/20000422-1.c: New test.
14278 2000-04-20  Greg McGary  <gkm@gnu.org>
14280         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
14281         when optimizing, but without sibling-call optimizations (-O1).
14283 2000-04-20  Jeffrey A Law  (law@cygnus.com)
14285           * gcc.c-torture/compile/20000420-1.c: New test.
14287 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
14289         * g++.abi/ptrflags.C: New test.
14290         * g++.eh/catchptr1.C: Test incomplete pointer chains.
14292 2000-04-19  Catherine Moore  <clm@cygnus.com>
14294         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
14296 2000-04-19  Greg McGary  <gkm@gnu.org>
14298         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
14299         sibling-call optimizations.
14301 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
14303         * gcc.dg/20000419-1.c: New test.
14305 2000-04-12  Hans-Peter Nilsson  <hp@axis.com>
14307         * gcc.c-torture/execute/20000412-6.c: New test.
14309 2000-04-12  Jeffrey A Law  (law@cygnus.com)
14311         * gcc.c-torture/execute/20000412-5.c: New test.
14312         * g77.f-torture/compile/20000412-1.f: New test.
14313         * gcc.c-torture/execute/20000412-4.c: New test.
14314         * gcc.c-torture/compile/20000412-2.c: New test.
14315         * gcc.c-torture/execute/20000412-3.c: New test.
14316         * gcc.c-torture/compile/20000412-1.c: New test.
14317         * gcc.c-torture/execute/20000412-2.c: New test.
14319 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
14321         * objc/execute/bf-20.m: New test.
14323 2000-04-10  Richard Henderson  <rth@cygnus.com>
14325         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
14327         * gcc.c-torture/execute/20000412-1.c: New test.
14329 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
14331         * g++.old-deja/g++.eh/catchptr1.C: New test.
14333 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
14335         * g++.old-deja/g++.abi/cxa_vec.C: New test.
14337 2000-04-08  Neil Booth  <NeilB@earthling.net>
14339         * gcc.dg/cpp-nullchar.c: Remove test as
14340         embedded nulls cause problems.
14342 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14344         * gcc.dg/compare2.c: New test.
14346 2000-04-08  Neil Booth  <NeilB@earthling.net>
14348         * gcc.dg/cpp-nullchar.c: New test.
14350 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
14352         * gcc.dg/cpp-mi2.c: New test.
14353         * gcc.dg/cpp-mi2[abc].h: New files.
14355 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
14357         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
14358         member name.
14360 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
14362         * g++.old-deja/g++.abi/vmihint.C: New test.
14364 2000-04-06  Neil Booth  <NeilB@earthling.net>
14366         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
14367         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
14368         copyright.
14370 2000-04-05  Hans-Peter Nilsson  <hp@axis.com>
14372         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
14373         avoid stack-frame overwrite.
14375 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
14377         * gcc.c-torture/compile/20000405-2.c: New test.
14378         * gcc.c-torture/compile/20000405-3.c: New test.
14380 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14382         * gcc.c-torture/compile/20000405-1.c: New test.
14384 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
14386         * gcc.dg/cast-qual-1.c: Revert last change.
14388 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14390         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
14392 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
14394         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
14395         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
14397 2000-04-03  Jeffrey A Law  (law@cygnus.com)
14399         * gcc.c-torture/compile/20000403-2.c: New test.
14400         * gcc.c-torture/compile/20000403-1.c: New test.
14402 2000-04-03  Hans-Peter Nilsson  <hp@axis.com>
14404         * gcc.c-torture/execute/20000403-1.c: New test.
14406 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
14408         * gcc.c-torture/execute/20000402-1.c: New test.
14410 2000-04-03  Donald Lindsay  <dlindsay@cygnus.com>
14412         * gcc.c-torture/execute/va-arg-15.c: New test.
14413         * gcc.c-torture/execute/va-arg-16.c: New test.
14414         * gcc.c-torture/execute/va-arg-17.c: New test.
14415         * gcc.c-torture/execute/va-arg-18.c: New test.
14416         * gcc.c-torture/execute/va-arg-19.c: New test.
14418 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
14420         * gcc.c-torture/compile/981211-1.c: Move to...
14421         * gcc.dg/cpp-as1.c: ...here.
14422         * gcc.dg/cpp-as2.c: New file.
14424         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
14425         compiler.
14427 2000-04-02  Neil Booth  <NeilB@earthling.net>
14429         * gcc.dg/cpp-cond.c  New tests.
14430         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
14431         accidental success less likely.
14432         * gcc.dg/cpp-missingop.c  New tests.
14433         * gcc.dg/cpp-missingparen.c  New tests.
14434         * gcc.dg/cpp-shift.c  New tests.
14435         * gcc.dg/cpp-shortcircuit.c  New tests.
14436         * gcc.dg/cpp-unary.c  New tests.
14438 2000-03-29  Jeffrey A Law  (law@cygnus.com)
14440         * gcc.c-torture/compile/20000329-1.c: New test.
14442 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
14444         * gcc.c-torture/compile/20000326-1.c: New test.
14445         * gcc.c-torture/compile/20000326-2.c: New test.
14447 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
14449         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
14450         the first parameter is a function argument.
14452 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
14454         * g++.old-deja/g++.ext/array4.C: New test.
14456 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
14458         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
14460 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14462         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
14464 2000-03-19  Richard Henderson  <rth@cygnus.com>
14466         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
14468 2000-03-19  Richard Henderson  <rth@cygnus.com>
14470         * gcc.c-torture/compile/20000319-1.c: New test.
14472 2000-03-14  Jeffrey A Law  (law@cygnus.com)
14474         * gcc.c-torture/execute/20000314-3.c: New test.
14475         * gcc.c-torture/execute/20000314-2.c: New test.
14476         * gcc.c-torture/execute/20000314-1.c: New test.
14477         * gcc.c-torture/compile/20000314-2.c: New test.
14478         * gcc.c-torture/compile/20000314-1.c: New test.
14480 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
14482         * g++.old-deja/g++.warn/inline.C: New test.
14484 2000-03-10  Hans-Peter Nilsson  <hp@bitrange.com>
14486         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
14487         standards-compliant result rather than specific constants.
14488         Put test-values in array.
14490 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
14492         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
14493         (g++_target_compile): Put test-specific options last.
14495 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
14497         * g++.old-deja/g++.eh/vbase4.C: New test.
14499 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
14501         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
14503 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
14505         * g++.old-deja/g++.brendan/misc12.C: Removed.
14506         * g++.old-deja/g++.pt/memtemp77.C: Constify.
14507         * g++.old-deja/g++.ext/pretty4.C: New test.
14509 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
14511         * g++.old-deja/g++.other/string2.C: New test.
14513 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
14515         * g++.old-deja/g++.warn/impint2.C: New test.
14517 2000-03-05  Hans-Peter Nilsson  <hp@bitrange.com>
14519         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
14520         is 1, not zero.
14522 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
14524         * g++.old-deja/g++.warn/impint.C: New test.
14525         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
14526         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
14527         * g++.old-deja/g++.pt/explicit12.C: Likewise.
14528         * g++.old-deja/g++.pt/explicit13.C: Likewise.
14529         * g++.old-deja/g++.pt/explicit17.C: Likewise.
14530         * g++.old-deja/g++.pt/explicit18.C: Likewise.
14531         * g++.old-deja/g++.pt/explicit19.C: Likewise.
14532         * g++.old-deja/g++.pt/explicit23.C: Likewise.
14533         * g++.old-deja/g++.pt/explicit31.C: Likewise.
14534         * g++.old-deja/g++.pt/explicit35.C: Likewise.
14535         * g++.old-deja/g++.pt/explicit6.C: Likewise.
14536         * g++.old-deja/g++.pt/memclass7.C: Likewise.
14538 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
14540         * gcc.dg/cpp-redef.c: New test.
14542 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
14544         * g++.old-deja/g++.pt/unify7.C: New test.
14546 2000-02-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14548         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
14549         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
14551 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
14553         * gcc.c-torture/compile/20000224-1.c: New test.
14555 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14557         * gcc.c-torture/compile/cpp-2.c: New test.
14558         * gcc.c-torture/compile/cpp-1.c: New test.
14560 2000-02-25  Jeffrey A Law  (law@cygnus.com)
14562         * gcc.c-torture/execute/20000225-1.c: New test.
14564 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14566         * gcc.dg/cpp-li2.c: New test.
14568         * gcc.dg/cpp-wi1.c: New test.
14570         * gcc.dg/cpp-li1.c: New test.
14572 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
14574         * g++.old-deja/g++.other/sizeof5.C: New test.
14576 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14578         * gcc.c-torture/execute/va-arg-13.c: New test.
14580 2000-02-23  Donald Lindsay  <dlindsay@cygnus.com>
14582         * gcc.c-torture/execute/va-arg-12.c: New test.
14584 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
14586         * gcc.c-torture/execute/20000223-1.c: New test.
14588 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
14590         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
14592 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
14594         * g++.old-deja/g++.abi/ptrmem.C: New test.
14596 2000-02-19  Richard Henderson  <rth@cygnus.com>
14598         * gcc.c-torture/compile/init-3.c: New.
14600 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
14602         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
14603         ALWAYS_CXXFLAGS.
14605 2000-02-11  Robert Lipe <robertl@sco.com>
14607         * gcc.c-torture/compile/20000211-3.c: New test.
14609 2000-02-11  Martin Buchholz <martin@xemacs.org>
14611         * gcc.c-torture/compile/20000211-2.c: New test.
14613 2000-02-11  Jeffrey A Law  (law@cygnus.com)
14615         * gcc.c-torture/compile/20000211-1.c: New test.
14617 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
14619         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
14620           on native targets
14622 2000-02-08  Nathan Sidwell  <nathan@acm.org>
14624         * g++.old-deja/g++.other/cast5.C: New test.
14626 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
14628         * gcc.c-torture/execute/20000205-1.c: New.
14630 2000-02-03  Nathan Sidwell  <nathan@acm.org>
14632         * g++.old-deja/g++.jason/cast3.C: Return void.
14633         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
14635 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14637         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
14639         * gcc.dg/loop-1.c: New test.
14641 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
14643         * gcc.c-torture/compile/20000127-1.c: New test.
14644         * gcc.c-torture/execute/991228-1.c: New test.
14646 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14648         * gcc.dg/unused-2.c: New test.
14650         * gcc.dg/conv-1.c: New test.
14652 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
14654         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
14655         compiler.
14656         (tool_option_proc): Fix typo.
14658 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
14660         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
14661         of the ld on the host, not on the build machine.
14662         Also, don't crash if '--help' is not a supported option.
14664 2000-01-24  Richard Henderson  <rth@cygnus.com>
14666         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
14668 2000-01-20  Jeffrey A Law  (law@cygnus.com)
14670         * gcc.c-torture/execute/20000120-2.c: New test.
14671         * gcc.c-torture/execute/20000120-1.c: New test.
14673 2000-01-13  Jeffrey A Law  (law@cygnus.com)
14675         * gcc.c-torture/execute/20000113-1.c: New test.
14677 2000-01-12  Jeffrey A Law  (law@cygnus.com)
14679         * gcc.c-torture/execute/20000112-1.c: New test.
14681 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14683         * gcc.dg/20000111-1.c: New test.
14685 2000-01-10  Jeffrey A Law  (law@cygnus.com)
14687         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
14688         with 16 bit integers.
14690 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14692         * gcc.dg/20000108-1.c: New test.
14694 2000-01-05  Nathan Sidwell  <nathan@acm.org>
14696         * g++.old-deja/g++.ns/koenig8.C: New test.
14698 2000-01-05  Nathan Sidwell  <nathan@acm.org>
14700         * g++.old-deja/g++.other/cast4.C: New test.
14702 2000-01-05  Jeffrey A Law  (law@cygnus.com)
14704         * gcc.c-torture/compile/20000105-2.c: New test.
14705         * gcc.c-torture/compile/20000105-1.c: New test.
14707 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14709         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
14710         references to printf & atoi to conform to ANSI standard.
14711         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
14712         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
14713         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
14714         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
14715         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
14716         * g++.old-deja/g++.brendan/complex1.C: Likewise.
14717         * g++.old-deja/g++.brendan/copy1.C: Likewise.
14718         * g++.old-deja/g++.brendan/copy2.C: Likewise.
14719         * g++.old-deja/g++.brendan/copy3.C: Likewise.
14720         * g++.old-deja/g++.brendan/copy4.C: Likewise.
14721         * g++.old-deja/g++.brendan/copy5.C: Likewise.
14722         * g++.old-deja/g++.brendan/copy6.C: Likewise.
14723         * g++.old-deja/g++.brendan/copy7.C: Likewise.
14724         * g++.old-deja/g++.brendan/copy8.C: Likewise.
14725         * g++.old-deja/g++.brendan/crash11.C: Likewise.
14726         * g++.old-deja/g++.brendan/crash14.C: Likewise.
14727         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
14728         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
14729         * g++.old-deja/g++.brendan/delete2.C: Likewise.
14730         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
14731         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
14732         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
14733         * g++.old-deja/g++.brendan/eh1.C: Likewise.
14734         * g++.old-deja/g++.brendan/groff1.C: Likewise.
14735         * g++.old-deja/g++.brendan/init3.C: Likewise.
14736         * g++.old-deja/g++.brendan/misc12.C: Likewise.
14737         * g++.old-deja/g++.brendan/misc7.C: Likewise.
14738         * g++.old-deja/g++.brendan/new2.C: Likewise.
14739         * g++.old-deja/g++.brendan/operators4.C: Likewise.
14740         * g++.old-deja/g++.brendan/operators5.C: Likewise.
14741         * g++.old-deja/g++.brendan/overload2.C: Likewise.
14742         * g++.old-deja/g++.brendan/overload7.C: Likewise.
14743         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
14744         * g++.old-deja/g++.brendan/reference1.C: Likewise.
14745         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
14746         * g++.old-deja/g++.brendan/template24.C: Likewise.
14747         * g++.old-deja/g++.brendan/template3.C: Likewise.
14748         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
14749         * g++.old-deja/g++.jason/inline3.C: Likewise.
14750         * g++.old-deja/g++.jason/opeq.C: Likewise.
14751         * g++.old-deja/g++.law/arg5.C: Likewise.
14752         * g++.old-deja/g++.law/arm7.C: Likewise.
14753         * g++.old-deja/g++.law/ctors11.C: Likewise.
14754         * g++.old-deja/g++.law/cvt8.C: Likewise.
14755         * g++.old-deja/g++.law/init9.C: Likewise.
14756         * g++.old-deja/g++.law/refs4.C: Likewise.
14757         * g++.old-deja/g++.law/template2.C: Likewise.
14758         * g++.old-deja/g++.law/visibility24.C: Likewise.
14759         * g++.old-deja/g++.law/vtable3.C: Likewise.
14760         * g++.old-deja/g++.mike/asm2.C: Likewise.
14761         * g++.old-deja/g++.mike/eh1.C: Likewise.
14762         * g++.old-deja/g++.mike/misc1.C: Likewise.
14763         * g++.old-deja/g++.mike/misc13.C: Likewise.
14764         * g++.old-deja/g++.mike/misc14.C: Likewise.
14765         * g++.old-deja/g++.mike/ns12.C: Likewise.
14766         * g++.old-deja/g++.mike/p1248.C: Likewise.
14767         * g++.old-deja/g++.mike/p3708.C: Likewise.
14768         * g++.old-deja/g++.mike/p3708a.C: Likewise.
14769         * g++.old-deja/g++.mike/p3708b.C: Likewise.
14770         * g++.old-deja/g++.mike/p646.C: Likewise.
14771         * g++.old-deja/g++.mike/p700.C: Likewise.
14772         * g++.old-deja/g++.mike/p783.C: Likewise.
14773         * g++.old-deja/g++.mike/p783a.C: Likewise.
14774         * g++.old-deja/g++.mike/p783b.C: Likewise.
14775         * g++.old-deja/g++.mike/p786.C: Likewise.
14776         * g++.old-deja/g++.mike/p789.C: Likewise.
14777         * g++.old-deja/g++.mike/p789a.C: Likewise.
14778         * g++.old-deja/g++.mike/p807a.C: Likewise.
14779         * g++.old-deja/g++.other/delete3.C: Likewise.
14780         * g++.old-deja/g++.other/dyncast1.C: Likewise.
14781         * g++.old-deja/g++.other/dyncast2.C: Likewise.
14782         * g++.old-deja/g++.other/dyncast3.C: Likewise.
14783         * g++.old-deja/g++.other/empty1.C: Likewise.
14784         * g++.old-deja/g++.other/temporary1.C: Likewise.
14785         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
14786         * g++.old-deja/g++.pt/t16.C: Likewise.
14787         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
14789 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
14791         * gcc.dg/991230-1.c: New test.
14793 1999-12-29  Jeffrey A Law  (law@cygnus.com)
14795         * gcc.c-torture/compile/991229-3.c: New test.
14796         * gcc.c-torture/compile/991229-2.c: New test.
14797         * gcc.c-torture/compile/991229-1.c: New test.
14799 1999-12-29  Greg McGary <gkm@eng.ascend.com>
14801         * gcc.c-torture/compile/labels-2.c: New test.
14803 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
14805         * gcc.c-torture/execute/991227-1.c: New test.
14807 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14809         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
14811 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
14813         * gcc.c-torture/execute/991221-1.c: New test.
14815 1999-12-20  Nathan Sidwell  <nathan@acm.org>
14817         * g++.old-deja/g++.other/cast3.C: New test.
14819 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
14821         * gcc.c-torture/execute/991216-4.c: New test.
14823 1999-12-16  Michael Meissner  <meissner@cygnus.com>
14825         * gcc.c-torture/execute/991216-1.c: New test.
14826         * gcc.c-torture/execute/991216-2.c: New test.
14827         * gcc.c-torture/execute/991216-3.c: New test.
14829 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
14831         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
14832         Actually make the test fail by using "-O2" for compilation.
14834 1999-12-15  Nathan Sidwell  <nathan@acm.org>
14836         * g++.old-deja/g++.warn/cast-align1.C: New test.
14838 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
14840         * gcc.c-torture/compile/991214-1.c: New test.
14841         * gcc.c-torture/compile/991214-2.c: New test.
14843 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
14845         * gcc.dg/991214-1.c: New test.
14847 1999-12-13  Jeffrey A Law  (law@cygnus.com)
14849         * gcc.c-torture/compile/991213-3.c: New test.
14850         * gcc.c-torture/compile/991213-2.c: New test.
14851         * gcc.c-torture/compile/991213-1.c: New test.
14853 1999-12-10  J"orn Rennecke <amylaar@cygnus.co.uk>
14855         * gcc.dg/991209-1.c: New test.
14857 1999-12-08  Nathan Sidwell <nathan@acm.org>
14859         * gcc.c-torture/compile/991208-1.c: New test.
14861 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14863         * gcc.dg/ultrasp2.c: New test.
14865 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
14867         * g++.old-deja/g++.abi/align.C (main): Fix typo.
14869 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
14871         * gcc.c-torture/compile/991202-1.c: New test.
14872         * gcc.c-torture/execute/991202-1.c: New test.
14873         * gcc.c-torture/execute/991202-2.c: New test.
14874         * gcc.c-torture/execute/991202-3.c: New test.
14876 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
14878         * g++.old-deja/g++.abi/align.C: New test.
14879         * g++.old-deja/g++.abi/aggregates.C: Likewise.
14880         * g++.old-deja/g++.abi/bitfields.C: Likewise.
14882 1999-12-01  Richard Henderson  <rth@cygnus.com>
14884         * gcc.c-torture/execute/991201-1.c: New.
14886 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
14888         * gcc.dg/991129-1.c: New test.
14890 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
14892         * gcc.c-torture/compile/991127-1.c: New test.
14894 1999-11-22  Nathan Sidwell  <nathan@acm.org>
14896         * g++.old-deja/g++.other/warn4.C: New test.
14898 1999-11-22  Nathan Sidwell  <nathan@acm.org>
14900         * g++.old-deja/g++.eh/cleanup2.C: New test.
14901         * g++.old-deja/g++.ext/pretty2.C: New test.
14902         * g++.old-deja/g++.ext/pretty3.C: New test.
14903         * g++.old-deja/g++.other/debug6.C: New test.
14905 1999-10-20  Jim Wilson  <wilson@cygnus.com>
14907         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
14908         compiler_output to look for one error message instead of two.
14910 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
14912         * gcc.c-torture/execute/991118-1.c: Also test case
14913         where the word boundary does not split a byte evenly.
14915 1999-11-19  Nathan Sidwell  <nathan@acm.org>
14917         * g++.old-deja/g++.ext/restrict1.C: New test.
14919 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
14921         * gcc.c-torture/execute/991118-1.c: New test.
14923 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
14925         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
14926         working directory pathnames.
14928 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
14930         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
14931         host is equipped with driver.h and driver.o so it can actually
14932         compile and run the tests.
14934 1999-10-08  Bernd Schmidt  <bernds@cygnus.co.uk>
14936         * gcc.c-torture/compile/991008-1.c: New test.
14938 1999-11-08  Nick Clifton  <nickc@cygnus.com>
14940         * lib/gcc-dg.exp: Include target-supports.exp
14942 1999-11-05  Nick Clifton  <nickc@cygnus.com>
14944         * lib/target-supports.exp: New file: Provide procs to test for
14945         features supported by the target.
14946         (check_weak_available): Moved here from ecos.exp.
14947         (check_alias_available): New proc: Determine of the target
14948         toolchain supports the alias attribute.
14950         * gcc.dg/special/ecos.exp: Move check_weak_available to
14951         target-supports.exp.
14952         (alias-1.c): Only perform the test if the target supports
14953         aliases.
14954         (wkali-1.c): Only perform the test if the target supports
14955         aliases.
14957         * gcc.dg/990506-0.c: Expect error messages from cross
14958         targets as well as native targets.
14960 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14962         * gcc.dg/ultrasp1.c: Removed xfail.
14963         * gcc.dg/struct-ret-2.c: Likewise.
14964         * gcc.dg/array-1.c: Likewise.
14966 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14968         * gcc.dg/struct-ret-2.c: New test.
14970         * gcc.dg/array-1.c: New test.
14972 1999-10-30  Stephen L Moshier <moshier@mediaone.net>
14974         * gcc.c-torture/execute/991030-1.c: New test.
14976 1999-10-26  Richard Henderson  <rth@cygnus.com>
14978         * gcc.c-torture/compile/991026-2.c: New test.
14980 1999-10-26  Jeffrey A Law  (law@cygnus.com)
14982         * gcc.c-torture/compile/991026-1.c: New test.
14984 1999-10-23  Jeffrey A Law  (law@cygnus.com)
14986         * gcc.c-torture/execute/991023-1.c: New test.
14988 1999-10-19  Jeffrey A Law  (law@cygnus.com)
14990         * gcc.c-torture/execute/991019-1.c: New test.
14992 1999-10-16  Richard Henderson  <rth@cygnus.com>
14994         * gcc.c-torture/execute/991016-1.c: New test.
14996 1999-10-14  Stephane Carrez  <stcarrez@worldnet.fr>
14998         * gcc.c-torture/execute/991014-1.c: New test.
15000 1999-10-13  J"orn Rennecke <amylaar@cygnus.co.uk>
15002         * g++.old-deja/g++.other/union2.C: New test.
15004 1999-10-13  Nathan Sidwell  <nathan@acm.org>
15006         * g++.old-deja/g++.other/vaarg2.C: New test.
15007         * g++.old-deja/g++.other/vaarg3.C: New test.
15009 1999-10-12  Craig Burley  <craig@jcb-sc.com>
15011         * g77.f-torture/noncompile/19990905-1.f: Moved from being
15012         in compile/.
15014 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
15016         * gcc.c-torture/execute/va-arg-11.c: New test.
15018 1999-10-01  Mark P. Mitchell  <mark@codesourcery.com>
15020         * lib/file-format.exp (gcc_target_object_format): Don't
15021         crash if objdump is unavailable.
15023 1999-09-29  Donn Terry <donn@interix.com>
15025         * gcc.misc-tests/mg.exp: delete extraneous redirection.
15027 1999-09-28  Nick Clifton  <nickc@cygnus.com>
15029         * gcc.c-torture/compile/990928-1.c: New test.
15031 1999-09-28  Nathan Sidwell  <nathan@acm.org>
15033         * g++.old-deja/g++.other/decl6.C: New test.
15035 1999-09-28  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15037         * gcc.c-torture/execute/va-arg-10.c: New test.
15039 1999-09-27  Nathan Sidwell  <nathan@acm.org>
15041         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
15042         __PRETTY_FUNCTION__.
15044 1999-09-23  Nick Clifton  <nickc@cygnus.com>
15046         * gcc.c-torture/execute/990923-1.c: New test.
15048 1999-09-21  Nick Clifton  <nickc@cygnus.com>
15050         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
15051         for which -fpic is inappropriate.
15053 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
15055         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
15057 1999-09-21  Nathan Sidwell  <nathan@acm.org>
15059         * g++.old-deja/g++.other/dyncast1.C: New test.
15060         * g++.old-deja/g++.other/dyncast2.C: New test.
15061         * g++.old-deja/g++.other/dyncast3.C: New test.
15062         * g++.old-deja/g++.other/dyncast4.C: New test.
15063         * g++.old-deja/g++.other/dyncast5.C: New test.
15064         * g++.old-deja/g++.eh/catch3.C: New test.
15065         * g++.old-deja/g++.eh/catch3p.C: New test.
15066         * g++.old-deja/g++.eh/catch4.C: New test.
15067         * g++.old-deja/g++.eh/catch4p.C: New test.
15068         * g++.old-deja/g++.eh/catch5.C: New test.
15069         * g++.old-deja/g++.eh/catch5p.C: New test.
15070         * g++.old-deja/g++.eh/catch6.C: New test.
15071         * g++.old-deja/g++.eh/catch6p.C: New test.
15072         * g++.old-deja/g++.eh/catch7.C: New test.
15073         * g++.old-deja/g++.eh/catch7p.C: New test.
15074         * g++.old-deja/g++.eh/catch8.C: New test.
15075         * g++.old-deja/g++.eh/catch8p.C: New test.
15076         * g++.old-deja/g++.eh/catch9.C: New test.
15077         * g++.old-deja/g++.eh/catch9p.C: New test.
15079 1999-09-13  Nathan Sidwell  <nathan@acm.org>
15081         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
15082         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
15084 1999-09-13  Jeffrey A Law  (law@cygnus.com)
15086         * gcc.c-torture/compile/990913-1.c: New test.
15088 1999-09-10  Nathan Sidwell  <nathan@acm.org>
15090         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
15091         * g++.old-deja/g++.jason/rfg5.C: Likewise.
15093 1999-09-09  Richard Henderson  <rth@cygnus.com>
15095         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
15097 1999-09-09  Nathan Sidwell  <nathan@acm.org>
15099         * g++.old-deja/g++.other/lookup11.C: New test.
15100         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
15101         what is permitted and what we want.
15102         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
15103         overload use.
15104         * g++.old-deja/g++.jason/rfg5.C: Likewise
15106 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
15108         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
15109         * gcc.c-torture/noncompile/poison-1.c: New file.
15111 1999-09-08  Nathan Sidwell  <nathan@acm.org>
15113         * g++.old-deja/g++.other/sizeof3.C: New test.
15114         * g++.old-deja/g++.other/sizeof4.C: New test.
15115         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
15116         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
15118 1999-09-07  Richard Henderson  <rth@cygnus.com>
15120         * gcc.dg/va-arg-1.c: New.
15122 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15124         * gcc.c-torture/execute/va-arg-9.c: New test.
15126 1999-09-05  Craig Burley  <craig@jcb-sc.com>
15128         * g77.f-torture/compile/980519-2.f: New test.
15129         * g77.f-torture/compile/19990905-0.f: New test.
15130         * g77.f-torture/compile/19990905-1.f: New test.
15131         * g77.f-torture/compile/19990905-2.f: New test.
15133         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
15135 1999-09-03  Richard Earnshaw <rearnsha@arm.com>
15137         * gcc.c-torture/execute/990827-1.c: Fix typo.
15139 1999-09-03  Nathan Sidwell  <nathan@acm.org>
15141         * g++.old-deja/g++.other/deref1.C: New test.
15143 1999-09-02  Nathan Sidwell  <nathan@acm.org>
15145         * g++.old-deja/g++.other/ambig2.C: New test.
15146         * g++.old-deja/g++.other/cond5.C: New test.
15147         * g++.old-deja/g++.other/lookup16.C: New test.
15149 1999-09-02  Marc Espie <espie@cvs.openbsd.org>
15151         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
15152         assemblers too.
15154 1999-08-31  Jeffrey A Law  (law@cygnus.com)
15156         * lib/c-torture.exp: Avoid the "compare executables" optimization
15157         when testing native.
15159 1999-08-29  Jeffrey A Law  (law@cygnus.com)
15161         * gcc.c-torture/execute/990829-1.c: New test.
15162         * gcc.c-torture/compile/990829-1.c: New test.
15164 1999-08-27  Paul Burchard  <burchard@pobox.com>
15166         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
15167         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
15168         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
15169         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
15170         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
15171         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
15172         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
15173         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
15174         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
15175         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
15176         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
15178 1999-08-27  Jeffrey A Law  (law@cygnus.com)
15180         * gcc.c-torture/execute/990827-1.c: New test.
15182 1999-08-26  Craig Burley  <craig@jcb-sc.com>
15184         * g77.f-torture/noncompile/19990826-4.f: New test.
15186         * g77.f-torture/compile/19990826-3.f: New test.
15188         * g77.f-torture/execute/19990826-2.f: New test.
15190         * g77.f-torture/compile/19990826-1.f: New test.
15192         * gcc.c-torture/execute/990826-0.c: New test.
15193         * g77.c-torture/execute/19990826-0.f: New test.
15195         * g77.f-torture/noncompile/970626-2.f: New test.
15197 1999-08-25  Paul Burchard  <burchard@pobox.com>
15199         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
15200         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
15201         lss-011.C: New tests.
15203 1999-08-25  Nathan Sidwell  <nathan@acm.org>
15205         * g++.old-deja/g++.other/decl5.C: New test.
15207 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15209         * noncompile/noncompile.exp: Load_lib c-torture.exp.
15210         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
15211         call `postbase' for each one.  All callers of `postbase' changed
15212         to call this instead.
15214 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
15216         * gcc.c-torture/execute/990811-1.c: New test.
15218 1999-08-09  Nick Clifton  <nickc@cygnus.com>
15220         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
15221         just native ones.
15223         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
15224         just native ones.
15226 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
15228         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
15230 1999-08-04  Jeffrey A Law  (law@cygnus.com)
15232         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
15234 1999-08-04  Nathan Sidwell  <nathan@acm.org>
15236         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
15238 1999-08-04  Jeffrey A Law  (law@cygnus.com)
15240         * gcc.c-torture/execute/990804-1.c: New test.
15242 1999-08-03  Nathan Sidwell  <nathan@acm.org>
15244         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
15245         * g++.old-deja/g++.brendan/crash64.C: Likewise
15246         * g++.old-deja/g++.brendan/overload8.C: Likewise
15248 1999-08-03  Nathan Sidwell  <nathan@acm.org>
15250         * g++.old-deja/g++.other/struct1.C: New test.
15252 1999-08-03  Nathan Sidwell  <nathan@acm.org>
15254         * g++.old-deja/g++.other/enum2.C: New test.
15256 1999-08-02  Richard Henderson  <rth@cygnus.com>
15258         Adapted from tests from Franz Sirl:
15259         * gcc.c-torture/execute/va-arg-7.c: New test.
15260         * gcc.c-torture/execute/va-arg-8.c: New test.
15262 1999-08-01  Jeffrey A Law  (law@cygnus.com)
15264         * gcc.c-torture/compile/990801-2.c: New test.
15266         * gcc.c-torture/compile/990801-1.c: New test.
15268 1999-07-27  Michael Meissner  <meissner@cygnus.com>
15270         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
15271         fp-cmp-1.c, converting double to float.
15273         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
15274         fp-cmp-1.c, converting double to long double.
15276         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
15277         from fr1 to unknown_register, since fr1 is a legitimate register
15278         on some machines.
15280 1999-07-25  Jeffrey A Law  (law@cygnus.com)
15282         * README: More listname related changes.
15284 1999-07-08  Catherine Moore  <clm@cygnus.com>
15286         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
15288 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
15290         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
15292 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
15294         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
15296 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
15298         * gcc.dg/990703-1.c: New test.
15300 1999-06-29  Nick Clifton  <nickc@cygnus.com>
15302         * lib/file-format.exp: New file: Move definition of proc
15303         gcc_target_object_format to here from
15304         gcc.dg/special/ecos.exp.
15306         * lib/c-torture.exp: Include lib file-format.exp.
15307         * lib/gcc-dg.exp: Include lib file-format.exp.
15309         * gcc.dg/special/ecos.exp: Remove definition of proc
15310         gcc_target_object_format.
15312 1999-06-28  Jeffrey A Law  (law@cygnus.com)
15314         * gcc.c-torture/execute/990628-1.c: New test.
15316 1999-06-25  Jeffrey A Law  (law@cygnus.com)
15318         * gcc.c-torture/compile/990625-2.c: New test.
15320         * gcc.c-torture/compile/990625-1.c: New test.
15322 1999-06-23  Nick Clifton  <nickc@cygnus.com>
15324         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
15325         attributes compile.
15326         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
15327         ports that use the COFF/PE file format.
15329 1999-06-17  Jeffrey A Law  (law@cygnus.com)
15331         * gcc.c-torture/compile/990617-1.c: New test.
15333 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
15335         * g++.old-deja/g++.other/decl4.C: New test.
15337 1999-06-14  Nathan Sidwell  <nathan@acm.org>
15339         * g++.old-deja/g++.other/bitfld3.C: New test.
15341 1999-06-08  Nathan Sidwell  <nathan@acm.org>
15343         * g++.old-deja/g++.eh/catch1.C: New test.
15345 1999-06-07  Jeffrey A Law  (law@cygnus.com)
15347         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
15349         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
15350         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
15352 1999-06-05  Craig Burley  <craig@jcb-sc.com>
15354         * g77.f-torture/compile/19990502-0.f: Replace with new,
15355         shorter, test that still fails after recent changes.
15357 1999-06-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
15359         * gcc.c-torture/execute/990604-1.c: New test.
15361 1999-05-31  Jeffrey A Law  (law@cygnus.com)
15363         * gcc.c-torture/execute/990531-1.c: New test.
15365 1999-05-27  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15367         * gcc.c-torture/compile/990527-1.c: New test.
15369 1999-05-27  Joern Rennecke <amylaar@cygnus.com>
15371         * gcc.c-torture/execute/990527-1.c: New test.
15373 1999-05-25  Nick Clifton  <nickc@cygnus.com>
15375         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
15376         bitfields as signed.
15378 1999-05-25  Craig Burley  <craig@jcb-sc.com>
15380         * g77.f-torture/compile/19990525-0.f: New test.
15382 1999-05-25  Jeffrey A Law  (law@cygnus.com)
15384         * gcc.c-torture/execute/990525-2.c: New test.
15386         * gcc.c-torture/execute/990525-1.c: New test.
15388 1999-05-24  Nathan Sidwell  <nathan@acm.org>
15390         * g++.old-deja/g++.other/anon3.C: New test.
15391         * g++.old-deja/g++.other/anon4.C: New test.
15392         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
15393         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
15394         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
15395         Merrill).
15397 1999-05-24  Jeffrey A Law  (law@cygnus.com)
15399         * gcc.c-torture/execute/990524-1.c: New test.
15401         * gcc.dg/990524-1.c: New test.
15403 1999-05-23  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15405         * gcc.c-torture/compile/990523-1.c: New test.
15407 1999-05-19  Raja R Harinath <harinath@cs.umn.edu>
15409         * gcc.c-torture/compile/990519-1.c: New test.
15411 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
15413         * gcc.c-torture/compile/990517-1.c: New test.
15415         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
15416         (e4, f4): New tests.
15417         (main): Call them.
15419 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15421         * gcc.dg/noreturn-1.c: New test.
15423 1999-05-13  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
15425         * gcc.c-torture/execute/990513-1.c: New test.
15427 1999-05-10  Richard Henderson  <rth@cygnus.com>
15429         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
15431 1999-05-10  Craig Burley  <craig@jcb-sc.com>
15433         * g77.f-torture/execute/erfc.f: Use small single-precision
15434         values, to avoid problems on Alphas when not -mieee.
15436 1999-05-08  Craig Burley  <craig@jcb-sc.com>
15438         * gcc.dg/990506-0.c: New test.
15440 1999-05-08  Richard Henderson  <rth@cygnus.com>
15442         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
15443         the constant to test.  Don't XFAIL 64-bit targets.
15445         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
15446         * g++.old-deja/g++.law/profile1.C: Likewise.
15448         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
15449         operator new instances.
15450         * g++.old-deja/g++.other/delete5.C: Likewise.
15452 1999-05-03  Craig Burley  <craig@jcb-sc.com>
15454         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
15455         intrinsic.
15457 1999-05-03  Craig Burley  <craig@jcb-sc.com>
15459         * g77.f-torture/execute/u77-test.f: Reverse order of two
15460         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
15462 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15464         * gcc.dg/compare1.c: New test.
15466 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
15468         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
15469         New tests.
15471 1999-05-02  Craig Burley  <craig@jcb-sc.com>
15473         * g77.f-torture/compile/19990502-1.f: New test.
15475 1999-05-02  Craig Burley  <craig@jcb-sc.com>
15477         * g77.f-torture/compile/19990502-0.f: New test.
15479 1999-05-02  Craig Burley  <craig@jcb-sc.com>
15481         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
15482         intrinsic.
15484 1999-05-02  Craig Burley  <craig@jcb-sc.com>
15486         * g77.f-torture/execute/u77-test.f (main): List libU77
15487         intrinsics not currently tested.
15488         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
15489         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
15490         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
15491         Trim blanks off the ends of some printed strings.
15493 1999-05-02  Craig Burley  <craig@jcb-sc.com>
15495         * g77.f-torture/execute/u77-test.f (main): Just warn about
15496         FSTAT gid disagreement, as it's expected on some systems.
15498 1999-05-01  Craig Burley  <craig@jcb-sc.com>
15500         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
15501         use a new function, which allows for some slop.
15502         Clean up some commentary.
15503         (issum): The new function.
15504         (sgladd): Deleted subroutine.
15506 1999-05-01  Craig Burley  <craig@jcb-sc.com>
15508         * g77.f-torture/execute/u77-test.f: Modify to be more like
15509         libf2c/libU77 version, bringing patches to that version here.
15510         Add suitable commentary.
15512 1999-04-25  Richard Henderson  <rth@cygnus.com>
15514         * gcc.dg/990424-1.c: New test.
15516 1999-04-24  Craig Burley  <craig@jcb-sc.com>
15518         * g77.f-torture/execute/u77-test.f (main): Bug involving
15519         LSTAT has been fixed, so turn back on full checking.
15521 1999-04-20  Craig Burley  <craig@jcb-sc.com>
15523         * g77.f-torture/compile/19990419-0.f: New test.
15524         * g77.f-torture/execute/19990419-1.f: New test.
15526 1999-04-17  Richard Henderson  <rth@cygnus.com>
15528         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
15529         to avoid the need for a prototype to supress a warning.
15531 1999-04-07  Jim Wilson  <wilson@cygnus.com>
15533         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
15535 1999-04-04  Jeffrey A Law  (law@cygnus.com)
15537         * gcc.c-torture/execute/990404-1.c: New test.
15539 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
15541         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
15542         * gcc.dg/cpp-if3.c: Don't use -pedantic.
15543         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
15544         missing initializer warnings.
15546 1999-03-28  Jeffrey A Law  (law@cygnus.com)
15548         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
15549         matching strings.
15551 1999-03-26  Jeffrey A Law  (law@cygnus.com)
15553         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
15555 1999-03-26  Craig Burley  <craig@jcb-sc.com>
15557         * g77.f-torture/execute/19990325-0.f: New test.
15558         * g77.f-torture/execute/19990325-1.f: New test.
15560 1999-03-24  Jeffrey A Law  (law@cygnus.com)
15562         * gcc.c-torture/execute/990324-1.c: New test.
15564 1999-03-22  Jim Wilson  <wilson@cygnus.com>
15566         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
15567         test with 4.
15569 1999-03-17  Richard Henderson  <rth@cygnus.com>
15571         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
15573 1999-03-13  Craig Burley  <craig@jcb-sc.com>
15575         * g77.f-torture/execute/19990313-2.f: New test.
15576         * g77.f-torture/execute/19990313-3.f: New test.
15578 1999-03-13  Craig Burley  <craig@jcb-sc.com>
15580         * g77.f-torture/execute/19990313-0.f: New test.
15581         * g77.f-torture/execute/19990313-1.f: New test.
15583 1999-03-12  Jim Wilson  <wilson@cygnus.com>
15585         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
15586         printf to sprintf.
15587         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
15588         (main): Add check for u15.  Conditionalize u31 check depending on
15589         whether ints are <32 bits or >=32 bits.
15591 1999-03-08  Craig Burley  <craig@jcb-sc.com>
15593         * g77.f-torture/execute/19981119-0.f: Improve testiness.
15595 1999-03-08  Craig Burley  <craig@jcb-sc.com>
15597         * g77.f-torture/compile/19990305-0.f: New test.
15598         * g77.f-torture/execute/19981119-0.f: New test.
15600 1999-03-08  Craig Burley  <craig@jcb-sc.com>
15602         * g77.f-torture/execute/970625-2.f: call ABORT if final
15603         result is not correct, instead of just printing it.
15604         Add this checking via newly introduced obfuscation, to
15605         trip up buggy front ends.
15607 1999-03-07  Craig Burley  <craig@jcb-sc.com>
15609         * g77.f-torture/compile/960317-1.f: Moved from being
15610         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
15612 1999-03-06  Craig Burley  <craig@jcb-sc.com>
15614         * g77.f-torture/execute/960317-1.f: New (old) test.
15615         * g77.f-torture/execute/970625-2.f: Ditto.
15617 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
15619         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
15620         message on line 1 or line 2; cccp and cpplib do this differently.
15622 1999-03-01  Jeffrey A Law  (law@cygnus.com)
15624         * g++.old-deja/g++.law/weak1.C: New test.
15626 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
15628         * gcc.c-torture/execute/990119-1.c: Renamed to...
15629         * gcc.dg/990119-1.c: this, so it will only be tested once
15630         (it's a preprocessor test, it doesn't need to be run at
15631         multiple optimization levels).
15633 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
15635         * lib/g++.exp: Don't add incdir=$base_dir/../include to
15636           ALWAYS_CXXFLAGS.
15638 1999-02-24  Craig Burley  <craig@jcb-sc.com>
15640         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
15641         * g77.f-torture/compile/19981216-0.f: ...as it is expected
15642         to not be compilable by current g77.
15644 1999-02-24  Nick Clifton  <nickc@cygnus.com>
15646         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
15648 1999-02-22  Jeffrey A Law  (law@cygnus.com)
15650         * gcc.c-torture/execute/990222-1.c: New test.
15652 1999-02-19  Craig Burley  <craig@jcb-sc.com>
15654         * g77.f-torture/compile/19990218-0.f: New test.
15655         * g77.f-torture/noncompile/19990218-1.f: New test.
15657 1999-02-18  Craig Burley  <craig@jcb-sc.com>
15659         * g77.f-torture/compile/19981216-0.f: New test.
15661 1999-02-14  Jeffrey A Law  (law@cygnus.com)
15663         * gcc.dg/990214-1.c: New test.
15665 1999-02-13  Jeffrey A Law  (law@cygnus.com)
15667         * gcc.dg/990213-2.c: New test.
15669         * gcc.dg/990213-1.c: New test.
15671 1999-02-12  Jeffrey A Law  (law@cygnus.com)
15673         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
15674         ints.
15676 1999-02-11  Nick Clifton  <nickc@cygnus.com>
15678         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
15679         specified by target.
15681         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
15683 1999-02-11  Jeffrey A Law  (law@cygnus.com)
15685         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
15687 1999-02-10  Jonathan Larmour  <jlarmour@cygnus.co.uk>
15689         * gcc.dg/special/ecos.exp: New test driver for new tests with
15690         special requirements.
15692         * gcc.dg/special/alias-1.c: New test.
15693         * gcc.dg/special/gcsec-1.c: New test.
15694         * gcc.dg/special/weak-1.c: New test.
15695         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
15696         * gcc.dg/special/weak-2.c: New test.
15697         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
15698         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
15699         * gcc.dg/special/wkali-1.c: New test.
15700         * gcc.dg/special/wkali-2.c: New test.
15701         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
15702         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
15704 1999-02-10  Felix Lee  <flee@cygnus.com>
15706           * lib/c-torture.exp (c-torture-compile): Pull out code for
15707           analyzing gcc error messages.
15708           (c-torture-execute): Likewise.  Fix some (harmless) false
15709           positives.
15710           * lib/gcc.exp (gcc_check_compile): New function.
15712 1999-02-08  Richard Henderson  <rth@cygnus.com>
15714         * gcc.c-torture/execute/990208-1.c: New test.
15716 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
15718         * g++.dg/special/ecos.exp: New driver for new tests with special
15719         requirements
15721         * g++.dg/special/conpr-1.C: New test
15722         * g++.dg/special/conpr-2.C: New test
15723         * g++.dg/special/conpr-2a.C: New test
15724         * g++.dg/special/conpr-3.C: New test
15725         * g++.dg/special/conpr-3a.C: New test
15726         * g++.dg/special/conpr-3b.C: New test
15728         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
15729         allow g++ to use the dg driver
15731         * README: Add comment about g++.dg directory
15733 1999-02-06  Jeffrey A Law  (law@cygnus.com)
15735         * README: Update email addresses.
15737 1999-02-03  Nick Clifton  <nickc@cygnus.com>
15739         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
15740         arguments in order to force structure S onto the stack even on
15741         the alpha.
15742         (test): Pass 10 leading arguments to function foo as well as the
15743         structure S.
15745         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
15746         failure for all targets.
15748         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
15749         abort to terminate program execution.
15751 1999-01-30  Richard Henderson  <rth@cygnus.com>
15753         * gcc.c-torture/execute/990130-1.c: New test.
15755 1999-01-30  Jeffrey A Law  (law@cygnus.com)
15757         * gcc.dg/990130-1.c: New test.
15759 1999-01-28  Michael Meissner  <meissner@cygnus.com>
15761         * gcc.c-torture/execute/990128-1.c: New test.
15763 1999-01-27  Michael Meissner  <meissner@cygnus.com>
15765         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
15767 1999-01-27  Felix Lee  <flee@cygnus.com>
15769         * lib/c-torture.exp (c-torture-compile): pull out code for
15770         analyzing gcc error messages.
15771         (c-torture-execute): ditto, and fix some (harmless) false
15772         positives.
15773         * lib/gcc.exp (gcc_check_compile): new function.
15775 1999-01-17  Jeffrey A Law  (law@cygnus.com)
15777         * gcc.dg/990117-1.c: New test.
15779         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
15781         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
15783 1999-01-15  Jeffrey A Law  (law@cygnus.com)
15785         * g77.f-torture/compile/990115-1.f: New test.
15787 1999-01-07  Jeffrey A Law  (law@cygnus.com)
15789         * gcc.c-torture/compile/990107-1.c: New test
15791 1999-01-06  Jeffrey A Law  (law@cygnus.com)
15793         * gcc.c-torture/execute/990106-2.c: New test.
15795         * gcc.c-torture/execute/990106-1.c: New test.
15797 1998-12-30  Zack Weinberg <zack@rabi.columbia.edu>
15799         * gcc.c-torture/compile/981223-1.c: New test.
15801 1998-12-29  Richard Henderson  <rth@cygnus.com>
15803         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
15804         (opt3): Rename from opt4 and disable.
15806 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
15808         * g++.old-deja/g++.pt/ptrmem5.C: New test.
15810 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
15812         * g++.old-deja/g++.other/conv5.C: New test.
15814 1998-12-14  Nick Clifton  <nickc@cygnus.com>
15816         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
15818 1998-12-11  Jeffrey A Law  (law@cygnus.com)
15820         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
15822 1998-12-11  Zack Weinberg <zack@rabi.columbia.edu>
15824         * gcc.c-torture/compile/981211-1.c: New test.
15826 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
15828         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
15830         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
15832 1998-12-08  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15834         * gcc.special/930510-1.c: Make C9X safe.
15835         * gcc.misc-tests/gcov-1.c Similarly.
15836         * gcc.misc-tests/gcov-2.c Similarly.
15838 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
15840         * gcc.dg/ultrasp1.c: New test.
15842 1998-12-06  Richard Henderson  <rth@cygnus.com>
15844         * gcc.c-torture/execute/981206.c: New test.
15846 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
15848         * g++.old-deja/g++.ns/template7.C: New test.
15850         * g++.old-deja/g++.other/expr1.C: New test.
15852         * g++.old-deja/g++.eh/tmpl3.C: New test.
15854         * g++.old-deja/g++.eh/tmpl2.C: New test.
15856 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
15858         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
15859         * g++.old-deja/g++.other/using6.C: Removed.
15860         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
15862         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
15864 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
15866         * g++.old-deja/g++.pt/overload8.C: New test.
15868         * g++.old-deja/g++.pt/overload7.C: New test.
15870         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
15872         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
15873         and relinking messages.
15874         * lib/g++.exp (g++_target_compile): Remove .rpo file when
15875         compiling with -frepo.
15877 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
15879         * g++.old-deja/g++.pt/lookup6.C: New test.
15881 1998-11-30  Nick Clifton  <nickc@cygnus.com>
15883         * gcc.c-torture/execute/981130-1.c: New test.
15884         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
15886 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
15888         * g++.old-deja/g++.pt/explicit76.C: New test.
15890         * g++.old-deja/g++.pt/friend38.C: New test.
15892         * g++.old-deja/g++.ns/crash2.C: New test.
15894         * g++.old-deja/g++.pt/defarg8.C: New test.
15896         * g++.old-deja/g++.pt/instantiate6.C: New test.
15898         * g++.old-deja/g++.pt/static6.C: New test.
15900         * g++.old-deja/g++.pt/decl2.C: New test.
15902 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
15904         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
15905         problem is actually related with name lookup, but so what? :-)
15907         * g++.old-deja/g++.pt/friend37.C: New test.
15909 1998-11-25  Dave Love  <d.love@dl.ac.uk>
15911         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
15912         element, which fails on some systems.
15914         * g77.f-torture/execute/labug1.f: New test.
15916 1998-11-21  Jeffrey A Law  (law@cygnus.com)
15918         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
15919         is defined.
15921 1998-11-18  Dave Love  <d.love@dl.ac.uk>
15923         * g77.f-torture/compile/981117-1.f: New test.
15925 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
15927         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
15928         properly discarded.
15930 1998-10-11  Ken Raeburn  <raeburn@cygnus.com>
15932         * gcc.c-torture/execute/memcheck: New directory of tests for
15933         -fcheck-memory-usage.
15935 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
15937         * README: New file, general information about the testsuite and
15938         new description of the various C++ test subdirectories.
15939         * README.g++: Eliminate obsolete information, update and move most
15940         relevant stuff to README.
15942 1998-11-07  Richard Henderson  <rth@cygnus.com>
15944         * gcc.c-torture/compile/981107-1.c: New test.
15946 1998-11-02  Doug Evans  <devans@canuck.cygnus.com>
15948         * execute/memcpy-bi.c: New testcase.
15950 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
15952         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
15953         base classes.
15955         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
15956         template is selected.
15958         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
15959         classes, it should be accepted for all types.
15961         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
15963         * g++.old-deja/g++.pt/spec24.C: Ensure that template
15964         specializations start with template headers.
15966 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
15968         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
15970         * g++.old-deja/g++.other/init9.C: Test cross initialization of
15971         non-POD types.
15973 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
15975         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
15977 1998-10-22  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15979         * compile/981022-1.c, compile/981022-1.x: New test and driver.
15981 1998-10-19  Jeffrey A Law  (law@cygnus.com)
15983         * 981019-1.c: New test.
15985 1998-10-14  Robert Lipe <robertl@dgii.com>
15987         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
15988         find objc headers.
15990 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
15992         * compile/981001-4.c: Remove use of GCC extension that triggers a
15993         compiler bug.
15995 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
15997         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
15999 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
16001         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
16002         instantiation of template produces incorrect code for delete
16003         expression.
16005         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
16006         constructors' name is not unique.
16007         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
16008         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
16010         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
16011         automatic array of const is ill-formed.
16013         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
16014         of template parameter?
16016         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
16017         const.
16019         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
16020         pointer-to-member expression.
16022         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
16023         declaration causes ICE.
16025 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
16027         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
16028         reserved in the global namespace.
16030         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
16031         generate needed virtual table.
16033         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
16035 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
16037         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
16038         template-dependent type
16040 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
16042         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
16043         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
16044         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
16046         * g++.old-deja/g++.other/using5.C: New test; using decl from base
16047         class should be usable as argument of member function.
16048         * g++.old-deja/g++.other/using6.C: New test; using decl from base
16049         class should be usable as return type of member function.
16050         * g++.old-deja/g++.other/using7.C: New test; using decl from base
16051         class should be usable as type of data member.
16053         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
16055 1998-10-09  Jeffrey A Law  (law@cygnus.com)
16057         * gcc.c-torture/special/920521-1.c: Fix bogus test.
16059 1998-10-08  Nick Clifton  <nickc@cygnus.com>
16061         * gcc.dg/dll-?.c Add thumb to target list.
16062         Fix assembler scan patterns to match current assembler output.
16064 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
16066         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
16067         matching of template brackets.
16069         * g++.old-deja/g++.other/using4.C: New test.  Test using
16070         declarations of methods from base classes.
16072         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
16073         within functions should introduce names into the innermost
16074         enclosing namespace.
16076         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
16077         of static locals if first initialization throws.
16079 1998-10-07  Jim Wilson  <wilson@cygnus.com>
16081         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
16083 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
16085         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
16086         lose track of the possible targets of tablejump insns.
16087         * special/special.exp: Run it.
16089 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
16091         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
16092         must be declared before its specializations can be named in friend
16093         declarations.
16095 1998-10-05  Dave Love  <d.love@dl.ac.uk>
16097         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
16099         * g77.f-torture/execute/io1.f: New test.
16101 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
16103         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
16104         with pointer to template function, for which no argument deduction
16105         is possible.
16107         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
16108         specialization of template function as argument to template
16109         function.
16111         * g++.old-deja/g++.other/access2.C: New test; Inner class
16112         shouldn't have privileged access to Outer's names.
16114 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
16116         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
16117         friend template declared within template class conflicts with
16118         nested class of the same name.
16120         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
16121         is ignored.
16123         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
16124         object with direct initializer as function declaration.
16126         * g++.old-deja/g++.other/decl2.C: New test; duplicate
16127         initializers.
16129         * g++.old-deja/g++.other/null2.C: New test; conditional operator
16130         involving const pointer and NULL produces incorrect result.
16132         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
16133         type name without `typename' should be rejected with -pedantic.
16135 1998-10-02  Richard Henderson  <rth@cygnus.com>
16137         * g++.old-deja/g++.other/addrof1.C: New test.
16139 1998-10-01  Nick Clifton  <nickc@cygnus.com>
16141         * gcc.c-torture/compile/981001-1.c: New test.
16142         * gcc.c-torture/execute/981001-1.c: New test.
16144 1998-10-01  Jeffrey A Law  (law@cygnus.com)
16146         * gcc.c-torture/compile/981001-2.c: New test.
16147         * gcc.c-torture/compile/981001-3.c: New test.
16148         * gcc.c-torture/compile/981001-4.c: New test.
16150 1998-10-01  Robert Lipe  <robertl@dgii.com>
16152         * lib/objc.exp (objc_target_compile): Add -L during compiles for
16153         multilibbed hosts.   Idea grafted from g77.exp.
16155 1998-09-30  Dave Love  <d.love@dl.ac.uk>
16157         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
16158         avoid losing on systems which need -lsocket.
16160 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
16162         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
16163         * g++.old-deja/g++.other/nested2.C: Ditto.
16164         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
16165         failure.
16167 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
16169         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
16170         preferred over template operator!= for enum bitfields.
16172 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
16174         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
16175         that happen to have the same base name, but in different scopes,
16176         are incorrectly rejected.
16178 1998-09-16  Richard Henderson  <rth@cygnus.com>
16180         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
16181         on the native word size instead of an integer literal.
16183 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
16185         * g++.old-deja/g++.other/static2.C: Invocation of static data
16186         member of type pointer-to-function denoted as non-static member.
16188         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
16189         checks involving function types and aliases.
16191 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
16193         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
16194         redefined to the same non-trivial type.
16196         * g++.old-deja/g++.pt/explicit73.C: Test for proper
16197         namespace-qualification of template specializations declared in
16198         other namespaces.
16200         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
16201         to declare a subset of the specializations of a template function
16202         as friends of specializations of a template class.
16204         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
16205         member templates that do not fully specialize the enclosing
16206         template class are rejected.
16208 1998-09-11  Dave Love  <d.love@dl.ac.uk>
16210         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
16212 1998-09-08  Dave Love  <d.love@dl.ac.uk>
16214         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
16215         altered from libf2c/libU77 version.
16217 1998-09-06  Dave Love  <d.love@dl.ac.uk>
16219         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
16221 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
16223         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
16224         (un)signed char are different types for template specialization
16225         purposes.
16227 1998-09-03  Ovidiu Predescu  <ovidiu@aracnet.com>
16229         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
16230         * objc: ObjC testsuite.
16232 1998-08-31  Catherine Moore  <clm@cygnus.com>
16234         * gcc.c-torture/execute/941014-1.x:  New file.
16236 1998-08-31  Nick Clifton  <nickc@cygnus.com>
16238         * lib/c-torture.exp: Add support for
16239         torture_eval_before_compile and torture_eval_before_execute
16240         variables.
16242 1998-08-30  Jeffrey A Law  (law@cygnus.com)
16244         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
16245         this test triggers valid.
16247 1998-08-27  Jeffrey A Law  (law@cygnus.com)
16249         * gcc.dg/980827-1.c: New test.
16251 1997-08-26  J"orn Rennecke <amylaar@cygnus.co.uk>
16253         * gcc.c-torture/execute/loop-4b.c: New test.
16255 1998-08-26  Nick Clifton  <nickc@cygnus.com>
16257         * lib/c-torture.exp: Add support for
16258         torture_eval_before_compile and torture_eval_before_execute
16259         variables.
16261 1998-08-25  Jeffrey A Law  (law@cygnus.com)
16263         * gcc.c-torture/compile/980825-1.c: New test.
16265 1998-08-24  Nick Clifton  <nickc@cygnus.com>
16267         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
16268         count number tests in opt_t0 not good_t0.
16270 1998-08-24  Jeffrey A Law  (law@cygnus.com)
16272         * gcc.c-torture/compile/930326-1.x: Fix typo.
16274 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
16276         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
16277         causes an ICE.
16279 1998-08-21  Jeffrey A Law  (law@cygnus.com)
16281         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
16282         STACK_SIZE is defined.
16283         * gcc.c-torture/unsorted/stuct.c: Similarly.
16285         * gcc.c-torture/compile/980821-1.c: New test.
16287 1998-08-21  Jeffrey A Law  (law@cygnus.com)
16289         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
16291 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
16293         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
16294         code.
16296 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
16298         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
16299         error'.
16301 1998-08-18  Jeffrey A Law  (law@cygnus.com)
16303         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
16305 1998-08-16  Jeffrey A Law  (law@cygnus.com)
16307         * gcc.c-torture/compile/980816-1.c: New test.
16309         * gcc.dg/980816-1.c: New test.
16311 1998-08-13  Jeffrey A Law  (law@cygnus.com)
16313         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
16314         compiler for ieee tests.
16316 1998-08-01  Dave Love  <d.love@dl.ac.uk>
16318         * g77.f-torture/compile/980729-0.f: New test.
16320 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
16322         * gcc.c-torture/special/eeprof-1.c: New test, for
16323         -finstrument-functions.
16324         * gcc.c-torture/special/special.exp: Run it.
16326 1998-07-29  Jeffrey A Law  (law@cygnus.com)
16328         * gcc.c-torture/compile/980729-1.c: New test.
16330 1998-07-27  Nick Clifton  <nickc@cygnus.com>
16332         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
16333         __thumb__ is defined, and test for ARM style doubles if so.
16335 1998-07-26  Dave Love  <d.love@dl.ac.uk>
16337         * g77.f-torture/noncompile/980615-0.f: New test.
16339 1998-07-26  H.J. Lu  (hjl@gnu.org)
16341         * gcc.dg/980312-1.c: Do link instead of compile.
16342         * gcc.dg/980313-1.c: Likewise.
16344 1998-07-26  Jeffrey A Law  (law@cygnus.com)
16346         * gcc.c-torture/compile/980726-1.c: New test.
16348 1998-07-25  Dave Love  <d.love@dl.ac.uk>
16350         * g77.f-torture/execute/io0.f: New test.
16352 1998-07-24  Nick Clifton  <nickc@cygnus.com>
16354         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
16355         an int.
16357 1998-06-18  Michael Meissner  <meissner@cygnus.com>
16359         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
16360         m32r bugs.
16362 1998-07-17  Nick Clifton  <nickc@cygnus.com>
16364         * gcc.dg/980626-1.c: Expect failures for all toolchains until
16365         c-decl.c:grokdeclarator can handle mode attributes.
16367 1998-07-16  Jeffrey A Law  (law@cygnus.com)
16369         * gcc.c-torture/execute/980716-1.c: New test.
16371 1998-07-13  Jeffrey A Law  (law@cygnus.com)
16373         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
16374         the mn10200.
16375         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
16376         the mn10200.
16377         * gcc.c-torture/execute/va-arg-3.x: Similarly.
16378         * gcc.c-torture/compile/930326-1.x: Similarly.
16380 1998-07-13  Dave Love  <d.love@dl.ac.uk>
16382         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
16383         New test from Craig.
16385 1998-07-12  Dave Love  <d.love@dl.ac.uk>
16387         * g77.f-torture/noncompile/980616-0.f: New test.
16389         * g77.f-torture/execute/970816-3.f:  New test from Craig.
16391 1998-07-10 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
16393         *  g++.other/singleton.C: Return error value instead of taking
16394         SIGSEGV.
16396 1998-07-10  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
16398         *  g++.other/singleton.C: New test.   Warning is under dispute.
16399         Runtime crash is not.
16401 1998-07-09  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
16403         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
16404         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
16405         using6.C, using7.C}:  New namespace tests.
16407 1998-07-09  Alexandre Oliva   <oliva@dcc.unicamp.br>
16409         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
16410         specialization with typedef'ed names used as array indexes.
16412 1998-07-09  Jeffrey A Law  (law@cygnus.com)
16414         * gcc.c-torture/execute/980709-1.c: New test.
16416         * gcc.dg/980709-1.c: New test.
16418 1998-07-07  Richard Henderson  <rth@cygnus.com>
16420         * gcc.c-torture/execute/bcp-1.c: New test.
16422 1998-07-07  Jeffrey A Law  (law@cygnus.com)
16424         * gcc.c-torture/execute/980707-1.c: New test.
16426 1998-07-06  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
16428         * gcc.c-torture/compile/980706-1.c: New test.
16430 1998-07-01  Dave Love  <d.love@dl.ac.uk>
16432         * g77.f-torture/execute/980701-0.f,
16433         g77.f-torture/execute/980701-1.f: New test from Craig.
16435 1998-07-01  Jeffrey A Law  (law@cygnus.com)
16437         * gcc.c-torture/compile/980701-1.c: New test.
16439         * gcc.c-torture/execute/980701-1.c: New test.
16441 1998-06-30  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
16442 rlsruhe.de>
16444         * g++.old-deja/g++.robertl/eb132.C: New test.
16445         * g++.old-deja/g++.robertl/eb133.C: Likewise.
16447 1998-06-29  Dave Love  <d.love@dl.ac.uk>
16449         * g77.f-torture/execute/980628-7.f,
16450         g77.f-torture/execute/980628-8.f,
16451         g77.f-torture/execute/980628-9.f,
16452         g77.f-torture/execute/980628-10.f: New tests from Craig.
16454         * g77.f-torture/execute/980628-3.f: Remove mail headers.
16456 1998-06-28  Jeffrey A Law  (law@cygnus.com)
16458         * g77.f-torture/execute/980628-4.f: New test from Craig.
16459         * g77.f-torture/execute/980628-5.f: Likewise.
16460         * g77.f-torture/execute/980628-2.f: Likewise.
16461         * g77.f-torture/execute/980628-0.f: Likewise.
16462         * g77.f-torture/execute/980628-1.f: Likewise.
16463         * g77.f-torture/execute/980628-3.f: Likewise.
16464         * g77.f-torture/execute/980628-6.f: Likewise.
16466 1998-06-28  Jeffrey A Law  (law@cygnus.com)
16468         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
16469         directory when nothing has been installed yet.
16471 1998-06-27  Carlo Wood  <carlo@runaway.xs4all.nl>
16473         * gcc.c-torture/special/special.exp: Handle newer versions of
16474         dejagnu.
16476 1998-06-26  Jeffrey A Law  (law@cygnus.com)
16478         * gcc.dg/980626-1.c: New test.
16480 1998-06-19  Bruno Haible <haible@ilog.fr>
16482         * gcc.misc-tests/m-un-2.c: New test.
16483         * g++.old-deja/g++.other/warn01.c: Likewise.
16485 1998-06-19  Robert Lipe  <robertl@dgii.com>
16487         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
16488         compatibility with assmblers with a different comment character.
16489         Eliminate use of GAS-specific extensions.
16491 1998-06-19  Jeffrey A Law  (law@cygnus.com)
16493         * gcc.c-torture/execute/ieee/980619-1.c: New test.
16495 1998-06-19  Robert Lipe  <robertl@dgii.com>
16497         *lib/g77.exp: Replace search for libf2c.a with search for newly
16498         renamed libg2c.a
16500 1998-06-17  Jeffrey A Law  (law@cygnus.com)
16502         * gcc.c-torture/execute/980617-1.c: New test.
16504 1998-06-12  Jeffrey A Law  (law@cygnus.com)
16506         * gcc.c-torture/execute/980612-1.c: New test.
16508 1998-06-08  Jeffrey A Law  (law@cygnus.com)
16510         * gcc.dg/980523-1.c: Only test on ppc-linux.
16511         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
16513         * gcc.c-torture/execute/980608-1.c: New test.
16515 1997-06-05  J"orn Rennecke <amylaar@cygnus.co.uk>
16517         * gcc.c-torture/execute/980605-1.c: New test.
16519 1998-06-04  Jeffrey A Law  (law@cygnus.com)
16521         * gcc.c-torture/execute/980604-1.c: New test.
16523 1998-06-02  Jeffrey A Law  (law@cygnus.com)
16525         * gcc.c-torture/execute/980602-1.c: New test.
16526         * gcc.c-torture/execute/980602-2.c: Likewise.
16528 1998-06-02  Dave Love  <d.love@dl.ac.uk>
16530         * 970125-0.f: Fix per JCB.  Add commentary.
16532 1998-05-31  Michael Meissner  <meissner@cygnus.com>
16534         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
16535         IEEE -0 support.
16537 1998-05-29  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
16539         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
16540         earlier.
16542 1998-05-28  Catherine Moore <clm@cygnus.com>
16544         * gcc.c-torture/execute/980526-3.c: New test.
16546 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
16548         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
16549         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
16550         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
16551         m88k-motorola-sysv3 to XFAIL.
16553 1998-05-26  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16555         * gcc.dg/980526-1.c: New test.
16556         * gcc.c-torture/execute/980526-2.c: New test.
16558 1998-05-26  Jeffrey A Law  (law@cygnus.com)
16560         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
16562         * gcc.c-torture/execute/980526-1.c: New test.
16564 1998-05-26  Dave Love  <d.love@dl.ac.uk>
16566         * g77.f-torture/execute/alpha2.f: Add runtime test.
16568 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
16570         * g++.old-deja/old-deja.exp: Strip leading directories.
16572         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
16573         error for the line.  Don't run multiple tests for the same line.
16575 1998-05-23  Jeffrey A Law  (law@cygnus.com)
16577         * gcc.dg/980523-1.c: New test.
16579 1998-05-23  Dave Love  <d.love@dl.ac.uk>
16581         * g77.f-torture/compile/970915-0.f: New test.
16583 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
16585         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
16587 1998-05-21  Jeffrey A Law  (law@cygnus.com)
16589         * gcc.dg/980520-1.c: New test.
16591 1998-05-20  Manfred Hollstein  <manfred@s-direktnet.de>
16593         * gcc.dg/980502-1.c: Fix return type.
16595 1998-05-20  Jeffrey A Law  (law@cygnus.com)
16597         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
16598         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
16599         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
16600         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
16601         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
16603 1998-05-20  Dave Love  <d.love@dl.ac.uk>
16605         * g77.f-torture/execute/980520-1.f: New test.
16607 1998-05-15  Dave Love  <d.love@dl.ac.uk>
16609         * lib/mike-g77.exp: New file.
16611         * g77.f-torture/noncompile/noncompile.exp,
16612         g77.f-torture/noncompile/check0.f: New files.
16614 1998-05-14  Dave Love  <d.love@dl.ac.uk>
16616         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
16617         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
16618         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
16619         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
16620         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
16621         abort where appropriate.
16623 1998-05-05  Michael Meissner  <meissner@cygnus.com>
16625         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
16626         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
16628 1998-04-29  Dave Love  <d.love@dl.ac.uk>
16630         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
16632 1998-04-27  Dave Love  <d.love@dl.ac.uk>
16634         * g77.f-torture/compile/980427-0.f: New test.
16636 1998-04-24  Dave Love  <d.love@dl.ac.uk>
16638         * g77.f-torture/compile/980424-0.f: New test.
16640 1998-04-19  Dave Love  <d.love@dl.ac.uk>
16642         * g77.f-torture/compile/980419-2.f (main): New test.
16643         * g77.f-torture/compile/970125-0.f: New test.
16644         * g77.f-torture/compile/980419-1.f: New test.
16646 1998-04-08  Jim Wilson  <wilson@cygnus.com>
16648         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
16649         of loop-4.c.
16651 1998-04-07  Jim Wilson  <wilson@cygnus.com>
16653         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
16655 1998-04-03  Jim Wilson  <wilson@cygnus.com>
16657         * gcc.c-torture/compile/980329-1.c: New test.
16659 1998-03-18  Jim Wilson  <wilson@cygnus.com>
16661         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
16662         * gcc.dg/980312-1.c: Fix typo in -march command.
16664 1998-03-16  H.J. Lu  (hjl@gnu.org)
16666         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
16668 1998-03-11  Robert Lipe  <robertl@dgii.com>
16670         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
16671         Dave Love agree the Fortran source is bogus.
16673 1998-03-11  Robert Lipe  <robertl@dgii.com>
16675         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
16676         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
16677         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
16678         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
16679         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
16681 1998-03-10  Alexandre Oliva   <oliva@dcc.unicamp.br>
16683         * g++.old-deja/g++.other/friend1.C: New test.
16685 1998-02-18  Dave Love  <d.love@dl.ac.uk>
16687         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
16688         possibly uninitialized) variables and declare dnrm2.
16690 1998-02-23  Robert Lipe <robertl@dgii.com>
16692         From Bruno Haible <haible@ilog.fr>:
16693         * gcc.c-torture/execute/980223.c: New test.
16695 1998-02-13  Jeffrey A Law  (law@cygnus.com)
16697         * gcc.dg/ifelse-1.c: New test.
16699 1998-02-09  H.J. Lu  (hjl@gnu.org)
16701         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
16703           * lib/old-dejagnu.exp (old-dejagnu): Added the
16704           "execution test - XFAIL *-*-*" handling in the spirit of
16705           "excess errors test -". Changed the "execution test fails"
16706           handling to be like "excess errors test fails".
16707           * Update various tests accordingly.
16709 1998-02-06  Jim Wilson  <wilson@cygnus.com>
16711         * gcc.c-torture/execute/980205.c: New test.
16713 1998-01-18  Jeffrey A Law  (law@cygnus.com)
16715         * lib/c-torture.exp: Look for .x files instead of .cexp files.
16716         * lib/f-torture.exp: Similarly.
16717         * gcc.c-torture: Rename all .cexp files to .x files.
16719 1997-12-08  J"orn Rennecke <amylaar@cygnus.co.uk>
16721         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
16722         (940510-1.c): Removed duplicate.
16723         (971104-1.c): New test.
16725 1997-11-25  Kate Hedstrom  (kate@ahab.rutgers.edu)
16727           * lib/f-torture.exp: Improve error and loop detection.
16729 1997-11-19  Michael Meissner  <meissner@cygnus.com>
16731         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
16732         use that to size the filler array.
16734 1997-09-26  Bob Manson  <manson@charmed.cygnus.com>
16736         * lib/c-torture.exp(c-torture-execute): Fix typo.
16738         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
16739         testcase as the executable name. Keep the executable around if
16740         the test fails.
16742 1997-09-19  Bob Manson  <manson@charmed.cygnus.com>
16744         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
16745         changes.  Only test one -g option, and move it to the end of the
16746         list of options to test.
16748 1997-09-19  Michael Meissner  <meissner@cygnus.com>
16750         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
16751         variable GCC_TORTURE_OPTIONS to supply default switches separated
16752         by colons.  If no environment variable, run tests with -O0 -g, -O1
16753         -g, and -O2 -g as well.
16755 1997-09-17  Bob Manson  <manson@charmed.cygnus.com>
16757         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
16758         explanatory comments. Fix indentation.
16760 1997-09-15  Jeffrey A Law  (law@cygnus.com)
16762         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
16764 1997-09-11  Jeffrey A Law  (law@cygnus.com)
16766         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
16767         * g++.old-deja/g++.mike/p7325.C: Likewise.
16768         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
16770 1997-09-11  Alexandre Oliva  (oliva@dcc.unicamp.br)
16772         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
16773         * g++.old-deja/g++.brendan/crash30.C: Likewise.
16774         * g++.old-deja/g++.brendan/crash39.C: Likewise.
16775         * g++.old-deja/g++.law/operators4.C: Likewise.
16777 1997-09-11  Joe Buck  (jbuck@synopsys.com)
16779         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
16780         * g++.old-deja/g++.mike/p784.C: Ditto.
16781         * g++.old-deja/g++.mike/p785.C: Ditto.
16783 1997-09-05  Jeffrey A Law  (law@cygnus.com)
16785           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
16787 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
16789         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
16790         target feature; pass this to c-torture-execute as needed.
16792 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
16794         * lib/c-torture.exp(c-torture-execute): If the previous and the
16795         current executables being tested are identical, we don't need to
16796         run the executable again. Try to make the executable names
16797         unique. Add an optional argument for passing additional compiler
16798         flags.
16800 1997-09-02  Doug Evans  <dje@canuck.cygnus.com>
16802         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
16804 1997-08-29  Jeffrey A Law  (law@cygnus.com)
16806         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
16808 1997-07-31  Jeffrey A Law  (law@cygnus.com)
16810         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
16811         32bit or larger longs.
16813         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
16814         have either a 32bit long or 32bit int.
16816 1997-07-29  J"orn Rennecke <amylaar@cygnus.co.uk>
16818         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
16819         Make double precision tests dependent on sizeof (double).
16821 1997-07-09  Bob Manson  <manson@charmed.cygnus.com>
16823         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
16824         too.
16826 1997-06-17  J"orn Rennecke <amylaar@cygnus.co.uk>
16828         * gcc.c-torture/compile/961203-1.cexp: New script.
16830 1997-06-16  Bob Manson  <manson@charmed.cygnus.com>
16832         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
16833         up the includes ourselves.
16835 1997-06-11  Bob Manson  <manson@charmed.cygnus.com>
16837         * lib/plumhall.exp: Remove random include, and add a few
16838         verbose messages for debugging.
16840 1997-06-06  Bob Manson  <manson@charmed.cygnus.com>
16842         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
16843         of trying to do it ourselves.
16845 1997-06-04  J"orn Rennecke <amylaar@cygnus.co.uk>
16847         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
16849 1997-06-04  Bob Manson  <manson@charmed.cygnus.com>
16851         * gcc.prms/5403.c: Made regexp a bit less strict.
16853 1997-06-03  Bob Manson  <manson@charmed.cygnus.com>
16855         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
16856         is returned from remote_load instead.
16857         * lib/plumhall.exp: Ditto.
16858         * lib/mike-g++.exp: Ditto.
16859         * lib/old-dejagnu.exp: Ditto.
16860         * lib/c-torture.exp: Ditto.
16862 1997-05-30  Bob Manson  <manson@charmed.cygnus.com>
16864         * lib/g++.exp: Use build_wrapper procedure.
16865         * lib/gcc.exp: Ditto.
16867 1997-05-20  Jeffrey A Law  (law@cygnus.com)
16869         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
16870         an old-style decl for malloc.  Fixes tests to work when
16871         sizeof (int) != sizeof (size_t).
16873 1997-05-15  Mike Meissner  <meissner@cygnus.com>
16875         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
16877         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
16878         use stdargs.h interface.
16880 1997-05-15  Mike Meissner  <meissner@cygnus.com>
16882         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
16883         NO_VARARGS when compiling.
16885 1997-05-01  Bob Manson  <manson@charmed.cygnus.com>
16887         * lib/plumhall.exp(ph_includes): New procedure.
16888         (ph_make): Use it.
16889         (ph_compiler): Ditto.
16891         * lib/g++.exp: Rename test-glue.c to testglue.c.
16892         * lib/gcc.exp: Ditto.
16894 1997-04-10  Bob Manson  <manson@charmed.cygnus.com>
16896         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
16897         to completion when it's called.
16899 1997-03-21  Michael Meissner  <meissner@cygnus.com>
16901         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
16902         is defined, don't do test.
16904 1997-03-20  Doug Evans  <dje@canuck.cygnus.com>
16906         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
16907         for object files.
16908         (ph_summary): Mark skipped testcases as untested, not unresolved.
16910         * lib/plumhall.exp (ph_make): If unresolved because of bad
16911         errorCode, record errorCode in log file.
16912         (*): Replace send_log/verbose with verbose -log.
16914 1997-03-19  Michael Meissner  <meissner@cygnus.com>
16916         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
16917         double conversion if double isn't at least 8 bytes.
16919         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
16920         int to work with targets where int is 16 bits.
16922         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
16923         8 bytes, just exit, since 4 byte doubles don't have enough bits of
16924         precision for the test to complete.
16926 1997-03-14  Michael Meissner  <meissner@cygnus.com>
16928         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
16929         if d10v is not compiled with the -mdouble64 flag.
16930         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
16932         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
16933         d10v is not compiled with the -mint32 flag.
16935 1997-03-13  Bob Manson  <manson@charmed.cygnus.com>
16937         * lib/plumhall.exp: Use incr_count.
16939 1997-03-12  Jeffrey A Law  (law@cygnus.com)
16941         * gcc.c-torture: Update to c-torture-1.45.
16943 1997-02-23  Bob Manson  <manson@charmed.cygnus.com>
16945         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
16946         the name of the expect testcase file).
16948         * lib/g++.exp(g++_init): Ditto.
16950 1997-02-20  Bob Manson  <manson@charmed.cygnus.com>
16952         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
16953         the host.
16955         * lib/gcc.exp(gcc_exit): New procedure.
16957 1997-02-19  Bob Manson  <manson@charmed.cygnus.com>
16959         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
16960         specs where appropriate.
16962         * g++.old-deja/g++.arm/*: Added additional ERROR checks
16963         because of new "candidates are" messages, and removed a few
16965         * Converted all non-old-style g++ testcases to old-style, and
16966         moved into g++.old-deja.
16968 1997-02-14  Bob Manson  <manson@charmed.cygnus.com>
16970         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
16971         options.
16973         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
16974         succeeded.
16976         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
16978 1997-02-13  Michael Meissner  <meissner@cygnus.com>
16980         * lib/gcc.exp (gcc_target_compile): Add support for defining
16981         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
16982         the machine doesn't have those features.
16984 1997-02-11  Bob Manson  <manson@charmed.cygnus.com>
16986         * g++.law/operators4.exp: Don't use LIBS.
16988 1997-02-08  Bob Manson  <manson@charmed.cygnus.com>
16990         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
16992         * lib/mike-g++.exp: Don't set the compiler to be tested here.
16993         * lib/g++.exp: Set it here instead. Also, allow use of the
16994         --tool_exec and --tool_opt options. Change CXX to
16995         GXX_UNDER_TEST.
16997         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
16999         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
17001 1997-02-07  Bob Manson  <manson@charmed.cygnus.com>
17003         * lib/old-dejagnu.exp: Use prune_warnings instead of
17004         prune_system_crud.
17005         * lib/mike-g++.exp: Ditto.
17006         * lib/gcc.exp: Ditto.
17007         * lib/g++.exp: Ditto.
17009         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
17011 1997-02-07  Jeffrey A Law  (law@cygnus.com)
17013           * 941014-2.c: Include stdlib.h
17014           * 960327-1.c: Include stdio.h
17015           * dbra.c, index-1.c: Don't assume ints are 32bits.
17017 1997-02-04  Bob Manson  <manson@charmed.cygnus.com>
17019         * lib/gcc.exp: Add gcc,stack_size target feature.
17021         * lib/g++.exp(g++_target_compile): Add the include and link
17022         paths here, not in two other places. And, it's $options, not
17023         options.
17025         * lib/mike-g++.exp(postbase): Remove the code that determines
17026         the correct include and link paths.
17027         * g++.old-deja/old-deja.exp: Ditto.
17029 1997-02-03  Bob Manson  <manson@charmed.cygnus.com>
17031         * lib/g++.exp(g++_init): target_compile no longer returns the
17032         filename of the result.
17034 1997-02-02  Bob Manson  <manson@charmed.cygnus.com>
17036         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
17037         call to glob.
17039         * gcc.c-torture/special/special.exp: Change call to
17040         gcc_target_compile to include the object file.
17042 1997-02-02  Ian Lance Taylor  <ian@cygnus.com>
17044         * gcc.c-torture/special/special.exp: Correct misspelling in last
17045         change.
17047 1997-02-01  Bob Manson  <manson@charmed.cygnus.com>
17049         * lib/plumhall.exp(ph_summary): Log the entire output of the
17050         executable. Return -1 if there were any failures, 0 otherwise.
17051         (ph_execute): Return -1 if there were any failures, 0 otherwise.
17052         (ph_make): Clean up objects and executables that were built
17053         if the tests succeeded.
17055 1997-01-30  Bob Manson  <manson@charmed.cygnus.com>
17057         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
17058         libraries and includes in the build tree as appropriate.
17060 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
17062         * lib/c-torture.exp: Instead of looking for the global variable
17063         NO_LONG_LONG, check to see if that's a feature of the target.
17065 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
17067         * config/default.exp: Minimize. Delete the remainer of the files in
17068         config; this functionality is now in devo/dejagnu/config.
17070         g++.*/*: Pass any additional flags used to compile to postbase;
17071         delete CXXFLAGS.
17073         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
17074         is now done by runtest.exp. Use gcc_target_compile instead of
17075         compile.
17077         lib/c-torture.exp: Use gcc_target_compile instead of compile.
17078         Remove references to CFLAGS. Use remote_file instead of
17079         calling rm -f.
17080         (c-torture): Take a list of arguments to use to compile this
17081         testcase.
17083         lib/g++.exp: Simplify. Use target_compile instead of compile.
17084         lib/gcc-dg.exp: Ditto.
17085         lib/gcc.exp: Ditto.
17086         lib/mike-{gcc,g++}.exp: Ditto.
17087         lib/old-dejagnu.exp: Ditto.
17088         lib/plumhall.exp: Ditto.
17090 1997-01-08  Jim Wilson  <wilson@cygnus.com>
17092         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
17093         (ph_linker): Likewise.
17095 1996-11-13  Joern Rennecke <amylaar@cygnus.com>
17097           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
17098         MAP_ANON / MAP_ANONYMOUS if defined;
17099         else try to map from /dev/zero .
17101 1996-11-12  Jeffrey A Law  (law@cygnus.com)
17103         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
17104         isn't defined, then define it to MAP_ANONYMOUS.
17106 1996-11-12  Jeffrey A Law  (law@cygnus.com)
17108         * gcc.c-torture: Update to c-torture-1.42 release.
17110 1996-11-11  Jeffrey A Law  (law@cygnus.com)
17112         * gcc.c-torture: Update to c-torture-1.41 release.
17114 1996-10-27  Jeffrey A Law  (law@cygnus.com)
17116         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
17117         c-torture release.
17119 1996-08-15  Brendan Kehoe  <brendan@lisa.cygnus.com>
17121         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
17122         and LDFLAGS.  Fix second case to append the target_info ldflags
17123         onto LDFLAGS, not CFLAGS.
17124         * lib/g++.exp (g++_init): Add target_info stuff.
17125         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
17126         of libgloss and newlib flags for !native.
17128         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
17129         (GDB): Fix relative path to go up another dir for finding gdb.
17131 1996-08-08  Rob Savoye  <rob@chinadoll.cygnus.com>
17133         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
17134         versions in the target_info array, if they don't exist.
17136 1996-08-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
17138         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
17140 1996-07-08  Jim Wilson  <wilson@cygnus.com>
17142         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
17143         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
17145 1996-07-01  Bob Manson  <manson@charmed.cygnus.com>
17147         * lib/old-dejagnu.exp: Don't remove the output file before we've
17148         actually tested it. Don't append pwd to the path of the executable
17149         we're testing.
17151 1996-06-30  Doug Evans  <dje@canuck.cygnus.com>
17153         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
17155 1996-06-26  Bob Manson  <manson@charmed.cygnus.com>
17157         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
17158         temporary directory for compiler files, and set it to a default
17159         value of /tmp. Set $output as the name of the output file from
17160         compiling the testcase. Add a -o option to $cflags_var so the
17161         compiler writes the final output file as $output. Set $executable
17162         to $output.
17164         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
17165         directory for compiler files, and set it to /tmp if it doesn't
17166         already have a value. Set $output_file to the name of the output
17167         file from compiling the testcase. Add a -o option to CXXFLAGS so
17168         the compiler writes the final output file as $output. Use $output
17169         as the executable to be tested.
17171 1996-06-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
17173         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
17175 1996-06-08  Jeffrey A Law  (law@cygnus.com)
17177         * gcc.c-torture/execute/pending-1.c: New test.  Still
17178         pending in Tege's queue.
17180 1996-04-24  Jim Wilson  <wilson@chestnut.cygnus.com>
17182         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
17183         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
17184         if there were failures.  Call unresolved if there were unresolved
17185         testcases.  Call gcc_fail if program did not run to completion.
17186         (ph_make): Pass additional argument name to ph_execute.
17187         (ph_execute): Add new argument.  Pass additional arguments to
17188         ph_summary.  Call gcc_fail is there is no execution output.
17190 1996-04-24  Jeffrey A Law  (law@cygnus.com)
17192         * lib/plumhall.exp (proc_summary): Output relavent summary
17193         lines into the log so specific failures in plumhall can be
17194         investigated.
17196 1996-04-10  Jeffrey A Law  (law@cygnus.com)
17198         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
17199         (c-torture-execute): Don't try to execute tests which use
17200         "long long" types if $NO_LONG_LONG is nonzero.
17202 1996-04-08  Doug Evans  <dje@canuck.cygnus.com>
17204         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
17205         not c-torture.
17207         * gcc.ieee: Move from here.
17208         * gcc.c-torture/execute/ieee: To here.
17210 1996-03-26  Jeffrey A Law  (law@cygnus.com)
17212         * gcc.c-torture: Update to c-torture-1.41 release.
17214 1996-03-22  Jeffrey A Law  (law@cygnus.com)
17216         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
17217         not "$output".
17219 1996-03-07  Doug Evans  <dje@charmed.cygnus.com>
17221         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
17222         -c present.
17224 1996-03-02  Jeffrey A Law  (law@cygnus.com)
17226         * config/proelf.exp: Handle connecting to a simulator.
17228 1996-01-31  Jeffrey A Law  (law@cygnus.com)
17230         * config/proelf.exp: New file.  Enough framework that we can
17231         run c-torture tests on the proelf targets (or any other target
17232         that gdb can connect to for that matter).
17234 1996-01-29  Doug Evans  <dje@canuck.cygnus.com>
17236         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
17237         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
17239         * lib/plumhall.exp (ph_execute): Always call ph_summary if
17240         exec_output exists.
17242 1996-01-28  Doug Evans  <dje@charmed.cygnus.com>
17244         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
17245         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
17247         * config/*.exp: Update FSF address.  Change result of ${tool}_load
17248         to pass/fail/unresolved/unsupported/untested.  Caller must now
17249         call unresolved/unsupported/untested.
17250         * lib/*.exp: Update FSF address.  Update to handle new results of
17251         ${tool}_load.
17252         * lib/chill.exp (verbose): Delete.
17254 1996-01-27  Doug Evans  <dje@charmed.cygnus.com>
17256         * lib/gcc.exp (default_gcc_start): Change order of args to
17257         $LDFLAGS $CFLAGS $LIBS.
17258         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
17259         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
17260         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
17261         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
17262         * gcc.misc-tests/dg-test.exp: Likewise.
17263         * gcc.misc-tests/msgs.exp: Likewise.
17264         * gcc.prms/prms.exp: Likewise.
17265         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
17266         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
17268         * lib/dg.exp: Deleted, moved to dejagnu/lib.
17270 1996-01-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
17272         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
17274         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
17275         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
17277         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
17278         necessary.
17280 1996-01-20  Brendan Kehoe  <brendan@cygnus.com>
17282         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
17283         global for loop; add use of $mathlib.
17284         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
17285         settings here; set mathlib for anything but VxWorks.
17287 1996-01-22  Jeffrey A Law  (law@cygnus.com)
17289         * gcc.c-torture: Update to c-torture-1.40 release.
17291 1996-01-03  Jeffrey A Law  (law@cygnus.com)
17293         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
17294         dg.exp.
17296 1995-12-03  Jeffrey A. Law  <law@sethra.cygnus.com>
17298         * lib/c-torture.exp (c-torture-execute): Declare "output" as
17299         global.
17301 1995-11-17  Doug Evans  <dje@canuck.cygnus.com>
17303         * lib/g++.exp (LIBS): Define if not already.
17304         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
17305         (gcc-dg-prune): Call prune_gcc_output.
17306         * lib/gcc.exp (prune_gcc_output): New proc.
17307         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
17308         prune_gcc_output.
17310 1995-11-16  Doug Evans  <dje@canuck.cygnus.com>
17312         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
17313         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
17315 1995-11-15  Jeffrey A Law  (law@cygnus.com)
17317         * gcc.c-torture: Update to c-torture-1.39 release.
17319 1995-11-04  Doug Evans  <dje@canuck.cygnus.com>
17321         * lib/c-torture.exp (c-torture-execute): Don't return if one option
17322         fails, try others as well.
17324 1995-11-02  Doug Evans  <dje@canuck.cygnus.com>
17326         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
17327         If compilation fails, mark execute tests as `untested'.
17328         If test is marked as unsupported, don't mark compilation and
17329         execute tests as failed.
17331 1995-10-25  Brendan Kehoe  <brendan@lisa.cygnus.com>
17333         * lib/g++.exp (g++_init): Don't link in libg++, and look to
17334         libstdc++ for whether or not we want to be doing shared
17335         libraries.  Delete link_curses since we don't need it anymore.
17336         * lib/mike-g++.exp (postbase): Don't link in libg++.
17337         * g++.old-deja/old-deja.exp: Likewise.
17339 1995-10-23  Brendan Kehoe  <brendan@lisa.cygnus.com>
17341         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
17343 1995-10-17  Brendan Kehoe  <brendan@lisa.cygnus.com>
17345         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
17346         For that, add `-Wl,-a,shared_archive'.
17347         * g++.old-deja/old-deja.exp: Likewise.
17349 1995-10-17  Doug Evans  <dje@canuck.cygnus.com>
17351         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
17353 1995-10-16  Brendan Kehoe  <brendan@cygnus.com>
17355         * lib/mike-g++.exp (postbase): Pay attention to the status of
17356         g++_load.
17358 1995-10-16  Brendan Kehoe  <brendan@lisa.cygnus.com>
17360           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
17362 1995-10-16  Doug Evans  <dje@canuck.cygnus.com>
17364         * lib/gcc.exp (default_gcc_start): No longer need to log program
17365         being executed or its output, execute_anywhere does that now.
17366         * lib/g++.exp (default_g++_version): Call execute_anywhere.
17367         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
17369 1995-10-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
17371         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
17372         the same as those in lib/g++.exp.
17374 1995-10-10  Jeff Law  (law@hurl.cygnus.com)
17376         * gcc.c-torture: Update to c-torture-1.38 release.
17377         * gcc.ieee: Related changes.
17379 1995-10-06  Rob Savoye  <rob@darkstar.cygnus.com>
17381         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
17382         "exec". Minor reformatting changes.
17384         * config/rom68k.exp (${tool}_load): Make it work in a canadian
17385         cross. This means all "exec" calls now work on a remote host as
17386         well.
17387         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
17388         cross. Filter out the extra "\r\n" stuff that expect puts in.
17389         (c-torture-execute): Filter out the bogus warnings like
17390         c-torture-compile does. Add support for canadian cross.
17391         * lib/gcc.exp (default_gcc_version, default_gcc_start)
17392         Use execute_anywhere rather than calling exec directly. Now it
17393         works for canadian cross testing.
17395 1995-10-05  Brendan Kehoe  <brendan@rtl.cygnus.com>
17397         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
17398         results into a variable, and check that rather than using file exists.
17400 1995-10-04  Brendan Kehoe  <brendan@lisa.cygnus.com>
17402         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
17403         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
17405 1995-09-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
17407         * g++.old-deja/old-deja.exp: Create and pass runshlib and
17408         lib_curses if there's a shared libg++ in the build tree.
17410 1995-09-22  Doug Evans  <dje@canuck.cygnus.com>
17412         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
17413         if not supported target.
17415 1995-09-22  Brendan Kehoe  <brendan@lisa.cygnus.com>
17417         * lib/g++.exp (g++_init): Move empty setting of runshlib and
17418         link_curses up to always happen, not just for native builds.
17420 1995-09-21  Jeff Law  (law@snake.cs.utah.edu)
17422         * gcc.c-torture: Update to c-torture-1.36 release.
17423         * gcc.failure: Related changes.
17425 1995-09-20  Doug Evans  <dje@canuck.cygnus.com>
17427         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
17429 1995-09-19  Brendan Kehoe  <brendan@lisa.cygnus.com>
17431         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
17432         * lib/mike-g++.exp (postbase): Not in here.  Still reference
17433         runshlib, link_curses, and mathlib for link and run.
17435         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
17436         pass the runtime shared library options for Solaris, OSF/1, and
17437         Irix5, and link with -lcurses to avoid unresolved references.
17439 1995-09-13  Brendan Kehoe  <brendan@lisa.cygnus.com>
17441         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
17442         only run once.
17444 1995-09-13  Doug Evans  <dje@canuck.cygnus.com>
17446         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
17448 1995-09-11  Jeff Law  (law@snake.cs.utah.edu)
17450         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
17451         do not have a framework for the "compat" tests yet.
17453 1995-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
17455         * lib/mike-g++.exp (postbase): New local variable `mathlib',
17456         set to null if we're testing vxworks5.1.  Use that instead of
17457         `-lm' in the setting of LIBS for link and run.
17459 1995-09-08  Brendan Kehoe  <brendan@lisa.cygnus.com>
17461         * config/rom68k.exp (${tool}_load): Major changes to make it
17462         work.  Verified that it does in fact return the stuff in
17463         exec_output properly.  Catch any Emul or any TRAP other than 0.
17465 1995-09-07  Brendan Kehoe  <brendan@lisa.cygnus.com>
17467         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
17468         LDFLAGS properly for targets that need stuff from libgloss.
17469         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
17470         only run once.
17471         (gpp_initialized): New variable.
17473 1995-09-06  Rob Savoye  <rob@darkstar.cygnus.com>
17475         * config/rom68k.exp: Load libgloss.exp.
17476         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
17477         so we can produce a fully linked binary.
17478         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
17479         so we can produce a fully linked binary.
17481 1995-09-03  Doug Evans  <dje@canuck.cygnus.com>
17483         * lib/plumhall.exp (ph_section): Watch for expected failures.
17484         Add missing `else'.
17486         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
17487         run the testcase.
17488         (c-torture): Likewise.
17490 1995-08-28  Doug Evans  <dje@cygnus.com>
17492         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
17494         * lib/mike-g++.exp (mike_cleanup): New proc.
17495         (prebase): New globals compiler_result, not_compiler_result,
17496         target_regexp.
17497         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
17498         allow leading "-" in pattern.  Watch for unsupported tests.
17499         If $compiler_result is set, pattern match assembler code,
17500         and ditto for $not_compiler_result.
17501         * lib/mike-gcc.exp: Likewise.
17503         * lib/plumhall.exp (ph_execute): Only call ph_summary if
17504         execution "succeeded".
17506 1995-08-14  Doug Evans  <dje@canuck.cygnus.com>
17508         * config/win32.exp: New file.
17509         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
17511 1995-08-04  Doug Evans  <dje@canuck.cygnus.com>
17513         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
17514         unsupported.
17515         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
17516         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
17517         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
17519         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
17520         "... without exceptions was ...".  That is now handled by
17521         prune_system_crud.
17522         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
17524 1995-08-01  Doug Evans  <dje@canuck.cygnus.com>
17526         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
17527         sieve.c,sort2.c}: New files.
17528         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
17529         sieve.exp,sort2.exp}: Drivers for them.
17531         * lib/mike-gcc.exp (program_output): New user settable variable.
17532         (postbase): Call prune_system_crud.  Also prune extraneous compiler
17533         messages.
17534         * lib/mike-g++.exp (program_output): New user settable variable.
17536         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
17538         * config/sh.exp: Deleted (use sim.exp instead).
17540 1995-07-28  Brendan Kehoe  <brendan@lisa.cygnus.com>
17542         * config/vx.exp: Declare CHECKTASK as global.
17543         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
17544         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
17545         * lib/old-dejagnu.exp: Load [pwd]/$executable.
17547 1995-07-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
17549         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
17550         target. Like vx.exp, only includes `vx29k.exp' instead of
17551         `vxworks.exp'.
17553 1995-07-23  Ian Lance Taylor  <ian@cygnus.com>
17555         * config/sim.exp: Increase time limit from 120 seconds to 240.
17557 1995-07-06  Jeffrey A. Law  <law@rtl.cygnus.com>
17559         * gcc.c-torture/execute/950628-1.c: New test.
17561 1995-06-10  Jeff Law  (law@snake.cs.utah.edu)
17563         * gcc.c-torture: Update with changes/additions from
17564         c-torture-1.34.
17566 1995-06-05  Doug Evans  <dje@canuck.cygnus.com>
17568         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
17570 1995-06-04  Jeff Law  (law@snake.cs.utah.edu)
17572         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
17574 1995-06-01  Jeff Law  (law@snake.cs.utah.edu)
17576         * gcc.c-torture/compile/950512-1.c: New test.
17577         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
17578         * gcc.dg/struct-ret-1.c: Likewise.
17580 1995-05-31  Doug Evans  <dje@canuck.cygnus.com>
17582         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
17583           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
17585 1995-05-30  Doug Evans  <dje@canuck.cygnus.com>
17587         * gcc.c-torture/special/920411-1.c: Deleted.
17588         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
17590 1995-05-22  Doug Evans  <dje@chestnut.cygnus.com>
17592         * config/sim.exp (${tool}_load): Hack in call to bash to get a
17593         cpu limit.
17595 1995-05-12  Torbjorn Granlund  <tege@rtl.cygnus.com>
17597         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
17599 1995-05-04  Torbjorn Granlund  <tege@adder.cygnus.com>
17601         From kenner;
17602         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
17603         is the proper length.
17604         * va-arg-3.c: Likewise.
17606 1995-04-30  Doug Evans  <dje@canuck.cygnus.com>
17608         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
17609         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
17611         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
17612         * lib/g++.exp (default_g++_start): Delete old cruft.
17614 1995-04-25  Torbjorn Granlund  <tege@cygnus.com>
17616         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
17617         (2 * (1 << 18)) to (2 * (1 << 17)).
17619         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
17621 1995-04-20  J.T. Conklin  <jtc@rtl.cygnus.com>
17623         * config/rom68k.exp: Renamed from config/idp.exp
17625 1995-04-18  Torbjorn Granlund  <tege@rtl.cygnus.com>
17627         * c-torture/compile/921109-2.c
17629 1995-04-18  Mike Stump  <mrs@cygnus.com>
17631         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
17632         excess errors.
17634 1995-04-15  Doug Evans  <dje@chestnut.cygnus.com>
17636         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
17637         output.
17638         * lib/g++.exp (default_g++_start): Likewise.
17640 1995-03-29  Torbjorn Granlund  <tege@adder.cygnus.com>
17642         * gcc.c-torture/compile/950329-1.c: New test.
17644 1995-03-28  J.T. Conklin  <jtc@rtl.cygnus.com>
17646           * config/bug.exp (${tool}_load): Updated to use new remote_open
17647           and remote_close procs.
17648         * config/idp.exp: New file.
17650 1995-03-22  Torbjorn Granlund  <tege@rtl.cygnus.com>
17652         * gcc.c-torture/execute/950322-1.c: New test.
17654 1995-03-21  Doug Evans  <dje@canuck.cygnus.com>
17656         * config/vx.exp (${tool}_load): Clean up testing of return code from
17657         vxworks_ld and vxworks_spawn.
17659 1995-03-21  Doug Evans  <dje@deneb.cygnus.com>
17661         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
17663 1995-03-13  Mike Stump  <mrs@cygnus.com>
17665         * lib/old-deja.exp: Add `excess errors test - ' error, now one
17666         can mark excess errors on a machine by machine basis.  Note, the
17667         default is to not expect any excess errors, even when excess
17668         errors test - is given, so you will want to put an XFAIL ... on
17669         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
17670         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
17671         those 4 machines, but no others.
17673 1995-03-10  J.T. Conklin  <jtc@rtl.cygnus.com>
17675         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
17676         * lib/c-torture.exp: to here.
17678 1995-03-10  Torbjorn Granlund  <tege@adder.cygnus.com>
17680         * gcc.c-torture/execute/950221-1.c: New test.
17681         * gcc.c-torture/execute/struct-ret-1.c: New test.
17682         * gcc.c-torture/compile/950221-1.c: New test.
17684         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
17686 1995-03-03  Doug Evans  <dje@canuck.cygnus.com>
17688         * gcc.c-torture/execute/arith-1.c (main): Return 0.
17689         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
17691 1995-03-01  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
17693         * g++.gb: New directory of tests, derived from my signature and
17694         class scoping tests.
17696         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
17697         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
17698         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
17699         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
17700         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
17701         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
17702         * g++.gb/sig25.C: Likewise.
17704         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
17705         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
17706         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
17707         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
17708         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
17709         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
17710         * g++.gb/sig25.exp: Likewise.
17712         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
17713         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
17714         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
17715         * g++.gb/scope13.C: Likewise, this test still fails.
17717         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
17718         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
17719         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
17720         * g++.gb/scope13.exp: Ditto.
17722         * g++.gb/README: New file, explains what these tests are about.
17724 1995-02-28  Doug Evans  <dje@canuck.cygnus.com>
17726         * lib/dg.exp (dg-do): Support `preprocess'.
17727         (dg-test): Likewise.
17729 1995-02-13  J.T. Conklin  <jtc@rtl.cygnus.com>
17731         * config/udi.exp: change "continue -expect" to "exp_continue".
17733 1995-02-11  Torbjorn Granlund  (tege@tiny.cygnus.com)
17735         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
17736         Delete redundant tests.
17738         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
17739         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
17740         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
17741         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
17742         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
17743         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
17744         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
17745         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
17747         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
17748         storing label pointers.
17749         * gcc.c-torture/execute/921019-1.c: Likewise.
17750         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
17751         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
17752         parameter fp.
17753         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
17754         constants.
17756         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
17757         Delete obsolete tests.
17759         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
17760         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
17761         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
17762         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
17763         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
17764         * gcc.c-torture/compile/950124-1.c: New test.
17766         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
17768 1995-02-08  Jason Merrill  <jason@phydeaux.cygnus.com>
17770         * lib/mike-g++.exp: Add -lm to LIBS.
17772 1995-02-07  Doug Evans  <dje@canuck.cygnus.com>
17774         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
17776 1995-01-30  Jason Merrill  <jason@phydeaux.cygnus.com>
17778         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
17780 1995-01-12  Doug Evans  <dje@canuck.cygnus.com>
17782         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
17784 1995-01-02  Jeff Law  (law@snake.cs.utah.edu)
17786         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
17787         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
17788         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
17789         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
17790         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
17791         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
17792         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
17793         * g++.law/{operators31.C, operators32.C,
17794         * g++.law/{operators33.C, operators34.C}: Likewise.
17795         * g++.law/{pic1.C, refs2.C}: Likewise.
17796         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
17797         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
17798         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
17799         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
17801         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
17802         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
17803         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
17804         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
17805         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
17806         * g++.law/{enum9.exp, friend5.exp}: Likewise.
17807         * g++.law/{nest3.exp, nest4.exp}: Likewise.
17808         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
17809         * g++.law/{operators30.exp, operators31.exp}: Likewise.
17810         * g++.law/{operators32.exp, operators33.exp}: Likewise.
17811         * g++.law/{operators34.exp}: Likewise.
17812         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
17813         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
17814         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
17815         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
17816         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
17818         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
17819         No longer expected to fail.
17820         * g++.law/missed-error3.C: Tweak for recent bool changes.
17822 1994-12-04  Doug Evans  <dje@canuck.cygnus.com>
17824         * config/emb-unix: Deleted.
17825         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
17826         remote execution.  Do final link on remote host if REMOTE_LINK is set.
17828 1994-12-01  Doug Evans  <dje@canuck.cygnus.com>
17830         * lib/dg.exp (dg-test): Fix typo in last patch.
17832 1994-11-30  Doug Evans  <dje@canuck.cygnus.com>
17834         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
17835         (handles multiple occurrences).
17837 1994-11-24  Doug Evans  <dje@canuck.cygnus.com>
17839         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
17840         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
17841         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
17842         printed).
17843         * lib/c-torture.exp (c-torture-compile): Likewise.
17844         (c-torture): Prepend full path if missing.
17845         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
17846         (gcc_fail): Likewise.
17847         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
17849 1994-11-23  J.T. Conklin  <jtc@rtl.cygnus.com>
17851         * lib/netware.exp: Only attach to NetWare i386 systems.
17853 1994-11-16  Doug Evans  <dje@canuck.cygnus.com>
17855         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
17856         messages.  Add test name to "output pattern match" pass/fail message.
17858 1994-11-12  Doug Evans  <dje@canuck.cygnus.com>
17860         * gcc.dg: New testsuite.
17861         * gcc.dg/dg.exp: New file.
17863         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
17864         test-switch.c}: Deleted.
17866         * gcc.misc-tests/msgs.exp: New testcase driver.
17868 1994-11-09  Doug Evans  <dje@canuck.cygnus.com>
17870         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
17871         Watch for illegal return values from ${tool}_load.
17872         * config/unix.exp (${tool}_load): Fix pass/fail detection for
17873         cross targets.  Coerce return value >0 to 1.
17875 1994-11-08  Doug Evans  <dje@canuck.cygnus.com>
17877         * config/unix.exp (${tool}_load): Call program rsh, not proc.
17879         * config/emb-unix.exp: New file.
17881         * config/sim.exp: Error if variable $SIM not defined.
17882         (${tool}_load): Mark test as "untested" if simulator missing.
17884         * config/unix.exp: Load remote.exp to get rcp_download.
17885         * lib/c-torture.exp: Use different option lists for testcases with
17886         and without loops.
17887         * gcc.c-torture/execute/execute.exp: Likewise.
17889 1994-11-02  Doug Evans  <dje@canuck.cygnus.com>
17891         * config/*.exp: Clarify return code from ${tool}_load.
17892         Call `unresolved' or `untested' instead of `warning' or `perror'
17893         (sometimes you still want to call both though).
17894         Add comment that `shell_id' is local to each file.
17895         * config/udi.exp (timeout): Set to 30.
17896         Don't print warning if connection fails, $connectmode has already
17897         printed an error.
17898         (${tool}_load): Move verbose messages to level 2.
17899         Rework pattern for "Process started" message.
17900         Pass `shell_id' to ${connectmode}_download.
17901         Retry twice upon timeout.  Make resetting of target more robust.
17902         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
17903         Pass `shell_id' to exit_$connectmode.
17904         Only call exit_$connectmode if connected.
17905         * config/unix.exp (${tool}_load): Check return codes better.
17906         * config/vrtx.exp (${tool}_load): Likewise.
17907         * config/vx.exp (${tool}_load): Likewise.
17908         Delete unneeded global's.
17909         * lib/dg.exp (dg-test): Update to reflect clarified return codes
17910         from ${tool}_load.
17911         (dg-stat): Delete.
17912         (dg-init): Delete recording of pass/fail counts.
17913         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
17914         (old-dejagnu-init): Likewise.
17915         (old-dejagnu-stat): Delete contents, empty proc now.
17916         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
17917         (c-torture): Delete references to lcnt, lpass, lfail.
17918         Get option list from TORTURE_OPTIONS.
17919         Delete -funroll[-all]-loops if no loops.
17920         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
17921         (g++_stat): Delete contents (empty proc now).
17922         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
17923         (gcc_finish): Likewise.
17924         (gcc_stat): Deleted.
17925         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
17926         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
17927         * gcc.c-torture/execute/execute.exp: Likewise.
17928         Split tests into two parts: compile, execute.
17929         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
17930         no loops.  Update to reflect clarified return codes from ${tool}_load.
17932 1994-10-21  Doug Evans  <dje@canuck.cygnus.com>
17934         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
17935         to grep for.
17936         (old-dejagnu): Likewise (where necessary).
17938 1994-10-14  Doug Evans  <dje@canuck.cygnus.com>
17940         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
17942         * lib/dg.exp (dg-process-target): Fix processing of selector.
17943         Add comment regarding use of `error'.
17945         * lib/gcc.exp (prune_system_crud): Define if missing.
17946         * lib/g++.exp (prune_system_crud): Likewise.
17948         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
17949         Call prune_system_crud.
17950         * lib/dg.exp (dg-runtest): New proc.
17951         Use perror instead of send_user for tcl errors in testcase.
17952         Don't return any value, it's never used.
17953         Don't clobber previous definition of `unknown'.
17954         Print tcl errors in `dg-final'.
17956 1994-10-12  Doug Evans  <dje@canuck.cygnus.com>
17958         * lib/dg.exp (dg-process-target): Improve syntax error messages.
17959         (dg-test): Don't print errorInfo, it contains stack backtrace.
17961 1994-09-26  Doug Evans  (dje@canuck.cygnus.com)
17963         * lib/g++.exp (runtest_file_p): Define if missing.
17965 1994-09-24  Doug Evans  (dje@cygnus.com)
17967         * lib/mike-g++.exp: Comment out loading of g++.exp.
17968         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
17969         (default_g++_version): Always print something.
17970         (default_g++_start): Comment out call to `which'.
17971         (g++_start, g++_load): Deleted (must be defined in config file).
17972         * lib/gcc.exp: Test for existence of $CC at start.
17973         Delete check for tmpdir (done in gcc_init).
17974         (default_gcc_version): Always print something.
17975         (default_gcc_start): Comment out call to `which'.
17976         * config/*.exp: Major cleanup - make cross targets work at least a
17977         little better for g++ (by not being "--tool gcc" specific).
17978         Rename gcc_xxx to ${tool}_xxx.
17979         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
17980         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
17982 1994-09-22  Doug Evans  (dje@canuck.cygnus.com)
17984         * lib/c-torture.exp (c-torture-compile): Rework compiler
17985         message processing.
17987         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
17988         c-torture.
17990 1994-09-21  Doug Evans  (dje@canuck.cygnus.com)
17992         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
17994         * lib/dg.exp (dg-process-target): Support { target native }.
17996 1994-09-20  Doug Evans  (dje@canuck.cygnus.com)
17998         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
17999         looked for "... program xxx got fatal signal".
18000         Correct regsub munging of `comp_output'.
18001         Ignore compiler messages "path prefix not used" and "linker input
18002         file unused".
18004 1994-09-14  Doug Evans  (dje@canuck.cygnus.com)
18006         * lib/gcc.exp (runtest_file_p): Define if missing.
18007         * gcc.prms/template.c: Example to work from.
18009 1994-09-13  Doug Evans  (dje@canuck.cygnus.com)
18011         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
18012         * lib/dg.exp (dg-test): Call unsupported testcases as such.
18014         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
18015         * gcc.prms/1883.c: Moved from compile/940714-1.c.
18016         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
18017         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
18019         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
18020         (dg-process-target): No longer a varargs proc.
18021         Return S/N for target, P/F for xfail.  All callers changed.
18022         (user option procs): More argument checking.
18023         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
18024         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
18025         (dg-test): Skip test if not running on selected target in `dg-do'.
18026         Update handling of `dg-do-what', `dg-output-text'.
18027         Separate execution pass/fail from output pattern match pass/fail.
18028         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
18030 1994-09-12  Jim Wilson  (wilson@sphagnum.cygnus.com)
18032         * gcc.c-torture/special/special.exp: Don't expect failure for mips
18033         target for 920510-1.c.
18035 1994-09-12  Doug Evans  (dje@canuck.cygnus.com)
18037         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
18038         Clean up comment regarding use of passcnt, etc.
18039         (gcc_stat): Don't update `testcnt' here.
18040         (gcc_finish): Do it here.
18041         Might as well reset `but_id' here too.
18042         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
18043         to determine if the file should be tested.
18044         * gcc.c-torture/compile/compile.exp: Likewise.
18045         * gcc.c-torture/execute/execute.exp: Likewise.
18046         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
18047         * gcc.misc-tests/dg-test.exp: Likewise.
18048         * gcc.prms/prms.exp: Likewise.
18049         * gcc.wendy/wendy.exp: Likewise.
18050         * g++.old-deja.exp: Likewise.
18051         Move "Testing file" message to verbose level 1.
18053 1994-09-09  Doug Evans  (dje@canuck.cygnus.com)
18055         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
18057 1994-09-08  Doug Evans  (dje@canuck.cygnus.com)
18059         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
18060         (default_gcc_start): Accept optional second list element
18061         of compiler flags.  Print compiler output at verbosity level 2.
18062         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
18063         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
18064         Save current values of framework globals passcnt, failcnt, xpasscnt,
18065         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
18066         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
18067         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
18068         xfailcnt to compute stats.  Update framework global `testcnt' from
18069         pass/fail counts.
18070         (gcc_finish): New proc.  Clean up test environment.
18071         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
18072         (gcc_epass, gcc_efail): Delete.
18073         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
18074         argument of line number.
18075         (dg-init): If the tool has an init routine, call it.
18076         (dg-test): Remove args `cflags_var' and `libs_var'.
18077         Pass all compiler options to ${tool}_start.
18078         Handle missing line number.
18079         (dg-finish): New function.
18080         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
18081         particular files.  Call gcc_finish at end.  Move "skipping test"
18082         message to verbosity level 3.
18083         * gcc.c-torture/compile/compile.exp: Likewise.
18084         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
18085         * gcc.c-torture/execute/execute.exp: Likewise.
18086         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
18087         Print testcase being tried at verbosity level 1.
18088         * gcc.c-torture/special/special.exp: Unset xfail.
18089         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
18090         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
18091         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
18092         * gcc.failure/failure.exp: Likewise.
18093         * gcc.ieee/ieee.exp: Likewise.
18094         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
18095         Update call to dg-test.  Call dg-finish at end.
18096         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
18097         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
18098         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
18099         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
18100         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
18101         * gcc.wendy/wendy.exp: Add copyright.
18102         Delete setting of tmpdir (done by gcc_init).
18103         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
18104         Pass compiler flags to gcc_start.  Call gcc_finish at end.
18105         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
18106         gcc_[ce]pass/fail.
18108 1994-09-07  Doug Evans  (dje@canuck.cygnus.com)
18110         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
18111         confusion.
18112         (g++_load): Likewise.
18114         * config/*.exp (gcc_load): Some were varargs fns and some were not.
18115         Rename argument to `prog' to remove the confusion.
18116         Varargs fns behave differently too!
18117         (g++_load): Likewise.
18119         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
18121         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
18122         what it is.  Delete (always) printing of status value for !native.
18123         Simplify verbose code, and include status and exec_output.
18124         (g++_load): Use gcc_load.
18126 1994-09-04  Jim Wilson  (wilson@sphagnum.cygnus.com)
18128         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
18129         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
18130         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
18131         940714-3.c as these testcases don't exist anymore.  Make
18132         va-arg-1.c expected to pass.
18134 1994-08-19  Doug Evans  (dje@canuck.cygnus.com)
18136         * gcc.misc-tests/misc.exp: Only run specific testcases.
18137         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
18138         * gcc.misc-tests/dg-[1-9].c: New files.
18140         * lib/dg.exp: New testsuite driver.
18141         * gcc.prms/prms.exp: Use it.
18143         * README.gcc: New file.
18145         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
18146         Document and reset `lxpass' and `lxfail'.
18147         Simplify "initialized" message.
18148         (gcc_stat): Clean up comments a little.
18150 1994-08-16  Doug Evans  (dje@canuck.cygnus.com)
18152         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
18154 1994-08-15  Doug Evans  (dje@canuck.cygnus.com)
18156         * lib/old-dejagnu.exp (process-option): New proc.
18157         (old-dejagnu-init, old-dejagnu-stat): Likewise.
18158         (old-dejagnu): Simplify.
18159         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
18161 1994-08-14  Jeff Law  (law@snake.cs.utah.edu)
18163         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
18164         exists and is not an empty string.
18166         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
18167         $xfail rather than calling setup_xfail.  Clear $xfail when test is
18168         finished.
18169         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
18170         automatically.
18172         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
18173         longer expected to fail.
18175         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
18176         "f" function call.
18178         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
18180         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
18181         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
18182         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
18183         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
18184         c-torture-1.29.
18186         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
18187         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
18189         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
18191         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
18192         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
18194         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
18195         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
18196         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
18198 1994-07-12  Jim Kingdon  (kingdon@lioth.cygnus.com)
18200         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
18201         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
18202         940714-1.c, 940714-2.c, 940714-3.c},
18203         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
18204         gcc.misc-tests/{mg.c,mg.exp}:
18205         New tests.
18206         * gcc.noncompile/noncompile.exp: Change accordingly.
18208 1994-07-07  Doug Evans  (dje@canuck.cygnus.com)
18210         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
18211         Undo previous clobberage.
18213 1994-07-04  Jeff Law  (law@snake.cs.utah.edu)
18215         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
18216         * gcc.special/{930510-1.c, special.exp}:
18217         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
18218         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
18219         struct-varargs-1.c}: New tests from c-torture-1.26.
18221 1994-06-28  J.T. Conklin  (jtc@phishhead.cygnus.com)
18223         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
18224           argument to switch.
18226 1994-05-21  Bill Cox  (bill@rtl.cygnus.com)
18228         * Revert the previous changes.  Please see Rob's directory
18229           (/lisa/test/rob/progressive/gcc/testsuite) for testing
18230           fixes.
18232 1994-05-19  Bill Cox  (bill@rtl.cygnus.com)
18234         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
18235             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
18236             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
18237             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
18238             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
18239             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
18240             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
18241             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
18242             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
18243             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
18244             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
18245             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
18246             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
18247             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
18248             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
18249             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
18250             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
18251             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
18252             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
18253             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
18254             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
18255             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
18256             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
18257             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
18258             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
18259             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
18260             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
18262 1994-05-17  Bill Cox  (bill@rtl.cygnus.com)
18264         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
18265             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
18266           with perror calls.
18268 1994-05-02  Jason Merrill  (jason@deneb.cygnus.com)
18270         * config/unix.exp (g++_load): Fix syntax.
18272 1994-04-14  Jim Wilson  (wilson@sphagnum.cygnus.com)
18274         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
18275         * gcc.noncompile/921017-1.c: Deleted obsolete test.
18276         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
18277         Don't expect va-arg-1.c to fail.  Correct expected output for
18278         920928-1.c.
18279         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
18280         * gcc.wendy/hbm4.c: Correct typo.
18281         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
18283 1994-03-28  Doug Evans  (dje@canuck.cygnus.com)
18285         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
18286         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
18287         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
18288         * lib/c-torture.exp (c-torture-compile): Ditto.
18290         Reduce volume of output (remove all the -I's and such).
18291         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
18292         Call gcc_cpass, gcc_cfail.
18293         (c-torture): Pass testing option to c-torture-compile.
18295 1994-03-21  Doug Evans  (dje@cygnus.com)
18297         Bring patches over from progressive.
18298         * config/default.exp: Exit remote shell cleanly.
18299         (g++_exit, g++_start): Add default versions.
18300         * config/sim.exp (gcc_load): Use perror, not error.
18302 1994-03-20  Doug Evans  (dje@canuck.cygnus.com)
18304         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
18305         set in site.exp.
18307 1994-03-14  Doug Evans  (dje@cygnus.com)
18309         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
18310         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
18311         (wendy_try): New proc to run testcase.
18312         (main loop): Call 'em.
18313         * gcc.wendy/*.c: Clean up pass to correct expected output.
18315         * lib/gcc.exp: Minor cleanup work.
18316         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
18318 1994-03-09  Doug Evans  (dje@canuck.cygnus.com)
18320         * config/sim.exp (gcc_load): Document return codes better.
18321         Don't pass -v to simulator.
18323 1994-02-24  Jeffrey A. Law  (law@snake.cs.utah.edu)
18325           * gcc.special/920717-x.c: Fix typo.
18326           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
18327           get at sources.
18329         * lib/mike-gcc.exp: Fix typo.
18331 1994-02-15  Rob Savoye  (rob@darkstar.cygnus.com)
18333         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
18334         binary to use, transform the name.
18335         * config/*.exp: rename everything. Nuke any g++ specific files,
18336         it's now a special case of gcc that requires no special support.
18337         Add a default.exp for unsupported targets.
18339 1994-02-11  Rob Savoye  (rob@poseidon.cygnus.com)
18341         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
18342         lib/old-dejagnu.exp: Fix a few patterns to work with the new
18343         version of Tcl.
18345 1994-02-09  Rob Savoye  (rob@darkstar.cygnus.com)
18347         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
18348         than a warning.
18350 1994-02-06  Jeffrey A. Law  (law@snake.cs.utah.edu)
18352         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
18354 1994-01-03  Jim Wilson  (wilson@sphagnum.cygnus.com)
18356         * gcc.execute/execute.exp: Combine opt_list and foption_list into
18357         option_list.  Compile every file with only 4/6 option choices
18358         (same as C torture) instead of with 12/18 different option
18359         choices.
18360         * lib/c-torture.exp: Likewise.
18362         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
18363         not already set.
18365 1993-12-30  Mike Stump  (mrs@rtl.cygnus.com)
18367         * lib/old-deja.exp: Add `excess errors test fails' error, now one
18368         can put an XFAIL *-*-* on excess errors.
18370 1993-12-19  Jeffrey A. Law  (law@snake.cs.utah.edu
18372         * g++.law: Add more tests derived from g++-bugs snapshots.
18374         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
18375         equivalent to g++.law/init9.
18377         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
18378         compiled it, and the a.out file after we've run it.
18380 1993-12-17  Brendan Kehoe  (brendan@lisa.cygnus.com)
18382         * lib/mike-g++.exp (postbase): Delete the .o file after we've
18383         compiled it, and the a.out file after we've run it.
18385 1993-12-17  Jeffrey A. Law  (law@snake.cs.utah.edu)
18387         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
18389 1993-12-15  Rob Savoye  (rob@darkstar.cygnus.com)
18391         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
18392         version number.
18394 1993-12-12  Jeffrey A. Law  (law@snake.cs.utah.edu)
18396         * g++.law: New directory of g++ tests derived from the g++-bugs
18397         snapshots.
18399 1993-12-09  Jeffrey Wheat  (cassidy@cygnus.com)
18401         * gcc.compile: initbug1.c initbug1.exp testcase added
18403 1993-12-06  Jeffrey Wheat  (cassidy@cygnus.com)
18405         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
18406         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
18407           fixes submitted by Jeff Law (law@cs.utah.edu)
18408         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
18409           Jeff Law (law@cs.utah.edu)
18412 1993-11-30  Mike Stump  (mrs@cygnus.com)
18414         * config/unix-g++.exp: Follow the gcc way of doing things.
18415         * g++.old-deja/old-deja.exp: Minor updates.
18416         * lib/g++.exp: New file, follow the gcc way of doing things.
18417         * lib/old-dejagnu.exp: Minor updates.
18418         * lib/mike-g++.exp: Always unset errorInfo.
18420 1993-11-06  Mike Stump  (mrs@cygnus.com)
18422         * lib/gcc.exp: Fix some errors with the below change, CC and
18423         CFLAGS should be global when setting, not local.
18425 1993-11-03  Rob Savoye  (rob@darkstar.cygnus.com)
18427         * lib/gcc.exp: Transform tool name.
18429 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
18431         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
18433 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
18435         * lib/gcc.exp: change gcc_done to gcc_stat
18437 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
18439         * Upgraded gcc testsuite to c-torture version 1.25
18441 1993-10-24  Jeffrey Wheat  (cassidy@cygnus.com)
18443         * lib/gcc.exp: added reporting code. Changed verbose compile message.
18444         * lib/c-torture: added hooks for new reporting code.
18446 1993-10-21  Jeffrey Wheat  (cassidy@cygnus.com)
18448         * config/sh-gcc.exp: check if sh-sim exists in the path
18450 1993-10-18  Jeffrey Wheat  (cassidy@cygnus.com)
18452         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
18453         * gcc.compile/compile.exp: Initial changes for new logic.
18454         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
18455         * gcc.failure/failure.exp: Initial changes for new logic.
18456         * gcc.ieee/ieee.exp: Initial changes for new logic.
18457         * gcc.misc-tests/misc.exp: Initial changes for new logic.
18458         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
18459         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
18460         * lib/c-torture.exp: Initial changes for new logic.
18461         * lib/gcc.exp: Initial changes for new logic.
18463 1993-10-15  Mike Stump  (mrs@cygnus.com)
18465         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
18466         depend upon failure or success.  Fully qualify names in failure
18467         and success messages.  Always remove a.out before starting
18468         compile, just in case.  Pay more attention to error text output by
18469         the compiler.  Handle testcases with no known past errors just
18470         like all others, so that things are uniform.  Other miscellaneous
18471         improvements.
18473 1993-10-13  Jeffrey Wheat  (cassidy@cygnus.com)
18475         * gcc.cpp: new directory for cpp tests
18477 1993-10-04  Jeffrey Wheat  (cassidy@cygnus.com)
18479         * lib/chill.exp: Code reformatted, removed unused code.
18480         * config/unix-chill.exp: Code reformatted, removed unused code.
18481         * chill.execute/execute.exp: Code reformatted, removed unused code.
18482         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
18484 1993-10-04  Ian Lance Taylor  (ian@cygnus.com)
18486         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
18487         routines not written.
18489 1993-09-27  Rob Savoye  (rob@darkstar.cygnus.com)
18491         * config/bug-gcc.exp: Use new procs from bug.exp.
18493 1993-09-21  Rob Savoye  (rob@darkstar.cygnus.com)
18495         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
18496         via ftp, rather than depending on NFS.
18497         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
18498         case.
18500 1993-09-09  Rob Savoye  (rob@darkstar.cygnus.com)
18502         * config/bug-gcc.exp: Use new download proc.
18504 1993-09-14  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
18506         * chill.execute/execute.exp: cleanups, handles errors better
18507         * chill.compile/compile.exp: rewrite, based on execute.exp
18508         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
18509         * lib/chill.exp: major changes to diff proc and compile and link
18510           procs. added chill_fail and chill_pass wrappers to pass and
18511           fail. added more comments, and handle error codes better.
18512           Added a hack to capture stderr from exec, so noncompile tests
18513           can work.
18515 1993-09-11  Jeffrey Wheat  (cassidy@cygnus.com)
18517         * chill.execute/execute.exp: rewrite of testsuite driver
18518         * lib/chill.exp: rewrite of testsuite driver
18519         * config/unix-chill.exp: rewrite of testsuite driver
18521 1993-08-25  Bill Cox  (bill@rtl.cygnus.com)
18523     In chill.execute:
18524         * iexpr.ch: Standardize uppercase.
18525         * tuples.dat: Standardize uppercase.
18526         * vary.ch: standardize.  Correct varying string assignments.
18527         * vary.dat: Add new output lines.
18529 1993-08-24  Bill Cox  (bill@rtl.cygnus.com)
18531     In chill.execute:
18532         * chprintf.ch: Standardize use of uppercase.
18533         * tuples.ch: Standardize and turn arr2 into a DCL,
18534           rather than a SYN.
18535         * pinits.ch: Standardize.
18537 1993-08-23  Per Bothner  (bothner@kalessin.cygnus.com)
18539         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
18540         * Makefil: Renamed to Makefile.in.
18541         * configure.in: New.
18543 1993-08-23  Bill Cox  (bill@rtl.cygnus.com)
18545     In chill.execute:
18546         * .cvsignore: Add result/output files.
18547         * Makefile: Fix up variables at start.  Use MFLAGS
18548           everywhere.  Correct bool_loc, built_ins entries.
18549           Add entry for vary1.ch.
18550         * bitarray.ch: Standardize upper-case usage.
18551         * bitexpr.ch: Standardize, add output of b1.
18552         * params.ch: Use arrayt in along PROC parameters, to
18553           avoid novelty problems.
18554         * sets.ch: Tiny cleanup.
18555         * vary1.ch: Re-indent.
18557 1993-08-17  Bill Cox  (bill@rtl.cygnus.com)
18559           * Add PR-related files to Makefiles, .cvsignore files, etc.
18561 1993-08-02  Jeff Wheat  (cassidy@cygnus.com)
18563         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
18564           with compiler objects. New names are test-flow.c and test-loop.c
18566 1993-07-27  Jeff Wheat  (cassidy@cygnus.com)
18568         * Upgraded c-torture tests from 1.19 to 1.20
18570         * new files:
18571         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
18572         * gcc.compile: 930623-1.c 930623-2.c
18573         * gcc.noncompile: 930622-1.c 930622-2.c
18574         * gcc.failure: 920411-1.c 920627-2.c
18575         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
18577 1993-07-20  Jeff Wheat  (cassidy@cygnus.com)
18579         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
18580           More changes to get testsuite working properly. Needs more work.
18581           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
18583 1993-07-19  Jeff Wheat  (cassidy@cygnus.com)
18585         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
18586           More changes to get testsuite working properly. Needs more work.
18588 1993-07-13 Jeff Wheat  (cassidy@cygnus.com)
18590         * chill.compile/compile.exp: Added for Dejagnu support
18591         * chill.execute/execute.exp: Added for Dejagnu support
18592         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
18594 1993-06-19  Bill Cox  (bill@rtl.cygnus.com)
18596     This should complete moving the CHILL test files.
18597         * chill.noncompile(.cvsignore printf.grt
18598             in-printf.grt chprintf.grt chprintf.ch):
18599             Added test-support files.
18600           (Makefile): Modified further.
18601         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
18602             signal.ch): Added test files.
18603           * chill.execute (.cvsignore printf.grt printr.c
18604             in-printf.grt rts.c chprintf.grt rts.h): Added
18605           test-support files.
18606             (Makefile): More corrections.
18608 1993-06-18  Bill Cox  (bill@rtl.cygnus.com)
18610         * chill.compile, chill.execute, chill.nocompile: Add CHILL
18611           test cases, ready for DejaGnu.
18613 1993-06-17  Jeffrey Wheat  (cassidy@cygnus.com)
18615         * Upgraded c-torture tests from 1.18 to 1.19
18617         * gcc.compile: added test(s):
18618           930607-1.c
18619         * gcc.execute: added test(s):
18620           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
18622         * added new subdirectory for misc tests: gcc.misc-tests
18623         * gcc.misc-test(s): added tests:
18624           inst-check.c test-consts.c test-ior.c test-switch.c
18626 1993-06-09  Brendan Kehoe  (brendan@lisa.cygnus.com)
18628         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
18630 1993-06-07  Ian Lance Taylor  (ian@cygnus.com)
18632         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
18634 1993-06-03  Jeffrey Wheat  (cassidy@cygnus.com)
18636         * Upgraded c-torture tests from 1.17 to 1.18
18638 1993-06-02  Jeffrey Wheat  (cassidy@cygnus.com)
18640         * Upgraded c-torture tests from 1.12 to 1.17
18642 1993-04-30  Mike Werner  (mtw@deneb.cygnus.com)
18644         * lib/old-dejagnu.exp:
18645           Fixed handling of XFAIL target triplets to correctly
18646           recognize wildcard characters.  Removed code that
18647           appended a unique id tag to the end of the file name
18648           printed out by the result of the testcases within a
18649           given test file.
18651 1993-04-29  Mike Werner  (mtw@deneb.cygnus.com)
18653         * lib/old-dejagnu.exp:
18654           Reworked expected failure handling to trigger off of XFAIL
18655           keyword in keyphrase embeded in testcase source code. The
18656           XFAIL keyword must be at the end of the keyphrase line. It
18657           may optionally be followed by one or more target triplets.
18658           It has just occured that the handling of wildcards in the
18659           target triplet may not be correct.
18661 1993-04-23  Mike Werner  (mtw@deneb.cygnus.com)
18663         * g++.old-deja/tests:
18664           Moved all subdirectories up one level into g++.old-deja .
18666         * lib/old-dejagnu.exp:
18667           Fixed problem with CXXFLAGS not being properly reset, and being
18668           corrupted with extraneous "-c" compiler option.  This was
18669           causing binaries to not be generated for test that needed them.
18670           Modified strings passed to "pass" and "fail" so that individual
18671           tests from the same test file would be distinguished by an
18672           identifier appended to the test file name in the summary logs;
18673           this corrected a problem with erroneous diff logs.  Added code
18674           to search testcases for expected fail and unexpected pass keywords.
18676 1993-04-20  Rob Savoye  (rob at darkstar.cygnus.com)
18678         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
18680 1993-04-15  Mike Werner  (mtw@deneb.cygnus.com)
18682         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
18683           Removed extraneous text from end of "Special g++ Options"
18684           keyphrase.
18686         * lib/old-dejagnu.exp: Added pattern matching to look for new
18687           keywords, embedded in testcases comments, which will trigger
18688           calls to xpass and xfail.
18690 1993-04-14  Mike Werner  (mtw@deneb.cygnus.com)
18692         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
18693           comments embedded in the testcases, especially the one looking for
18694           special compiler options, as well as the pattern matching for the
18695           compiler output again.
18697 1993-04-12  Mike Werner  (mtw@deneb.cygnus.com)
18699         * lib/old-dejagnu.exp: Do a proper check of the return value for
18700           execute tests. Fixed several problems with the pattern matching
18701           of the compiler output which gave erroneous test results.
18702           Changed several of the test result messages to be more descriptive.
18703         * config/unix-g++.exp: Proc g++_load now actually works and
18704           executes the tests passed to it and returns a usable return
18705           value.
18707 1993-04-11  Rob Savoye  (rob at darkstar.cygnus.com)
18709           * lib/gcc.exp: Exits gracefully if $CC is bogus.
18711 1993-04-09  Mike Werner  (mtw@deneb.cygnus.com)
18713         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
18714           Modified both files to properly execute the old style
18715           dejagnu tests. The previous versions of these files were
18716           experimental and did not function anything near correctly.
18718 1993-04-05  Rob Savoye  (rob@cygnus.com)
18720         * Removed all Makefile.in and configure.in files. No configuration
18721         needed now.
18723 1993-04-02  Mike Werner  (mtw@deneb.cygnus.com)
18725         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
18727 1993-03-28  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18729         * gcc.compile/configure.in, gcc.unsorted/configure.in,
18730         gcc.special/configure.in, gcc.noncompile/configure.in,
18731         gcc.execute/configure.in, gcc.code_quality/configure.in,
18732         g++.other/configure.in, g++.old-deja/configure.in,
18733         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
18734         in srcname setting.
18736 1993-03-25  Rob Savoye  (rob at darkstar.cygnus.com)
18738         * lib/udi.exp:  Fixed mondfe and mondfe_download.
18739         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
18740         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
18742 1993-03-25  Ian Lance Taylor  (ian@cygnus.com)
18744         * config/udi-gdb.exp: Check $shell_id after connecting to target.
18745         (gdb_exit): Don't remove *_soc files.
18747 1993-03-22  Ian Lance Taylor  (ian@cygnus.com)
18749         * lib/c-torture.exp: Don't look for main; instead always use -w
18750         -c.  This is how the c-torture tests work.  Remove the object
18751         file if the compilation succeeds.
18752         * gcc.execute/execute.exp: Remove executable if test passes.
18753         * gcc.noncompile/noncompile.exp: Every test is an expected
18754         failure.
18755         * gcc.special/special.exp: Added tests from c-torture 1.11,
18756         corrected use of existing test.
18757         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
18758         gcc.execute/920625-1.c: Updated to c-torture 1.11.
18759         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
18760         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
18761         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
18762         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
18763         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
18764         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
18765         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
18766         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
18767         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
18768         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
18769         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
18770         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
18771         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
18772         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
18773         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
18774         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
18775         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
18776         c-torture 1.11.
18777         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
18778         correspond to c-torture 1.11.
18780         * New file.